Version 1.9.2.
[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-01-03 18:07+0000\n"
11 "PO-Revision-Date: 2010-09-02 14:46+0100\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 # type: =head1
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3
22 #: ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3
23 #: ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35
24 #: ../tools/virt-resize.pl:40 ../tools/virt-list-filesystems.pl:30
25 #: ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35
26 #: ../tools/virt-list-partitions.pl:30
27 msgid "NAME"
28 msgstr "名前"
29
30 # type: textblock
31 #. type: textblock
32 #: ../src/guestfs.pod:5
33 msgid "guestfs - Library for accessing and modifying virtual machine images"
34 msgstr ""
35
36 # type: =head1
37 #. type: =head1
38 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7
39 #: ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7
40 #: ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39
41 #: ../tools/virt-resize.pl:44 ../tools/virt-list-filesystems.pl:34
42 #: ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39
43 #: ../tools/virt-list-partitions.pl:34
44 msgid "SYNOPSIS"
45 msgstr ""
46
47 # type: verbatim
48 #. type: verbatim
49 #: ../src/guestfs.pod:9
50 #, no-wrap
51 msgid ""
52 " #include <guestfs.h>\n"
53 " \n"
54 msgstr ""
55
56 # type: verbatim
57 #. type: verbatim
58 #: ../src/guestfs.pod:11
59 #, no-wrap
60 msgid ""
61 " guestfs_h *g = guestfs_create ();\n"
62 " guestfs_add_drive (g, \"guest.img\");\n"
63 " guestfs_launch (g);\n"
64 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
65 " guestfs_touch (g, \"/hello\");\n"
66 " guestfs_umount (g, \"/\");\n"
67 " guestfs_close (g);\n"
68 "\n"
69 msgstr ""
70
71 # type: verbatim
72 #. type: verbatim
73 #: ../src/guestfs.pod:19
74 #, no-wrap
75 msgid ""
76 " cc prog.c -o prog -lguestfs\n"
77 "or:\n"
78 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
79 "\n"
80 msgstr ""
81
82 # type: =head1
83 #. type: =head1
84 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30
85 #: ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20
86 #: ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63
87 #: ../tools/virt-resize.pl:50 ../tools/virt-list-filesystems.pl:40
88 #: ../tools/virt-tar.pl:77 ../tools/virt-make-fs.pl:47
89 #: ../tools/virt-list-partitions.pl:40
90 msgid "DESCRIPTION"
91 msgstr ""
92
93 # type: textblock
94 #. type: textblock
95 #: ../src/guestfs.pod:25
96 msgid ""
97 "Libguestfs is a library for accessing and modifying guest disk images.  "
98 "Amongst the things this is good for: making batch configuration changes to "
99 "guests, getting disk used/free statistics (see also: virt-df), migrating "
100 "between virtualization systems (see also: virt-p2v), performing partial "
101 "backups, performing partial guest clones, cloning guests and changing "
102 "registry/UUID/hostname info, and much else besides."
103 msgstr ""
104
105 # type: textblock
106 #. type: textblock
107 #: ../src/guestfs.pod:33
108 msgid ""
109 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
110 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
111 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
112 "qcow2, vmdk."
113 msgstr ""
114
115 # type: textblock
116 #. type: textblock
117 #: ../src/guestfs.pod:38
118 msgid ""
119 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
120 "what filesystem is in each LV, etc.).  It can also run commands in the "
121 "context of the guest.  Also you can access filesystems over FUSE."
122 msgstr ""
123
124 # type: textblock
125 #. type: textblock
126 #: ../src/guestfs.pod:43
127 msgid ""
128 "Libguestfs is a library that can be linked with C and C++ management "
129 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
130 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
131 "line."
132 msgstr ""
133
134 # type: textblock
135 #. type: textblock
136 #: ../src/guestfs.pod:48
137 msgid ""
138 "You don't need to be root to use libguestfs, although obviously you do need "
139 "enough permissions to access the disk images."
140 msgstr ""
141
142 # type: textblock
143 #. type: textblock
144 #: ../src/guestfs.pod:51
145 msgid ""
146 "Libguestfs is a large API because it can do many things.  For a gentle "
147 "introduction, please read the L</API OVERVIEW> section next."
148 msgstr ""
149
150 # type: textblock
151 #. type: textblock
152 #: ../src/guestfs.pod:54
153 msgid ""
154 "There are also some example programs in the L<guestfs-examples(3)> manual "
155 "page."
156 msgstr ""
157
158 # type: =head1
159 #. type: =head1
160 #: ../src/guestfs.pod:57
161 msgid "API OVERVIEW"
162 msgstr ""
163
164 # type: textblock
165 #. type: textblock
166 #: ../src/guestfs.pod:59
167 msgid ""
168 "This section provides a gentler overview of the libguestfs API.  We also try "
169 "to group API calls together, where that may not be obvious from reading "
170 "about the individual calls in the main section of this manual."
171 msgstr ""
172
173 # type: =head2
174 #. type: =head2
175 #: ../src/guestfs.pod:64
176 msgid "HANDLES"
177 msgstr ""
178
179 # type: textblock
180 #. type: textblock
181 #: ../src/guestfs.pod:66
182 msgid ""
183 "Before you can use libguestfs calls, you have to create a handle.  Then you "
184 "must add at least one disk image to the handle, followed by launching the "
185 "handle, then performing whatever operations you want, and finally closing "
186 "the handle.  By convention we use the single letter C<g> for the name of the "
187 "handle variable, although of course you can use any name you want."
188 msgstr ""
189
190 # type: textblock
191 #. type: textblock
192 #: ../src/guestfs.pod:73
193 msgid "The general structure of all libguestfs-using programs looks like this:"
194 msgstr ""
195
196 # type: verbatim
197 #. type: verbatim
198 #: ../src/guestfs.pod:76
199 #, no-wrap
200 msgid ""
201 " guestfs_h *g = guestfs_create ();\n"
202 " \n"
203 msgstr ""
204
205 # type: verbatim
206 #. type: verbatim
207 #: ../src/guestfs.pod:78
208 #, no-wrap
209 msgid ""
210 " /* Call guestfs_add_drive additional times if there are\n"
211 "  * multiple disk images.\n"
212 "  */\n"
213 " guestfs_add_drive (g, \"guest.img\");\n"
214 " \n"
215 msgstr ""
216
217 # type: verbatim
218 #. type: verbatim
219 #: ../src/guestfs.pod:83
220 #, no-wrap
221 msgid ""
222 " /* Most manipulation calls won't work until you've launched\n"
223 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
224 "  * and _before_ other commands.\n"
225 "  */\n"
226 " guestfs_launch (g);\n"
227 " \n"
228 msgstr ""
229
230 # type: verbatim
231 #. type: verbatim
232 #: ../src/guestfs.pod:89
233 #, no-wrap
234 msgid ""
235 " /* Now you can examine what partitions, LVs etc are available.\n"
236 "  */\n"
237 " char **partitions = guestfs_list_partitions (g);\n"
238 " char **logvols = guestfs_lvs (g);\n"
239 " \n"
240 msgstr ""
241
242 # type: verbatim
243 #. type: verbatim
244 #: ../src/guestfs.pod:94
245 #, no-wrap
246 msgid ""
247 " /* To access a filesystem in the image, you must mount it.\n"
248 "  */\n"
249 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
250 " \n"
251 msgstr ""
252
253 # type: verbatim
254 #. type: verbatim
255 #: ../src/guestfs.pod:98
256 #, no-wrap
257 msgid ""
258 " /* Now you can perform filesystem actions on the guest\n"
259 "  * disk image.\n"
260 "  */\n"
261 " guestfs_touch (g, \"/hello\");\n"
262 "\n"
263 msgstr ""
264
265 # type: verbatim
266 #. type: verbatim
267 #: ../src/guestfs.pod:103
268 #, no-wrap
269 msgid ""
270 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
271 "  * it is done automatically when you close the handle.  See\n"
272 "  * discussion of autosync in this page.\n"
273 "  */\n"
274 " guestfs_sync (g);\n"
275 " \n"
276 msgstr ""
277
278 # type: verbatim
279 #. type: verbatim
280 #: ../src/guestfs.pod:109
281 #, no-wrap
282 msgid ""
283 " /* Close the handle 'g'. */\n"
284 " guestfs_close (g);\n"
285 "\n"
286 msgstr ""
287
288 # type: textblock
289 #. type: textblock
290 #: ../src/guestfs.pod:112
291 msgid ""
292 "The code above doesn't include any error checking.  In real code you should "
293 "check return values carefully for errors.  In general all functions that "
294 "return integers return C<-1> on error, and all functions that return "
295 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
296 "how to handle errors, and consult the documentation for each function call "
297 "below to see precisely how they return error indications.  See L<guestfs-"
298 "examples(3)> for fully worked examples."
299 msgstr ""
300
301 # type: =head2
302 #. type: =head2
303 #: ../src/guestfs.pod:121
304 msgid "DISK IMAGES"
305 msgstr ""
306
307 # type: textblock
308 #. type: textblock
309 #: ../src/guestfs.pod:123
310 msgid ""
311 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
312 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
313 "actual block device, or simply an empty file of zeroes that you have created "
314 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
315 "of these."
316 msgstr ""
317
318 # type: textblock
319 #. type: textblock
320 #: ../src/guestfs.pod:129
321 msgid ""
322 "The call you should use in modern code for adding drives is L</"
323 "guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
324 "specifying that the format is raw, do:"
325 msgstr ""
326
327 # type: verbatim
328 #. type: verbatim
329 #: ../src/guestfs.pod:133
330 #, no-wrap
331 msgid ""
332 " guestfs_add_drive_opts (g, filename,\n"
333 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
334 "                         -1);\n"
335 "\n"
336 msgstr ""
337
338 # type: textblock
339 #. type: textblock
340 #: ../src/guestfs.pod:137
341 msgid "You can add a disk read-only using:"
342 msgstr ""
343
344 # type: verbatim
345 #. type: verbatim
346 #: ../src/guestfs.pod:139
347 #, no-wrap
348 msgid ""
349 " guestfs_add_drive_opts (g, filename,\n"
350 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
351 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
352 "                         -1);\n"
353 "\n"
354 msgstr ""
355
356 # type: textblock
357 #. type: textblock
358 #: ../src/guestfs.pod:144
359 msgid ""
360 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
361 "libguestfs won't modify the file."
362 msgstr ""
363
364 # type: textblock
365 #. type: textblock
366 #: ../src/guestfs.pod:147
367 msgid ""
368 "Be extremely cautious if the disk image is in use, eg. if it is being used "
369 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
370 "corruption, but adding it read-only is safe."
371 msgstr ""
372
373 # type: textblock
374 #. type: textblock
375 #: ../src/guestfs.pod:151
376 msgid ""
377 "You must add at least one disk image, and you may add multiple disk images.  "
378 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
379 "first one you added), C</dev/sdb> (for the second one you added), etc."
380 msgstr ""
381
382 # type: textblock
383 #. type: textblock
384 #: ../src/guestfs.pod:156
385 msgid ""
386 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
387 "can call L</guestfs_list_devices> to get a list of the device names, in the "
388 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
389 msgstr ""
390
391 # type: =head2
392 #. type: =head2
393 #: ../src/guestfs.pod:161
394 msgid "MOUNTING"
395 msgstr ""
396
397 #. type: textblock
398 #: ../src/guestfs.pod:163
399 msgid ""
400 "Before you can read or write files, create directories and so on in a disk "
401 "image that contains filesystems, you have to mount those filesystems using "
402 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
403 "a disk image contains (for example) one partition with a filesystem on that "
404 "partition, then you can mount it directly:"
405 msgstr ""
406
407 #. type: verbatim
408 #: ../src/guestfs.pod:170
409 #, no-wrap
410 msgid ""
411 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
412 "\n"
413 msgstr ""
414
415 #. type: textblock
416 #: ../src/guestfs.pod:172
417 msgid ""
418 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
419 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
420 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
421 "that these are libguestfs virtual devices, and are nothing to do with host "
422 "devices."
423 msgstr ""
424
425 #. type: textblock
426 #: ../src/guestfs.pod:178
427 msgid ""
428 "If you are given a disk image and you don't know what it contains then you "
429 "have to find out.  Libguestfs can do that too: use L</"
430 "guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions and "
431 "LVs, and either try mounting each to see what is mountable, or else examine "
432 "them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
433 "filesystems, use L</guestfs_list_filesystems>."
434 msgstr ""
435
436 #. type: textblock
437 #: ../src/guestfs.pod:186
438 msgid ""
439 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
440 "L</INSPECTION> below).  But you might find it easier to look at higher level "
441 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
442 msgstr ""
443
444 #. type: textblock
445 #: ../src/guestfs.pod:191
446 msgid ""
447 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
448 "several other variations of the C<guestfs_mount_*> call."
449 msgstr ""
450
451 # type: =head2
452 #. type: =head2
453 #: ../src/guestfs.pod:194
454 msgid "FILESYSTEM ACCESS AND MODIFICATION"
455 msgstr ""
456
457 # type: textblock
458 #. type: textblock
459 #: ../src/guestfs.pod:196
460 msgid ""
461 "The majority of the libguestfs API consists of fairly low-level calls for "
462 "accessing and modifying the files, directories, symlinks etc on mounted "
463 "filesystems.  There are over a hundred such calls which you can find listed "
464 "in detail below in this man page, and we don't even pretend to cover them "
465 "all in this overview."
466 msgstr ""
467
468 # type: textblock
469 #. type: textblock
470 #: ../src/guestfs.pod:202
471 msgid ""
472 "Specify filenames as full paths, starting with C<\"/\"> and including the "
473 "mount point."
474 msgstr ""
475
476 # type: textblock
477 #. type: textblock
478 #: ../src/guestfs.pod:205
479 msgid ""
480 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
481 "the file called C<\"etc/passwd\"> then you could do:"
482 msgstr ""
483
484 # type: verbatim
485 #. type: verbatim
486 #: ../src/guestfs.pod:208
487 #, no-wrap
488 msgid ""
489 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
490 "\n"
491 msgstr ""
492
493 # type: textblock
494 #. type: textblock
495 #: ../src/guestfs.pod:210
496 msgid ""
497 "This would return C<data> as a newly allocated buffer containing the full "
498 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
499 "or C<NULL> if there was an error."
500 msgstr ""
501
502 # type: textblock
503 #. type: textblock
504 #: ../src/guestfs.pod:214
505 msgid ""
506 "As another example, to create a top-level directory on that filesystem "
507 "called C<\"var\"> you would do:"
508 msgstr ""
509
510 # type: verbatim
511 #. type: verbatim
512 #: ../src/guestfs.pod:217
513 #, no-wrap
514 msgid ""
515 " guestfs_mkdir (g, \"/var\");\n"
516 "\n"
517 msgstr ""
518
519 # type: textblock
520 #. type: textblock
521 #: ../src/guestfs.pod:219
522 msgid "To create a symlink you could do:"
523 msgstr ""
524
525 # type: verbatim
526 #. type: verbatim
527 #: ../src/guestfs.pod:221
528 #, no-wrap
529 msgid ""
530 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
531 "               \"/etc/rc3.d/S30portmap\");\n"
532 "\n"
533 msgstr ""
534
535 # type: textblock
536 #. type: textblock
537 #: ../src/guestfs.pod:224
538 msgid ""
539 "Libguestfs will reject attempts to use relative paths and there is no "
540 "concept of a current working directory."
541 msgstr ""
542
543 # type: textblock
544 #. type: textblock
545 #: ../src/guestfs.pod:227
546 msgid ""
547 "Libguestfs can return errors in many situations: for example if the "
548 "filesystem isn't writable, or if a file or directory that you requested "
549 "doesn't exist.  If you are using the C API (documented here)  you have to "
550 "check for those error conditions after each call.  (Other language bindings "
551 "turn these errors into exceptions)."
552 msgstr ""
553
554 # type: textblock
555 #. type: textblock
556 #: ../src/guestfs.pod:233
557 msgid ""
558 "File writes are affected by the per-handle umask, set by calling L</"
559 "guestfs_umask> and defaulting to 022.  See L</UMASK>."
560 msgstr ""
561
562 # type: =head2
563 #. type: =head2
564 #: ../src/guestfs.pod:236
565 msgid "PARTITIONING"
566 msgstr ""
567
568 # type: textblock
569 #. type: textblock
570 #: ../src/guestfs.pod:238
571 msgid ""
572 "Libguestfs contains API calls to read, create and modify partition tables on "
573 "disk images."
574 msgstr ""
575
576 # type: textblock
577 #. type: textblock
578 #: ../src/guestfs.pod:241
579 msgid ""
580 "In the common case where you want to create a single partition covering the "
581 "whole disk, you should use the L</guestfs_part_disk> call:"
582 msgstr ""
583
584 # type: verbatim
585 #. type: verbatim
586 #: ../src/guestfs.pod:245
587 #, no-wrap
588 msgid ""
589 " const char *parttype = \"mbr\";\n"
590 " if (disk_is_larger_than_2TB)\n"
591 "   parttype = \"gpt\";\n"
592 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
593 "\n"
594 msgstr ""
595
596 # type: textblock
597 #. type: textblock
598 #: ../src/guestfs.pod:250
599 msgid ""
600 "Obviously this effectively wipes anything that was on that disk image before."
601 msgstr ""
602
603 # type: =head2
604 #. type: =head2
605 #: ../src/guestfs.pod:253
606 msgid "LVM2"
607 msgstr ""
608
609 # type: textblock
610 #. type: textblock
611 #: ../src/guestfs.pod:255
612 msgid ""
613 "Libguestfs provides access to a large part of the LVM2 API, such as L</"
614 "guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense unless "
615 "you familiarize yourself with the concepts of physical volumes, volume "
616 "groups and logical volumes."
617 msgstr ""
618
619 # type: textblock
620 #. type: textblock
621 #: ../src/guestfs.pod:260
622 msgid ""
623 "This author strongly recommends reading the LVM HOWTO, online at L<http://"
624 "tldp.org/HOWTO/LVM-HOWTO/>."
625 msgstr ""
626
627 # type: =head2
628 #. type: =head2
629 #: ../src/guestfs.pod:263
630 msgid "DOWNLOADING"
631 msgstr ""
632
633 #. type: textblock
634 #: ../src/guestfs.pod:265
635 msgid ""
636 "Use L</guestfs_cat> to download small, text only files.  This call is "
637 "limited to files which are less than 2 MB and which cannot contain any ASCII "
638 "NUL (C<\\0>) characters.  However the API is very simple to use."
639 msgstr ""
640
641 # type: textblock
642 #. type: textblock
643 #: ../src/guestfs.pod:269
644 msgid ""
645 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
646 "bit data, since it returns a (pointer, size) pair.  However it is still "
647 "limited to \"small\" files, less than 2 MB."
648 msgstr ""
649
650 # type: textblock
651 #. type: textblock
652 #: ../src/guestfs.pod:273
653 msgid ""
654 "L</guestfs_download> can be used to download any file, with no limits on "
655 "content or size (even files larger than 4 GB)."
656 msgstr ""
657
658 # type: textblock
659 #. type: textblock
660 #: ../src/guestfs.pod:276
661 msgid ""
662 "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
663 msgstr ""
664
665 # type: =head2
666 #. type: =head2
667 #: ../src/guestfs.pod:279
668 msgid "UPLOADING"
669 msgstr ""
670
671 # type: textblock
672 #. type: textblock
673 #: ../src/guestfs.pod:281
674 msgid ""
675 "It's often the case that you want to write a file or files to the disk image."
676 msgstr ""
677
678 # type: textblock
679 #. type: textblock
680 #: ../src/guestfs.pod:284
681 msgid ""
682 "To write a small file with fixed content, use L</guestfs_write>.  To create "
683 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or L</"
684 "guestfs_fallocate64> (with all disk blocks allocated).  There are a variety "
685 "of other functions for creating test files, for example L</guestfs_fill> and "
686 "L</guestfs_fill_pattern>."
687 msgstr ""
688
689 # type: textblock
690 #. type: textblock
691 #: ../src/guestfs.pod:290
692 msgid ""
693 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
694 "file content or size (even files larger than 4 GB)."
695 msgstr ""
696
697 # type: textblock
698 #. type: textblock
699 #: ../src/guestfs.pod:293
700 msgid ""
701 "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
702 msgstr ""
703
704 # type: textblock
705 #. type: textblock
706 #: ../src/guestfs.pod:295
707 msgid ""
708 "However the fastest way to upload I<large numbers of arbitrary files> is to "
709 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and L<mkisofs(8)"
710 ">), then attach this using L</guestfs_add_drive_ro>.  If you add the drive "
711 "in a predictable way (eg. adding it last after all other drives) then you "
712 "can get the device name from L</guestfs_list_devices> and mount it directly "
713 "using L</guestfs_mount_ro>.  Note that squashfs images are sometimes non-"
714 "portable between kernel versions, and they don't support labels or UUIDs.  "
715 "If you want to pre-build an image or you need to mount it using a label or "
716 "UUID, use an ISO image instead."
717 msgstr ""
718
719 # type: =head2
720 #. type: =head2
721 #: ../src/guestfs.pod:306
722 msgid "COPYING"
723 msgstr ""
724
725 # type: textblock
726 #. type: textblock
727 #: ../src/guestfs.pod:308
728 msgid ""
729 "There are various different commands for copying between files and devices "
730 "and in and out of the guest filesystem.  These are summarised in the table "
731 "below."
732 msgstr ""
733
734 # type: =item
735 #. type: =item
736 #: ../src/guestfs.pod:314
737 msgid "B<file> to B<file>"
738 msgstr ""
739
740 # type: textblock
741 #. type: textblock
742 #: ../src/guestfs.pod:316
743 msgid ""
744 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
745 "directories recursively."
746 msgstr ""
747
748 # type: =item
749 #. type: =item
750 #: ../src/guestfs.pod:319
751 msgid "B<file or device> to B<file or device>"
752 msgstr ""
753
754 # type: textblock
755 #. type: textblock
756 #: ../src/guestfs.pod:321
757 msgid ""
758 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
759 "devices in the guest."
760 msgstr ""
761
762 # type: textblock
763 #. type: textblock
764 #: ../src/guestfs.pod:324
765 msgid "Example: duplicate the contents of an LV:"
766 msgstr ""
767
768 # type: verbatim
769 #. type: verbatim
770 #: ../src/guestfs.pod:326
771 #, no-wrap
772 msgid ""
773 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
774 "\n"
775 msgstr ""
776
777 # type: textblock
778 #. type: textblock
779 #: ../src/guestfs.pod:328
780 msgid ""
781 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
782 "(C</dev/VG/Original>).  To copy less than the whole source device, use L</"
783 "guestfs_copy_size>."
784 msgstr ""
785
786 # type: =item
787 #. type: =item
788 #: ../src/guestfs.pod:332
789 msgid "B<file on the host> to B<file or device>"
790 msgstr ""
791
792 # type: textblock
793 #. type: textblock
794 #: ../src/guestfs.pod:334
795 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
796 msgstr ""
797
798 # type: =item
799 #. type: =item
800 #: ../src/guestfs.pod:336
801 msgid "B<file or device> to B<file on the host>"
802 msgstr ""
803
804 # type: textblock
805 #. type: textblock
806 #: ../src/guestfs.pod:338
807 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
808 msgstr ""
809
810 # type: =head2
811 #. type: =head2
812 #: ../src/guestfs.pod:342
813 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
814 msgstr ""
815
816 # type: textblock
817 #. type: textblock
818 #: ../src/guestfs.pod:344
819 msgid ""
820 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, L</"
821 "guestfs_tar_out> etc appear to only take filenames as arguments, so it "
822 "appears you can only upload and download to files.  However many Un*x-like "
823 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, C</"
824 "dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, stderr, "
825 "and arbitrary file descriptor N."
826 msgstr ""
827
828 # type: textblock
829 #. type: textblock
830 #: ../src/guestfs.pod:352
831 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
832 msgstr ""
833
834 #. type: verbatim
835 #: ../src/guestfs.pod:355
836 #, no-wrap
837 msgid ""
838 " guestfs_download (g, filename, \"/dev/stdout\");\n"
839 "\n"
840 msgstr ""
841
842 # type: textblock
843 #. type: textblock
844 #: ../src/guestfs.pod:357
845 msgid "and you can write tar output to a pipe C<fd> by doing:"
846 msgstr ""
847
848 #. type: verbatim
849 #: ../src/guestfs.pod:359
850 #, no-wrap
851 msgid ""
852 " char devfd[64];\n"
853 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
854 " guestfs_tar_out (g, \"/\", devfd);\n"
855 "\n"
856 msgstr ""
857
858 # type: =head2
859 #. type: =head2
860 #: ../src/guestfs.pod:363
861 msgid "LISTING FILES"
862 msgstr ""
863
864 # type: textblock
865 #. type: textblock
866 #: ../src/guestfs.pod:365
867 msgid ""
868 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
869 "L<guestfish(1)>-equivalent command C<ll>)."
870 msgstr ""
871
872 # type: textblock
873 #. type: textblock
874 #: ../src/guestfs.pod:368
875 msgid ""
876 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
877 "programs, as a flat list of strings."
878 msgstr ""
879
880 # type: textblock
881 #. type: textblock
882 #: ../src/guestfs.pod:371
883 msgid ""
884 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
885 "directory, plus additional information about each one.  It is more "
886 "equivalent to using the L<readdir(3)> call on a local filesystem."
887 msgstr ""
888
889 # type: textblock
890 #. type: textblock
891 #: ../src/guestfs.pod:375
892 msgid ""
893 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list files."
894 msgstr ""
895
896 # type: =head2
897 #. type: =head2
898 #: ../src/guestfs.pod:378
899 msgid "RUNNING COMMANDS"
900 msgstr ""
901
902 # type: textblock
903 #. type: textblock
904 #: ../src/guestfs.pod:380
905 msgid ""
906 "Although libguestfs is primarily an API for manipulating files inside guest "
907 "images, we also provide some limited facilities for running commands inside "
908 "guests."
909 msgstr ""
910
911 # type: textblock
912 #. type: textblock
913 #: ../src/guestfs.pod:384
914 msgid "There are many limitations to this:"
915 msgstr ""
916
917 # type: =item
918 #. type: =item
919 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398
920 #: ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411
921 #: ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1011
922 #: ../src/guestfs.pod:1015 ../src/guestfs.pod:1019 ../src/guestfs.pod:1024
923 #: ../src/guestfs.pod:1032 ../src/guestfs.pod:1051 ../src/guestfs.pod:1059
924 #: ../src/guestfs.pod:1081 ../src/guestfs.pod:1085 ../src/guestfs.pod:1089
925 #: ../src/guestfs.pod:1093 ../src/guestfs.pod:1097 ../src/guestfs.pod:1101
926 #: ../src/guestfs.pod:1583 ../src/guestfs.pod:1588 ../src/guestfs.pod:1592
927 #: ../src/guestfs.pod:1702 ../src/guestfs.pod:1707 ../src/guestfs.pod:1711
928 #: ../src/guestfs.pod:2063 ../src/guestfs.pod:2069 ../src/guestfs.pod:2074
929 #: ../src/guestfs.pod:2080 ../src/guestfs.pod:2540 ../src/guestfs.pod:2544
930 #: ../src/guestfs.pod:2548 ../src/guestfs.pod:2552
931 #: ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22
932 #: ../src/guestfs-actions.pod:569 ../src/guestfs-actions.pod:577
933 #: ../src/guestfs-actions.pod:584 ../src/guestfs-actions.pod:591
934 #: ../src/guestfs-actions.pod:1587 ../src/guestfs-actions.pod:1591
935 #: ../src/guestfs-actions.pod:1595 ../src/guestfs-actions.pod:1599
936 #: ../src/guestfs-actions.pod:1607 ../src/guestfs-actions.pod:1611
937 #: ../src/guestfs-actions.pod:1615 ../src/guestfs-actions.pod:1625
938 #: ../src/guestfs-actions.pod:1629 ../src/guestfs-actions.pod:1633
939 #: ../src/guestfs-actions.pod:1771 ../src/guestfs-actions.pod:1775
940 #: ../src/guestfs-actions.pod:1780 ../src/guestfs-actions.pod:1785
941 #: ../src/guestfs-actions.pod:1846 ../src/guestfs-actions.pod:1850
942 #: ../src/guestfs-actions.pod:1855 ../fish/guestfish.pod:427
943 #: ../fish/guestfish.pod:431 ../fish/guestfish.pod:435
944 #: ../fish/guestfish.pod:439 ../fish/guestfish-actions.pod:13
945 #: ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:373
946 #: ../fish/guestfish-actions.pod:381 ../fish/guestfish-actions.pod:388
947 #: ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:1065
948 #: ../fish/guestfish-actions.pod:1069 ../fish/guestfish-actions.pod:1073
949 #: ../fish/guestfish-actions.pod:1077 ../fish/guestfish-actions.pod:1085
950 #: ../fish/guestfish-actions.pod:1089 ../fish/guestfish-actions.pod:1093
951 #: ../fish/guestfish-actions.pod:1103 ../fish/guestfish-actions.pod:1107
952 #: ../fish/guestfish-actions.pod:1111 ../fish/guestfish-actions.pod:1201
953 #: ../fish/guestfish-actions.pod:1205 ../fish/guestfish-actions.pod:1210
954 #: ../fish/guestfish-actions.pod:1215 ../fish/guestfish-actions.pod:1257
955 #: ../fish/guestfish-actions.pod:1261 ../fish/guestfish-actions.pod:1266
956 #: ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542
957 #: ../tools/virt-win-reg.pl:548 ../tools/virt-resize.pl:345
958 #: ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
959 msgid "*"
960 msgstr ""
961
962 # type: textblock
963 #. type: textblock
964 #: ../src/guestfs.pod:390
965 msgid ""
966 "The kernel version that the command runs under will be different from what "
967 "it expects."
968 msgstr ""
969
970 # type: textblock
971 #. type: textblock
972 #: ../src/guestfs.pod:395
973 msgid ""
974 "If the command needs to communicate with daemons, then most likely they "
975 "won't be running."
976 msgstr ""
977
978 # type: textblock
979 #. type: textblock
980 #: ../src/guestfs.pod:400
981 msgid "The command will be running in limited memory."
982 msgstr ""
983
984 # type: textblock
985 #. type: textblock
986 #: ../src/guestfs.pod:404
987 msgid ""
988 "The network may not be available unless you enable it (see L</"
989 "guestfs_set_network>)."
990 msgstr ""
991
992 # type: textblock
993 #. type: textblock
994 #: ../src/guestfs.pod:409
995 msgid "Only supports Linux guests (not Windows, BSD, etc)."
996 msgstr ""
997
998 # type: textblock
999 #. type: textblock
1000 #: ../src/guestfs.pod:413
1001 msgid ""
1002 "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
1003 msgstr ""
1004
1005 # type: textblock
1006 #. type: textblock
1007 #: ../src/guestfs.pod:418
1008 msgid ""
1009 "For SELinux guests, you may need to enable SELinux and load policy first.  "
1010 "See L</SELINUX> in this manpage."
1011 msgstr ""
1012
1013 # type: textblock
1014 #. type: textblock
1015 #: ../src/guestfs.pod:423
1016 msgid ""
1017 "I<Security:> It is not safe to run commands from untrusted, possibly "
1018 "malicious guests.  These commands may attempt to exploit your program by "
1019 "sending unexpected output.  They could also try to exploit the Linux kernel "
1020 "or qemu provided by the libguestfs appliance.  They could use the network "
1021 "provided by the libguestfs appliance to bypass ordinary network partitions "
1022 "and firewalls.  They could use the elevated privileges or different SELinux "
1023 "context of your program to their advantage."
1024 msgstr ""
1025
1026 # type: textblock
1027 #. type: textblock
1028 #: ../src/guestfs.pod:432
1029 msgid ""
1030 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
1031 "(a script which runs when the guest next boots normally), and to have this "
1032 "script run the commands you want in the normal context of the running guest, "
1033 "network security and so on.  For information about other security issues, "
1034 "see L</SECURITY>."
1035 msgstr ""
1036
1037 # type: textblock
1038 #. type: textblock
1039 #: ../src/guestfs.pod:440
1040 msgid ""
1041 "The two main API calls to run commands are L</guestfs_command> and L</"
1042 "guestfs_sh> (there are also variations)."
1043 msgstr ""
1044
1045 # type: textblock
1046 #. type: textblock
1047 #: ../src/guestfs.pod:443
1048 msgid ""
1049 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
1050 "shell globs, redirections, etc will work."
1051 msgstr ""
1052
1053 # type: =head2
1054 #. type: =head2
1055 #: ../src/guestfs.pod:446
1056 msgid "CONFIGURATION FILES"
1057 msgstr ""
1058
1059 # type: textblock
1060 #. type: textblock
1061 #: ../src/guestfs.pod:448
1062 msgid ""
1063 "To read and write configuration files in Linux guest filesystems, we "
1064 "strongly recommend using Augeas.  For example, Augeas understands how to "
1065 "read and write, say, a Linux shadow password file or X.org configuration "
1066 "file, and so avoids you having to write that code."
1067 msgstr ""
1068
1069 # type: textblock
1070 #. type: textblock
1071 #: ../src/guestfs.pod:453
1072 msgid ""
1073 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
1074 "document Augeas itself here because there is excellent documentation on the "
1075 "L<http://augeas.net/> website."
1076 msgstr ""
1077
1078 # type: textblock
1079 #. type: textblock
1080 #: ../src/guestfs.pod:457
1081 msgid ""
1082 "If you don't want to use Augeas (you fool!) then try calling L</"
1083 "guestfs_read_lines> to get the file as a list of lines which you can iterate "
1084 "over."
1085 msgstr ""
1086
1087 # type: =head2
1088 #. type: =head2
1089 #: ../src/guestfs.pod:461
1090 msgid "SELINUX"
1091 msgstr ""
1092
1093 # type: textblock
1094 #. type: textblock
1095 #: ../src/guestfs.pod:463
1096 msgid ""
1097 "We support SELinux guests.  To ensure that labeling happens correctly in "
1098 "SELinux guests, you need to enable SELinux and load the guest's policy:"
1099 msgstr ""
1100
1101 # type: =item
1102 #. type: =item
1103 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1204 ../src/guestfs.pod:1335
1104 #: ../src/guestfs.pod:2108
1105 msgid "1."
1106 msgstr ""
1107
1108 # type: textblock
1109 #. type: textblock
1110 #: ../src/guestfs.pod:471
1111 msgid "Before launching, do:"
1112 msgstr ""
1113
1114 # type: verbatim
1115 #. type: verbatim
1116 #: ../src/guestfs.pod:473
1117 #, no-wrap
1118 msgid ""
1119 " guestfs_set_selinux (g, 1);\n"
1120 "\n"
1121 msgstr ""
1122
1123 # type: =item
1124 #. type: =item
1125 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1208 ../src/guestfs.pod:1339
1126 #: ../src/guestfs.pod:2133
1127 msgid "2."
1128 msgstr ""
1129
1130 # type: textblock
1131 #. type: textblock
1132 #: ../src/guestfs.pod:477
1133 msgid ""
1134 "After mounting the guest's filesystem(s), load the policy.  This is best "
1135 "done by running the L<load_policy(8)> command in the guest itself:"
1136 msgstr ""
1137
1138 # type: verbatim
1139 #. type: verbatim
1140 #: ../src/guestfs.pod:481
1141 #, no-wrap
1142 msgid ""
1143 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
1144 "\n"
1145 msgstr ""
1146
1147 # type: textblock
1148 #. type: textblock
1149 #: ../src/guestfs.pod:483
1150 msgid ""
1151 "(Older versions of C<load_policy> require you to specify the name of the "
1152 "policy file)."
1153 msgstr ""
1154
1155 # type: =item
1156 #. type: =item
1157 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1345
1158 msgid "3."
1159 msgstr ""
1160
1161 # type: textblock
1162 #. type: textblock
1163 #: ../src/guestfs.pod:488
1164 msgid ""
1165 "Optionally, set the security context for the API.  The correct security "
1166 "context to use can only be known by inspecting the guest.  As an example:"
1167 msgstr ""
1168
1169 # type: verbatim
1170 #. type: verbatim
1171 #: ../src/guestfs.pod:492
1172 #, no-wrap
1173 msgid ""
1174 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
1175 "\n"
1176 msgstr ""
1177
1178 # type: textblock
1179 #. type: textblock
1180 #: ../src/guestfs.pod:496
1181 msgid "This will work for running commands and editing existing files."
1182 msgstr ""
1183
1184 # type: textblock
1185 #. type: textblock
1186 #: ../src/guestfs.pod:498
1187 msgid ""
1188 "When new files are created, you may need to label them explicitly, for "
1189 "example by running the external command C<restorecon pathname>."
1190 msgstr ""
1191
1192 # type: =head2
1193 #. type: =head2
1194 #: ../src/guestfs.pod:502
1195 msgid "UMASK"
1196 msgstr ""
1197
1198 # type: textblock
1199 #. type: textblock
1200 #: ../src/guestfs.pod:504
1201 msgid ""
1202 "Certain calls are affected by the current file mode creation mask (the "
1203 "\"umask\").  In particular ones which create files or directories, such as "
1204 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1205 "either the default mode that the file is created with or modifies the mode "
1206 "that you supply."
1207 msgstr ""
1208
1209 # type: textblock
1210 #. type: textblock
1211 #: ../src/guestfs.pod:510
1212 msgid ""
1213 "The default umask is C<022>, so files are created with modes such as C<0644> "
1214 "and directories with C<0755>."
1215 msgstr ""
1216
1217 # type: textblock
1218 #. type: textblock
1219 #: ../src/guestfs.pod:513
1220 msgid ""
1221 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1222 "(call C<guestfs_umask (g, 0)> early after launching).  Or call L</"
1223 "guestfs_chmod> after creating each file or directory."
1224 msgstr ""
1225
1226 # type: textblock
1227 #. type: textblock
1228 #: ../src/guestfs.pod:517
1229 msgid "For more information about umask, see L<umask(2)>."
1230 msgstr ""
1231
1232 # type: =head1
1233 #. type: =head1
1234 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:720
1235 msgid "ENCRYPTED DISKS"
1236 msgstr ""
1237
1238 # type: textblock
1239 #. type: textblock
1240 #: ../src/guestfs.pod:521
1241 msgid ""
1242 "Libguestfs allows you to access Linux guests which have been encrypted using "
1243 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1244 "standard.  This includes nearly all whole disk encryption systems used by "
1245 "modern Linux guests."
1246 msgstr ""
1247
1248 # type: textblock
1249 #. type: textblock
1250 #: ../src/guestfs.pod:527
1251 msgid ""
1252 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1253 "returns the string C<crypto_LUKS>)."
1254 msgstr ""
1255
1256 # type: textblock
1257 #. type: textblock
1258 #: ../src/guestfs.pod:530
1259 msgid ""
1260 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1261 "will require the passphrase!"
1262 msgstr ""
1263
1264 # type: textblock
1265 #. type: textblock
1266 #: ../src/guestfs.pod:533
1267 msgid ""
1268 "Opening a LUKS device creates a new device mapper device called C</dev/"
1269 "mapper/mapname> (where C<mapname> is the string you supply to L</"
1270 "guestfs_luks_open>).  Reads and writes to this mapper device are decrypted "
1271 "from and encrypted to the underlying block device respectively."
1272 msgstr ""
1273
1274 # type: textblock
1275 #. type: textblock
1276 #: ../src/guestfs.pod:539
1277 msgid ""
1278 "LVM volume groups on the device can be made visible by calling L</"
1279 "guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical volume"
1280 "(s) can now be mounted in the usual way."
1281 msgstr ""
1282
1283 # type: textblock
1284 #. type: textblock
1285 #: ../src/guestfs.pod:543
1286 msgid ""
1287 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1288 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1289 "[\"/dev/VG\"])>.  Then close the mapper device by calling L</"
1290 "guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1291 "underlying encrypted block device)."
1292 msgstr ""
1293
1294 # type: =head2
1295 #. type: =head2
1296 #: ../src/guestfs.pod:550
1297 msgid "INSPECTION"
1298 msgstr ""
1299
1300 # type: textblock
1301 #. type: textblock
1302 #: ../src/guestfs.pod:552
1303 msgid ""
1304 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1305 "contains operating systems.  (These APIs used to be in a separate Perl-only "
1306 "library called L<Sys::Guestfs::Lib(3)> but since version 1.5.3 the most "
1307 "frequently used part of this library has been rewritten in C and moved into "
1308 "the core code)."
1309 msgstr ""
1310
1311 # type: textblock
1312 #. type: textblock
1313 #: ../src/guestfs.pod:558
1314 msgid ""
1315 "Add all disks belonging to the unknown virtual machine and call L</"
1316 "guestfs_launch> in the usual way."
1317 msgstr ""
1318
1319 # type: textblock
1320 #. type: textblock
1321 #: ../src/guestfs.pod:561
1322 msgid ""
1323 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1324 "and certain heuristics, and returns a list of operating systems that were "
1325 "found.  An empty list means none were found.  A single element is the root "
1326 "filesystem of the operating system.  For dual- or multi-boot guests, "
1327 "multiple roots can be returned, each one corresponding to a separate "
1328 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1329 "world of virtualization, but since this scenario can happen, we have built "
1330 "libguestfs to deal with it.)"
1331 msgstr ""
1332
1333 # type: textblock
1334 #. type: textblock
1335 #: ../src/guestfs.pod:570
1336 msgid ""
1337 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1338 "to get additional details about that operating system.  For example, call L</"
1339 "guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1340 "Windows and Linux-based operating systems respectively."
1341 msgstr ""
1342
1343 # type: textblock
1344 #. type: textblock
1345 #: ../src/guestfs.pod:576
1346 msgid ""
1347 "Un*x-like and Linux-based operating systems usually consist of several "
1348 "filesystems which are mounted at boot time (for example, a separate boot "
1349 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1350 "filesystems correspond to mount points.  Call "
1351 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1352 "hash table like this example:"
1353 msgstr ""
1354
1355 # type: verbatim
1356 #. type: verbatim
1357 #: ../src/guestfs.pod:583
1358 #, no-wrap
1359 msgid ""
1360 " /boot => /dev/sda1\n"
1361 " /     => /dev/vg_guest/lv_root\n"
1362 " /usr  => /dev/vg_guest/lv_usr\n"
1363 "\n"
1364 msgstr ""
1365
1366 # type: textblock
1367 #. type: textblock
1368 #: ../src/guestfs.pod:587
1369 msgid ""
1370 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1371 "filesystems as suggested."
1372 msgstr ""
1373
1374 # type: textblock
1375 #. type: textblock
1376 #: ../src/guestfs.pod:590
1377 msgid ""
1378 "Be careful to mount filesystems in the right order (eg. C</> before C</"
1379 "usr>).  Sorting the keys of the hash by length, shortest first, should work."
1380 msgstr ""
1381
1382 # type: textblock
1383 #. type: textblock
1384 #: ../src/guestfs.pod:594
1385 msgid ""
1386 "Inspection currently only works for some common operating systems.  "
1387 "Contributors are welcome to send patches for other operating systems that we "
1388 "currently cannot detect."
1389 msgstr ""
1390
1391 # type: textblock
1392 #. type: textblock
1393 #: ../src/guestfs.pod:598
1394 msgid ""
1395 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1396 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1397 "encrypted devices."
1398 msgstr ""
1399
1400 # type: textblock
1401 #. type: textblock
1402 #: ../src/guestfs.pod:602
1403 msgid ""
1404 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1405 "inspection and caches the results in the guest handle.  Subsequent calls to "
1406 "C<guestfs_inspect_get_*> return this cached information, but I<do not> re-"
1407 "read the disks.  If you change the content of the guest disks, you can redo "
1408 "inspection by calling L</guestfs_inspect_os> again.  (L</"
1409 "guestfs_inspect_list_applications> works a little differently from the other "
1410 "calls and does read the disks.  See documentation for that function for "
1411 "details)."
1412 msgstr ""
1413
1414 # type: =head2
1415 #. type: =head2
1416 #: ../src/guestfs.pod:611
1417 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1418 msgstr ""
1419
1420 # type: textblock
1421 #. type: textblock
1422 #: ../src/guestfs.pod:613
1423 msgid ""
1424 "Libguestfs can mount NTFS partitions.  It does this using the L<http://www."
1425 "ntfs-3g.org/> driver."
1426 msgstr ""
1427
1428 # type: =head3
1429 #. type: =head3
1430 #: ../src/guestfs.pod:616
1431 msgid "DRIVE LETTERS AND PATHS"
1432 msgstr ""
1433
1434 # type: textblock
1435 #. type: textblock
1436 #: ../src/guestfs.pod:618
1437 msgid ""
1438 "DOS and Windows still use drive letters, and the filesystems are always "
1439 "treated as case insensitive by Windows itself, and therefore you might find "
1440 "a Windows configuration file referring to a path like C<c:\\windows"
1441 "\\system32>.  When the filesystem is mounted in libguestfs, that directory "
1442 "might be referred to as C</WINDOWS/System32>."
1443 msgstr ""
1444
1445 # type: textblock
1446 #. type: textblock
1447 #: ../src/guestfs.pod:624
1448 msgid ""
1449 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1450 "libguestfs to read the appropriate Windows Registry and configuration files, "
1451 "to determine yourself how drives are mapped (see also L<hivex(3)> and L<virt-"
1452 "inspector(1)>)."
1453 msgstr ""
1454
1455 # type: textblock
1456 #. type: textblock
1457 #: ../src/guestfs.pod:629
1458 msgid ""
1459 "Replacing backslash characters with forward slash characters is also outside "
1460 "the scope of libguestfs, but something that you can easily do."
1461 msgstr ""
1462
1463 # type: textblock
1464 #. type: textblock
1465 #: ../src/guestfs.pod:632
1466 msgid ""
1467 "Where we can help is in resolving the case insensitivity of paths.  For "
1468 "this, call L</guestfs_case_sensitive_path>."
1469 msgstr ""
1470
1471 # type: =head3
1472 #. type: =head3
1473 #: ../src/guestfs.pod:635
1474 msgid "ACCESSING THE WINDOWS REGISTRY"
1475 msgstr ""
1476
1477 # type: textblock
1478 #. type: textblock
1479 #: ../src/guestfs.pod:637
1480 msgid ""
1481 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1482 "files, through the library C<hivex> which is part of the libguestfs project "
1483 "although ships as a separate tarball.  You have to locate and download the "
1484 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1485 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and L<virt-win-"
1486 "reg(1)> for more help on this issue."
1487 msgstr ""
1488
1489 # type: =head3
1490 #. type: =head3
1491 #: ../src/guestfs.pod:645
1492 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1493 msgstr ""
1494
1495 # type: textblock
1496 #. type: textblock
1497 #: ../src/guestfs.pod:647
1498 msgid ""
1499 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1500 "provide something which looks like a Linux symlink.  The way it tries to do "
1501 "the rewriting is described here:"
1502 msgstr ""
1503
1504 # type: textblock
1505 #. type: textblock
1506 #: ../src/guestfs.pod:651
1507 msgid ""
1508 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1509 "symbolic-links/>"
1510 msgstr ""
1511
1512 # type: textblock
1513 #. type: textblock
1514 #: ../src/guestfs.pod:653
1515 msgid ""
1516 "The essential problem is that ntfs-3g simply does not have enough "
1517 "information to do a correct job.  NTFS links can contain drive letters and "
1518 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1519 "It is almost certainly the case that libguestfs callers should ignore what "
1520 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1521 msgstr ""
1522
1523 # type: textblock
1524 #. type: textblock
1525 #: ../src/guestfs.pod:660
1526 msgid ""
1527 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use L</"
1528 "guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1529 "attribute, and read the raw reparse data from that (you can find the format "
1530 "documented in various places around the web)."
1531 msgstr ""
1532
1533 # type: =head3
1534 #. type: =head3
1535 #: ../src/guestfs.pod:665
1536 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1537 msgstr ""
1538
1539 # type: textblock
1540 #. type: textblock
1541 #: ../src/guestfs.pod:667
1542 msgid ""
1543 "There are other useful extended attributes that can be read from ntfs-3g "
1544 "filesystems (using L</guestfs_getxattr>).  See:"
1545 msgstr ""
1546
1547 # type: textblock
1548 #. type: textblock
1549 #: ../src/guestfs.pod:670
1550 msgid ""
1551 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1552 msgstr ""
1553
1554 # type: =head2
1555 #. type: =head2
1556 #: ../src/guestfs.pod:672
1557 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1558 msgstr ""
1559
1560 # type: textblock
1561 #. type: textblock
1562 #: ../src/guestfs.pod:674
1563 msgid ""
1564 "Although we don't want to discourage you from using the C API, we will "
1565 "mention here that the same API is also available in other languages."
1566 msgstr ""
1567
1568 #. type: textblock
1569 #: ../src/guestfs.pod:677
1570 msgid ""
1571 "The API is broadly identical in all supported languages.  This means that "
1572 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1573 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1574 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1575 "each language."
1576 msgstr ""
1577
1578 # type: textblock
1579 #. type: textblock
1580 #: ../src/guestfs.pod:683
1581 msgid ""
1582 "Error messages are automatically transformed into exceptions if the language "
1583 "supports it."
1584 msgstr ""
1585
1586 # type: textblock
1587 #. type: textblock
1588 #: ../src/guestfs.pod:686
1589 msgid ""
1590 "We don't try to \"object orientify\" parts of the API in OO languages, "
1591 "although contributors are welcome to write higher level APIs above what we "
1592 "provide in their favourite languages if they wish."
1593 msgstr ""
1594
1595 # type: =item
1596 #. type: =item
1597 #: ../src/guestfs.pod:692
1598 msgid "B<C++>"
1599 msgstr ""
1600
1601 # type: textblock
1602 #. type: textblock
1603 #: ../src/guestfs.pod:694
1604 msgid ""
1605 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1606 "identical to the C API.  C++ classes and exceptions are not used."
1607 msgstr ""
1608
1609 # type: =item
1610 #. type: =item
1611 #: ../src/guestfs.pod:698
1612 msgid "B<C#>"
1613 msgstr ""
1614
1615 # type: textblock
1616 #. type: textblock
1617 #: ../src/guestfs.pod:700
1618 msgid ""
1619 "The C# bindings are highly experimental.  Please read the warnings at the "
1620 "top of C<csharp/Libguestfs.cs>."
1621 msgstr ""
1622
1623 # type: =item
1624 #. type: =item
1625 #: ../src/guestfs.pod:703
1626 msgid "B<Haskell>"
1627 msgstr ""
1628
1629 # type: textblock
1630 #. type: textblock
1631 #: ../src/guestfs.pod:705
1632 msgid ""
1633 "This is the only language binding that is working but incomplete.  Only "
1634 "calls which return simple integers have been bound in Haskell, and we are "
1635 "looking for help to complete this binding."
1636 msgstr ""
1637
1638 # type: =item
1639 #. type: =item
1640 #: ../src/guestfs.pod:709
1641 msgid "B<Java>"
1642 msgstr ""
1643
1644 # type: textblock
1645 #. type: textblock
1646 #: ../src/guestfs.pod:711
1647 msgid ""
1648 "Full documentation is contained in the Javadoc which is distributed with "
1649 "libguestfs."
1650 msgstr ""
1651
1652 # type: =item
1653 #. type: =item
1654 #: ../src/guestfs.pod:714
1655 msgid "B<OCaml>"
1656 msgstr ""
1657
1658 #. type: textblock
1659 #: ../src/guestfs.pod:716
1660 msgid "See L<guestfs-ocaml(3)>."
1661 msgstr ""
1662
1663 # type: =item
1664 #. type: =item
1665 #: ../src/guestfs.pod:718
1666 msgid "B<Perl>"
1667 msgstr ""
1668
1669 #. type: textblock
1670 #: ../src/guestfs.pod:720
1671 msgid "See L<Sys::Guestfs(3)>."
1672 msgstr ""
1673
1674 # type: =item
1675 #. type: =item
1676 #: ../src/guestfs.pod:722
1677 msgid "B<PHP>"
1678 msgstr ""
1679
1680 # type: textblock
1681 #. type: textblock
1682 #: ../src/guestfs.pod:724
1683 msgid ""
1684 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1685 "the php-libguestfs package for your distribution."
1686 msgstr ""
1687
1688 # type: textblock
1689 #. type: textblock
1690 #: ../src/guestfs.pod:727
1691 msgid "The PHP binding only works correctly on 64 bit machines."
1692 msgstr ""
1693
1694 # type: =item
1695 #. type: =item
1696 #: ../src/guestfs.pod:729
1697 msgid "B<Python>"
1698 msgstr ""
1699
1700 #. type: textblock
1701 #: ../src/guestfs.pod:731
1702 msgid "See L<guestfs-python(3)>."
1703 msgstr ""
1704
1705 # type: =item
1706 #. type: =item
1707 #: ../src/guestfs.pod:733
1708 msgid "B<Ruby>"
1709 msgstr ""
1710
1711 #. type: textblock
1712 #: ../src/guestfs.pod:735
1713 msgid "See L<guestfs-ruby(3)>."
1714 msgstr ""
1715
1716 # type: =item
1717 #. type: =item
1718 #: ../src/guestfs.pod:737
1719 msgid "B<shell scripts>"
1720 msgstr ""
1721
1722 #. type: textblock
1723 #: ../src/guestfs.pod:739
1724 msgid "See L<guestfish(1)>."
1725 msgstr ""
1726
1727 # type: =head2
1728 #. type: =head2
1729 #: ../src/guestfs.pod:743
1730 msgid "LIBGUESTFS GOTCHAS"
1731 msgstr ""
1732
1733 # type: textblock
1734 #. type: textblock
1735 #: ../src/guestfs.pod:745
1736 msgid ""
1737 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1738 "system [...] that works in the way it is documented but is counterintuitive "
1739 "and almost invites mistakes.\""
1740 msgstr ""
1741
1742 # type: textblock
1743 #. type: textblock
1744 #: ../src/guestfs.pod:749
1745 msgid ""
1746 "Since we developed libguestfs and the associated tools, there are several "
1747 "things we would have designed differently, but are now stuck with for "
1748 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1749 "release, you can expect these to change.  Beware of them."
1750 msgstr ""
1751
1752 # type: =item
1753 #. type: =item
1754 #: ../src/guestfs.pod:757
1755 msgid "Autosync / forgetting to sync."
1756 msgstr ""
1757
1758 # type: textblock
1759 #. type: textblock
1760 #: ../src/guestfs.pod:759
1761 msgid ""
1762 "When modifying a filesystem from C or another language, you B<must> unmount "
1763 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1764 "libguestfs handle.  You can also call:"
1765 msgstr ""
1766
1767 # type: verbatim
1768 #. type: verbatim
1769 #: ../src/guestfs.pod:763
1770 #, no-wrap
1771 msgid ""
1772 " guestfs_set_autosync (g, 1);\n"
1773 "\n"
1774 msgstr ""
1775
1776 # type: textblock
1777 #. type: textblock
1778 #: ../src/guestfs.pod:765
1779 msgid ""
1780 "to have the unmount/sync done automatically for you when the handle 'g' is "
1781 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> q.v.)"
1782 msgstr ""
1783
1784 # type: textblock
1785 #. type: textblock
1786 #: ../src/guestfs.pod:769
1787 msgid ""
1788 "If you forget to do this, then it is entirely possible that your changes "
1789 "won't be written out, or will be partially written, or (very rarely) that "
1790 "you'll get disk corruption."
1791 msgstr ""
1792
1793 # type: textblock
1794 #. type: textblock
1795 #: ../src/guestfs.pod:773
1796 msgid ""
1797 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1798 "guestfish scripts that forget to sync will work just fine, which can make "
1799 "this very puzzling if you are trying to debug a problem."
1800 msgstr ""
1801
1802 # type: textblock
1803 #. type: textblock
1804 #: ../src/guestfs.pod:777
1805 msgid ""
1806 "Update: Autosync is enabled by default for all API users starting from "
1807 "libguestfs 1.5.24."
1808 msgstr ""
1809
1810 # type: =item
1811 #. type: =item
1812 #: ../src/guestfs.pod:780
1813 msgid "Mount option C<-o sync> should not be the default."
1814 msgstr ""
1815
1816 # type: textblock
1817 #. type: textblock
1818 #: ../src/guestfs.pod:782
1819 msgid ""
1820 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1821 "However C<-o sync> does not add any reliability benefit, but does have a "
1822 "very large performance impact."
1823 msgstr ""
1824
1825 # type: textblock
1826 #. type: textblock
1827 #: ../src/guestfs.pod:786
1828 msgid ""
1829 "The work around is to use L</guestfs_mount_options> and set the mount "
1830 "options that you actually want to use."
1831 msgstr ""
1832
1833 # type: =item
1834 #. type: =item
1835 #: ../src/guestfs.pod:789
1836 msgid "Read-only should be the default."
1837 msgstr ""
1838
1839 # type: textblock
1840 #. type: textblock
1841 #: ../src/guestfs.pod:791
1842 msgid ""
1843 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1844 "specify I<--rw> if you want to make changes to the image."
1845 msgstr ""
1846
1847 # type: textblock
1848 #. type: textblock
1849 #: ../src/guestfs.pod:794
1850 msgid "This would reduce the potential to corrupt live VM images."
1851 msgstr ""
1852
1853 # type: textblock
1854 #. type: textblock
1855 #: ../src/guestfs.pod:796
1856 msgid ""
1857 "Note that many filesystems change the disk when you just mount and unmount, "
1858 "even if you didn't perform any writes.  You need to use L</"
1859 "guestfs_add_drive_ro> to guarantee that the disk is not changed."
1860 msgstr ""
1861
1862 # type: =item
1863 #. type: =item
1864 #: ../src/guestfs.pod:800
1865 msgid "guestfish command line is hard to use."
1866 msgstr ""
1867
1868 # type: textblock
1869 #. type: textblock
1870 #: ../src/guestfs.pod:802
1871 msgid ""
1872 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1873 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1874 "exist, so it fails.  In earlier versions of guestfish the error message was "
1875 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1876 "we should have used C<guestfish -c command> to run commands."
1877 msgstr ""
1878
1879 # type: =item
1880 #. type: =item
1881 #: ../src/guestfs.pod:809
1882 msgid "guestfish megabyte modifiers don't work right on all commands"
1883 msgstr ""
1884
1885 # type: textblock
1886 #. type: textblock
1887 #: ../src/guestfs.pod:811
1888 msgid ""
1889 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1890 "other modifiers).  What guestfish actually does is to multiply the number "
1891 "part by the modifier part and pass the result to the C API.  However this "
1892 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1893 "expecting some other unit (eg. megabytes)."
1894 msgstr ""
1895
1896 # type: textblock
1897 #. type: textblock
1898 #: ../src/guestfs.pod:818
1899 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1900 msgstr ""
1901
1902 # type: verbatim
1903 #. type: verbatim
1904 #: ../src/guestfs.pod:820
1905 #, no-wrap
1906 msgid ""
1907 " lvcreate LV VG 100M\n"
1908 "\n"
1909 msgstr ""
1910
1911 # type: textblock
1912 #. type: textblock
1913 #: ../src/guestfs.pod:822
1914 msgid ""
1915 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1916 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1917 "megabytes * megabytes) logical volume.  The error message you get from this "
1918 "is also a little obscure."
1919 msgstr ""
1920
1921 # type: textblock
1922 #. type: textblock
1923 #: ../src/guestfs.pod:827
1924 msgid ""
1925 "This could be fixed in the generator by specially marking parameters and "
1926 "return values which take bytes or other units."
1927 msgstr ""
1928
1929 # type: =item
1930 #. type: =item
1931 #: ../src/guestfs.pod:830
1932 msgid "Ambiguity between devices and paths"
1933 msgstr ""
1934
1935 # type: textblock
1936 #. type: textblock
1937 #: ../src/guestfs.pod:832
1938 msgid ""
1939 "There is a subtle ambiguity in the API between a device name (eg. C</dev/"
1940 "sdb2>) and a similar pathname.  A file might just happen to be called "
1941 "C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1942 msgstr ""
1943
1944 # type: textblock
1945 #. type: textblock
1946 #: ../src/guestfs.pod:837
1947 msgid ""
1948 "In the current API we usually resolve this ambiguity by having two separate "
1949 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1950 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1951 "detecting if the path supplied begins with C</dev/>."
1952 msgstr ""
1953
1954 # type: textblock
1955 #. type: textblock
1956 #: ../src/guestfs.pod:843
1957 msgid ""
1958 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1959 "make paths/devices into structured names.  One way to do this would be to "
1960 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1961 "aspect of grub.  Another way would be to use a structured type, equivalent "
1962 "to this OCaml type:"
1963 msgstr ""
1964
1965 # type: verbatim
1966 #. type: verbatim
1967 #: ../src/guestfs.pod:849
1968 #, no-wrap
1969 msgid ""
1970 " type path = Path of string | Device of int | Partition of int * int\n"
1971 "\n"
1972 msgstr ""
1973
1974 # type: textblock
1975 #. type: textblock
1976 #: ../src/guestfs.pod:851
1977 msgid "which would allow you to pass arguments like:"
1978 msgstr ""
1979
1980 # type: verbatim
1981 #. type: verbatim
1982 #: ../src/guestfs.pod:853
1983 #, no-wrap
1984 msgid ""
1985 " Path \"/foo/bar\"\n"
1986 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1987 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1988 " Path \"/dev/sdb2\"    (* not a device *)\n"
1989 "\n"
1990 msgstr ""
1991
1992 # type: textblock
1993 #. type: textblock
1994 #: ../src/guestfs.pod:858
1995 msgid ""
1996 "As you can see there are still problems to resolve even with this "
1997 "representation.  Also consider how it might work in guestfish."
1998 msgstr ""
1999
2000 # type: =head2
2001 #. type: =head2
2002 #: ../src/guestfs.pod:863
2003 msgid "PROTOCOL LIMITS"
2004 msgstr ""
2005
2006 # type: textblock
2007 #. type: textblock
2008 #: ../src/guestfs.pod:865
2009 msgid ""
2010 "Internally libguestfs uses a message-based protocol to pass API calls and "
2011 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
2012 "plenty more detail about this).  The maximum message size used by the "
2013 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
2014 "aware of this limit.  The API calls which may be affected are individually "
2015 "documented, with a link back to this section of the documentation."
2016 msgstr ""
2017
2018 # type: textblock
2019 #. type: textblock
2020 #: ../src/guestfs.pod:873
2021 msgid ""
2022 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
2023 "a simple string.  Because this string is at some point internally encoded as "
2024 "a message, the maximum size that it can return is slightly under 4 MB.  If "
2025 "the requested file is larger than this then you will get an error."
2026 msgstr ""
2027
2028 # type: textblock
2029 #. type: textblock
2030 #: ../src/guestfs.pod:879
2031 msgid ""
2032 "In order to transfer large files into and out of the guest filesystem, you "
2033 "need to use particular calls that support this.  The sections L</UPLOADING> "
2034 "and L</DOWNLOADING> document how to do this."
2035 msgstr ""
2036
2037 # type: textblock
2038 #. type: textblock
2039 #: ../src/guestfs.pod:883
2040 msgid ""
2041 "You might also consider mounting the disk image using our FUSE filesystem "
2042 "support (L<guestmount(1)>)."
2043 msgstr ""
2044
2045 # type: =head2
2046 #. type: =head2
2047 #: ../src/guestfs.pod:886
2048 msgid "KEYS AND PASSPHRASES"
2049 msgstr ""
2050
2051 # type: textblock
2052 #. type: textblock
2053 #: ../src/guestfs.pod:888
2054 msgid ""
2055 "Certain libguestfs calls take a parameter that contains sensitive key "
2056 "material, passed in as a C string."
2057 msgstr ""
2058
2059 # type: textblock
2060 #. type: textblock
2061 #: ../src/guestfs.pod:891
2062 msgid ""
2063 "In the future we would hope to change the libguestfs implementation so that "
2064 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
2065 "swap.  However this is I<not> done at the moment, because of the complexity "
2066 "of such an implementation."
2067 msgstr ""
2068
2069 # type: textblock
2070 #. type: textblock
2071 #: ../src/guestfs.pod:896
2072 msgid ""
2073 "Therefore you should be aware that any key parameter you pass to libguestfs "
2074 "might end up being written out to the swap partition.  If this is a concern, "
2075 "scrub the swap partition or don't use libguestfs on encrypted devices."
2076 msgstr ""
2077
2078 # type: =head1
2079 #. type: =head2
2080 #: ../src/guestfs.pod:901
2081 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
2082 msgstr ""
2083
2084 # type: textblock
2085 #. type: textblock
2086 #: ../src/guestfs.pod:903
2087 msgid ""
2088 "All high-level libguestfs actions are synchronous.  If you want to use "
2089 "libguestfs asynchronously then you must create a thread."
2090 msgstr ""
2091
2092 # type: textblock
2093 #. type: textblock
2094 #: ../src/guestfs.pod:906
2095 msgid ""
2096 "Only use the handle from a single thread.  Either use the handle exclusively "
2097 "from one thread, or provide your own mutex so that two threads cannot issue "
2098 "calls on the same handle at the same time."
2099 msgstr ""
2100
2101 # type: textblock
2102 #. type: textblock
2103 #: ../src/guestfs.pod:910
2104 msgid ""
2105 "See the graphical program guestfs-browser for one possible architecture for "
2106 "multithreaded programs using libvirt and libguestfs."
2107 msgstr ""
2108
2109 # type: =head1
2110 #. type: =head2
2111 #: ../src/guestfs.pod:913
2112 msgid "PATH"
2113 msgstr ""
2114
2115 # type: textblock
2116 #. type: textblock
2117 #: ../src/guestfs.pod:915
2118 msgid ""
2119 "Libguestfs needs a kernel and initrd.img, which it finds by looking along an "
2120 "internal path."
2121 msgstr ""
2122
2123 # type: textblock
2124 #. type: textblock
2125 #: ../src/guestfs.pod:918
2126 msgid ""
2127 "By default it looks for these in the directory C<$libdir/guestfs> (eg. C</"
2128 "usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
2129 msgstr ""
2130
2131 # type: textblock
2132 #. type: textblock
2133 #: ../src/guestfs.pod:921
2134 msgid ""
2135 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
2136 "to change the directories that libguestfs will search in.  The value is a "
2137 "colon-separated list of paths.  The current directory is I<not> searched "
2138 "unless the path contains an empty element or C<.>.  For example "
2139 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
2140 "then C</usr/lib/guestfs>."
2141 msgstr ""
2142
2143 # type: =head1
2144 #. type: =head2
2145 #: ../src/guestfs.pod:928
2146 msgid "QEMU WRAPPERS"
2147 msgstr ""
2148
2149 # type: textblock
2150 #. type: textblock
2151 #: ../src/guestfs.pod:930
2152 msgid ""
2153 "If you want to compile your own qemu, run qemu from a non-standard location, "
2154 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
2155 "around qemu."
2156 msgstr ""
2157
2158 # type: textblock
2159 #. type: textblock
2160 #: ../src/guestfs.pod:934
2161 msgid ""
2162 "There is one important rule to remember: you I<must C<exec qemu>> as the "
2163 "last command in the shell script (so that qemu replaces the shell and "
2164 "becomes the direct child of the libguestfs-using program).  If you don't do "
2165 "this, then the qemu process won't be cleaned up correctly."
2166 msgstr ""
2167
2168 # type: textblock
2169 #. type: textblock
2170 #: ../src/guestfs.pod:939
2171 msgid ""
2172 "Here is an example of a wrapper, where I have built my own copy of qemu from "
2173 "source:"
2174 msgstr ""
2175
2176 # type: verbatim
2177 #. type: verbatim
2178 #: ../src/guestfs.pod:942
2179 #, no-wrap
2180 msgid ""
2181 " #!/bin/sh -\n"
2182 " qemudir=/home/rjones/d/qemu\n"
2183 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n"
2184 "\n"
2185 msgstr ""
2186
2187 # type: textblock
2188 #. type: textblock
2189 #: ../src/guestfs.pod:946
2190 msgid ""
2191 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
2192 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
2193 "example:"
2194 msgstr ""
2195
2196 # type: verbatim
2197 #. type: verbatim
2198 #: ../src/guestfs.pod:950
2199 #, no-wrap
2200 msgid ""
2201 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
2202 "\n"
2203 msgstr ""
2204
2205 # type: textblock
2206 #. type: textblock
2207 #: ../src/guestfs.pod:952
2208 msgid ""
2209 "Note that libguestfs also calls qemu with the -help and -version options in "
2210 "order to determine features."
2211 msgstr ""
2212
2213 # type: =head2
2214 #. type: =head2
2215 #: ../src/guestfs.pod:955
2216 msgid "ABI GUARANTEE"
2217 msgstr ""
2218
2219 # type: textblock
2220 #. type: textblock
2221 #: ../src/guestfs.pod:957
2222 msgid ""
2223 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2224 "actions as outlined in this section.  Although we will deprecate some "
2225 "actions, for example if they get replaced by newer calls, we will keep the "
2226 "old actions forever.  This allows you the developer to program in confidence "
2227 "against the libguestfs API."
2228 msgstr ""
2229
2230 # type: =head1
2231 #. type: =head2
2232 #: ../src/guestfs.pod:963
2233 msgid "BLOCK DEVICE NAMING"
2234 msgstr ""
2235
2236 # type: textblock
2237 #. type: textblock
2238 #: ../src/guestfs.pod:965
2239 msgid ""
2240 "In the kernel there is now quite a profusion of schemata for naming block "
2241 "devices (in this context, by I<block device> I mean a physical or virtual "
2242 "hard drive).  The original Linux IDE driver used names starting with C</dev/"
2243 "hd*>.  SCSI devices have historically used a different naming scheme, C</dev/"
2244 "sd*>.  When the Linux kernel I<libata> driver became a popular replacement "
2245 "for the old IDE driver (particularly for SATA devices) those devices also "
2246 "used the C</dev/sd*> scheme.  Additionally we now have virtual machines with "
2247 "paravirtualized drivers.  This has created several different naming systems, "
2248 "such as C</dev/vd*> for virtio disks and C</dev/xvd*> for Xen PV disks."
2249 msgstr ""
2250
2251 # type: textblock
2252 #. type: textblock
2253 #: ../src/guestfs.pod:977
2254 msgid ""
2255 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2256 "Linux kernel to access block devices.  We can run a variety of appliances "
2257 "based on a variety of Linux kernels."
2258 msgstr ""
2259
2260 # type: textblock
2261 #. type: textblock
2262 #: ../src/guestfs.pod:981
2263 msgid ""
2264 "This causes a problem for libguestfs because many API calls use device or "
2265 "partition names.  Working scripts and the recipe (example) scripts that we "
2266 "make available over the internet could fail if the naming scheme changes."
2267 msgstr ""
2268
2269 # type: textblock
2270 #. type: textblock
2271 #: ../src/guestfs.pod:986
2272 msgid ""
2273 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2274 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2275 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2276 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2277 msgstr ""
2278
2279 # type: textblock
2280 #. type: textblock
2281 #: ../src/guestfs.pod:992
2282 msgid ""
2283 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2284 "L</guestfs_list_partitions> and similar calls return the true names of the "
2285 "devices and partitions as known to the appliance."
2286 msgstr ""
2287
2288 # type: =head2
2289 #. type: =head3
2290 #: ../src/guestfs.pod:997
2291 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2292 msgstr ""
2293
2294 # type: textblock
2295 #. type: textblock
2296 #: ../src/guestfs.pod:999
2297 msgid ""
2298 "Usually this translation is transparent.  However in some (very rare)  cases "
2299 "you may need to know the exact algorithm.  Such cases include where you use "
2300 "L</guestfs_config> to add a mixture of virtio and IDE devices to the qemu-"
2301 "based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> devices."
2302 msgstr ""
2303
2304 # type: textblock
2305 #. type: textblock
2306 #: ../src/guestfs.pod:1005
2307 msgid ""
2308 "The algorithm is applied only to I<parameters> which are known to be either "
2309 "device or partition names.  Return values from functions such as L</"
2310 "guestfs_list_devices> are never changed."
2311 msgstr ""
2312
2313 # type: textblock
2314 #. type: textblock
2315 #: ../src/guestfs.pod:1013
2316 msgid "Is the string a parameter which is a device or partition name?"
2317 msgstr ""
2318
2319 # type: textblock
2320 #. type: textblock
2321 #: ../src/guestfs.pod:1017
2322 msgid "Does the string begin with C</dev/sd>?"
2323 msgstr ""
2324
2325 # type: textblock
2326 #. type: textblock
2327 #: ../src/guestfs.pod:1021
2328 msgid ""
2329 "Does the named device exist? If so, we use that device.  However if I<not> "
2330 "then we continue with this algorithm."
2331 msgstr ""
2332
2333 # type: textblock
2334 #. type: textblock
2335 #: ../src/guestfs.pod:1026
2336 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2337 msgstr ""
2338
2339 # type: textblock
2340 #. type: textblock
2341 #: ../src/guestfs.pod:1028
2342 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2343 msgstr ""
2344
2345 # type: textblock
2346 #. type: textblock
2347 #: ../src/guestfs.pod:1030
2348 msgid "If that named device exists, use it.  If not, continue."
2349 msgstr ""
2350
2351 # type: textblock
2352 #. type: textblock
2353 #: ../src/guestfs.pod:1034
2354 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2355 msgstr ""
2356
2357 # type: textblock
2358 #. type: textblock
2359 #: ../src/guestfs.pod:1036
2360 msgid "If that named device exists, use it.  If not, return an error."
2361 msgstr ""
2362
2363 # type: =head3
2364 #. type: =head3
2365 #: ../src/guestfs.pod:1040
2366 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2367 msgstr ""
2368
2369 # type: textblock
2370 #. type: textblock
2371 #: ../src/guestfs.pod:1042
2372 msgid ""
2373 "Although the standard naming scheme and automatic translation is useful for "
2374 "simple programs and guestfish scripts, for larger programs it is best not to "
2375 "rely on this mechanism."
2376 msgstr ""
2377
2378 # type: textblock
2379 #. type: textblock
2380 #: ../src/guestfs.pod:1046
2381 msgid ""
2382 "Where possible for maximum future portability programs using libguestfs "
2383 "should use these future-proof techniques:"
2384 msgstr ""
2385
2386 # type: textblock
2387 #. type: textblock
2388 #: ../src/guestfs.pod:1053
2389 msgid ""
2390 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2391 "device names, and then use those names directly."
2392 msgstr ""
2393
2394 # type: textblock
2395 #. type: textblock
2396 #: ../src/guestfs.pod:1056
2397 msgid ""
2398 "Since those device names exist by definition, they will never be translated."
2399 msgstr ""
2400
2401 # type: textblock
2402 #. type: textblock
2403 #: ../src/guestfs.pod:1061
2404 msgid ""
2405 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2406 "filesystem labels."
2407 msgstr ""
2408
2409 # type: =head1
2410 #. type: =head1
2411 #: ../src/guestfs.pod:1066
2412 msgid "SECURITY"
2413 msgstr ""
2414
2415 # type: textblock
2416 #. type: textblock
2417 #: ../src/guestfs.pod:1068
2418 msgid ""
2419 "This section discusses security implications of using libguestfs, "
2420 "particularly with untrusted or malicious guests or disk images."
2421 msgstr ""
2422
2423 # type: =head2
2424 #. type: =head2
2425 #: ../src/guestfs.pod:1071
2426 msgid "GENERAL SECURITY CONSIDERATIONS"
2427 msgstr ""
2428
2429 # type: textblock
2430 #. type: textblock
2431 #: ../src/guestfs.pod:1073
2432 msgid ""
2433 "Be careful with any files or data that you download from a guest (by "
2434 "\"download\" we mean not just the L</guestfs_download> command but any "
2435 "command that reads files, filenames, directories or anything else from a "
2436 "disk image).  An attacker could manipulate the data to fool your program "
2437 "into doing the wrong thing.  Consider cases such as:"
2438 msgstr ""
2439
2440 # type: textblock
2441 #. type: textblock
2442 #: ../src/guestfs.pod:1083
2443 msgid "the data (file etc) not being present"
2444 msgstr ""
2445
2446 # type: textblock
2447 #. type: textblock
2448 #: ../src/guestfs.pod:1087
2449 msgid "being present but empty"
2450 msgstr ""
2451
2452 # type: textblock
2453 #. type: textblock
2454 #: ../src/guestfs.pod:1091
2455 msgid "being much larger than normal"
2456 msgstr ""
2457
2458 # type: textblock
2459 #. type: textblock
2460 #: ../src/guestfs.pod:1095
2461 msgid "containing arbitrary 8 bit data"
2462 msgstr ""
2463
2464 # type: textblock
2465 #. type: textblock
2466 #: ../src/guestfs.pod:1099
2467 msgid "being in an unexpected character encoding"
2468 msgstr ""
2469
2470 # type: textblock
2471 #. type: textblock
2472 #: ../src/guestfs.pod:1103
2473 msgid "containing homoglyphs."
2474 msgstr ""
2475
2476 # type: =head2
2477 #. type: =head2
2478 #: ../src/guestfs.pod:1107
2479 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2480 msgstr ""
2481
2482 # type: textblock
2483 #. type: textblock
2484 #: ../src/guestfs.pod:1109
2485 msgid ""
2486 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2487 "(VFS) module can sometimes be escalated into exploits by deliberately "
2488 "creating a malicious, malformed filesystem.  These exploits are very severe "
2489 "for two reasons.  Firstly there are very many filesystem drivers in the "
2490 "kernel, and many of them are infrequently used and not much developer "
2491 "attention has been paid to the code.  Linux userspace helps potential "
2492 "crackers by detecting the filesystem type and automatically choosing the "
2493 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2494 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2495 "exploit (worse in some ways), giving immediate and total access to the "
2496 "system right down to the hardware level."
2497 msgstr ""
2498
2499 # type: textblock
2500 #. type: textblock
2501 #: ../src/guestfs.pod:1122
2502 msgid ""
2503 "That explains why you should never mount a filesystem from an untrusted "
2504 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2505 "inside a qemu virtual machine, usually running as a non-root user.  The "
2506 "attacker would need to write a filesystem which first exploited the kernel, "
2507 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2508 "the libguestfs protocol, and finally to be as serious as the host kernel "
2509 "exploit it would need to escalate its privileges to root.  This multi-step "
2510 "escalation, performed by a static piece of data, is thought to be extremely "
2511 "hard to do, although we never say 'never' about security issues."
2512 msgstr ""
2513
2514 # type: textblock
2515 #. type: textblock
2516 #: ../src/guestfs.pod:1133
2517 msgid ""
2518 "In any case callers can reduce the attack surface by forcing the filesystem "
2519 "type when mounting (use L</guestfs_mount_vfs>)."
2520 msgstr ""
2521
2522 # type: =head2
2523 #. type: =head2
2524 #: ../src/guestfs.pod:1136
2525 msgid "PROTOCOL SECURITY"
2526 msgstr ""
2527
2528 # type: textblock
2529 #. type: textblock
2530 #: ../src/guestfs.pod:1138
2531 msgid ""
2532 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2533 "defined upper message size.  However a program that uses libguestfs must "
2534 "also take care - for example you can write a program that downloads a binary "
2535 "from a disk image and executes it locally, and no amount of protocol "
2536 "security will save you from the consequences."
2537 msgstr ""
2538
2539 # type: =head2
2540 #. type: =head2
2541 #: ../src/guestfs.pod:1144
2542 msgid "INSPECTION SECURITY"
2543 msgstr ""
2544
2545 # type: textblock
2546 #. type: textblock
2547 #: ../src/guestfs.pod:1146
2548 msgid ""
2549 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2550 "directly from the guest, and these could contain any 8 bit data.  Callers "
2551 "should be careful to escape these before printing them to a structured file "
2552 "(for example, use HTML escaping if creating a web page)."
2553 msgstr ""
2554
2555 # type: textblock
2556 #. type: textblock
2557 #: ../src/guestfs.pod:1152
2558 msgid ""
2559 "Guest configuration may be altered in unusual ways by the administrator of "
2560 "the virtual machine, and may not reflect reality (particularly for untrusted "
2561 "or actively malicious guests).  For example we parse the hostname from "
2562 "configuration files like C</etc/sysconfig/network> that we find in the "
2563 "guest, but the guest administrator can easily manipulate these files to "
2564 "provide the wrong hostname."
2565 msgstr ""
2566
2567 # type: textblock
2568 #. type: textblock
2569 #: ../src/guestfs.pod:1160
2570 msgid ""
2571 "The inspection API parses guest configuration using two external libraries: "
2572 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2573 "designed to be robust in the face of malicious data, although denial of "
2574 "service attacks are still possible, for example with oversized configuration "
2575 "files."
2576 msgstr ""
2577
2578 # type: =head2
2579 #. type: =head2
2580 #: ../src/guestfs.pod:1166
2581 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2582 msgstr ""
2583
2584 # type: textblock
2585 #. type: textblock
2586 #: ../src/guestfs.pod:1168
2587 msgid ""
2588 "Be very cautious about running commands from the guest.  By running a "
2589 "command in the guest, you are giving CPU time to a binary that you do not "
2590 "control, under the same user account as the library, albeit wrapped in qemu "
2591 "virtualization.  More information and alternatives can be found in the "
2592 "section L</RUNNING COMMANDS>."
2593 msgstr ""
2594
2595 # type: =head2
2596 #. type: =head2
2597 #: ../src/guestfs.pod:1174
2598 msgid "CVE-2010-3851"
2599 msgstr ""
2600
2601 # type: textblock
2602 #. type: textblock
2603 #: ../src/guestfs.pod:1176
2604 msgid "https://bugzilla.redhat.com/642934"
2605 msgstr ""
2606
2607 # type: textblock
2608 #. type: textblock
2609 #: ../src/guestfs.pod:1178
2610 msgid ""
2611 "This security bug concerns the automatic disk format detection that qemu "
2612 "does on disk images."
2613 msgstr ""
2614
2615 # type: textblock
2616 #. type: textblock
2617 #: ../src/guestfs.pod:1181
2618 msgid ""
2619 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2620 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2621 "for one of the known headers, and if none is found then assuming the disk "
2622 "image must be raw."
2623 msgstr ""
2624
2625 # type: textblock
2626 #. type: textblock
2627 #: ../src/guestfs.pod:1186
2628 msgid ""
2629 "This allows a guest which has been given a raw disk image to write some "
2630 "other header.  At next boot (or when the disk image is accessed by "
2631 "libguestfs) qemu would do autodetection and think the disk image format was, "
2632 "say, qcow2 based on the header written by the guest."
2633 msgstr ""
2634
2635 # type: textblock
2636 #. type: textblock
2637 #: ../src/guestfs.pod:1191
2638 msgid ""
2639 "This in itself would not be a problem, but qcow2 offers many features, one "
2640 "of which is to allow a disk image to refer to another image (called the "
2641 "\"backing disk\").  It does this by placing the path to the backing disk "
2642 "into the qcow2 header.  This path is not validated and could point to any "
2643 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2644 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2645 "control of the attacker."
2646 msgstr ""
2647
2648 # type: textblock
2649 #. type: textblock
2650 #: ../src/guestfs.pod:1199
2651 msgid ""
2652 "In libguestfs this is rather hard to exploit except under two circumstances:"
2653 msgstr ""
2654
2655 # type: textblock
2656 #. type: textblock
2657 #: ../src/guestfs.pod:1206
2658 msgid "You have enabled the network or have opened the disk in write mode."
2659 msgstr ""
2660
2661 # type: textblock
2662 #. type: textblock
2663 #: ../src/guestfs.pod:1210
2664 msgid ""
2665 "You are also running untrusted code from the guest (see L</RUNNING "
2666 "COMMANDS>)."
2667 msgstr ""
2668
2669 # type: textblock
2670 #. type: textblock
2671 #: ../src/guestfs.pod:1215
2672 msgid ""
2673 "The way to avoid this is to specify the expected disk format when adding "
2674 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2675 "should always do this if the disk is raw format, and it's a good idea for "
2676 "other cases too."
2677 msgstr ""
2678
2679 # type: textblock
2680 #. type: textblock
2681 #: ../src/guestfs.pod:1220
2682 msgid ""
2683 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2684 "format is fetched from libvirt and passed through."
2685 msgstr ""
2686
2687 # type: textblock
2688 #. type: textblock
2689 #: ../src/guestfs.pod:1223
2690 msgid ""
2691 "For libguestfs tools, use the I<--format> command line parameter as "
2692 "appropriate."
2693 msgstr ""
2694
2695 # type: =head1
2696 #. type: =head1
2697 #: ../src/guestfs.pod:1226
2698 msgid "CONNECTION MANAGEMENT"
2699 msgstr ""
2700
2701 # type: =head2
2702 #. type: =head2
2703 #: ../src/guestfs.pod:1228
2704 msgid "guestfs_h *"
2705 msgstr ""
2706
2707 # type: textblock
2708 #. type: textblock
2709 #: ../src/guestfs.pod:1230
2710 msgid ""
2711 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2712 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2713 "handle and release all resources used."
2714 msgstr ""
2715
2716 # type: textblock
2717 #. type: textblock
2718 #: ../src/guestfs.pod:1234
2719 msgid ""
2720 "For information on using multiple handles and threads, see the section L</"
2721 "MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2722 msgstr ""
2723
2724 # type: =head2
2725 #. type: =head2
2726 #: ../src/guestfs.pod:1237
2727 msgid "guestfs_create"
2728 msgstr ""
2729
2730 # type: verbatim
2731 #. type: verbatim
2732 #: ../src/guestfs.pod:1239
2733 #, no-wrap
2734 msgid ""
2735 " guestfs_h *guestfs_create (void);\n"
2736 "\n"
2737 msgstr ""
2738
2739 # type: textblock
2740 #. type: textblock
2741 #: ../src/guestfs.pod:1241
2742 msgid "Create a connection handle."
2743 msgstr ""
2744
2745 # type: textblock
2746 #. type: textblock
2747 #: ../src/guestfs.pod:1243
2748 msgid ""
2749 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2750 "on the handle at least once."
2751 msgstr ""
2752
2753 # type: textblock
2754 #. type: textblock
2755 #: ../src/guestfs.pod:1246
2756 msgid ""
2757 "This function returns a non-NULL pointer to a handle on success or NULL on "
2758 "error."
2759 msgstr ""
2760
2761 # type: textblock
2762 #. type: textblock
2763 #: ../src/guestfs.pod:1249
2764 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2765 msgstr ""
2766
2767 # type: textblock
2768 #. type: textblock
2769 #: ../src/guestfs.pod:1251
2770 msgid ""
2771 "You may also want to configure error handling for the handle.  See L</ERROR "
2772 "HANDLING> section below."
2773 msgstr ""
2774
2775 # type: =head2
2776 #. type: =head2
2777 #: ../src/guestfs.pod:1254
2778 msgid "guestfs_close"
2779 msgstr ""
2780
2781 # type: verbatim
2782 #. type: verbatim
2783 #: ../src/guestfs.pod:1256
2784 #, no-wrap
2785 msgid ""
2786 " void guestfs_close (guestfs_h *g);\n"
2787 "\n"
2788 msgstr ""
2789
2790 # type: textblock
2791 #. type: textblock
2792 #: ../src/guestfs.pod:1258
2793 msgid "This closes the connection handle and frees up all resources used."
2794 msgstr ""
2795
2796 # type: =head1
2797 #. type: =head1
2798 #: ../src/guestfs.pod:1260
2799 msgid "ERROR HANDLING"
2800 msgstr ""
2801
2802 # type: textblock
2803 #. type: textblock
2804 #: ../src/guestfs.pod:1262
2805 msgid ""
2806 "API functions can return errors.  For example, almost all functions that "
2807 "return C<int> will return C<-1> to indicate an error."
2808 msgstr ""
2809
2810 # type: textblock
2811 #. type: textblock
2812 #: ../src/guestfs.pod:1265
2813 msgid ""
2814 "Additional information is available for errors: an error message string and "
2815 "optionally an error number (errno) if the thing that failed was a system "
2816 "call."
2817 msgstr ""
2818
2819 # type: textblock
2820 #. type: textblock
2821 #: ../src/guestfs.pod:1269
2822 msgid ""
2823 "You can get at the additional information about the last error on the handle "
2824 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2825 "up an error handler with L</guestfs_set_error_handler>."
2826 msgstr ""
2827
2828 # type: textblock
2829 #. type: textblock
2830 #: ../src/guestfs.pod:1274
2831 msgid ""
2832 "When the handle is created, a default error handler is installed which "
2833 "prints the error message string to C<stderr>.  For small short-running "
2834 "command line programs it is sufficient to do:"
2835 msgstr ""
2836
2837 # type: verbatim
2838 #. type: verbatim
2839 #: ../src/guestfs.pod:1278
2840 #, no-wrap
2841 msgid ""
2842 " if (guestfs_launch (g) == -1)\n"
2843 "   exit (EXIT_FAILURE);\n"
2844 "\n"
2845 msgstr ""
2846
2847 # type: textblock
2848 #. type: textblock
2849 #: ../src/guestfs.pod:1281
2850 msgid ""
2851 "since the default error handler will ensure that an error message has been "
2852 "printed to C<stderr> before the program exits."
2853 msgstr ""
2854
2855 # type: textblock
2856 #. type: textblock
2857 #: ../src/guestfs.pod:1284
2858 msgid ""
2859 "For other programs the caller will almost certainly want to install an "
2860 "alternate error handler or do error handling in-line like this:"
2861 msgstr ""
2862
2863 # type: verbatim
2864 #. type: verbatim
2865 #: ../src/guestfs.pod:1287
2866 #, no-wrap
2867 msgid ""
2868 " g = guestfs_create ();\n"
2869 " \n"
2870 msgstr ""
2871
2872 # type: verbatim
2873 #. type: verbatim
2874 #: ../src/guestfs.pod:1289
2875 #, no-wrap
2876 msgid ""
2877 " /* This disables the default behaviour of printing errors\n"
2878 "    on stderr. */\n"
2879 " guestfs_set_error_handler (g, NULL, NULL);\n"
2880 " \n"
2881 msgstr ""
2882
2883 # type: verbatim
2884 #. type: verbatim
2885 #: ../src/guestfs.pod:1293
2886 #, no-wrap
2887 msgid ""
2888 " if (guestfs_launch (g) == -1) {\n"
2889 "   /* Examine the error message and print it etc. */\n"
2890 "   char *msg = guestfs_last_error (g);\n"
2891 "   int errnum = guestfs_last_errno (g);\n"
2892 "   fprintf (stderr, \"%s\\n\", msg);\n"
2893 "   /* ... */\n"
2894 "  }\n"
2895 "\n"
2896 msgstr ""
2897
2898 # type: textblock
2899 #. type: textblock
2900 #: ../src/guestfs.pod:1301
2901 msgid ""
2902 "Out of memory errors are handled differently.  The default action is to call "
2903 "L<abort(3)>.  If this is undesirable, then you can set a handler using L</"
2904 "guestfs_set_out_of_memory_handler>."
2905 msgstr ""
2906
2907 # type: textblock
2908 #. type: textblock
2909 #: ../src/guestfs.pod:1305
2910 msgid ""
2911 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2912 "because there is no handle if this happens there is no way to get additional "
2913 "error information.  However L</guestfs_create> is supposed to be a "
2914 "lightweight operation which can only fail because of insufficient memory (it "
2915 "returns NULL in this case)."
2916 msgstr ""
2917
2918 # type: =head2
2919 #. type: =head2
2920 #: ../src/guestfs.pod:1311
2921 msgid "guestfs_last_error"
2922 msgstr ""
2923
2924 # type: verbatim
2925 #. type: verbatim
2926 #: ../src/guestfs.pod:1313
2927 #, no-wrap
2928 msgid ""
2929 " const char *guestfs_last_error (guestfs_h *g);\n"
2930 "\n"
2931 msgstr ""
2932
2933 # type: textblock
2934 #. type: textblock
2935 #: ../src/guestfs.pod:1315
2936 msgid ""
2937 "This returns the last error message that happened on C<g>.  If there has not "
2938 "been an error since the handle was created, then this returns C<NULL>."
2939 msgstr ""
2940
2941 # type: textblock
2942 #. type: textblock
2943 #: ../src/guestfs.pod:1319
2944 msgid ""
2945 "The lifetime of the returned string is until the next error occurs, or L</"
2946 "guestfs_close> is called."
2947 msgstr ""
2948
2949 # type: =head2
2950 #. type: =head2
2951 #: ../src/guestfs.pod:1322
2952 msgid "guestfs_last_errno"
2953 msgstr ""
2954
2955 # type: verbatim
2956 #. type: verbatim
2957 #: ../src/guestfs.pod:1324
2958 #, no-wrap
2959 msgid ""
2960 " int guestfs_last_errno (guestfs_h *g);\n"
2961 "\n"
2962 msgstr ""
2963
2964 # type: textblock
2965 #. type: textblock
2966 #: ../src/guestfs.pod:1326
2967 msgid "This returns the last error number (errno) that happened on C<g>."
2968 msgstr ""
2969
2970 # type: textblock
2971 #. type: textblock
2972 #: ../src/guestfs.pod:1328
2973 msgid "If successful, an errno integer not equal to zero is returned."
2974 msgstr ""
2975
2976 # type: textblock
2977 #. type: textblock
2978 #: ../src/guestfs.pod:1330
2979 msgid ""
2980 "If no error, this returns 0.  This call can return 0 in three situations:"
2981 msgstr ""
2982
2983 # type: textblock
2984 #. type: textblock
2985 #: ../src/guestfs.pod:1337
2986 msgid "There has not been any error on the handle."
2987 msgstr ""
2988
2989 # type: textblock
2990 #. type: textblock
2991 #: ../src/guestfs.pod:1341
2992 msgid ""
2993 "There has been an error but the errno was meaningless.  This corresponds to "
2994 "the case where the error did not come from a failed system call, but for "
2995 "some other reason."
2996 msgstr ""
2997
2998 # type: textblock
2999 #. type: textblock
3000 #: ../src/guestfs.pod:1347
3001 msgid ""
3002 "There was an error from a failed system call, but for some reason the errno "
3003 "was not captured and returned.  This usually indicates a bug in libguestfs."
3004 msgstr ""
3005
3006 # type: textblock
3007 #. type: textblock
3008 #: ../src/guestfs.pod:1353
3009 msgid ""
3010 "Libguestfs tries to convert the errno from inside the applicance into a "
3011 "corresponding errno for the caller (not entirely trivial: the appliance "
3012 "might be running a completely different operating system from the library "
3013 "and error numbers are not standardized across Un*xen).  If this could not be "
3014 "done, then the error is translated to C<EINVAL>.  In practice this should "
3015 "only happen in very rare circumstances."
3016 msgstr ""
3017
3018 # type: =head2
3019 #. type: =head2
3020 #: ../src/guestfs.pod:1361
3021 msgid "guestfs_set_error_handler"
3022 msgstr ""
3023
3024 # type: verbatim
3025 #. type: verbatim
3026 #: ../src/guestfs.pod:1363
3027 #, no-wrap
3028 msgid ""
3029 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
3030 "                                           void *opaque,\n"
3031 "                                           const char *msg);\n"
3032 " void guestfs_set_error_handler (guestfs_h *g,\n"
3033 "                                 guestfs_error_handler_cb cb,\n"
3034 "                                 void *opaque);\n"
3035 "\n"
3036 msgstr ""
3037
3038 # type: textblock
3039 #. type: textblock
3040 #: ../src/guestfs.pod:1370
3041 msgid ""
3042 "The callback C<cb> will be called if there is an error.  The parameters "
3043 "passed to the callback are an opaque data pointer and the error message "
3044 "string."
3045 msgstr ""
3046
3047 # type: textblock
3048 #. type: textblock
3049 #: ../src/guestfs.pod:1374
3050 msgid ""
3051 "C<errno> is not passed to the callback.  To get that the callback must call "
3052 "L</guestfs_last_errno>."
3053 msgstr ""
3054
3055 # type: textblock
3056 #. type: textblock
3057 #: ../src/guestfs.pod:1377
3058 msgid ""
3059 "Note that the message string C<msg> is freed as soon as the callback "
3060 "function returns, so if you want to stash it somewhere you must make your "
3061 "own copy."
3062 msgstr ""
3063
3064 # type: textblock
3065 #. type: textblock
3066 #: ../src/guestfs.pod:1381
3067 msgid "The default handler prints messages on C<stderr>."
3068 msgstr ""
3069
3070 # type: textblock
3071 #. type: textblock
3072 #: ../src/guestfs.pod:1383
3073 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
3074 msgstr ""
3075
3076 # type: =head2
3077 #. type: =head2
3078 #: ../src/guestfs.pod:1385
3079 msgid "guestfs_get_error_handler"
3080 msgstr ""
3081
3082 # type: verbatim
3083 #. type: verbatim
3084 #: ../src/guestfs.pod:1387
3085 #, no-wrap
3086 msgid ""
3087 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
3088 "                                                     void **opaque_rtn);\n"
3089 "\n"
3090 msgstr ""
3091
3092 # type: textblock
3093 #. type: textblock
3094 #: ../src/guestfs.pod:1390
3095 msgid "Returns the current error handler callback."
3096 msgstr ""
3097
3098 # type: =head2
3099 #. type: =head2
3100 #: ../src/guestfs.pod:1392
3101 msgid "guestfs_set_out_of_memory_handler"
3102 msgstr ""
3103
3104 # type: verbatim
3105 #. type: verbatim
3106 #: ../src/guestfs.pod:1394
3107 #, no-wrap
3108 msgid ""
3109 " typedef void (*guestfs_abort_cb) (void);\n"
3110 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
3111 "                                        guestfs_abort_cb);\n"
3112 "\n"
3113 msgstr ""
3114
3115 # type: textblock
3116 #. type: textblock
3117 #: ../src/guestfs.pod:1398
3118 msgid ""
3119 "The callback C<cb> will be called if there is an out of memory situation.  "
3120 "I<Note this callback must not return>."
3121 msgstr ""
3122
3123 # type: textblock
3124 #. type: textblock
3125 #: ../src/guestfs.pod:1401
3126 msgid "The default is to call L<abort(3)>."
3127 msgstr ""
3128
3129 # type: textblock
3130 #. type: textblock
3131 #: ../src/guestfs.pod:1403
3132 msgid ""
3133 "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
3134 msgstr ""
3135
3136 # type: =head2
3137 #. type: =head2
3138 #: ../src/guestfs.pod:1406
3139 msgid "guestfs_get_out_of_memory_handler"
3140 msgstr ""
3141
3142 # type: verbatim
3143 #. type: verbatim
3144 #: ../src/guestfs.pod:1408
3145 #, no-wrap
3146 msgid ""
3147 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
3148 "\n"
3149 msgstr ""
3150
3151 # type: textblock
3152 #. type: textblock
3153 #: ../src/guestfs.pod:1410
3154 msgid "This returns the current out of memory handler."
3155 msgstr ""
3156
3157 # type: =head1
3158 #. type: =head1
3159 #: ../src/guestfs.pod:1412
3160 msgid "API CALLS"
3161 msgstr ""
3162
3163 # type: textblock
3164 #. type: textblock
3165 #: ../src/guestfs.pod:1414 ../fish/guestfish.pod:958
3166 msgid "@ACTIONS@"
3167 msgstr ""
3168
3169 # type: =head1
3170 #. type: =head1
3171 #: ../src/guestfs.pod:1416
3172 msgid "STRUCTURES"
3173 msgstr ""
3174
3175 # type: textblock
3176 #. type: textblock
3177 #: ../src/guestfs.pod:1418
3178 msgid "@STRUCTS@"
3179 msgstr ""
3180
3181 # type: =head1
3182 #. type: =head1
3183 #: ../src/guestfs.pod:1420
3184 msgid "AVAILABILITY"
3185 msgstr ""
3186
3187 # type: =head2
3188 #. type: =head2
3189 #: ../src/guestfs.pod:1422
3190 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
3191 msgstr ""
3192
3193 # type: textblock
3194 #. type: textblock
3195 #: ../src/guestfs.pod:1424
3196 msgid ""
3197 "Using L</guestfs_available> you can test availability of the following "
3198 "groups of functions.  This test queries the appliance to see if the "
3199 "appliance you are currently using supports the functionality."
3200 msgstr ""
3201
3202 # type: textblock
3203 #. type: textblock
3204 #: ../src/guestfs.pod:1429
3205 msgid "@AVAILABILITY@"
3206 msgstr ""
3207
3208 # type: =head2
3209 #. type: =head2
3210 #: ../src/guestfs.pod:1431
3211 msgid "GUESTFISH supported COMMAND"
3212 msgstr ""
3213
3214 # type: textblock
3215 #. type: textblock
3216 #: ../src/guestfs.pod:1433
3217 msgid ""
3218 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
3219 "prints out the available groups and whether they are supported by this build "
3220 "of libguestfs.  Note however that you have to do C<run> first."
3221 msgstr ""
3222
3223 # type: =head2
3224 #. type: =head2
3225 #: ../src/guestfs.pod:1438
3226 msgid "SINGLE CALLS AT COMPILE TIME"
3227 msgstr ""
3228
3229 # type: textblock
3230 #. type: textblock
3231 #: ../src/guestfs.pod:1440
3232 msgid ""
3233 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
3234 "function, such as:"
3235 msgstr ""
3236
3237 # type: verbatim
3238 #. type: verbatim
3239 #: ../src/guestfs.pod:1443
3240 #, no-wrap
3241 msgid ""
3242 " #define LIBGUESTFS_HAVE_DD 1\n"
3243 "\n"
3244 msgstr ""
3245
3246 # type: textblock
3247 #. type: textblock
3248 #: ../src/guestfs.pod:1445
3249 msgid "if L</guestfs_dd> is available."
3250 msgstr ""
3251
3252 # type: textblock
3253 #. type: textblock
3254 #: ../src/guestfs.pod:1447
3255 msgid ""
3256 "Before version 1.5.8, if you needed to test whether a single libguestfs "
3257 "function is available at compile time, we recommended using build tools such "
3258 "as autoconf or cmake.  For example in autotools you could use:"
3259 msgstr ""
3260
3261 # type: verbatim
3262 #. type: verbatim
3263 #: ../src/guestfs.pod:1452
3264 #, no-wrap
3265 msgid ""
3266 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
3267 " AC_CHECK_FUNCS([guestfs_dd])\n"
3268 "\n"
3269 msgstr ""
3270
3271 # type: textblock
3272 #. type: textblock
3273 #: ../src/guestfs.pod:1455
3274 msgid ""
3275 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
3276 "in your program."
3277 msgstr ""
3278
3279 # type: =head2
3280 #. type: =head2
3281 #: ../src/guestfs.pod:1458
3282 msgid "SINGLE CALLS AT RUN TIME"
3283 msgstr ""
3284
3285 # type: textblock
3286 #. type: textblock
3287 #: ../src/guestfs.pod:1460
3288 msgid ""
3289 "Testing at compile time doesn't guarantee that a function really exists in "
3290 "the library.  The reason is that you might be dynamically linked against a "
3291 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3292 "This situation unfortunately results in a segmentation fault, which is a "
3293 "shortcoming of the C dynamic linking system itself."
3294 msgstr ""
3295
3296 # type: textblock
3297 #. type: textblock
3298 #: ../src/guestfs.pod:1467
3299 msgid ""
3300 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3301 "in this example program (note that you still need the compile time check as "
3302 "well):"
3303 msgstr ""
3304
3305 # type: verbatim
3306 #. type: verbatim
3307 #: ../src/guestfs.pod:1471
3308 #, no-wrap
3309 msgid ""
3310 " #include <stdio.h>\n"
3311 " #include <stdlib.h>\n"
3312 " #include <unistd.h>\n"
3313 " #include <dlfcn.h>\n"
3314 " #include <guestfs.h>\n"
3315 " \n"
3316 msgstr ""
3317
3318 # type: verbatim
3319 #. type: verbatim
3320 #: ../src/guestfs.pod:1477
3321 #, no-wrap
3322 msgid ""
3323 " main ()\n"
3324 " {\n"
3325 " #ifdef LIBGUESTFS_HAVE_DD\n"
3326 "   void *dl;\n"
3327 "   int has_function;\n"
3328 " \n"
3329 msgstr ""
3330
3331 # type: verbatim
3332 #. type: verbatim
3333 #: ../src/guestfs.pod:1483
3334 #, no-wrap
3335 msgid ""
3336 "   /* Test if the function guestfs_dd is really available. */\n"
3337 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3338 "   if (!dl) {\n"
3339 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3340 "     exit (EXIT_FAILURE);\n"
3341 "   }\n"
3342 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3343 "   dlclose (dl);\n"
3344 " \n"
3345 msgstr ""
3346
3347 # type: verbatim
3348 #. type: verbatim
3349 #: ../src/guestfs.pod:1492
3350 #, no-wrap
3351 msgid ""
3352 "   if (!has_function)\n"
3353 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3354 "   else {\n"
3355 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3356 "     /* Now it's safe to call\n"
3357 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3358 "     */\n"
3359 "   }\n"
3360 " #else\n"
3361 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3362 " #endif\n"
3363 "  }\n"
3364 "\n"
3365 msgstr ""
3366
3367 # type: textblock
3368 #. type: textblock
3369 #: ../src/guestfs.pod:1505
3370 msgid ""
3371 "You may think the above is an awful lot of hassle, and it is.  There are "
3372 "other ways outside of the C linking system to ensure that this kind of "
3373 "incompatibility never arises, such as using package versioning:"
3374 msgstr ""
3375
3376 # type: verbatim
3377 #. type: verbatim
3378 #: ../src/guestfs.pod:1510
3379 #, no-wrap
3380 msgid ""
3381 " Requires: libguestfs >= 1.0.80\n"
3382 "\n"
3383 msgstr ""
3384
3385 # type: =head1
3386 #. type: =head1
3387 #: ../src/guestfs.pod:1512
3388 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3389 msgstr ""
3390
3391 # type: textblock
3392 #. type: textblock
3393 #: ../src/guestfs.pod:1514
3394 msgid ""
3395 "A recent feature of the API is the introduction of calls which take optional "
3396 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3397 "takes variable arguments (ie. C<...>), as in this example:"
3398 msgstr ""
3399
3400 # type: verbatim
3401 #. type: verbatim
3402 #: ../src/guestfs.pod:1519
3403 #, no-wrap
3404 msgid ""
3405 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3406 "\n"
3407 msgstr ""
3408
3409 # type: textblock
3410 #. type: textblock
3411 #: ../src/guestfs.pod:1521
3412 msgid ""
3413 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3414 "call with no optional arguments specified:"
3415 msgstr ""
3416
3417 # type: verbatim
3418 #. type: verbatim
3419 #: ../src/guestfs.pod:1524
3420 #, no-wrap
3421 msgid ""
3422 " guestfs_add_drive_opts (g, filename, -1);\n"
3423 "\n"
3424 msgstr ""
3425
3426 # type: textblock
3427 #. type: textblock
3428 #: ../src/guestfs.pod:1526
3429 msgid "With a single optional argument:"
3430 msgstr ""
3431
3432 # type: verbatim
3433 #. type: verbatim
3434 #: ../src/guestfs.pod:1528
3435 #, no-wrap
3436 msgid ""
3437 " guestfs_add_drive_opts (g, filename,\n"
3438 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3439 "                         -1);\n"
3440 "\n"
3441 msgstr ""
3442
3443 # type: textblock
3444 #. type: textblock
3445 #: ../src/guestfs.pod:1532
3446 msgid "With two:"
3447 msgstr ""
3448
3449 # type: verbatim
3450 #. type: verbatim
3451 #: ../src/guestfs.pod:1534
3452 #, no-wrap
3453 msgid ""
3454 " guestfs_add_drive_opts (g, filename,\n"
3455 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3456 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3457 "                         -1);\n"
3458 "\n"
3459 msgstr ""
3460
3461 # type: textblock
3462 #. type: textblock
3463 #: ../src/guestfs.pod:1539
3464 msgid ""
3465 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3466 "happen!"
3467 msgstr ""
3468
3469 # type: =head2
3470 #. type: =head2
3471 #: ../src/guestfs.pod:1542
3472 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3473 msgstr ""
3474
3475 # type: textblock
3476 #. type: textblock
3477 #: ../src/guestfs.pod:1544
3478 msgid ""
3479 "The second variant has the same name with the suffix C<_va>, which works the "
3480 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3481 "example function, this is declared:"
3482 msgstr ""
3483
3484 # type: verbatim
3485 #. type: verbatim
3486 #: ../src/guestfs.pod:1548
3487 #, no-wrap
3488 msgid ""
3489 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3490 "                                va_list args);\n"
3491 "\n"
3492 msgstr ""
3493
3494 # type: =head2
3495 #. type: =head2
3496 #: ../src/guestfs.pod:1551
3497 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3498 msgstr ""
3499
3500 # type: textblock
3501 #. type: textblock
3502 #: ../src/guestfs.pod:1553
3503 msgid ""
3504 "The third variant is useful where you need to construct these calls.  You "
3505 "pass in a structure where you fill in the optional fields.  The structure "
3506 "has a bitmask as the first element which you must set to indicate which "
3507 "fields you have filled in.  For our example function the structure and call "
3508 "are declared:"
3509 msgstr ""
3510
3511 # type: verbatim
3512 #. type: verbatim
3513 #: ../src/guestfs.pod:1559
3514 #, no-wrap
3515 msgid ""
3516 " struct guestfs_add_drive_opts_argv {\n"
3517 "   uint64_t bitmask;\n"
3518 "   int readonly;\n"
3519 "   const char *format;\n"
3520 "   /* ... */\n"
3521 " };\n"
3522 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3523 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3524 "\n"
3525 msgstr ""
3526
3527 # type: textblock
3528 #. type: textblock
3529 #: ../src/guestfs.pod:1568
3530 msgid "You could call it like this:"
3531 msgstr ""
3532
3533 # type: verbatim
3534 #. type: verbatim
3535 #: ../src/guestfs.pod:1570
3536 #, no-wrap
3537 msgid ""
3538 " struct guestfs_add_drive_opts_argv optargs = {\n"
3539 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3540 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3541 "   .readonly = 1,\n"
3542 "   .format = \"qcow2\"\n"
3543 " };\n"
3544 " \n"
3545 msgstr ""
3546
3547 # type: verbatim
3548 #. type: verbatim
3549 #: ../src/guestfs.pod:1577
3550 #, no-wrap
3551 msgid ""
3552 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3553 "\n"
3554 msgstr ""
3555
3556 # type: textblock
3557 #. type: textblock
3558 #: ../src/guestfs.pod:1579 ../src/guestfs-actions.pod:11
3559 #: ../src/guestfs-actions.pod:1842 ../fish/guestfish-actions.pod:9
3560 #: ../fish/guestfish-actions.pod:1253 ../tools/virt-win-reg.pl:532
3561 msgid "Notes:"
3562 msgstr ""
3563
3564 # type: textblock
3565 #. type: textblock
3566 #: ../src/guestfs.pod:1585
3567 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3568 msgstr ""
3569
3570 # type: textblock
3571 #. type: textblock
3572 #: ../src/guestfs.pod:1590
3573 msgid "You do not need to fill in all fields of the structure."
3574 msgstr ""
3575
3576 # type: textblock
3577 #. type: textblock
3578 #: ../src/guestfs.pod:1594
3579 msgid ""
3580 "There must be a one-to-one correspondence between fields of the structure "
3581 "that are filled in, and bits set in the bitmask."
3582 msgstr ""
3583
3584 # type: =head2
3585 #. type: =head2
3586 #: ../src/guestfs.pod:1599
3587 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3588 msgstr ""
3589
3590 # type: textblock
3591 #. type: textblock
3592 #: ../src/guestfs.pod:1601
3593 msgid ""
3594 "In other languages, optional arguments are expressed in the way that is "
3595 "natural for that language.  We refer you to the language-specific "
3596 "documentation for more details on that."
3597 msgstr ""
3598
3599 # type: textblock
3600 #. type: textblock
3601 #: ../src/guestfs.pod:1605
3602 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3603 msgstr ""
3604
3605 # type: =head2
3606 #. type: =head2
3607 #: ../src/guestfs.pod:1607
3608 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3609 msgstr ""
3610
3611 # type: textblock
3612 #. type: textblock
3613 #: ../src/guestfs.pod:1609
3614 msgid ""
3615 "The child process generates events in some situations.  Current events "
3616 "include: receiving a log message, the child process exits."
3617 msgstr ""
3618
3619 # type: textblock
3620 #. type: textblock
3621 #: ../src/guestfs.pod:1612
3622 msgid ""
3623 "Use the C<guestfs_set_*_callback> functions to set a callback for different "
3624 "types of events."
3625 msgstr ""
3626
3627 # type: textblock
3628 #. type: textblock
3629 #: ../src/guestfs.pod:1615
3630 msgid ""
3631 "Only I<one callback of each type> can be registered for each handle.  "
3632 "Calling C<guestfs_set_*_callback> again overwrites the previous callback of "
3633 "that type.  Cancel all callbacks of this type by calling this function with "
3634 "C<cb> set to C<NULL>."
3635 msgstr ""
3636
3637 # type: =head2
3638 #. type: =head2
3639 #: ../src/guestfs.pod:1620
3640 msgid "guestfs_set_log_message_callback"
3641 msgstr ""
3642
3643 # type: verbatim
3644 #. type: verbatim
3645 #: ../src/guestfs.pod:1622
3646 #, no-wrap
3647 msgid ""
3648 " typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque,\n"
3649 "                                         char *buf, int len);\n"
3650 " void guestfs_set_log_message_callback (guestfs_h *g,\n"
3651 "                                        guestfs_log_message_cb cb,\n"
3652 "                                        void *opaque);\n"
3653 "\n"
3654 msgstr ""
3655
3656 # type: textblock
3657 #. type: textblock
3658 #: ../src/guestfs.pod:1628
3659 msgid ""
3660 "The callback function C<cb> will be called whenever qemu or the guest writes "
3661 "anything to the console."
3662 msgstr ""
3663
3664 # type: textblock
3665 #. type: textblock
3666 #: ../src/guestfs.pod:1631
3667 msgid "Use this function to capture kernel messages and similar."
3668 msgstr ""
3669
3670 # type: textblock
3671 #. type: textblock
3672 #: ../src/guestfs.pod:1633
3673 msgid ""
3674 "Normally there is no log message handler, and log messages are just "
3675 "discarded."
3676 msgstr ""
3677
3678 # type: =head2
3679 #. type: =head2
3680 #: ../src/guestfs.pod:1636
3681 msgid "guestfs_set_subprocess_quit_callback"
3682 msgstr ""
3683
3684 # type: verbatim
3685 #. type: verbatim
3686 #: ../src/guestfs.pod:1638
3687 #, no-wrap
3688 msgid ""
3689 " typedef void (*guestfs_subprocess_quit_cb) (guestfs_h *g, void *opaque);\n"
3690 " void guestfs_set_subprocess_quit_callback (guestfs_h *g,\n"
3691 "                                            guestfs_subprocess_quit_cb cb,\n"
3692 "                                            void *opaque);\n"
3693 "\n"
3694 msgstr ""
3695
3696 # type: textblock
3697 #. type: textblock
3698 #: ../src/guestfs.pod:1643
3699 msgid ""
3700 "The callback function C<cb> will be called when the child process quits, "
3701 "either asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3702 "corresponds to a transition from any state to the CONFIG state)."
3703 msgstr ""
3704
3705 # type: =head2
3706 #. type: =head2
3707 #: ../src/guestfs.pod:1648
3708 msgid "guestfs_set_launch_done_callback"
3709 msgstr ""
3710
3711 # type: verbatim
3712 #. type: verbatim
3713 #: ../src/guestfs.pod:1650
3714 #, no-wrap
3715 msgid ""
3716 " typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);\n"
3717 " void guestfs_set_launch_done_callback (guestfs_h *g,\n"
3718 "                                        guestfs_launch_done_cb cb,\n"
3719 "                                        void *opaque);\n"
3720 "\n"
3721 msgstr ""
3722
3723 # type: textblock
3724 #. type: textblock
3725 #: ../src/guestfs.pod:1655
3726 msgid ""
3727 "The callback function C<cb> will be called when the child process becomes "
3728 "ready first time after it has been launched.  (This corresponds to a "
3729 "transition from LAUNCHING to the READY state)."
3730 msgstr ""
3731
3732 # type: =head2
3733 #. type: =head2
3734 #: ../src/guestfs.pod:1659
3735 msgid "guestfs_set_close_callback"
3736 msgstr ""
3737
3738 # type: verbatim
3739 #. type: verbatim
3740 #: ../src/guestfs.pod:1661
3741 #, no-wrap
3742 msgid ""
3743 " typedef void (*guestfs_close_cb) (guestfs_h *g, void *opaque);\n"
3744 " void guestfs_set_close_callback (guestfs_h *g,\n"
3745 "                                  guestfs_close_cb cb,\n"
3746 "                                  void *opaque);\n"
3747 "\n"
3748 msgstr ""
3749
3750 # type: textblock
3751 #. type: textblock
3752 #: ../src/guestfs.pod:1666
3753 msgid ""
3754 "The callback function C<cb> will be called while the handle is being closed "
3755 "(synchronously from L</guestfs_close>)."
3756 msgstr ""
3757
3758 # type: textblock
3759 #. type: textblock
3760 #: ../src/guestfs.pod:1669
3761 msgid ""
3762 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3763 "handles that are open when the program exits.  This means that this callback "
3764 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3765 "problems in higher-level languages (eg. if your HLL interpreter has already "
3766 "been cleaned up by the time this is called, and if your callback then jumps "
3767 "into some HLL function)."
3768 msgstr ""
3769
3770 # type: =head2
3771 #. type: =head2
3772 #: ../src/guestfs.pod:1677
3773 msgid "guestfs_set_progress_callback"
3774 msgstr ""
3775
3776 # type: verbatim
3777 #. type: verbatim
3778 #: ../src/guestfs.pod:1679
3779 #, no-wrap
3780 msgid ""
3781 " typedef void (*guestfs_progress_cb) (guestfs_h *g, void *opaque,\n"
3782 "                                      int proc_nr, int serial,\n"
3783 "                                      uint64_t position, uint64_t total);\n"
3784 " void guestfs_set_progress_callback (guestfs_h *g,\n"
3785 "                                     guestfs_progress_cb cb,\n"
3786 "                                     void *opaque);\n"
3787 "\n"
3788 msgstr ""
3789
3790 # type: textblock
3791 #. type: textblock
3792 #: ../src/guestfs.pod:1686
3793 msgid ""
3794 "Some long-running operations can generate progress messages.  If this "
3795 "callback is registered, then it will be called each time a progress message "
3796 "is generated (usually two seconds after the operation started, and three "
3797 "times per second thereafter until it completes, although the frequency may "
3798 "change in future versions)."
3799 msgstr ""
3800
3801 # type: textblock
3802 #. type: textblock
3803 #: ../src/guestfs.pod:1692
3804 msgid ""
3805 "The callback receives two numbers: C<position> and C<total>.  The units of "
3806 "C<total> are not defined, although for some operations C<total> may relate "
3807 "in some way to the amount of data to be transferred (eg. in bytes or "
3808 "megabytes), and C<position> may be the portion which has been transferred."
3809 msgstr ""
3810
3811 # type: textblock
3812 #. type: textblock
3813 #: ../src/guestfs.pod:1698
3814 msgid "The only defined and stable parts of the API are:"
3815 msgstr ""
3816
3817 # type: textblock
3818 #. type: textblock
3819 #: ../src/guestfs.pod:1704
3820 msgid ""
3821 "The callback can display to the user some type of progress bar or indicator "
3822 "which shows the ratio of C<position>:C<total>."
3823 msgstr ""
3824
3825 # type: textblock
3826 #. type: textblock
3827 #: ../src/guestfs.pod:1709
3828 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3829 msgstr ""
3830
3831 # type: textblock
3832 #. type: textblock
3833 #: ../src/guestfs.pod:1713
3834 msgid ""
3835 "If any progress notification is sent during a call, then a final progress "
3836 "notification is always sent when C<position> = C<total>."
3837 msgstr ""
3838
3839 # type: textblock
3840 #. type: textblock
3841 #: ../src/guestfs.pod:1716
3842 msgid ""
3843 "This is to simplify caller code, so callers can easily set the progress "
3844 "indicator to \"100%\" at the end of the operation, without requiring special "
3845 "code to detect this case."
3846 msgstr ""
3847
3848 # type: textblock
3849 #. type: textblock
3850 #: ../src/guestfs.pod:1722
3851 msgid ""
3852 "The callback also receives the procedure number and serial number of the "
3853 "call.  These are only useful for debugging protocol issues, and the callback "
3854 "can normally ignore them.  The callback may want to print these numbers in "
3855 "error messages or debugging messages."
3856 msgstr ""
3857
3858 # type: =head1
3859 #. type: =head1
3860 #: ../src/guestfs.pod:1727
3861 msgid "PRIVATE DATA AREA"
3862 msgstr ""
3863
3864 # type: textblock
3865 #. type: textblock
3866 #: ../src/guestfs.pod:1729
3867 msgid ""
3868 "You can attach named pieces of private data to the libguestfs handle, and "
3869 "fetch them by name for the lifetime of the handle.  This is called the "
3870 "private data area and is only available from the C API."
3871 msgstr ""
3872
3873 # type: textblock
3874 #. type: textblock
3875 #: ../src/guestfs.pod:1733
3876 msgid "To attach a named piece of data, use the following call:"
3877 msgstr ""
3878
3879 # type: verbatim
3880 #. type: verbatim
3881 #: ../src/guestfs.pod:1735
3882 #, no-wrap
3883 msgid ""
3884 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3885 "\n"
3886 msgstr ""
3887
3888 # type: textblock
3889 #. type: textblock
3890 #: ../src/guestfs.pod:1737
3891 msgid ""
3892 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3893 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3894 "overwritten."
3895 msgstr ""
3896
3897 # type: textblock
3898 #. type: textblock
3899 #: ../src/guestfs.pod:1741
3900 msgid ""
3901 "You can use any C<key> you want, but names beginning with an underscore "
3902 "character are reserved for internal libguestfs purposes (for implementing "
3903 "language bindings).  It is recommended to prefix the name with some unique "
3904 "string to avoid collisions with other users."
3905 msgstr ""
3906
3907 # type: textblock
3908 #. type: textblock
3909 #: ../src/guestfs.pod:1746
3910 msgid "To retrieve the pointer, use:"
3911 msgstr ""
3912
3913 # type: verbatim
3914 #. type: verbatim
3915 #: ../src/guestfs.pod:1748
3916 #, no-wrap
3917 msgid ""
3918 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3919 "\n"
3920 msgstr ""
3921
3922 # type: textblock
3923 #. type: textblock
3924 #: ../src/guestfs.pod:1750
3925 msgid ""
3926 "This function returns C<NULL> if either no data is found associated with "
3927 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3928 "C<NULL>."
3929 msgstr ""
3930
3931 # type: textblock
3932 #. type: textblock
3933 #: ../src/guestfs.pod:1754
3934 msgid ""
3935 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3936 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3937 "all.  In particular, libguestfs does I<not> try to free the data when the "
3938 "handle is closed.  If the data must be freed, then the caller must either "
3939 "free it before calling L</guestfs_close> or must set up a close callback to "
3940 "do it (see L</guestfs_set_close_callback>, and note that only one callback "
3941 "can be registered for a handle)."
3942 msgstr ""
3943
3944 # type: textblock
3945 #. type: textblock
3946 #: ../src/guestfs.pod:1762
3947 msgid ""
3948 "The private data area is implemented using a hash table, and should be "
3949 "reasonably efficient for moderate numbers of keys."
3950 msgstr ""
3951
3952 # type: =end
3953 #. type: =end
3954 #: ../src/guestfs.pod:1765 ../src/guestfs.pod:1770
3955 msgid "html"
3956 msgstr ""
3957
3958 # type: textblock
3959 #. type: textblock
3960 #: ../src/guestfs.pod:1767
3961 msgid ""
3962 "<!-- old anchor for the next section --> <a name="
3963 "\"state_machine_and_low_level_event_api\"/>"
3964 msgstr ""
3965
3966 # type: =head1
3967 #. type: =head1
3968 #: ../src/guestfs.pod:1772
3969 msgid "ARCHITECTURE"
3970 msgstr ""
3971
3972 # type: textblock
3973 #. type: textblock
3974 #: ../src/guestfs.pod:1774
3975 msgid ""
3976 "Internally, libguestfs is implemented by running an appliance (a special "
3977 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
3978 "process of the main program."
3979 msgstr ""
3980
3981 # type: verbatim
3982 #. type: verbatim
3983 #: ../src/guestfs.pod:1778
3984 #, no-wrap
3985 msgid ""
3986 "  ___________________\n"
3987 " /                   \\\n"
3988 " | main program      |\n"
3989 " |                   |\n"
3990 " |                   |           child process / appliance\n"
3991 " |                   |           __________________________\n"
3992 " |                   |          / qemu                     \\\n"
3993 " +-------------------+   RPC    |      +-----------------+ |\n"
3994 " | libguestfs     <--------------------> guestfsd        | |\n"
3995 " |                   |          |      +-----------------+ |\n"
3996 " \\___________________/          |      | Linux kernel    | |\n"
3997 "                                |      +--^--------------+ |\n"
3998 "                                \\_________|________________/\n"
3999 "                                          |\n"
4000 "                                   _______v______\n"
4001 "                                  /              \\\n"
4002 "                                  | Device or    |\n"
4003 "                                  | disk image   |\n"
4004 "                                  \\______________/\n"
4005 "\n"
4006 msgstr ""
4007
4008 # type: textblock
4009 #. type: textblock
4010 #: ../src/guestfs.pod:1798
4011 msgid ""
4012 "The library, linked to the main program, creates the child process and hence "
4013 "the appliance in the L</guestfs_launch> function."
4014 msgstr ""
4015
4016 # type: textblock
4017 #. type: textblock
4018 #: ../src/guestfs.pod:1801
4019 msgid ""
4020 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4021 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4022 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4023 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4024 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4025 "attached to the qemu process which translates device access by the "
4026 "appliance's Linux kernel into accesses to the image."
4027 msgstr ""
4028
4029 # type: textblock
4030 #. type: textblock
4031 #: ../src/guestfs.pod:1810
4032 msgid ""
4033 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4034 "Although the disk image you are attached to might also be used by some "
4035 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4036 "care if both libguestfs's qemu process and your virtual machine are trying "
4037 "to update the disk image at the same time, since these usually results in "
4038 "massive disk corruption)."
4039 msgstr ""
4040
4041 # type: =head1
4042 #. type: =head1
4043 #: ../src/guestfs.pod:1817
4044 msgid "STATE MACHINE"
4045 msgstr ""
4046
4047 # type: textblock
4048 #. type: textblock
4049 #: ../src/guestfs.pod:1819
4050 msgid "libguestfs uses a state machine to model the child process:"
4051 msgstr ""
4052
4053 # type: verbatim
4054 #. type: verbatim
4055 #: ../src/guestfs.pod:1821
4056 #, no-wrap
4057 msgid ""
4058 "                         |\n"
4059 "                    guestfs_create\n"
4060 "                         |\n"
4061 "                         |\n"
4062 "                     ____V_____\n"
4063 "                    /          \\\n"
4064 "                    |  CONFIG  |\n"
4065 "                    \\__________/\n"
4066 "                     ^ ^   ^  \\\n"
4067 "                    /  |    \\  \\ guestfs_launch\n"
4068 "                   /   |    _\\__V______\n"
4069 "                  /    |   /           \\\n"
4070 "                 /     |   | LAUNCHING |\n"
4071 "                /      |   \\___________/\n"
4072 "               /       |       /\n"
4073 "              /        |  guestfs_launch\n"
4074 "             /         |     /\n"
4075 "    ______  /        __|____V\n"
4076 "   /      \\ ------> /        \\\n"
4077 "   | BUSY |         | READY  |\n"
4078 "   \\______/ <------ \\________/\n"
4079 "\n"
4080 msgstr ""
4081
4082 # type: textblock
4083 #. type: textblock
4084 #: ../src/guestfs.pod:1843
4085 msgid ""
4086 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4087 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4088 "(3) alternating between READY and BUSY as commands are issued to, and "
4089 "carried out by, the child process."
4090 msgstr ""
4091
4092 # type: textblock
4093 #. type: textblock
4094 #: ../src/guestfs.pod:1848
4095 msgid ""
4096 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4097 "asynchronously at any time (eg. due to some internal error), and that causes "
4098 "the state to transition back to CONFIG."
4099 msgstr ""
4100
4101 # type: textblock
4102 #. type: textblock
4103 #: ../src/guestfs.pod:1852
4104 msgid ""
4105 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4106 "issued when in the CONFIG state."
4107 msgstr ""
4108
4109 # type: textblock
4110 #. type: textblock
4111 #: ../src/guestfs.pod:1855
4112 msgid ""
4113 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4114 "L</guestfs_launch> blocks until the child process is READY to accept "
4115 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4116 "moves the state from CONFIG to LAUNCHING while it is running."
4117 msgstr ""
4118
4119 # type: textblock
4120 #. type: textblock
4121 #: ../src/guestfs.pod:1861
4122 msgid ""
4123 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4124 "state.  These API calls block waiting for the command to be carried out (ie. "
4125 "the state to transition to BUSY and then back to READY).  There are no non-"
4126 "blocking versions, and no way to issue more than one command per handle at "
4127 "the same time."
4128 msgstr ""
4129
4130 # type: textblock
4131 #. type: textblock
4132 #: ../src/guestfs.pod:1867
4133 msgid ""
4134 "Finally, the child process sends asynchronous messages back to the main "
4135 "program, such as kernel log messages.  You can register a callback to "
4136 "receive these messages."
4137 msgstr ""
4138
4139 # type: =head1
4140 #. type: =head1
4141 #: ../src/guestfs.pod:1871
4142 msgid "INTERNALS"
4143 msgstr ""
4144
4145 # type: =head2
4146 #. type: =head2
4147 #: ../src/guestfs.pod:1873
4148 msgid "COMMUNICATION PROTOCOL"
4149 msgstr ""
4150
4151 # type: textblock
4152 #. type: textblock
4153 #: ../src/guestfs.pod:1875
4154 msgid ""
4155 "Don't rely on using this protocol directly.  This section documents how it "
4156 "currently works, but it may change at any time."
4157 msgstr ""
4158
4159 # type: textblock
4160 #. type: textblock
4161 #: ../src/guestfs.pod:1878
4162 msgid ""
4163 "The protocol used to talk between the library and the daemon running inside "
4164 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4165 "1014, RFC 1832, RFC 4506)."
4166 msgstr ""
4167
4168 # type: textblock
4169 #. type: textblock
4170 #: ../src/guestfs.pod:1882
4171 msgid ""
4172 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4173 "this file is automatically generated)."
4174 msgstr ""
4175
4176 # type: textblock
4177 #. type: textblock
4178 #: ../src/guestfs.pod:1885
4179 msgid ""
4180 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4181 "and C<FileOut> parameters, which are handled with very simple request/reply "
4182 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4183 "parameters, which use the same request and reply messages, but they may also "
4184 "be followed by files sent using a chunked encoding."
4185 msgstr ""
4186
4187 # type: =head3
4188 #. type: =head3
4189 #: ../src/guestfs.pod:1892
4190 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4191 msgstr ""
4192
4193 # type: textblock
4194 #. type: textblock
4195 #: ../src/guestfs.pod:1894
4196 msgid "For ordinary functions, the request message is:"
4197 msgstr ""
4198
4199 # type: verbatim
4200 #. type: verbatim
4201 #: ../src/guestfs.pod:1896
4202 #, no-wrap
4203 msgid ""
4204 " total length (header + arguments,\n"
4205 "      but not including the length word itself)\n"
4206 " struct guestfs_message_header (encoded as XDR)\n"
4207 " struct guestfs_<foo>_args (encoded as XDR)\n"
4208 "\n"
4209 msgstr ""
4210
4211 # type: textblock
4212 #. type: textblock
4213 #: ../src/guestfs.pod:1901
4214 msgid ""
4215 "The total length field allows the daemon to allocate a fixed size buffer "
4216 "into which it slurps the rest of the message.  As a result, the total length "
4217 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4218 "effective size of any request is limited to somewhere under this size."
4219 msgstr ""
4220
4221 # type: textblock
4222 #. type: textblock
4223 #: ../src/guestfs.pod:1907
4224 msgid ""
4225 "Note also that many functions don't take any arguments, in which case the "
4226 "C<guestfs_I<foo>_args> is completely omitted."
4227 msgstr ""
4228
4229 # type: textblock
4230 #. type: textblock
4231 #: ../src/guestfs.pod:1910
4232 msgid ""
4233 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4234 "receiver knows what type of args structure to expect, or none at all."
4235 msgstr ""
4236
4237 # type: textblock
4238 #. type: textblock
4239 #: ../src/guestfs.pod:1914
4240 msgid ""
4241 "For functions that take optional arguments, the optional arguments are "
4242 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4243 "arguments.  A bitmask in the header indicates which optional arguments are "
4244 "meaningful.  The bitmask is also checked to see if it contains bits set "
4245 "which the daemon does not know about (eg. if more optional arguments were "
4246 "added in a later version of the library), and this causes the call to be "
4247 "rejected."
4248 msgstr ""
4249
4250 # type: textblock
4251 #. type: textblock
4252 #: ../src/guestfs.pod:1922
4253 msgid "The reply message for ordinary functions is:"
4254 msgstr ""
4255
4256 # type: verbatim
4257 #. type: verbatim
4258 #: ../src/guestfs.pod:1924
4259 #, no-wrap
4260 msgid ""
4261 " total length (header + ret,\n"
4262 "      but not including the length word itself)\n"
4263 " struct guestfs_message_header (encoded as XDR)\n"
4264 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4265 "\n"
4266 msgstr ""
4267
4268 # type: textblock
4269 #. type: textblock
4270 #: ../src/guestfs.pod:1929
4271 msgid ""
4272 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4273 "functions that return no formal return values."
4274 msgstr ""
4275
4276 # type: textblock
4277 #. type: textblock
4278 #: ../src/guestfs.pod:1932
4279 msgid ""
4280 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4281 msgstr ""
4282
4283 # type: textblock
4284 #. type: textblock
4285 #: ../src/guestfs.pod:1935
4286 msgid ""
4287 "In the case of an error, a flag is set in the header, and the reply message "
4288 "is slightly changed:"
4289 msgstr ""
4290
4291 # type: verbatim
4292 #. type: verbatim
4293 #: ../src/guestfs.pod:1938
4294 #, no-wrap
4295 msgid ""
4296 " total length (header + error,\n"
4297 "      but not including the length word itself)\n"
4298 " struct guestfs_message_header (encoded as XDR)\n"
4299 " struct guestfs_message_error (encoded as XDR)\n"
4300 "\n"
4301 msgstr ""
4302
4303 # type: textblock
4304 #. type: textblock
4305 #: ../src/guestfs.pod:1943
4306 msgid ""
4307 "The C<guestfs_message_error> structure contains the error message as a "
4308 "string."
4309 msgstr ""
4310
4311 # type: =head3
4312 #. type: =head3
4313 #: ../src/guestfs.pod:1946
4314 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4315 msgstr ""
4316
4317 # type: textblock
4318 #. type: textblock
4319 #: ../src/guestfs.pod:1948
4320 msgid ""
4321 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4322 "The normal request message is sent (see above).  However this is followed by "
4323 "a sequence of file chunks."
4324 msgstr ""
4325
4326 # type: verbatim
4327 #. type: verbatim
4328 #: ../src/guestfs.pod:1952
4329 #, no-wrap
4330 msgid ""
4331 " total length (header + arguments,\n"
4332 "      but not including the length word itself,\n"
4333 "      and not including the chunks)\n"
4334 " struct guestfs_message_header (encoded as XDR)\n"
4335 " struct guestfs_<foo>_args (encoded as XDR)\n"
4336 " sequence of chunks for FileIn param #0\n"
4337 " sequence of chunks for FileIn param #1 etc.\n"
4338 "\n"
4339 msgstr ""
4340
4341 # type: textblock
4342 #. type: textblock
4343 #: ../src/guestfs.pod:1960
4344 msgid "The \"sequence of chunks\" is:"
4345 msgstr ""
4346
4347 # type: verbatim
4348 #. type: verbatim
4349 #: ../src/guestfs.pod:1962
4350 #, no-wrap
4351 msgid ""
4352 " length of chunk (not including length word itself)\n"
4353 " struct guestfs_chunk (encoded as XDR)\n"
4354 " length of chunk\n"
4355 " struct guestfs_chunk (encoded as XDR)\n"
4356 "   ...\n"
4357 " length of chunk\n"
4358 " struct guestfs_chunk (with data.data_len == 0)\n"
4359 "\n"
4360 msgstr ""
4361
4362 # type: textblock
4363 #. type: textblock
4364 #: ../src/guestfs.pod:1970
4365 msgid ""
4366 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4367 "is set in the final chunk to indicate either successful completion or early "
4368 "cancellation."
4369 msgstr ""
4370
4371 # type: textblock
4372 #. type: textblock
4373 #: ../src/guestfs.pod:1974
4374 msgid ""
4375 "At time of writing there are no functions that have more than one FileIn "
4376 "parameter.  However this is (theoretically) supported, by sending the "
4377 "sequence of chunks for each FileIn parameter one after another (from left to "
4378 "right)."
4379 msgstr ""
4380
4381 # type: textblock
4382 #. type: textblock
4383 #: ../src/guestfs.pod:1979
4384 msgid ""
4385 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4386 "transfer.  The library does this by sending a chunk with a special flag set "
4387 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4388 "RPC, does I<not> send any reply, and goes back to reading the next request."
4389 msgstr ""
4390
4391 # type: textblock
4392 #. type: textblock
4393 #: ../src/guestfs.pod:1985
4394 msgid ""
4395 "The daemon may also cancel.  It does this by writing a special word "
4396 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4397 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4398 "cancel chunk).  The special word is chosen so that even if cancellation "
4399 "happens right at the end of the transfer (after the library has finished "
4400 "writing and has started listening for the reply), the \"spurious\" cancel "
4401 "flag will not be confused with the reply message."
4402 msgstr ""
4403
4404 # type: textblock
4405 #. type: textblock
4406 #: ../src/guestfs.pod:1994
4407 msgid ""
4408 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4409 "limit), and also files where the size is not known in advance (eg. from "
4410 "pipes or sockets).  However the chunks are rather small "
4411 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4412 "to keep much in memory."
4413 msgstr ""
4414
4415 # type: =head3
4416 #. type: =head3
4417 #: ../src/guestfs.pod:2000
4418 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4419 msgstr ""
4420
4421 # type: textblock
4422 #. type: textblock
4423 #: ../src/guestfs.pod:2002
4424 msgid ""
4425 "The protocol for FileOut parameters is exactly the same as for FileIn "
4426 "parameters, but with the roles of daemon and library reversed."
4427 msgstr ""
4428
4429 # type: verbatim
4430 #. type: verbatim
4431 #: ../src/guestfs.pod:2005
4432 #, no-wrap
4433 msgid ""
4434 " total length (header + ret,\n"
4435 "      but not including the length word itself,\n"
4436 "      and not including the chunks)\n"
4437 " struct guestfs_message_header (encoded as XDR)\n"
4438 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4439 " sequence of chunks for FileOut param #0\n"
4440 " sequence of chunks for FileOut param #1 etc.\n"
4441 "\n"
4442 msgstr ""
4443
4444 # type: =head3
4445 #. type: =head3
4446 #: ../src/guestfs.pod:2013
4447 msgid "INITIAL MESSAGE"
4448 msgstr ""
4449
4450 # type: textblock
4451 #. type: textblock
4452 #: ../src/guestfs.pod:2015
4453 msgid ""
4454 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4455 "which indicates that the guest and daemon is alive.  This is what L</"
4456 "guestfs_launch> waits for."
4457 msgstr ""
4458
4459 # type: =head3
4460 #. type: =head3
4461 #: ../src/guestfs.pod:2019
4462 msgid "PROGRESS NOTIFICATION MESSAGES"
4463 msgstr ""
4464
4465 # type: textblock
4466 #. type: textblock
4467 #: ../src/guestfs.pod:2021
4468 msgid ""
4469 "The daemon may send progress notification messages at any time.  These are "
4470 "distinguished by the normal length word being replaced by "
4471 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4472 msgstr ""
4473
4474 # type: textblock
4475 #. type: textblock
4476 #: ../src/guestfs.pod:2025
4477 msgid ""
4478 "The library turns them into progress callbacks (see "
4479 "C<guestfs_set_progress_callback>) if there is a callback registered, or "
4480 "discards them if not."
4481 msgstr ""
4482
4483 # type: textblock
4484 #. type: textblock
4485 #: ../src/guestfs.pod:2029
4486 msgid ""
4487 "The daemon self-limits the frequency of progress messages it sends (see "
4488 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4489 "messages."
4490 msgstr ""
4491
4492 # type: =head1
4493 #. type: =head1
4494 #: ../src/guestfs.pod:2033
4495 msgid "LIBGUESTFS VERSION NUMBERS"
4496 msgstr ""
4497
4498 # type: textblock
4499 #. type: textblock
4500 #: ../src/guestfs.pod:2035
4501 msgid ""
4502 "Since April 2010, libguestfs has started to make separate development and "
4503 "stable releases, along with corresponding branches in our git repository.  "
4504 "These separate releases can be identified by version number:"
4505 msgstr ""
4506
4507 # type: verbatim
4508 #. type: verbatim
4509 #: ../src/guestfs.pod:2040
4510 #, no-wrap
4511 msgid ""
4512 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4513 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4514 "       |\n"
4515 "       v\n"
4516 " 1  .  3  .  5\n"
4517 " ^           ^\n"
4518 " |           |\n"
4519 " |           `-------- sub-version\n"
4520 " |\n"
4521 " `------ always '1' because we don't change the ABI\n"
4522 "\n"
4523 msgstr ""
4524
4525 # type: textblock
4526 #. type: textblock
4527 #: ../src/guestfs.pod:2051
4528 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4529 msgstr ""
4530
4531 # type: textblock
4532 #. type: textblock
4533 #: ../src/guestfs.pod:2053
4534 msgid ""
4535 "As time passes we cherry pick fixes from the development branch and backport "
4536 "those into the stable branch, the effect being that the stable branch should "
4537 "get more stable and less buggy over time.  So the stable releases are ideal "
4538 "for people who don't need new features but would just like the software to "
4539 "work."
4540 msgstr ""
4541
4542 # type: textblock
4543 #. type: textblock
4544 #: ../src/guestfs.pod:2059
4545 msgid "Our criteria for backporting changes are:"
4546 msgstr ""
4547
4548 # type: textblock
4549 #. type: textblock
4550 #: ../src/guestfs.pod:2065
4551 msgid ""
4552 "Documentation changes which don't affect any code are backported unless the "
4553 "documentation refers to a future feature which is not in stable."
4554 msgstr ""
4555
4556 # type: textblock
4557 #. type: textblock
4558 #: ../src/guestfs.pod:2071
4559 msgid ""
4560 "Bug fixes which are not controversial, fix obvious problems, and have been "
4561 "well tested are backported."
4562 msgstr ""
4563
4564 # type: textblock
4565 #. type: textblock
4566 #: ../src/guestfs.pod:2076
4567 msgid ""
4568 "Simple rearrangements of code which shouldn't affect how it works get "
4569 "backported.  This is so that the code in the two branches doesn't get too "
4570 "far out of step, allowing us to backport future fixes more easily."
4571 msgstr ""
4572
4573 # type: textblock
4574 #. type: textblock
4575 #: ../src/guestfs.pod:2082
4576 msgid ""
4577 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4578 "exceptional case: the new feature is required in order to implement an "
4579 "important bug fix."
4580 msgstr ""
4581
4582 # type: textblock
4583 #. type: textblock
4584 #: ../src/guestfs.pod:2088
4585 msgid ""
4586 "A new stable branch starts when we think the new features in development are "
4587 "substantial and compelling enough over the current stable branch to warrant "
4588 "it.  When that happens we create new stable and development versions 1.N.0 "
4589 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4590 "stable at this point, but by backporting fixes from development, that branch "
4591 "will stabilize over time."
4592 msgstr ""
4593
4594 #. type: =head1
4595 #: ../src/guestfs.pod:2096
4596 msgid "EXTENDING LIBGUESTFS"
4597 msgstr ""
4598
4599 #. type: =head2
4600 #: ../src/guestfs.pod:2098
4601 msgid "ADDING A NEW API ACTION"
4602 msgstr ""
4603
4604 #. type: textblock
4605 #: ../src/guestfs.pod:2100
4606 msgid ""
4607 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4608 "documentation) are generated, and this makes it easy to extend the "
4609 "libguestfs API."
4610 msgstr ""
4611
4612 #. type: textblock
4613 #: ../src/guestfs.pod:2104
4614 msgid "To add a new API action there are two changes:"
4615 msgstr ""
4616
4617 #. type: textblock
4618 #: ../src/guestfs.pod:2110
4619 msgid ""
4620 "You need to add a description of the call (name, parameters, return type, "
4621 "tests, documentation) to C<generator/generator_actions.ml>."
4622 msgstr ""
4623
4624 #. type: textblock
4625 #: ../src/guestfs.pod:2113
4626 msgid ""
4627 "There are two sorts of API action, depending on whether the call goes "
4628 "through to the daemon in the appliance, or is serviced entirely by the "
4629 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4630 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4631 "an example of the latter, since a trace flag is maintained in the handle and "
4632 "all tracing is done on the library side."
4633 msgstr ""
4634
4635 #. type: textblock
4636 #: ../src/guestfs.pod:2121
4637 msgid ""
4638 "Most new actions are of the first type, and get added to the "
4639 "C<daemon_functions> list.  Each function has a unique procedure number used "
4640 "in the RPC protocol which is assigned to that action when we publish "
4641 "libguestfs and cannot be reused.  Take the latest procedure number and "
4642 "increment it."
4643 msgstr ""
4644
4645 #. type: textblock
4646 #: ../src/guestfs.pod:2127
4647 msgid ""
4648 "For library-only actions of the second type, add to the "
4649 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4650 "library and do not travel over the RPC mechanism to the daemon, these "
4651 "functions do not need a procedure number, and so the procedure number is set "
4652 "to C<-1>."
4653 msgstr ""
4654
4655 #. type: textblock
4656 #: ../src/guestfs.pod:2135
4657 msgid "Implement the action (in C):"
4658 msgstr ""
4659
4660 #. type: textblock
4661 #: ../src/guestfs.pod:2137
4662 msgid ""
4663 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4664 "C<daemon/> directory."
4665 msgstr ""
4666
4667 #. type: textblock
4668 #: ../src/guestfs.pod:2140
4669 msgid ""
4670 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4671 "(note: double underscore) in the C<src/> directory."
4672 msgstr ""
4673
4674 #. type: textblock
4675 #: ../src/guestfs.pod:2143
4676 msgid "In either case, use another function as an example of what to do."
4677 msgstr ""
4678
4679 #. type: textblock
4680 #: ../src/guestfs.pod:2147
4681 msgid "After making these changes, use C<make> to compile."
4682 msgstr ""
4683
4684 #. type: textblock
4685 #: ../src/guestfs.pod:2149
4686 msgid ""
4687 "Note that you don't need to implement the RPC, language bindings, manual "
4688 "pages or anything else.  It's all automatically generated from the OCaml "
4689 "description."
4690 msgstr ""
4691
4692 #. type: =head2
4693 #: ../src/guestfs.pod:2153
4694 msgid "ADDING TESTS FOR AN API ACTION"
4695 msgstr ""
4696
4697 #. type: textblock
4698 #: ../src/guestfs.pod:2155
4699 msgid ""
4700 "You can supply zero or as many tests as you want per API call.  The tests "
4701 "can either be added as part of the API description (C<generator/"
4702 "generator_actions.ml>), or in some rarer cases you may want to drop a script "
4703 "into C<regressions/>.  Note that adding a script to C<regressions/> is "
4704 "slower, so if possible use the first method."
4705 msgstr ""
4706
4707 #. type: textblock
4708 #: ../src/guestfs.pod:2161
4709 msgid ""
4710 "The following describes the test environment used when you add an API test "
4711 "in C<generator_actions.ml>."
4712 msgstr ""
4713
4714 #. type: textblock
4715 #: ../src/guestfs.pod:2164
4716 msgid "The test environment has 4 block devices:"
4717 msgstr ""
4718
4719 #. type: =item
4720 #: ../src/guestfs.pod:2168
4721 msgid "C</dev/sda> 500MB"
4722 msgstr ""
4723
4724 #. type: textblock
4725 #: ../src/guestfs.pod:2170
4726 msgid "General block device for testing."
4727 msgstr ""
4728
4729 #. type: =item
4730 #: ../src/guestfs.pod:2172
4731 msgid "C</dev/sdb> 50MB"
4732 msgstr ""
4733
4734 #. type: textblock
4735 #: ../src/guestfs.pod:2174
4736 msgid ""
4737 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4738 "operations."
4739 msgstr ""
4740
4741 #. type: =item
4742 #: ../src/guestfs.pod:2177
4743 msgid "C</dev/sdc> 10MB"
4744 msgstr ""
4745
4746 #. type: textblock
4747 #: ../src/guestfs.pod:2179
4748 msgid "Used in a few tests where two block devices are needed."
4749 msgstr ""
4750
4751 #. type: =item
4752 #: ../src/guestfs.pod:2181
4753 msgid "C</dev/sdd>"
4754 msgstr ""
4755
4756 #. type: textblock
4757 #: ../src/guestfs.pod:2183
4758 msgid "ISO with fixed content (see C<images/test.iso>)."
4759 msgstr ""
4760
4761 #. type: textblock
4762 #: ../src/guestfs.pod:2187
4763 msgid ""
4764 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4765 "appliance and block devices are reused between tests.  So don't try testing "
4766 "L</guestfs_kill_subprocess> :-x"
4767 msgstr ""
4768
4769 #. type: textblock
4770 #: ../src/guestfs.pod:2191
4771 msgid ""
4772 "Each test starts with an initial scenario, selected using one of the "
4773 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4774 "initialize the disks mentioned above in a particular way as documented in "
4775 "C<generator_types.ml>.  You should not assume anything about the previous "
4776 "contents of other disks that are not initialized."
4777 msgstr ""
4778
4779 #. type: textblock
4780 #: ../src/guestfs.pod:2197
4781 msgid ""
4782 "You can add a prerequisite clause to any individual test.  This is a run-"
4783 "time check, which, if it fails, causes the test to be skipped.  Useful if "
4784 "testing a command which might not work on all variations of libguestfs "
4785 "builds.  A test that has prerequisite of C<Always> means to run "
4786 "unconditionally."
4787 msgstr ""
4788
4789 #. type: textblock
4790 #: ../src/guestfs.pod:2203
4791 msgid ""
4792 "In addition, packagers can skip individual tests by setting environment "
4793 "variables before running C<make check>."
4794 msgstr ""
4795
4796 #. type: verbatim
4797 #: ../src/guestfs.pod:2206
4798 #, no-wrap
4799 msgid ""
4800 " SKIP_TEST_<CMD>_<NUM>=1\n"
4801 "\n"
4802 msgstr ""
4803
4804 #. type: textblock
4805 #: ../src/guestfs.pod:2208
4806 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4807 msgstr ""
4808
4809 #. type: textblock
4810 #: ../src/guestfs.pod:2210
4811 msgid "or:"
4812 msgstr ""
4813
4814 #. type: verbatim
4815 #: ../src/guestfs.pod:2212
4816 #, no-wrap
4817 msgid ""
4818 " SKIP_TEST_<CMD>=1\n"
4819 "\n"
4820 msgstr ""
4821
4822 #. type: textblock
4823 #: ../src/guestfs.pod:2214
4824 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4825 msgstr ""
4826
4827 #. type: textblock
4828 #: ../src/guestfs.pod:2216
4829 msgid "Packagers can run only certain tests by setting for example:"
4830 msgstr ""
4831
4832 #. type: verbatim
4833 #: ../src/guestfs.pod:2218
4834 #, no-wrap
4835 msgid ""
4836 " TEST_ONLY=\"vfs_type zerofree\"\n"
4837 "\n"
4838 msgstr ""
4839
4840 #. type: textblock
4841 #: ../src/guestfs.pod:2220
4842 msgid ""
4843 "See C<capitests/tests.c> for more details of how these environment variables "
4844 "work."
4845 msgstr ""
4846
4847 #. type: =head2
4848 #: ../src/guestfs.pod:2223
4849 msgid "DEBUGGING NEW API ACTIONS"
4850 msgstr ""
4851
4852 #. type: textblock
4853 #: ../src/guestfs.pod:2225
4854 msgid "Test new actions work before submitting them."
4855 msgstr ""
4856
4857 #. type: textblock
4858 #: ../src/guestfs.pod:2227
4859 msgid "You can use guestfish to try out new commands."
4860 msgstr ""
4861
4862 #. type: textblock
4863 #: ../src/guestfs.pod:2229
4864 msgid ""
4865 "Debugging the daemon is a problem because it runs inside a minimal "
4866 "environment.  However you can fprintf messages in the daemon to stderr, and "
4867 "they will show up if you use C<guestfish -v>."
4868 msgstr ""
4869
4870 #. type: =head2
4871 #: ../src/guestfs.pod:2233
4872 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4873 msgstr ""
4874
4875 #. type: textblock
4876 #: ../src/guestfs.pod:2235
4877 msgid ""
4878 "Our C source code generally adheres to some basic code-formatting "
4879 "conventions.  The existing code base is not totally consistent on this "
4880 "front, but we do prefer that contributed code be formatted similarly.  In "
4881 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4882 "indentation level, and other than that, follow the K&R style."
4883 msgstr ""
4884
4885 #. type: textblock
4886 #: ../src/guestfs.pod:2241
4887 msgid ""
4888 "If you use Emacs, add the following to one of one of your start-up files (e."
4889 "g., ~/.emacs), to help ensure that you get indentation right:"
4890 msgstr ""
4891
4892 #. type: verbatim
4893 #: ../src/guestfs.pod:2244
4894 #, no-wrap
4895 msgid ""
4896 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4897 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4898 " (add-hook 'find-file-hook\n"
4899 "     '(lambda () (if (and buffer-file-name\n"
4900 "                          (string-match \"/libguestfs\\\\>\"\n"
4901 "                              (buffer-file-name))\n"
4902 "                          (not (string-equal mode-name \"Change Log\"))\n"
4903 "                          (not (string-equal mode-name \"Makefile\")))\n"
4904 "                     (setq indent-tabs-mode nil))))\n"
4905 " \n"
4906 msgstr ""
4907
4908 #. type: verbatim
4909 #: ../src/guestfs.pod:2254
4910 #, no-wrap
4911 msgid ""
4912 " ;;; When editing C sources in libguestfs, use this style.\n"
4913 " (defun libguestfs-c-mode ()\n"
4914 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4915 "   (interactive)\n"
4916 "   (c-set-style \"K&R\")\n"
4917 "   (setq c-indent-level 2)\n"
4918 "   (setq c-basic-offset 2))\n"
4919 " (add-hook 'c-mode-hook\n"
4920 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4921 "                               (buffer-file-name))\n"
4922 "                           (libguestfs-c-mode))))\n"
4923 "\n"
4924 msgstr ""
4925
4926 #. type: textblock
4927 #: ../src/guestfs.pod:2266
4928 msgid "Enable warnings when compiling (and fix any problems this finds):"
4929 msgstr ""
4930
4931 #. type: verbatim
4932 #: ../src/guestfs.pod:2269
4933 #, no-wrap
4934 msgid ""
4935 " ./configure --enable-gcc-warnings\n"
4936 "\n"
4937 msgstr ""
4938
4939 #. type: textblock
4940 #: ../src/guestfs.pod:2271
4941 msgid "Useful targets are:"
4942 msgstr ""
4943
4944 #. type: verbatim
4945 #: ../src/guestfs.pod:2273
4946 #, no-wrap
4947 msgid ""
4948 " make syntax-check  # checks the syntax of the C code\n"
4949 " make check         # runs the test suite\n"
4950 "\n"
4951 msgstr ""
4952
4953 #. type: =head2
4954 #: ../src/guestfs.pod:2276
4955 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4956 msgstr ""
4957
4958 #. type: textblock
4959 #: ../src/guestfs.pod:2278
4960 msgid ""
4961 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4962 "which are used to do shell quoting."
4963 msgstr ""
4964
4965 #. type: =item
4966 #: ../src/guestfs.pod:2283
4967 msgid "%Q"
4968 msgstr ""
4969
4970 #. type: textblock
4971 #: ../src/guestfs.pod:2285
4972 msgid ""
4973 "Simple shell quoted string.  Any spaces or other shell characters are "
4974 "escaped for you."
4975 msgstr ""
4976
4977 #. type: =item
4978 #: ../src/guestfs.pod:2288
4979 msgid "%R"
4980 msgstr ""
4981
4982 #. type: textblock
4983 #: ../src/guestfs.pod:2290
4984 msgid ""
4985 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4986 "the sysroot."
4987 msgstr ""
4988
4989 # type: textblock
4990 #. type: textblock
4991 #: ../src/guestfs.pod:2295 ../fish/guestfish.pod:240 ../fish/guestfish.pod:594
4992 msgid "For example:"
4993 msgstr ""
4994
4995 #. type: verbatim
4996 #: ../src/guestfs.pod:2297
4997 #, no-wrap
4998 msgid ""
4999 " asprintf (&cmd, \"cat %R\", path);\n"
5000 "\n"
5001 msgstr ""
5002
5003 #. type: textblock
5004 #: ../src/guestfs.pod:2299
5005 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5006 msgstr ""
5007
5008 #. type: textblock
5009 #: ../src/guestfs.pod:2301
5010 msgid ""
5011 "I<Note:> Do I<not> use these when you are passing parameters to the C<command"
5012 "{,r,v,rv}()> functions.  These parameters do NOT need to be quoted because "
5013 "they are not passed via the shell (instead, straight to exec).  You probably "
5014 "want to use the C<sysroot_path()> function however."
5015 msgstr ""
5016
5017 #. type: =head2
5018 #: ../src/guestfs.pod:2307
5019 msgid "SUBMITTING YOUR NEW API ACTIONS"
5020 msgstr ""
5021
5022 #. type: textblock
5023 #: ../src/guestfs.pod:2309
5024 msgid ""
5025 "Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
5026 "libguestfs> and CC to L<rjones@redhat.com>."
5027 msgstr ""
5028
5029 #. type: =head2
5030 #: ../src/guestfs.pod:2313
5031 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5032 msgstr ""
5033
5034 #. type: textblock
5035 #: ../src/guestfs.pod:2315
5036 msgid "We support i18n (gettext anyhow) in the library."
5037 msgstr ""
5038
5039 #. type: textblock
5040 #: ../src/guestfs.pod:2317
5041 msgid ""
5042 "However many messages come from the daemon, and we don't translate those at "
5043 "the moment.  One reason is that the appliance generally has all locale files "
5044 "removed from it, because they take up a lot of space.  So we'd have to readd "
5045 "some of those, as well as copying our PO files into the appliance."
5046 msgstr ""
5047
5048 #. type: textblock
5049 #: ../src/guestfs.pod:2323
5050 msgid ""
5051 "Debugging messages are never translated, since they are intended for the "
5052 "programmers."
5053 msgstr ""
5054
5055 #. type: =head2
5056 #: ../src/guestfs.pod:2326
5057 msgid "SOURCE CODE SUBDIRECTORIES"
5058 msgstr ""
5059
5060 #. type: =item
5061 #: ../src/guestfs.pod:2330
5062 msgid "C<appliance>"
5063 msgstr ""
5064
5065 #. type: textblock
5066 #: ../src/guestfs.pod:2332
5067 msgid "The libguestfs appliance, build scripts and so on."
5068 msgstr ""
5069
5070 #. type: =item
5071 #: ../src/guestfs.pod:2334
5072 msgid "C<capitests>"
5073 msgstr ""
5074
5075 #. type: textblock
5076 #: ../src/guestfs.pod:2336
5077 msgid "Automated tests of the C API."
5078 msgstr ""
5079
5080 #. type: =item
5081 #: ../src/guestfs.pod:2338
5082 msgid "C<cat>"
5083 msgstr ""
5084
5085 #. type: textblock
5086 #: ../src/guestfs.pod:2340
5087 msgid ""
5088 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5089 "documentation."
5090 msgstr ""
5091
5092 #. type: =item
5093 #: ../src/guestfs.pod:2343
5094 msgid "C<contrib>"
5095 msgstr ""
5096
5097 #. type: textblock
5098 #: ../src/guestfs.pod:2345
5099 msgid "Outside contributions, experimental parts."
5100 msgstr ""
5101
5102 #. type: =item
5103 #: ../src/guestfs.pod:2347
5104 msgid "C<daemon>"
5105 msgstr ""
5106
5107 #. type: textblock
5108 #: ../src/guestfs.pod:2349
5109 msgid ""
5110 "The daemon that runs inside the libguestfs appliance and carries out actions."
5111 msgstr ""
5112
5113 #. type: =item
5114 #: ../src/guestfs.pod:2352
5115 msgid "C<df>"
5116 msgstr ""
5117
5118 #. type: textblock
5119 #: ../src/guestfs.pod:2354
5120 msgid "L<virt-df(1)> command and documentation."
5121 msgstr ""
5122
5123 #. type: =item
5124 #: ../src/guestfs.pod:2356
5125 msgid "C<examples>"
5126 msgstr ""
5127
5128 #. type: textblock
5129 #: ../src/guestfs.pod:2358
5130 msgid "C API example code."
5131 msgstr ""
5132
5133 #. type: =item
5134 #: ../src/guestfs.pod:2360
5135 msgid "C<fish>"
5136 msgstr ""
5137
5138 #. type: textblock
5139 #: ../src/guestfs.pod:2362
5140 msgid ""
5141 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5142 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5143 "L<virt-tar-out(1)>."
5144 msgstr ""
5145
5146 #. type: =item
5147 #: ../src/guestfs.pod:2366
5148 msgid "C<fuse>"
5149 msgstr ""
5150
5151 #. type: textblock
5152 #: ../src/guestfs.pod:2368
5153 msgid ""
5154 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5155 msgstr ""
5156
5157 #. type: =item
5158 #: ../src/guestfs.pod:2370
5159 msgid "C<generator>"
5160 msgstr ""
5161
5162 #. type: textblock
5163 #: ../src/guestfs.pod:2372
5164 msgid ""
5165 "The crucially important generator, used to automatically generate large "
5166 "amounts of boilerplate C code for things like RPC and bindings."
5167 msgstr ""
5168
5169 #. type: =item
5170 #: ../src/guestfs.pod:2375
5171 msgid "C<images>"
5172 msgstr ""
5173
5174 #. type: textblock
5175 #: ../src/guestfs.pod:2377
5176 msgid "Files used by the test suite."
5177 msgstr ""
5178
5179 #. type: textblock
5180 #: ../src/guestfs.pod:2379
5181 msgid "Some \"phony\" guest images which we test against."
5182 msgstr ""
5183
5184 #. type: =item
5185 #: ../src/guestfs.pod:2381
5186 msgid "C<inspector>"
5187 msgstr ""
5188
5189 #. type: textblock
5190 #: ../src/guestfs.pod:2383
5191 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5192 msgstr ""
5193
5194 #. type: =item
5195 #: ../src/guestfs.pod:2385
5196 msgid "C<m4>"
5197 msgstr ""
5198
5199 #. type: textblock
5200 #: ../src/guestfs.pod:2387
5201 msgid "M4 macros used by autoconf."
5202 msgstr ""
5203
5204 #. type: =item
5205 #: ../src/guestfs.pod:2389
5206 msgid "C<po>"
5207 msgstr ""
5208
5209 #. type: textblock
5210 #: ../src/guestfs.pod:2391
5211 msgid "Translations of simple gettext strings."
5212 msgstr ""
5213
5214 #. type: =item
5215 #: ../src/guestfs.pod:2393
5216 msgid "C<po-docs>"
5217 msgstr ""
5218
5219 #. type: textblock
5220 #: ../src/guestfs.pod:2395
5221 msgid ""
5222 "The build infrastructure and PO files for translations of manpages and POD "
5223 "files.  Eventually this will be combined with the C<po> directory, but that "
5224 "is rather complicated."
5225 msgstr ""
5226
5227 #. type: =item
5228 #: ../src/guestfs.pod:2399
5229 msgid "C<regressions>"
5230 msgstr ""
5231
5232 #. type: textblock
5233 #: ../src/guestfs.pod:2401
5234 msgid "Regression tests."
5235 msgstr ""
5236
5237 #. type: =item
5238 #: ../src/guestfs.pod:2403
5239 msgid "C<rescue>"
5240 msgstr ""
5241
5242 #. type: textblock
5243 #: ../src/guestfs.pod:2405
5244 msgid "L<virt-rescue(1)> command and documentation."
5245 msgstr ""
5246
5247 #. type: =item
5248 #: ../src/guestfs.pod:2407
5249 msgid "C<src>"
5250 msgstr ""
5251
5252 #. type: textblock
5253 #: ../src/guestfs.pod:2409
5254 msgid "Source code to the C library."
5255 msgstr ""
5256
5257 #. type: =item
5258 #: ../src/guestfs.pod:2411
5259 msgid "C<tools>"
5260 msgstr ""
5261
5262 #. type: textblock
5263 #: ../src/guestfs.pod:2413
5264 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5265 msgstr ""
5266
5267 #. type: =item
5268 #: ../src/guestfs.pod:2415
5269 msgid "C<test-tool>"
5270 msgstr ""
5271
5272 #. type: textblock
5273 #: ../src/guestfs.pod:2417
5274 msgid ""
5275 "Test tool for end users to test if their qemu/kernel combination will work "
5276 "with libguestfs."
5277 msgstr ""
5278
5279 #. type: =item
5280 #: ../src/guestfs.pod:2420
5281 msgid "C<csharp>"
5282 msgstr ""
5283
5284 #. type: =item
5285 #: ../src/guestfs.pod:2422
5286 msgid "C<haskell>"
5287 msgstr ""
5288
5289 #. type: =item
5290 #: ../src/guestfs.pod:2424
5291 msgid "C<java>"
5292 msgstr ""
5293
5294 #. type: =item
5295 #: ../src/guestfs.pod:2426
5296 msgid "C<ocaml>"
5297 msgstr ""
5298
5299 #. type: =item
5300 #: ../src/guestfs.pod:2428
5301 msgid "C<php>"
5302 msgstr ""
5303
5304 #. type: =item
5305 #: ../src/guestfs.pod:2430
5306 msgid "C<perl>"
5307 msgstr ""
5308
5309 #. type: =item
5310 #: ../src/guestfs.pod:2432
5311 msgid "C<python>"
5312 msgstr ""
5313
5314 #. type: =item
5315 #: ../src/guestfs.pod:2434
5316 msgid "C<ruby>"
5317 msgstr ""
5318
5319 #. type: textblock
5320 #: ../src/guestfs.pod:2436
5321 msgid "Language bindings."
5322 msgstr ""
5323
5324 # type: =head1
5325 #. type: =head1
5326 #: ../src/guestfs.pod:2440 ../fish/guestfish.pod:965
5327 #: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
5328 msgid "ENVIRONMENT VARIABLES"
5329 msgstr ""
5330
5331 # type: =item
5332 #. type: =item
5333 #: ../src/guestfs.pod:2444 ../fish/guestfish.pod:991
5334 msgid "LIBGUESTFS_APPEND"
5335 msgstr ""
5336
5337 # type: textblock
5338 #. type: textblock
5339 #: ../src/guestfs.pod:2446 ../fish/guestfish.pod:993
5340 msgid "Pass additional options to the guest kernel."
5341 msgstr ""
5342
5343 # type: =item
5344 #. type: =item
5345 #: ../src/guestfs.pod:2448 ../fish/guestfish.pod:995
5346 msgid "LIBGUESTFS_DEBUG"
5347 msgstr ""
5348
5349 # type: textblock
5350 #. type: textblock
5351 #: ../src/guestfs.pod:2450
5352 msgid ""
5353 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5354 "effect as calling C<guestfs_set_verbose (g, 1)>."
5355 msgstr ""
5356
5357 # type: =item
5358 #. type: =item
5359 #: ../src/guestfs.pod:2453 ../fish/guestfish.pod:1000
5360 msgid "LIBGUESTFS_MEMSIZE"
5361 msgstr ""
5362
5363 # type: textblock
5364 #. type: textblock
5365 #: ../src/guestfs.pod:2455 ../fish/guestfish.pod:1002
5366 msgid ""
5367 "Set the memory allocated to the qemu process, in megabytes.  For example:"
5368 msgstr ""
5369
5370 # type: verbatim
5371 #. type: verbatim
5372 #: ../src/guestfs.pod:2458 ../fish/guestfish.pod:1005
5373 #, no-wrap
5374 msgid ""
5375 " LIBGUESTFS_MEMSIZE=700\n"
5376 "\n"
5377 msgstr ""
5378
5379 # type: =item
5380 #. type: =item
5381 #: ../src/guestfs.pod:2460 ../fish/guestfish.pod:1007
5382 msgid "LIBGUESTFS_PATH"
5383 msgstr ""
5384
5385 # type: textblock
5386 #. type: textblock
5387 #: ../src/guestfs.pod:2462
5388 msgid ""
5389 "Set the path that libguestfs uses to search for kernel and initrd.img.  See "
5390 "the discussion of paths in section PATH above."
5391 msgstr ""
5392
5393 # type: =item
5394 #. type: =item
5395 #: ../src/guestfs.pod:2465 ../fish/guestfish.pod:1012
5396 msgid "LIBGUESTFS_QEMU"
5397 msgstr ""
5398
5399 # type: textblock
5400 #. type: textblock
5401 #: ../src/guestfs.pod:2467 ../fish/guestfish.pod:1014
5402 msgid ""
5403 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5404 "which was found at compile time by the configure script is used."
5405 msgstr ""
5406
5407 # type: textblock
5408 #. type: textblock
5409 #: ../src/guestfs.pod:2471
5410 msgid "See also L</QEMU WRAPPERS> above."
5411 msgstr ""
5412
5413 # type: =item
5414 #. type: =item
5415 #: ../src/guestfs.pod:2473 ../fish/guestfish.pod:1018
5416 msgid "LIBGUESTFS_TRACE"
5417 msgstr ""
5418
5419 # type: textblock
5420 #. type: textblock
5421 #: ../src/guestfs.pod:2475
5422 msgid ""
5423 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5424 "effect as calling C<guestfs_set_trace (g, 1)>."
5425 msgstr ""
5426
5427 # type: =item
5428 #. type: =item
5429 #: ../src/guestfs.pod:2478 ../fish/guestfish.pod:1027
5430 msgid "TMPDIR"
5431 msgstr ""
5432
5433 # type: textblock
5434 #. type: textblock
5435 #: ../src/guestfs.pod:2480 ../fish/guestfish.pod:1029
5436 msgid "Location of temporary directory, defaults to C</tmp>."
5437 msgstr ""
5438
5439 # type: textblock
5440 #. type: textblock
5441 #: ../src/guestfs.pod:2482 ../fish/guestfish.pod:1031
5442 msgid ""
5443 "If libguestfs was compiled to use the supermin appliance then the real "
5444 "appliance is cached in this directory, shared between all handles belonging "
5445 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5446 "use in case C</tmp> is not large enough."
5447 msgstr ""
5448
5449 # type: =head1
5450 #. type: =head1
5451 #: ../src/guestfs.pod:2490 ../fish/guestfish.pod:1089
5452 #: ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233
5453 #: ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:572
5454 #: ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189
5455 #: ../tools/virt-tar.pl:286 ../tools/virt-make-fs.pl:534
5456 #: ../tools/virt-list-partitions.pl:257
5457 msgid "SEE ALSO"
5458 msgstr ""
5459
5460 #. type: textblock
5461 #: ../src/guestfs.pod:2492
5462 msgid ""
5463 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
5464 "ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-copy-in"
5465 "(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems"
5466 "(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-"
5467 "partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-"
5468 "tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<qemu(1)"
5469 ">, L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
5470 msgstr ""
5471
5472 # type: textblock
5473 #. type: textblock
5474 #: ../src/guestfs.pod:2519
5475 msgid ""
5476 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
5477 "(8)>, L<disktype(1)>."
5478 msgstr ""
5479
5480 # type: =head1
5481 #. type: =head1
5482 #: ../src/guestfs.pod:2526 ../tools/virt-win-reg.pl:587
5483 #: ../tools/virt-make-fs.pl:548
5484 msgid "BUGS"
5485 msgstr ""
5486
5487 # type: textblock
5488 #. type: textblock
5489 #: ../src/guestfs.pod:2528
5490 msgid "To get a list of bugs against libguestfs use this link:"
5491 msgstr ""
5492
5493 # type: textblock
5494 #. type: textblock
5495 #: ../src/guestfs.pod:2530
5496 msgid ""
5497 "L<https://bugzilla.redhat.com/buglist.cgi?"
5498 "component=libguestfs&product=Virtualization+Tools>"
5499 msgstr ""
5500
5501 # type: textblock
5502 #. type: textblock
5503 #: ../src/guestfs.pod:2532
5504 msgid "To report a new bug against libguestfs use this link:"
5505 msgstr ""
5506
5507 # type: textblock
5508 #. type: textblock
5509 #: ../src/guestfs.pod:2534
5510 msgid ""
5511 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5512 "component=libguestfs&product=Virtualization+Tools>"
5513 msgstr ""
5514
5515 # type: textblock
5516 #. type: textblock
5517 #: ../src/guestfs.pod:2536
5518 msgid "When reporting a bug, please check:"
5519 msgstr ""
5520
5521 # type: textblock
5522 #. type: textblock
5523 #: ../src/guestfs.pod:2542
5524 msgid "That the bug hasn't been reported already."
5525 msgstr ""
5526
5527 # type: textblock
5528 #. type: textblock
5529 #: ../src/guestfs.pod:2546
5530 msgid "That you are testing a recent version."
5531 msgstr ""
5532
5533 # type: textblock
5534 #. type: textblock
5535 #: ../src/guestfs.pod:2550
5536 msgid "Describe the bug accurately, and give a way to reproduce it."
5537 msgstr ""
5538
5539 # type: textblock
5540 #. type: textblock
5541 #: ../src/guestfs.pod:2554
5542 msgid ""
5543 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5544 "bug report."
5545 msgstr ""
5546
5547 # type: =head1
5548 #. type: =head1
5549 #: ../src/guestfs.pod:2559 ../fish/guestfish.pod:1112
5550 #: ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
5551 msgid "AUTHORS"
5552 msgstr ""
5553
5554 # type: textblock
5555 #. type: textblock
5556 #: ../src/guestfs.pod:2561 ../fish/guestfish.pod:1114
5557 #: ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
5558 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5559 msgstr ""
5560
5561 # type: =head1
5562 #. type: =head1
5563 #: ../src/guestfs.pod:2563 ../fish/guestfish.pod:1116
5564 #: ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248
5565 #: ../tools/virt-edit.pl:368 ../tools/virt-win-reg.pl:602
5566 #: ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206
5567 #: ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:563
5568 #: ../tools/virt-list-partitions.pl:273
5569 msgid "COPYRIGHT"
5570 msgstr ""
5571
5572 # type: textblock
5573 #. type: textblock
5574 #: ../src/guestfs.pod:2565 ../fish/guestfish.pod:1118
5575 #: ../fuse/guestmount.pod:250
5576 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
5577 msgstr ""
5578
5579 # type: textblock
5580 #. type: textblock
5581 #: ../src/guestfs.pod:2568
5582 msgid ""
5583 "This library is free software; you can redistribute it and/or modify it "
5584 "under the terms of the GNU Lesser General Public License as published by the "
5585 "Free Software Foundation; either version 2 of the License, or (at your "
5586 "option) any later version."
5587 msgstr ""
5588
5589 # type: textblock
5590 #. type: textblock
5591 #: ../src/guestfs.pod:2573
5592 msgid ""
5593 "This library is distributed in the hope that it will be useful, but WITHOUT "
5594 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5595 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5596 "for more details."
5597 msgstr ""
5598
5599 # type: textblock
5600 #. type: textblock
5601 #: ../src/guestfs.pod:2578
5602 msgid ""
5603 "You should have received a copy of the GNU Lesser General Public License "
5604 "along with this library; if not, write to the Free Software Foundation, "
5605 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5606 msgstr ""
5607
5608 # type: =head2
5609 #. type: =head2
5610 #: ../src/guestfs-actions.pod:1
5611 msgid "guestfs_add_cdrom"
5612 msgstr ""
5613
5614 # type: verbatim
5615 #. type: verbatim
5616 #: ../src/guestfs-actions.pod:3
5617 #, no-wrap
5618 msgid ""
5619 " int\n"
5620 " guestfs_add_cdrom (guestfs_h *g,\n"
5621 "                    const char *filename);\n"
5622 "\n"
5623 msgstr ""
5624
5625 # type: textblock
5626 #. type: textblock
5627 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5628 msgid "This function adds a virtual CD-ROM disk image to the guest."
5629 msgstr ""
5630
5631 # type: textblock
5632 #. type: textblock
5633 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5634 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5635 msgstr ""
5636
5637 # type: textblock
5638 #. type: textblock
5639 #: ../src/guestfs-actions.pod:17
5640 msgid ""
5641 "This call checks for the existence of C<filename>.  This stops you from "
5642 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5643 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5644 "instead."
5645 msgstr ""
5646
5647 # type: textblock
5648 #. type: textblock
5649 #: ../src/guestfs-actions.pod:24
5650 msgid ""
5651 "If you just want to add an ISO file (often you use this as an efficient way "
5652 "to transfer large files into the guest), then you should probably use "
5653 "C<guestfs_add_drive_ro> instead."
5654 msgstr ""
5655
5656 # type: textblock
5657 #. type: textblock
5658 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:126
5659 #: ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:224
5660 #: ../src/guestfs-actions.pod:238 ../src/guestfs-actions.pod:259
5661 #: ../src/guestfs-actions.pod:279 ../src/guestfs-actions.pod:293
5662 #: ../src/guestfs-actions.pod:408 ../src/guestfs-actions.pod:428
5663 #: ../src/guestfs-actions.pod:442 ../src/guestfs-actions.pod:487
5664 #: ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:533
5665 #: ../src/guestfs-actions.pod:600 ../src/guestfs-actions.pod:633
5666 #: ../src/guestfs-actions.pod:647 ../src/guestfs-actions.pod:662
5667 #: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:779
5668 #: ../src/guestfs-actions.pod:793 ../src/guestfs-actions.pod:807
5669 #: ../src/guestfs-actions.pod:968 ../src/guestfs-actions.pod:988
5670 #: ../src/guestfs-actions.pod:1006 ../src/guestfs-actions.pod:1090
5671 #: ../src/guestfs-actions.pod:1108 ../src/guestfs-actions.pod:1127
5672 #: ../src/guestfs-actions.pod:1141 ../src/guestfs-actions.pod:1161
5673 #: ../src/guestfs-actions.pod:1231 ../src/guestfs-actions.pod:1262
5674 #: ../src/guestfs-actions.pod:1287 ../src/guestfs-actions.pod:1324
5675 #: ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1464
5676 #: ../src/guestfs-actions.pod:1682 ../src/guestfs-actions.pod:1704
5677 #: ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:2243
5678 #: ../src/guestfs-actions.pod:2387 ../src/guestfs-actions.pod:2448
5679 #: ../src/guestfs-actions.pod:2483 ../src/guestfs-actions.pod:3222
5680 #: ../src/guestfs-actions.pod:3237 ../src/guestfs-actions.pod:3257
5681 #: ../src/guestfs-actions.pod:3412 ../src/guestfs-actions.pod:3426
5682 #: ../src/guestfs-actions.pod:3439 ../src/guestfs-actions.pod:3453
5683 #: ../src/guestfs-actions.pod:3468 ../src/guestfs-actions.pod:3504
5684 #: ../src/guestfs-actions.pod:3576 ../src/guestfs-actions.pod:3596
5685 #: ../src/guestfs-actions.pod:3613 ../src/guestfs-actions.pod:3636
5686 #: ../src/guestfs-actions.pod:3659 ../src/guestfs-actions.pod:3691
5687 #: ../src/guestfs-actions.pod:3710 ../src/guestfs-actions.pod:3729
5688 #: ../src/guestfs-actions.pod:3764 ../src/guestfs-actions.pod:3776
5689 #: ../src/guestfs-actions.pod:3812 ../src/guestfs-actions.pod:3828
5690 #: ../src/guestfs-actions.pod:3841 ../src/guestfs-actions.pod:3856
5691 #: ../src/guestfs-actions.pod:3873 ../src/guestfs-actions.pod:3966
5692 #: ../src/guestfs-actions.pod:3986 ../src/guestfs-actions.pod:3999
5693 #: ../src/guestfs-actions.pod:4050 ../src/guestfs-actions.pod:4068
5694 #: ../src/guestfs-actions.pod:4086 ../src/guestfs-actions.pod:4102
5695 #: ../src/guestfs-actions.pod:4116 ../src/guestfs-actions.pod:4130
5696 #: ../src/guestfs-actions.pod:4147 ../src/guestfs-actions.pod:4162
5697 #: ../src/guestfs-actions.pod:4182 ../src/guestfs-actions.pod:4226
5698 #: ../src/guestfs-actions.pod:4299 ../src/guestfs-actions.pod:4330
5699 #: ../src/guestfs-actions.pod:4349 ../src/guestfs-actions.pod:4368
5700 #: ../src/guestfs-actions.pod:4380 ../src/guestfs-actions.pod:4397
5701 #: ../src/guestfs-actions.pod:4410 ../src/guestfs-actions.pod:4425
5702 #: ../src/guestfs-actions.pod:4440 ../src/guestfs-actions.pod:4475
5703 #: ../src/guestfs-actions.pod:4490 ../src/guestfs-actions.pod:4510
5704 #: ../src/guestfs-actions.pod:4524 ../src/guestfs-actions.pod:4541
5705 #: ../src/guestfs-actions.pod:4590 ../src/guestfs-actions.pod:4627
5706 #: ../src/guestfs-actions.pod:4641 ../src/guestfs-actions.pod:4669
5707 #: ../src/guestfs-actions.pod:4686 ../src/guestfs-actions.pod:4704
5708 #: ../src/guestfs-actions.pod:4838 ../src/guestfs-actions.pod:4895
5709 #: ../src/guestfs-actions.pod:4917 ../src/guestfs-actions.pod:4935
5710 #: ../src/guestfs-actions.pod:4967 ../src/guestfs-actions.pod:5033
5711 #: ../src/guestfs-actions.pod:5050 ../src/guestfs-actions.pod:5063
5712 #: ../src/guestfs-actions.pod:5077 ../src/guestfs-actions.pod:5366
5713 #: ../src/guestfs-actions.pod:5385 ../src/guestfs-actions.pod:5399
5714 #: ../src/guestfs-actions.pod:5411 ../src/guestfs-actions.pod:5425
5715 #: ../src/guestfs-actions.pod:5437 ../src/guestfs-actions.pod:5451
5716 #: ../src/guestfs-actions.pod:5467 ../src/guestfs-actions.pod:5488
5717 #: ../src/guestfs-actions.pod:5507 ../src/guestfs-actions.pod:5526
5718 #: ../src/guestfs-actions.pod:5544 ../src/guestfs-actions.pod:5567
5719 #: ../src/guestfs-actions.pod:5585 ../src/guestfs-actions.pod:5604
5720 #: ../src/guestfs-actions.pod:5625 ../src/guestfs-actions.pod:5644
5721 #: ../src/guestfs-actions.pod:5661 ../src/guestfs-actions.pod:5689
5722 #: ../src/guestfs-actions.pod:5713 ../src/guestfs-actions.pod:5732
5723 #: ../src/guestfs-actions.pod:5756 ../src/guestfs-actions.pod:5771
5724 #: ../src/guestfs-actions.pod:5786 ../src/guestfs-actions.pod:5805
5725 #: ../src/guestfs-actions.pod:5842 ../src/guestfs-actions.pod:5865
5726 #: ../src/guestfs-actions.pod:5891 ../src/guestfs-actions.pod:5999
5727 #: ../src/guestfs-actions.pod:6120 ../src/guestfs-actions.pod:6132
5728 #: ../src/guestfs-actions.pod:6145 ../src/guestfs-actions.pod:6158
5729 #: ../src/guestfs-actions.pod:6180 ../src/guestfs-actions.pod:6193
5730 #: ../src/guestfs-actions.pod:6206 ../src/guestfs-actions.pod:6219
5731 #: ../src/guestfs-actions.pod:6234 ../src/guestfs-actions.pod:6293
5732 #: ../src/guestfs-actions.pod:6310 ../src/guestfs-actions.pod:6326
5733 #: ../src/guestfs-actions.pod:6342 ../src/guestfs-actions.pod:6359
5734 #: ../src/guestfs-actions.pod:6372 ../src/guestfs-actions.pod:6392
5735 #: ../src/guestfs-actions.pod:6428 ../src/guestfs-actions.pod:6442
5736 #: ../src/guestfs-actions.pod:6483 ../src/guestfs-actions.pod:6496
5737 #: ../src/guestfs-actions.pod:6514 ../src/guestfs-actions.pod:6548
5738 #: ../src/guestfs-actions.pod:6584 ../src/guestfs-actions.pod:6703
5739 #: ../src/guestfs-actions.pod:6721 ../src/guestfs-actions.pod:6735
5740 #: ../src/guestfs-actions.pod:6790 ../src/guestfs-actions.pod:6803
5741 #: ../src/guestfs-actions.pod:6848 ../src/guestfs-actions.pod:6881
5742 #: ../src/guestfs-actions.pod:6935 ../src/guestfs-actions.pod:6961
5743 #: ../src/guestfs-actions.pod:7027 ../src/guestfs-actions.pod:7046
5744 #: ../src/guestfs-actions.pod:7075
5745 msgid "This function returns 0 on success or -1 on error."
5746 msgstr ""
5747
5748 # type: textblock
5749 #. type: textblock
5750 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:240
5751 #: ../src/guestfs-actions.pod:261 ../fish/guestfish-actions.pod:28
5752 #: ../fish/guestfish-actions.pod:151 ../fish/guestfish-actions.pod:165
5753 msgid ""
5754 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5755 "instead."
5756 msgstr ""
5757
5758 # type: textblock
5759 #. type: textblock
5760 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:243
5761 #: ../src/guestfs-actions.pod:264 ../src/guestfs-actions.pod:1435
5762 #: ../src/guestfs-actions.pod:1921 ../src/guestfs-actions.pod:1942
5763 #: ../src/guestfs-actions.pod:4187 ../src/guestfs-actions.pod:6969
5764 #: ../src/guestfs-actions.pod:7138 ../fish/guestfish-actions.pod:31
5765 #: ../fish/guestfish-actions.pod:154 ../fish/guestfish-actions.pod:168
5766 #: ../fish/guestfish-actions.pod:949 ../fish/guestfish-actions.pod:1306
5767 #: ../fish/guestfish-actions.pod:1320 ../fish/guestfish-actions.pod:2816
5768 #: ../fish/guestfish-actions.pod:4618 ../fish/guestfish-actions.pod:4715
5769 msgid ""
5770 "Deprecated functions will not be removed from the API, but the fact that "
5771 "they are deprecated indicates that there are problems with correct use of "
5772 "these functions."
5773 msgstr ""
5774
5775 # type: textblock
5776 #. type: textblock
5777 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:128
5778 #: ../src/guestfs-actions.pod:1092 ../src/guestfs-actions.pod:1893
5779 #: ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:2094
5780 #: ../src/guestfs-actions.pod:3224 ../src/guestfs-actions.pod:3239
5781 #: ../src/guestfs-actions.pod:4477 ../src/guestfs-actions.pod:5546
5782 #: ../src/guestfs-actions.pod:5663 ../src/guestfs-actions.pod:5773
5783 #: ../src/guestfs-actions.pod:6236 ../src/guestfs-actions.pod:6361
5784 #: ../src/guestfs-actions.pod:6883
5785 msgid "(Added in 0.3)"
5786 msgstr ""
5787
5788 # type: =head2
5789 #. type: =head2
5790 #: ../src/guestfs-actions.pod:41
5791 msgid "guestfs_add_domain"
5792 msgstr ""
5793
5794 # type: verbatim
5795 #. type: verbatim
5796 #: ../src/guestfs-actions.pod:43
5797 #, no-wrap
5798 msgid ""
5799 " int\n"
5800 " guestfs_add_domain (guestfs_h *g,\n"
5801 "                     const char *dom,\n"
5802 "                     ...);\n"
5803 "\n"
5804 msgstr ""
5805
5806 # type: textblock
5807 #. type: textblock
5808 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137
5809 #: ../src/guestfs-actions.pod:4201
5810 msgid ""
5811 "You may supply a list of optional arguments to this call.  Use zero or more "
5812 "of the following pairs of parameters, and terminate the list with C<-1> on "
5813 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5814 msgstr ""
5815
5816 # type: verbatim
5817 #. type: verbatim
5818 #: ../src/guestfs-actions.pod:53
5819 #, no-wrap
5820 msgid ""
5821 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5822 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5823 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5824 "\n"
5825 msgstr ""
5826
5827 # type: textblock
5828 #. type: textblock
5829 #: ../src/guestfs-actions.pod:57
5830 msgid ""
5831 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5832 "It works by connecting to libvirt, requesting the domain and domain XML from "
5833 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5834 "one."
5835 msgstr ""
5836
5837 # type: textblock
5838 #. type: textblock
5839 #: ../src/guestfs-actions.pod:62 ../fish/guestfish-actions.pod:46
5840 msgid ""
5841 "The number of disks added is returned.  This operation is atomic: if an "
5842 "error is returned, then no disks are added."
5843 msgstr ""
5844
5845 # type: textblock
5846 #. type: textblock
5847 #: ../src/guestfs-actions.pod:65 ../fish/guestfish-actions.pod:49
5848 msgid ""
5849 "This function does some minimal checks to make sure the libvirt domain is "
5850 "not running (unless C<readonly> is true).  In a future version we will try "
5851 "to acquire the libvirt lock on each disk."
5852 msgstr ""
5853
5854 # type: textblock
5855 #. type: textblock
5856 #: ../src/guestfs-actions.pod:69 ../fish/guestfish-actions.pod:53
5857 msgid ""
5858 "Disks must be accessible locally.  This often means that adding disks from a "
5859 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5860 "unless those disks are accessible via the same device path locally too."
5861 msgstr ""
5862
5863 #. type: textblock
5864 #: ../src/guestfs-actions.pod:74 ../fish/guestfish-actions.pod:58
5865 msgid ""
5866 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
5867 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
5868 "libvirt URI (or one set through an environment variable, see the libvirt "
5869 "documentation for full details)."
5870 msgstr ""
5871
5872 # type: textblock
5873 #. type: textblock
5874 #: ../src/guestfs-actions.pod:80
5875 msgid ""
5876 "The other optional parameters are passed directly through to "
5877 "C<guestfs_add_drive_opts>."
5878 msgstr ""
5879
5880 # type: textblock
5881 #. type: textblock
5882 #: ../src/guestfs-actions.pod:83 ../src/guestfs-actions.pod:336
5883 #: ../src/guestfs-actions.pod:501 ../src/guestfs-actions.pod:679
5884 #: ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:728
5885 #: ../src/guestfs-actions.pod:747 ../src/guestfs-actions.pod:1307
5886 #: ../src/guestfs-actions.pod:1661 ../src/guestfs-actions.pod:1864
5887 #: ../src/guestfs-actions.pod:1963 ../src/guestfs-actions.pod:2003
5888 #: ../src/guestfs-actions.pod:2058 ../src/guestfs-actions.pod:2081
5889 #: ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2662
5890 #: ../src/guestfs-actions.pod:2683 ../src/guestfs-actions.pod:4613
5891 #: ../src/guestfs-actions.pod:4741 ../src/guestfs-actions.pod:5147
5892 #: ../src/guestfs-actions.pod:5173 ../src/guestfs-actions.pod:6469
5893 #: ../src/guestfs-actions.pod:6894 ../src/guestfs-actions.pod:6907
5894 #: ../src/guestfs-actions.pod:6920
5895 msgid "On error this function returns -1."
5896 msgstr ""
5897
5898 # type: textblock
5899 #. type: textblock
5900 #: ../src/guestfs-actions.pod:85
5901 msgid "(Added in 1.7.4)"
5902 msgstr ""
5903
5904 # type: =head2
5905 #. type: =head2
5906 #: ../src/guestfs-actions.pod:87
5907 msgid "guestfs_add_domain_va"
5908 msgstr ""
5909
5910 # type: verbatim
5911 #. type: verbatim
5912 #: ../src/guestfs-actions.pod:89
5913 #, no-wrap
5914 msgid ""
5915 " int\n"
5916 " guestfs_add_domain_va (guestfs_h *g,\n"
5917 "                        const char *dom,\n"
5918 "                        va_list args);\n"
5919 "\n"
5920 msgstr ""
5921
5922 # type: textblock
5923 #. type: textblock
5924 #: ../src/guestfs-actions.pod:94
5925 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5926 msgstr ""
5927
5928 # type: textblock
5929 #. type: textblock
5930 #: ../src/guestfs-actions.pod:96 ../src/guestfs-actions.pod:107
5931 #: ../src/guestfs-actions.pod:200 ../src/guestfs-actions.pod:211
5932 #: ../src/guestfs-actions.pod:4240 ../src/guestfs-actions.pod:4252
5933 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5934 msgstr ""
5935
5936 # type: =head2
5937 #. type: =head2
5938 #: ../src/guestfs-actions.pod:98
5939 msgid "guestfs_add_domain_argv"
5940 msgstr ""
5941
5942 # type: verbatim
5943 #. type: verbatim
5944 #: ../src/guestfs-actions.pod:100
5945 #, no-wrap
5946 msgid ""
5947 " int\n"
5948 " guestfs_add_domain_argv (guestfs_h *g,\n"
5949 "                          const char *dom,\n"
5950 "                          const struct guestfs_add_domain_argv *optargs);\n"
5951 "\n"
5952 msgstr ""
5953
5954 # type: textblock
5955 #. type: textblock
5956 #: ../src/guestfs-actions.pod:105
5957 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5958 msgstr ""
5959
5960 # type: =head2
5961 #. type: =head2
5962 #: ../src/guestfs-actions.pod:109
5963 msgid "guestfs_add_drive"
5964 msgstr ""
5965
5966 # type: verbatim
5967 #. type: verbatim
5968 #: ../src/guestfs-actions.pod:111
5969 #, no-wrap
5970 msgid ""
5971 " int\n"
5972 " guestfs_add_drive (guestfs_h *g,\n"
5973 "                    const char *filename);\n"
5974 "\n"
5975 msgstr ""
5976
5977 # type: textblock
5978 #. type: textblock
5979 #: ../src/guestfs-actions.pod:115
5980 msgid ""
5981 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5982 "optional parameters, so the disk is added writable, with the format being "
5983 "detected automatically."
5984 msgstr ""
5985
5986 # type: textblock
5987 #. type: textblock
5988 #: ../src/guestfs-actions.pod:119
5989 msgid ""
5990 "Automatic detection of the format opens you up to a potential security hole "
5991 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5992 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5993 "you should think about replacing calls to this function with calls to "
5994 "C<guestfs_add_drive_opts>, and specifying the format."
5995 msgstr ""
5996
5997 # type: =head2
5998 #. type: =head2
5999 #: ../src/guestfs-actions.pod:130
6000 msgid "guestfs_add_drive_opts"
6001 msgstr ""
6002
6003 # type: verbatim
6004 #. type: verbatim
6005 #: ../src/guestfs-actions.pod:132
6006 #, no-wrap
6007 msgid ""
6008 " int\n"
6009 " guestfs_add_drive_opts (guestfs_h *g,\n"
6010 "                         const char *filename,\n"
6011 "                         ...);\n"
6012 "\n"
6013 msgstr ""
6014
6015 # type: verbatim
6016 #. type: verbatim
6017 #: ../src/guestfs-actions.pod:142
6018 #, no-wrap
6019 msgid ""
6020 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6021 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6022 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6023 "\n"
6024 msgstr ""
6025
6026 # type: textblock
6027 #. type: textblock
6028 #: ../src/guestfs-actions.pod:146 ../fish/guestfish-actions.pod:90
6029 msgid ""
6030 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6031 "The first time you call this function, the disk appears as C</dev/sda>, the "
6032 "second time as C</dev/sdb>, and so on."
6033 msgstr ""
6034
6035 # type: textblock
6036 #. type: textblock
6037 #: ../src/guestfs-actions.pod:151 ../fish/guestfish-actions.pod:95
6038 msgid ""
6039 "You don't necessarily need to be root when using libguestfs.  However you "
6040 "obviously do need sufficient permissions to access the filename for whatever "
6041 "operations you want to perform (ie. read access if you just want to read the "
6042 "image or write access if you want to modify the image)."
6043 msgstr ""
6044
6045 # type: textblock
6046 #. type: textblock
6047 #: ../src/guestfs-actions.pod:157 ../fish/guestfish-actions.pod:101
6048 msgid "This call checks that C<filename> exists."
6049 msgstr ""
6050
6051 # type: textblock
6052 #. type: textblock
6053 #: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4211
6054 #: ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2827
6055 msgid "The optional arguments are:"
6056 msgstr ""
6057
6058 # type: =item
6059 #. type: =item
6060 #: ../src/guestfs-actions.pod:163 ../fish/guestfish-actions.pod:107
6061 msgid "C<readonly>"
6062 msgstr ""
6063
6064 # type: textblock
6065 #. type: textblock
6066 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:109
6067 msgid ""
6068 "If true then the image is treated as read-only.  Writes are still allowed, "
6069 "but they are stored in a temporary snapshot overlay which is discarded at "
6070 "the end.  The disk that you add is not modified."
6071 msgstr ""
6072
6073 # type: =item
6074 #. type: =item
6075 #: ../src/guestfs-actions.pod:169 ../fish/guestfish-actions.pod:113
6076 msgid "C<format>"
6077 msgstr ""
6078
6079 # type: textblock
6080 #. type: textblock
6081 #: ../src/guestfs-actions.pod:171
6082 msgid ""
6083 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6084 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6085 "Possible formats include C<raw> and C<qcow2>."
6086 msgstr ""
6087
6088 # type: textblock
6089 #. type: textblock
6090 #: ../src/guestfs-actions.pod:175 ../fish/guestfish-actions.pod:119
6091 msgid ""
6092 "Automatic detection of the format opens you up to a potential security hole "
6093 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6094 "RHBZ#642934.  Specifying the format closes this security hole."
6095 msgstr ""
6096
6097 # type: =item
6098 #. type: =item
6099 #: ../src/guestfs-actions.pod:180 ../fish/guestfish-actions.pod:124
6100 msgid "C<iface>"
6101 msgstr ""
6102
6103 # type: textblock
6104 #. type: textblock
6105 #: ../src/guestfs-actions.pod:182
6106 msgid ""
6107 "This rarely-used option lets you emulate the behaviour of the deprecated "
6108 "C<guestfs_add_drive_with_if> call (q.v.)"
6109 msgstr ""
6110
6111 # type: textblock
6112 #. type: textblock
6113 #: ../src/guestfs-actions.pod:189
6114 msgid "(Added in 1.5.23)"
6115 msgstr ""
6116
6117 # type: =head2
6118 #. type: =head2
6119 #: ../src/guestfs-actions.pod:191
6120 msgid "guestfs_add_drive_opts_va"
6121 msgstr ""
6122
6123 # type: verbatim
6124 #. type: verbatim
6125 #: ../src/guestfs-actions.pod:193
6126 #, no-wrap
6127 msgid ""
6128 " int\n"
6129 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6130 "                            const char *filename,\n"
6131 "                            va_list args);\n"
6132 "\n"
6133 msgstr ""
6134
6135 # type: textblock
6136 #. type: textblock
6137 #: ../src/guestfs-actions.pod:198
6138 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6139 msgstr ""
6140
6141 # type: =head2
6142 #. type: =head2
6143 #: ../src/guestfs-actions.pod:202
6144 msgid "guestfs_add_drive_opts_argv"
6145 msgstr ""
6146
6147 # type: verbatim
6148 #. type: verbatim
6149 #: ../src/guestfs-actions.pod:204
6150 #, no-wrap
6151 msgid ""
6152 " int\n"
6153 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6154 "                              const char *filename,\n"
6155 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6156 "\n"
6157 msgstr ""
6158
6159 # type: textblock
6160 #. type: textblock
6161 #: ../src/guestfs-actions.pod:209
6162 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6163 msgstr ""
6164
6165 # type: =head2
6166 #. type: =head2
6167 #: ../src/guestfs-actions.pod:213
6168 msgid "guestfs_add_drive_ro"
6169 msgstr ""
6170
6171 # type: verbatim
6172 #. type: verbatim
6173 #: ../src/guestfs-actions.pod:215
6174 #, no-wrap
6175 msgid ""
6176 " int\n"
6177 " guestfs_add_drive_ro (guestfs_h *g,\n"
6178 "                       const char *filename);\n"
6179 "\n"
6180 msgstr ""
6181
6182 # type: textblock
6183 #. type: textblock
6184 #: ../src/guestfs-actions.pod:219
6185 msgid ""
6186 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6187 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6188 "disk is added read-only, with the format being detected automatically."
6189 msgstr ""
6190
6191 # type: textblock
6192 #. type: textblock
6193 #: ../src/guestfs-actions.pod:226
6194 msgid "(Added in 1.0.38)"
6195 msgstr ""
6196
6197 # type: =head2
6198 #. type: =head2
6199 #: ../src/guestfs-actions.pod:228
6200 msgid "guestfs_add_drive_ro_with_if"
6201 msgstr ""
6202
6203 # type: verbatim
6204 #. type: verbatim
6205 #: ../src/guestfs-actions.pod:230
6206 #, no-wrap
6207 msgid ""
6208 " int\n"
6209 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6210 "                               const char *filename,\n"
6211 "                               const char *iface);\n"
6212 "\n"
6213 msgstr ""
6214
6215 # type: textblock
6216 #. type: textblock
6217 #: ../src/guestfs-actions.pod:235
6218 msgid ""
6219 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6220 "QEMU interface emulation to use at run time."
6221 msgstr ""
6222
6223 # type: textblock
6224 #. type: textblock
6225 #: ../src/guestfs-actions.pod:247 ../src/guestfs-actions.pod:268
6226 #: ../src/guestfs-actions.pod:2333
6227 msgid "(Added in 1.0.84)"
6228 msgstr ""
6229
6230 # type: =head2
6231 #. type: =head2
6232 #: ../src/guestfs-actions.pod:249
6233 msgid "guestfs_add_drive_with_if"
6234 msgstr ""
6235
6236 # type: verbatim
6237 #. type: verbatim
6238 #: ../src/guestfs-actions.pod:251
6239 #, no-wrap
6240 msgid ""
6241 " int\n"
6242 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6243 "                            const char *filename,\n"
6244 "                            const char *iface);\n"
6245 "\n"
6246 msgstr ""
6247
6248 # type: textblock
6249 #. type: textblock
6250 #: ../src/guestfs-actions.pod:256
6251 msgid ""
6252 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6253 "QEMU interface emulation to use at run time."
6254 msgstr ""
6255
6256 # type: =head2
6257 #. type: =head2
6258 #: ../src/guestfs-actions.pod:270
6259 msgid "guestfs_aug_clear"
6260 msgstr ""
6261
6262 # type: verbatim
6263 #. type: verbatim
6264 #: ../src/guestfs-actions.pod:272
6265 #, no-wrap
6266 msgid ""
6267 " int\n"
6268 " guestfs_aug_clear (guestfs_h *g,\n"
6269 "                    const char *augpath);\n"
6270 "\n"
6271 msgstr ""
6272
6273 # type: textblock
6274 #. type: textblock
6275 #: ../src/guestfs-actions.pod:276 ../fish/guestfish-actions.pod:176
6276 msgid ""
6277 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6278 "L<augtool(1)> C<clear> command."
6279 msgstr ""
6280
6281 # type: textblock
6282 #. type: textblock
6283 #: ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:2083
6284 msgid "(Added in 1.3.4)"
6285 msgstr ""
6286
6287 # type: =head2
6288 #. type: =head2
6289 #: ../src/guestfs-actions.pod:283
6290 msgid "guestfs_aug_close"
6291 msgstr ""
6292
6293 # type: verbatim
6294 #. type: verbatim
6295 #: ../src/guestfs-actions.pod:285
6296 #, no-wrap
6297 msgid ""
6298 " int\n"
6299 " guestfs_aug_close (guestfs_h *g);\n"
6300 "\n"
6301 msgstr ""
6302
6303 # type: textblock
6304 #. type: textblock
6305 #: ../src/guestfs-actions.pod:288
6306 msgid ""
6307 "Close the current Augeas handle and free up any resources used by it.  After "
6308 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6309 "any other Augeas functions."
6310 msgstr ""
6311
6312 # type: textblock
6313 #. type: textblock
6314 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:320
6315 #: ../src/guestfs-actions.pod:338 ../src/guestfs-actions.pod:352
6316 #: ../src/guestfs-actions.pod:410 ../src/guestfs-actions.pod:430
6317 #: ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:475
6318 #: ../src/guestfs-actions.pod:489 ../src/guestfs-actions.pod:503
6319 #: ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:535
6320 #: ../src/guestfs-actions.pod:5224
6321 msgid "(Added in 0.7)"
6322 msgstr ""
6323
6324 # type: =head2
6325 #. type: =head2
6326 #: ../src/guestfs-actions.pod:297
6327 msgid "guestfs_aug_defnode"
6328 msgstr ""
6329
6330 # type: verbatim
6331 #. type: verbatim
6332 #: ../src/guestfs-actions.pod:299
6333 #, no-wrap
6334 msgid ""
6335 " struct guestfs_int_bool *\n"
6336 " guestfs_aug_defnode (guestfs_h *g,\n"
6337 "                      const char *name,\n"
6338 "                      const char *expr,\n"
6339 "                      const char *val);\n"
6340 "\n"
6341 msgstr ""
6342
6343 # type: textblock
6344 #. type: textblock
6345 #: ../src/guestfs-actions.pod:305 ../fish/guestfish-actions.pod:192
6346 msgid ""
6347 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6348 msgstr ""
6349
6350 # type: textblock
6351 #. type: textblock
6352 #: ../src/guestfs-actions.pod:308
6353 msgid ""
6354 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6355 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6356 "containing that single node."
6357 msgstr ""
6358
6359 # type: textblock
6360 #. type: textblock
6361 #: ../src/guestfs-actions.pod:312 ../fish/guestfish-actions.pod:199
6362 msgid ""
6363 "On success this returns a pair containing the number of nodes in the "
6364 "nodeset, and a boolean flag if a node was created."
6365 msgstr ""
6366
6367 # type: textblock
6368 #. type: textblock
6369 #: ../src/guestfs-actions.pod:316
6370 msgid ""
6371 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6372 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6373 msgstr ""
6374
6375 # type: =head2
6376 #. type: =head2
6377 #: ../src/guestfs-actions.pod:322
6378 msgid "guestfs_aug_defvar"
6379 msgstr ""
6380
6381 # type: verbatim
6382 #. type: verbatim
6383 #: ../src/guestfs-actions.pod:324
6384 #, no-wrap
6385 msgid ""
6386 " int\n"
6387 " guestfs_aug_defvar (guestfs_h *g,\n"
6388 "                     const char *name,\n"
6389 "                     const char *expr);\n"
6390 "\n"
6391 msgstr ""
6392
6393 # type: textblock
6394 #. type: textblock
6395 #: ../src/guestfs-actions.pod:329 ../fish/guestfish-actions.pod:207
6396 msgid ""
6397 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6398 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6399 msgstr ""
6400
6401 # type: textblock
6402 #. type: textblock
6403 #: ../src/guestfs-actions.pod:333 ../fish/guestfish-actions.pod:211
6404 msgid ""
6405 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6406 "evaluates to something which is not a nodeset."
6407 msgstr ""
6408
6409 # type: =head2
6410 #. type: =head2
6411 #: ../src/guestfs-actions.pod:340
6412 msgid "guestfs_aug_get"
6413 msgstr ""
6414
6415 # type: verbatim
6416 #. type: verbatim
6417 #: ../src/guestfs-actions.pod:342
6418 #, no-wrap
6419 msgid ""
6420 " char *\n"
6421 " guestfs_aug_get (guestfs_h *g,\n"
6422 "                  const char *augpath);\n"
6423 "\n"
6424 msgstr ""
6425
6426 # type: textblock
6427 #. type: textblock
6428 #: ../src/guestfs-actions.pod:346 ../fish/guestfish-actions.pod:218
6429 msgid ""
6430 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6431 "node, the C<value> is returned."
6432 msgstr ""
6433
6434 # type: textblock
6435 #. type: textblock
6436 #: ../src/guestfs-actions.pod:349 ../src/guestfs-actions.pod:849
6437 #: ../src/guestfs-actions.pod:867 ../src/guestfs-actions.pod:927
6438 #: ../src/guestfs-actions.pod:943 ../src/guestfs-actions.pod:1046
6439 #: ../src/guestfs-actions.pod:1176 ../src/guestfs-actions.pod:1193
6440 #: ../src/guestfs-actions.pod:1212 ../src/guestfs-actions.pod:1341
6441 #: ../src/guestfs-actions.pod:1532 ../src/guestfs-actions.pod:1644
6442 #: ../src/guestfs-actions.pod:1807 ../src/guestfs-actions.pod:1824
6443 #: ../src/guestfs-actions.pod:1915 ../src/guestfs-actions.pod:1936
6444 #: ../src/guestfs-actions.pod:2106 ../src/guestfs-actions.pod:2298
6445 #: ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:2586
6446 #: ../src/guestfs-actions.pod:2634 ../src/guestfs-actions.pod:2744
6447 #: ../src/guestfs-actions.pod:2775 ../src/guestfs-actions.pod:2799
6448 #: ../src/guestfs-actions.pod:2861 ../src/guestfs-actions.pod:2884
6449 #: ../src/guestfs-actions.pod:3398 ../src/guestfs-actions.pod:3748
6450 #: ../src/guestfs-actions.pod:3918 ../src/guestfs-actions.pod:4028
6451 #: ../src/guestfs-actions.pod:4759 ../src/guestfs-actions.pod:4952
6452 #: ../src/guestfs-actions.pod:5122 ../src/guestfs-actions.pod:5300
6453 #: ../src/guestfs-actions.pod:5349 ../src/guestfs-actions.pod:5912
6454 #: ../src/guestfs-actions.pod:5928 ../src/guestfs-actions.pod:5945
6455 #: ../src/guestfs-actions.pod:5969 ../src/guestfs-actions.pod:6643
6456 #: ../src/guestfs-actions.pod:6662 ../src/guestfs-actions.pod:6680
6457 #: ../src/guestfs-actions.pod:6860 ../src/guestfs-actions.pod:7132
6458 msgid ""
6459 "This function returns a string, or NULL on error.  I<The caller must free "
6460 "the returned string after use>."
6461 msgstr ""
6462
6463 # type: =head2
6464 #. type: =head2
6465 #: ../src/guestfs-actions.pod:354
6466 msgid "guestfs_aug_init"
6467 msgstr ""
6468
6469 # type: verbatim
6470 #. type: verbatim
6471 #: ../src/guestfs-actions.pod:356
6472 #, no-wrap
6473 msgid ""
6474 " int\n"
6475 " guestfs_aug_init (guestfs_h *g,\n"
6476 "                   const char *root,\n"
6477 "                   int flags);\n"
6478 "\n"
6479 msgstr ""
6480
6481 # type: textblock
6482 #. type: textblock
6483 #: ../src/guestfs-actions.pod:361 ../fish/guestfish-actions.pod:225
6484 msgid ""
6485 "Create a new Augeas handle for editing configuration files.  If there was "
6486 "any previous Augeas handle associated with this guestfs session, then it is "
6487 "closed."
6488 msgstr ""
6489
6490 # type: textblock
6491 #. type: textblock
6492 #: ../src/guestfs-actions.pod:365
6493 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6494 msgstr ""
6495
6496 # type: textblock
6497 #. type: textblock
6498 #: ../src/guestfs-actions.pod:368 ../fish/guestfish-actions.pod:232
6499 msgid ""
6500 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6501 msgstr ""
6502
6503 # type: textblock
6504 #. type: textblock
6505 #: ../src/guestfs-actions.pod:371 ../fish/guestfish-actions.pod:235
6506 msgid ""
6507 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6508 "logical I<or> of the following integers:"
6509 msgstr ""
6510
6511 # type: =item
6512 #. type: =item
6513 #: ../src/guestfs-actions.pod:377 ../fish/guestfish-actions.pod:241
6514 msgid "C<AUG_SAVE_BACKUP> = 1"
6515 msgstr ""
6516
6517 # type: textblock
6518 #. type: textblock
6519 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:243
6520 msgid "Keep the original file with a C<.augsave> extension."
6521 msgstr ""
6522
6523 # type: =item
6524 #. type: =item
6525 #: ../src/guestfs-actions.pod:381 ../fish/guestfish-actions.pod:245
6526 msgid "C<AUG_SAVE_NEWFILE> = 2"
6527 msgstr ""
6528
6529 # type: textblock
6530 #. type: textblock
6531 #: ../src/guestfs-actions.pod:383 ../fish/guestfish-actions.pod:247
6532 msgid ""
6533 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6534 "original.  Overrides C<AUG_SAVE_BACKUP>."
6535 msgstr ""
6536
6537 # type: =item
6538 #. type: =item
6539 #: ../src/guestfs-actions.pod:386 ../fish/guestfish-actions.pod:250
6540 msgid "C<AUG_TYPE_CHECK> = 4"
6541 msgstr ""
6542
6543 # type: textblock
6544 #. type: textblock
6545 #: ../src/guestfs-actions.pod:388 ../fish/guestfish-actions.pod:252
6546 msgid "Typecheck lenses (can be expensive)."
6547 msgstr ""
6548
6549 # type: =item
6550 #. type: =item
6551 #: ../src/guestfs-actions.pod:390 ../fish/guestfish-actions.pod:254
6552 msgid "C<AUG_NO_STDINC> = 8"
6553 msgstr ""
6554
6555 # type: textblock
6556 #. type: textblock
6557 #: ../src/guestfs-actions.pod:392 ../fish/guestfish-actions.pod:256
6558 msgid "Do not use standard load path for modules."
6559 msgstr ""
6560
6561 # type: =item
6562 #. type: =item
6563 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:258
6564 msgid "C<AUG_SAVE_NOOP> = 16"
6565 msgstr ""
6566
6567 # type: textblock
6568 #. type: textblock
6569 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:260
6570 msgid "Make save a no-op, just record what would have been changed."
6571 msgstr ""
6572
6573 # type: =item
6574 #. type: =item
6575 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:262
6576 msgid "C<AUG_NO_LOAD> = 32"
6577 msgstr ""
6578
6579 # type: textblock
6580 #. type: textblock
6581 #: ../src/guestfs-actions.pod:400
6582 msgid "Do not load the tree in C<guestfs_aug_init>."
6583 msgstr ""
6584
6585 # type: textblock
6586 #. type: textblock
6587 #: ../src/guestfs-actions.pod:404
6588 msgid "To close the handle, you can call C<guestfs_aug_close>."
6589 msgstr ""
6590
6591 # type: textblock
6592 #. type: textblock
6593 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:270
6594 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6595 msgstr ""
6596
6597 # type: =head2
6598 #. type: =head2
6599 #: ../src/guestfs-actions.pod:412
6600 msgid "guestfs_aug_insert"
6601 msgstr ""
6602
6603 # type: verbatim
6604 #. type: verbatim
6605 #: ../src/guestfs-actions.pod:414
6606 #, no-wrap
6607 msgid ""
6608 " int\n"
6609 " guestfs_aug_insert (guestfs_h *g,\n"
6610 "                     const char *augpath,\n"
6611 "                     const char *label,\n"
6612 "                     int before);\n"
6613 "\n"
6614 msgstr ""
6615
6616 # type: textblock
6617 #. type: textblock
6618 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:276
6619 msgid ""
6620 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6621 "or after C<path> (depending on the boolean flag C<before>)."
6622 msgstr ""
6623
6624 # type: textblock
6625 #. type: textblock
6626 #: ../src/guestfs-actions.pod:424 ../fish/guestfish-actions.pod:280
6627 msgid ""
6628 "C<path> must match exactly one existing node in the tree, and C<label> must "
6629 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6630 msgstr ""
6631
6632 # type: =head2
6633 #. type: =head2
6634 #: ../src/guestfs-actions.pod:432
6635 msgid "guestfs_aug_load"
6636 msgstr ""
6637
6638 # type: verbatim
6639 #. type: verbatim
6640 #: ../src/guestfs-actions.pod:434
6641 #, no-wrap
6642 msgid ""
6643 " int\n"
6644 " guestfs_aug_load (guestfs_h *g);\n"
6645 "\n"
6646 msgstr ""
6647
6648 # type: textblock
6649 #. type: textblock
6650 #: ../src/guestfs-actions.pod:437 ../fish/guestfish-actions.pod:288
6651 msgid "Load files into the tree."
6652 msgstr ""
6653
6654 # type: textblock
6655 #. type: textblock
6656 #: ../src/guestfs-actions.pod:439 ../fish/guestfish-actions.pod:290
6657 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6658 msgstr ""
6659
6660 # type: =head2
6661 #. type: =head2
6662 #: ../src/guestfs-actions.pod:446
6663 msgid "guestfs_aug_ls"
6664 msgstr ""
6665
6666 # type: verbatim
6667 #. type: verbatim
6668 #: ../src/guestfs-actions.pod:448
6669 #, no-wrap
6670 msgid ""
6671 " char **\n"
6672 " guestfs_aug_ls (guestfs_h *g,\n"
6673 "                 const char *augpath);\n"
6674 "\n"
6675 msgstr ""
6676
6677 # type: textblock
6678 #. type: textblock
6679 #: ../src/guestfs-actions.pod:452
6680 msgid ""
6681 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6682 "sorting the resulting nodes into alphabetical order."
6683 msgstr ""
6684
6685 # type: textblock
6686 #. type: textblock
6687 #: ../src/guestfs-actions.pod:455 ../src/guestfs-actions.pod:471
6688 #: ../src/guestfs-actions.pod:617 ../src/guestfs-actions.pod:1065
6689 #: ../src/guestfs-actions.pod:1356 ../src/guestfs-actions.pod:1375
6690 #: ../src/guestfs-actions.pod:1478 ../src/guestfs-actions.pod:1497
6691 #: ../src/guestfs-actions.pod:1746 ../src/guestfs-actions.pod:2178
6692 #: ../src/guestfs-actions.pod:2194 ../src/guestfs-actions.pod:2213
6693 #: ../src/guestfs-actions.pod:2256 ../src/guestfs-actions.pod:2280
6694 #: ../src/guestfs-actions.pod:2351 ../src/guestfs-actions.pod:2400
6695 #: ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2818
6696 #: ../src/guestfs-actions.pod:3033 ../src/guestfs-actions.pod:3318
6697 #: ../src/guestfs-actions.pod:3380 ../src/guestfs-actions.pod:3485
6698 #: ../src/guestfs-actions.pod:3890 ../src/guestfs-actions.pod:4574
6699 #: ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5220
6700 #: ../src/guestfs-actions.pod:5334 ../src/guestfs-actions.pod:5985
6701 #: ../src/guestfs-actions.pod:6046 ../src/guestfs-actions.pod:6101
6702 #: ../src/guestfs-actions.pod:6247 ../src/guestfs-actions.pod:6271
6703 #: ../src/guestfs-actions.pod:6753 ../src/guestfs-actions.pod:6773
6704 #: ../src/guestfs-actions.pod:6820 ../src/guestfs-actions.pod:6985
6705 #: ../src/guestfs-actions.pod:7004 ../src/guestfs-actions.pod:7089
6706 #: ../src/guestfs-actions.pod:7108 ../src/guestfs-actions.pod:7154
6707 #: ../src/guestfs-actions.pod:7173
6708 msgid ""
6709 "This function returns a NULL-terminated array of strings (like L<environ(3)"
6710 ">), or NULL if there was an error.  I<The caller must free the strings and "
6711 "the array after use>."
6712 msgstr ""
6713
6714 # type: textblock
6715 #. type: textblock
6716 #: ../src/guestfs-actions.pod:459 ../src/guestfs-actions.pod:990
6717 #: ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1413
6718 #: ../src/guestfs-actions.pod:3111 ../src/guestfs-actions.pod:3142
6719 #: ../src/guestfs-actions.pod:3731 ../src/guestfs-actions.pod:3781
6720 #: ../src/guestfs-actions.pod:3968 ../src/guestfs-actions.pod:4001
6721 #: ../src/guestfs-actions.pod:4164 ../src/guestfs-actions.pod:4578
6722 #: ../src/guestfs-actions.pod:5035 ../src/guestfs-actions.pod:5413
6723 #: ../src/guestfs-actions.pod:5427 ../src/guestfs-actions.pod:5439
6724 #: ../src/guestfs-actions.pod:5847 ../src/guestfs-actions.pod:6485
6725 #: ../src/guestfs-actions.pod:6498 ../src/guestfs-actions.pod:6737
6726 #: ../src/guestfs-actions.pod:6973
6727 msgid "(Added in 0.8)"
6728 msgstr ""
6729
6730 # type: =head2
6731 #. type: =head2
6732 #: ../src/guestfs-actions.pod:461
6733 msgid "guestfs_aug_match"
6734 msgstr ""
6735
6736 # type: verbatim
6737 #. type: verbatim
6738 #: ../src/guestfs-actions.pod:463
6739 #, no-wrap
6740 msgid ""
6741 " char **\n"
6742 " guestfs_aug_match (guestfs_h *g,\n"
6743 "                    const char *augpath);\n"
6744 "\n"
6745 msgstr ""
6746
6747 # type: textblock
6748 #. type: textblock
6749 #: ../src/guestfs-actions.pod:467 ../fish/guestfish-actions.pod:304
6750 msgid ""
6751 "Returns a list of paths which match the path expression C<path>.  The "
6752 "returned paths are sufficiently qualified so that they match exactly one "
6753 "node in the current tree."
6754 msgstr ""
6755
6756 # type: =head2
6757 #. type: =head2
6758 #: ../src/guestfs-actions.pod:477
6759 msgid "guestfs_aug_mv"
6760 msgstr ""
6761
6762 # type: verbatim
6763 #. type: verbatim
6764 #: ../src/guestfs-actions.pod:479
6765 #, no-wrap
6766 msgid ""
6767 " int\n"
6768 " guestfs_aug_mv (guestfs_h *g,\n"
6769 "                 const char *src,\n"
6770 "                 const char *dest);\n"
6771 "\n"
6772 msgstr ""
6773
6774 # type: textblock
6775 #. type: textblock
6776 #: ../src/guestfs-actions.pod:484 ../fish/guestfish-actions.pod:312
6777 msgid ""
6778 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6779 "C<dest> is overwritten if it exists."
6780 msgstr ""
6781
6782 # type: =head2
6783 #. type: =head2
6784 #: ../src/guestfs-actions.pod:491
6785 msgid "guestfs_aug_rm"
6786 msgstr ""
6787
6788 # type: verbatim
6789 #. type: verbatim
6790 #: ../src/guestfs-actions.pod:493
6791 #, no-wrap
6792 msgid ""
6793 " int\n"
6794 " guestfs_aug_rm (guestfs_h *g,\n"
6795 "                 const char *augpath);\n"
6796 "\n"
6797 msgstr ""
6798
6799 # type: textblock
6800 #. type: textblock
6801 #: ../src/guestfs-actions.pod:497 ../fish/guestfish-actions.pod:319
6802 msgid "Remove C<path> and all of its children."
6803 msgstr ""
6804
6805 # type: textblock
6806 #. type: textblock
6807 #: ../src/guestfs-actions.pod:499 ../fish/guestfish-actions.pod:321
6808 msgid "On success this returns the number of entries which were removed."
6809 msgstr ""
6810
6811 # type: =head2
6812 #. type: =head2
6813 #: ../src/guestfs-actions.pod:505
6814 msgid "guestfs_aug_save"
6815 msgstr ""
6816
6817 # type: verbatim
6818 #. type: verbatim
6819 #: ../src/guestfs-actions.pod:507
6820 #, no-wrap
6821 msgid ""
6822 " int\n"
6823 " guestfs_aug_save (guestfs_h *g);\n"
6824 "\n"
6825 msgstr ""
6826
6827 # type: textblock
6828 #. type: textblock
6829 #: ../src/guestfs-actions.pod:510 ../fish/guestfish-actions.pod:327
6830 msgid "This writes all pending changes to disk."
6831 msgstr ""
6832
6833 # type: textblock
6834 #. type: textblock
6835 #: ../src/guestfs-actions.pod:512
6836 msgid ""
6837 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6838 "are saved."
6839 msgstr ""
6840
6841 # type: =head2
6842 #. type: =head2
6843 #: ../src/guestfs-actions.pod:519
6844 msgid "guestfs_aug_set"
6845 msgstr ""
6846
6847 # type: verbatim
6848 #. type: verbatim
6849 #: ../src/guestfs-actions.pod:521
6850 #, no-wrap
6851 msgid ""
6852 " int\n"
6853 " guestfs_aug_set (guestfs_h *g,\n"
6854 "                  const char *augpath,\n"
6855 "                  const char *val);\n"
6856 "\n"
6857 msgstr ""
6858
6859 # type: textblock
6860 #. type: textblock
6861 #: ../src/guestfs-actions.pod:526 ../fish/guestfish-actions.pod:336
6862 msgid "Set the value associated with C<path> to C<val>."
6863 msgstr ""
6864
6865 # type: textblock
6866 #. type: textblock
6867 #: ../src/guestfs-actions.pod:528
6868 msgid ""
6869 "In the Augeas API, it is possible to clear a node by setting the value to "
6870 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6871 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6872 msgstr ""
6873
6874 # type: =head2
6875 #. type: =head2
6876 #: ../src/guestfs-actions.pod:537
6877 msgid "guestfs_available"
6878 msgstr ""
6879
6880 # type: verbatim
6881 #. type: verbatim
6882 #: ../src/guestfs-actions.pod:539
6883 #, no-wrap
6884 msgid ""
6885 " int\n"
6886 " guestfs_available (guestfs_h *g,\n"
6887 "                    char *const *groups);\n"
6888 "\n"
6889 msgstr ""
6890
6891 # type: textblock
6892 #. type: textblock
6893 #: ../src/guestfs-actions.pod:543 ../fish/guestfish-actions.pod:347
6894 msgid ""
6895 "This command is used to check the availability of some groups of "
6896 "functionality in the appliance, which not all builds of the libguestfs "
6897 "appliance will be able to provide."
6898 msgstr ""
6899
6900 # type: textblock
6901 #. type: textblock
6902 #: ../src/guestfs-actions.pod:547
6903 msgid ""
6904 "The libguestfs groups, and the functions that those groups correspond to, "
6905 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6906 "runtime by calling C<guestfs_available_all_groups>."
6907 msgstr ""
6908
6909 # type: textblock
6910 #. type: textblock
6911 #: ../src/guestfs-actions.pod:552 ../fish/guestfish-actions.pod:356
6912 msgid ""
6913 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
6914 "\"]> would check for the availability of the Linux inotify functions and "
6915 "Augeas (configuration file editing) functions."
6916 msgstr ""
6917
6918 # type: textblock
6919 #. type: textblock
6920 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:361
6921 msgid "The command returns no error if I<all> requested groups are available."
6922 msgstr ""
6923
6924 # type: textblock
6925 #. type: textblock
6926 #: ../src/guestfs-actions.pod:559 ../fish/guestfish-actions.pod:363
6927 msgid ""
6928 "It fails with an error if one or more of the requested groups is unavailable "
6929 "in the appliance."
6930 msgstr ""
6931
6932 # type: textblock
6933 #. type: textblock
6934 #: ../src/guestfs-actions.pod:562 ../fish/guestfish-actions.pod:366
6935 msgid ""
6936 "If an unknown group name is included in the list of groups then an error is "
6937 "always returned."
6938 msgstr ""
6939
6940 # type: textblock
6941 #. type: textblock
6942 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:369
6943 msgid "I<Notes:>"
6944 msgstr ""
6945
6946 # type: textblock
6947 #. type: textblock
6948 #: ../src/guestfs-actions.pod:571
6949 msgid "You must call C<guestfs_launch> before calling this function."
6950 msgstr ""
6951
6952 # type: textblock
6953 #. type: textblock
6954 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:377
6955 msgid ""
6956 "The reason is because we don't know what groups are supported by the "
6957 "appliance/daemon until it is running and can be queried."
6958 msgstr ""
6959
6960 # type: textblock
6961 #. type: textblock
6962 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:383
6963 msgid ""
6964 "If a group of functions is available, this does not necessarily mean that "
6965 "they will work.  You still have to check for errors when calling individual "
6966 "API functions even if they are available."
6967 msgstr ""
6968
6969 # type: textblock
6970 #. type: textblock
6971 #: ../src/guestfs-actions.pod:586 ../fish/guestfish-actions.pod:390
6972 msgid ""
6973 "It is usually the job of distro packagers to build complete functionality "
6974 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6975 "with all requirements satisfied, will support everything."
6976 msgstr ""
6977
6978 # type: textblock
6979 #. type: textblock
6980 #: ../src/guestfs-actions.pod:593
6981 msgid ""
6982 "This call was added in version C<1.0.80>.  In previous versions of "
6983 "libguestfs all you could do would be to speculatively execute a command to "
6984 "find out if the daemon implemented it.  See also C<guestfs_version>."
6985 msgstr ""
6986
6987 # type: textblock
6988 #. type: textblock
6989 #: ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:1163
6990 msgid "(Added in 1.0.80)"
6991 msgstr ""
6992
6993 # type: =head2
6994 #. type: =head2
6995 #: ../src/guestfs-actions.pod:604
6996 msgid "guestfs_available_all_groups"
6997 msgstr ""
6998
6999 # type: verbatim
7000 #. type: verbatim
7001 #: ../src/guestfs-actions.pod:606
7002 #, no-wrap
7003 msgid ""
7004 " char **\n"
7005 " guestfs_available_all_groups (guestfs_h *g);\n"
7006 "\n"
7007 msgstr ""
7008
7009 # type: textblock
7010 #. type: textblock
7011 #: ../src/guestfs-actions.pod:609
7012 msgid ""
7013 "This command returns a list of all optional groups that this daemon knows "
7014 "about.  Note this returns both supported and unsupported groups.  To find "
7015 "out which ones the daemon can actually support you have to call "
7016 "C<guestfs_available> on each member of the returned list."
7017 msgstr ""
7018
7019 # type: textblock
7020 #. type: textblock
7021 #: ../src/guestfs-actions.pod:615
7022 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
7023 msgstr ""
7024
7025 # type: textblock
7026 #. type: textblock
7027 #: ../src/guestfs-actions.pod:621
7028 msgid "(Added in 1.3.15)"
7029 msgstr ""
7030
7031 # type: =head2
7032 #. type: =head2
7033 #: ../src/guestfs-actions.pod:623
7034 msgid "guestfs_base64_in"
7035 msgstr ""
7036
7037 # type: verbatim
7038 #. type: verbatim
7039 #: ../src/guestfs-actions.pod:625
7040 #, no-wrap
7041 msgid ""
7042 " int\n"
7043 " guestfs_base64_in (guestfs_h *g,\n"
7044 "                    const char *base64file,\n"
7045 "                    const char *filename);\n"
7046 "\n"
7047 msgstr ""
7048
7049 # type: textblock
7050 #. type: textblock
7051 #: ../src/guestfs-actions.pod:630 ../fish/guestfish-actions.pod:420
7052 msgid ""
7053 "This command uploads base64-encoded data from C<base64file> to C<filename>."
7054 msgstr ""
7055
7056 # type: textblock
7057 #. type: textblock
7058 #: ../src/guestfs-actions.pod:635 ../src/guestfs-actions.pod:649
7059 msgid "(Added in 1.3.5)"
7060 msgstr ""
7061
7062 # type: =head2
7063 #. type: =head2
7064 #: ../src/guestfs-actions.pod:637
7065 msgid "guestfs_base64_out"
7066 msgstr ""
7067
7068 # type: verbatim
7069 #. type: verbatim
7070 #: ../src/guestfs-actions.pod:639
7071 #, no-wrap
7072 msgid ""
7073 " int\n"
7074 " guestfs_base64_out (guestfs_h *g,\n"
7075 "                     const char *filename,\n"
7076 "                     const char *base64file);\n"
7077 "\n"
7078 msgstr ""
7079
7080 # type: textblock
7081 #. type: textblock
7082 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:429
7083 msgid ""
7084 "This command downloads the contents of C<filename>, writing it out to local "
7085 "file C<base64file> encoded as base64."
7086 msgstr ""
7087
7088 # type: =head2
7089 #. type: =head2
7090 #: ../src/guestfs-actions.pod:651
7091 msgid "guestfs_blockdev_flushbufs"
7092 msgstr ""
7093
7094 # type: verbatim
7095 #. type: verbatim
7096 #: ../src/guestfs-actions.pod:653
7097 #, no-wrap
7098 msgid ""
7099 " int\n"
7100 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7101 "                             const char *device);\n"
7102 "\n"
7103 msgstr ""
7104
7105 # type: textblock
7106 #. type: textblock
7107 #: ../src/guestfs-actions.pod:657 ../fish/guestfish-actions.pod:438
7108 msgid ""
7109 "This tells the kernel to flush internal buffers associated with C<device>."
7110 msgstr ""
7111
7112 # type: textblock
7113 #. type: textblock
7114 #: ../src/guestfs-actions.pod:660 ../src/guestfs-actions.pod:677
7115 #: ../src/guestfs-actions.pod:692 ../src/guestfs-actions.pod:708
7116 #: ../src/guestfs-actions.pod:726 ../src/guestfs-actions.pod:745
7117 #: ../src/guestfs-actions.pod:759 ../src/guestfs-actions.pod:777
7118 #: ../src/guestfs-actions.pod:791 ../src/guestfs-actions.pod:805
7119 #: ../fish/guestfish-actions.pod:441 ../fish/guestfish-actions.pod:452
7120 #: ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:471
7121 #: ../fish/guestfish-actions.pod:483 ../fish/guestfish-actions.pod:496
7122 #: ../fish/guestfish-actions.pod:504 ../fish/guestfish-actions.pod:515
7123 #: ../fish/guestfish-actions.pod:523 ../fish/guestfish-actions.pod:531
7124 msgid "This uses the L<blockdev(8)> command."
7125 msgstr ""
7126
7127 # type: textblock
7128 #. type: textblock
7129 #: ../src/guestfs-actions.pod:664 ../src/guestfs-actions.pod:681
7130 #: ../src/guestfs-actions.pod:696 ../src/guestfs-actions.pod:712
7131 #: ../src/guestfs-actions.pod:730 ../src/guestfs-actions.pod:749
7132 #: ../src/guestfs-actions.pod:763 ../src/guestfs-actions.pod:781
7133 #: ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:809
7134 msgid "(Added in 0.9.3)"
7135 msgstr ""
7136
7137 # type: =head2
7138 #. type: =head2
7139 #: ../src/guestfs-actions.pod:666
7140 msgid "guestfs_blockdev_getbsz"
7141 msgstr ""
7142
7143 # type: verbatim
7144 #. type: verbatim
7145 #: ../src/guestfs-actions.pod:668
7146 #, no-wrap
7147 msgid ""
7148 " int\n"
7149 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7150 "                          const char *device);\n"
7151 "\n"
7152 msgstr ""
7153
7154 # type: textblock
7155 #. type: textblock
7156 #: ../src/guestfs-actions.pod:672 ../fish/guestfish-actions.pod:447
7157 msgid "This returns the block size of a device."
7158 msgstr ""
7159
7160 # type: textblock
7161 #. type: textblock
7162 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:774
7163 #: ../fish/guestfish-actions.pod:449 ../fish/guestfish-actions.pod:512
7164 msgid ""
7165 "(Note this is different from both I<size in blocks> and I<filesystem block "
7166 "size>)."
7167 msgstr ""
7168
7169 # type: =head2
7170 #. type: =head2
7171 #: ../src/guestfs-actions.pod:683
7172 msgid "guestfs_blockdev_getro"
7173 msgstr ""
7174
7175 # type: verbatim
7176 #. type: verbatim
7177 #: ../src/guestfs-actions.pod:685
7178 #, no-wrap
7179 msgid ""
7180 " int\n"
7181 " guestfs_blockdev_getro (guestfs_h *g,\n"
7182 "                         const char *device);\n"
7183 "\n"
7184 msgstr ""
7185
7186 # type: textblock
7187 #. type: textblock
7188 #: ../src/guestfs-actions.pod:689 ../fish/guestfish-actions.pod:458
7189 msgid ""
7190 "Returns a boolean indicating if the block device is read-only (true if read-"
7191 "only, false if not)."
7192 msgstr ""
7193
7194 # type: textblock
7195 #. type: textblock
7196 #: ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:1396
7197 #: ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:1891
7198 #: ../src/guestfs-actions.pod:1902 ../src/guestfs-actions.pod:1974
7199 #: ../src/guestfs-actions.pod:2029 ../src/guestfs-actions.pod:2044
7200 #: ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2092
7201 #: ../src/guestfs-actions.pod:3050 ../src/guestfs-actions.pod:3064
7202 #: ../src/guestfs-actions.pod:3079 ../src/guestfs-actions.pod:3093
7203 #: ../src/guestfs-actions.pod:3109 ../src/guestfs-actions.pod:3124
7204 #: ../src/guestfs-actions.pod:3140 ../src/guestfs-actions.pod:3154
7205 #: ../src/guestfs-actions.pod:3167 ../src/guestfs-actions.pod:3181
7206 #: ../src/guestfs-actions.pod:3196 ../src/guestfs-actions.pod:3211
7207 #: ../src/guestfs-actions.pod:4723
7208 msgid "This function returns a C truth value on success or -1 on error."
7209 msgstr ""
7210
7211 # type: =head2
7212 #. type: =head2
7213 #: ../src/guestfs-actions.pod:698
7214 msgid "guestfs_blockdev_getsize64"
7215 msgstr ""
7216
7217 # type: verbatim
7218 #. type: verbatim
7219 #: ../src/guestfs-actions.pod:700
7220 #, no-wrap
7221 msgid ""
7222 " int64_t\n"
7223 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7224 "                             const char *device);\n"
7225 "\n"
7226 msgstr ""
7227
7228 # type: textblock
7229 #. type: textblock
7230 #: ../src/guestfs-actions.pod:704 ../fish/guestfish-actions.pod:467
7231 msgid "This returns the size of the device in bytes."
7232 msgstr ""
7233
7234 # type: textblock
7235 #. type: textblock
7236 #: ../src/guestfs-actions.pod:706
7237 msgid "See also C<guestfs_blockdev_getsz>."
7238 msgstr ""
7239
7240 # type: =head2
7241 #. type: =head2
7242 #: ../src/guestfs-actions.pod:714
7243 msgid "guestfs_blockdev_getss"
7244 msgstr ""
7245
7246 # type: verbatim
7247 #. type: verbatim
7248 #: ../src/guestfs-actions.pod:716
7249 #, no-wrap
7250 msgid ""
7251 " int\n"
7252 " guestfs_blockdev_getss (guestfs_h *g,\n"
7253 "                         const char *device);\n"
7254 "\n"
7255 msgstr ""
7256
7257 # type: textblock
7258 #. type: textblock
7259 #: ../src/guestfs-actions.pod:720 ../fish/guestfish-actions.pod:477
7260 msgid ""
7261 "This returns the size of sectors on a block device.  Usually 512, but can be "
7262 "larger for modern devices."
7263 msgstr ""
7264
7265 # type: textblock
7266 #. type: textblock
7267 #: ../src/guestfs-actions.pod:723
7268 msgid ""
7269 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7270 "that)."
7271 msgstr ""
7272
7273 # type: =head2
7274 #. type: =head2
7275 #: ../src/guestfs-actions.pod:732
7276 msgid "guestfs_blockdev_getsz"
7277 msgstr ""
7278
7279 # type: verbatim
7280 #. type: verbatim
7281 #: ../src/guestfs-actions.pod:734
7282 #, no-wrap
7283 msgid ""
7284 " int64_t\n"
7285 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7286 "                         const char *device);\n"
7287 "\n"
7288 msgstr ""
7289
7290 # type: textblock
7291 #. type: textblock
7292 #: ../src/guestfs-actions.pod:738 ../fish/guestfish-actions.pod:489
7293 msgid ""
7294 "This returns the size of the device in units of 512-byte sectors (even if "
7295 "the sectorsize isn't 512 bytes ... weird)."
7296 msgstr ""
7297
7298 # type: textblock
7299 #. type: textblock
7300 #: ../src/guestfs-actions.pod:741
7301 msgid ""
7302 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7303 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7304 msgstr ""
7305
7306 # type: =head2
7307 #. type: =head2
7308 #: ../src/guestfs-actions.pod:751
7309 msgid "guestfs_blockdev_rereadpt"
7310 msgstr ""
7311
7312 # type: verbatim
7313 #. type: verbatim
7314 #: ../src/guestfs-actions.pod:753
7315 #, no-wrap
7316 msgid ""
7317 " int\n"
7318 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7319 "                            const char *device);\n"
7320 "\n"
7321 msgstr ""
7322
7323 # type: textblock
7324 #. type: textblock
7325 #: ../src/guestfs-actions.pod:757 ../fish/guestfish-actions.pod:502
7326 msgid "Reread the partition table on C<device>."
7327 msgstr ""
7328
7329 # type: =head2
7330 #. type: =head2
7331 #: ../src/guestfs-actions.pod:765
7332 msgid "guestfs_blockdev_setbsz"
7333 msgstr ""
7334
7335 # type: verbatim
7336 #. type: verbatim
7337 #: ../src/guestfs-actions.pod:767
7338 #, no-wrap
7339 msgid ""
7340 " int\n"
7341 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7342 "                          const char *device,\n"
7343 "                          int blocksize);\n"
7344 "\n"
7345 msgstr ""
7346
7347 # type: textblock
7348 #. type: textblock
7349 #: ../src/guestfs-actions.pod:772 ../fish/guestfish-actions.pod:510
7350 msgid "This sets the block size of a device."
7351 msgstr ""
7352
7353 # type: =head2
7354 #. type: =head2
7355 #: ../src/guestfs-actions.pod:783
7356 msgid "guestfs_blockdev_setro"
7357 msgstr ""
7358
7359 # type: verbatim
7360 #. type: verbatim
7361 #: ../src/guestfs-actions.pod:785
7362 #, no-wrap
7363 msgid ""
7364 " int\n"
7365 " guestfs_blockdev_setro (guestfs_h *g,\n"
7366 "                         const char *device);\n"
7367 "\n"
7368 msgstr ""
7369
7370 # type: textblock
7371 #. type: textblock
7372 #: ../src/guestfs-actions.pod:789 ../fish/guestfish-actions.pod:521
7373 msgid "Sets the block device named C<device> to read-only."
7374 msgstr ""
7375
7376 # type: =head2
7377 #. type: =head2
7378 #: ../src/guestfs-actions.pod:797
7379 msgid "guestfs_blockdev_setrw"
7380 msgstr ""
7381
7382 # type: verbatim
7383 #. type: verbatim
7384 #: ../src/guestfs-actions.pod:799
7385 #, no-wrap
7386 msgid ""
7387 " int\n"
7388 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7389 "                         const char *device);\n"
7390 "\n"
7391 msgstr ""
7392
7393 # type: textblock
7394 #. type: textblock
7395 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:529
7396 msgid "Sets the block device named C<device> to read-write."
7397 msgstr ""
7398
7399 # type: =head2
7400 #. type: =head2
7401 #: ../src/guestfs-actions.pod:811
7402 msgid "guestfs_case_sensitive_path"
7403 msgstr ""
7404
7405 # type: verbatim
7406 #. type: verbatim
7407 #: ../src/guestfs-actions.pod:813
7408 #, no-wrap
7409 msgid ""
7410 " char *\n"
7411 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7412 "                              const char *path);\n"
7413 "\n"
7414 msgstr ""
7415
7416 # type: textblock
7417 #. type: textblock
7418 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:537
7419 msgid ""
7420 "This can be used to resolve case insensitive paths on a filesystem which is "
7421 "case sensitive.  The use case is to resolve paths which you have read from "
7422 "Windows configuration files or the Windows Registry, to the true path."
7423 msgstr ""
7424
7425 # type: textblock
7426 #. type: textblock
7427 #: ../src/guestfs-actions.pod:822 ../fish/guestfish-actions.pod:542
7428 msgid ""
7429 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7430 "(and probably others), which is that although the underlying filesystem is "
7431 "case-insensitive, the driver exports the filesystem to Linux as case-"
7432 "sensitive."
7433 msgstr ""
7434
7435 # type: textblock
7436 #. type: textblock
7437 #: ../src/guestfs-actions.pod:827 ../fish/guestfish-actions.pod:547
7438 msgid ""
7439 "One consequence of this is that special directories such as C<c:\\windows> "
7440 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7441 "precise details of how they were created.  In Windows itself this would not "
7442 "be a problem."
7443 msgstr ""
7444
7445 # type: textblock
7446 #. type: textblock
7447 #: ../src/guestfs-actions.pod:833 ../fish/guestfish-actions.pod:553
7448 msgid ""
7449 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
7450 "#posixfilenames1>"
7451 msgstr ""
7452
7453 # type: textblock
7454 #. type: textblock
7455 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:556
7456 msgid ""
7457 "This function resolves the true case of each element in the path and returns "
7458 "the case-sensitive path."
7459 msgstr ""
7460
7461 # type: textblock
7462 #. type: textblock
7463 #: ../src/guestfs-actions.pod:839
7464 msgid ""
7465 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
7466 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7467 "how the directories were originally created under Windows)."
7468 msgstr ""
7469
7470 # type: textblock
7471 #. type: textblock
7472 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:564
7473 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7474 msgstr ""
7475
7476 # type: textblock
7477 #. type: textblock
7478 #: ../src/guestfs-actions.pod:847
7479 msgid "See also C<guestfs_realpath>."
7480 msgstr ""
7481
7482 # type: textblock
7483 #. type: textblock
7484 #: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6665
7485 msgid "(Added in 1.0.75)"
7486 msgstr ""
7487
7488 # type: =head2
7489 #. type: =head2
7490 #: ../src/guestfs-actions.pod:854
7491 msgid "guestfs_cat"
7492 msgstr ""
7493
7494 # type: verbatim
7495 #. type: verbatim
7496 #: ../src/guestfs-actions.pod:856
7497 #, no-wrap
7498 msgid ""
7499 " char *\n"
7500 " guestfs_cat (guestfs_h *g,\n"
7501 "              const char *path);\n"
7502 "\n"
7503 msgstr ""
7504
7505 # type: textblock
7506 #. type: textblock
7507 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:5210
7508 #: ../fish/guestfish-actions.pod:573 ../fish/guestfish-actions.pod:3462
7509 msgid "Return the contents of the file named C<path>."
7510 msgstr ""
7511
7512 # type: textblock
7513 #. type: textblock
7514 #: ../src/guestfs-actions.pod:862
7515 msgid ""
7516 "Note that this function cannot correctly handle binary files (specifically, "
7517 "files containing C<\\0> character which is treated as end of string).  For "
7518 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7519 "functions which have a more complex interface."
7520 msgstr ""
7521
7522 # type: textblock
7523 #. type: textblock
7524 #: ../src/guestfs-actions.pod:870 ../src/guestfs-actions.pod:1049
7525 #: ../src/guestfs-actions.pod:1069 ../src/guestfs-actions.pod:1360
7526 #: ../src/guestfs-actions.pod:1379 ../src/guestfs-actions.pod:1482
7527 #: ../src/guestfs-actions.pod:1501 ../src/guestfs-actions.pod:1750
7528 #: ../src/guestfs-actions.pod:2198 ../src/guestfs-actions.pod:2217
7529 #: ../src/guestfs-actions.pod:2260 ../src/guestfs-actions.pod:2284
7530 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:2330
7531 #: ../src/guestfs-actions.pod:4992 ../src/guestfs-actions.pod:5018
7532 #: ../src/guestfs-actions.pod:5149 ../src/guestfs-actions.pod:5175
7533 #: ../src/guestfs-actions.pod:5199 ../src/guestfs-actions.pod:6050
7534 #: ../src/guestfs-actions.pod:6105 ../src/guestfs-actions.pod:6251
7535 #: ../src/guestfs-actions.pod:6275 ../src/guestfs-actions.pod:6937
7536 #: ../src/guestfs-actions.pod:6963 ../src/guestfs-actions.pod:6989
7537 #: ../src/guestfs-actions.pod:7008 ../src/guestfs-actions.pod:7093
7538 #: ../src/guestfs-actions.pod:7112 ../src/guestfs-actions.pod:7158
7539 #: ../src/guestfs-actions.pod:7177 ../fish/guestfish-actions.pod:580
7540 #: ../fish/guestfish-actions.pod:715 ../fish/guestfish-actions.pod:727
7541 #: ../fish/guestfish-actions.pod:903 ../fish/guestfish-actions.pod:913
7542 #: ../fish/guestfish-actions.pod:980 ../fish/guestfish-actions.pod:990
7543 #: ../fish/guestfish-actions.pod:1185 ../fish/guestfish-actions.pod:1480
7544 #: ../fish/guestfish-actions.pod:1490 ../fish/guestfish-actions.pod:1518
7545 #: ../fish/guestfish-actions.pod:1533 ../fish/guestfish-actions.pod:1543
7546 #: ../fish/guestfish-actions.pod:1562 ../fish/guestfish-actions.pod:3332
7547 #: ../fish/guestfish-actions.pod:3347 ../fish/guestfish-actions.pod:3423
7548 #: ../fish/guestfish-actions.pod:3440 ../fish/guestfish-actions.pod:3455
7549 #: ../fish/guestfish-actions.pod:4038 ../fish/guestfish-actions.pod:4084
7550 #: ../fish/guestfish-actions.pod:4169 ../fish/guestfish-actions.pod:4184
7551 #: ../fish/guestfish-actions.pod:4594 ../fish/guestfish-actions.pod:4612
7552 #: ../fish/guestfish-actions.pod:4629 ../fish/guestfish-actions.pod:4639
7553 #: ../fish/guestfish-actions.pod:4687 ../fish/guestfish-actions.pod:4697
7554 #: ../fish/guestfish-actions.pod:4726 ../fish/guestfish-actions.pod:4736
7555 msgid ""
7556 "Because of the message protocol, there is a transfer limit of somewhere "
7557 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7558 msgstr ""
7559
7560 # type: textblock
7561 #. type: textblock
7562 #: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3322
7563 #: ../src/guestfs-actions.pod:3384 ../src/guestfs-actions.pod:3401
7564 #: ../src/guestfs-actions.pod:3489 ../src/guestfs-actions.pod:3894
7565 #: ../src/guestfs-actions.pod:3908 ../src/guestfs-actions.pod:5098
7566 #: ../src/guestfs-actions.pod:5112 ../src/guestfs-actions.pod:6824
7567 #: ../src/guestfs-actions.pod:6838
7568 msgid "(Added in 0.4)"
7569 msgstr ""
7570
7571 # type: =head2
7572 #. type: =head2
7573 #: ../src/guestfs-actions.pod:875
7574 msgid "guestfs_checksum"
7575 msgstr ""
7576
7577 # type: verbatim
7578 #. type: verbatim
7579 #: ../src/guestfs-actions.pod:877
7580 #, no-wrap
7581 msgid ""
7582 " char *\n"
7583 " guestfs_checksum (guestfs_h *g,\n"
7584 "                   const char *csumtype,\n"
7585 "                   const char *path);\n"
7586 "\n"
7587 msgstr ""
7588
7589 # type: textblock
7590 #. type: textblock
7591 #: ../src/guestfs-actions.pod:882 ../fish/guestfish-actions.pod:587
7592 msgid ""
7593 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7594 msgstr ""
7595
7596 # type: textblock
7597 #. type: textblock
7598 #: ../src/guestfs-actions.pod:885 ../fish/guestfish-actions.pod:590
7599 msgid ""
7600 "The type of checksum to compute is given by the C<csumtype> parameter which "
7601 "must have one of the following values:"
7602 msgstr ""
7603
7604 # type: =item
7605 #. type: =item
7606 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:595
7607 msgid "C<crc>"
7608 msgstr ""
7609
7610 # type: textblock
7611 #. type: textblock
7612 #: ../src/guestfs-actions.pod:892 ../fish/guestfish-actions.pod:597
7613 msgid ""
7614 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7615 "C<cksum> command."
7616 msgstr ""
7617
7618 # type: =item
7619 #. type: =item
7620 #: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:600
7621 msgid "C<md5>"
7622 msgstr ""
7623
7624 # type: textblock
7625 #. type: textblock
7626 #: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:602
7627 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7628 msgstr ""
7629
7630 # type: =item
7631 #. type: =item
7632 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:604
7633 msgid "C<sha1>"
7634 msgstr ""
7635
7636 # type: textblock
7637 #. type: textblock
7638 #: ../src/guestfs-actions.pod:901 ../fish/guestfish-actions.pod:606
7639 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7640 msgstr ""
7641
7642 # type: =item
7643 #. type: =item
7644 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:608
7645 msgid "C<sha224>"
7646 msgstr ""
7647
7648 # type: textblock
7649 #. type: textblock
7650 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:610
7651 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7652 msgstr ""
7653
7654 # type: =item
7655 #. type: =item
7656 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:612
7657 msgid "C<sha256>"
7658 msgstr ""
7659
7660 # type: textblock
7661 #. type: textblock
7662 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:614
7663 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7664 msgstr ""
7665
7666 # type: =item
7667 #. type: =item
7668 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:616
7669 msgid "C<sha384>"
7670 msgstr ""
7671
7672 # type: textblock
7673 #. type: textblock
7674 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:618
7675 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7676 msgstr ""
7677
7678 # type: =item
7679 #. type: =item
7680 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:620
7681 msgid "C<sha512>"
7682 msgstr ""
7683
7684 # type: textblock
7685 #. type: textblock
7686 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:622
7687 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7688 msgstr ""
7689
7690 # type: textblock
7691 #. type: textblock
7692 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:626
7693 msgid "The checksum is returned as a printable string."
7694 msgstr ""
7695
7696 # type: textblock
7697 #. type: textblock
7698 #: ../src/guestfs-actions.pod:923
7699 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7700 msgstr ""
7701
7702 # type: textblock
7703 #. type: textblock
7704 #: ../src/guestfs-actions.pod:925
7705 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7706 msgstr ""
7707
7708 # type: textblock
7709 #. type: textblock
7710 #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238
7711 #: ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:3066
7712 #: ../src/guestfs-actions.pod:3095 ../src/guestfs-actions.pod:3156
7713 #: ../src/guestfs-actions.pod:3183 ../src/guestfs-actions.pod:6521
7714 msgid "(Added in 1.0.2)"
7715 msgstr ""
7716
7717 # type: =head2
7718 #. type: =head2
7719 #: ../src/guestfs-actions.pod:932
7720 msgid "guestfs_checksum_device"
7721 msgstr ""
7722
7723 # type: verbatim
7724 #. type: verbatim
7725 #: ../src/guestfs-actions.pod:934
7726 #, no-wrap
7727 msgid ""
7728 " char *\n"
7729 " guestfs_checksum_device (guestfs_h *g,\n"
7730 "                          const char *csumtype,\n"
7731 "                          const char *device);\n"
7732 "\n"
7733 msgstr ""
7734
7735 # type: textblock
7736 #. type: textblock
7737 #: ../src/guestfs-actions.pod:939
7738 msgid ""
7739 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7740 "device named C<device>.  For the types of checksums supported see the "
7741 "C<guestfs_checksum> command."
7742 msgstr ""
7743
7744 # type: textblock
7745 #. type: textblock
7746 #: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4629
7747 #: ../src/guestfs-actions.pod:4688 ../src/guestfs-actions.pod:4725
7748 #: ../src/guestfs-actions.pod:4743 ../src/guestfs-actions.pod:4919
7749 #: ../src/guestfs-actions.pod:6430 ../src/guestfs-actions.pod:6444
7750 #: ../src/guestfs-actions.pod:6850
7751 msgid "(Added in 1.3.2)"
7752 msgstr ""
7753
7754 # type: =head2
7755 #. type: =head2
7756 #: ../src/guestfs-actions.pod:948
7757 msgid "guestfs_checksums_out"
7758 msgstr ""
7759
7760 # type: verbatim
7761 #. type: verbatim
7762 #: ../src/guestfs-actions.pod:950
7763 #, no-wrap
7764 msgid ""
7765 " int\n"
7766 " guestfs_checksums_out (guestfs_h *g,\n"
7767 "                        const char *csumtype,\n"
7768 "                        const char *directory,\n"
7769 "                        const char *sumsfile);\n"
7770 "\n"
7771 msgstr ""
7772
7773 # type: textblock
7774 #. type: textblock
7775 #: ../src/guestfs-actions.pod:956 ../fish/guestfish-actions.pod:644
7776 msgid ""
7777 "This command computes the checksums of all regular files in C<directory> and "
7778 "then emits a list of those checksums to the local output file C<sumsfile>."
7779 msgstr ""
7780
7781 # type: textblock
7782 #. type: textblock
7783 #: ../src/guestfs-actions.pod:960 ../fish/guestfish-actions.pod:648
7784 msgid ""
7785 "This can be used for verifying the integrity of a virtual machine.  However "
7786 "to be properly secure you should pay attention to the output of the checksum "
7787 "command (it uses the ones from GNU coreutils).  In particular when the "
7788 "filename is not printable, coreutils uses a special backslash syntax.  For "
7789 "more information, see the GNU coreutils info file."
7790 msgstr ""
7791
7792 # type: textblock
7793 #. type: textblock
7794 #: ../src/guestfs-actions.pod:970
7795 msgid "(Added in 1.3.7)"
7796 msgstr ""
7797
7798 # type: =head2
7799 #. type: =head2
7800 #: ../src/guestfs-actions.pod:972
7801 msgid "guestfs_chmod"
7802 msgstr ""
7803
7804 # type: verbatim
7805 #. type: verbatim
7806 #: ../src/guestfs-actions.pod:974
7807 #, no-wrap
7808 msgid ""
7809 " int\n"
7810 " guestfs_chmod (guestfs_h *g,\n"
7811 "                int mode,\n"
7812 "                const char *path);\n"
7813 "\n"
7814 msgstr ""
7815
7816 # type: textblock
7817 #. type: textblock
7818 #: ../src/guestfs-actions.pod:979 ../fish/guestfish-actions.pod:662
7819 msgid ""
7820 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7821 "supported."
7822 msgstr ""
7823
7824 # type: textblock
7825 #. type: textblock
7826 #: ../src/guestfs-actions.pod:982 ../fish/guestfish-actions.pod:665
7827 msgid ""
7828 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7829 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7830 "C<700>."
7831 msgstr ""
7832
7833 # type: textblock
7834 #. type: textblock
7835 #: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4145
7836 #: ../src/guestfs-actions.pod:4328 ../src/guestfs-actions.pod:4347
7837 #: ../src/guestfs-actions.pod:4366 ../fish/guestfish-actions.pod:669
7838 #: ../fish/guestfish-actions.pod:2791 ../fish/guestfish-actions.pod:2907
7839 #: ../fish/guestfish-actions.pod:2917 ../fish/guestfish-actions.pod:2927
7840 msgid "The mode actually set is affected by the umask."
7841 msgstr ""
7842
7843 # type: =head2
7844 #. type: =head2
7845 #: ../src/guestfs-actions.pod:992
7846 msgid "guestfs_chown"
7847 msgstr ""
7848
7849 # type: verbatim
7850 #. type: verbatim
7851 #: ../src/guestfs-actions.pod:994
7852 #, no-wrap
7853 msgid ""
7854 " int\n"
7855 " guestfs_chown (guestfs_h *g,\n"
7856 "                int owner,\n"
7857 "                int group,\n"
7858 "                const char *path);\n"
7859 "\n"
7860 msgstr ""
7861
7862 # type: textblock
7863 #. type: textblock
7864 #: ../src/guestfs-actions.pod:1000 ../fish/guestfish-actions.pod:675
7865 msgid "Change the file owner to C<owner> and group to C<group>."
7866 msgstr ""
7867
7868 # type: textblock
7869 #. type: textblock
7870 #: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3253
7871 #: ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2249
7872 msgid ""
7873 "Only numeric uid and gid are supported.  If you want to use names, you will "
7874 "need to locate and parse the password file yourself (Augeas support makes "
7875 "this relatively easy)."
7876 msgstr ""
7877
7878 # type: =head2
7879 #. type: =head2
7880 #: ../src/guestfs-actions.pod:1010
7881 msgid "guestfs_command"
7882 msgstr ""
7883
7884 # type: verbatim
7885 #. type: verbatim
7886 #: ../src/guestfs-actions.pod:1012
7887 #, no-wrap
7888 msgid ""
7889 " char *\n"
7890 " guestfs_command (guestfs_h *g,\n"
7891 "                  char *const *arguments);\n"
7892 "\n"
7893 msgstr ""
7894
7895 # type: textblock
7896 #. type: textblock
7897 #: ../src/guestfs-actions.pod:1016 ../fish/guestfish-actions.pod:685
7898 msgid ""
7899 "This call runs a command from the guest filesystem.  The filesystem must be "
7900 "mounted, and must contain a compatible operating system (ie. something "
7901 "Linux, with the same or compatible processor architecture)."
7902 msgstr ""
7903
7904 # type: textblock
7905 #. type: textblock
7906 #: ../src/guestfs-actions.pod:1021
7907 msgid ""
7908 "The single parameter is an argv-style list of arguments.  The first element "
7909 "is the name of the program to run.  Subsequent elements are parameters.  The "
7910 "list must be non-empty (ie. must contain a program name).  Note that the "
7911 "command runs directly, and is I<not> invoked via the shell (see "
7912 "C<guestfs_sh>)."
7913 msgstr ""
7914
7915 # type: textblock
7916 #. type: textblock
7917 #: ../src/guestfs-actions.pod:1028 ../fish/guestfish-actions.pod:697
7918 msgid "The return value is anything printed to I<stdout> by the command."
7919 msgstr ""
7920
7921 # type: textblock
7922 #. type: textblock
7923 #: ../src/guestfs-actions.pod:1031 ../fish/guestfish-actions.pod:700
7924 msgid ""
7925 "If the command returns a non-zero exit status, then this function returns an "
7926 "error message.  The error message string is the content of I<stderr> from "
7927 "the command."
7928 msgstr ""
7929
7930 # type: textblock
7931 #. type: textblock
7932 #: ../src/guestfs-actions.pod:1035 ../fish/guestfish-actions.pod:704
7933 msgid ""
7934 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
7935 "bin>.  If you require a program from another location, you should provide "
7936 "the full path in the first parameter."
7937 msgstr ""
7938
7939 # type: textblock
7940 #. type: textblock
7941 #: ../src/guestfs-actions.pod:1040 ../fish/guestfish-actions.pod:709
7942 msgid ""
7943 "Shared libraries and data files required by the program must be available on "
7944 "filesystems which are mounted in the correct places.  It is the caller's "
7945 "responsibility to ensure all filesystems that are needed are mounted at the "
7946 "right locations."
7947 msgstr ""
7948
7949 # type: textblock
7950 #. type: textblock
7951 #: ../src/guestfs-actions.pod:1052 ../src/guestfs-actions.pod:1072
7952 #: ../src/guestfs-actions.pod:1535
7953 msgid "(Added in 0.9.1)"
7954 msgstr ""
7955
7956 # type: =head2
7957 #. type: =head2
7958 #: ../src/guestfs-actions.pod:1054
7959 msgid "guestfs_command_lines"
7960 msgstr ""
7961
7962 # type: verbatim
7963 #. type: verbatim
7964 #: ../src/guestfs-actions.pod:1056
7965 #, no-wrap
7966 msgid ""
7967 " char **\n"
7968 " guestfs_command_lines (guestfs_h *g,\n"
7969 "                        char *const *arguments);\n"
7970 "\n"
7971 msgstr ""
7972
7973 # type: textblock
7974 #. type: textblock
7975 #: ../src/guestfs-actions.pod:1060
7976 msgid ""
7977 "This is the same as C<guestfs_command>, but splits the result into a list of "
7978 "lines."
7979 msgstr ""
7980
7981 # type: textblock
7982 #. type: textblock
7983 #: ../src/guestfs-actions.pod:1063
7984 msgid "See also: C<guestfs_sh_lines>"
7985 msgstr ""
7986
7987 # type: =head2
7988 #. type: =head2
7989 #: ../src/guestfs-actions.pod:1074
7990 msgid "guestfs_config"
7991 msgstr ""
7992
7993 # type: verbatim
7994 #. type: verbatim
7995 #: ../src/guestfs-actions.pod:1076
7996 #, no-wrap
7997 msgid ""
7998 " int\n"
7999 " guestfs_config (guestfs_h *g,\n"
8000 "                 const char *qemuparam,\n"
8001 "                 const char *qemuvalue);\n"
8002 "\n"
8003 msgstr ""
8004
8005 # type: textblock
8006 #. type: textblock
8007 #: ../src/guestfs-actions.pod:1081 ../fish/guestfish-actions.pod:734
8008 msgid ""
8009 "This can be used to add arbitrary qemu command line parameters of the form "
8010 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
8011 "setting some parameters which would interfere with parameters that we use."
8012 msgstr ""
8013
8014 # type: textblock
8015 #. type: textblock
8016 #: ../src/guestfs-actions.pod:1086 ../fish/guestfish-actions.pod:739
8017 msgid "The first character of C<param> string must be a C<-> (dash)."
8018 msgstr ""
8019
8020 # type: textblock
8021 #. type: textblock
8022 #: ../src/guestfs-actions.pod:1088 ../fish/guestfish-actions.pod:741
8023 msgid "C<value> can be NULL."
8024 msgstr ""
8025
8026 # type: =head2
8027 #. type: =head2
8028 #: ../src/guestfs-actions.pod:1094
8029 msgid "guestfs_copy_size"
8030 msgstr ""
8031
8032 # type: verbatim
8033 #. type: verbatim
8034 #: ../src/guestfs-actions.pod:1096
8035 #, no-wrap
8036 msgid ""
8037 " int\n"
8038 " guestfs_copy_size (guestfs_h *g,\n"
8039 "                    const char *src,\n"
8040 "                    const char *dest,\n"
8041 "                    int64_t size);\n"
8042 "\n"
8043 msgstr ""
8044
8045 # type: textblock
8046 #. type: textblock
8047 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:747
8048 msgid ""
8049 "This command copies exactly C<size> bytes from one source device or file "
8050 "C<src> to another destination device or file C<dest>."
8051 msgstr ""
8052
8053 # type: textblock
8054 #. type: textblock
8055 #: ../src/guestfs-actions.pod:1105 ../fish/guestfish-actions.pod:750
8056 msgid ""
8057 "Note this will fail if the source is too short or if the destination is not "
8058 "large enough."
8059 msgstr ""
8060
8061 # type: textblock
8062 #. type: textblock
8063 #: ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1233
8064 #: ../src/guestfs-actions.pod:1264 ../src/guestfs-actions.pod:1684
8065 #: ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:6516
8066 #: ../src/guestfs-actions.pod:6550 ../src/guestfs-actions.pod:7029
8067 #: ../src/guestfs-actions.pod:7048
8068 msgid ""
8069 "This long-running command can generate progress notification messages so "
8070 "that the caller can display a progress bar or indicator.  To receive these "
8071 "messages, the caller must register a progress callback.  See L<guestfs(3)/"
8072 "guestfs_set_progress_callback>."
8073 msgstr ""
8074
8075 # type: textblock
8076 #. type: textblock
8077 #: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3921
8078 #: ../src/guestfs-actions.pod:5125 ../src/guestfs-actions.pod:6757
8079 #: ../src/guestfs-actions.pod:6777 ../src/guestfs-actions.pod:6863
8080 msgid "(Added in 1.0.87)"
8081 msgstr ""
8082
8083 # type: =head2
8084 #. type: =head2
8085 #: ../src/guestfs-actions.pod:1117
8086 msgid "guestfs_cp"
8087 msgstr ""
8088
8089 # type: verbatim
8090 #. type: verbatim
8091 #: ../src/guestfs-actions.pod:1119
8092 #, no-wrap
8093 msgid ""
8094 " int\n"
8095 " guestfs_cp (guestfs_h *g,\n"
8096 "             const char *src,\n"
8097 "             const char *dest);\n"
8098 "\n"
8099 msgstr ""
8100
8101 # type: textblock
8102 #. type: textblock
8103 #: ../src/guestfs-actions.pod:1124 ../fish/guestfish-actions.pod:757
8104 msgid ""
8105 "This copies a file from C<src> to C<dest> where C<dest> is either a "
8106 "destination filename or destination directory."
8107 msgstr ""
8108
8109 # type: textblock
8110 #. type: textblock
8111 #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:1143
8112 #: ../src/guestfs-actions.pod:1215 ../src/guestfs-actions.pod:1289
8113 #: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4592
8114 #: ../src/guestfs-actions.pod:4969
8115 msgid "(Added in 1.0.18)"
8116 msgstr ""
8117
8118 # type: =head2
8119 #. type: =head2
8120 #: ../src/guestfs-actions.pod:1131
8121 msgid "guestfs_cp_a"
8122 msgstr ""
8123
8124 # type: verbatim
8125 #. type: verbatim
8126 #: ../src/guestfs-actions.pod:1133
8127 #, no-wrap
8128 msgid ""
8129 " int\n"
8130 " guestfs_cp_a (guestfs_h *g,\n"
8131 "               const char *src,\n"
8132 "               const char *dest);\n"
8133 "\n"
8134 msgstr ""
8135
8136 # type: textblock
8137 #. type: textblock
8138 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:764
8139 msgid ""
8140 "This copies a file or directory from C<src> to C<dest> recursively using the "
8141 "C<cp -a> command."
8142 msgstr ""
8143
8144 # type: =head2
8145 #. type: =head2
8146 #: ../src/guestfs-actions.pod:1145
8147 msgid "guestfs_dd"
8148 msgstr ""
8149
8150 # type: verbatim
8151 #. type: verbatim
8152 #: ../src/guestfs-actions.pod:1147
8153 #, no-wrap
8154 msgid ""
8155 " int\n"
8156 " guestfs_dd (guestfs_h *g,\n"
8157 "             const char *src,\n"
8158 "             const char *dest);\n"
8159 "\n"
8160 msgstr ""
8161
8162 # type: textblock
8163 #. type: textblock
8164 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:771
8165 msgid ""
8166 "This command copies from one source device or file C<src> to another "
8167 "destination device or file C<dest>.  Normally you would use this to copy to "
8168 "or from a device or partition, for example to duplicate a filesystem."
8169 msgstr ""
8170
8171 # type: textblock
8172 #. type: textblock
8173 #: ../src/guestfs-actions.pod:1157
8174 msgid ""
8175 "If the destination is a device, it must be as large or larger than the "
8176 "source file or device, otherwise the copy will fail.  This command cannot do "
8177 "partial copies (see C<guestfs_copy_size>)."
8178 msgstr ""
8179
8180 # type: =head2
8181 #. type: =head2
8182 #: ../src/guestfs-actions.pod:1165
8183 msgid "guestfs_df"
8184 msgstr ""
8185
8186 # type: verbatim
8187 #. type: verbatim
8188 #: ../src/guestfs-actions.pod:1167
8189 #, no-wrap
8190 msgid ""
8191 " char *\n"
8192 " guestfs_df (guestfs_h *g);\n"
8193 "\n"
8194 msgstr ""
8195
8196 # type: textblock
8197 #. type: textblock
8198 #: ../src/guestfs-actions.pod:1170 ../fish/guestfish-actions.pod:784
8199 msgid "This command runs the C<df> command to report disk space used."
8200 msgstr ""
8201
8202 # type: textblock
8203 #. type: textblock
8204 #: ../src/guestfs-actions.pod:1172 ../src/guestfs-actions.pod:1189
8205 msgid ""
8206 "This command is mostly useful for interactive sessions.  It is I<not> "
8207 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8208 "from programs."
8209 msgstr ""
8210
8211 # type: textblock
8212 #. type: textblock
8213 #: ../src/guestfs-actions.pod:1179 ../src/guestfs-actions.pod:1196
8214 #: ../src/guestfs-actions.pod:1309 ../src/guestfs-actions.pod:2263
8215 #: ../src/guestfs-actions.pod:2287 ../src/guestfs-actions.pod:2355
8216 #: ../src/guestfs-actions.pod:4031 ../src/guestfs-actions.pod:4492
8217 #: ../src/guestfs-actions.pod:6254 ../src/guestfs-actions.pod:6278
8218 #: ../src/guestfs-actions.pod:6896 ../src/guestfs-actions.pod:6909
8219 #: ../src/guestfs-actions.pod:6922
8220 msgid "(Added in 1.0.54)"
8221 msgstr ""
8222
8223 # type: =head2
8224 #. type: =head2
8225 #: ../src/guestfs-actions.pod:1181
8226 msgid "guestfs_df_h"
8227 msgstr ""
8228
8229 # type: verbatim
8230 #. type: verbatim
8231 #: ../src/guestfs-actions.pod:1183
8232 #, no-wrap
8233 msgid ""
8234 " char *\n"
8235 " guestfs_df_h (guestfs_h *g);\n"
8236 "\n"
8237 msgstr ""
8238
8239 # type: textblock
8240 #. type: textblock
8241 #: ../src/guestfs-actions.pod:1186 ../fish/guestfish-actions.pod:794
8242 msgid ""
8243 "This command runs the C<df -h> command to report disk space used in human-"
8244 "readable format."
8245 msgstr ""
8246
8247 # type: =head2
8248 #. type: =head2
8249 #: ../src/guestfs-actions.pod:1198
8250 msgid "guestfs_dmesg"
8251 msgstr ""
8252
8253 # type: verbatim
8254 #. type: verbatim
8255 #: ../src/guestfs-actions.pod:1200
8256 #, no-wrap
8257 msgid ""
8258 " char *\n"
8259 " guestfs_dmesg (guestfs_h *g);\n"
8260 "\n"
8261 msgstr ""
8262
8263 # type: textblock
8264 #. type: textblock
8265 #: ../src/guestfs-actions.pod:1203 ../fish/guestfish-actions.pod:805
8266 msgid ""
8267 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
8268 "This is sometimes useful for extended debugging of problems."
8269 msgstr ""
8270
8271 # type: textblock
8272 #. type: textblock
8273 #: ../src/guestfs-actions.pod:1207
8274 msgid ""
8275 "Another way to get the same information is to enable verbose messages with "
8276 "C<guestfs_set_verbose> or by setting the environment variable "
8277 "C<LIBGUESTFS_DEBUG=1> before running the program."
8278 msgstr ""
8279
8280 # type: =head2
8281 #. type: =head2
8282 #: ../src/guestfs-actions.pod:1217
8283 msgid "guestfs_download"
8284 msgstr ""
8285
8286 # type: verbatim
8287 #. type: verbatim
8288 #: ../src/guestfs-actions.pod:1219
8289 #, no-wrap
8290 msgid ""
8291 " int\n"
8292 " guestfs_download (guestfs_h *g,\n"
8293 "                   const char *remotefilename,\n"
8294 "                   const char *filename);\n"
8295 "\n"
8296 msgstr ""
8297
8298 # type: textblock
8299 #. type: textblock
8300 #: ../src/guestfs-actions.pod:1224 ../src/guestfs-actions.pod:1249
8301 #: ../fish/guestfish-actions.pod:818 ../fish/guestfish-actions.pod:831
8302 msgid ""
8303 "Download file C<remotefilename> and save it as C<filename> on the local "
8304 "machine."
8305 msgstr ""
8306
8307 # type: textblock
8308 #. type: textblock
8309 #: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6510
8310 #: ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4342
8311 msgid "C<filename> can also be a named pipe."
8312 msgstr ""
8313
8314 # type: textblock
8315 #. type: textblock
8316 #: ../src/guestfs-actions.pod:1229
8317 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
8318 msgstr ""
8319
8320 # type: =head2
8321 #. type: =head2
8322 #: ../src/guestfs-actions.pod:1240
8323 msgid "guestfs_download_offset"
8324 msgstr ""
8325
8326 # type: verbatim
8327 #. type: verbatim
8328 #: ../src/guestfs-actions.pod:1242
8329 #, no-wrap
8330 msgid ""
8331 " int\n"
8332 " guestfs_download_offset (guestfs_h *g,\n"
8333 "                          const char *remotefilename,\n"
8334 "                          const char *filename,\n"
8335 "                          int64_t offset,\n"
8336 "                          int64_t size);\n"
8337 "\n"
8338 msgstr ""
8339
8340 # type: textblock
8341 #. type: textblock
8342 #: ../src/guestfs-actions.pod:1252 ../fish/guestfish-actions.pod:834
8343 msgid ""
8344 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
8345 "region must be within the file or device)."
8346 msgstr ""
8347
8348 # type: textblock
8349 #. type: textblock
8350 #: ../src/guestfs-actions.pod:1255
8351 msgid ""
8352 "Note that there is no limit on the amount of data that can be downloaded "
8353 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
8354 "full amount unless an error occurs."
8355 msgstr ""
8356
8357 # type: textblock
8358 #. type: textblock
8359 #: ../src/guestfs-actions.pod:1260
8360 msgid "See also C<guestfs_download>, C<guestfs_pread>."
8361 msgstr ""
8362
8363 # type: textblock
8364 #. type: textblock
8365 #: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6555
8366 msgid "(Added in 1.5.17)"
8367 msgstr ""
8368
8369 # type: =head2
8370 #. type: =head2
8371 #: ../src/guestfs-actions.pod:1271
8372 msgid "guestfs_drop_caches"
8373 msgstr ""
8374
8375 # type: verbatim
8376 #. type: verbatim
8377 #: ../src/guestfs-actions.pod:1273
8378 #, no-wrap
8379 msgid ""
8380 " int\n"
8381 " guestfs_drop_caches (guestfs_h *g,\n"
8382 "                      int whattodrop);\n"
8383 "\n"
8384 msgstr ""
8385
8386 # type: textblock
8387 #. type: textblock
8388 #: ../src/guestfs-actions.pod:1277 ../fish/guestfish-actions.pod:850
8389 msgid ""
8390 "This instructs the guest kernel to drop its page cache, and/or dentries and "
8391 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
8392 "to drop, see L<http://linux-mm.org/Drop_Caches>"
8393 msgstr ""
8394
8395 # type: textblock
8396 #. type: textblock
8397 #: ../src/guestfs-actions.pod:1282 ../fish/guestfish-actions.pod:855
8398 msgid "Setting C<whattodrop> to 3 should drop everything."
8399 msgstr ""
8400
8401 # type: textblock
8402 #. type: textblock
8403 #: ../src/guestfs-actions.pod:1284 ../fish/guestfish-actions.pod:857
8404 msgid ""
8405 "This automatically calls L<sync(2)> before the operation, so that the "
8406 "maximum guest memory is freed."
8407 msgstr ""
8408
8409 # type: =head2
8410 #. type: =head2
8411 #: ../src/guestfs-actions.pod:1291
8412 msgid "guestfs_du"
8413 msgstr ""
8414
8415 # type: verbatim
8416 #. type: verbatim
8417 #: ../src/guestfs-actions.pod:1293
8418 #, no-wrap
8419 msgid ""
8420 " int64_t\n"
8421 " guestfs_du (guestfs_h *g,\n"
8422 "             const char *path);\n"
8423 "\n"
8424 msgstr ""
8425
8426 # type: textblock
8427 #. type: textblock
8428 #: ../src/guestfs-actions.pod:1297 ../fish/guestfish-actions.pod:864
8429 msgid ""
8430 "This command runs the C<du -s> command to estimate file space usage for "
8431 "C<path>."
8432 msgstr ""
8433
8434 # type: textblock
8435 #. type: textblock
8436 #: ../src/guestfs-actions.pod:1300 ../fish/guestfish-actions.pod:867
8437 msgid ""
8438 "C<path> can be a file or a directory.  If C<path> is a directory then the "
8439 "estimate includes the contents of the directory and all subdirectories "
8440 "(recursively)."
8441 msgstr ""
8442
8443 # type: textblock
8444 #. type: textblock
8445 #: ../src/guestfs-actions.pod:1304 ../fish/guestfish-actions.pod:871
8446 msgid ""
8447 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8448 msgstr ""
8449
8450 # type: =head2
8451 #. type: =head2
8452 #: ../src/guestfs-actions.pod:1311
8453 msgid "guestfs_e2fsck_f"
8454 msgstr ""
8455
8456 # type: verbatim
8457 #. type: verbatim
8458 #: ../src/guestfs-actions.pod:1313
8459 #, no-wrap
8460 msgid ""
8461 " int\n"
8462 " guestfs_e2fsck_f (guestfs_h *g,\n"
8463 "                   const char *device);\n"
8464 "\n"
8465 msgstr ""
8466
8467 # type: textblock
8468 #. type: textblock
8469 #: ../src/guestfs-actions.pod:1317 ../fish/guestfish-actions.pod:878
8470 msgid ""
8471 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8472 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
8473 "clean (C<-f>)."
8474 msgstr ""
8475
8476 # type: textblock
8477 #. type: textblock
8478 #: ../src/guestfs-actions.pod:1321
8479 msgid ""
8480 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8481 "Normally you should use C<guestfs_fsck>."
8482 msgstr ""
8483
8484 # type: textblock
8485 #. type: textblock
8486 #: ../src/guestfs-actions.pod:1326
8487 msgid "(Added in 1.0.29)"
8488 msgstr ""
8489
8490 # type: =head2
8491 #. type: =head2
8492 #: ../src/guestfs-actions.pod:1328
8493 msgid "guestfs_echo_daemon"
8494 msgstr ""
8495
8496 # type: verbatim
8497 #. type: verbatim
8498 #: ../src/guestfs-actions.pod:1330
8499 #, no-wrap
8500 msgid ""
8501 " char *\n"
8502 " guestfs_echo_daemon (guestfs_h *g,\n"
8503 "                      char *const *words);\n"
8504 "\n"
8505 msgstr ""
8506
8507 # type: textblock
8508 #. type: textblock
8509 #: ../src/guestfs-actions.pod:1334 ../fish/guestfish-actions.pod:889
8510 msgid ""
8511 "This command concatenates the list of C<words> passed with single spaces "
8512 "between them and returns the resulting string."
8513 msgstr ""
8514
8515 # type: textblock
8516 #. type: textblock
8517 #: ../src/guestfs-actions.pod:1337 ../fish/guestfish-actions.pod:892
8518 msgid "You can use this command to test the connection through to the daemon."
8519 msgstr ""
8520
8521 # type: textblock
8522 #. type: textblock
8523 #: ../src/guestfs-actions.pod:1339
8524 msgid "See also C<guestfs_ping_daemon>."
8525 msgstr ""
8526
8527 # type: textblock
8528 #. type: textblock
8529 #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2071
8530 #: ../src/guestfs-actions.pod:5758
8531 msgid "(Added in 1.0.69)"
8532 msgstr ""
8533
8534 # type: =head2
8535 #. type: =head2
8536 #: ../src/guestfs-actions.pod:1346
8537 msgid "guestfs_egrep"
8538 msgstr ""
8539
8540 # type: verbatim
8541 #. type: verbatim
8542 #: ../src/guestfs-actions.pod:1348
8543 #, no-wrap
8544 msgid ""
8545 " char **\n"
8546 " guestfs_egrep (guestfs_h *g,\n"
8547 "                const char *regex,\n"
8548 "                const char *path);\n"
8549 "\n"
8550 msgstr ""
8551
8552 # type: textblock
8553 #. type: textblock
8554 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:900
8555 msgid ""
8556 "This calls the external C<egrep> program and returns the matching lines."
8557 msgstr ""
8558
8559 # type: textblock
8560 #. type: textblock
8561 #: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:1382
8562 #: ../src/guestfs-actions.pod:1439 ../src/guestfs-actions.pod:1485
8563 #: ../src/guestfs-actions.pod:1504 ../src/guestfs-actions.pod:2201
8564 #: ../src/guestfs-actions.pod:2220 ../src/guestfs-actions.pod:2376
8565 #: ../src/guestfs-actions.pod:2389 ../src/guestfs-actions.pod:2404
8566 #: ../src/guestfs-actions.pod:2450 ../src/guestfs-actions.pod:2472
8567 #: ../src/guestfs-actions.pod:2485 ../src/guestfs-actions.pod:3414
8568 #: ../src/guestfs-actions.pod:3428 ../src/guestfs-actions.pod:3441
8569 #: ../src/guestfs-actions.pod:3455 ../src/guestfs-actions.pod:4427
8570 #: ../src/guestfs-actions.pod:5303 ../src/guestfs-actions.pod:5352
8571 #: ../src/guestfs-actions.pod:6122 ../src/guestfs-actions.pod:6134
8572 #: ../src/guestfs-actions.pod:6147 ../src/guestfs-actions.pod:6160
8573 #: ../src/guestfs-actions.pod:6182 ../src/guestfs-actions.pod:6195
8574 #: ../src/guestfs-actions.pod:6208 ../src/guestfs-actions.pod:6221
8575 #: ../src/guestfs-actions.pod:6992 ../src/guestfs-actions.pod:7011
8576 #: ../src/guestfs-actions.pod:7096 ../src/guestfs-actions.pod:7115
8577 #: ../src/guestfs-actions.pod:7161 ../src/guestfs-actions.pod:7180
8578 msgid "(Added in 1.0.66)"
8579 msgstr ""
8580
8581 # type: =head2
8582 #. type: =head2
8583 #: ../src/guestfs-actions.pod:1365
8584 msgid "guestfs_egrepi"
8585 msgstr ""
8586
8587 # type: verbatim
8588 #. type: verbatim
8589 #: ../src/guestfs-actions.pod:1367
8590 #, no-wrap
8591 msgid ""
8592 " char **\n"
8593 " guestfs_egrepi (guestfs_h *g,\n"
8594 "                 const char *regex,\n"
8595 "                 const char *path);\n"
8596 "\n"
8597 msgstr ""
8598
8599 # type: textblock
8600 #. type: textblock
8601 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:910
8602 msgid ""
8603 "This calls the external C<egrep -i> program and returns the matching lines."
8604 msgstr ""
8605
8606 # type: =head2
8607 #. type: =head2
8608 #: ../src/guestfs-actions.pod:1384
8609 msgid "guestfs_equal"
8610 msgstr ""
8611
8612 # type: verbatim
8613 #. type: verbatim
8614 #: ../src/guestfs-actions.pod:1386
8615 #, no-wrap
8616 msgid ""
8617 " int\n"
8618 " guestfs_equal (guestfs_h *g,\n"
8619 "                const char *file1,\n"
8620 "                const char *file2);\n"
8621 "\n"
8622 msgstr ""
8623
8624 # type: textblock
8625 #. type: textblock
8626 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:920
8627 msgid ""
8628 "This compares the two files C<file1> and C<file2> and returns true if their "
8629 "content is exactly equal, or false otherwise."
8630 msgstr ""
8631
8632 # type: textblock
8633 #. type: textblock
8634 #: ../src/guestfs-actions.pod:1394 ../fish/guestfish-actions.pod:923
8635 msgid "The external L<cmp(1)> program is used for the comparison."
8636 msgstr ""
8637
8638 # type: =head2
8639 #. type: =head2
8640 #: ../src/guestfs-actions.pod:1400
8641 msgid "guestfs_exists"
8642 msgstr ""
8643
8644 # type: verbatim
8645 #. type: verbatim
8646 #: ../src/guestfs-actions.pod:1402
8647 #, no-wrap
8648 msgid ""
8649 " int\n"
8650 " guestfs_exists (guestfs_h *g,\n"
8651 "                 const char *path);\n"
8652 "\n"
8653 msgstr ""
8654
8655 # type: textblock
8656 #. type: textblock
8657 #: ../src/guestfs-actions.pod:1406 ../fish/guestfish-actions.pod:929
8658 msgid ""
8659 "This returns C<true> if and only if there is a file, directory (or anything) "
8660 "with the given C<path> name."
8661 msgstr ""
8662
8663 # type: textblock
8664 #. type: textblock
8665 #: ../src/guestfs-actions.pod:1409
8666 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8667 msgstr ""
8668
8669 # type: =head2
8670 #. type: =head2
8671 #: ../src/guestfs-actions.pod:1415
8672 msgid "guestfs_fallocate"
8673 msgstr ""
8674
8675 # type: verbatim
8676 #. type: verbatim
8677 #: ../src/guestfs-actions.pod:1417
8678 #, no-wrap
8679 msgid ""
8680 " int\n"
8681 " guestfs_fallocate (guestfs_h *g,\n"
8682 "                    const char *path,\n"
8683 "                    int len);\n"
8684 "\n"
8685 msgstr ""
8686
8687 # type: textblock
8688 #. type: textblock
8689 #: ../src/guestfs-actions.pod:1422 ../src/guestfs-actions.pod:1448
8690 #: ../fish/guestfish-actions.pod:938 ../fish/guestfish-actions.pod:957
8691 msgid ""
8692 "This command preallocates a file (containing zero bytes) named C<path> of "
8693 "size C<len> bytes.  If the file exists already, it is overwritten."
8694 msgstr ""
8695
8696 # type: textblock
8697 #. type: textblock
8698 #: ../src/guestfs-actions.pod:1426 ../fish/guestfish-actions.pod:942
8699 msgid ""
8700 "Do not confuse this with the guestfish-specific C<alloc> command which "
8701 "allocates a file in the host and attaches it as a device."
8702 msgstr ""
8703
8704 # type: textblock
8705 #. type: textblock
8706 #: ../src/guestfs-actions.pod:1432 ../fish/guestfish-actions.pod:946
8707 msgid ""
8708 "This function is deprecated.  In new code, use the C<fallocate64> call "
8709 "instead."
8710 msgstr ""
8711
8712 # type: =head2
8713 #. type: =head2
8714 #: ../src/guestfs-actions.pod:1441
8715 msgid "guestfs_fallocate64"
8716 msgstr ""
8717
8718 # type: verbatim
8719 #. type: verbatim
8720 #: ../src/guestfs-actions.pod:1443
8721 #, no-wrap
8722 msgid ""
8723 " int\n"
8724 " guestfs_fallocate64 (guestfs_h *g,\n"
8725 "                      const char *path,\n"
8726 "                      int64_t len);\n"
8727 "\n"
8728 msgstr ""
8729
8730 # type: textblock
8731 #. type: textblock
8732 #: ../src/guestfs-actions.pod:1452
8733 msgid ""
8734 "Note that this call allocates disk blocks for the file.  To create a sparse "
8735 "file use C<guestfs_truncate_size> instead."
8736 msgstr ""
8737
8738 # type: textblock
8739 #. type: textblock
8740 #: ../src/guestfs-actions.pod:1455
8741 msgid ""
8742 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8743 "oversight it only allowed 30 bit lengths to be specified, effectively "
8744 "limiting the maximum size of files created through that call to 1GB."
8745 msgstr ""
8746
8747 # type: textblock
8748 #. type: textblock
8749 #: ../src/guestfs-actions.pod:1460 ../fish/guestfish-actions.pod:969
8750 msgid ""
8751 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8752 "commands which create a file in the host and attach it as a device."
8753 msgstr ""
8754
8755 # type: textblock
8756 #. type: textblock
8757 #: ../src/guestfs-actions.pod:1466
8758 msgid "(Added in 1.3.17)"
8759 msgstr ""
8760
8761 # type: =head2
8762 #. type: =head2
8763 #: ../src/guestfs-actions.pod:1468
8764 msgid "guestfs_fgrep"
8765 msgstr ""
8766
8767 # type: verbatim
8768 #. type: verbatim
8769 #: ../src/guestfs-actions.pod:1470
8770 #, no-wrap
8771 msgid ""
8772 " char **\n"
8773 " guestfs_fgrep (guestfs_h *g,\n"
8774 "                const char *pattern,\n"
8775 "                const char *path);\n"
8776 "\n"
8777 msgstr ""
8778
8779 # type: textblock
8780 #. type: textblock
8781 #: ../src/guestfs-actions.pod:1475 ../fish/guestfish-actions.pod:977
8782 msgid ""
8783 "This calls the external C<fgrep> program and returns the matching lines."
8784 msgstr ""
8785
8786 # type: =head2
8787 #. type: =head2
8788 #: ../src/guestfs-actions.pod:1487
8789 msgid "guestfs_fgrepi"
8790 msgstr ""
8791
8792 # type: verbatim
8793 #. type: verbatim
8794 #: ../src/guestfs-actions.pod:1489
8795 #, no-wrap
8796 msgid ""
8797 " char **\n"
8798 " guestfs_fgrepi (guestfs_h *g,\n"
8799 "                 const char *pattern,\n"
8800 "                 const char *path);\n"
8801 "\n"
8802 msgstr ""
8803
8804 # type: textblock
8805 #. type: textblock
8806 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:987
8807 msgid ""
8808 "This calls the external C<fgrep -i> program and returns the matching lines."
8809 msgstr ""
8810
8811 # type: =head2
8812 #. type: =head2
8813 #: ../src/guestfs-actions.pod:1506
8814 msgid "guestfs_file"
8815 msgstr ""
8816
8817 # type: verbatim
8818 #. type: verbatim
8819 #: ../src/guestfs-actions.pod:1508
8820 #, no-wrap
8821 msgid ""
8822 " char *\n"
8823 " guestfs_file (guestfs_h *g,\n"
8824 "               const char *path);\n"
8825 "\n"
8826 msgstr ""
8827
8828 # type: textblock
8829 #. type: textblock
8830 #: ../src/guestfs-actions.pod:1512 ../fish/guestfish-actions.pod:997
8831 msgid ""
8832 "This call uses the standard L<file(1)> command to determine the type or "
8833 "contents of the file."
8834 msgstr ""
8835
8836 # type: textblock
8837 #. type: textblock
8838 #: ../src/guestfs-actions.pod:1515 ../fish/guestfish-actions.pod:1000
8839 msgid ""
8840 "This call will also transparently look inside various types of compressed "
8841 "file."
8842 msgstr ""
8843
8844 # type: textblock
8845 #. type: textblock
8846 #: ../src/guestfs-actions.pod:1518 ../fish/guestfish-actions.pod:1003
8847 msgid ""
8848 "The exact command which runs is C<file -zb path>.  Note in particular that "
8849 "the filename is not prepended to the output (the C<-b> option)."
8850 msgstr ""
8851
8852 # type: textblock
8853 #. type: textblock
8854 #: ../src/guestfs-actions.pod:1522
8855 msgid ""
8856 "This command can also be used on C</dev/> devices (and partitions, LV "
8857 "names).  You can for example use this to determine if a device contains a "
8858 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
8859 msgstr ""
8860
8861 # type: textblock
8862 #. type: textblock
8863 #: ../src/guestfs-actions.pod:1527 ../fish/guestfish-actions.pod:1012
8864 msgid ""
8865 "If the C<path> does not begin with C</dev/> then this command only works for "
8866 "the content of regular files.  For other file types (directory, symbolic "
8867 "link etc) it will just return the string C<directory> etc."
8868 msgstr ""
8869
8870 # type: =head2
8871 #. type: =head2
8872 #: ../src/guestfs-actions.pod:1537
8873 msgid "guestfs_file_architecture"
8874 msgstr ""
8875
8876 # type: verbatim
8877 #. type: verbatim
8878 #: ../src/guestfs-actions.pod:1539
8879 #, no-wrap
8880 msgid ""
8881 " char *\n"
8882 " guestfs_file_architecture (guestfs_h *g,\n"
8883 "                            const char *filename);\n"
8884 "\n"
8885 msgstr ""
8886
8887 # type: textblock
8888 #. type: textblock
8889 #: ../src/guestfs-actions.pod:1543 ../fish/guestfish-actions.pod:1021
8890 msgid ""
8891 "This detects the architecture of the binary C<filename>, and returns it if "
8892 "known."
8893 msgstr ""
8894
8895 # type: textblock
8896 #. type: textblock
8897 #: ../src/guestfs-actions.pod:1546 ../fish/guestfish-actions.pod:1024
8898 msgid "Currently defined architectures are:"
8899 msgstr ""
8900
8901 # type: =item
8902 #. type: =item
8903 #: ../src/guestfs-actions.pod:1550 ../fish/guestfish-actions.pod:1028
8904 msgid "\"i386\""
8905 msgstr ""
8906
8907 # type: textblock
8908 #. type: textblock
8909 #: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1030
8910 msgid ""
8911 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8912 "irrespective of the precise processor requirements of the binary."
8913 msgstr ""
8914
8915 # type: =item
8916 #. type: =item
8917 #: ../src/guestfs-actions.pod:1555 ../fish/guestfish-actions.pod:1033
8918 msgid "\"x86_64\""
8919 msgstr ""
8920
8921 # type: textblock
8922 #. type: textblock
8923 #: ../src/guestfs-actions.pod:1557 ../fish/guestfish-actions.pod:1035
8924 msgid "64 bit x86-64."
8925 msgstr ""
8926
8927 # type: =item
8928 #. type: =item
8929 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1037
8930 msgid "\"sparc\""
8931 msgstr ""
8932
8933 # type: textblock
8934 #. type: textblock
8935 #: ../src/guestfs-actions.pod:1561 ../fish/guestfish-actions.pod:1039
8936 msgid "32 bit SPARC."
8937 msgstr ""
8938
8939 # type: =item
8940 #. type: =item
8941 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1041
8942 msgid "\"sparc64\""
8943 msgstr ""
8944
8945 # type: textblock
8946 #. type: textblock
8947 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1043
8948 msgid "64 bit SPARC V9 and above."
8949 msgstr ""
8950
8951 # type: =item
8952 #. type: =item
8953 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1045
8954 msgid "\"ia64\""
8955 msgstr ""
8956
8957 # type: textblock
8958 #. type: textblock
8959 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1047
8960 msgid "Intel Itanium."
8961 msgstr ""
8962
8963 # type: =item
8964 #. type: =item
8965 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1049
8966 msgid "\"ppc\""
8967 msgstr ""
8968
8969 # type: textblock
8970 #. type: textblock
8971 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1051
8972 msgid "32 bit Power PC."
8973 msgstr ""
8974
8975 # type: =item
8976 #. type: =item
8977 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1053
8978 msgid "\"ppc64\""
8979 msgstr ""
8980
8981 # type: textblock
8982 #. type: textblock
8983 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1055
8984 msgid "64 bit Power PC."
8985 msgstr ""
8986
8987 # type: textblock
8988 #. type: textblock
8989 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1059
8990 msgid "Libguestfs may return other architecture strings in future."
8991 msgstr ""
8992
8993 # type: textblock
8994 #. type: textblock
8995 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1061
8996 msgid "The function works on at least the following types of files:"
8997 msgstr ""
8998
8999 # type: textblock
9000 #. type: textblock
9001 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1067
9002 msgid "many types of Un*x and Linux binary"
9003 msgstr ""
9004
9005 # type: textblock
9006 #. type: textblock
9007 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1071
9008 msgid "many types of Un*x and Linux shared library"
9009 msgstr ""
9010
9011 # type: textblock
9012 #. type: textblock
9013 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1075
9014 msgid "Windows Win32 and Win64 binaries"
9015 msgstr ""
9016
9017 # type: textblock
9018 #. type: textblock
9019 #: ../src/guestfs-actions.pod:1601 ../fish/guestfish-actions.pod:1079
9020 msgid "Windows Win32 and Win64 DLLs"
9021 msgstr ""
9022
9023 # type: textblock
9024 #. type: textblock
9025 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1081
9026 msgid "Win32 binaries and DLLs return C<i386>."
9027 msgstr ""
9028
9029 # type: textblock
9030 #. type: textblock
9031 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1083
9032 msgid "Win64 binaries and DLLs return C<x86_64>."
9033 msgstr ""
9034
9035 # type: textblock
9036 #. type: textblock
9037 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1087
9038 msgid "Linux kernel modules"
9039 msgstr ""
9040
9041 # type: textblock
9042 #. type: textblock
9043 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1091
9044 msgid "Linux new-style initrd images"
9045 msgstr ""
9046
9047 # type: textblock
9048 #. type: textblock
9049 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1095
9050 msgid "some non-x86 Linux vmlinuz kernels"
9051 msgstr ""
9052
9053 # type: textblock
9054 #. type: textblock
9055 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1099
9056 msgid "What it can't do currently:"
9057 msgstr ""
9058
9059 # type: textblock
9060 #. type: textblock
9061 #: ../src/guestfs-actions.pod:1627 ../fish/guestfish-actions.pod:1105
9062 msgid "static libraries (libfoo.a)"
9063 msgstr ""
9064
9065 # type: textblock
9066 #. type: textblock
9067 #: ../src/guestfs-actions.pod:1631 ../fish/guestfish-actions.pod:1109
9068 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
9069 msgstr ""
9070
9071 # type: textblock
9072 #. type: textblock
9073 #: ../src/guestfs-actions.pod:1635 ../fish/guestfish-actions.pod:1113
9074 msgid "x86 Linux vmlinuz kernels"
9075 msgstr ""
9076
9077 # type: textblock
9078 #. type: textblock
9079 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1115
9080 msgid ""
9081 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
9082 "compressed code, and are horribly hard to unpack.  If you want to find the "
9083 "architecture of a kernel, use the architecture of the associated initrd or "
9084 "kernel module(s) instead."
9085 msgstr ""
9086
9087 # type: textblock
9088 #. type: textblock
9089 #: ../src/guestfs-actions.pod:1647 ../src/guestfs-actions.pod:1810
9090 #: ../src/guestfs-actions.pod:1827 ../src/guestfs-actions.pod:2508
9091 #: ../src/guestfs-actions.pod:2589 ../src/guestfs-actions.pod:2615
9092 #: ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2685
9093 #: ../src/guestfs-actions.pod:2718 ../src/guestfs-actions.pod:2802
9094 #: ../src/guestfs-actions.pod:2864 ../src/guestfs-actions.pod:3037
9095 #: ../src/guestfs-actions.pod:3169
9096 msgid "(Added in 1.5.3)"
9097 msgstr ""
9098
9099 # type: =head2
9100 #. type: =head2
9101 #: ../src/guestfs-actions.pod:1649
9102 msgid "guestfs_filesize"
9103 msgstr ""
9104
9105 # type: verbatim
9106 #. type: verbatim
9107 #: ../src/guestfs-actions.pod:1651
9108 #, no-wrap
9109 msgid ""
9110 " int64_t\n"
9111 " guestfs_filesize (guestfs_h *g,\n"
9112 "                   const char *file);\n"
9113 "\n"
9114 msgstr ""
9115
9116 # type: textblock
9117 #. type: textblock
9118 #: ../src/guestfs-actions.pod:1655 ../fish/guestfish-actions.pod:1126
9119 msgid "This command returns the size of C<file> in bytes."
9120 msgstr ""
9121
9122 # type: textblock
9123 #. type: textblock
9124 #: ../src/guestfs-actions.pod:1657
9125 msgid ""
9126 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
9127 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
9128 "devices, use C<guestfs_blockdev_getsize64>."
9129 msgstr ""
9130
9131 # type: textblock
9132 #. type: textblock
9133 #: ../src/guestfs-actions.pod:1663
9134 msgid "(Added in 1.0.82)"
9135 msgstr ""
9136
9137 # type: =head2
9138 #. type: =head2
9139 #: ../src/guestfs-actions.pod:1665
9140 msgid "guestfs_fill"
9141 msgstr ""
9142
9143 # type: verbatim
9144 #. type: verbatim
9145 #: ../src/guestfs-actions.pod:1667
9146 #, no-wrap
9147 msgid ""
9148 " int\n"
9149 " guestfs_fill (guestfs_h *g,\n"
9150 "               int c,\n"
9151 "               int len,\n"
9152 "               const char *path);\n"
9153 "\n"
9154 msgstr ""
9155
9156 # type: textblock
9157 #. type: textblock
9158 #: ../src/guestfs-actions.pod:1673 ../fish/guestfish-actions.pod:1136
9159 msgid ""
9160 "This command creates a new file called C<path>.  The initial content of the "
9161 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9162 "[0..255]>."
9163 msgstr ""
9164
9165 # type: textblock
9166 #. type: textblock
9167 #: ../src/guestfs-actions.pod:1677
9168 msgid ""
9169 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9170 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9171 "bytes use C<guestfs_fill_pattern>."
9172 msgstr ""
9173
9174 # type: textblock
9175 #. type: textblock
9176 #: ../src/guestfs-actions.pod:1689
9177 msgid "(Added in 1.0.79)"
9178 msgstr ""
9179
9180 # type: =head2
9181 #. type: =head2
9182 #: ../src/guestfs-actions.pod:1691
9183 msgid "guestfs_fill_pattern"
9184 msgstr ""
9185
9186 # type: verbatim
9187 #. type: verbatim
9188 #: ../src/guestfs-actions.pod:1693
9189 #, no-wrap
9190 msgid ""
9191 " int\n"
9192 " guestfs_fill_pattern (guestfs_h *g,\n"
9193 "                       const char *pattern,\n"
9194 "                       int len,\n"
9195 "                       const char *path);\n"
9196 "\n"
9197 msgstr ""
9198
9199 # type: textblock
9200 #. type: textblock
9201 #: ../src/guestfs-actions.pod:1699
9202 msgid ""
9203 "This function is like C<guestfs_fill> except that it creates a new file of "
9204 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9205 "pattern is truncated if necessary to ensure the length of the file is "
9206 "exactly C<len> bytes."
9207 msgstr ""
9208
9209 # type: textblock
9210 #. type: textblock
9211 #: ../src/guestfs-actions.pod:1711
9212 msgid "(Added in 1.3.12)"
9213 msgstr ""
9214
9215 # type: =head2
9216 #. type: =head2
9217 #: ../src/guestfs-actions.pod:1713
9218 msgid "guestfs_find"
9219 msgstr ""
9220
9221 # type: verbatim
9222 #. type: verbatim
9223 #: ../src/guestfs-actions.pod:1715
9224 #, no-wrap
9225 msgid ""
9226 " char **\n"
9227 " guestfs_find (guestfs_h *g,\n"
9228 "               const char *directory);\n"
9229 "\n"
9230 msgstr ""
9231
9232 # type: textblock
9233 #. type: textblock
9234 #: ../src/guestfs-actions.pod:1719 ../fish/guestfish-actions.pod:1158
9235 msgid ""
9236 "This command lists out all files and directories, recursively, starting at "
9237 "C<directory>.  It is essentially equivalent to running the shell command "
9238 "C<find directory -print> but some post-processing happens on the output, "
9239 "described below."
9240 msgstr ""
9241
9242 # type: textblock
9243 #. type: textblock
9244 #: ../src/guestfs-actions.pod:1724 ../fish/guestfish-actions.pod:1163
9245 msgid ""
9246 "This returns a list of strings I<without any prefix>.  Thus if the directory "
9247 "structure was:"
9248 msgstr ""
9249
9250 # type: verbatim
9251 #. type: verbatim
9252 #: ../src/guestfs-actions.pod:1727 ../fish/guestfish-actions.pod:1166
9253 #, no-wrap
9254 msgid ""
9255 " /tmp/a\n"
9256 " /tmp/b\n"
9257 " /tmp/c/d\n"
9258 "\n"
9259 msgstr ""
9260
9261 # type: textblock
9262 #. type: textblock
9263 #: ../src/guestfs-actions.pod:1731
9264 msgid ""
9265 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
9266 msgstr ""
9267
9268 # type: verbatim
9269 #. type: verbatim
9270 #: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1173
9271 #, no-wrap
9272 msgid ""
9273 " a\n"
9274 " b\n"
9275 " c\n"
9276 " c/d\n"
9277 "\n"
9278 msgstr ""
9279
9280 # type: textblock
9281 #. type: textblock
9282 #: ../src/guestfs-actions.pod:1739 ../fish/guestfish-actions.pod:1178
9283 msgid "If C<directory> is not a directory, then this command returns an error."
9284 msgstr ""
9285
9286 # type: textblock
9287 #. type: textblock
9288 #: ../src/guestfs-actions.pod:1742 ../fish/guestfish-actions.pod:1181
9289 msgid "The returned list is sorted."
9290 msgstr ""
9291
9292 # type: textblock
9293 #. type: textblock
9294 #: ../src/guestfs-actions.pod:1744
9295 msgid "See also C<guestfs_find0>."
9296 msgstr ""
9297
9298 # type: textblock
9299 #. type: textblock
9300 #: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3858
9301 #: ../src/guestfs-actions.pod:5387
9302 msgid "(Added in 1.0.27)"
9303 msgstr ""
9304
9305 # type: =head2
9306 #. type: =head2
9307 #: ../src/guestfs-actions.pod:1755
9308 msgid "guestfs_find0"
9309 msgstr ""
9310
9311 # type: verbatim
9312 #. type: verbatim
9313 #: ../src/guestfs-actions.pod:1757
9314 #, no-wrap
9315 msgid ""
9316 " int\n"
9317 " guestfs_find0 (guestfs_h *g,\n"
9318 "                const char *directory,\n"
9319 "                const char *files);\n"
9320 "\n"
9321 msgstr ""
9322
9323 # type: textblock
9324 #. type: textblock
9325 #: ../src/guestfs-actions.pod:1762 ../fish/guestfish-actions.pod:1192
9326 msgid ""
9327 "This command lists out all files and directories, recursively, starting at "
9328 "C<directory>, placing the resulting list in the external file called "
9329 "C<files>."
9330 msgstr ""
9331
9332 # type: textblock
9333 #. type: textblock
9334 #: ../src/guestfs-actions.pod:1766
9335 msgid ""
9336 "This command works the same way as C<guestfs_find> with the following "
9337 "exceptions:"
9338 msgstr ""
9339
9340 # type: textblock
9341 #. type: textblock
9342 #: ../src/guestfs-actions.pod:1773 ../fish/guestfish-actions.pod:1203
9343 msgid "The resulting list is written to an external file."
9344 msgstr ""
9345
9346 # type: textblock
9347 #. type: textblock
9348 #: ../src/guestfs-actions.pod:1777 ../fish/guestfish-actions.pod:1207
9349 msgid ""
9350 "Items (filenames) in the result are separated by C<\\0> characters.  See "
9351 "L<find(1)> option I<-print0>."
9352 msgstr ""
9353
9354 # type: textblock
9355 #. type: textblock
9356 #: ../src/guestfs-actions.pod:1782 ../fish/guestfish-actions.pod:1212
9357 msgid "This command is not limited in the number of names that it can return."
9358 msgstr ""
9359
9360 # type: textblock
9361 #. type: textblock
9362 #: ../src/guestfs-actions.pod:1787 ../fish/guestfish-actions.pod:1217
9363 msgid "The result list is not sorted."
9364 msgstr ""
9365
9366 # type: textblock
9367 #. type: textblock
9368 #: ../src/guestfs-actions.pod:1793
9369 msgid "(Added in 1.0.74)"
9370 msgstr ""
9371
9372 # type: =head2
9373 #. type: =head2
9374 #: ../src/guestfs-actions.pod:1795
9375 msgid "guestfs_findfs_label"
9376 msgstr ""
9377
9378 # type: verbatim
9379 #. type: verbatim
9380 #: ../src/guestfs-actions.pod:1797
9381 #, no-wrap
9382 msgid ""
9383 " char *\n"
9384 " guestfs_findfs_label (guestfs_h *g,\n"
9385 "                       const char *label);\n"
9386 "\n"
9387 msgstr ""
9388
9389 # type: textblock
9390 #. type: textblock
9391 #: ../src/guestfs-actions.pod:1801 ../fish/guestfish-actions.pod:1227
9392 msgid ""
9393 "This command searches the filesystems and returns the one which has the "
9394 "given label.  An error is returned if no such filesystem can be found."
9395 msgstr ""
9396
9397 # type: textblock
9398 #. type: textblock
9399 #: ../src/guestfs-actions.pod:1805
9400 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
9401 msgstr ""
9402
9403 # type: =head2
9404 #. type: =head2
9405 #: ../src/guestfs-actions.pod:1812
9406 msgid "guestfs_findfs_uuid"
9407 msgstr ""
9408
9409 # type: verbatim
9410 #. type: verbatim
9411 #: ../src/guestfs-actions.pod:1814
9412 #, no-wrap
9413 msgid ""
9414 " char *\n"
9415 " guestfs_findfs_uuid (guestfs_h *g,\n"
9416 "                      const char *uuid);\n"
9417 "\n"
9418 msgstr ""
9419
9420 # type: textblock
9421 #. type: textblock
9422 #: ../src/guestfs-actions.pod:1818 ../fish/guestfish-actions.pod:1237
9423 msgid ""
9424 "This command searches the filesystems and returns the one which has the "
9425 "given UUID.  An error is returned if no such filesystem can be found."
9426 msgstr ""
9427
9428 # type: textblock
9429 #. type: textblock
9430 #: ../src/guestfs-actions.pod:1822
9431 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
9432 msgstr ""
9433
9434 # type: =head2
9435 #. type: =head2
9436 #: ../src/guestfs-actions.pod:1829
9437 msgid "guestfs_fsck"
9438 msgstr ""
9439
9440 # type: verbatim
9441 #. type: verbatim
9442 #: ../src/guestfs-actions.pod:1831
9443 #, no-wrap
9444 msgid ""
9445 " int\n"
9446 " guestfs_fsck (guestfs_h *g,\n"
9447 "               const char *fstype,\n"
9448 "               const char *device);\n"
9449 "\n"
9450 msgstr ""
9451
9452 # type: textblock
9453 #. type: textblock
9454 #: ../src/guestfs-actions.pod:1836 ../fish/guestfish-actions.pod:1247
9455 msgid ""
9456 "This runs the filesystem checker (fsck) on C<device> which should have "
9457 "filesystem type C<fstype>."
9458 msgstr ""
9459
9460 # type: textblock
9461 #. type: textblock
9462 #: ../src/guestfs-actions.pod:1839 ../fish/guestfish-actions.pod:1250
9463 msgid ""
9464 "The returned integer is the status.  See L<fsck(8)> for the list of status "
9465 "codes from C<fsck>."
9466 msgstr ""
9467
9468 # type: textblock
9469 #. type: textblock
9470 #: ../src/guestfs-actions.pod:1848 ../fish/guestfish-actions.pod:1259
9471 msgid "Multiple status codes can be summed together."
9472 msgstr ""
9473
9474 # type: textblock
9475 #. type: textblock
9476 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1263
9477 msgid ""
9478 "A non-zero return code can mean \"success\", for example if errors have been "
9479 "corrected on the filesystem."
9480 msgstr ""
9481
9482 # type: textblock
9483 #. type: textblock
9484 #: ../src/guestfs-actions.pod:1857 ../fish/guestfish-actions.pod:1268
9485 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
9486 msgstr ""
9487
9488 # type: textblock
9489 #. type: textblock
9490 #: ../src/guestfs-actions.pod:1862 ../fish/guestfish-actions.pod:1273
9491 msgid ""
9492 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
9493 msgstr ""
9494
9495 # type: textblock
9496 #. type: textblock
9497 #: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:7034
9498 msgid "(Added in 1.0.16)"
9499 msgstr ""
9500
9501 # type: =head2
9502 #. type: =head2
9503 #: ../src/guestfs-actions.pod:1868
9504 msgid "guestfs_get_append"
9505 msgstr ""
9506
9507 # type: verbatim
9508 #. type: verbatim
9509 #: ../src/guestfs-actions.pod:1870
9510 #, no-wrap
9511 msgid ""
9512 " const char *\n"
9513 " guestfs_get_append (guestfs_h *g);\n"
9514 "\n"
9515 msgstr ""
9516
9517 # type: textblock
9518 #. type: textblock
9519 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1279
9520 msgid ""
9521 "Return the additional kernel options which are added to the guest kernel "
9522 "command line."
9523 msgstr ""
9524
9525 # type: textblock
9526 #. type: textblock
9527 #: ../src/guestfs-actions.pod:1876 ../fish/guestfish-actions.pod:1282
9528 msgid "If C<NULL> then no options are added."
9529 msgstr ""
9530
9531 # type: textblock
9532 #. type: textblock
9533 #: ../src/guestfs-actions.pod:1878
9534 msgid ""
9535 "This function returns a string which may be NULL.  There is no way to return "
9536 "an error from this function.  The string is owned by the guest handle and "
9537 "must I<not> be freed."
9538 msgstr ""
9539
9540 # type: textblock
9541 #. type: textblock
9542 #: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:5065
9543 #: ../src/guestfs-actions.pod:5528 ../src/guestfs-actions.pod:5896
9544 #: ../src/guestfs-actions.pod:5915 ../src/guestfs-actions.pod:5931
9545 #: ../src/guestfs-actions.pod:5948 ../src/guestfs-actions.pod:6705
9546 #: ../src/guestfs-actions.pod:6723 ../src/guestfs-actions.pod:7077
9547 msgid "(Added in 1.0.26)"
9548 msgstr ""
9549
9550 # type: =head2
9551 #. type: =head2
9552 #: ../src/guestfs-actions.pod:1884
9553 msgid "guestfs_get_autosync"
9554 msgstr ""
9555
9556 # type: verbatim
9557 #. type: verbatim
9558 #: ../src/guestfs-actions.pod:1886
9559 #, no-wrap
9560 msgid ""
9561 " int\n"
9562 " guestfs_get_autosync (guestfs_h *g);\n"
9563 "\n"
9564 msgstr ""
9565
9566 # type: textblock
9567 #. type: textblock
9568 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1288
9569 msgid "Get the autosync flag."
9570 msgstr ""
9571
9572 # type: =head2
9573 #. type: =head2
9574 #: ../src/guestfs-actions.pod:1895
9575 msgid "guestfs_get_direct"
9576 msgstr ""
9577
9578 # type: verbatim
9579 #. type: verbatim
9580 #: ../src/guestfs-actions.pod:1897
9581 #, no-wrap
9582 msgid ""
9583 " int\n"
9584 " guestfs_get_direct (guestfs_h *g);\n"
9585 "\n"
9586 msgstr ""
9587
9588 # type: textblock
9589 #. type: textblock
9590 #: ../src/guestfs-actions.pod:1900 ../fish/guestfish-actions.pod:1294
9591 msgid "Return the direct appliance mode flag."
9592 msgstr ""
9593
9594 # type: textblock
9595 #. type: textblock
9596 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5569
9597 msgid "(Added in 1.0.72)"
9598 msgstr ""
9599
9600 # type: =head2
9601 #. type: =head2
9602 #: ../src/guestfs-actions.pod:1906
9603 msgid "guestfs_get_e2label"
9604 msgstr ""
9605
9606 # type: verbatim
9607 #. type: verbatim
9608 #: ../src/guestfs-actions.pod:1908
9609 #, no-wrap
9610 msgid ""
9611 " char *\n"
9612 " guestfs_get_e2label (guestfs_h *g,\n"
9613 "                      const char *device);\n"
9614 "\n"
9615 msgstr ""
9616
9617 # type: textblock
9618 #. type: textblock
9619 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1300
9620 msgid ""
9621 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9622 msgstr ""
9623
9624 # type: textblock
9625 #. type: textblock
9626 #: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1303
9627 msgid ""
9628 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
9629 msgstr ""
9630
9631 # type: textblock
9632 #. type: textblock
9633 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1946
9634 #: ../src/guestfs-actions.pod:5587 ../src/guestfs-actions.pod:5606
9635 msgid "(Added in 1.0.15)"
9636 msgstr ""
9637
9638 # type: =head2
9639 #. type: =head2
9640 #: ../src/guestfs-actions.pod:1927
9641 msgid "guestfs_get_e2uuid"
9642 msgstr ""
9643
9644 # type: verbatim
9645 #. type: verbatim
9646 #: ../src/guestfs-actions.pod:1929
9647 #, no-wrap
9648 msgid ""
9649 " char *\n"
9650 " guestfs_get_e2uuid (guestfs_h *g,\n"
9651 "                     const char *device);\n"
9652 "\n"
9653 msgstr ""
9654
9655 # type: textblock
9656 #. type: textblock
9657 #: ../src/guestfs-actions.pod:1933 ../fish/guestfish-actions.pod:1314
9658 msgid ""
9659 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9660 msgstr ""
9661
9662 # type: textblock
9663 #. type: textblock
9664 #: ../src/guestfs-actions.pod:1939 ../fish/guestfish-actions.pod:1317
9665 msgid ""
9666 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
9667 msgstr ""
9668
9669 # type: =head2
9670 #. type: =head2
9671 #: ../src/guestfs-actions.pod:1948
9672 msgid "guestfs_get_memsize"
9673 msgstr ""
9674
9675 # type: verbatim
9676 #. type: verbatim
9677 #: ../src/guestfs-actions.pod:1950
9678 #, no-wrap
9679 msgid ""
9680 " int\n"
9681 " guestfs_get_memsize (guestfs_h *g);\n"
9682 "\n"
9683 msgstr ""
9684
9685 # type: textblock
9686 #. type: textblock
9687 #: ../src/guestfs-actions.pod:1953 ../fish/guestfish-actions.pod:1328
9688 msgid ""
9689 "This gets the memory size in megabytes allocated to the qemu subprocess."
9690 msgstr ""
9691
9692 # type: textblock
9693 #. type: textblock
9694 #: ../src/guestfs-actions.pod:1956
9695 msgid ""
9696 "If C<guestfs_set_memsize> was not called on this handle, and if "
9697 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9698 "value for memsize."
9699 msgstr ""
9700
9701 # type: textblock
9702 #. type: textblock
9703 #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2041
9704 #: ../src/guestfs-actions.pod:5622 ../src/guestfs-actions.pod:5729
9705 #: ../fish/guestfish-actions.pod:1335 ../fish/guestfish-actions.pod:1386
9706 #: ../fish/guestfish-actions.pod:3749 ../fish/guestfish-actions.pod:3836
9707 msgid ""
9708 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9709 msgstr ""
9710
9711 # type: textblock
9712 #. type: textblock
9713 #: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4149
9714 #: ../src/guestfs-actions.pod:4332 ../src/guestfs-actions.pod:4351
9715 #: ../src/guestfs-actions.pod:4370 ../src/guestfs-actions.pod:4382
9716 #: ../src/guestfs-actions.pod:4399 ../src/guestfs-actions.pod:4412
9717 #: ../src/guestfs-actions.pod:5290 ../src/guestfs-actions.pod:5627
9718 #: ../src/guestfs-actions.pod:5870 ../src/guestfs-actions.pod:6471
9719 msgid "(Added in 1.0.55)"
9720 msgstr ""
9721
9722 # type: =head2
9723 #. type: =head2
9724 #: ../src/guestfs-actions.pod:1967
9725 msgid "guestfs_get_network"
9726 msgstr ""
9727
9728 # type: verbatim
9729 #. type: verbatim
9730 #: ../src/guestfs-actions.pod:1969
9731 #, no-wrap
9732 msgid ""
9733 " int\n"
9734 " guestfs_get_network (guestfs_h *g);\n"
9735 "\n"
9736 msgstr ""
9737
9738 # type: textblock
9739 #. type: textblock
9740 #: ../src/guestfs-actions.pod:1972 ../fish/guestfish-actions.pod:1342
9741 msgid "This returns the enable network flag."
9742 msgstr ""
9743
9744 # type: textblock
9745 #. type: textblock
9746 #: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5646
9747 msgid "(Added in 1.5.4)"
9748 msgstr ""
9749
9750 # type: =head2
9751 #. type: =head2
9752 #: ../src/guestfs-actions.pod:1978
9753 msgid "guestfs_get_path"
9754 msgstr ""
9755
9756 # type: verbatim
9757 #. type: verbatim
9758 #: ../src/guestfs-actions.pod:1980
9759 #, no-wrap
9760 msgid ""
9761 " const char *\n"
9762 " guestfs_get_path (guestfs_h *g);\n"
9763 "\n"
9764 msgstr ""
9765
9766 # type: textblock
9767 #. type: textblock
9768 #: ../src/guestfs-actions.pod:1983 ../fish/guestfish-actions.pod:1348
9769 msgid "Return the current search path."
9770 msgstr ""
9771
9772 # type: textblock
9773 #. type: textblock
9774 #: ../src/guestfs-actions.pod:1985 ../fish/guestfish-actions.pod:1350
9775 msgid ""
9776 "This is always non-NULL.  If it wasn't set already, then this will return "
9777 "the default path."
9778 msgstr ""
9779
9780 # type: textblock
9781 #. type: textblock
9782 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2017
9783 msgid ""
9784 "This function returns a string, or NULL on error.  The string is owned by "
9785 "the guest handle and must I<not> be freed."
9786 msgstr ""
9787
9788 # type: =head2
9789 #. type: =head2
9790 #: ../src/guestfs-actions.pod:1993
9791 msgid "guestfs_get_pid"
9792 msgstr ""
9793
9794 # type: verbatim
9795 #. type: verbatim
9796 #: ../src/guestfs-actions.pod:1995
9797 #, no-wrap
9798 msgid ""
9799 " int\n"
9800 " guestfs_get_pid (guestfs_h *g);\n"
9801 "\n"
9802 msgstr ""
9803
9804 # type: textblock
9805 #. type: textblock
9806 #: ../src/guestfs-actions.pod:1998 ../fish/guestfish-actions.pod:1359
9807 msgid ""
9808 "Return the process ID of the qemu subprocess.  If there is no qemu "
9809 "subprocess, then this will return an error."
9810 msgstr ""
9811
9812 # type: textblock
9813 #. type: textblock
9814 #: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1362
9815 msgid "This is an internal call used for debugging and testing."
9816 msgstr ""
9817
9818 # type: textblock
9819 #. type: textblock
9820 #: ../src/guestfs-actions.pod:2005
9821 msgid "(Added in 1.0.56)"
9822 msgstr ""
9823
9824 # type: =head2
9825 #. type: =head2
9826 #: ../src/guestfs-actions.pod:2007
9827 msgid "guestfs_get_qemu"
9828 msgstr ""
9829
9830 # type: verbatim
9831 #. type: verbatim
9832 #: ../src/guestfs-actions.pod:2009
9833 #, no-wrap
9834 msgid ""
9835 " const char *\n"
9836 " guestfs_get_qemu (guestfs_h *g);\n"
9837 "\n"
9838 msgstr ""
9839
9840 # type: textblock
9841 #. type: textblock
9842 #: ../src/guestfs-actions.pod:2012 ../fish/guestfish-actions.pod:1368
9843 msgid "Return the current qemu binary."
9844 msgstr ""
9845
9846 # type: textblock
9847 #. type: textblock
9848 #: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1370
9849 msgid ""
9850 "This is always non-NULL.  If it wasn't set already, then this will return "
9851 "the default qemu binary name."
9852 msgstr ""
9853
9854 # type: textblock
9855 #. type: textblock
9856 #: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5691
9857 msgid "(Added in 1.0.6)"
9858 msgstr ""
9859
9860 # type: =head2
9861 #. type: =head2
9862 #: ../src/guestfs-actions.pod:2022
9863 msgid "guestfs_get_recovery_proc"
9864 msgstr ""
9865
9866 # type: verbatim
9867 #. type: verbatim
9868 #: ../src/guestfs-actions.pod:2024
9869 #, no-wrap
9870 msgid ""
9871 " int\n"
9872 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9873 "\n"
9874 msgstr ""
9875
9876 # type: textblock
9877 #. type: textblock
9878 #: ../src/guestfs-actions.pod:2027 ../fish/guestfish-actions.pod:1377
9879 msgid "Return the recovery process enabled flag."
9880 msgstr ""
9881
9882 # type: textblock
9883 #. type: textblock
9884 #: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3259
9885 #: ../src/guestfs-actions.pod:3556 ../src/guestfs-actions.pod:3956
9886 #: ../src/guestfs-actions.pod:3988 ../src/guestfs-actions.pod:4995
9887 #: ../src/guestfs-actions.pod:5338 ../src/guestfs-actions.pod:5715
9888 #: ../src/guestfs-actions.pod:6374 ../src/guestfs-actions.pod:6394
9889 #: ../src/guestfs-actions.pod:6586
9890 msgid "(Added in 1.0.77)"
9891 msgstr ""
9892
9893 # type: =head2
9894 #. type: =head2
9895 #: ../src/guestfs-actions.pod:2033
9896 msgid "guestfs_get_selinux"
9897 msgstr ""
9898
9899 # type: verbatim
9900 #. type: verbatim
9901 #: ../src/guestfs-actions.pod:2035
9902 #, no-wrap
9903 msgid ""
9904 " int\n"
9905 " guestfs_get_selinux (guestfs_h *g);\n"
9906 "\n"
9907 msgstr ""
9908
9909 # type: textblock
9910 #. type: textblock
9911 #: ../src/guestfs-actions.pod:2038
9912 msgid ""
9913 "This returns the current setting of the selinux flag which is passed to the "
9914 "appliance at boot time.  See C<guestfs_set_selinux>."
9915 msgstr ""
9916
9917 # type: textblock
9918 #. type: textblock
9919 #: ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2109
9920 #: ../src/guestfs-actions.pod:5734 ../src/guestfs-actions.pod:5788
9921 msgid "(Added in 1.0.67)"
9922 msgstr ""
9923
9924 # type: =head2
9925 #. type: =head2
9926 #: ../src/guestfs-actions.pod:2048
9927 msgid "guestfs_get_state"
9928 msgstr ""
9929
9930 # type: verbatim
9931 #. type: verbatim
9932 #: ../src/guestfs-actions.pod:2050
9933 #, no-wrap
9934 msgid ""
9935 " int\n"
9936 " guestfs_get_state (guestfs_h *g);\n"
9937 "\n"
9938 msgstr ""
9939
9940 # type: textblock
9941 #. type: textblock
9942 #: ../src/guestfs-actions.pod:2053 ../fish/guestfish-actions.pod:1393
9943 msgid ""
9944 "This returns the current state as an opaque integer.  This is only useful "
9945 "for printing debug and internal error messages."
9946 msgstr ""
9947
9948 # type: textblock
9949 #. type: textblock
9950 #: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3062
9951 #: ../src/guestfs-actions.pod:3091 ../src/guestfs-actions.pod:3152
9952 #: ../src/guestfs-actions.pod:3179 ../fish/guestfish-actions.pod:1396
9953 #: ../fish/guestfish-actions.pod:2131 ../fish/guestfish-actions.pod:2149
9954 #: ../fish/guestfish-actions.pod:2187 ../fish/guestfish-actions.pod:2203
9955 msgid "For more information on states, see L<guestfs(3)>."
9956 msgstr ""
9957
9958 # type: =head2
9959 #. type: =head2
9960 #: ../src/guestfs-actions.pod:2062
9961 msgid "guestfs_get_trace"
9962 msgstr ""
9963
9964 # type: verbatim
9965 #. type: verbatim
9966 #: ../src/guestfs-actions.pod:2064
9967 #, no-wrap
9968 msgid ""
9969 " int\n"
9970 " guestfs_get_trace (guestfs_h *g);\n"
9971 "\n"
9972 msgstr ""
9973
9974 # type: textblock
9975 #. type: textblock
9976 #: ../src/guestfs-actions.pod:2067 ../fish/guestfish-actions.pod:1402
9977 msgid "Return the command trace flag."
9978 msgstr ""
9979
9980 # type: =head2
9981 #. type: =head2
9982 #: ../src/guestfs-actions.pod:2073
9983 msgid "guestfs_get_umask"
9984 msgstr ""
9985
9986 # type: verbatim
9987 #. type: verbatim
9988 #: ../src/guestfs-actions.pod:2075
9989 #, no-wrap
9990 msgid ""
9991 " int\n"
9992 " guestfs_get_umask (guestfs_h *g);\n"
9993 "\n"
9994 msgstr ""
9995
9996 # type: textblock
9997 #. type: textblock
9998 #: ../src/guestfs-actions.pod:2078
9999 msgid ""
10000 "Return the current umask.  By default the umask is C<022> unless it has been "
10001 "set by calling C<guestfs_umask>."
10002 msgstr ""
10003
10004 # type: =head2
10005 #. type: =head2
10006 #: ../src/guestfs-actions.pod:2085
10007 msgid "guestfs_get_verbose"
10008 msgstr ""
10009
10010 # type: verbatim
10011 #. type: verbatim
10012 #: ../src/guestfs-actions.pod:2087
10013 #, no-wrap
10014 msgid ""
10015 " int\n"
10016 " guestfs_get_verbose (guestfs_h *g);\n"
10017 "\n"
10018 msgstr ""
10019
10020 # type: textblock
10021 #. type: textblock
10022 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
10023 msgid "This returns the verbose messages flag."
10024 msgstr ""
10025
10026 # type: =head2
10027 #. type: =head2
10028 #: ../src/guestfs-actions.pod:2096
10029 msgid "guestfs_getcon"
10030 msgstr ""
10031
10032 # type: verbatim
10033 #. type: verbatim
10034 #: ../src/guestfs-actions.pod:2098
10035 #, no-wrap
10036 msgid ""
10037 " char *\n"
10038 " guestfs_getcon (guestfs_h *g);\n"
10039 "\n"
10040 msgstr ""
10041
10042 # type: textblock
10043 #. type: textblock
10044 #: ../src/guestfs-actions.pod:2101 ../fish/guestfish-actions.pod:1421
10045 msgid "This gets the SELinux security context of the daemon."
10046 msgstr ""
10047
10048 # type: textblock
10049 #. type: textblock
10050 #: ../src/guestfs-actions.pod:2103
10051 msgid ""
10052 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
10053 msgstr ""
10054
10055 # type: =head2
10056 #. type: =head2
10057 #: ../src/guestfs-actions.pod:2111
10058 msgid "guestfs_getxattr"
10059 msgstr ""
10060
10061 # type: verbatim
10062 #. type: verbatim
10063 #: ../src/guestfs-actions.pod:2113
10064 #, no-wrap
10065 msgid ""
10066 " char *\n"
10067 " guestfs_getxattr (guestfs_h *g,\n"
10068 "                   const char *path,\n"
10069 "                   const char *name,\n"
10070 "                   size_t *size_r);\n"
10071 "\n"
10072 msgstr ""
10073
10074 # type: textblock
10075 #. type: textblock
10076 #: ../src/guestfs-actions.pod:2119
10077 msgid ""
10078 "Get a single extended attribute from file C<path> named C<name>.  This call "
10079 "follows symlinks.  If you want to lookup an extended attribute for the "
10080 "symlink itself, use C<guestfs_lgetxattr>."
10081 msgstr ""
10082
10083 # type: textblock
10084 #. type: textblock
10085 #: ../src/guestfs-actions.pod:2123 ../src/guestfs-actions.pod:3273
10086 msgid ""
10087 "Normally it is better to get all extended attributes from a file in one go "
10088 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
10089 "implementations are buggy and do not provide a way to list out attributes.  "
10090 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
10091 "extended attributes you want in advance and call this function."
10092 msgstr ""
10093
10094 # type: textblock
10095 #. type: textblock
10096 #: ../src/guestfs-actions.pod:2130 ../src/guestfs-actions.pod:3280
10097 #: ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:2268
10098 msgid ""
10099 "Extended attribute values are blobs of binary data.  If there is no extended "
10100 "attribute named C<name>, this returns an error."
10101 msgstr ""
10102
10103 # type: textblock
10104 #. type: textblock
10105 #: ../src/guestfs-actions.pod:2133
10106 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
10107 msgstr ""
10108
10109 # type: textblock
10110 #. type: textblock
10111 #: ../src/guestfs-actions.pod:2135 ../src/guestfs-actions.pod:2326
10112 #: ../src/guestfs-actions.pod:3285 ../src/guestfs-actions.pod:4988
10113 #: ../src/guestfs-actions.pod:5014 ../src/guestfs-actions.pod:5195
10114 msgid ""
10115 "This function returns a buffer, or NULL on error.  The size of the returned "
10116 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
10117 "after use>."
10118 msgstr ""
10119
10120 #. type: textblock
10121 #: ../src/guestfs-actions.pod:2139 ../src/guestfs-actions.pod:3289
10122 msgid "(Added in 1.7.24)"
10123 msgstr ""
10124
10125 # type: =head2
10126 #. type: =head2
10127 #: ../src/guestfs-actions.pod:2141
10128 msgid "guestfs_getxattrs"
10129 msgstr ""
10130
10131 # type: verbatim
10132 #. type: verbatim
10133 #: ../src/guestfs-actions.pod:2143
10134 #, no-wrap
10135 msgid ""
10136 " struct guestfs_xattr_list *\n"
10137 " guestfs_getxattrs (guestfs_h *g,\n"
10138 "                    const char *path);\n"
10139 "\n"
10140 msgstr ""
10141
10142 # type: textblock
10143 #. type: textblock
10144 #: ../src/guestfs-actions.pod:2147 ../fish/guestfish-actions.pod:1450
10145 msgid ""
10146 "This call lists the extended attributes of the file or directory C<path>."
10147 msgstr ""
10148
10149 # type: textblock
10150 #. type: textblock
10151 #: ../src/guestfs-actions.pod:2150 ../fish/guestfish-actions.pod:1453
10152 msgid ""
10153 "At the system call level, this is a combination of the L<listxattr(2)> and "
10154 "L<getxattr(2)> calls."
10155 msgstr ""
10156
10157 # type: textblock
10158 #. type: textblock
10159 #: ../src/guestfs-actions.pod:2153
10160 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
10161 msgstr ""
10162
10163 # type: textblock
10164 #. type: textblock
10165 #: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:3301
10166 #: ../src/guestfs-actions.pod:3952
10167 msgid ""
10168 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
10169 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
10170 msgstr ""
10171
10172 # type: textblock
10173 #. type: textblock
10174 #: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3305
10175 #: ../src/guestfs-actions.pod:3470 ../src/guestfs-actions.pod:3506
10176 #: ../src/guestfs-actions.pod:5368 ../src/guestfs-actions.pod:5807
10177 #: ../src/guestfs-actions.pod:7142
10178 msgid "(Added in 1.0.59)"
10179 msgstr ""
10180
10181 # type: =head2
10182 #. type: =head2
10183 #: ../src/guestfs-actions.pod:2161
10184 msgid "guestfs_glob_expand"
10185 msgstr ""
10186
10187 # type: verbatim
10188 #. type: verbatim
10189 #: ../src/guestfs-actions.pod:2163
10190 #, no-wrap
10191 msgid ""
10192 " char **\n"
10193 " guestfs_glob_expand (guestfs_h *g,\n"
10194 "                      const char *pattern);\n"
10195 "\n"
10196 msgstr ""
10197
10198 # type: textblock
10199 #. type: textblock
10200 #: ../src/guestfs-actions.pod:2167 ../fish/guestfish-actions.pod:1462
10201 msgid ""
10202 "This command searches for all the pathnames matching C<pattern> according to "
10203 "the wildcard expansion rules used by the shell."
10204 msgstr ""
10205
10206 # type: textblock
10207 #. type: textblock
10208 #: ../src/guestfs-actions.pod:2171 ../fish/guestfish-actions.pod:1466
10209 msgid ""
10210 "If no paths match, then this returns an empty list (note: not an error)."
10211 msgstr ""
10212
10213 # type: textblock
10214 #. type: textblock
10215 #: ../src/guestfs-actions.pod:2174 ../fish/guestfish-actions.pod:1469
10216 msgid ""
10217 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
10218 "GLOB_BRACE>.  See that manual page for more details."
10219 msgstr ""
10220
10221 # type: textblock
10222 #. type: textblock
10223 #: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:5972
10224 #: ../src/guestfs-actions.pod:5989
10225 msgid "(Added in 1.0.50)"
10226 msgstr ""
10227
10228 # type: =head2
10229 #. type: =head2
10230 #: ../src/guestfs-actions.pod:2184
10231 msgid "guestfs_grep"
10232 msgstr ""
10233
10234 # type: verbatim
10235 #. type: verbatim
10236 #: ../src/guestfs-actions.pod:2186
10237 #, no-wrap
10238 msgid ""
10239 " char **\n"
10240 " guestfs_grep (guestfs_h *g,\n"
10241 "               const char *regex,\n"
10242 "               const char *path);\n"
10243 "\n"
10244 msgstr ""
10245
10246 # type: textblock
10247 #. type: textblock
10248 #: ../src/guestfs-actions.pod:2191 ../fish/guestfish-actions.pod:1477
10249 msgid "This calls the external C<grep> program and returns the matching lines."
10250 msgstr ""
10251
10252 # type: =head2
10253 #. type: =head2
10254 #: ../src/guestfs-actions.pod:2203
10255 msgid "guestfs_grepi"
10256 msgstr ""
10257
10258 # type: verbatim
10259 #. type: verbatim
10260 #: ../src/guestfs-actions.pod:2205
10261 #, no-wrap
10262 msgid ""
10263 " char **\n"
10264 " guestfs_grepi (guestfs_h *g,\n"
10265 "                const char *regex,\n"
10266 "                const char *path);\n"
10267 "\n"
10268 msgstr ""
10269
10270 # type: textblock
10271 #. type: textblock
10272 #: ../src/guestfs-actions.pod:2210 ../fish/guestfish-actions.pod:1487
10273 msgid ""
10274 "This calls the external C<grep -i> program and returns the matching lines."
10275 msgstr ""
10276
10277 # type: =head2
10278 #. type: =head2
10279 #: ../src/guestfs-actions.pod:2222
10280 msgid "guestfs_grub_install"
10281 msgstr ""
10282
10283 # type: verbatim
10284 #. type: verbatim
10285 #: ../src/guestfs-actions.pod:2224
10286 #, no-wrap
10287 msgid ""
10288 " int\n"
10289 " guestfs_grub_install (guestfs_h *g,\n"
10290 "                       const char *root,\n"
10291 "                       const char *device);\n"
10292 "\n"
10293 msgstr ""
10294
10295 # type: textblock
10296 #. type: textblock
10297 #: ../src/guestfs-actions.pod:2229 ../fish/guestfish-actions.pod:1497
10298 msgid ""
10299 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
10300 "the root directory being C<root>."
10301 msgstr ""
10302
10303 # type: textblock
10304 #. type: textblock
10305 #: ../src/guestfs-actions.pod:2232 ../fish/guestfish-actions.pod:1500
10306 msgid ""
10307 "Note: If grub-install reports the error \"No suitable drive was found in the "
10308 "generated device map.\" it may be that you need to create a C</boot/grub/"
10309 "device.map> file first that contains the mapping between grub device names "
10310 "and Linux device names.  It is usually sufficient to create a file "
10311 "containing:"
10312 msgstr ""
10313
10314 # type: verbatim
10315 #. type: verbatim
10316 #: ../src/guestfs-actions.pod:2239 ../fish/guestfish-actions.pod:1507
10317 #, no-wrap
10318 msgid ""
10319 " (hd0) /dev/vda\n"
10320 "\n"
10321 msgstr ""
10322
10323 # type: textblock
10324 #. type: textblock
10325 #: ../src/guestfs-actions.pod:2241 ../fish/guestfish-actions.pod:1509
10326 msgid "replacing C</dev/vda> with the name of the installation device."
10327 msgstr ""
10328
10329 # type: textblock
10330 #. type: textblock
10331 #: ../src/guestfs-actions.pod:2245
10332 msgid "(Added in 1.0.17)"
10333 msgstr ""
10334
10335 # type: =head2
10336 #. type: =head2
10337 #: ../src/guestfs-actions.pod:2247
10338 msgid "guestfs_head"
10339 msgstr ""
10340
10341 # type: verbatim
10342 #. type: verbatim
10343 #: ../src/guestfs-actions.pod:2249
10344 #, no-wrap
10345 msgid ""
10346 " char **\n"
10347 " guestfs_head (guestfs_h *g,\n"
10348 "               const char *path);\n"
10349 "\n"
10350 msgstr ""
10351
10352 # type: textblock
10353 #. type: textblock
10354 #: ../src/guestfs-actions.pod:2253 ../fish/guestfish-actions.pod:1515
10355 msgid ""
10356 "This command returns up to the first 10 lines of a file as a list of strings."
10357 msgstr ""
10358
10359 # type: =head2
10360 #. type: =head2
10361 #: ../src/guestfs-actions.pod:2265
10362 msgid "guestfs_head_n"
10363 msgstr ""
10364
10365 # type: verbatim
10366 #. type: verbatim
10367 #: ../src/guestfs-actions.pod:2267
10368 #, no-wrap
10369 msgid ""
10370 " char **\n"
10371 " guestfs_head_n (guestfs_h *g,\n"
10372 "                 int nrlines,\n"
10373 "                 const char *path);\n"
10374 "\n"
10375 msgstr ""
10376
10377 # type: textblock
10378 #. type: textblock
10379 #: ../src/guestfs-actions.pod:2272 ../fish/guestfish-actions.pod:1525
10380 msgid ""
10381 "If the parameter C<nrlines> is a positive number, this returns the first "
10382 "C<nrlines> lines of the file C<path>."
10383 msgstr ""
10384
10385 # type: textblock
10386 #. type: textblock
10387 #: ../src/guestfs-actions.pod:2275 ../fish/guestfish-actions.pod:1528
10388 msgid ""
10389 "If the parameter C<nrlines> is a negative number, this returns lines from "
10390 "the file C<path>, excluding the last C<nrlines> lines."
10391 msgstr ""
10392
10393 # type: textblock
10394 #. type: textblock
10395 #: ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:6269
10396 #: ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:4182
10397 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
10398 msgstr ""
10399
10400 # type: =head2
10401 #. type: =head2
10402 #: ../src/guestfs-actions.pod:2289
10403 msgid "guestfs_hexdump"
10404 msgstr ""
10405
10406 # type: verbatim
10407 #. type: verbatim
10408 #: ../src/guestfs-actions.pod:2291
10409 #, no-wrap
10410 msgid ""
10411 " char *\n"
10412 " guestfs_hexdump (guestfs_h *g,\n"
10413 "                  const char *path);\n"
10414 "\n"
10415 msgstr ""
10416
10417 # type: textblock
10418 #. type: textblock
10419 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1540
10420 msgid ""
10421 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
10422 "readable, canonical hex dump of the file."
10423 msgstr ""
10424
10425 # type: textblock
10426 #. type: textblock
10427 #: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:6053
10428 #: ../src/guestfs-actions.pod:6108
10429 msgid "(Added in 1.0.22)"
10430 msgstr ""
10431
10432 # type: =head2
10433 #. type: =head2
10434 #: ../src/guestfs-actions.pod:2306
10435 msgid "guestfs_initrd_cat"
10436 msgstr ""
10437
10438 # type: verbatim
10439 #. type: verbatim
10440 #: ../src/guestfs-actions.pod:2308
10441 #, no-wrap
10442 msgid ""
10443 " char *\n"
10444 " guestfs_initrd_cat (guestfs_h *g,\n"
10445 "                     const char *initrdpath,\n"
10446 "                     const char *filename,\n"
10447 "                     size_t *size_r);\n"
10448 "\n"
10449 msgstr ""
10450
10451 # type: textblock
10452 #. type: textblock
10453 #: ../src/guestfs-actions.pod:2314 ../fish/guestfish-actions.pod:1550
10454 msgid ""
10455 "This command unpacks the file C<filename> from the initrd file called "
10456 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
10457 "character."
10458 msgstr ""
10459
10460 # type: textblock
10461 #. type: textblock
10462 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1554
10463 msgid ""
10464 "For example, in guestfish you could use the following command to examine the "
10465 "boot script (usually called C</init>)  contained in a Linux initrd or "
10466 "initramfs image:"
10467 msgstr ""
10468
10469 # type: verbatim
10470 #. type: verbatim
10471 #: ../src/guestfs-actions.pod:2322 ../fish/guestfish-actions.pod:1558
10472 #, no-wrap
10473 msgid ""
10474 " initrd-cat /boot/initrd-<version>.img init\n"
10475 "\n"
10476 msgstr ""
10477
10478 # type: textblock
10479 #. type: textblock
10480 #: ../src/guestfs-actions.pod:2324
10481 msgid "See also C<guestfs_initrd_list>."
10482 msgstr ""
10483
10484 # type: =head2
10485 #. type: =head2
10486 #: ../src/guestfs-actions.pod:2335
10487 msgid "guestfs_initrd_list"
10488 msgstr ""
10489
10490 # type: verbatim
10491 #. type: verbatim
10492 #: ../src/guestfs-actions.pod:2337
10493 #, no-wrap
10494 msgid ""
10495 " char **\n"
10496 " guestfs_initrd_list (guestfs_h *g,\n"
10497 "                      const char *path);\n"
10498 "\n"
10499 msgstr ""
10500
10501 # type: textblock
10502 #. type: textblock
10503 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1569
10504 msgid "This command lists out files contained in an initrd."
10505 msgstr ""
10506
10507 # type: textblock
10508 #. type: textblock
10509 #: ../src/guestfs-actions.pod:2343 ../fish/guestfish-actions.pod:1571
10510 msgid ""
10511 "The files are listed without any initial C</> character.  The files are "
10512 "listed in the order they appear (not necessarily alphabetical).  Directory "
10513 "names are listed as separate items."
10514 msgstr ""
10515
10516 # type: textblock
10517 #. type: textblock
10518 #: ../src/guestfs-actions.pod:2347 ../fish/guestfish-actions.pod:1575
10519 msgid ""
10520 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
10521 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
10522 "files)."
10523 msgstr ""
10524
10525 # type: =head2
10526 #. type: =head2
10527 #: ../src/guestfs-actions.pod:2357
10528 msgid "guestfs_inotify_add_watch"
10529 msgstr ""
10530
10531 # type: verbatim
10532 #. type: verbatim
10533 #: ../src/guestfs-actions.pod:2359
10534 #, no-wrap
10535 msgid ""
10536 " int64_t\n"
10537 " guestfs_inotify_add_watch (guestfs_h *g,\n"
10538 "                            const char *path,\n"
10539 "                            int mask);\n"
10540 "\n"
10541 msgstr ""
10542
10543 # type: textblock
10544 #. type: textblock
10545 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1583
10546 msgid "Watch C<path> for the events listed in C<mask>."
10547 msgstr ""
10548
10549 # type: textblock
10550 #. type: textblock
10551 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1585
10552 msgid ""
10553 "Note that if C<path> is a directory then events within that directory are "
10554 "watched, but this does I<not> happen recursively (in subdirectories)."
10555 msgstr ""
10556
10557 # type: textblock
10558 #. type: textblock
10559 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1589
10560 msgid ""
10561 "Note for non-C or non-Linux callers: the inotify events are defined by the "
10562 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
10563 msgstr ""
10564
10565 # type: =head2
10566 #. type: =head2
10567 #: ../src/guestfs-actions.pod:2378
10568 msgid "guestfs_inotify_close"
10569 msgstr ""
10570
10571 # type: verbatim
10572 #. type: verbatim
10573 #: ../src/guestfs-actions.pod:2380
10574 #, no-wrap
10575 msgid ""
10576 " int\n"
10577 " guestfs_inotify_close (guestfs_h *g);\n"
10578 "\n"
10579 msgstr ""
10580
10581 # type: textblock
10582 #. type: textblock
10583 #: ../src/guestfs-actions.pod:2383 ../fish/guestfish-actions.pod:1597
10584 msgid ""
10585 "This closes the inotify handle which was previously opened by inotify_init.  "
10586 "It removes all watches, throws away any pending events, and deallocates all "
10587 "resources."
10588 msgstr ""
10589
10590 # type: =head2
10591 #. type: =head2
10592 #: ../src/guestfs-actions.pod:2391
10593 msgid "guestfs_inotify_files"
10594 msgstr ""
10595
10596 # type: verbatim
10597 #. type: verbatim
10598 #: ../src/guestfs-actions.pod:2393
10599 #, no-wrap
10600 msgid ""
10601 " char **\n"
10602 " guestfs_inotify_files (guestfs_h *g);\n"
10603 "\n"
10604 msgstr ""
10605
10606 # type: textblock
10607 #. type: textblock
10608 #: ../src/guestfs-actions.pod:2396
10609 msgid ""
10610 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
10611 "returns a list of pathnames of objects that were touched.  The returned "
10612 "pathnames are sorted and deduplicated."
10613 msgstr ""
10614
10615 # type: =head2
10616 #. type: =head2
10617 #: ../src/guestfs-actions.pod:2406
10618 msgid "guestfs_inotify_init"
10619 msgstr ""
10620
10621 # type: verbatim
10622 #. type: verbatim
10623 #: ../src/guestfs-actions.pod:2408
10624 #, no-wrap
10625 msgid ""
10626 " int\n"
10627 " guestfs_inotify_init (guestfs_h *g,\n"
10628 "                       int maxevents);\n"
10629 "\n"
10630 msgstr ""
10631
10632 # type: textblock
10633 #. type: textblock
10634 #: ../src/guestfs-actions.pod:2412 ../fish/guestfish-actions.pod:1613
10635 msgid ""
10636 "This command creates a new inotify handle.  The inotify subsystem can be "
10637 "used to notify events which happen to objects in the guest filesystem."
10638 msgstr ""
10639
10640 # type: textblock
10641 #. type: textblock
10642 #: ../src/guestfs-actions.pod:2416
10643 msgid ""
10644 "C<maxevents> is the maximum number of events which will be queued up between "
10645 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
10646 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
10647 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
10648 "throws away events, but records the fact that it threw them away by setting "
10649 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
10650 "C<guestfs_inotify_read>)."
10651 msgstr ""
10652
10653 # type: textblock
10654 #. type: textblock
10655 #: ../src/guestfs-actions.pod:2426
10656 msgid ""
10657 "Before any events are generated, you have to add some watches to the "
10658 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
10659 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
10660 msgstr ""
10661
10662 # type: textblock
10663 #. type: textblock
10664 #: ../src/guestfs-actions.pod:2432
10665 msgid ""
10666 "Queued up events should be read periodically by calling "
10667 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
10668 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
10669 "often enough then you risk the internal queue overflowing."
10670 msgstr ""
10671
10672 # type: textblock
10673 #. type: textblock
10674 #: ../src/guestfs-actions.pod:2439
10675 msgid ""
10676 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
10677 "This also removes any watches automatically."
10678 msgstr ""
10679
10680 # type: textblock
10681 #. type: textblock
10682 #: ../src/guestfs-actions.pod:2443 ../fish/guestfish-actions.pod:1644
10683 msgid ""
10684 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
10685 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
10686 "that there is one global inotify handle per libguestfs instance."
10687 msgstr ""
10688
10689 # type: =head2
10690 #. type: =head2
10691 #: ../src/guestfs-actions.pod:2452
10692 msgid "guestfs_inotify_read"
10693 msgstr ""
10694
10695 # type: verbatim
10696 #. type: verbatim
10697 #: ../src/guestfs-actions.pod:2454
10698 #, no-wrap
10699 msgid ""
10700 " struct guestfs_inotify_event_list *\n"
10701 " guestfs_inotify_read (guestfs_h *g);\n"
10702 "\n"
10703 msgstr ""
10704
10705 # type: textblock
10706 #. type: textblock
10707 #: ../src/guestfs-actions.pod:2457 ../fish/guestfish-actions.pod:1653
10708 msgid ""
10709 "Return the complete queue of events that have happened since the previous "
10710 "read call."
10711 msgstr ""
10712
10713 # type: textblock
10714 #. type: textblock
10715 #: ../src/guestfs-actions.pod:2460 ../fish/guestfish-actions.pod:1656
10716 msgid "If no events have happened, this returns an empty list."
10717 msgstr ""
10718
10719 # type: textblock
10720 #. type: textblock
10721 #: ../src/guestfs-actions.pod:2462 ../fish/guestfish-actions.pod:1658
10722 msgid ""
10723 "I<Note>: In order to make sure that all events have been read, you must call "
10724 "this function repeatedly until it returns an empty list.  The reason is that "
10725 "the call will read events up to the maximum appliance-to-host message size "
10726 "and leave remaining events in the queue."
10727 msgstr ""
10728
10729 # type: textblock
10730 #. type: textblock
10731 #: ../src/guestfs-actions.pod:2468
10732 msgid ""
10733 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
10734 "there was an error.  I<The caller must call "
10735 "C<guestfs_free_inotify_event_list> after use>."
10736 msgstr ""
10737
10738 # type: =head2
10739 #. type: =head2
10740 #: ../src/guestfs-actions.pod:2474
10741 msgid "guestfs_inotify_rm_watch"
10742 msgstr ""
10743
10744 # type: verbatim
10745 #. type: verbatim
10746 #: ../src/guestfs-actions.pod:2476
10747 #, no-wrap
10748 msgid ""
10749 " int\n"
10750 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
10751 "                           int wd);\n"
10752 "\n"
10753 msgstr ""
10754
10755 # type: textblock
10756 #. type: textblock
10757 #: ../src/guestfs-actions.pod:2480
10758 msgid ""
10759 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
10760 msgstr ""
10761
10762 # type: =head2
10763 #. type: =head2
10764 #: ../src/guestfs-actions.pod:2487
10765 msgid "guestfs_inspect_get_arch"
10766 msgstr ""
10767
10768 # type: verbatim
10769 #. type: verbatim
10770 #: ../src/guestfs-actions.pod:2489
10771 #, no-wrap
10772 msgid ""
10773 " char *\n"
10774 " guestfs_inspect_get_arch (guestfs_h *g,\n"
10775 "                           const char *root);\n"
10776 "\n"
10777 msgstr ""
10778
10779 # type: textblock
10780 #. type: textblock
10781 #: ../src/guestfs-actions.pod:2493 ../src/guestfs-actions.pod:2516
10782 #: ../src/guestfs-actions.pod:2597 ../src/guestfs-actions.pod:2623
10783 #: ../src/guestfs-actions.pod:2645 ../src/guestfs-actions.pod:2672
10784 #: ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2726
10785 #: ../src/guestfs-actions.pod:2755 ../src/guestfs-actions.pod:2786
10786 #: ../src/guestfs-actions.pod:2830 ../src/guestfs-actions.pod:2872
10787 #: ../src/guestfs-actions.pod:2895
10788 msgid ""
10789 "This function should only be called with a root device string as returned by "
10790 "C<guestfs_inspect_os>."
10791 msgstr ""
10792
10793 # type: textblock
10794 #. type: textblock
10795 #: ../src/guestfs-actions.pod:2496
10796 msgid ""
10797 "This returns the architecture of the inspected operating system.  The "
10798 "possible return values are listed under C<guestfs_file_architecture>."
10799 msgstr ""
10800
10801 # type: textblock
10802 #. type: textblock
10803 #: ../src/guestfs-actions.pod:2500 ../fish/guestfish-actions.pod:1682
10804 msgid ""
10805 "If the architecture could not be determined, then the string C<unknown> is "
10806 "returned."
10807 msgstr ""
10808
10809 # type: textblock
10810 #. type: textblock
10811 #: ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:2584
10812 #: ../src/guestfs-actions.pod:2632 ../src/guestfs-actions.pod:2660
10813 #: ../src/guestfs-actions.pod:2742 ../src/guestfs-actions.pod:2773
10814 #: ../src/guestfs-actions.pod:2797 ../src/guestfs-actions.pod:2816
10815 #: ../src/guestfs-actions.pod:2859 ../src/guestfs-actions.pod:2882
10816 #: ../src/guestfs-actions.pod:2988 ../src/guestfs-actions.pod:3029
10817 #: ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:1759
10818 #: ../fish/guestfish-actions.pod:1792 ../fish/guestfish-actions.pod:1813
10819 #: ../fish/guestfish-actions.pod:1873 ../fish/guestfish-actions.pod:1897
10820 #: ../fish/guestfish-actions.pod:1914 ../fish/guestfish-actions.pod:1927
10821 #: ../fish/guestfish-actions.pod:1962 ../fish/guestfish-actions.pod:1978
10822 #: ../fish/guestfish-actions.pod:2077 ../fish/guestfish-actions.pod:2111
10823 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10824 msgstr ""
10825
10826 # type: =head2
10827 #. type: =head2
10828 #: ../src/guestfs-actions.pod:2510
10829 msgid "guestfs_inspect_get_distro"
10830 msgstr ""
10831
10832 # type: verbatim
10833 #. type: verbatim
10834 #: ../src/guestfs-actions.pod:2512
10835 #, no-wrap
10836 msgid ""
10837 " char *\n"
10838 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10839 "                             const char *root);\n"
10840 "\n"
10841 msgstr ""
10842
10843 # type: textblock
10844 #. type: textblock
10845 #: ../src/guestfs-actions.pod:2519 ../fish/guestfish-actions.pod:1694
10846 msgid ""
10847 "This returns the distro (distribution) of the inspected operating system."
10848 msgstr ""
10849
10850 # type: textblock
10851 #. type: textblock
10852 #: ../src/guestfs-actions.pod:2522 ../fish/guestfish-actions.pod:1697
10853 msgid "Currently defined distros are:"
10854 msgstr ""
10855
10856 # type: =item
10857 #. type: =item
10858 #: ../src/guestfs-actions.pod:2526 ../fish/guestfish-actions.pod:1701
10859 msgid "\"archlinux\""
10860 msgstr ""
10861
10862 # type: textblock
10863 #. type: textblock
10864 #: ../src/guestfs-actions.pod:2528 ../fish/guestfish-actions.pod:1703
10865 msgid "Arch Linux."
10866 msgstr ""
10867
10868 # type: =item
10869 #. type: =item
10870 #: ../src/guestfs-actions.pod:2530 ../fish/guestfish-actions.pod:1705
10871 msgid "\"debian\""
10872 msgstr ""
10873
10874 # type: textblock
10875 #. type: textblock
10876 #: ../src/guestfs-actions.pod:2532 ../fish/guestfish-actions.pod:1707
10877 msgid "Debian."
10878 msgstr ""
10879
10880 # type: =item
10881 #. type: =item
10882 #: ../src/guestfs-actions.pod:2534 ../fish/guestfish-actions.pod:1709
10883 msgid "\"fedora\""
10884 msgstr ""
10885
10886 # type: textblock
10887 #. type: textblock
10888 #: ../src/guestfs-actions.pod:2536 ../fish/guestfish-actions.pod:1711
10889 msgid "Fedora."
10890 msgstr ""
10891
10892 # type: =item
10893 #. type: =item
10894 #: ../src/guestfs-actions.pod:2538 ../fish/guestfish-actions.pod:1713
10895 msgid "\"gentoo\""
10896 msgstr ""
10897
10898 # type: textblock
10899 #. type: textblock
10900 #: ../src/guestfs-actions.pod:2540 ../fish/guestfish-actions.pod:1715
10901 msgid "Gentoo."
10902 msgstr ""
10903
10904 # type: =item
10905 #. type: =item
10906 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1717
10907 msgid "\"linuxmint\""
10908 msgstr ""
10909
10910 # type: textblock
10911 #. type: textblock
10912 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1719
10913 msgid "Linux Mint."
10914 msgstr ""
10915
10916 # type: =item
10917 #. type: =item
10918 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1721
10919 msgid "\"mandriva\""
10920 msgstr ""
10921
10922 # type: textblock
10923 #. type: textblock
10924 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1723
10925 msgid "Mandriva."
10926 msgstr ""
10927
10928 # type: =item
10929 #. type: =item
10930 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1725
10931 msgid "\"meego\""
10932 msgstr ""
10933
10934 # type: textblock
10935 #. type: textblock
10936 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1727
10937 msgid "MeeGo."
10938 msgstr ""
10939
10940 # type: =item
10941 #. type: =item
10942 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1729
10943 msgid "\"pardus\""
10944 msgstr ""
10945
10946 # type: textblock
10947 #. type: textblock
10948 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1731
10949 msgid "Pardus."
10950 msgstr ""
10951
10952 # type: =item
10953 #. type: =item
10954 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1733
10955 msgid "\"redhat-based\""
10956 msgstr ""
10957
10958 # type: textblock
10959 #. type: textblock
10960 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1735
10961 msgid "Some Red Hat-derived distro."
10962 msgstr ""
10963
10964 # type: =item
10965 #. type: =item
10966 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1737
10967 msgid "\"rhel\""
10968 msgstr ""
10969
10970 # type: textblock
10971 #. type: textblock
10972 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1739
10973 msgid "Red Hat Enterprise Linux and some derivatives."
10974 msgstr ""
10975
10976 # type: =item
10977 #. type: =item
10978 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1741
10979 msgid "\"ubuntu\""
10980 msgstr ""
10981
10982 # type: textblock
10983 #. type: textblock
10984 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1743
10985 msgid "Ubuntu."
10986 msgstr ""
10987
10988 # type: =item
10989 #. type: =item
10990 #: ../src/guestfs-actions.pod:2570 ../src/guestfs-actions.pod:2850
10991 #: ../fish/guestfish-actions.pod:1745 ../fish/guestfish-actions.pod:1953
10992 msgid "\"unknown\""
10993 msgstr ""
10994
10995 # type: textblock
10996 #. type: textblock
10997 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1747
10998 msgid "The distro could not be determined."
10999 msgstr ""
11000
11001 # type: =item
11002 #. type: =item
11003 #: ../src/guestfs-actions.pod:2574 ../src/guestfs-actions.pod:2842
11004 #: ../fish/guestfish-actions.pod:1749 ../fish/guestfish-actions.pod:1945
11005 msgid "\"windows\""
11006 msgstr ""
11007
11008 # type: textblock
11009 #. type: textblock
11010 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1751
11011 msgid ""
11012 "Windows does not have distributions.  This string is returned if the OS type "
11013 "is Windows."
11014 msgstr ""
11015
11016 # type: textblock
11017 #. type: textblock
11018 #: ../src/guestfs-actions.pod:2581 ../src/guestfs-actions.pod:2856
11019 #: ../fish/guestfish-actions.pod:1756 ../fish/guestfish-actions.pod:1959
11020 msgid ""
11021 "Future versions of libguestfs may return other strings here.  The caller "
11022 "should be prepared to handle any string."
11023 msgstr ""
11024
11025 # type: =head2
11026 #. type: =head2
11027 #: ../src/guestfs-actions.pod:2591
11028 msgid "guestfs_inspect_get_filesystems"
11029 msgstr ""
11030
11031 # type: verbatim
11032 #. type: verbatim
11033 #: ../src/guestfs-actions.pod:2593
11034 #, no-wrap
11035 msgid ""
11036 " char **\n"
11037 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
11038 "                                  const char *root);\n"
11039 "\n"
11040 msgstr ""
11041
11042 # type: textblock
11043 #. type: textblock
11044 #: ../src/guestfs-actions.pod:2600 ../fish/guestfish-actions.pod:1768
11045 msgid ""
11046 "This returns a list of all the filesystems that we think are associated with "
11047 "this operating system.  This includes the root filesystem, other ordinary "
11048 "filesystems, and non-mounted devices like swap partitions."
11049 msgstr ""
11050
11051 # type: textblock
11052 #. type: textblock
11053 #: ../src/guestfs-actions.pod:2605 ../fish/guestfish-actions.pod:1773
11054 msgid ""
11055 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
11056 "to be shared between operating systems."
11057 msgstr ""
11058
11059 # type: textblock
11060 #. type: textblock
11061 #: ../src/guestfs-actions.pod:2608
11062 msgid ""
11063 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11064 "C<guestfs_inspect_get_mountpoints>."
11065 msgstr ""
11066
11067 # type: =head2
11068 #. type: =head2
11069 #: ../src/guestfs-actions.pod:2617
11070 msgid "guestfs_inspect_get_hostname"
11071 msgstr ""
11072
11073 # type: verbatim
11074 #. type: verbatim
11075 #: ../src/guestfs-actions.pod:2619
11076 #, no-wrap
11077 msgid ""
11078 " char *\n"
11079 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
11080 "                               const char *root);\n"
11081 "\n"
11082 msgstr ""
11083
11084 # type: textblock
11085 #. type: textblock
11086 #: ../src/guestfs-actions.pod:2626 ../fish/guestfish-actions.pod:1786
11087 msgid ""
11088 "This function returns the hostname of the operating system as found by "
11089 "inspection of the guest's configuration files."
11090 msgstr ""
11091
11092 # type: textblock
11093 #. type: textblock
11094 #: ../src/guestfs-actions.pod:2629 ../fish/guestfish-actions.pod:1789
11095 msgid ""
11096 "If the hostname could not be determined, then the string C<unknown> is "
11097 "returned."
11098 msgstr ""
11099
11100 # type: textblock
11101 #. type: textblock
11102 #: ../src/guestfs-actions.pod:2637
11103 msgid "(Added in 1.7.9)"
11104 msgstr ""
11105
11106 # type: =head2
11107 #. type: =head2
11108 #: ../src/guestfs-actions.pod:2639
11109 msgid "guestfs_inspect_get_major_version"
11110 msgstr ""
11111
11112 # type: verbatim
11113 #. type: verbatim
11114 #: ../src/guestfs-actions.pod:2641
11115 #, no-wrap
11116 msgid ""
11117 " int\n"
11118 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
11119 "                                    const char *root);\n"
11120 "\n"
11121 msgstr ""
11122
11123 # type: textblock
11124 #. type: textblock
11125 #: ../src/guestfs-actions.pod:2648 ../fish/guestfish-actions.pod:1801
11126 msgid ""
11127 "This returns the major version number of the inspected operating system."
11128 msgstr ""
11129
11130 # type: textblock
11131 #. type: textblock
11132 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1804
11133 msgid ""
11134 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
11135 "popular public names used by the operating system.  Notably the operating "
11136 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
11137 "1).  You can find out the real versions corresponding to releases of Windows "
11138 "by consulting Wikipedia or MSDN."
11139 msgstr ""
11140
11141 # type: textblock
11142 #. type: textblock
11143 #: ../src/guestfs-actions.pod:2658 ../src/guestfs-actions.pod:2678
11144 #: ../fish/guestfish-actions.pod:1811 ../fish/guestfish-actions.pod:1825
11145 msgid "If the version could not be determined, then C<0> is returned."
11146 msgstr ""
11147
11148 # type: =head2
11149 #. type: =head2
11150 #: ../src/guestfs-actions.pod:2666
11151 msgid "guestfs_inspect_get_minor_version"
11152 msgstr ""
11153
11154 # type: verbatim
11155 #. type: verbatim
11156 #: ../src/guestfs-actions.pod:2668
11157 #, no-wrap
11158 msgid ""
11159 " int\n"
11160 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
11161 "                                    const char *root);\n"
11162 "\n"
11163 msgstr ""
11164
11165 # type: textblock
11166 #. type: textblock
11167 #: ../src/guestfs-actions.pod:2675 ../fish/guestfish-actions.pod:1822
11168 msgid ""
11169 "This returns the minor version number of the inspected operating system."
11170 msgstr ""
11171
11172 # type: textblock
11173 #. type: textblock
11174 #: ../src/guestfs-actions.pod:2680
11175 msgid ""
11176 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11177 "C<guestfs_inspect_get_major_version>."
11178 msgstr ""
11179
11180 # type: =head2
11181 #. type: =head2
11182 #: ../src/guestfs-actions.pod:2687
11183 msgid "guestfs_inspect_get_mountpoints"
11184 msgstr ""
11185
11186 # type: verbatim
11187 #. type: verbatim
11188 #: ../src/guestfs-actions.pod:2689
11189 #, no-wrap
11190 msgid ""
11191 " char **\n"
11192 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
11193 "                                  const char *root);\n"
11194 "\n"
11195 msgstr ""
11196
11197 # type: textblock
11198 #. type: textblock
11199 #: ../src/guestfs-actions.pod:2696 ../fish/guestfish-actions.pod:1837
11200 msgid ""
11201 "This returns a hash of where we think the filesystems associated with this "
11202 "operating system should be mounted.  Callers should note that this is at "
11203 "best an educated guess made by reading configuration files such as C</etc/"
11204 "fstab>."
11205 msgstr ""
11206
11207 # type: textblock
11208 #. type: textblock
11209 #: ../src/guestfs-actions.pod:2701 ../fish/guestfish-actions.pod:1842
11210 msgid ""
11211 "Each element in the returned hashtable has a key which is the path of the "
11212 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
11213 "mounted there (eg. C</dev/sda1>)."
11214 msgstr ""
11215
11216 # type: textblock
11217 #. type: textblock
11218 #: ../src/guestfs-actions.pod:2706 ../fish/guestfish-actions.pod:1847
11219 msgid ""
11220 "Non-mounted devices such as swap devices are I<not> returned in this list."
11221 msgstr ""
11222
11223 # type: textblock
11224 #. type: textblock
11225 #: ../src/guestfs-actions.pod:2709
11226 msgid ""
11227 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11228 "C<guestfs_inspect_get_filesystems>."
11229 msgstr ""
11230
11231 # type: textblock
11232 #. type: textblock
11233 #: ../src/guestfs-actions.pod:2712 ../src/guestfs-actions.pod:3358
11234 #: ../src/guestfs-actions.pod:4554 ../src/guestfs-actions.pod:6410
11235 msgid ""
11236 "This function returns a NULL-terminated array of strings, or NULL if there "
11237 "was an error.  The array of strings will always have length C<2n+1>, where "
11238 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
11239 "caller must free the strings and the array after use>."
11240 msgstr ""
11241
11242 # type: =head2
11243 #. type: =head2
11244 #: ../src/guestfs-actions.pod:2720
11245 msgid "guestfs_inspect_get_package_format"
11246 msgstr ""
11247
11248 # type: verbatim
11249 #. type: verbatim
11250 #: ../src/guestfs-actions.pod:2722
11251 #, no-wrap
11252 msgid ""
11253 " char *\n"
11254 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
11255 "                                     const char *root);\n"
11256 "\n"
11257 msgstr ""
11258
11259 # type: textblock
11260 #. type: textblock
11261 #: ../src/guestfs-actions.pod:2729
11262 msgid ""
11263 "This function and C<guestfs_inspect_get_package_management> return the "
11264 "package format and package management tool used by the inspected operating "
11265 "system.  For example for Fedora these functions would return C<rpm> (package "
11266 "format) and C<yum> (package management)."
11267 msgstr ""
11268
11269 # type: textblock
11270 #. type: textblock
11271 #: ../src/guestfs-actions.pod:2735 ../fish/guestfish-actions.pod:1866
11272 msgid ""
11273 "This returns the string C<unknown> if we could not determine the package "
11274 "format I<or> if the operating system does not have a real packaging system "
11275 "(eg. Windows)."
11276 msgstr ""
11277
11278 # type: textblock
11279 #. type: textblock
11280 #: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1870
11281 msgid ""
11282 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
11283 "Future versions of libguestfs may return other strings."
11284 msgstr ""
11285
11286 # type: textblock
11287 #. type: textblock
11288 #: ../src/guestfs-actions.pod:2747 ../src/guestfs-actions.pod:2778
11289 msgid "(Added in 1.7.5)"
11290 msgstr ""
11291
11292 # type: =head2
11293 #. type: =head2
11294 #: ../src/guestfs-actions.pod:2749
11295 msgid "guestfs_inspect_get_package_management"
11296 msgstr ""
11297
11298 # type: verbatim
11299 #. type: verbatim
11300 #: ../src/guestfs-actions.pod:2751
11301 #, no-wrap
11302 msgid ""
11303 " char *\n"
11304 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
11305 "                                         const char *root);\n"
11306 "\n"
11307 msgstr ""
11308
11309 # type: textblock
11310 #. type: textblock
11311 #: ../src/guestfs-actions.pod:2758
11312 msgid ""
11313 "C<guestfs_inspect_get_package_format> and this function return the package "
11314 "format and package management tool used by the inspected operating system.  "
11315 "For example for Fedora these functions would return C<rpm> (package format) "
11316 "and C<yum> (package management)."
11317 msgstr ""
11318
11319 # type: textblock
11320 #. type: textblock
11321 #: ../src/guestfs-actions.pod:2764 ../fish/guestfish-actions.pod:1888
11322 msgid ""
11323 "This returns the string C<unknown> if we could not determine the package "
11324 "management tool I<or> if the operating system does not have a real packaging "
11325 "system (eg. Windows)."
11326 msgstr ""
11327
11328 # type: textblock
11329 #. type: textblock
11330 #: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1892
11331 msgid ""
11332 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
11333 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
11334 "libguestfs may return other strings."
11335 msgstr ""
11336
11337 # type: =head2
11338 #. type: =head2
11339 #: ../src/guestfs-actions.pod:2780
11340 msgid "guestfs_inspect_get_product_name"
11341 msgstr ""
11342
11343 # type: verbatim
11344 #. type: verbatim
11345 #: ../src/guestfs-actions.pod:2782
11346 #, no-wrap
11347 msgid ""
11348 " char *\n"
11349 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
11350 "                                   const char *root);\n"
11351 "\n"
11352 msgstr ""
11353
11354 # type: textblock
11355 #. type: textblock
11356 #: ../src/guestfs-actions.pod:2789 ../fish/guestfish-actions.pod:1906
11357 msgid ""
11358 "This returns the product name of the inspected operating system.  The "
11359 "product name is generally some freeform string which can be displayed to the "
11360 "user, but should not be parsed by programs."
11361 msgstr ""
11362
11363 # type: textblock
11364 #. type: textblock
11365 #: ../src/guestfs-actions.pod:2794 ../fish/guestfish-actions.pod:1911
11366 msgid ""
11367 "If the product name could not be determined, then the string C<unknown> is "
11368 "returned."
11369 msgstr ""
11370
11371 # type: =head2
11372 #. type: =head2
11373 #: ../src/guestfs-actions.pod:2804
11374 msgid "guestfs_inspect_get_roots"
11375 msgstr ""
11376
11377 # type: verbatim
11378 #. type: verbatim
11379 #: ../src/guestfs-actions.pod:2806
11380 #, no-wrap
11381 msgid ""
11382 " char **\n"
11383 " guestfs_inspect_get_roots (guestfs_h *g);\n"
11384 "\n"
11385 msgstr ""
11386
11387 # type: textblock
11388 #. type: textblock
11389 #: ../src/guestfs-actions.pod:2809
11390 msgid ""
11391 "This function is a convenient way to get the list of root devices, as "
11392 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
11393 "the whole inspection process."
11394 msgstr ""
11395
11396 # type: textblock
11397 #. type: textblock
11398 #: ../src/guestfs-actions.pod:2813
11399 msgid ""
11400 "This returns an empty list if either no root devices were found or the "
11401 "caller has not called C<guestfs_inspect_os>."
11402 msgstr ""
11403
11404 # type: textblock
11405 #. type: textblock
11406 #: ../src/guestfs-actions.pod:2822
11407 msgid "(Added in 1.7.3)"
11408 msgstr ""
11409
11410 # type: =head2
11411 #. type: =head2
11412 #: ../src/guestfs-actions.pod:2824
11413 msgid "guestfs_inspect_get_type"
11414 msgstr ""
11415
11416 # type: verbatim
11417 #. type: verbatim
11418 #: ../src/guestfs-actions.pod:2826
11419 #, no-wrap
11420 msgid ""
11421 " char *\n"
11422 " guestfs_inspect_get_type (guestfs_h *g,\n"
11423 "                           const char *root);\n"
11424 "\n"
11425 msgstr ""
11426
11427 # type: textblock
11428 #. type: textblock
11429 #: ../src/guestfs-actions.pod:2833 ../fish/guestfish-actions.pod:1936
11430 msgid ""
11431 "This returns the type of the inspected operating system.  Currently defined "
11432 "types are:"
11433 msgstr ""
11434
11435 # type: =item
11436 #. type: =item
11437 #: ../src/guestfs-actions.pod:2838 ../fish/guestfish-actions.pod:1941
11438 msgid "\"linux\""
11439 msgstr ""
11440
11441 # type: textblock
11442 #. type: textblock
11443 #: ../src/guestfs-actions.pod:2840 ../fish/guestfish-actions.pod:1943
11444 msgid "Any Linux-based operating system."
11445 msgstr ""
11446
11447 # type: textblock
11448 #. type: textblock
11449 #: ../src/guestfs-actions.pod:2844 ../fish/guestfish-actions.pod:1947
11450 msgid "Any Microsoft Windows operating system."
11451 msgstr ""
11452
11453 # type: =item
11454 #. type: =item
11455 #: ../src/guestfs-actions.pod:2846 ../fish/guestfish-actions.pod:1949
11456 msgid "\"freebsd\""
11457 msgstr ""
11458
11459 # type: textblock
11460 #. type: textblock
11461 #: ../src/guestfs-actions.pod:2848 ../fish/guestfish-actions.pod:1951
11462 msgid "FreeBSD."
11463 msgstr ""
11464
11465 # type: textblock
11466 #. type: textblock
11467 #: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1955
11468 msgid "The operating system type could not be determined."
11469 msgstr ""
11470
11471 # type: =head2
11472 #. type: =head2
11473 #: ../src/guestfs-actions.pod:2866
11474 msgid "guestfs_inspect_get_windows_systemroot"
11475 msgstr ""
11476
11477 # type: verbatim
11478 #. type: verbatim
11479 #: ../src/guestfs-actions.pod:2868
11480 #, no-wrap
11481 msgid ""
11482 " char *\n"
11483 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
11484 "                                         const char *root);\n"
11485 "\n"
11486 msgstr ""
11487
11488 # type: textblock
11489 #. type: textblock
11490 #: ../src/guestfs-actions.pod:2875 ../fish/guestfish-actions.pod:1971
11491 msgid ""
11492 "This returns the Windows systemroot of the inspected guest.  The systemroot "
11493 "is a directory path such as C</WINDOWS>."
11494 msgstr ""
11495
11496 # type: textblock
11497 #. type: textblock
11498 #: ../src/guestfs-actions.pod:2878 ../fish/guestfish-actions.pod:1974
11499 msgid ""
11500 "This call assumes that the guest is Windows and that the systemroot could be "
11501 "determined by inspection.  If this is not the case then an error is returned."
11502 msgstr ""
11503
11504 # type: textblock
11505 #. type: textblock
11506 #: ../src/guestfs-actions.pod:2887
11507 msgid "(Added in 1.5.25)"
11508 msgstr ""
11509
11510 # type: =head2
11511 #. type: =head2
11512 #: ../src/guestfs-actions.pod:2889
11513 msgid "guestfs_inspect_list_applications"
11514 msgstr ""
11515
11516 # type: verbatim
11517 #. type: verbatim
11518 #: ../src/guestfs-actions.pod:2891
11519 #, no-wrap
11520 msgid ""
11521 " struct guestfs_application_list *\n"
11522 " guestfs_inspect_list_applications (guestfs_h *g,\n"
11523 "                                    const char *root);\n"
11524 "\n"
11525 msgstr ""
11526
11527 # type: textblock
11528 #. type: textblock
11529 #: ../src/guestfs-actions.pod:2898 ../fish/guestfish-actions.pod:1987
11530 msgid "Return the list of applications installed in the operating system."
11531 msgstr ""
11532
11533 # type: textblock
11534 #. type: textblock
11535 #: ../src/guestfs-actions.pod:2900
11536 msgid ""
11537 "I<Note:> This call works differently from other parts of the inspection "
11538 "API.  You have to call C<guestfs_inspect_os>, then "
11539 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
11540 "this.  Listing applications is a significantly more difficult operation "
11541 "which requires access to the full filesystem.  Also note that unlike the "
11542 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
11543 "the libguestfs handle, this call actually reads parts of the mounted "
11544 "filesystems during the call."
11545 msgstr ""
11546
11547 # type: textblock
11548 #. type: textblock
11549 #: ../src/guestfs-actions.pod:2910 ../fish/guestfish-actions.pod:1999
11550 msgid ""
11551 "This returns an empty list if the inspection code was not able to determine "
11552 "the list of applications."
11553 msgstr ""
11554
11555 # type: textblock
11556 #. type: textblock
11557 #: ../src/guestfs-actions.pod:2913 ../fish/guestfish-actions.pod:2002
11558 msgid "The application structure contains the following fields:"
11559 msgstr ""
11560
11561 # type: =item
11562 #. type: =item
11563 #: ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:2006
11564 msgid "C<app_name>"
11565 msgstr ""
11566
11567 # type: textblock
11568 #. type: textblock
11569 #: ../src/guestfs-actions.pod:2919 ../fish/guestfish-actions.pod:2008
11570 msgid ""
11571 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
11572 "guests, this is the package name."
11573 msgstr ""
11574
11575 # type: =item
11576 #. type: =item
11577 #: ../src/guestfs-actions.pod:2922 ../fish/guestfish-actions.pod:2011
11578 msgid "C<app_display_name>"
11579 msgstr ""
11580
11581 # type: textblock
11582 #. type: textblock
11583 #: ../src/guestfs-actions.pod:2924 ../fish/guestfish-actions.pod:2013
11584 msgid ""
11585 "The display name of the application, sometimes localized to the install "
11586 "language of the guest operating system."
11587 msgstr ""
11588
11589 # type: textblock
11590 #. type: textblock
11591 #: ../src/guestfs-actions.pod:2927 ../fish/guestfish-actions.pod:2016
11592 msgid ""
11593 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
11594 "to display something can use C<app_name> instead."
11595 msgstr ""
11596
11597 # type: =item
11598 #. type: =item
11599 #: ../src/guestfs-actions.pod:2930 ../fish/guestfish-actions.pod:2019
11600 msgid "C<app_epoch>"
11601 msgstr ""
11602
11603 # type: textblock
11604 #. type: textblock
11605 #: ../src/guestfs-actions.pod:2932 ../fish/guestfish-actions.pod:2021
11606 msgid ""
11607 "For package managers which use epochs, this contains the epoch of the "
11608 "package (an integer).  If unavailable, this is returned as C<0>."
11609 msgstr ""
11610
11611 # type: =item
11612 #. type: =item
11613 #: ../src/guestfs-actions.pod:2935 ../fish/guestfish-actions.pod:2024
11614 msgid "C<app_version>"
11615 msgstr ""
11616
11617 # type: textblock
11618 #. type: textblock
11619 #: ../src/guestfs-actions.pod:2937 ../fish/guestfish-actions.pod:2026
11620 msgid ""
11621 "The version string of the application or package.  If unavailable this is "
11622 "returned as an empty string C<\"\">."
11623 msgstr ""
11624
11625 # type: =item
11626 #. type: =item
11627 #: ../src/guestfs-actions.pod:2940 ../fish/guestfish-actions.pod:2029
11628 msgid "C<app_release>"
11629 msgstr ""
11630
11631 # type: textblock
11632 #. type: textblock
11633 #: ../src/guestfs-actions.pod:2942 ../fish/guestfish-actions.pod:2031
11634 msgid ""
11635 "The release string of the application or package, for package managers that "
11636 "use this.  If unavailable this is returned as an empty string C<\"\">."
11637 msgstr ""
11638
11639 # type: =item
11640 #. type: =item
11641 #: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2035
11642 msgid "C<app_install_path>"
11643 msgstr ""
11644
11645 # type: textblock
11646 #. type: textblock
11647 #: ../src/guestfs-actions.pod:2948 ../fish/guestfish-actions.pod:2037
11648 msgid ""
11649 "The installation path of the application (on operating systems such as "
11650 "Windows which use installation paths).  This path is in the format used by "
11651 "the guest operating system, it is not a libguestfs path."
11652 msgstr ""
11653
11654 # type: textblock
11655 #. type: textblock
11656 #: ../src/guestfs-actions.pod:2953 ../fish/guestfish-actions.pod:2042
11657 msgid "If unavailable this is returned as an empty string C<\"\">."
11658 msgstr ""
11659
11660 # type: =item
11661 #. type: =item
11662 #: ../src/guestfs-actions.pod:2955 ../fish/guestfish-actions.pod:2044
11663 msgid "C<app_trans_path>"
11664 msgstr ""
11665
11666 # type: textblock
11667 #. type: textblock
11668 #: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2046
11669 msgid ""
11670 "The install path translated into a libguestfs path.  If unavailable this is "
11671 "returned as an empty string C<\"\">."
11672 msgstr ""
11673
11674 # type: =item
11675 #. type: =item
11676 #: ../src/guestfs-actions.pod:2960 ../fish/guestfish-actions.pod:2049
11677 msgid "C<app_publisher>"
11678 msgstr ""
11679
11680 # type: textblock
11681 #. type: textblock
11682 #: ../src/guestfs-actions.pod:2962 ../fish/guestfish-actions.pod:2051
11683 msgid ""
11684 "The name of the publisher of the application, for package managers that use "
11685 "this.  If unavailable this is returned as an empty string C<\"\">."
11686 msgstr ""
11687
11688 # type: =item
11689 #. type: =item
11690 #: ../src/guestfs-actions.pod:2966 ../fish/guestfish-actions.pod:2055
11691 msgid "C<app_url>"
11692 msgstr ""
11693
11694 # type: textblock
11695 #. type: textblock
11696 #: ../src/guestfs-actions.pod:2968 ../fish/guestfish-actions.pod:2057
11697 msgid ""
11698 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11699 "returned as an empty string C<\"\">."
11700 msgstr ""
11701
11702 # type: =item
11703 #. type: =item
11704 #: ../src/guestfs-actions.pod:2971 ../fish/guestfish-actions.pod:2060
11705 msgid "C<app_source_package>"
11706 msgstr ""
11707
11708 # type: textblock
11709 #. type: textblock
11710 #: ../src/guestfs-actions.pod:2973 ../fish/guestfish-actions.pod:2062
11711 msgid ""
11712 "For packaging systems which support this, the name of the source package.  "
11713 "If unavailable this is returned as an empty string C<\"\">."
11714 msgstr ""
11715
11716 # type: =item
11717 #. type: =item
11718 #: ../src/guestfs-actions.pod:2976 ../fish/guestfish-actions.pod:2065
11719 msgid "C<app_summary>"
11720 msgstr ""
11721
11722 # type: textblock
11723 #. type: textblock
11724 #: ../src/guestfs-actions.pod:2978 ../fish/guestfish-actions.pod:2067
11725 msgid ""
11726 "A short (usually one line) description of the application or package.  If "
11727 "unavailable this is returned as an empty string C<\"\">."
11728 msgstr ""
11729
11730 # type: =item
11731 #. type: =item
11732 #: ../src/guestfs-actions.pod:2981 ../fish/guestfish-actions.pod:2070
11733 msgid "C<app_description>"
11734 msgstr ""
11735
11736 # type: textblock
11737 #. type: textblock
11738 #: ../src/guestfs-actions.pod:2983 ../fish/guestfish-actions.pod:2072
11739 msgid ""
11740 "A longer description of the application or package.  If unavailable this is "
11741 "returned as an empty string C<\"\">."
11742 msgstr ""
11743
11744 # type: textblock
11745 #. type: textblock
11746 #: ../src/guestfs-actions.pod:2990
11747 msgid ""
11748 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11749 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11750 "after use>."
11751 msgstr ""
11752
11753 # type: textblock
11754 #. type: textblock
11755 #: ../src/guestfs-actions.pod:2994
11756 msgid "(Added in 1.7.8)"
11757 msgstr ""
11758
11759 # type: =head2
11760 #. type: =head2
11761 #: ../src/guestfs-actions.pod:2996
11762 msgid "guestfs_inspect_os"
11763 msgstr ""
11764
11765 # type: verbatim
11766 #. type: verbatim
11767 #: ../src/guestfs-actions.pod:2998
11768 #, no-wrap
11769 msgid ""
11770 " char **\n"
11771 " guestfs_inspect_os (guestfs_h *g);\n"
11772 "\n"
11773 msgstr ""
11774
11775 # type: textblock
11776 #. type: textblock
11777 #: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2083
11778 msgid ""
11779 "This function uses other libguestfs functions and certain heuristics to "
11780 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11781 "for operating systems."
11782 msgstr ""
11783
11784 # type: textblock
11785 #. type: textblock
11786 #: ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:2087
11787 msgid "The list returned is empty if no operating systems were found."
11788 msgstr ""
11789
11790 # type: textblock
11791 #. type: textblock
11792 #: ../src/guestfs-actions.pod:3007 ../fish/guestfish-actions.pod:2089
11793 msgid ""
11794 "If one operating system was found, then this returns a list with a single "
11795 "element, which is the name of the root filesystem of this operating system.  "
11796 "It is also possible for this function to return a list containing more than "
11797 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11798 "element being the root filesystem of one of the operating systems."
11799 msgstr ""
11800
11801 # type: textblock
11802 #. type: textblock
11803 #: ../src/guestfs-actions.pod:3014
11804 msgid ""
11805 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11806 "functions in order to query further information about each operating system, "
11807 "such as the name and version."
11808 msgstr ""
11809
11810 # type: textblock
11811 #. type: textblock
11812 #: ../src/guestfs-actions.pod:3019
11813 msgid ""
11814 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11815 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11816 "the contents.  This should be called with no disks currently mounted.  The "
11817 "function may also use Augeas, so any existing Augeas handle will be closed."
11818 msgstr ""
11819
11820 # type: textblock
11821 #. type: textblock
11822 #: ../src/guestfs-actions.pod:3025 ../fish/guestfish-actions.pod:2107
11823 msgid ""
11824 "This function cannot decrypt encrypted disks.  The caller must do that first "
11825 "(supplying the necessary keys) if the disk is encrypted."
11826 msgstr ""
11827
11828 # type: textblock
11829 #. type: textblock
11830 #: ../src/guestfs-actions.pod:3031 ../src/guestfs-actions.pod:3316
11831 #: ../src/guestfs-actions.pod:3378
11832 msgid "See also C<guestfs_list_filesystems>."
11833 msgstr ""
11834
11835 # type: =head2
11836 #. type: =head2
11837 #: ../src/guestfs-actions.pod:3039
11838 msgid "guestfs_is_blockdev"
11839 msgstr ""
11840
11841 # type: verbatim
11842 #. type: verbatim
11843 #: ../src/guestfs-actions.pod:3041
11844 #, no-wrap
11845 msgid ""
11846 " int\n"
11847 " guestfs_is_blockdev (guestfs_h *g,\n"
11848 "                      const char *path);\n"
11849 "\n"
11850 msgstr ""
11851
11852 # type: textblock
11853 #. type: textblock
11854 #: ../src/guestfs-actions.pod:3045 ../fish/guestfish-actions.pod:2119
11855 msgid ""
11856 "This returns C<true> if and only if there is a block device with the given "
11857 "C<path> name."
11858 msgstr ""
11859
11860 # type: textblock
11861 #. type: textblock
11862 #: ../src/guestfs-actions.pod:3048 ../src/guestfs-actions.pod:3077
11863 #: ../src/guestfs-actions.pod:3107 ../src/guestfs-actions.pod:3122
11864 #: ../src/guestfs-actions.pod:3138 ../src/guestfs-actions.pod:3194
11865 #: ../src/guestfs-actions.pod:3209
11866 msgid "See also C<guestfs_stat>."
11867 msgstr ""
11868
11869 # type: textblock
11870 #. type: textblock
11871 #: ../src/guestfs-actions.pod:3052 ../src/guestfs-actions.pod:3081
11872 #: ../src/guestfs-actions.pod:3126 ../src/guestfs-actions.pod:3198
11873 #: ../src/guestfs-actions.pod:3213
11874 msgid "(Added in 1.5.10)"
11875 msgstr ""
11876
11877 # type: =head2
11878 #. type: =head2
11879 #: ../src/guestfs-actions.pod:3054
11880 msgid "guestfs_is_busy"
11881 msgstr ""
11882
11883 # type: verbatim
11884 #. type: verbatim
11885 #: ../src/guestfs-actions.pod:3056
11886 #, no-wrap
11887 msgid ""
11888 " int\n"
11889 " guestfs_is_busy (guestfs_h *g);\n"
11890 "\n"
11891 msgstr ""
11892
11893 # type: textblock
11894 #. type: textblock
11895 #: ../src/guestfs-actions.pod:3059 ../fish/guestfish-actions.pod:2128
11896 msgid ""
11897 "This returns true iff this handle is busy processing a command (in the "
11898 "C<BUSY> state)."
11899 msgstr ""
11900
11901 # type: =head2
11902 #. type: =head2
11903 #: ../src/guestfs-actions.pod:3068
11904 msgid "guestfs_is_chardev"
11905 msgstr ""
11906
11907 # type: verbatim
11908 #. type: verbatim
11909 #: ../src/guestfs-actions.pod:3070
11910 #, no-wrap
11911 msgid ""
11912 " int\n"
11913 " guestfs_is_chardev (guestfs_h *g,\n"
11914 "                     const char *path);\n"
11915 "\n"
11916 msgstr ""
11917
11918 # type: textblock
11919 #. type: textblock
11920 #: ../src/guestfs-actions.pod:3074 ../fish/guestfish-actions.pod:2137
11921 msgid ""
11922 "This returns C<true> if and only if there is a character device with the "
11923 "given C<path> name."
11924 msgstr ""
11925
11926 # type: =head2
11927 #. type: =head2
11928 #: ../src/guestfs-actions.pod:3083
11929 msgid "guestfs_is_config"
11930 msgstr ""
11931
11932 # type: verbatim
11933 #. type: verbatim
11934 #: ../src/guestfs-actions.pod:3085
11935 #, no-wrap
11936 msgid ""
11937 " int\n"
11938 " guestfs_is_config (guestfs_h *g);\n"
11939 "\n"
11940 msgstr ""
11941
11942 # type: textblock
11943 #. type: textblock
11944 #: ../src/guestfs-actions.pod:3088 ../fish/guestfish-actions.pod:2146
11945 msgid ""
11946 "This returns true iff this handle is being configured (in the C<CONFIG> "
11947 "state)."
11948 msgstr ""
11949
11950 # type: =head2
11951 #. type: =head2
11952 #: ../src/guestfs-actions.pod:3097
11953 msgid "guestfs_is_dir"
11954 msgstr ""
11955
11956 # type: verbatim
11957 #. type: verbatim
11958 #: ../src/guestfs-actions.pod:3099
11959 #, no-wrap
11960 msgid ""
11961 " int\n"
11962 " guestfs_is_dir (guestfs_h *g,\n"
11963 "                 const char *path);\n"
11964 "\n"
11965 msgstr ""
11966
11967 # type: textblock
11968 #. type: textblock
11969 #: ../src/guestfs-actions.pod:3103 ../fish/guestfish-actions.pod:2155
11970 msgid ""
11971 "This returns C<true> if and only if there is a directory with the given "
11972 "C<path> name.  Note that it returns false for other objects like files."
11973 msgstr ""
11974
11975 # type: =head2
11976 #. type: =head2
11977 #: ../src/guestfs-actions.pod:3113
11978 msgid "guestfs_is_fifo"
11979 msgstr ""
11980
11981 # type: verbatim
11982 #. type: verbatim
11983 #: ../src/guestfs-actions.pod:3115
11984 #, no-wrap
11985 msgid ""
11986 " int\n"
11987 " guestfs_is_fifo (guestfs_h *g,\n"
11988 "                  const char *path);\n"
11989 "\n"
11990 msgstr ""
11991
11992 # type: textblock
11993 #. type: textblock
11994 #: ../src/guestfs-actions.pod:3119 ../fish/guestfish-actions.pod:2165
11995 msgid ""
11996 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11997 "given C<path> name."
11998 msgstr ""
11999
12000 # type: =head2
12001 #. type: =head2
12002 #: ../src/guestfs-actions.pod:3128
12003 msgid "guestfs_is_file"
12004 msgstr ""
12005
12006 # type: verbatim
12007 #. type: verbatim
12008 #: ../src/guestfs-actions.pod:3130
12009 #, no-wrap
12010 msgid ""
12011 " int\n"
12012 " guestfs_is_file (guestfs_h *g,\n"
12013 "                  const char *path);\n"
12014 "\n"
12015 msgstr ""
12016
12017 # type: textblock
12018 #. type: textblock
12019 #: ../src/guestfs-actions.pod:3134 ../fish/guestfish-actions.pod:2174
12020 msgid ""
12021 "This returns C<true> if and only if there is a regular file with the given "
12022 "C<path> name.  Note that it returns false for other objects like directories."
12023 msgstr ""
12024
12025 # type: =head2
12026 #. type: =head2
12027 #: ../src/guestfs-actions.pod:3144
12028 msgid "guestfs_is_launching"
12029 msgstr ""
12030
12031 # type: verbatim
12032 #. type: verbatim
12033 #: ../src/guestfs-actions.pod:3146
12034 #, no-wrap
12035 msgid ""
12036 " int\n"
12037 " guestfs_is_launching (guestfs_h *g);\n"
12038 "\n"
12039 msgstr ""
12040
12041 # type: textblock
12042 #. type: textblock
12043 #: ../src/guestfs-actions.pod:3149 ../fish/guestfish-actions.pod:2184
12044 msgid ""
12045 "This returns true iff this handle is launching the subprocess (in the "
12046 "C<LAUNCHING> state)."
12047 msgstr ""
12048
12049 # type: =head2
12050 #. type: =head2
12051 #: ../src/guestfs-actions.pod:3158
12052 msgid "guestfs_is_lv"
12053 msgstr ""
12054
12055 # type: verbatim
12056 #. type: verbatim
12057 #: ../src/guestfs-actions.pod:3160
12058 #, no-wrap
12059 msgid ""
12060 " int\n"
12061 " guestfs_is_lv (guestfs_h *g,\n"
12062 "                const char *device);\n"
12063 "\n"
12064 msgstr ""
12065
12066 # type: textblock
12067 #. type: textblock
12068 #: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2193
12069 msgid ""
12070 "This command tests whether C<device> is a logical volume, and returns true "
12071 "iff this is the case."
12072 msgstr ""
12073
12074 # type: =head2
12075 #. type: =head2
12076 #: ../src/guestfs-actions.pod:3171
12077 msgid "guestfs_is_ready"
12078 msgstr ""
12079
12080 # type: verbatim
12081 #. type: verbatim
12082 #: ../src/guestfs-actions.pod:3173
12083 #, no-wrap
12084 msgid ""
12085 " int\n"
12086 " guestfs_is_ready (guestfs_h *g);\n"
12087 "\n"
12088 msgstr ""
12089
12090 # type: textblock
12091 #. type: textblock
12092 #: ../src/guestfs-actions.pod:3176 ../fish/guestfish-actions.pod:2200
12093 msgid ""
12094 "This returns true iff this handle is ready to accept commands (in the "
12095 "C<READY> state)."
12096 msgstr ""
12097
12098 # type: =head2
12099 #. type: =head2
12100 #: ../src/guestfs-actions.pod:3185
12101 msgid "guestfs_is_socket"
12102 msgstr ""
12103
12104 # type: verbatim
12105 #. type: verbatim
12106 #: ../src/guestfs-actions.pod:3187
12107 #, no-wrap
12108 msgid ""
12109 " int\n"
12110 " guestfs_is_socket (guestfs_h *g,\n"
12111 "                    const char *path);\n"
12112 "\n"
12113 msgstr ""
12114
12115 # type: textblock
12116 #. type: textblock
12117 #: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2209
12118 msgid ""
12119 "This returns C<true> if and only if there is a Unix domain socket with the "
12120 "given C<path> name."
12121 msgstr ""
12122
12123 # type: =head2
12124 #. type: =head2
12125 #: ../src/guestfs-actions.pod:3200
12126 msgid "guestfs_is_symlink"
12127 msgstr ""
12128
12129 # type: verbatim
12130 #. type: verbatim
12131 #: ../src/guestfs-actions.pod:3202
12132 #, no-wrap
12133 msgid ""
12134 " int\n"
12135 " guestfs_is_symlink (guestfs_h *g,\n"
12136 "                     const char *path);\n"
12137 "\n"
12138 msgstr ""
12139
12140 # type: textblock
12141 #. type: textblock
12142 #: ../src/guestfs-actions.pod:3206 ../fish/guestfish-actions.pod:2218
12143 msgid ""
12144 "This returns C<true> if and only if there is a symbolic link with the given "
12145 "C<path> name."
12146 msgstr ""
12147
12148 # type: =head2
12149 #. type: =head2
12150 #: ../src/guestfs-actions.pod:3215
12151 msgid "guestfs_kill_subprocess"
12152 msgstr ""
12153
12154 # type: verbatim
12155 #. type: verbatim
12156 #: ../src/guestfs-actions.pod:3217
12157 #, no-wrap
12158 msgid ""
12159 " int\n"
12160 " guestfs_kill_subprocess (guestfs_h *g);\n"
12161 "\n"
12162 msgstr ""
12163
12164 # type: textblock
12165 #. type: textblock
12166 #: ../src/guestfs-actions.pod:3220 ../fish/guestfish-actions.pod:2227
12167 msgid "This kills the qemu subprocess.  You should never need to call this."
12168 msgstr ""
12169
12170 # type: =head2
12171 #. type: =head2
12172 #: ../src/guestfs-actions.pod:3226
12173 msgid "guestfs_launch"
12174 msgstr ""
12175
12176 # type: verbatim
12177 #. type: verbatim
12178 #: ../src/guestfs-actions.pod:3228
12179 #, no-wrap
12180 msgid ""
12181 " int\n"
12182 " guestfs_launch (guestfs_h *g);\n"
12183 "\n"
12184 msgstr ""
12185
12186 # type: textblock
12187 #. type: textblock
12188 #: ../src/guestfs-actions.pod:3231 ../fish/guestfish-actions.pod:2235
12189 msgid ""
12190 "Internally libguestfs is implemented by running a virtual machine using "
12191 "L<qemu(1)>."
12192 msgstr ""
12193
12194 # type: textblock
12195 #. type: textblock
12196 #: ../src/guestfs-actions.pod:3234 ../fish/guestfish-actions.pod:2238
12197 msgid ""
12198 "You should call this after configuring the handle (eg. adding drives) but "
12199 "before performing any actions."
12200 msgstr ""
12201
12202 # type: =head2
12203 #. type: =head2
12204 #: ../src/guestfs-actions.pod:3241
12205 msgid "guestfs_lchown"
12206 msgstr ""
12207
12208 # type: verbatim
12209 #. type: verbatim
12210 #: ../src/guestfs-actions.pod:3243
12211 #, no-wrap
12212 msgid ""
12213 " int\n"
12214 " guestfs_lchown (guestfs_h *g,\n"
12215 "                 int owner,\n"
12216 "                 int group,\n"
12217 "                 const char *path);\n"
12218 "\n"
12219 msgstr ""
12220
12221 # type: textblock
12222 #. type: textblock
12223 #: ../src/guestfs-actions.pod:3249
12224 msgid ""
12225 "Change the file owner to C<owner> and group to C<group>.  This is like "
12226 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
12227 "changed, not the target."
12228 msgstr ""
12229
12230 # type: =head2
12231 #. type: =head2
12232 #: ../src/guestfs-actions.pod:3261
12233 msgid "guestfs_lgetxattr"
12234 msgstr ""
12235
12236 # type: verbatim
12237 #. type: verbatim
12238 #: ../src/guestfs-actions.pod:3263
12239 #, no-wrap
12240 msgid ""
12241 " char *\n"
12242 " guestfs_lgetxattr (guestfs_h *g,\n"
12243 "                    const char *path,\n"
12244 "                    const char *name,\n"
12245 "                    size_t *size_r);\n"
12246 "\n"
12247 msgstr ""
12248
12249 # type: textblock
12250 #. type: textblock
12251 #: ../src/guestfs-actions.pod:3269 ../fish/guestfish-actions.pod:2257
12252 msgid ""
12253 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
12254 "is a symlink, then this call returns an extended attribute from the symlink."
12255 msgstr ""
12256
12257 # type: textblock
12258 #. type: textblock
12259 #: ../src/guestfs-actions.pod:3283
12260 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
12261 msgstr ""
12262
12263 # type: =head2
12264 #. type: =head2
12265 #: ../src/guestfs-actions.pod:3291
12266 msgid "guestfs_lgetxattrs"
12267 msgstr ""
12268
12269 # type: verbatim
12270 #. type: verbatim
12271 #: ../src/guestfs-actions.pod:3293
12272 #, no-wrap
12273 msgid ""
12274 " struct guestfs_xattr_list *\n"
12275 " guestfs_lgetxattrs (guestfs_h *g,\n"
12276 "                     const char *path);\n"
12277 "\n"
12278 msgstr ""
12279
12280 # type: textblock
12281 #. type: textblock
12282 #: ../src/guestfs-actions.pod:3297
12283 msgid ""
12284 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
12285 "then it returns the extended attributes of the link itself."
12286 msgstr ""
12287
12288 # type: =head2
12289 #. type: =head2
12290 #: ../src/guestfs-actions.pod:3307
12291 msgid "guestfs_list_devices"
12292 msgstr ""
12293
12294 # type: verbatim
12295 #. type: verbatim
12296 #: ../src/guestfs-actions.pod:3309
12297 #, no-wrap
12298 msgid ""
12299 " char **\n"
12300 " guestfs_list_devices (guestfs_h *g);\n"
12301 "\n"
12302 msgstr ""
12303
12304 # type: textblock
12305 #. type: textblock
12306 #: ../src/guestfs-actions.pod:3312 ../fish/guestfish-actions.pod:2285
12307 msgid "List all the block devices."
12308 msgstr ""
12309
12310 # type: textblock
12311 #. type: textblock
12312 #: ../src/guestfs-actions.pod:3314 ../fish/guestfish-actions.pod:2287
12313 msgid "The full block device names are returned, eg. C</dev/sda>."
12314 msgstr ""
12315
12316 # type: =head2
12317 #. type: =head2
12318 #: ../src/guestfs-actions.pod:3324
12319 msgid "guestfs_list_filesystems"
12320 msgstr ""
12321
12322 # type: verbatim
12323 #. type: verbatim
12324 #: ../src/guestfs-actions.pod:3326
12325 #, no-wrap
12326 msgid ""
12327 " char **\n"
12328 " guestfs_list_filesystems (guestfs_h *g);\n"
12329 "\n"
12330 msgstr ""
12331
12332 # type: textblock
12333 #. type: textblock
12334 #: ../src/guestfs-actions.pod:3329 ../fish/guestfish-actions.pod:2295
12335 msgid ""
12336 "This inspection command looks for filesystems on partitions, block devices "
12337 "and logical volumes, returning a list of devices containing filesystems and "
12338 "their type."
12339 msgstr ""
12340
12341 # type: textblock
12342 #. type: textblock
12343 #: ../src/guestfs-actions.pod:3333 ../fish/guestfish-actions.pod:2299
12344 msgid ""
12345 "The return value is a hash, where the keys are the devices containing "
12346 "filesystems, and the values are the filesystem types.  For example:"
12347 msgstr ""
12348
12349 # type: verbatim
12350 #. type: verbatim
12351 #: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2303
12352 #, no-wrap
12353 msgid ""
12354 " \"/dev/sda1\" => \"ntfs\"\n"
12355 " \"/dev/sda2\" => \"ext2\"\n"
12356 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
12357 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
12358 "\n"
12359 msgstr ""
12360
12361 # type: textblock
12362 #. type: textblock
12363 #: ../src/guestfs-actions.pod:3342 ../fish/guestfish-actions.pod:2308
12364 msgid ""
12365 "The value can have the special value \"unknown\", meaning the content of the "
12366 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
12367 msgstr ""
12368
12369 # type: textblock
12370 #. type: textblock
12371 #: ../src/guestfs-actions.pod:3346
12372 msgid ""
12373 "This command runs other libguestfs commands, which might include "
12374 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
12375 "soon after launch and only when nothing is mounted."
12376 msgstr ""
12377
12378 # type: textblock
12379 #. type: textblock
12380 #: ../src/guestfs-actions.pod:3350
12381 msgid ""
12382 "Not all of the filesystems returned will be mountable.  In particular, swap "
12383 "partitions are returned in the list.  Also this command does not check that "
12384 "each filesystem found is valid and mountable, and some filesystems might be "
12385 "mountable but require special options.  Filesystems may not all belong to a "
12386 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
12387 msgstr ""
12388
12389 # type: textblock
12390 #. type: textblock
12391 #: ../src/guestfs-actions.pod:3364 ../src/guestfs-actions.pod:4955
12392 msgid "(Added in 1.5.15)"
12393 msgstr ""
12394
12395 # type: =head2
12396 #. type: =head2
12397 #: ../src/guestfs-actions.pod:3366
12398 msgid "guestfs_list_partitions"
12399 msgstr ""
12400
12401 # type: verbatim
12402 #. type: verbatim
12403 #: ../src/guestfs-actions.pod:3368
12404 #, no-wrap
12405 msgid ""
12406 " char **\n"
12407 " guestfs_list_partitions (guestfs_h *g);\n"
12408 "\n"
12409 msgstr ""
12410
12411 # type: textblock
12412 #. type: textblock
12413 #: ../src/guestfs-actions.pod:3371 ../fish/guestfish-actions.pod:2328
12414 msgid "List all the partitions detected on all block devices."
12415 msgstr ""
12416
12417 # type: textblock
12418 #. type: textblock
12419 #: ../src/guestfs-actions.pod:3373 ../fish/guestfish-actions.pod:2330
12420 msgid "The full partition device names are returned, eg. C</dev/sda1>"
12421 msgstr ""
12422
12423 # type: textblock
12424 #. type: textblock
12425 #: ../src/guestfs-actions.pod:3375
12426 msgid ""
12427 "This does not return logical volumes.  For that you will need to call "
12428 "C<guestfs_lvs>."
12429 msgstr ""
12430
12431 # type: =head2
12432 #. type: =head2
12433 #: ../src/guestfs-actions.pod:3386
12434 msgid "guestfs_ll"
12435 msgstr ""
12436
12437 # type: verbatim
12438 #. type: verbatim
12439 #: ../src/guestfs-actions.pod:3388
12440 #, no-wrap
12441 msgid ""
12442 " char *\n"
12443 " guestfs_ll (guestfs_h *g,\n"
12444 "             const char *directory);\n"
12445 "\n"
12446 msgstr ""
12447
12448 # type: textblock
12449 #. type: textblock
12450 #: ../src/guestfs-actions.pod:3392 ../fish/guestfish-actions.pod:2341
12451 msgid ""
12452 "List the files in C<directory> (relative to the root directory, there is no "
12453 "cwd) in the format of 'ls -la'."
12454 msgstr ""
12455
12456 # type: textblock
12457 #. type: textblock
12458 #: ../src/guestfs-actions.pod:3395 ../fish/guestfish-actions.pod:2344
12459 msgid ""
12460 "This command is mostly useful for interactive sessions.  It is I<not> "
12461 "intended that you try to parse the output string."
12462 msgstr ""
12463
12464 # type: =head2
12465 #. type: =head2
12466 #: ../src/guestfs-actions.pod:3403
12467 msgid "guestfs_ln"
12468 msgstr ""
12469
12470 # type: verbatim
12471 #. type: verbatim
12472 #: ../src/guestfs-actions.pod:3405
12473 #, no-wrap
12474 msgid ""
12475 " int\n"
12476 " guestfs_ln (guestfs_h *g,\n"
12477 "             const char *target,\n"
12478 "             const char *linkname);\n"
12479 "\n"
12480 msgstr ""
12481
12482 # type: textblock
12483 #. type: textblock
12484 #: ../src/guestfs-actions.pod:3410 ../fish/guestfish-actions.pod:2351
12485 msgid "This command creates a hard link using the C<ln> command."
12486 msgstr ""
12487
12488 # type: =head2
12489 #. type: =head2
12490 #: ../src/guestfs-actions.pod:3416
12491 msgid "guestfs_ln_f"
12492 msgstr ""
12493
12494 # type: verbatim
12495 #. type: verbatim
12496 #: ../src/guestfs-actions.pod:3418
12497 #, no-wrap
12498 msgid ""
12499 " int\n"
12500 " guestfs_ln_f (guestfs_h *g,\n"
12501 "               const char *target,\n"
12502 "               const char *linkname);\n"
12503 "\n"
12504 msgstr ""
12505
12506 # type: textblock
12507 #. type: textblock
12508 #: ../src/guestfs-actions.pod:3423 ../fish/guestfish-actions.pod:2357
12509 msgid ""
12510 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
12511 "option removes the link (C<linkname>) if it exists already."
12512 msgstr ""
12513
12514 # type: =head2
12515 #. type: =head2
12516 #: ../src/guestfs-actions.pod:3430
12517 msgid "guestfs_ln_s"
12518 msgstr ""
12519
12520 # type: verbatim
12521 #. type: verbatim
12522 #: ../src/guestfs-actions.pod:3432
12523 #, no-wrap
12524 msgid ""
12525 " int\n"
12526 " guestfs_ln_s (guestfs_h *g,\n"
12527 "               const char *target,\n"
12528 "               const char *linkname);\n"
12529 "\n"
12530 msgstr ""
12531
12532 # type: textblock
12533 #. type: textblock
12534 #: ../src/guestfs-actions.pod:3437 ../fish/guestfish-actions.pod:2364
12535 msgid "This command creates a symbolic link using the C<ln -s> command."
12536 msgstr ""
12537
12538 # type: =head2
12539 #. type: =head2
12540 #: ../src/guestfs-actions.pod:3443
12541 msgid "guestfs_ln_sf"
12542 msgstr ""
12543
12544 # type: verbatim
12545 #. type: verbatim
12546 #: ../src/guestfs-actions.pod:3445
12547 #, no-wrap
12548 msgid ""
12549 " int\n"
12550 " guestfs_ln_sf (guestfs_h *g,\n"
12551 "                const char *target,\n"
12552 "                const char *linkname);\n"
12553 "\n"
12554 msgstr ""
12555
12556 # type: textblock
12557 #. type: textblock
12558 #: ../src/guestfs-actions.pod:3450 ../fish/guestfish-actions.pod:2370
12559 msgid ""
12560 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
12561 "option removes the link (C<linkname>) if it exists already."
12562 msgstr ""
12563
12564 # type: =head2
12565 #. type: =head2
12566 #: ../src/guestfs-actions.pod:3457
12567 msgid "guestfs_lremovexattr"
12568 msgstr ""
12569
12570 # type: verbatim
12571 #. type: verbatim
12572 #: ../src/guestfs-actions.pod:3459
12573 #, no-wrap
12574 msgid ""
12575 " int\n"
12576 " guestfs_lremovexattr (guestfs_h *g,\n"
12577 "                       const char *xattr,\n"
12578 "                       const char *path);\n"
12579 "\n"
12580 msgstr ""
12581
12582 # type: textblock
12583 #. type: textblock
12584 #: ../src/guestfs-actions.pod:3464
12585 msgid ""
12586 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
12587 "link, then it removes an extended attribute of the link itself."
12588 msgstr ""
12589
12590 # type: =head2
12591 #. type: =head2
12592 #: ../src/guestfs-actions.pod:3472
12593 msgid "guestfs_ls"
12594 msgstr ""
12595
12596 # type: verbatim
12597 #. type: verbatim
12598 #: ../src/guestfs-actions.pod:3474
12599 #, no-wrap
12600 msgid ""
12601 " char **\n"
12602 " guestfs_ls (guestfs_h *g,\n"
12603 "             const char *directory);\n"
12604 "\n"
12605 msgstr ""
12606
12607 # type: textblock
12608 #. type: textblock
12609 #: ../src/guestfs-actions.pod:3478 ../fish/guestfish-actions.pod:2385
12610 msgid ""
12611 "List the files in C<directory> (relative to the root directory, there is no "
12612 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
12613 msgstr ""
12614
12615 # type: textblock
12616 #. type: textblock
12617 #: ../src/guestfs-actions.pod:3482
12618 msgid ""
12619 "This command is mostly useful for interactive sessions.  Programs should "
12620 "probably use C<guestfs_readdir> instead."
12621 msgstr ""
12622
12623 # type: =head2
12624 #. type: =head2
12625 #: ../src/guestfs-actions.pod:3491
12626 msgid "guestfs_lsetxattr"
12627 msgstr ""
12628
12629 # type: verbatim
12630 #. type: verbatim
12631 #: ../src/guestfs-actions.pod:3493
12632 #, no-wrap
12633 msgid ""
12634 " int\n"
12635 " guestfs_lsetxattr (guestfs_h *g,\n"
12636 "                    const char *xattr,\n"
12637 "                    const char *val,\n"
12638 "                    int vallen,\n"
12639 "                    const char *path);\n"
12640 "\n"
12641 msgstr ""
12642
12643 # type: textblock
12644 #. type: textblock
12645 #: ../src/guestfs-actions.pod:3500
12646 msgid ""
12647 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
12648 "then it sets an extended attribute of the link itself."
12649 msgstr ""
12650
12651 # type: =head2
12652 #. type: =head2
12653 #: ../src/guestfs-actions.pod:3508
12654 msgid "guestfs_lstat"
12655 msgstr ""
12656
12657 # type: verbatim
12658 #. type: verbatim
12659 #: ../src/guestfs-actions.pod:3510
12660 #, no-wrap
12661 msgid ""
12662 " struct guestfs_stat *\n"
12663 " guestfs_lstat (guestfs_h *g,\n"
12664 "                const char *path);\n"
12665 "\n"
12666 msgstr ""
12667
12668 # type: textblock
12669 #. type: textblock
12670 #: ../src/guestfs-actions.pod:3514 ../src/guestfs-actions.pod:6009
12671 #: ../fish/guestfish-actions.pod:2404 ../fish/guestfish-actions.pod:4017
12672 msgid "Returns file information for the given C<path>."
12673 msgstr ""
12674
12675 # type: textblock
12676 #. type: textblock
12677 #: ../src/guestfs-actions.pod:3516
12678 msgid ""
12679 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
12680 "link, then the link is stat-ed, not the file it refers to."
12681 msgstr ""
12682
12683 # type: textblock
12684 #. type: textblock
12685 #: ../src/guestfs-actions.pod:3520 ../fish/guestfish-actions.pod:2410
12686 msgid "This is the same as the C<lstat(2)> system call."
12687 msgstr ""
12688
12689 # type: textblock
12690 #. type: textblock
12691 #: ../src/guestfs-actions.pod:3522 ../src/guestfs-actions.pod:6013
12692 msgid ""
12693 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
12694 "error.  I<The caller must call C<guestfs_free_stat> after use>."
12695 msgstr ""
12696
12697 # type: textblock
12698 #. type: textblock
12699 #: ../src/guestfs-actions.pod:3526 ../src/guestfs-actions.pod:6017
12700 #: ../src/guestfs-actions.pod:6035 ../src/guestfs-actions.pod:6416
12701 msgid "(Added in 0.9.2)"
12702 msgstr ""
12703
12704 # type: =head2
12705 #. type: =head2
12706 #: ../src/guestfs-actions.pod:3528
12707 msgid "guestfs_lstatlist"
12708 msgstr ""
12709
12710 # type: verbatim
12711 #. type: verbatim
12712 #: ../src/guestfs-actions.pod:3530
12713 #, no-wrap
12714 msgid ""
12715 " struct guestfs_stat_list *\n"
12716 " guestfs_lstatlist (guestfs_h *g,\n"
12717 "                    const char *path,\n"
12718 "                    char *const *names);\n"
12719 "\n"
12720 msgstr ""
12721
12722 # type: textblock
12723 #. type: textblock
12724 #: ../src/guestfs-actions.pod:3535
12725 msgid ""
12726 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
12727 "files, where all files are in the directory C<path>.  C<names> is the list "
12728 "of files from this directory."
12729 msgstr ""
12730
12731 # type: textblock
12732 #. type: textblock
12733 #: ../src/guestfs-actions.pod:3539 ../fish/guestfish-actions.pod:2420
12734 msgid ""
12735 "On return you get a list of stat structs, with a one-to-one correspondence "
12736 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
12737 "then the C<ino> field of that structure is set to C<-1>."
12738 msgstr ""
12739
12740 # type: textblock
12741 #. type: textblock
12742 #: ../src/guestfs-actions.pod:3544
12743 msgid ""
12744 "This call is intended for programs that want to efficiently list a directory "
12745 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
12746 "for a similarly efficient call for getting extended attributes.  Very long "
12747 "directory listings might cause the protocol message size to be exceeded, "
12748 "causing this call to fail.  The caller must split up such requests into "
12749 "smaller groups of names."
12750 msgstr ""
12751
12752 # type: textblock
12753 #. type: textblock
12754 #: ../src/guestfs-actions.pod:3552
12755 msgid ""
12756 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12757 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12758 msgstr ""
12759
12760 # type: =head2
12761 #. type: =head2
12762 #: ../src/guestfs-actions.pod:3558
12763 msgid "guestfs_luks_add_key"
12764 msgstr ""
12765
12766 # type: verbatim
12767 #. type: verbatim
12768 #: ../src/guestfs-actions.pod:3560
12769 #, no-wrap
12770 msgid ""
12771 " int\n"
12772 " guestfs_luks_add_key (guestfs_h *g,\n"
12773 "                       const char *device,\n"
12774 "                       const char *key,\n"
12775 "                       const char *newkey,\n"
12776 "                       int keyslot);\n"
12777 "\n"
12778 msgstr ""
12779
12780 # type: textblock
12781 #. type: textblock
12782 #: ../src/guestfs-actions.pod:3567 ../fish/guestfish-actions.pod:2437
12783 msgid ""
12784 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12785 "existing key, and is used to access the device.  C<newkey> is the new key to "
12786 "add.  C<keyslot> is the key slot that will be replaced."
12787 msgstr ""
12788
12789 # type: textblock
12790 #. type: textblock
12791 #: ../src/guestfs-actions.pod:3572
12792 msgid ""
12793 "Note that if C<keyslot> already contains a key, then this command will "
12794 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12795 msgstr ""
12796
12797 # type: textblock
12798 #. type: textblock
12799 #: ../src/guestfs-actions.pod:3578 ../src/guestfs-actions.pod:3618
12800 #: ../src/guestfs-actions.pod:3641 ../src/guestfs-actions.pod:3661
12801 #: ../src/guestfs-actions.pod:3693 ../src/guestfs-actions.pod:3712
12802 msgid ""
12803 "This function takes a key or passphrase parameter which could contain "
12804 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12805 "information."
12806 msgstr ""
12807
12808 # type: textblock
12809 #. type: textblock
12810 #: ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3622
12811 #: ../src/guestfs-actions.pod:3645 ../src/guestfs-actions.pod:3665
12812 msgid "(Added in 1.5.2)"
12813 msgstr ""
12814
12815 # type: =head2
12816 #. type: =head2
12817 #: ../src/guestfs-actions.pod:3584
12818 msgid "guestfs_luks_close"
12819 msgstr ""
12820
12821 # type: verbatim
12822 #. type: verbatim
12823 #: ../src/guestfs-actions.pod:3586
12824 #, no-wrap
12825 msgid ""
12826 " int\n"
12827 " guestfs_luks_close (guestfs_h *g,\n"
12828 "                     const char *device);\n"
12829 "\n"
12830 msgstr ""
12831
12832 # type: textblock
12833 #. type: textblock
12834 #: ../src/guestfs-actions.pod:3590
12835 msgid ""
12836 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12837 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12838 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12839 "underlying block device."
12840 msgstr ""
12841
12842 # type: textblock
12843 #. type: textblock
12844 #: ../src/guestfs-actions.pod:3598 ../src/guestfs-actions.pod:3697
12845 #: ../src/guestfs-actions.pod:3716 ../src/guestfs-actions.pod:3766
12846 #: ../src/guestfs-actions.pod:3814
12847 msgid "(Added in 1.5.1)"
12848 msgstr ""
12849
12850 # type: =head2
12851 #. type: =head2
12852 #: ../src/guestfs-actions.pod:3600
12853 msgid "guestfs_luks_format"
12854 msgstr ""
12855
12856 # type: verbatim
12857 #. type: verbatim
12858 #: ../src/guestfs-actions.pod:3602
12859 #, no-wrap
12860 msgid ""
12861 " int\n"
12862 " guestfs_luks_format (guestfs_h *g,\n"
12863 "                      const char *device,\n"
12864 "                      const char *key,\n"
12865 "                      int keyslot);\n"
12866 "\n"
12867 msgstr ""
12868
12869 # type: textblock
12870 #. type: textblock
12871 #: ../src/guestfs-actions.pod:3608 ../fish/guestfish-actions.pod:2463
12872 msgid ""
12873 "This command erases existing data on C<device> and formats the device as a "
12874 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12875 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12876 msgstr ""
12877
12878 # type: textblock
12879 #. type: textblock
12880 #: ../src/guestfs-actions.pod:3615 ../src/guestfs-actions.pod:3638
12881 #: ../src/guestfs-actions.pod:3778 ../src/guestfs-actions.pod:4706
12882 #: ../src/guestfs-actions.pod:5469 ../src/guestfs-actions.pod:5844
12883 #: ../src/guestfs-actions.pod:5867 ../src/guestfs-actions.pod:5893
12884 #: ../src/guestfs-actions.pod:7053 ../fish/guestfish-actions.pod:2471
12885 #: ../fish/guestfish-actions.pod:2484 ../fish/guestfish-actions.pod:2568
12886 #: ../fish/guestfish-actions.pod:3129 ../fish/guestfish-actions.pod:3636
12887 #: ../fish/guestfish-actions.pod:3916 ../fish/guestfish-actions.pod:3932
12888 #: ../fish/guestfish-actions.pod:3947 ../fish/guestfish-actions.pod:4662
12889 msgid ""
12890 "B<This command is dangerous.  Without careful use you can easily destroy all "
12891 "your data>."
12892 msgstr ""
12893
12894 # type: =head2
12895 #. type: =head2
12896 #: ../src/guestfs-actions.pod:3624
12897 msgid "guestfs_luks_format_cipher"
12898 msgstr ""
12899
12900 # type: verbatim
12901 #. type: verbatim
12902 #: ../src/guestfs-actions.pod:3626
12903 #, no-wrap
12904 msgid ""
12905 " int\n"
12906 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12907 "                             const char *device,\n"
12908 "                             const char *key,\n"
12909 "                             int keyslot,\n"
12910 "                             const char *cipher);\n"
12911 "\n"
12912 msgstr ""
12913
12914 # type: textblock
12915 #. type: textblock
12916 #: ../src/guestfs-actions.pod:3633
12917 msgid ""
12918 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12919 "set the C<cipher> used."
12920 msgstr ""
12921
12922 # type: =head2
12923 #. type: =head2
12924 #: ../src/guestfs-actions.pod:3647
12925 msgid "guestfs_luks_kill_slot"
12926 msgstr ""
12927
12928 # type: verbatim
12929 #. type: verbatim
12930 #: ../src/guestfs-actions.pod:3649
12931 #, no-wrap
12932 msgid ""
12933 " int\n"
12934 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12935 "                         const char *device,\n"
12936 "                         const char *key,\n"
12937 "                         int keyslot);\n"
12938 "\n"
12939 msgstr ""
12940
12941 # type: textblock
12942 #. type: textblock
12943 #: ../src/guestfs-actions.pod:3655 ../fish/guestfish-actions.pod:2491
12944 msgid ""
12945 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12946 "device C<device>.  C<key> must be one of the I<other> keys."
12947 msgstr ""
12948
12949 # type: =head2
12950 #. type: =head2
12951 #: ../src/guestfs-actions.pod:3667
12952 msgid "guestfs_luks_open"
12953 msgstr ""
12954
12955 # type: verbatim
12956 #. type: verbatim
12957 #: ../src/guestfs-actions.pod:3669
12958 #, no-wrap
12959 msgid ""
12960 " int\n"
12961 " guestfs_luks_open (guestfs_h *g,\n"
12962 "                    const char *device,\n"
12963 "                    const char *key,\n"
12964 "                    const char *mapname);\n"
12965 "\n"
12966 msgstr ""
12967
12968 # type: textblock
12969 #. type: textblock
12970 #: ../src/guestfs-actions.pod:3675 ../fish/guestfish-actions.pod:2502
12971 msgid ""
12972 "This command opens a block device which has been encrypted according to the "
12973 "Linux Unified Key Setup (LUKS) standard."
12974 msgstr ""
12975
12976 # type: textblock
12977 #. type: textblock
12978 #: ../src/guestfs-actions.pod:3678 ../fish/guestfish-actions.pod:2505
12979 msgid "C<device> is the encrypted block device or partition."
12980 msgstr ""
12981
12982 # type: textblock
12983 #. type: textblock
12984 #: ../src/guestfs-actions.pod:3680 ../fish/guestfish-actions.pod:2507
12985 msgid ""
12986 "The caller must supply one of the keys associated with the LUKS block "
12987 "device, in the C<key> parameter."
12988 msgstr ""
12989
12990 # type: textblock
12991 #. type: textblock
12992 #: ../src/guestfs-actions.pod:3683 ../fish/guestfish-actions.pod:2510
12993 msgid ""
12994 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
12995 "writes to this block device are decrypted from and encrypted to the "
12996 "underlying C<device> respectively."
12997 msgstr ""
12998
12999 # type: textblock
13000 #. type: textblock
13001 #: ../src/guestfs-actions.pod:3687
13002 msgid ""
13003 "If this block device contains LVM volume groups, then calling "
13004 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
13005 "visible."
13006 msgstr ""
13007
13008 # type: =head2
13009 #. type: =head2
13010 #: ../src/guestfs-actions.pod:3699
13011 msgid "guestfs_luks_open_ro"
13012 msgstr ""
13013
13014 # type: verbatim
13015 #. type: verbatim
13016 #: ../src/guestfs-actions.pod:3701
13017 #, no-wrap
13018 msgid ""
13019 " int\n"
13020 " guestfs_luks_open_ro (guestfs_h *g,\n"
13021 "                       const char *device,\n"
13022 "                       const char *key,\n"
13023 "                       const char *mapname);\n"
13024 "\n"
13025 msgstr ""
13026
13027 # type: textblock
13028 #. type: textblock
13029 #: ../src/guestfs-actions.pod:3707
13030 msgid ""
13031 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
13032 "created."
13033 msgstr ""
13034
13035 # type: =head2
13036 #. type: =head2
13037 #: ../src/guestfs-actions.pod:3718
13038 msgid "guestfs_lvcreate"
13039 msgstr ""
13040
13041 # type: verbatim
13042 #. type: verbatim
13043 #: ../src/guestfs-actions.pod:3720
13044 #, no-wrap
13045 msgid ""
13046 " int\n"
13047 " guestfs_lvcreate (guestfs_h *g,\n"
13048 "                   const char *logvol,\n"
13049 "                   const char *volgroup,\n"
13050 "                   int mbytes);\n"
13051 "\n"
13052 msgstr ""
13053
13054 # type: textblock
13055 #. type: textblock
13056 #: ../src/guestfs-actions.pod:3726 ../fish/guestfish-actions.pod:2535
13057 msgid ""
13058 "This creates an LVM logical volume called C<logvol> on the volume group "
13059 "C<volgroup>, with C<size> megabytes."
13060 msgstr ""
13061
13062 # type: =head2
13063 #. type: =head2
13064 #: ../src/guestfs-actions.pod:3733
13065 msgid "guestfs_lvm_canonical_lv_name"
13066 msgstr ""
13067
13068 # type: verbatim
13069 #. type: verbatim
13070 #: ../src/guestfs-actions.pod:3735
13071 #, no-wrap
13072 msgid ""
13073 " char *\n"
13074 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
13075 "                                const char *lvname);\n"
13076 "\n"
13077 msgstr ""
13078
13079 # type: textblock
13080 #. type: textblock
13081 #: ../src/guestfs-actions.pod:3739 ../fish/guestfish-actions.pod:2542
13082 msgid ""
13083 "This converts alternative naming schemes for LVs that you might find to the "
13084 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
13085 "LV>."
13086 msgstr ""
13087
13088 # type: textblock
13089 #. type: textblock
13090 #: ../src/guestfs-actions.pod:3743 ../fish/guestfish-actions.pod:2546
13091 msgid ""
13092 "This command returns an error if the C<lvname> parameter does not refer to a "
13093 "logical volume."
13094 msgstr ""
13095
13096 # type: textblock
13097 #. type: textblock
13098 #: ../src/guestfs-actions.pod:3746
13099 msgid "See also C<guestfs_is_lv>."
13100 msgstr ""
13101
13102 # type: textblock
13103 #. type: textblock
13104 #: ../src/guestfs-actions.pod:3751
13105 msgid "(Added in 1.5.24)"
13106 msgstr ""
13107
13108 # type: =head2
13109 #. type: =head2
13110 #: ../src/guestfs-actions.pod:3753
13111 msgid "guestfs_lvm_clear_filter"
13112 msgstr ""
13113
13114 # type: verbatim
13115 #. type: verbatim
13116 #: ../src/guestfs-actions.pod:3755
13117 #, no-wrap
13118 msgid ""
13119 " int\n"
13120 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
13121 "\n"
13122 msgstr ""
13123
13124 # type: textblock
13125 #. type: textblock
13126 #: ../src/guestfs-actions.pod:3758
13127 msgid ""
13128 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
13129 "see every block device."
13130 msgstr ""
13131
13132 # type: textblock
13133 #. type: textblock
13134 #: ../src/guestfs-actions.pod:3761 ../src/guestfs-actions.pod:3803
13135 #: ../fish/guestfish-actions.pod:2558 ../fish/guestfish-actions.pod:2589
13136 msgid ""
13137 "This command also clears the LVM cache and performs a volume group scan."
13138 msgstr ""
13139
13140 # type: =head2
13141 #. type: =head2
13142 #: ../src/guestfs-actions.pod:3768
13143 msgid "guestfs_lvm_remove_all"
13144 msgstr ""
13145
13146 # type: verbatim
13147 #. type: verbatim
13148 #: ../src/guestfs-actions.pod:3770
13149 #, no-wrap
13150 msgid ""
13151 " int\n"
13152 " guestfs_lvm_remove_all (guestfs_h *g);\n"
13153 "\n"
13154 msgstr ""
13155
13156 # type: textblock
13157 #. type: textblock
13158 #: ../src/guestfs-actions.pod:3773 ../fish/guestfish-actions.pod:2565
13159 msgid ""
13160 "This command removes all LVM logical volumes, volume groups and physical "
13161 "volumes."
13162 msgstr ""
13163
13164 # type: =head2
13165 #. type: =head2
13166 #: ../src/guestfs-actions.pod:3783
13167 msgid "guestfs_lvm_set_filter"
13168 msgstr ""
13169
13170 # type: verbatim
13171 #. type: verbatim
13172 #: ../src/guestfs-actions.pod:3785
13173 #, no-wrap
13174 msgid ""
13175 " int\n"
13176 " guestfs_lvm_set_filter (guestfs_h *g,\n"
13177 "                         char *const *devices);\n"
13178 "\n"
13179 msgstr ""
13180
13181 # type: textblock
13182 #. type: textblock
13183 #: ../src/guestfs-actions.pod:3789 ../fish/guestfish-actions.pod:2575
13184 msgid ""
13185 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
13186 "block devices in the list C<devices>, and will ignore all other attached "
13187 "block devices."
13188 msgstr ""
13189
13190 # type: textblock
13191 #. type: textblock
13192 #: ../src/guestfs-actions.pod:3793 ../fish/guestfish-actions.pod:2579
13193 msgid ""
13194 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
13195 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
13196 "there are two types of duplication possible: either cloned PVs/VGs which "
13197 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
13198 "same name.  In normal operation you cannot create this situation, but you "
13199 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
13200 "inside the LVM metadata."
13201 msgstr ""
13202
13203 # type: textblock
13204 #. type: textblock
13205 #: ../src/guestfs-actions.pod:3806 ../fish/guestfish-actions.pod:2592
13206 msgid "You can filter whole block devices or individual partitions."
13207 msgstr ""
13208
13209 # type: textblock
13210 #. type: textblock
13211 #: ../src/guestfs-actions.pod:3808 ../fish/guestfish-actions.pod:2594
13212 msgid ""
13213 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
13214 "filesystem), even if you are not filtering out that VG."
13215 msgstr ""
13216
13217 # type: =head2
13218 #. type: =head2
13219 #: ../src/guestfs-actions.pod:3816
13220 msgid "guestfs_lvremove"
13221 msgstr ""
13222
13223 # type: verbatim
13224 #. type: verbatim
13225 #: ../src/guestfs-actions.pod:3818
13226 #, no-wrap
13227 msgid ""
13228 " int\n"
13229 " guestfs_lvremove (guestfs_h *g,\n"
13230 "                   const char *device);\n"
13231 "\n"
13232 msgstr ""
13233
13234 # type: textblock
13235 #. type: textblock
13236 #: ../src/guestfs-actions.pod:3822 ../fish/guestfish-actions.pod:2602
13237 msgid ""
13238 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
13239 "LV, such as C</dev/VG/LV>."
13240 msgstr ""
13241
13242 # type: textblock
13243 #. type: textblock
13244 #: ../src/guestfs-actions.pod:3825 ../fish/guestfish-actions.pod:2605
13245 msgid ""
13246 "You can also remove all LVs in a volume group by specifying the VG name, C</"
13247 "dev/VG>."
13248 msgstr ""
13249
13250 # type: textblock
13251 #. type: textblock
13252 #: ../src/guestfs-actions.pod:3830 ../src/guestfs-actions.pod:5052
13253 #: ../src/guestfs-actions.pod:6792
13254 msgid "(Added in 1.0.13)"
13255 msgstr ""
13256
13257 # type: =head2
13258 #. type: =head2
13259 #: ../src/guestfs-actions.pod:3832
13260 msgid "guestfs_lvrename"
13261 msgstr ""
13262
13263 # type: verbatim
13264 #. type: verbatim
13265 #: ../src/guestfs-actions.pod:3834
13266 #, no-wrap
13267 msgid ""
13268 " int\n"
13269 " guestfs_lvrename (guestfs_h *g,\n"
13270 "                   const char *logvol,\n"
13271 "                   const char *newlogvol);\n"
13272 "\n"
13273 msgstr ""
13274
13275 # type: textblock
13276 #. type: textblock
13277 #: ../src/guestfs-actions.pod:3839 ../fish/guestfish-actions.pod:2612
13278 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
13279 msgstr ""
13280
13281 # type: textblock
13282 #. type: textblock
13283 #: ../src/guestfs-actions.pod:3843 ../src/guestfs-actions.pod:6805
13284 msgid "(Added in 1.0.83)"
13285 msgstr ""
13286
13287 # type: =head2
13288 #. type: =head2
13289 #: ../src/guestfs-actions.pod:3845
13290 msgid "guestfs_lvresize"
13291 msgstr ""
13292
13293 # type: verbatim
13294 #. type: verbatim
13295 #: ../src/guestfs-actions.pod:3847
13296 #, no-wrap
13297 msgid ""
13298 " int\n"
13299 " guestfs_lvresize (guestfs_h *g,\n"
13300 "                   const char *device,\n"
13301 "                   int mbytes);\n"
13302 "\n"
13303 msgstr ""
13304
13305 # type: textblock
13306 #. type: textblock
13307 #: ../src/guestfs-actions.pod:3852 ../fish/guestfish-actions.pod:2618
13308 msgid ""
13309 "This resizes (expands or shrinks) an existing LVM logical volume to "
13310 "C<mbytes>.  When reducing, data in the reduced part is lost."
13311 msgstr ""
13312
13313 # type: =head2
13314 #. type: =head2
13315 #: ../src/guestfs-actions.pod:3860
13316 msgid "guestfs_lvresize_free"
13317 msgstr ""
13318
13319 # type: verbatim
13320 #. type: verbatim
13321 #: ../src/guestfs-actions.pod:3862
13322 #, no-wrap
13323 msgid ""
13324 " int\n"
13325 " guestfs_lvresize_free (guestfs_h *g,\n"
13326 "                        const char *lv,\n"
13327 "                        int percent);\n"
13328 "\n"
13329 msgstr ""
13330
13331 # type: textblock
13332 #. type: textblock
13333 #: ../src/guestfs-actions.pod:3867 ../fish/guestfish-actions.pod:2626
13334 msgid ""
13335 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
13336 "remaining free space in the volume group.  Commonly you would call this with "
13337 "pc = 100 which expands the logical volume as much as possible, using all "
13338 "remaining free space in the volume group."
13339 msgstr ""
13340
13341 # type: textblock
13342 #. type: textblock
13343 #: ../src/guestfs-actions.pod:3875
13344 msgid "(Added in 1.3.3)"
13345 msgstr ""
13346
13347 # type: =head2
13348 #. type: =head2
13349 #: ../src/guestfs-actions.pod:3877
13350 msgid "guestfs_lvs"
13351 msgstr ""
13352
13353 # type: verbatim
13354 #. type: verbatim
13355 #: ../src/guestfs-actions.pod:3879
13356 #, no-wrap
13357 msgid ""
13358 " char **\n"
13359 " guestfs_lvs (guestfs_h *g);\n"
13360 "\n"
13361 msgstr ""
13362
13363 # type: textblock
13364 #. type: textblock
13365 #: ../src/guestfs-actions.pod:3882 ../fish/guestfish-actions.pod:2636
13366 msgid ""
13367 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13368 "(8)> command."
13369 msgstr ""
13370
13371 # type: textblock
13372 #. type: textblock
13373 #: ../src/guestfs-actions.pod:3885 ../fish/guestfish-actions.pod:2639
13374 msgid ""
13375 "This returns a list of the logical volume device names (eg. C</dev/"
13376 "VolGroup00/LogVol00>)."
13377 msgstr ""
13378
13379 # type: textblock
13380 #. type: textblock
13381 #: ../src/guestfs-actions.pod:3888
13382 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
13383 msgstr ""
13384
13385 # type: =head2
13386 #. type: =head2
13387 #: ../src/guestfs-actions.pod:3896
13388 msgid "guestfs_lvs_full"
13389 msgstr ""
13390
13391 # type: verbatim
13392 #. type: verbatim
13393 #: ../src/guestfs-actions.pod:3898
13394 #, no-wrap
13395 msgid ""
13396 " struct guestfs_lvm_lv_list *\n"
13397 " guestfs_lvs_full (guestfs_h *g);\n"
13398 "\n"
13399 msgstr ""
13400
13401 # type: textblock
13402 #. type: textblock
13403 #: ../src/guestfs-actions.pod:3901 ../fish/guestfish-actions.pod:2648
13404 msgid ""
13405 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13406 "(8)> command.  The \"full\" version includes all fields."
13407 msgstr ""
13408
13409 # type: textblock
13410 #. type: textblock
13411 #: ../src/guestfs-actions.pod:3904
13412 msgid ""
13413 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
13414 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
13415 msgstr ""
13416
13417 # type: =head2
13418 #. type: =head2
13419 #: ../src/guestfs-actions.pod:3910
13420 msgid "guestfs_lvuuid"
13421 msgstr ""
13422
13423 # type: verbatim
13424 #. type: verbatim
13425 #: ../src/guestfs-actions.pod:3912
13426 #, no-wrap
13427 msgid ""
13428 " char *\n"
13429 " guestfs_lvuuid (guestfs_h *g,\n"
13430 "                 const char *device);\n"
13431 "\n"
13432 msgstr ""
13433
13434 # type: textblock
13435 #. type: textblock
13436 #: ../src/guestfs-actions.pod:3916 ../fish/guestfish-actions.pod:2655
13437 msgid "This command returns the UUID of the LVM LV C<device>."
13438 msgstr ""
13439
13440 # type: =head2
13441 #. type: =head2
13442 #: ../src/guestfs-actions.pod:3923
13443 msgid "guestfs_lxattrlist"
13444 msgstr ""
13445
13446 # type: verbatim
13447 #. type: verbatim
13448 #: ../src/guestfs-actions.pod:3925
13449 #, no-wrap
13450 msgid ""
13451 " struct guestfs_xattr_list *\n"
13452 " guestfs_lxattrlist (guestfs_h *g,\n"
13453 "                     const char *path,\n"
13454 "                     char *const *names);\n"
13455 "\n"
13456 msgstr ""
13457
13458 # type: textblock
13459 #. type: textblock
13460 #: ../src/guestfs-actions.pod:3930 ../fish/guestfish-actions.pod:2661
13461 msgid ""
13462 "This call allows you to get the extended attributes of multiple files, where "
13463 "all files are in the directory C<path>.  C<names> is the list of files from "
13464 "this directory."
13465 msgstr ""
13466
13467 # type: textblock
13468 #. type: textblock
13469 #: ../src/guestfs-actions.pod:3934 ../fish/guestfish-actions.pod:2665
13470 msgid ""
13471 "On return you get a flat list of xattr structs which must be interpreted "
13472 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
13473 "C<attrval> in this struct is zero-length to indicate there was an error "
13474 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
13475 "number (the number of following attributes for this file, which could be C<"
13476 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
13477 "for the first named file.  This repeats for the second and subsequent files."
13478 msgstr ""
13479
13480 # type: textblock
13481 #. type: textblock
13482 #: ../src/guestfs-actions.pod:3944
13483 msgid ""
13484 "This call is intended for programs that want to efficiently list a directory "
13485 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
13486 "a similarly efficient call for getting standard stats.  Very long directory "
13487 "listings might cause the protocol message size to be exceeded, causing this "
13488 "call to fail.  The caller must split up such requests into smaller groups of "
13489 "names."
13490 msgstr ""
13491
13492 # type: =head2
13493 #. type: =head2
13494 #: ../src/guestfs-actions.pod:3958
13495 msgid "guestfs_mkdir"
13496 msgstr ""
13497
13498 # type: verbatim
13499 #. type: verbatim
13500 #: ../src/guestfs-actions.pod:3960
13501 #, no-wrap
13502 msgid ""
13503 " int\n"
13504 " guestfs_mkdir (guestfs_h *g,\n"
13505 "                const char *path);\n"
13506 "\n"
13507 msgstr ""
13508
13509 # type: textblock
13510 #. type: textblock
13511 #: ../src/guestfs-actions.pod:3964 ../fish/guestfish-actions.pod:2687
13512 msgid "Create a directory named C<path>."
13513 msgstr ""
13514
13515 # type: =head2
13516 #. type: =head2
13517 #: ../src/guestfs-actions.pod:3970
13518 msgid "guestfs_mkdir_mode"
13519 msgstr ""
13520
13521 # type: verbatim
13522 #. type: verbatim
13523 #: ../src/guestfs-actions.pod:3972
13524 #, no-wrap
13525 msgid ""
13526 " int\n"
13527 " guestfs_mkdir_mode (guestfs_h *g,\n"
13528 "                     const char *path,\n"
13529 "                     int mode);\n"
13530 "\n"
13531 msgstr ""
13532
13533 # type: textblock
13534 #. type: textblock
13535 #: ../src/guestfs-actions.pod:3977 ../fish/guestfish-actions.pod:2693
13536 msgid ""
13537 "This command creates a directory, setting the initial permissions of the "
13538 "directory to C<mode>."
13539 msgstr ""
13540
13541 # type: textblock
13542 #. type: textblock
13543 #: ../src/guestfs-actions.pod:3980 ../fish/guestfish-actions.pod:2696
13544 msgid ""
13545 "For common Linux filesystems, the actual mode which is set will be C<mode & "
13546 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
13547 "other ways."
13548 msgstr ""
13549
13550 # type: textblock
13551 #. type: textblock
13552 #: ../src/guestfs-actions.pod:3984
13553 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
13554 msgstr ""
13555
13556 # type: =head2
13557 #. type: =head2
13558 #: ../src/guestfs-actions.pod:3990
13559 msgid "guestfs_mkdir_p"
13560 msgstr ""
13561
13562 # type: verbatim
13563 #. type: verbatim
13564 #: ../src/guestfs-actions.pod:3992
13565 #, no-wrap
13566 msgid ""
13567 " int\n"
13568 " guestfs_mkdir_p (guestfs_h *g,\n"
13569 "                  const char *path);\n"
13570 "\n"
13571 msgstr ""
13572
13573 # type: textblock
13574 #. type: textblock
13575 #: ../src/guestfs-actions.pod:3996 ../fish/guestfish-actions.pod:2706
13576 msgid ""
13577 "Create a directory named C<path>, creating any parent directories as "
13578 "necessary.  This is like the C<mkdir -p> shell command."
13579 msgstr ""
13580
13581 # type: =head2
13582 #. type: =head2
13583 #: ../src/guestfs-actions.pod:4003
13584 msgid "guestfs_mkdtemp"
13585 msgstr ""
13586
13587 # type: verbatim
13588 #. type: verbatim
13589 #: ../src/guestfs-actions.pod:4005
13590 #, no-wrap
13591 msgid ""
13592 " char *\n"
13593 " guestfs_mkdtemp (guestfs_h *g,\n"
13594 "                  const char *template);\n"
13595 "\n"
13596 msgstr ""
13597
13598 # type: textblock
13599 #. type: textblock
13600 #: ../src/guestfs-actions.pod:4009 ../fish/guestfish-actions.pod:2713
13601 msgid ""
13602 "This command creates a temporary directory.  The C<template> parameter "
13603 "should be a full pathname for the temporary directory name with the final "
13604 "six characters being \"XXXXXX\"."
13605 msgstr ""
13606
13607 # type: textblock
13608 #. type: textblock
13609 #: ../src/guestfs-actions.pod:4014 ../fish/guestfish-actions.pod:2718
13610 msgid ""
13611 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
13612 "being suitable for Windows filesystems."
13613 msgstr ""
13614
13615 # type: textblock
13616 #. type: textblock
13617 #: ../src/guestfs-actions.pod:4017 ../fish/guestfish-actions.pod:2721
13618 msgid "The name of the temporary directory that was created is returned."
13619 msgstr ""
13620
13621 # type: textblock
13622 #. type: textblock
13623 #: ../src/guestfs-actions.pod:4020 ../fish/guestfish-actions.pod:2724
13624 msgid "The temporary directory is created with mode 0700 and is owned by root."
13625 msgstr ""
13626
13627 # type: textblock
13628 #. type: textblock
13629 #: ../src/guestfs-actions.pod:4023 ../fish/guestfish-actions.pod:2727
13630 msgid ""
13631 "The caller is responsible for deleting the temporary directory and its "
13632 "contents after use."
13633 msgstr ""
13634
13635 # type: textblock
13636 #. type: textblock
13637 #: ../src/guestfs-actions.pod:4026 ../fish/guestfish-actions.pod:2730
13638 msgid "See also: L<mkdtemp(3)>"
13639 msgstr ""
13640
13641 # type: =head2
13642 #. type: =head2
13643 #: ../src/guestfs-actions.pod:4033
13644 msgid "guestfs_mke2fs_J"
13645 msgstr ""
13646
13647 # type: verbatim
13648 #. type: verbatim
13649 #: ../src/guestfs-actions.pod:4035
13650 #, no-wrap
13651 msgid ""
13652 " int\n"
13653 " guestfs_mke2fs_J (guestfs_h *g,\n"
13654 "                   const char *fstype,\n"
13655 "                   int blocksize,\n"
13656 "                   const char *device,\n"
13657 "                   const char *journal);\n"
13658 "\n"
13659 msgstr ""
13660
13661 # type: textblock
13662 #. type: textblock
13663 #: ../src/guestfs-actions.pod:4042 ../fish/guestfish-actions.pod:2736
13664 msgid ""
13665 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13666 "C<journal>.  It is equivalent to the command:"
13667 msgstr ""
13668
13669 # type: verbatim
13670 #. type: verbatim
13671 #: ../src/guestfs-actions.pod:4046 ../fish/guestfish-actions.pod:2740
13672 #, no-wrap
13673 msgid ""
13674 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
13675 "\n"
13676 msgstr ""
13677
13678 # type: textblock
13679 #. type: textblock
13680 #: ../src/guestfs-actions.pod:4048
13681 msgid "See also C<guestfs_mke2journal>."
13682 msgstr ""
13683
13684 # type: textblock
13685 #. type: textblock
13686 #: ../src/guestfs-actions.pod:4052 ../src/guestfs-actions.pod:4070
13687 #: ../src/guestfs-actions.pod:4088 ../src/guestfs-actions.pod:4104
13688 #: ../src/guestfs-actions.pod:4118 ../src/guestfs-actions.pod:4132
13689 #: ../src/guestfs-actions.pod:4191 ../src/guestfs-actions.pod:4442
13690 msgid "(Added in 1.0.68)"
13691 msgstr ""
13692
13693 # type: =head2
13694 #. type: =head2
13695 #: ../src/guestfs-actions.pod:4054
13696 msgid "guestfs_mke2fs_JL"
13697 msgstr ""
13698
13699 # type: verbatim
13700 #. type: verbatim
13701 #: ../src/guestfs-actions.pod:4056
13702 #, no-wrap
13703 msgid ""
13704 " int\n"
13705 " guestfs_mke2fs_JL (guestfs_h *g,\n"
13706 "                    const char *fstype,\n"
13707 "                    int blocksize,\n"
13708 "                    const char *device,\n"
13709 "                    const char *label);\n"
13710 "\n"
13711 msgstr ""
13712
13713 # type: textblock
13714 #. type: textblock
13715 #: ../src/guestfs-actions.pod:4063 ../fish/guestfish-actions.pod:2748
13716 msgid ""
13717 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13718 "the journal labeled C<label>."
13719 msgstr ""
13720
13721 # type: textblock
13722 #. type: textblock
13723 #: ../src/guestfs-actions.pod:4066
13724 msgid "See also C<guestfs_mke2journal_L>."
13725 msgstr ""
13726
13727 # type: =head2
13728 #. type: =head2
13729 #: ../src/guestfs-actions.pod:4072
13730 msgid "guestfs_mke2fs_JU"
13731 msgstr ""
13732
13733 # type: verbatim
13734 #. type: verbatim
13735 #: ../src/guestfs-actions.pod:4074
13736 #, no-wrap
13737 msgid ""
13738 " int\n"
13739 " guestfs_mke2fs_JU (guestfs_h *g,\n"
13740 "                    const char *fstype,\n"
13741 "                    int blocksize,\n"
13742 "                    const char *device,\n"
13743 "                    const char *uuid);\n"
13744 "\n"
13745 msgstr ""
13746
13747 # type: textblock
13748 #. type: textblock
13749 #: ../src/guestfs-actions.pod:4081 ../fish/guestfish-actions.pod:2757
13750 msgid ""
13751 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13752 "the journal with UUID C<uuid>."
13753 msgstr ""
13754
13755 # type: textblock
13756 #. type: textblock
13757 #: ../src/guestfs-actions.pod:4084
13758 msgid "See also C<guestfs_mke2journal_U>."
13759 msgstr ""
13760
13761 # type: =head2
13762 #. type: =head2
13763 #: ../src/guestfs-actions.pod:4090
13764 msgid "guestfs_mke2journal"
13765 msgstr ""
13766
13767 # type: verbatim
13768 #. type: verbatim
13769 #: ../src/guestfs-actions.pod:4092
13770 #, no-wrap
13771 msgid ""
13772 " int\n"
13773 " guestfs_mke2journal (guestfs_h *g,\n"
13774 "                      int blocksize,\n"
13775 "                      const char *device);\n"
13776 "\n"
13777 msgstr ""
13778
13779 # type: textblock
13780 #. type: textblock
13781 #: ../src/guestfs-actions.pod:4097 ../fish/guestfish-actions.pod:2766
13782 msgid ""
13783 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
13784 "command:"
13785 msgstr ""
13786
13787 # type: verbatim
13788 #. type: verbatim
13789 #: ../src/guestfs-actions.pod:4100 ../fish/guestfish-actions.pod:2769
13790 #, no-wrap
13791 msgid ""
13792 " mke2fs -O journal_dev -b blocksize device\n"
13793 "\n"
13794 msgstr ""
13795
13796 # type: =head2
13797 #. type: =head2
13798 #: ../src/guestfs-actions.pod:4106
13799 msgid "guestfs_mke2journal_L"
13800 msgstr ""
13801
13802 # type: verbatim
13803 #. type: verbatim
13804 #: ../src/guestfs-actions.pod:4108
13805 #, no-wrap
13806 msgid ""
13807 " int\n"
13808 " guestfs_mke2journal_L (guestfs_h *g,\n"
13809 "                        int blocksize,\n"
13810 "                        const char *label,\n"
13811 "                        const char *device);\n"
13812 "\n"
13813 msgstr ""
13814
13815 # type: textblock
13816 #. type: textblock
13817 #: ../src/guestfs-actions.pod:4114 ../fish/guestfish-actions.pod:2775
13818 msgid "This creates an ext2 external journal on C<device> with label C<label>."
13819 msgstr ""
13820
13821 # type: =head2
13822 #. type: =head2
13823 #: ../src/guestfs-actions.pod:4120
13824 msgid "guestfs_mke2journal_U"
13825 msgstr ""
13826
13827 # type: verbatim
13828 #. type: verbatim
13829 #: ../src/guestfs-actions.pod:4122
13830 #, no-wrap
13831 msgid ""
13832 " int\n"
13833 " guestfs_mke2journal_U (guestfs_h *g,\n"
13834 "                        int blocksize,\n"
13835 "                        const char *uuid,\n"
13836 "                        const char *device);\n"
13837 "\n"
13838 msgstr ""
13839
13840 # type: textblock
13841 #. type: textblock
13842 #: ../src/guestfs-actions.pod:4128 ../fish/guestfish-actions.pod:2781
13843 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
13844 msgstr ""
13845
13846 # type: =head2
13847 #. type: =head2
13848 #: ../src/guestfs-actions.pod:4134
13849 msgid "guestfs_mkfifo"
13850 msgstr ""
13851
13852 # type: verbatim
13853 #. type: verbatim
13854 #: ../src/guestfs-actions.pod:4136
13855 #, no-wrap
13856 msgid ""
13857 " int\n"
13858 " guestfs_mkfifo (guestfs_h *g,\n"
13859 "                 int mode,\n"
13860 "                 const char *path);\n"
13861 "\n"
13862 msgstr ""
13863
13864 # type: textblock
13865 #. type: textblock
13866 #: ../src/guestfs-actions.pod:4141
13867 msgid ""
13868 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
13869 "is just a convenient wrapper around C<guestfs_mknod>."
13870 msgstr ""
13871
13872 # type: =head2
13873 #. type: =head2
13874 #: ../src/guestfs-actions.pod:4151
13875 msgid "guestfs_mkfs"
13876 msgstr ""
13877
13878 # type: verbatim
13879 #. type: verbatim
13880 #: ../src/guestfs-actions.pod:4153
13881 #, no-wrap
13882 msgid ""
13883 " int\n"
13884 " guestfs_mkfs (guestfs_h *g,\n"
13885 "               const char *fstype,\n"
13886 "               const char *device);\n"
13887 "\n"
13888 msgstr ""
13889
13890 # type: textblock
13891 #. type: textblock
13892 #: ../src/guestfs-actions.pod:4158 ../fish/guestfish-actions.pod:2797
13893 msgid ""
13894 "This creates a filesystem on C<device> (usually a partition or LVM logical "
13895 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
13896 msgstr ""
13897
13898 # type: =head2
13899 #. type: =head2
13900 #: ../src/guestfs-actions.pod:4166
13901 msgid "guestfs_mkfs_b"
13902 msgstr ""
13903
13904 # type: verbatim
13905 #. type: verbatim
13906 #: ../src/guestfs-actions.pod:4168
13907 #, no-wrap
13908 msgid ""
13909 " int\n"
13910 " guestfs_mkfs_b (guestfs_h *g,\n"
13911 "                 const char *fstype,\n"
13912 "                 int blocksize,\n"
13913 "                 const char *device);\n"
13914 "\n"
13915 msgstr ""
13916
13917 # type: textblock
13918 #. type: textblock
13919 #: ../src/guestfs-actions.pod:4174
13920 msgid ""
13921 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13922 "block size of the resulting filesystem.  Supported block sizes depend on the "
13923 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13924 msgstr ""
13925
13926 # type: textblock
13927 #. type: textblock
13928 #: ../src/guestfs-actions.pod:4179 ../src/guestfs-actions.pod:4221
13929 #: ../fish/guestfish-actions.pod:2810 ../fish/guestfish-actions.pod:2837
13930 msgid ""
13931 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13932 "cluster size."
13933 msgstr ""
13934
13935 # type: textblock
13936 #. type: textblock
13937 #: ../src/guestfs-actions.pod:4184 ../fish/guestfish-actions.pod:2813
13938 msgid ""
13939 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
13940 msgstr ""
13941
13942 # type: =head2
13943 #. type: =head2
13944 #: ../src/guestfs-actions.pod:4193
13945 msgid "guestfs_mkfs_opts"
13946 msgstr ""
13947
13948 # type: verbatim
13949 #. type: verbatim
13950 #: ../src/guestfs-actions.pod:4195
13951 #, no-wrap
13952 msgid ""
13953 " int\n"
13954 " guestfs_mkfs_opts (guestfs_h *g,\n"
13955 "                    const char *fstype,\n"
13956 "                    const char *device,\n"
13957 "                    ...);\n"
13958 "\n"
13959 msgstr ""
13960
13961 # type: verbatim
13962 #. type: verbatim
13963 #: ../src/guestfs-actions.pod:4206
13964 #, no-wrap
13965 msgid ""
13966 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13967 "\n"
13968 msgstr ""
13969
13970 # type: textblock
13971 #. type: textblock
13972 #: ../src/guestfs-actions.pod:4208 ../fish/guestfish-actions.pod:2824
13973 msgid ""
13974 "This function creates a filesystem on C<device>.  The filesystem type is "
13975 "C<fstype>, for example C<ext3>."
13976 msgstr ""
13977
13978 # type: =item
13979 #. type: =item
13980 #: ../src/guestfs-actions.pod:4215 ../fish/guestfish-actions.pod:2831
13981 msgid "C<blocksize>"
13982 msgstr ""
13983
13984 # type: textblock
13985 #. type: textblock
13986 #: ../src/guestfs-actions.pod:4217 ../fish/guestfish-actions.pod:2833
13987 msgid ""
13988 "The filesystem block size.  Supported block sizes depend on the filesystem "
13989 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13990 "filesystems."
13991 msgstr ""
13992
13993 #. type: textblock
13994 #: ../src/guestfs-actions.pod:4228
13995 msgid "(Added in 1.7.19)"
13996 msgstr ""
13997
13998 # type: =head2
13999 #. type: =head2
14000 #: ../src/guestfs-actions.pod:4230
14001 msgid "guestfs_mkfs_opts_va"
14002 msgstr ""
14003
14004 # type: verbatim
14005 #. type: verbatim
14006 #: ../src/guestfs-actions.pod:4232
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:4238
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:4242
14026 msgid "guestfs_mkfs_opts_argv"
14027 msgstr ""
14028
14029 # type: verbatim
14030 #. type: verbatim
14031 #: ../src/guestfs-actions.pod:4244
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:4250
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:4254
14051 msgid "guestfs_mkmountpoint"
14052 msgstr ""
14053
14054 # type: verbatim
14055 #. type: verbatim
14056 #: ../src/guestfs-actions.pod:4256
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:4260
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:4264 ../fish/guestfish-actions.pod:2852
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:4268 ../fish/guestfish-actions.pod:2856
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:4273 ../fish/guestfish-actions.pod:2861
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:4282 ../fish/guestfish-actions.pod:2870
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:4284
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:4288
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:4293 ../fish/guestfish-actions.pod:2881
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:4295
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:4301 ../src/guestfs-actions.pod:4560
14152 #: ../src/guestfs-actions.pod:5453
14153 msgid "(Added in 1.0.62)"
14154 msgstr ""
14155
14156 # type: =head2
14157 #. type: =head2
14158 #: ../src/guestfs-actions.pod:4303
14159 msgid "guestfs_mknod"
14160 msgstr ""
14161
14162 # type: verbatim
14163 #. type: verbatim
14164 #: ../src/guestfs-actions.pod:4305
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:4312 ../fish/guestfish-actions.pod:2891
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:4315 ../fish/guestfish-actions.pod:2894
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:4320
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:4334
14207 msgid "guestfs_mknod_b"
14208 msgstr ""
14209
14210 # type: verbatim
14211 #. type: verbatim
14212 #: ../src/guestfs-actions.pod:4336
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:4343
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:4353
14236 msgid "guestfs_mknod_c"
14237 msgstr ""
14238
14239 # type: verbatim
14240 #. type: verbatim
14241 #: ../src/guestfs-actions.pod:4355
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:4362
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:4372
14265 msgid "guestfs_mkswap"
14266 msgstr ""
14267
14268 # type: verbatim
14269 #. type: verbatim
14270 #: ../src/guestfs-actions.pod:4374
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:4378 ../fish/guestfish-actions.pod:2933
14282 msgid "Create a swap partition on C<device>."
14283 msgstr ""
14284
14285 # type: =head2
14286 #. type: =head2
14287 #: ../src/guestfs-actions.pod:4384
14288 msgid "guestfs_mkswap_L"
14289 msgstr ""
14290
14291 # type: verbatim
14292 #. type: verbatim
14293 #: ../src/guestfs-actions.pod:4386
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:4391 ../fish/guestfish-actions.pod:2939
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:4393 ../fish/guestfish-actions.pod:2941
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:4401
14321 msgid "guestfs_mkswap_U"
14322 msgstr ""
14323
14324 # type: verbatim
14325 #. type: verbatim
14326 #: ../src/guestfs-actions.pod:4403
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:4408 ../fish/guestfish-actions.pod:2949
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:4414
14345 msgid "guestfs_mkswap_file"
14346 msgstr ""
14347
14348 # type: verbatim
14349 #. type: verbatim
14350 #: ../src/guestfs-actions.pod:4416
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:4420 ../fish/guestfish-actions.pod:2955
14362 msgid "Create a swap file."
14363 msgstr ""
14364
14365 # type: textblock
14366 #. type: textblock
14367 #: ../src/guestfs-actions.pod:4422
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:4429
14376 msgid "guestfs_modprobe"
14377 msgstr ""
14378
14379 # type: verbatim
14380 #. type: verbatim
14381 #: ../src/guestfs-actions.pod:4431
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:4435 ../fish/guestfish-actions.pod:2964
14393 msgid "This loads a kernel module in the appliance."
14394 msgstr ""
14395
14396 # type: textblock
14397 #. type: textblock
14398 #: ../src/guestfs-actions.pod:4437 ../fish/guestfish-actions.pod:2966
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:4444
14407 msgid "guestfs_mount"
14408 msgstr ""
14409
14410 # type: verbatim
14411 #. type: verbatim
14412 #: ../src/guestfs-actions.pod:4446
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:4451 ../fish/guestfish-actions.pod:2973
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:4457 ../fish/guestfish-actions.pod:2979
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:4462 ../fish/guestfish-actions.pod:2984
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:4465
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:4479
14465 msgid "guestfs_mount_loop"
14466 msgstr ""
14467
14468 # type: verbatim
14469 #. type: verbatim
14470 #: ../src/guestfs-actions.pod:4481
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:4486 ../fish/guestfish-actions.pod:3001
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:4494
14492 msgid "guestfs_mount_options"
14493 msgstr ""
14494
14495 # type: verbatim
14496 #. type: verbatim
14497 #: ../src/guestfs-actions.pod:4496
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:4502
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:4506 ../fish/guestfish-actions.pod:3013
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:4512 ../src/guestfs-actions.pod:4526
14527 #: ../src/guestfs-actions.pod:4543
14528 msgid "(Added in 1.0.10)"
14529 msgstr ""
14530
14531 # type: =head2
14532 #. type: =head2
14533 #: ../src/guestfs-actions.pod:4514
14534 msgid "guestfs_mount_ro"
14535 msgstr ""
14536
14537 # type: verbatim
14538 #. type: verbatim
14539 #: ../src/guestfs-actions.pod:4516
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:4521
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:4528
14560 msgid "guestfs_mount_vfs"
14561 msgstr ""
14562
14563 # type: verbatim
14564 #. type: verbatim
14565 #: ../src/guestfs-actions.pod:4530
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:4537
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:4545
14589 msgid "guestfs_mountpoints"
14590 msgstr ""
14591
14592 # type: verbatim
14593 #. type: verbatim
14594 #: ../src/guestfs-actions.pod:4547
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:4550
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:4562
14614 msgid "guestfs_mounts"
14615 msgstr ""
14616
14617 # type: verbatim
14618 #. type: verbatim
14619 #: ../src/guestfs-actions.pod:4564
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:4567 ../fish/guestfish-actions.pod:3044
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:4570 ../fish/guestfish-actions.pod:3047
14638 msgid "Some internal mounts are not shown."
14639 msgstr ""
14640
14641 # type: textblock
14642 #. type: textblock
14643 #: ../src/guestfs-actions.pod:4572
14644 msgid "See also: C<guestfs_mountpoints>"
14645 msgstr ""
14646
14647 # type: =head2
14648 #. type: =head2
14649 #: ../src/guestfs-actions.pod:4580
14650 msgid "guestfs_mv"
14651 msgstr ""
14652
14653 # type: verbatim
14654 #. type: verbatim
14655 #: ../src/guestfs-actions.pod:4582
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:4587 ../fish/guestfish-actions.pod:3055
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:4594
14676 msgid "guestfs_ntfs_3g_probe"
14677 msgstr ""
14678
14679 # type: verbatim
14680 #. type: verbatim
14681 #: ../src/guestfs-actions.pod:4596
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:4601 ../fish/guestfish-actions.pod:3062
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:4605 ../fish/guestfish-actions.pod:3066
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:4609 ../fish/guestfish-actions.pod:3070
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:4615
14720 msgid "(Added in 1.0.43)"
14721 msgstr ""
14722
14723 # type: =head2
14724 #. type: =head2
14725 #: ../src/guestfs-actions.pod:4617
14726 msgid "guestfs_ntfsresize"
14727 msgstr ""
14728
14729 # type: verbatim
14730 #. type: verbatim
14731 #: ../src/guestfs-actions.pod:4619
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:4623 ../fish/guestfish-actions.pod:3078
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:4631
14751 msgid "guestfs_ntfsresize_size"
14752 msgstr ""
14753
14754 # type: verbatim
14755 #. type: verbatim
14756 #: ../src/guestfs-actions.pod:4633
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:4638
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:4643 ../src/guestfs-actions.pod:5079
14777 #: ../src/guestfs-actions.pod:5152 ../src/guestfs-actions.pod:5401
14778 #: ../src/guestfs-actions.pod:6940
14779 msgid "(Added in 1.3.14)"
14780 msgstr ""
14781
14782 # type: =head2
14783 #. type: =head2
14784 #: ../src/guestfs-actions.pod:4645
14785 msgid "guestfs_part_add"
14786 msgstr ""
14787
14788 # type: verbatim
14789 #. type: verbatim
14790 #: ../src/guestfs-actions.pod:4647
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:4654
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:4657 ../fish/guestfish-actions.pod:3096
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:4662 ../fish/guestfish-actions.pod:3101
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:4666
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:4671 ../src/guestfs-actions.pod:4709
14839 #: ../src/guestfs-actions.pod:4762 ../src/guestfs-actions.pod:4840
14840 #: ../src/guestfs-actions.pod:4878 ../src/guestfs-actions.pod:4897
14841 #: ../src/guestfs-actions.pod:4937
14842 msgid "(Added in 1.0.78)"
14843 msgstr ""
14844
14845 # type: =head2
14846 #. type: =head2
14847 #: ../src/guestfs-actions.pod:4673
14848 msgid "guestfs_part_del"
14849 msgstr ""
14850
14851 # type: verbatim
14852 #. type: verbatim
14853 #: ../src/guestfs-actions.pod:4675
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:4680 ../fish/guestfish-actions.pod:3112
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:4682 ../fish/guestfish-actions.pod:3114
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:4690
14880 msgid "guestfs_part_disk"
14881 msgstr ""
14882
14883 # type: verbatim
14884 #. type: verbatim
14885 #: ../src/guestfs-actions.pod:4692
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:4697
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:4701
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:4711
14915 msgid "guestfs_part_get_bootable"
14916 msgstr ""
14917
14918 # type: verbatim
14919 #. type: verbatim
14920 #: ../src/guestfs-actions.pod:4713
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:4718 ../fish/guestfish-actions.pod:3136
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:4721
14941 msgid "See also C<guestfs_part_set_bootable>."
14942 msgstr ""
14943
14944 # type: =head2
14945 #. type: =head2
14946 #: ../src/guestfs-actions.pod:4727
14947 msgid "guestfs_part_get_mbr_id"
14948 msgstr ""
14949
14950 # type: verbatim
14951 #. type: verbatim
14952 #: ../src/guestfs-actions.pod:4729
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:4734 ../fish/guestfish-actions.pod:3145
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:4737 ../src/guestfs-actions.pod:4913
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:4745
14982 msgid "guestfs_part_get_parttype"
14983 msgstr ""
14984
14985 # type: verbatim
14986 #. type: verbatim
14987 #: ../src/guestfs-actions.pod:4747
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:4751 ../fish/guestfish-actions.pod:3156
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:4754
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:4764
15016 msgid "guestfs_part_init"
15017 msgstr ""
15018
15019 # type: verbatim
15020 #. type: verbatim
15021 #: ../src/guestfs-actions.pod:4766
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:4771 ../fish/guestfish-actions.pod:3168
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:4775
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:4778 ../fish/guestfish-actions.pod:3175
15051 msgid "Possible values for C<parttype> are:"
15052 msgstr ""
15053
15054 # type: =item
15055 #. type: =item
15056 #: ../src/guestfs-actions.pod:4782 ../fish/guestfish-actions.pod:3179
15057 msgid "B<efi> | B<gpt>"
15058 msgstr ""
15059
15060 # type: textblock
15061 #. type: textblock
15062 #: ../src/guestfs-actions.pod:4784 ../fish/guestfish-actions.pod:3181
15063 msgid "Intel EFI / GPT partition table."
15064 msgstr ""
15065
15066 # type: textblock
15067 #. type: textblock
15068 #: ../src/guestfs-actions.pod:4786 ../fish/guestfish-actions.pod:3183
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:4790 ../fish/guestfish-actions.pod:3187
15078 msgid "B<mbr> | B<msdos>"
15079 msgstr ""
15080
15081 # type: textblock
15082 #. type: textblock
15083 #: ../src/guestfs-actions.pod:4792 ../fish/guestfish-actions.pod:3189
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:4799 ../fish/guestfish-actions.pod:3196
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:4804 ../fish/guestfish-actions.pod:3201
15100 msgid "B<aix>"
15101 msgstr ""
15102
15103 # type: textblock
15104 #. type: textblock
15105 #: ../src/guestfs-actions.pod:4806 ../fish/guestfish-actions.pod:3203
15106 msgid "AIX disk labels."
15107 msgstr ""
15108
15109 # type: =item
15110 #. type: =item
15111 #: ../src/guestfs-actions.pod:4808 ../fish/guestfish-actions.pod:3205
15112 msgid "B<amiga> | B<rdb>"
15113 msgstr ""
15114
15115 # type: textblock
15116 #. type: textblock
15117 #: ../src/guestfs-actions.pod:4810 ../fish/guestfish-actions.pod:3207
15118 msgid "Amiga \"Rigid Disk Block\" format."
15119 msgstr ""
15120
15121 # type: =item
15122 #. type: =item
15123 #: ../src/guestfs-actions.pod:4812 ../fish/guestfish-actions.pod:3209
15124 msgid "B<bsd>"
15125 msgstr ""
15126
15127 # type: textblock
15128 #. type: textblock
15129 #: ../src/guestfs-actions.pod:4814 ../fish/guestfish-actions.pod:3211
15130 msgid "BSD disk labels."
15131 msgstr ""
15132
15133 # type: =item
15134 #. type: =item
15135 #: ../src/guestfs-actions.pod:4816 ../fish/guestfish-actions.pod:3213
15136 msgid "B<dasd>"
15137 msgstr ""
15138
15139 # type: textblock
15140 #. type: textblock
15141 #: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3215
15142 msgid "DASD, used on IBM mainframes."
15143 msgstr ""
15144
15145 # type: =item
15146 #. type: =item
15147 #: ../src/guestfs-actions.pod:4820 ../fish/guestfish-actions.pod:3217
15148 msgid "B<dvh>"
15149 msgstr ""
15150
15151 # type: textblock
15152 #. type: textblock
15153 #: ../src/guestfs-actions.pod:4822 ../fish/guestfish-actions.pod:3219
15154 msgid "MIPS/SGI volumes."
15155 msgstr ""
15156
15157 # type: =item
15158 #. type: =item
15159 #: ../src/guestfs-actions.pod:4824 ../fish/guestfish-actions.pod:3221
15160 msgid "B<mac>"
15161 msgstr ""
15162
15163 # type: textblock
15164 #. type: textblock
15165 #: ../src/guestfs-actions.pod:4826 ../fish/guestfish-actions.pod:3223
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:4828 ../fish/guestfish-actions.pod:3225
15172 msgid "B<pc98>"
15173 msgstr ""
15174
15175 # type: textblock
15176 #. type: textblock
15177 #: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3227
15178 msgid "NEC PC-98 format, common in Japan apparently."
15179 msgstr ""
15180
15181 # type: =item
15182 #. type: =item
15183 #: ../src/guestfs-actions.pod:4832 ../fish/guestfish-actions.pod:3229
15184 msgid "B<sun>"
15185 msgstr ""
15186
15187 # type: textblock
15188 #. type: textblock
15189 #: ../src/guestfs-actions.pod:4834 ../fish/guestfish-actions.pod:3231
15190 msgid "Sun disk labels."
15191 msgstr ""
15192
15193 # type: =head2
15194 #. type: =head2
15195 #: ../src/guestfs-actions.pod:4842
15196 msgid "guestfs_part_list"
15197 msgstr ""
15198
15199 # type: verbatim
15200 #. type: verbatim
15201 #: ../src/guestfs-actions.pod:4844
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:4848 ../fish/guestfish-actions.pod:3239
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:4851 ../fish/guestfish-actions.pod:3242
15221 msgid "The fields in the returned structure are:"
15222 msgstr ""
15223
15224 # type: =item
15225 #. type: =item
15226 #: ../src/guestfs-actions.pod:4855 ../fish/guestfish-actions.pod:3246
15227 msgid "B<part_num>"
15228 msgstr ""
15229
15230 # type: textblock
15231 #. type: textblock
15232 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3248
15233 msgid "Partition number, counting from 1."
15234 msgstr ""
15235
15236 # type: =item
15237 #. type: =item
15238 #: ../src/guestfs-actions.pod:4859 ../fish/guestfish-actions.pod:3250
15239 msgid "B<part_start>"
15240 msgstr ""
15241
15242 # type: textblock
15243 #. type: textblock
15244 #: ../src/guestfs-actions.pod:4861
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:4864 ../fish/guestfish-actions.pod:3255
15253 msgid "B<part_end>"
15254 msgstr ""
15255
15256 # type: textblock
15257 #. type: textblock
15258 #: ../src/guestfs-actions.pod:4866 ../fish/guestfish-actions.pod:3257
15259 msgid "End of the partition in bytes."
15260 msgstr ""
15261
15262 # type: =item
15263 #. type: =item
15264 #: ../src/guestfs-actions.pod:4868 ../fish/guestfish-actions.pod:3259
15265 msgid "B<part_size>"
15266 msgstr ""
15267
15268 # type: textblock
15269 #. type: textblock
15270 #: ../src/guestfs-actions.pod:4870 ../fish/guestfish-actions.pod:3261
15271 msgid "Size of the partition in bytes."
15272 msgstr ""
15273
15274 # type: textblock
15275 #. type: textblock
15276 #: ../src/guestfs-actions.pod:4874
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:4880
15286 msgid "guestfs_part_set_bootable"
15287 msgstr ""
15288
15289 # type: verbatim
15290 #. type: verbatim
15291 #: ../src/guestfs-actions.pod:4882
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:4888 ../fish/guestfish-actions.pod:3269
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:4891 ../fish/guestfish-actions.pod:3272
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:4899
15322 msgid "guestfs_part_set_mbr_id"
15323 msgstr ""
15324
15325 # type: verbatim
15326 #. type: verbatim
15327 #: ../src/guestfs-actions.pod:4901
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:4907 ../fish/guestfish-actions.pod:3280
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:4921
15351 msgid "guestfs_part_set_name"
15352 msgstr ""
15353
15354 # type: verbatim
15355 #. type: verbatim
15356 #: ../src/guestfs-actions.pod:4923
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:4929 ../fish/guestfish-actions.pod:3294
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:4932 ../fish/guestfish-actions.pod:3297
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:4939
15386 msgid "guestfs_part_to_dev"
15387 msgstr ""
15388
15389 # type: verbatim
15390 #. type: verbatim
15391 #: ../src/guestfs-actions.pod:4941
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:4945 ../fish/guestfish-actions.pod:3304
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:4949
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:4957
15419 msgid "guestfs_ping_daemon"
15420 msgstr ""
15421
15422 # type: verbatim
15423 #. type: verbatim
15424 #: ../src/guestfs-actions.pod:4959
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:4962 ../fish/guestfish-actions.pod:3315
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:4971
15445 msgid "guestfs_pread"
15446 msgstr ""
15447
15448 # type: verbatim
15449 #. type: verbatim
15450 #: ../src/guestfs-actions.pod:4973
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:4980 ../fish/guestfish-actions.pod:3324
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:4983 ../src/guestfs-actions.pod:5009
15473 #: ../fish/guestfish-actions.pod:3327 ../fish/guestfish-actions.pod:3342
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:4986
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:4997
15488 msgid "guestfs_pread_device"
15489 msgstr ""
15490
15491 # type: verbatim
15492 #. type: verbatim
15493 #: ../src/guestfs-actions.pod:4999
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:5006 ../fish/guestfish-actions.pod:3339
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:5012
15516 msgid "See also C<guestfs_pread>."
15517 msgstr ""
15518
15519 # type: textblock
15520 #. type: textblock
15521 #: ../src/guestfs-actions.pod:5021
15522 msgid "(Added in 1.5.21)"
15523 msgstr ""
15524
15525 # type: =head2
15526 #. type: =head2
15527 #: ../src/guestfs-actions.pod:5023
15528 msgid "guestfs_pvcreate"
15529 msgstr ""
15530
15531 # type: verbatim
15532 #. type: verbatim
15533 #: ../src/guestfs-actions.pod:5025
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:5029 ../fish/guestfish-actions.pod:3354
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:5037
15553 msgid "guestfs_pvremove"
15554 msgstr ""
15555
15556 # type: verbatim
15557 #. type: verbatim
15558 #: ../src/guestfs-actions.pod:5039
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:5043 ../fish/guestfish-actions.pod:3362
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:5046 ../fish/guestfish-actions.pod:3365
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:5054
15587 msgid "guestfs_pvresize"
15588 msgstr ""
15589
15590 # type: verbatim
15591 #. type: verbatim
15592 #: ../src/guestfs-actions.pod:5056
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:5060 ../fish/guestfish-actions.pod:3373
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:5067
15612 msgid "guestfs_pvresize_size"
15613 msgstr ""
15614
15615 # type: verbatim
15616 #. type: verbatim
15617 #: ../src/guestfs-actions.pod:5069
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:5074
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:5081
15638 msgid "guestfs_pvs"
15639 msgstr ""
15640
15641 # type: verbatim
15642 #. type: verbatim
15643 #: ../src/guestfs-actions.pod:5083
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:5086 ../fish/guestfish-actions.pod:3387
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:5089 ../fish/guestfish-actions.pod:3390
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:5092
15670 msgid "See also C<guestfs_pvs_full>."
15671 msgstr ""
15672
15673 # type: =head2
15674 #. type: =head2
15675 #: ../src/guestfs-actions.pod:5100
15676 msgid "guestfs_pvs_full"
15677 msgstr ""
15678
15679 # type: verbatim
15680 #. type: verbatim
15681 #: ../src/guestfs-actions.pod:5102
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:5105 ../fish/guestfish-actions.pod:3399
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:5108
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:5114
15708 msgid "guestfs_pvuuid"
15709 msgstr ""
15710
15711 # type: verbatim
15712 #. type: verbatim
15713 #: ../src/guestfs-actions.pod:5116
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:5120 ../fish/guestfish-actions.pod:3406
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:5127
15731 msgid "guestfs_pwrite"
15732 msgstr ""
15733
15734 # type: verbatim
15735 #. type: verbatim
15736 #: ../src/guestfs-actions.pod:5129
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:5136 ../fish/guestfish-actions.pod:3412
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:5139 ../fish/guestfish-actions.pod:3415
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:5145
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:5154
15776 msgid "guestfs_pwrite_device"
15777 msgstr ""
15778
15779 # type: verbatim
15780 #. type: verbatim
15781 #: ../src/guestfs-actions.pod:5156
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:5163 ../fish/guestfish-actions.pod:3430
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:5166 ../fish/guestfish-actions.pod:3433
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:5171
15813 msgid "See also C<guestfs_pwrite>."
15814 msgstr ""
15815
15816 # type: textblock
15817 #. type: textblock
15818 #: ../src/guestfs-actions.pod:5178
15819 msgid "(Added in 1.5.20)"
15820 msgstr ""
15821
15822 # type: =head2
15823 #. type: =head2
15824 #: ../src/guestfs-actions.pod:5180
15825 msgid "guestfs_read_file"
15826 msgstr ""
15827
15828 # type: verbatim
15829 #. type: verbatim
15830 #: ../src/guestfs-actions.pod:5182
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:5187 ../fish/guestfish-actions.pod:3447
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:5190
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:5202
15858 msgid "(Added in 1.0.63)"
15859 msgstr ""
15860
15861 # type: =head2
15862 #. type: =head2
15863 #: ../src/guestfs-actions.pod:5204
15864 msgid "guestfs_read_lines"
15865 msgstr ""
15866
15867 # type: verbatim
15868 #. type: verbatim
15869 #: ../src/guestfs-actions.pod:5206
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:5212 ../fish/guestfish-actions.pod:3464
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:5215
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:5226
15899 msgid "guestfs_readdir"
15900 msgstr ""
15901
15902 # type: verbatim
15903 #. type: verbatim
15904 #: ../src/guestfs-actions.pod:5228
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:5232 ../fish/guestfish-actions.pod:3476
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:5234 ../fish/guestfish-actions.pod:3478
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:5238 ../fish/guestfish-actions.pod:3482
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:5243 ../fish/guestfish-actions.pod:3487
15939 msgid "'b'"
15940 msgstr ""
15941
15942 # type: textblock
15943 #. type: textblock
15944 #: ../src/guestfs-actions.pod:5245 ../fish/guestfish-actions.pod:3489
15945 msgid "Block special"
15946 msgstr ""
15947
15948 # type: =item
15949 #. type: =item
15950 #: ../src/guestfs-actions.pod:5247 ../fish/guestfish-actions.pod:3491
15951 msgid "'c'"
15952 msgstr ""
15953
15954 # type: textblock
15955 #. type: textblock
15956 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3493
15957 msgid "Char special"
15958 msgstr ""
15959
15960 # type: =item
15961 #. type: =item
15962 #: ../src/guestfs-actions.pod:5251 ../fish/guestfish-actions.pod:3495
15963 msgid "'d'"
15964 msgstr ""
15965
15966 # type: textblock
15967 #. type: textblock
15968 #: ../src/guestfs-actions.pod:5253 ../fish/guestfish-actions.pod:3497
15969 msgid "Directory"
15970 msgstr ""
15971
15972 # type: =item
15973 #. type: =item
15974 #: ../src/guestfs-actions.pod:5255 ../fish/guestfish-actions.pod:3499
15975 msgid "'f'"
15976 msgstr ""
15977
15978 # type: textblock
15979 #. type: textblock
15980 #: ../src/guestfs-actions.pod:5257 ../fish/guestfish-actions.pod:3501
15981 msgid "FIFO (named pipe)"
15982 msgstr ""
15983
15984 # type: =item
15985 #. type: =item
15986 #: ../src/guestfs-actions.pod:5259 ../fish/guestfish-actions.pod:3503
15987 msgid "'l'"
15988 msgstr ""
15989
15990 # type: textblock
15991 #. type: textblock
15992 #: ../src/guestfs-actions.pod:5261 ../fish/guestfish-actions.pod:3505
15993 msgid "Symbolic link"
15994 msgstr ""
15995
15996 # type: =item
15997 #. type: =item
15998 #: ../src/guestfs-actions.pod:5263 ../fish/guestfish-actions.pod:3507
15999 msgid "'r'"
16000 msgstr ""
16001
16002 # type: textblock
16003 #. type: textblock
16004 #: ../src/guestfs-actions.pod:5265 ../fish/guestfish-actions.pod:3509
16005 msgid "Regular file"
16006 msgstr ""
16007
16008 # type: =item
16009 #. type: =item
16010 #: ../src/guestfs-actions.pod:5267 ../fish/guestfish-actions.pod:3511
16011 msgid "'s'"
16012 msgstr ""
16013
16014 # type: textblock
16015 #. type: textblock
16016 #: ../src/guestfs-actions.pod:5269 ../fish/guestfish-actions.pod:3513
16017 msgid "Socket"
16018 msgstr ""
16019
16020 # type: =item
16021 #. type: =item
16022 #: ../src/guestfs-actions.pod:5271 ../fish/guestfish-actions.pod:3515
16023 msgid "'u'"
16024 msgstr ""
16025
16026 # type: textblock
16027 #. type: textblock
16028 #: ../src/guestfs-actions.pod:5273 ../fish/guestfish-actions.pod:3517
16029 msgid "Unknown file type"
16030 msgstr ""
16031
16032 # type: =item
16033 #. type: =item
16034 #: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3519
16035 msgid "'?'"
16036 msgstr ""
16037
16038 # type: textblock
16039 #. type: textblock
16040 #: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3521
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:5282
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:5286
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:5292
16065 msgid "guestfs_readlink"
16066 msgstr ""
16067
16068 # type: verbatim
16069 #. type: verbatim
16070 #: ../src/guestfs-actions.pod:5294
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:5298 ../fish/guestfish-actions.pod:3534
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:5305
16088 msgid "guestfs_readlinklist"
16089 msgstr ""
16090
16091 # type: verbatim
16092 #. type: verbatim
16093 #: ../src/guestfs-actions.pod:5307
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:5312 ../fish/guestfish-actions.pod:3540
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:5316 ../fish/guestfish-actions.pod:3544
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:5320 ../fish/guestfish-actions.pod:3548
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:5327 ../fish/guestfish-actions.pod:3555
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:5340
16144 msgid "guestfs_realpath"
16145 msgstr ""
16146
16147 # type: verbatim
16148 #. type: verbatim
16149 #: ../src/guestfs-actions.pod:5342
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:5346 ../fish/guestfish-actions.pod:3566
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:5354
16169 msgid "guestfs_removexattr"
16170 msgstr ""
16171
16172 # type: verbatim
16173 #. type: verbatim
16174 #: ../src/guestfs-actions.pod:5356
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:5361 ../fish/guestfish-actions.pod:3573
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:5364
16194 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
16195 msgstr ""
16196
16197 # type: =head2
16198 #. type: =head2
16199 #: ../src/guestfs-actions.pod:5370
16200 msgid "guestfs_resize2fs"
16201 msgstr ""
16202
16203 # type: verbatim
16204 #. type: verbatim
16205 #: ../src/guestfs-actions.pod:5372
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:5376 ../fish/guestfish-actions.pod:3582
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:5379
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:5389
16235 msgid "guestfs_resize2fs_size"
16236 msgstr ""
16237
16238 # type: verbatim
16239 #. type: verbatim
16240 #: ../src/guestfs-actions.pod:5391
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:5396
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:5403
16261 msgid "guestfs_rm"
16262 msgstr ""
16263
16264 # type: verbatim
16265 #. type: verbatim
16266 #: ../src/guestfs-actions.pod:5405
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:5409 ../fish/guestfish-actions.pod:3602
16278 msgid "Remove the single file C<path>."
16279 msgstr ""
16280
16281 # type: =head2
16282 #. type: =head2
16283 #: ../src/guestfs-actions.pod:5415
16284 msgid "guestfs_rm_rf"
16285 msgstr ""
16286
16287 # type: verbatim
16288 #. type: verbatim
16289 #: ../src/guestfs-actions.pod:5417
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:5421 ../fish/guestfish-actions.pod:3608
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:5429
16309 msgid "guestfs_rmdir"
16310 msgstr ""
16311
16312 # type: verbatim
16313 #. type: verbatim
16314 #: ../src/guestfs-actions.pod:5431
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:5435 ../fish/guestfish-actions.pod:3616
16326 msgid "Remove the single directory C<path>."
16327 msgstr ""
16328
16329 # type: =head2
16330 #. type: =head2
16331 #: ../src/guestfs-actions.pod:5441
16332 msgid "guestfs_rmmountpoint"
16333 msgstr ""
16334
16335 # type: verbatim
16336 #. type: verbatim
16337 #: ../src/guestfs-actions.pod:5443
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:5447
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:5455
16357 msgid "guestfs_scrub_device"
16358 msgstr ""
16359
16360 # type: verbatim
16361 #. type: verbatim
16362 #: ../src/guestfs-actions.pod:5457
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:5461 ../fish/guestfish-actions.pod:3630
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:5464 ../src/guestfs-actions.pod:5485
16382 #: ../src/guestfs-actions.pod:5504 ../fish/guestfish-actions.pod:3633
16383 #: ../fish/guestfish-actions.pod:3648 ../fish/guestfish-actions.pod:3661
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:5472 ../src/guestfs-actions.pod:5490
16392 #: ../src/guestfs-actions.pod:5509
16393 msgid "(Added in 1.0.52)"
16394 msgstr ""
16395
16396 # type: =head2
16397 #. type: =head2
16398 #: ../src/guestfs-actions.pod:5474
16399 msgid "guestfs_scrub_file"
16400 msgstr ""
16401
16402 # type: verbatim
16403 #. type: verbatim
16404 #: ../src/guestfs-actions.pod:5476
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:5480 ../fish/guestfish-actions.pod:3643
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:5483 ../fish/guestfish-actions.pod:3646
16424 msgid "The file is I<removed> after scrubbing."
16425 msgstr ""
16426
16427 # type: =head2
16428 #. type: =head2
16429 #: ../src/guestfs-actions.pod:5492
16430 msgid "guestfs_scrub_freespace"
16431 msgstr ""
16432
16433 # type: verbatim
16434 #. type: verbatim
16435 #: ../src/guestfs-actions.pod:5494
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:5498
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:5511
16457 msgid "guestfs_set_append"
16458 msgstr ""
16459
16460 # type: verbatim
16461 #. type: verbatim
16462 #: ../src/guestfs-actions.pod:5513
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:5517 ../fish/guestfish-actions.pod:3670
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:5520 ../fish/guestfish-actions.pod:3673
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:5523 ../fish/guestfish-actions.pod:3676
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:5530
16498 msgid "guestfs_set_autosync"
16499 msgstr ""
16500
16501 # type: verbatim
16502 #. type: verbatim
16503 #: ../src/guestfs-actions.pod:5532
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:5536
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:5541 ../fish/guestfish-actions.pod:3690
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:5548
16532 msgid "guestfs_set_direct"
16533 msgstr ""
16534
16535 # type: verbatim
16536 #. type: verbatim
16537 #: ../src/guestfs-actions.pod:5550
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:5554 ../fish/guestfish-actions.pod:3699
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:5558
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:5562 ../fish/guestfish-actions.pod:3707
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:5565 ../fish/guestfish-actions.pod:3710
16572 msgid "The default is disabled."
16573 msgstr ""
16574
16575 # type: =head2
16576 #. type: =head2
16577 #: ../src/guestfs-actions.pod:5571
16578 msgid "guestfs_set_e2label"
16579 msgstr ""
16580
16581 # type: verbatim
16582 #. type: verbatim
16583 #: ../src/guestfs-actions.pod:5573
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:5578 ../fish/guestfish-actions.pod:3716
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:5582
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:5589
16612 msgid "guestfs_set_e2uuid"
16613 msgstr ""
16614
16615 # type: verbatim
16616 #. type: verbatim
16617 #: ../src/guestfs-actions.pod:5591
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:5596 ../fish/guestfish-actions.pod:3727
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:5601
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:5608
16647 msgid "guestfs_set_memsize"
16648 msgstr ""
16649
16650 # type: verbatim
16651 #. type: verbatim
16652 #: ../src/guestfs-actions.pod:5610
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:5614
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:5618 ../fish/guestfish-actions.pod:3745
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:5629
16680 msgid "guestfs_set_network"
16681 msgstr ""
16682
16683 # type: verbatim
16684 #. type: verbatim
16685 #: ../src/guestfs-actions.pod:5631
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:5635 ../fish/guestfish-actions.pod:3758
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:5638 ../fish/guestfish-actions.pod:3761
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:5641
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:5648
16721 msgid "guestfs_set_path"
16722 msgstr ""
16723
16724 # type: verbatim
16725 #. type: verbatim
16726 #: ../src/guestfs-actions.pod:5650
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:5654 ../fish/guestfish-actions.pod:3773
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:5656 ../fish/guestfish-actions.pod:3775
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:5659 ../fish/guestfish-actions.pod:3778
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:5665
16758 msgid "guestfs_set_qemu"
16759 msgstr ""
16760
16761 # type: verbatim
16762 #. type: verbatim
16763 #: ../src/guestfs-actions.pod:5667
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:5671 ../fish/guestfish-actions.pod:3786
16775 msgid "Set the qemu binary that we will use."
16776 msgstr ""
16777
16778 # type: textblock
16779 #. type: textblock
16780 #: ../src/guestfs-actions.pod:5673 ../fish/guestfish-actions.pod:3788
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:5676 ../fish/guestfish-actions.pod:3791
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:5679 ../fish/guestfish-actions.pod:3794
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:5681 ../fish/guestfish-actions.pod:3796
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:5693
16814 msgid "guestfs_set_recovery_proc"
16815 msgstr ""
16816
16817 # type: verbatim
16818 #. type: verbatim
16819 #: ../src/guestfs-actions.pod:5695
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:5699
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:5704
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:5707 ../fish/guestfish-actions.pod:3818
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:5717
16859 msgid "guestfs_set_selinux"
16860 msgstr ""
16861
16862 # type: verbatim
16863 #. type: verbatim
16864 #: ../src/guestfs-actions.pod:5719
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:5723 ../fish/guestfish-actions.pod:3830
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:5726 ../fish/guestfish-actions.pod:3833
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:5736
16892 msgid "guestfs_set_trace"
16893 msgstr ""
16894
16895 # type: verbatim
16896 #. type: verbatim
16897 #: ../src/guestfs-actions.pod:5738
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:5742 ../fish/guestfish-actions.pod:3845
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:5749 ../fish/guestfish-actions.pod:3852
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:5753 ../fish/guestfish-actions.pod:3856
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:5760
16936 msgid "guestfs_set_verbose"
16937 msgstr ""
16938
16939 # type: verbatim
16940 #. type: verbatim
16941 #: ../src/guestfs-actions.pod:5762
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:5766 ../fish/guestfish-actions.pod:3865
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:5768 ../fish/guestfish-actions.pod:3867
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:5775
16967 msgid "guestfs_setcon"
16968 msgstr ""
16969
16970 # type: verbatim
16971 #. type: verbatim
16972 #: ../src/guestfs-actions.pod:5777
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:5781 ../fish/guestfish-actions.pod:3874
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:5784 ../fish/guestfish-actions.pod:3877
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:5790
16998 msgid "guestfs_setxattr"
16999 msgstr ""
17000
17001 # type: verbatim
17002 #. type: verbatim
17003 #: ../src/guestfs-actions.pod:5792
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:5799 ../fish/guestfish-actions.pod:3883
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:5803
17026 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
17027 msgstr ""
17028
17029 # type: =head2
17030 #. type: =head2
17031 #: ../src/guestfs-actions.pod:5809
17032 msgid "guestfs_sfdisk"
17033 msgstr ""
17034
17035 # type: verbatim
17036 #. type: verbatim
17037 #: ../src/guestfs-actions.pod:5811
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:5819 ../fish/guestfish-actions.pod:3893
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:5822 ../fish/guestfish-actions.pod:3896
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:5824 ../fish/guestfish-actions.pod:3898
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:5832 ../fish/guestfish-actions.pod:3906
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:5835 ../fish/guestfish-actions.pod:3909
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:5839
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:5849
17103 msgid "guestfs_sfdiskM"
17104 msgstr ""
17105
17106 # type: verbatim
17107 #. type: verbatim
17108 #: ../src/guestfs-actions.pod:5851
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:5856
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:5862
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:5872
17139 msgid "guestfs_sfdisk_N"
17140 msgstr ""
17141
17142 # type: verbatim
17143 #. type: verbatim
17144 #: ../src/guestfs-actions.pod:5874
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:5883 ../fish/guestfish-actions.pod:3939
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:5886
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:5889
17177 msgid "See also: C<guestfs_part_add>"
17178 msgstr ""
17179
17180 # type: =head2
17181 #. type: =head2
17182 #: ../src/guestfs-actions.pod:5898
17183 msgid "guestfs_sfdisk_disk_geometry"
17184 msgstr ""
17185
17186 # type: verbatim
17187 #. type: verbatim
17188 #: ../src/guestfs-actions.pod:5900
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:5904
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:5909 ../src/guestfs-actions.pod:5925
17210 #: ../fish/guestfish-actions.pod:3959 ../fish/guestfish-actions.pod:3968
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:5917
17217 msgid "guestfs_sfdisk_kernel_geometry"
17218 msgstr ""
17219
17220 # type: verbatim
17221 #. type: verbatim
17222 #: ../src/guestfs-actions.pod:5919
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:5923 ../fish/guestfish-actions.pod:3966
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:5933
17240 msgid "guestfs_sfdisk_l"
17241 msgstr ""
17242
17243 # type: verbatim
17244 #. type: verbatim
17245 #: ../src/guestfs-actions.pod:5935
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:5939 ../fish/guestfish-actions.pod:3975
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:5943
17265 msgid "See also: C<guestfs_part_list>"
17266 msgstr ""
17267
17268 # type: =head2
17269 #. type: =head2
17270 #: ../src/guestfs-actions.pod:5950
17271 msgid "guestfs_sh"
17272 msgstr ""
17273
17274 # type: verbatim
17275 #. type: verbatim
17276 #: ../src/guestfs-actions.pod:5952
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:5956 ../fish/guestfish-actions.pod:3985
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:5959
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:5961 ../fish/guestfish-actions.pod:3990
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:5963 ../fish/guestfish-actions.pod:3992
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:5967
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:5974
17325 msgid "guestfs_sh_lines"
17326 msgstr ""
17327
17328 # type: verbatim
17329 #. type: verbatim
17330 #: ../src/guestfs-actions.pod:5976
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:5980
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:5983
17350 msgid "See also: C<guestfs_command_lines>"
17351 msgstr ""
17352
17353 # type: =head2
17354 #. type: =head2
17355 #: ../src/guestfs-actions.pod:5991
17356 msgid "guestfs_sleep"
17357 msgstr ""
17358
17359 # type: verbatim
17360 #. type: verbatim
17361 #: ../src/guestfs-actions.pod:5993
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:5997 ../fish/guestfish-actions.pod:4011
17373 msgid "Sleep for C<secs> seconds."
17374 msgstr ""
17375
17376 # type: textblock
17377 #. type: textblock
17378 #: ../src/guestfs-actions.pod:6001
17379 msgid "(Added in 1.0.41)"
17380 msgstr ""
17381
17382 # type: =head2
17383 #. type: =head2
17384 #: ../src/guestfs-actions.pod:6003 ../src/guestfs-structs.pod:109
17385 msgid "guestfs_stat"
17386 msgstr ""
17387
17388 # type: verbatim
17389 #. type: verbatim
17390 #: ../src/guestfs-actions.pod:6005
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:6011 ../fish/guestfish-actions.pod:4019
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:6019 ../src/guestfs-structs.pod:135
17408 msgid "guestfs_statvfs"
17409 msgstr ""
17410
17411 # type: verbatim
17412 #. type: verbatim
17413 #: ../src/guestfs-actions.pod:6021
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:6025 ../fish/guestfish-actions.pod:4025
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:6029 ../fish/guestfish-actions.pod:4029
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:6031
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:6037
17448 msgid "guestfs_strings"
17449 msgstr ""
17450
17451 # type: verbatim
17452 #. type: verbatim
17453 #: ../src/guestfs-actions.pod:6039
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:6043 ../fish/guestfish-actions.pod:4035
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:6055
17473 msgid "guestfs_strings_e"
17474 msgstr ""
17475
17476 # type: verbatim
17477 #. type: verbatim
17478 #: ../src/guestfs-actions.pod:6057
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:6062
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:6066 ../fish/guestfish-actions.pod:4049
17499 msgid "Allowed encodings are:"
17500 msgstr ""
17501
17502 # type: =item
17503 #. type: =item
17504 #: ../src/guestfs-actions.pod:6070 ../fish/guestfish-actions.pod:4053
17505 msgid "s"
17506 msgstr ""
17507
17508 # type: textblock
17509 #. type: textblock
17510 #: ../src/guestfs-actions.pod:6072
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:6075 ../fish/guestfish-actions.pod:4058
17519 msgid "S"
17520 msgstr ""
17521
17522 # type: textblock
17523 #. type: textblock
17524 #: ../src/guestfs-actions.pod:6077 ../fish/guestfish-actions.pod:4060
17525 msgid "Single 8-bit-byte characters."
17526 msgstr ""
17527
17528 # type: =item
17529 #. type: =item
17530 #: ../src/guestfs-actions.pod:6079 ../fish/guestfish-actions.pod:4062
17531 msgid "b"
17532 msgstr ""
17533
17534 # type: textblock
17535 #. type: textblock
17536 #: ../src/guestfs-actions.pod:6081 ../fish/guestfish-actions.pod:4064
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:6084 ../fish/guestfish-actions.pod:4067
17543 msgid "l (lower case letter L)"
17544 msgstr ""
17545
17546 # type: textblock
17547 #. type: textblock
17548 #: ../src/guestfs-actions.pod:6086 ../fish/guestfish-actions.pod:4069
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:6089 ../fish/guestfish-actions.pod:4072
17557 msgid "B"
17558 msgstr ""
17559
17560 # type: textblock
17561 #. type: textblock
17562 #: ../src/guestfs-actions.pod:6091 ../fish/guestfish-actions.pod:4074
17563 msgid "32-bit big endian such as UCS-4BE."
17564 msgstr ""
17565
17566 # type: =item
17567 #. type: =item
17568 #: ../src/guestfs-actions.pod:6093 ../fish/guestfish-actions.pod:4076
17569 msgid "L"
17570 msgstr ""
17571
17572 # type: textblock
17573 #. type: textblock
17574 #: ../src/guestfs-actions.pod:6095 ../fish/guestfish-actions.pod:4078
17575 msgid "32-bit little endian such as UCS-4LE."
17576 msgstr ""
17577
17578 # type: textblock
17579 #. type: textblock
17580 #: ../src/guestfs-actions.pod:6099 ../fish/guestfish-actions.pod:4082
17581 msgid "The returned strings are transcoded to UTF-8."
17582 msgstr ""
17583
17584 # type: =head2
17585 #. type: =head2
17586 #: ../src/guestfs-actions.pod:6110
17587 msgid "guestfs_swapoff_device"
17588 msgstr ""
17589
17590 # type: verbatim
17591 #. type: verbatim
17592 #: ../src/guestfs-actions.pod:6112
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:6116
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:6124
17612 msgid "guestfs_swapoff_file"
17613 msgstr ""
17614
17615 # type: verbatim
17616 #. type: verbatim
17617 #: ../src/guestfs-actions.pod:6126
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:6130 ../fish/guestfish-actions.pod:4099
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:6136
17635 msgid "guestfs_swapoff_label"
17636 msgstr ""
17637
17638 # type: verbatim
17639 #. type: verbatim
17640 #: ../src/guestfs-actions.pod:6138
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:6142 ../fish/guestfish-actions.pod:4105
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:6149
17660 msgid "guestfs_swapoff_uuid"
17661 msgstr ""
17662
17663 # type: verbatim
17664 #. type: verbatim
17665 #: ../src/guestfs-actions.pod:6151
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:6155 ../fish/guestfish-actions.pod:4112
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:6162
17685 msgid "guestfs_swapon_device"
17686 msgstr ""
17687
17688 # type: verbatim
17689 #. type: verbatim
17690 #: ../src/guestfs-actions.pod:6164
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:6168
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:6173 ../fish/guestfish-actions.pod:4124
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:6184
17722 msgid "guestfs_swapon_file"
17723 msgstr ""
17724
17725 # type: verbatim
17726 #. type: verbatim
17727 #: ../src/guestfs-actions.pod:6186
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:6190
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:6197
17747 msgid "guestfs_swapon_label"
17748 msgstr ""
17749
17750 # type: verbatim
17751 #. type: verbatim
17752 #: ../src/guestfs-actions.pod:6199
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:6203
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:6210
17772 msgid "guestfs_swapon_uuid"
17773 msgstr ""
17774
17775 # type: verbatim
17776 #. type: verbatim
17777 #: ../src/guestfs-actions.pod:6212
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:6216
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:6223
17797 msgid "guestfs_sync"
17798 msgstr ""
17799
17800 # type: verbatim
17801 #. type: verbatim
17802 #: ../src/guestfs-actions.pod:6225
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:6228 ../fish/guestfish-actions.pod:4156
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:6231 ../fish/guestfish-actions.pod:4159
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:6238
17829 msgid "guestfs_tail"
17830 msgstr ""
17831
17832 # type: verbatim
17833 #. type: verbatim
17834 #: ../src/guestfs-actions.pod:6240
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:6244 ../fish/guestfish-actions.pod:4166
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:6256
17853 msgid "guestfs_tail_n"
17854 msgstr ""
17855
17856 # type: verbatim
17857 #. type: verbatim
17858 #: ../src/guestfs-actions.pod:6258
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:6263 ../fish/guestfish-actions.pod:4176
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:6266 ../fish/guestfish-actions.pod:4179
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:6280
17887 msgid "guestfs_tar_in"
17888 msgstr ""
17889
17890 # type: verbatim
17891 #. type: verbatim
17892 #: ../src/guestfs-actions.pod:6282
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:6287 ../fish/guestfish-actions.pod:4191
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:6290
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:6295 ../src/guestfs-actions.pod:6312
17920 #: ../src/guestfs-actions.pod:6328 ../src/guestfs-actions.pod:6344
17921 msgid "(Added in 1.0.3)"
17922 msgstr ""
17923
17924 # type: =head2
17925 #. type: =head2
17926 #: ../src/guestfs-actions.pod:6297
17927 msgid "guestfs_tar_out"
17928 msgstr ""
17929
17930 # type: verbatim
17931 #. type: verbatim
17932 #: ../src/guestfs-actions.pod:6299
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:6304 ../fish/guestfish-actions.pod:4203
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:6307
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:6314
17961 msgid "guestfs_tgz_in"
17962 msgstr ""
17963
17964 # type: verbatim
17965 #. type: verbatim
17966 #: ../src/guestfs-actions.pod:6316
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:6321 ../fish/guestfish-actions.pod:4215
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:6324
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:6330
17993 msgid "guestfs_tgz_out"
17994 msgstr ""
17995
17996 # type: verbatim
17997 #. type: verbatim
17998 #: ../src/guestfs-actions.pod:6332
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:6337 ../fish/guestfish-actions.pod:4226
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:6340
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:6346
18025 msgid "guestfs_touch"
18026 msgstr ""
18027
18028 # type: verbatim
18029 #. type: verbatim
18030 #: ../src/guestfs-actions.pod:6348
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:6352 ../fish/guestfish-actions.pod:4237
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:6356 ../fish/guestfish-actions.pod:4241
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:6363
18059 msgid "guestfs_truncate"
18060 msgstr ""
18061
18062 # type: verbatim
18063 #. type: verbatim
18064 #: ../src/guestfs-actions.pod:6365
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:6369 ../fish/guestfish-actions.pod:4248
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:6376
18084 msgid "guestfs_truncate_size"
18085 msgstr ""
18086
18087 # type: verbatim
18088 #. type: verbatim
18089 #: ../src/guestfs-actions.pod:6378
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:6383 ../fish/guestfish-actions.pod:4255
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:6386
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:6396
18120 msgid "guestfs_tune2fs_l"
18121 msgstr ""
18122
18123 # type: verbatim
18124 #. type: verbatim
18125 #: ../src/guestfs-actions.pod:6398
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:6402 ../fish/guestfish-actions.pod:4268
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:6405 ../fish/guestfish-actions.pod:4271
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:6418
18155 msgid "guestfs_txz_in"
18156 msgstr ""
18157
18158 # type: verbatim
18159 #. type: verbatim
18160 #: ../src/guestfs-actions.pod:6420
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:6425 ../fish/guestfish-actions.pod:4280
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:6432
18181 msgid "guestfs_txz_out"
18182 msgstr ""
18183
18184 # type: verbatim
18185 #. type: verbatim
18186 #: ../src/guestfs-actions.pod:6434
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:6439 ../fish/guestfish-actions.pod:4289
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:6446
18207 msgid "guestfs_umask"
18208 msgstr ""
18209
18210 # type: verbatim
18211 #. type: verbatim
18212 #: ../src/guestfs-actions.pod:6448
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:6452 ../fish/guestfish-actions.pod:4298
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:6455 ../fish/guestfish-actions.pod:4301
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:6460 ../fish/guestfish-actions.pod:4306
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:6464
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:6467 ../fish/guestfish-actions.pod:4313
18258 msgid "This call returns the previous umask."
18259 msgstr ""
18260
18261 # type: =head2
18262 #. type: =head2
18263 #: ../src/guestfs-actions.pod:6473
18264 msgid "guestfs_umount"
18265 msgstr ""
18266
18267 # type: verbatim
18268 #. type: verbatim
18269 #: ../src/guestfs-actions.pod:6475
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:6479 ../fish/guestfish-actions.pod:4321
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:6487
18289 msgid "guestfs_umount_all"
18290 msgstr ""
18291
18292 # type: verbatim
18293 #. type: verbatim
18294 #: ../src/guestfs-actions.pod:6489
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:6492 ../fish/guestfish-actions.pod:4331
18305 msgid "This unmounts all mounted filesystems."
18306 msgstr ""
18307
18308 # type: textblock
18309 #. type: textblock
18310 #: ../src/guestfs-actions.pod:6494 ../fish/guestfish-actions.pod:4333
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:6500
18317 msgid "guestfs_upload"
18318 msgstr ""
18319
18320 # type: verbatim
18321 #. type: verbatim
18322 #: ../src/guestfs-actions.pod:6502
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:6507 ../src/guestfs-actions.pod:6531
18335 #: ../fish/guestfish-actions.pod:4339 ../fish/guestfish-actions.pod:4352
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:6512
18342 msgid "See also C<guestfs_download>."
18343 msgstr ""
18344
18345 # type: =head2
18346 #. type: =head2
18347 #: ../src/guestfs-actions.pod:6523
18348 msgid "guestfs_upload_offset"
18349 msgstr ""
18350
18351 # type: verbatim
18352 #. type: verbatim
18353 #: ../src/guestfs-actions.pod:6525
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:6534 ../fish/guestfish-actions.pod:4355
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:6541
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:6546
18387 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
18388 msgstr ""
18389
18390 # type: =head2
18391 #. type: =head2
18392 #: ../src/guestfs-actions.pod:6557
18393 msgid "guestfs_utimens"
18394 msgstr ""
18395
18396 # type: verbatim
18397 #. type: verbatim
18398 #: ../src/guestfs-actions.pod:6559
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:6567 ../fish/guestfish-actions.pod:4375
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:6570 ../fish/guestfish-actions.pod:4378
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:6573 ../fish/guestfish-actions.pod:4381
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:6576 ../fish/guestfish-actions.pod:4384
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:6580 ../fish/guestfish-actions.pod:4388
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:6588 ../src/guestfs-structs.pod:175
18454 msgid "guestfs_version"
18455 msgstr ""
18456
18457 # type: verbatim
18458 #. type: verbatim
18459 #: ../src/guestfs-actions.pod:6590
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:6593 ../fish/guestfish-actions.pod:4396
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:6596 ../fish/guestfish-actions.pod:4399
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:6601 ../fish/guestfish-actions.pod:4404
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:6607 ../fish/guestfish-actions.pod:4410
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:6613 ../fish/guestfish-actions.pod:4416
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:6616 ../fish/guestfish-actions.pod:4419
18514 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
18515 msgstr ""
18516
18517 # type: textblock
18518 #. type: textblock
18519 #: ../src/guestfs-actions.pod:6618
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:6624
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:6628
18538 msgid "(Added in 1.0.58)"
18539 msgstr ""
18540
18541 # type: =head2
18542 #. type: =head2
18543 #: ../src/guestfs-actions.pod:6630
18544 msgid "guestfs_vfs_label"
18545 msgstr ""
18546
18547 # type: verbatim
18548 #. type: verbatim
18549 #: ../src/guestfs-actions.pod:6632
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:6636 ../fish/guestfish-actions.pod:4431
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:6639 ../fish/guestfish-actions.pod:4434
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:6641
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:6646 ../src/guestfs-actions.pod:6683
18579 msgid "(Added in 1.3.18)"
18580 msgstr ""
18581
18582 # type: =head2
18583 #. type: =head2
18584 #: ../src/guestfs-actions.pod:6648
18585 msgid "guestfs_vfs_type"
18586 msgstr ""
18587
18588 # type: verbatim
18589 #. type: verbatim
18590 #: ../src/guestfs-actions.pod:6650
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:6654 ../fish/guestfish-actions.pod:4442
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:6657 ../fish/guestfish-actions.pod:4445
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:6667
18619 msgid "guestfs_vfs_uuid"
18620 msgstr ""
18621
18622 # type: verbatim
18623 #. type: verbatim
18624 #: ../src/guestfs-actions.pod:6669
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:6673 ../fish/guestfish-actions.pod:4454
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:6676 ../fish/guestfish-actions.pod:4457
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:6678
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:6685
18654 msgid "guestfs_vg_activate"
18655 msgstr ""
18656
18657 # type: verbatim
18658 #. type: verbatim
18659 #: ../src/guestfs-actions.pod:6687
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:6692 ../fish/guestfish-actions.pod:4465
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:6698 ../fish/guestfish-actions.pod:4471
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:6700 ../fish/guestfish-actions.pod:4473
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:6707
18696 msgid "guestfs_vg_activate_all"
18697 msgstr ""
18698
18699 # type: verbatim
18700 #. type: verbatim
18701 #: ../src/guestfs-actions.pod:6709
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:6713 ../fish/guestfish-actions.pod:4480
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:6719 ../fish/guestfish-actions.pod:4486
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:6725
18729 msgid "guestfs_vgcreate"
18730 msgstr ""
18731
18732 # type: verbatim
18733 #. type: verbatim
18734 #: ../src/guestfs-actions.pod:6727
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:6732 ../fish/guestfish-actions.pod:4492
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:6739
18755 msgid "guestfs_vglvuuids"
18756 msgstr ""
18757
18758 # type: verbatim
18759 #. type: verbatim
18760 #: ../src/guestfs-actions.pod:6741
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:6745 ../fish/guestfish-actions.pod:4499
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:6748
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:6751
18788 msgid "See also C<guestfs_vgpvuuids>."
18789 msgstr ""
18790
18791 # type: =head2
18792 #. type: =head2
18793 #: ../src/guestfs-actions.pod:6759
18794 msgid "guestfs_vgpvuuids"
18795 msgstr ""
18796
18797 # type: verbatim
18798 #. type: verbatim
18799 #: ../src/guestfs-actions.pod:6761
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:6765 ../fish/guestfish-actions.pod:4511
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:6768
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:6771
18827 msgid "See also C<guestfs_vglvuuids>."
18828 msgstr ""
18829
18830 # type: =head2
18831 #. type: =head2
18832 #: ../src/guestfs-actions.pod:6779
18833 msgid "guestfs_vgremove"
18834 msgstr ""
18835
18836 # type: verbatim
18837 #. type: verbatim
18838 #: ../src/guestfs-actions.pod:6781
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:6785 ../fish/guestfish-actions.pod:4523
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:6787 ../fish/guestfish-actions.pod:4525
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:6794
18863 msgid "guestfs_vgrename"
18864 msgstr ""
18865
18866 # type: verbatim
18867 #. type: verbatim
18868 #: ../src/guestfs-actions.pod:6796
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:6801 ../fish/guestfish-actions.pod:4532
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:6807
18887 msgid "guestfs_vgs"
18888 msgstr ""
18889
18890 # type: verbatim
18891 #. type: verbatim
18892 #: ../src/guestfs-actions.pod:6809
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:6812 ../fish/guestfish-actions.pod:4538
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:6815 ../fish/guestfish-actions.pod:4541
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:6818
18919 msgid "See also C<guestfs_vgs_full>."
18920 msgstr ""
18921
18922 # type: =head2
18923 #. type: =head2
18924 #: ../src/guestfs-actions.pod:6826
18925 msgid "guestfs_vgs_full"
18926 msgstr ""
18927
18928 # type: verbatim
18929 #. type: verbatim
18930 #: ../src/guestfs-actions.pod:6828
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:6831 ../fish/guestfish-actions.pod:4550
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:6834
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:6840
18957 msgid "guestfs_vgscan"
18958 msgstr ""
18959
18960 # type: verbatim
18961 #. type: verbatim
18962 #: ../src/guestfs-actions.pod:6842
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:6845 ../fish/guestfish-actions.pod:4557
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:6852
18981 msgid "guestfs_vguuid"
18982 msgstr ""
18983
18984 # type: verbatim
18985 #. type: verbatim
18986 #: ../src/guestfs-actions.pod:6854
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:6858 ../fish/guestfish-actions.pod:4564
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:6865
19004 msgid "guestfs_wait_ready"
19005 msgstr ""
19006
19007 # type: verbatim
19008 #. type: verbatim
19009 #: ../src/guestfs-actions.pod:6867
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:6870
19020 msgid "This function is a no op."
19021 msgstr ""
19022
19023 # type: textblock
19024 #. type: textblock
19025 #: ../src/guestfs-actions.pod:6872
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:6877
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:6885
19043 msgid "guestfs_wc_c"
19044 msgstr ""
19045
19046 # type: verbatim
19047 #. type: verbatim
19048 #: ../src/guestfs-actions.pod:6887
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:6891 ../fish/guestfish-actions.pod:4570
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:6898
19068 msgid "guestfs_wc_l"
19069 msgstr ""
19070
19071 # type: verbatim
19072 #. type: verbatim
19073 #: ../src/guestfs-actions.pod:6900
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:6904 ../fish/guestfish-actions.pod:4577
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:6911
19092 msgid "guestfs_wc_w"
19093 msgstr ""
19094
19095 # type: verbatim
19096 #. type: verbatim
19097 #: ../src/guestfs-actions.pod:6913
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:6917 ../fish/guestfish-actions.pod:4584
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:6924
19116 msgid "guestfs_write"
19117 msgstr ""
19118
19119 # type: verbatim
19120 #. type: verbatim
19121 #: ../src/guestfs-actions.pod:6926
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:6932 ../fish/guestfish-actions.pod:4591
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:6942
19143 msgid "guestfs_write_file"
19144 msgstr ""
19145
19146 # type: verbatim
19147 #. type: verbatim
19148 #: ../src/guestfs-actions.pod:6944
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:6950 ../fish/guestfish-actions.pod:4601
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:6954 ../fish/guestfish-actions.pod:4605
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:6958 ../fish/guestfish-actions.pod:4609
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:6966 ../fish/guestfish-actions.pod:4615
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:6975
19193 msgid "guestfs_zegrep"
19194 msgstr ""
19195
19196 # type: verbatim
19197 #. type: verbatim
19198 #: ../src/guestfs-actions.pod:6977
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:6982 ../fish/guestfish-actions.pod:4626
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:6994
19218 msgid "guestfs_zegrepi"
19219 msgstr ""
19220
19221 # type: verbatim
19222 #. type: verbatim
19223 #: ../src/guestfs-actions.pod:6996
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:7001 ../fish/guestfish-actions.pod:4636
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:7013
19243 msgid "guestfs_zero"
19244 msgstr ""
19245
19246 # type: verbatim
19247 #. type: verbatim
19248 #: ../src/guestfs-actions.pod:7015
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:7019 ../fish/guestfish-actions.pod:4646
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:7021 ../fish/guestfish-actions.pod:4648
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:7025
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:7036
19281 msgid "guestfs_zero_device"
19282 msgstr ""
19283
19284 # type: verbatim
19285 #. type: verbatim
19286 #: ../src/guestfs-actions.pod:7038
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:7042
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:7056
19306 msgid "(Added in 1.3.1)"
19307 msgstr ""
19308
19309 # type: =head2
19310 #. type: =head2
19311 #: ../src/guestfs-actions.pod:7058
19312 msgid "guestfs_zerofree"
19313 msgstr ""
19314
19315 # type: verbatim
19316 #. type: verbatim
19317 #: ../src/guestfs-actions.pod:7060
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:7064 ../fish/guestfish-actions.pod:4669
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:7069 ../fish/guestfish-actions.pod:4674
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:7072 ../fish/guestfish-actions.pod:4677
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:7079
19352 msgid "guestfs_zfgrep"
19353 msgstr ""
19354
19355 # type: verbatim
19356 #. type: verbatim
19357 #: ../src/guestfs-actions.pod:7081
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:7086 ../fish/guestfish-actions.pod:4684
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:7098
19377 msgid "guestfs_zfgrepi"
19378 msgstr ""
19379
19380 # type: verbatim
19381 #. type: verbatim
19382 #: ../src/guestfs-actions.pod:7100
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:7105 ../fish/guestfish-actions.pod:4694
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:7117
19402 msgid "guestfs_zfile"
19403 msgstr ""
19404
19405 # type: verbatim
19406 #. type: verbatim
19407 #: ../src/guestfs-actions.pod:7119
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:7124 ../fish/guestfish-actions.pod:4704
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:7127 ../fish/guestfish-actions.pod:4707
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:7129
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:7135 ../fish/guestfish-actions.pod:4712
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:7144
19448 msgid "guestfs_zgrep"
19449 msgstr ""
19450
19451 # type: verbatim
19452 #. type: verbatim
19453 #: ../src/guestfs-actions.pod:7146
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:7151 ../fish/guestfish-actions.pod:4723
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:7163
19473 msgid "guestfs_zgrepi"
19474 msgstr ""
19475
19476 # type: verbatim
19477 #. type: verbatim
19478 #: ../src/guestfs-actions.pod:7165
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:7170 ../fish/guestfish-actions.pod:4733
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:64
20326 msgid "WARNING"
20327 msgstr ""
20328
20329 # type: textblock
20330 #. type: textblock
20331 #: ../fish/guestfish.pod:25
20332 msgid ""
20333 "Using guestfish in read/write mode on live virtual machines can be "
20334 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
20335 "option to use guestfish safely if the disk image or virtual machine might be "
20336 "live."
20337 msgstr ""
20338
20339 # type: textblock
20340 #. type: textblock
20341 #: ../fish/guestfish.pod:32
20342 msgid ""
20343 "Guestfish is a shell and command-line tool for examining and modifying "
20344 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
20345 "functionality of the guestfs API, see L<guestfs(3)>."
20346 msgstr ""
20347
20348 # type: textblock
20349 #. type: textblock
20350 #: ../fish/guestfish.pod:36
20351 msgid ""
20352 "Guestfish gives you structured access to the libguestfs API, from shell "
20353 "scripts or the command line or interactively.  If you want to rescue a "
20354 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
20355 "command."
20356 msgstr ""
20357
20358 # type: =head1
20359 #. type: =head1
20360 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:897
20361 #: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:58
20362 #: ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:50
20363 msgid "EXAMPLES"
20364 msgstr ""
20365
20366 # type: =head2
20367 #. type: =head2
20368 #: ../fish/guestfish.pod:43
20369 msgid "As an interactive shell"
20370 msgstr ""
20371
20372 # type: verbatim
20373 #. type: verbatim
20374 #: ../fish/guestfish.pod:45
20375 #, no-wrap
20376 msgid ""
20377 " $ guestfish\n"
20378 " \n"
20379 msgstr ""
20380
20381 # type: verbatim
20382 #. type: verbatim
20383 #: ../fish/guestfish.pod:47
20384 #, no-wrap
20385 msgid ""
20386 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
20387 " editing virtual machine filesystems.\n"
20388 " \n"
20389 msgstr ""
20390
20391 # type: verbatim
20392 #. type: verbatim
20393 #: ../fish/guestfish.pod:50
20394 #, no-wrap
20395 msgid ""
20396 " Type: 'help' for a list of commands\n"
20397 "       'man' to read the manual\n"
20398 "       'quit' to quit the shell\n"
20399 " \n"
20400 msgstr ""
20401
20402 # type: verbatim
20403 #. type: verbatim
20404 #: ../fish/guestfish.pod:54
20405 #, no-wrap
20406 msgid ""
20407 " ><fs> add-ro disk.img\n"
20408 " ><fs> run\n"
20409 " ><fs> list-filesystems\n"
20410 " /dev/sda1: ext4\n"
20411 " /dev/vg_guest/lv_root: ext4\n"
20412 " /dev/vg_guest/lv_swap: swap\n"
20413 " ><fs> mount /dev/vg_guest/lv_root /\n"
20414 " ><fs> cat /etc/fstab\n"
20415 " # /etc/fstab\n"
20416 " # Created by anaconda\n"
20417 " [...]\n"
20418 " ><fs> exit\n"
20419 "\n"
20420 msgstr ""
20421
20422 # type: =head2
20423 #. type: =head2
20424 #: ../fish/guestfish.pod:67
20425 msgid "From shell scripts"
20426 msgstr ""
20427
20428 # type: textblock
20429 #. type: textblock
20430 #: ../fish/guestfish.pod:69
20431 msgid "Create a new C</etc/motd> file in a guest or disk image:"
20432 msgstr ""
20433
20434 # type: verbatim
20435 #. type: verbatim
20436 #: ../fish/guestfish.pod:71
20437 #, no-wrap
20438 msgid ""
20439 " guestfish <<_EOF_\n"
20440 " add disk.img\n"
20441 " run\n"
20442 " mount /dev/vg_guest/lv_root /\n"
20443 " write /etc/motd \"Welcome, new users\"\n"
20444 " _EOF_\n"
20445 "\n"
20446 msgstr ""
20447
20448 # type: textblock
20449 #. type: textblock
20450 #: ../fish/guestfish.pod:78
20451 msgid "List the LVM logical volumes in a disk image:"
20452 msgstr ""
20453
20454 # type: verbatim
20455 #. type: verbatim
20456 #: ../fish/guestfish.pod:80
20457 #, no-wrap
20458 msgid ""
20459 " guestfish -a disk.img --ro <<_EOF_\n"
20460 " run\n"
20461 " lvs\n"
20462 " _EOF_\n"
20463 "\n"
20464 msgstr ""
20465
20466 # type: textblock
20467 #. type: textblock
20468 #: ../fish/guestfish.pod:85
20469 msgid "List all the filesystems in a disk image:"
20470 msgstr ""
20471
20472 # type: verbatim
20473 #. type: verbatim
20474 #: ../fish/guestfish.pod:87
20475 #, no-wrap
20476 msgid ""
20477 " guestfish -a disk.img --ro <<_EOF_\n"
20478 " run\n"
20479 " list-filesystems\n"
20480 " _EOF_\n"
20481 "\n"
20482 msgstr ""
20483
20484 # type: =head2
20485 #. type: =head2
20486 #: ../fish/guestfish.pod:92
20487 msgid "On one command line"
20488 msgstr ""
20489
20490 # type: textblock
20491 #. type: textblock
20492 #: ../fish/guestfish.pod:94
20493 msgid "Update C</etc/resolv.conf> in a guest:"
20494 msgstr ""
20495
20496 # type: verbatim
20497 #. type: verbatim
20498 #: ../fish/guestfish.pod:96
20499 #, no-wrap
20500 msgid ""
20501 " guestfish \\\n"
20502 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
20503 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
20504 "\n"
20505 msgstr ""
20506
20507 # type: textblock
20508 #. type: textblock
20509 #: ../fish/guestfish.pod:100
20510 msgid "Edit C</boot/grub/grub.conf> interactively:"
20511 msgstr ""
20512
20513 # type: verbatim
20514 #. type: verbatim
20515 #: ../fish/guestfish.pod:102
20516 #, no-wrap
20517 msgid ""
20518 " guestfish --rw --add disk.img \\\n"
20519 "   --mount /dev/vg_guest/lv_root \\\n"
20520 "   --mount /dev/sda1:/boot \\\n"
20521 "   edit /boot/grub/grub.conf\n"
20522 "\n"
20523 msgstr ""
20524
20525 # type: =head2
20526 #. type: =head2
20527 #: ../fish/guestfish.pod:107
20528 msgid "Mount disks automatically"
20529 msgstr ""
20530
20531 # type: textblock
20532 #. type: textblock
20533 #: ../fish/guestfish.pod:109
20534 msgid ""
20535 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
20536 msgstr ""
20537
20538 # type: verbatim
20539 #. type: verbatim
20540 #: ../fish/guestfish.pod:112
20541 #, no-wrap
20542 msgid ""
20543 " guestfish --ro -a disk.img -i cat /etc/group\n"
20544 "\n"
20545 msgstr ""
20546
20547 # type: verbatim
20548 #. type: verbatim
20549 #: ../fish/guestfish.pod:114
20550 #, no-wrap
20551 msgid ""
20552 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
20553 "\n"
20554 msgstr ""
20555
20556 # type: textblock
20557 #. type: textblock
20558 #: ../fish/guestfish.pod:116
20559 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
20560 msgstr ""
20561
20562 # type: verbatim
20563 #. type: verbatim
20564 #: ../fish/guestfish.pod:118
20565 #, no-wrap
20566 msgid ""
20567 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
20568 "\n"
20569 msgstr ""
20570
20571 # type: =head2
20572 #. type: =head2
20573 #: ../fish/guestfish.pod:120
20574 msgid "As a script interpreter"
20575 msgstr ""
20576
20577 # type: textblock
20578 #. type: textblock
20579 #: ../fish/guestfish.pod:122
20580 msgid "Create a 100MB disk containing an ext2-formatted partition:"
20581 msgstr ""
20582
20583 # type: verbatim
20584 #. type: verbatim
20585 #: ../fish/guestfish.pod:124
20586 #, no-wrap
20587 msgid ""
20588 " #!/usr/bin/guestfish -f\n"
20589 " sparse test1.img 100M\n"
20590 " run\n"
20591 " part-disk /dev/sda mbr\n"
20592 " mkfs ext2 /dev/sda1\n"
20593 "\n"
20594 msgstr ""
20595
20596 # type: =head2
20597 #. type: =head2
20598 #: ../fish/guestfish.pod:130
20599 msgid "Start with a prepared disk"
20600 msgstr ""
20601
20602 # type: textblock
20603 #. type: textblock
20604 #: ../fish/guestfish.pod:132
20605 msgid ""
20606 "An alternate way to create a 100MB disk called C<test1.img> containing a "
20607 "single ext2-formatted partition:"
20608 msgstr ""
20609
20610 # type: verbatim
20611 #. type: verbatim
20612 #: ../fish/guestfish.pod:135
20613 #, no-wrap
20614 msgid ""
20615 " guestfish -N fs\n"
20616 "\n"
20617 msgstr ""
20618
20619 # type: textblock
20620 #. type: textblock
20621 #: ../fish/guestfish.pod:137
20622 msgid "To list what is available do:"
20623 msgstr ""
20624
20625 # type: verbatim
20626 #. type: verbatim
20627 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:888
20628 #, no-wrap
20629 msgid ""
20630 " guestfish -N help | less\n"
20631 "\n"
20632 msgstr ""
20633
20634 # type: =head2
20635 #. type: =head2
20636 #: ../fish/guestfish.pod:141
20637 msgid "Remote control"
20638 msgstr ""
20639
20640 # type: verbatim
20641 #. type: verbatim
20642 #: ../fish/guestfish.pod:143
20643 #, no-wrap
20644 msgid ""
20645 " eval \"`guestfish --listen`\"\n"
20646 " guestfish --remote add-ro disk.img\n"
20647 " guestfish --remote run\n"
20648 " guestfish --remote lvs\n"
20649 "\n"
20650 msgstr ""
20651
20652 # type: =head1
20653 #. type: =head1
20654 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
20655 #: ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:72
20656 #: ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254
20657 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:103
20658 #: ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
20659 msgid "OPTIONS"
20660 msgstr ""
20661
20662 # type: =item
20663 #. type: =item
20664 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131
20665 #: ../tools/virt-edit.pl:80 ../tools/virt-win-reg.pl:104
20666 #: ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61
20667 #: ../tools/virt-tar.pl:111 ../tools/virt-make-fs.pl:161
20668 #: ../tools/virt-list-partitions.pl:62
20669 msgid "B<--help>"
20670 msgstr ""
20671
20672 # type: textblock
20673 #. type: textblock
20674 #: ../fish/guestfish.pod:154
20675 msgid "Displays general help on options."
20676 msgstr ""
20677
20678 # type: =item
20679 #. type: =item
20680 #: ../fish/guestfish.pod:156
20681 msgid "B<-h>"
20682 msgstr ""
20683
20684 # type: =item
20685 #. type: =item
20686 #: ../fish/guestfish.pod:158
20687 msgid "B<--cmd-help>"
20688 msgstr ""
20689
20690 # type: textblock
20691 #. type: textblock
20692 #: ../fish/guestfish.pod:160
20693 msgid "Lists all available guestfish commands."
20694 msgstr ""
20695
20696 # type: =item
20697 #. type: =item
20698 #: ../fish/guestfish.pod:162
20699 msgid "B<-h cmd>"
20700 msgstr ""
20701
20702 # type: =item
20703 #. type: =item
20704 #: ../fish/guestfish.pod:164
20705 msgid "B<--cmd-help cmd>"
20706 msgstr ""
20707
20708 # type: textblock
20709 #. type: textblock
20710 #: ../fish/guestfish.pod:166
20711 msgid "Displays detailed help on a single command C<cmd>."
20712 msgstr ""
20713
20714 # type: =item
20715 #. type: =item
20716 #: ../fish/guestfish.pod:168
20717 msgid "B<-a image>"
20718 msgstr ""
20719
20720 # type: =item
20721 #. type: =item
20722 #: ../fish/guestfish.pod:170
20723 msgid "B<--add image>"
20724 msgstr ""
20725
20726 # type: textblock
20727 #. type: textblock
20728 #: ../fish/guestfish.pod:172
20729 msgid "Add a block device or virtual machine image to the shell."
20730 msgstr ""
20731
20732 # type: textblock
20733 #. type: textblock
20734 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
20735 msgid ""
20736 "The format of the disk image is auto-detected.  To override this and force a "
20737 "particular format use the I<--format=..> option."
20738 msgstr ""
20739
20740 # type: textblock
20741 #. type: textblock
20742 #: ../fish/guestfish.pod:177
20743 msgid ""
20744 "Using this flag is mostly equivalent to using the C<add> command, with "
20745 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
20746 "the I<--format:...> flag was given."
20747 msgstr ""
20748
20749 # type: =item
20750 #. type: =item
20751 #: ../fish/guestfish.pod:181
20752 msgid "B<-c URI>"
20753 msgstr ""
20754
20755 # type: =item
20756 #. type: =item
20757 #: ../fish/guestfish.pod:183
20758 msgid "B<--connect URI>"
20759 msgstr ""
20760
20761 # type: textblock
20762 #. type: textblock
20763 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
20764 msgid ""
20765 "When used in conjunction with the I<-d> option, this specifies the libvirt "
20766 "URI to use.  The default is to use the default libvirt connection."
20767 msgstr ""
20768
20769 # type: =item
20770 #. type: =item
20771 #: ../fish/guestfish.pod:189
20772 msgid "B<--csh>"
20773 msgstr ""
20774
20775 # type: textblock
20776 #. type: textblock
20777 #: ../fish/guestfish.pod:191
20778 msgid ""
20779 "If using the I<--listen> option and a csh-like shell, use this option.  See "
20780 "section L</REMOTE CONTROL AND CSH> below."
20781 msgstr ""
20782
20783 # type: =item
20784 #. type: =item
20785 #: ../fish/guestfish.pod:194
20786 msgid "B<-d libvirt-domain>"
20787 msgstr ""
20788
20789 # type: =item
20790 #. type: =item
20791 #: ../fish/guestfish.pod:196
20792 msgid "B<--domain libvirt-domain>"
20793 msgstr ""
20794
20795 # type: textblock
20796 #. type: textblock
20797 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
20798 msgid ""
20799 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
20800 "used, then any libvirt domain can be used.  However in write mode, only "
20801 "libvirt domains which are shut down can be named here."
20802 msgstr ""
20803
20804 # type: textblock
20805 #. type: textblock
20806 #: ../fish/guestfish.pod:202
20807 msgid ""
20808 "Using this flag is mostly equivalent to using the C<add-domain> command, "
20809 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
20810 "if the I<--format:...> flag was given."
20811 msgstr ""
20812
20813 # type: =item
20814 #. type: =item
20815 #: ../fish/guestfish.pod:206
20816 msgid "B<-D>"
20817 msgstr ""
20818
20819 # type: =item
20820 #. type: =item
20821 #: ../fish/guestfish.pod:208
20822 msgid "B<--no-dest-paths>"
20823 msgstr ""
20824
20825 # type: textblock
20826 #. type: textblock
20827 #: ../fish/guestfish.pod:210
20828 msgid ""
20829 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
20830 "to hit the tab key to complete paths on the guest filesystem, but this "
20831 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
20832 "allow this feature to be disabled."
20833 msgstr ""
20834
20835 # type: =item
20836 #. type: =item
20837 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
20838 msgid "B<--echo-keys>"
20839 msgstr ""
20840
20841 # type: textblock
20842 #. type: textblock
20843 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
20844 msgid ""
20845 "When prompting for keys and passphrases, guestfish normally turns echoing "
20846 "off so you cannot see what you are typing.  If you are not worried about "
20847 "Tempest attacks and there is no one else in the room you can specify this "
20848 "flag to see what you are typing."
20849 msgstr ""
20850
20851 # type: =item
20852 #. type: =item
20853 #: ../fish/guestfish.pod:222
20854 msgid "B<-f file>"
20855 msgstr ""
20856
20857 # type: =item
20858 #. type: =item
20859 #: ../fish/guestfish.pod:224
20860 msgid "B<--file file>"
20861 msgstr ""
20862
20863 # type: textblock
20864 #. type: textblock
20865 #: ../fish/guestfish.pod:226
20866 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
20867 msgstr ""
20868
20869 # type: verbatim
20870 #. type: verbatim
20871 #: ../fish/guestfish.pod:229
20872 #, no-wrap
20873 msgid ""
20874 " #!/usr/bin/guestfish -f\n"
20875 "\n"
20876 msgstr ""
20877
20878 # type: =item
20879 #. type: =item
20880 #: ../fish/guestfish.pod:231
20881 msgid "B<--format=raw|qcow2|..>"
20882 msgstr ""
20883
20884 # type: =item
20885 #. type: =item
20886 #: ../fish/guestfish.pod:233
20887 msgid "B<--format>"
20888 msgstr ""
20889
20890 # type: textblock
20891 #. type: textblock
20892 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
20893 msgid ""
20894 "The default for the I<-a> option is to auto-detect the format of the disk "
20895 "image.  Using this forces the disk format for I<-a> options which follow on "
20896 "the command line.  Using I<--format> with no argument switches back to auto-"
20897 "detection for subsequent I<-a> options."
20898 msgstr ""
20899
20900 # type: verbatim
20901 #. type: verbatim
20902 #: ../fish/guestfish.pod:242
20903 #, no-wrap
20904 msgid ""
20905 " guestfish --format=raw -a disk.img\n"
20906 "\n"
20907 msgstr ""
20908
20909 # type: textblock
20910 #. type: textblock
20911 #: ../fish/guestfish.pod:244
20912 msgid "forces raw format (no auto-detection) for C<disk.img>."
20913 msgstr ""
20914
20915 # type: verbatim
20916 #. type: verbatim
20917 #: ../fish/guestfish.pod:246
20918 #, no-wrap
20919 msgid ""
20920 " guestfish --format=raw -a disk.img --format -a another.img\n"
20921 "\n"
20922 msgstr ""
20923
20924 # type: textblock
20925 #. type: textblock
20926 #: ../fish/guestfish.pod:248
20927 msgid ""
20928 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
20929 "detection for C<another.img>."
20930 msgstr ""
20931
20932 # type: textblock
20933 #. type: textblock
20934 #: ../fish/guestfish.pod:251
20935 msgid ""
20936 "If you have untrusted raw-format guest disk images, you should use this "
20937 "option to specify the disk format.  This avoids a possible security problem "
20938 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
20939 msgstr ""
20940
20941 # type: =item
20942 #. type: =item
20943 #: ../fish/guestfish.pod:256
20944 msgid "B<-i>"
20945 msgstr ""
20946
20947 # type: =item
20948 #. type: =item
20949 #: ../fish/guestfish.pod:258
20950 msgid "B<--inspector>"
20951 msgstr ""
20952
20953 # type: textblock
20954 #. type: textblock
20955 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
20956 msgid ""
20957 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
20958 "system and mount filesystems as they would be mounted on the real virtual "
20959 "machine."
20960 msgstr ""
20961
20962 # type: textblock
20963 #. type: textblock
20964 #: ../fish/guestfish.pod:264
20965 msgid "Typical usage is either:"
20966 msgstr ""
20967
20968 # type: verbatim
20969 #. type: verbatim
20970 #: ../fish/guestfish.pod:266
20971 #, no-wrap
20972 msgid ""
20973 " guestfish -d myguest -i\n"
20974 "\n"
20975 msgstr ""
20976
20977 # type: textblock
20978 #. type: textblock
20979 #: ../fish/guestfish.pod:268
20980 msgid "(for an inactive libvirt domain called I<myguest>), or:"
20981 msgstr ""
20982
20983 # type: verbatim
20984 #. type: verbatim
20985 #: ../fish/guestfish.pod:270
20986 #, no-wrap
20987 msgid ""
20988 " guestfish --ro -d myguest -i\n"
20989 "\n"
20990 msgstr ""
20991
20992 # type: textblock
20993 #. type: textblock
20994 #: ../fish/guestfish.pod:272
20995 msgid "(for active domains, readonly), or specify the block device directly:"
20996 msgstr ""
20997
20998 # type: verbatim
20999 #. type: verbatim
21000 #: ../fish/guestfish.pod:274
21001 #, no-wrap
21002 msgid ""
21003 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
21004 "\n"
21005 msgstr ""
21006
21007 # type: textblock
21008 #. type: textblock
21009 #: ../fish/guestfish.pod:276
21010 msgid ""
21011 "Note that the command line syntax changed slightly over older versions of "
21012 "guestfish.  You can still use the old syntax:"
21013 msgstr ""
21014
21015 # type: verbatim
21016 #. type: verbatim
21017 #: ../fish/guestfish.pod:279
21018 #, no-wrap
21019 msgid ""
21020 " guestfish [--ro] -i disk.img\n"
21021 "\n"
21022 msgstr ""
21023
21024 # type: verbatim
21025 #. type: verbatim
21026 #: ../fish/guestfish.pod:281
21027 #, no-wrap
21028 msgid ""
21029 " guestfish [--ro] -i libvirt-domain\n"
21030 "\n"
21031 msgstr ""
21032
21033 # type: textblock
21034 #. type: textblock
21035 #: ../fish/guestfish.pod:283
21036 msgid ""
21037 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
21038 "then using other commands to mount the filesystems that were found."
21039 msgstr ""
21040
21041 # type: =item
21042 #. type: =item
21043 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
21044 msgid "B<--keys-from-stdin>"
21045 msgstr ""
21046
21047 # type: textblock
21048 #. type: textblock
21049 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
21050 msgid ""
21051 "Read key or passphrase parameters from stdin.  The default is to try to read "
21052 "passphrases from the user by opening C</dev/tty>."
21053 msgstr ""
21054
21055 # type: =item
21056 #. type: =item
21057 #: ../fish/guestfish.pod:292
21058 msgid "B<--listen>"
21059 msgstr ""
21060
21061 # type: textblock
21062 #. type: textblock
21063 #: ../fish/guestfish.pod:294
21064 msgid ""
21065 "Fork into the background and listen for remote commands.  See section L</"
21066 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
21067 msgstr ""
21068
21069 # type: =item
21070 #. type: =item
21071 #: ../fish/guestfish.pod:297
21072 msgid "B<-m dev[:mountpoint]>"
21073 msgstr ""
21074
21075 # type: =item
21076 #. type: =item
21077 #: ../fish/guestfish.pod:299
21078 msgid "B<--mount dev[:mountpoint]>"
21079 msgstr ""
21080
21081 # type: textblock
21082 #. type: textblock
21083 #: ../fish/guestfish.pod:301
21084 msgid "Mount the named partition or logical volume on the given mountpoint."
21085 msgstr ""
21086
21087 # type: textblock
21088 #. type: textblock
21089 #: ../fish/guestfish.pod:303
21090 msgid "If the mountpoint is omitted, it defaults to C</>."
21091 msgstr ""
21092
21093 # type: textblock
21094 #. type: textblock
21095 #: ../fish/guestfish.pod:305
21096 msgid "You have to mount something on C</> before most commands will work."
21097 msgstr ""
21098
21099 # type: textblock
21100 #. type: textblock
21101 #: ../fish/guestfish.pod:307
21102 msgid ""
21103 "If any I<-m> or I<--mount> options are given, the guest is automatically "
21104 "launched."
21105 msgstr ""
21106
21107 # type: textblock
21108 #. type: textblock
21109 #: ../fish/guestfish.pod:310
21110 msgid ""
21111 "If you don't know what filesystems a disk image contains, you can either run "
21112 "guestfish without this option, then list the partitions, filesystems and LVs "
21113 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
21114 "commands), or you can use the L<virt-filesystems(1)> program."
21115 msgstr ""
21116
21117 # type: textblock
21118 #. type: textblock
21119 #: ../fish/guestfish.pod:316
21120 msgid ""
21121 "Using this flag is mostly equivalent to using the C<mount-options> command "
21122 "or the C<mount-ro> command if the I<--ro> flag was given."
21123 msgstr ""
21124
21125 # type: =item
21126 #. type: =item
21127 #: ../fish/guestfish.pod:319
21128 msgid "B<-n>"
21129 msgstr ""
21130
21131 # type: =item
21132 #. type: =item
21133 #: ../fish/guestfish.pod:321
21134 msgid "B<--no-sync>"
21135 msgstr ""
21136
21137 # type: textblock
21138 #. type: textblock
21139 #: ../fish/guestfish.pod:323
21140 msgid ""
21141 "Disable autosync.  This is enabled by default.  See the discussion of "
21142 "autosync in the L<guestfs(3)> manpage."
21143 msgstr ""
21144
21145 # type: =item
21146 #. type: =item
21147 #: ../fish/guestfish.pod:326
21148 msgid "B<-N type>"
21149 msgstr ""
21150
21151 # type: =item
21152 #. type: =item
21153 #: ../fish/guestfish.pod:328
21154 msgid "B<--new type>"
21155 msgstr ""
21156
21157 # type: =item
21158 #. type: =item
21159 #: ../fish/guestfish.pod:330
21160 msgid "B<-N help>"
21161 msgstr ""
21162
21163 # type: textblock
21164 #. type: textblock
21165 #: ../fish/guestfish.pod:332
21166 msgid ""
21167 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
21168 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
21169 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
21170 "IMAGES> below."
21171 msgstr ""
21172
21173 # type: =item
21174 #. type: =item
21175 #: ../fish/guestfish.pod:337
21176 msgid "B<--progress-bars>"
21177 msgstr ""
21178
21179 # type: textblock
21180 #. type: textblock
21181 #: ../fish/guestfish.pod:339
21182 msgid "Enable progress bars, even when guestfish is used non-interactively."
21183 msgstr ""
21184
21185 # type: textblock
21186 #. type: textblock
21187 #: ../fish/guestfish.pod:341
21188 msgid ""
21189 "Progress bars are enabled by default when guestfish is used as an "
21190 "interactive shell."
21191 msgstr ""
21192
21193 # type: =item
21194 #. type: =item
21195 #: ../fish/guestfish.pod:344
21196 msgid "B<--no-progress-bars>"
21197 msgstr ""
21198
21199 # type: textblock
21200 #. type: textblock
21201 #: ../fish/guestfish.pod:346
21202 msgid "Disable progress bars."
21203 msgstr ""
21204
21205 # type: =item
21206 #. type: =item
21207 #: ../fish/guestfish.pod:348
21208 msgid "B<--remote[=pid]>"
21209 msgstr ""
21210
21211 # type: textblock
21212 #. type: textblock
21213 #: ../fish/guestfish.pod:350
21214 msgid ""
21215 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
21216 "CONTROL GUESTFISH OVER A SOCKET> below."
21217 msgstr ""
21218
21219 # type: =item
21220 #. type: =item
21221 #: ../fish/guestfish.pod:353
21222 msgid "B<-r>"
21223 msgstr ""
21224
21225 # type: =item
21226 #. type: =item
21227 #: ../fish/guestfish.pod:355
21228 msgid "B<--ro>"
21229 msgstr ""
21230
21231 # type: textblock
21232 #. type: textblock
21233 #: ../fish/guestfish.pod:357
21234 msgid ""
21235 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
21236 "mounts are done read-only."
21237 msgstr ""
21238
21239 # type: textblock
21240 #. type: textblock
21241 #: ../fish/guestfish.pod:360
21242 msgid ""
21243 "The option must always be used if the disk image or virtual machine might be "
21244 "running, and is generally recommended in cases where you don't need write "
21245 "access to the disk."
21246 msgstr ""
21247
21248 # type: textblock
21249 #. type: textblock
21250 #: ../fish/guestfish.pod:364
21251 msgid ""
21252 "Note that prepared disk images created with I<-N> are not affected by this "
21253 "option.  Also commands like C<add> are not affected - you have to specify "
21254 "the C<readonly:true> option explicitly if you need it."
21255 msgstr ""
21256
21257 # type: textblock
21258 #. type: textblock
21259 #: ../fish/guestfish.pod:368
21260 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
21261 msgstr ""
21262
21263 # type: =item
21264 #. type: =item
21265 #: ../fish/guestfish.pod:370 ../fuse/guestmount.pod:208
21266 msgid "B<--selinux>"
21267 msgstr ""
21268
21269 # type: textblock
21270 #. type: textblock
21271 #: ../fish/guestfish.pod:372
21272 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
21273 msgstr ""
21274
21275 # type: =item
21276 #. type: =item
21277 #: ../fish/guestfish.pod:374
21278 msgid "B<-v>"
21279 msgstr ""
21280
21281 # type: =item
21282 #. type: =item
21283 #: ../fish/guestfish.pod:376
21284 msgid "B<--verbose>"
21285 msgstr ""
21286
21287 # type: textblock
21288 #. type: textblock
21289 #: ../fish/guestfish.pod:378
21290 msgid ""
21291 "Enable very verbose messages.  This is particularly useful if you find a bug."
21292 msgstr ""
21293
21294 # type: =item
21295 #. type: =item
21296 #: ../fish/guestfish.pod:381
21297 msgid "B<-V>"
21298 msgstr ""
21299
21300 # type: =item
21301 #. type: =item
21302 #: ../fish/guestfish.pod:383 ../tools/virt-edit.pl:88
21303 #: ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270
21304 #: ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:119
21305 #: ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
21306 msgid "B<--version>"
21307 msgstr ""
21308
21309 # type: textblock
21310 #. type: textblock
21311 #: ../fish/guestfish.pod:385
21312 msgid "Display the guestfish / libguestfs version number and exit."
21313 msgstr ""
21314
21315 # type: =item
21316 #. type: =item
21317 #: ../fish/guestfish.pod:387
21318 msgid "B<-w>"
21319 msgstr ""
21320
21321 # type: =item
21322 #. type: =item
21323 #: ../fish/guestfish.pod:389
21324 msgid "B<--rw>"
21325 msgstr ""
21326
21327 # type: textblock
21328 #. type: textblock
21329 #: ../fish/guestfish.pod:391
21330 msgid ""
21331 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
21332 "WRITE> below."
21333 msgstr ""
21334
21335 # type: =item
21336 #. type: =item
21337 #: ../fish/guestfish.pod:394
21338 msgid "B<-x>"
21339 msgstr ""
21340
21341 # type: textblock
21342 #. type: textblock
21343 #: ../fish/guestfish.pod:396
21344 msgid "Echo each command before executing it."
21345 msgstr ""
21346
21347 # type: =head1
21348 #. type: =head1
21349 #: ../fish/guestfish.pod:400
21350 msgid "COMMANDS ON COMMAND LINE"
21351 msgstr ""
21352
21353 # type: textblock
21354 #. type: textblock
21355 #: ../fish/guestfish.pod:402
21356 msgid ""
21357 "Any additional (non-option) arguments are treated as commands to execute."
21358 msgstr ""
21359
21360 # type: textblock
21361 #. type: textblock
21362 #: ../fish/guestfish.pod:405
21363 msgid ""
21364 "Commands to execute should be separated by a colon (C<:>), where the colon "
21365 "is a separate parameter.  Thus:"
21366 msgstr ""
21367
21368 # type: verbatim
21369 #. type: verbatim
21370 #: ../fish/guestfish.pod:408
21371 #, no-wrap
21372 msgid ""
21373 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
21374 "\n"
21375 msgstr ""
21376
21377 # type: textblock
21378 #. type: textblock
21379 #: ../fish/guestfish.pod:410
21380 msgid ""
21381 "If there are no additional arguments, then we enter a shell, either an "
21382 "interactive shell with a prompt (if the input is a terminal) or a non-"
21383 "interactive shell."
21384 msgstr ""
21385
21386 # type: textblock
21387 #. type: textblock
21388 #: ../fish/guestfish.pod:414
21389 msgid ""
21390 "In either command line mode or non-interactive shell, the first command that "
21391 "gives an error causes the whole shell to exit.  In interactive mode (with a "
21392 "prompt) if a command fails, you can continue to enter commands."
21393 msgstr ""
21394
21395 # type: =head1
21396 #. type: =head1
21397 #: ../fish/guestfish.pod:419
21398 msgid "USING launch (OR run)"
21399 msgstr ""
21400
21401 # type: textblock
21402 #. type: textblock
21403 #: ../fish/guestfish.pod:421
21404 msgid ""
21405 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
21406 "then launch it, then mount any disks you need, and finally issue actions/"
21407 "commands.  So the general order of the day is:"
21408 msgstr ""
21409
21410 # type: textblock
21411 #. type: textblock
21412 #: ../fish/guestfish.pod:429
21413 msgid "add or -a/--add"
21414 msgstr ""
21415
21416 # type: textblock
21417 #. type: textblock
21418 #: ../fish/guestfish.pod:433
21419 msgid "launch (aka run)"
21420 msgstr ""
21421
21422 # type: textblock
21423 #. type: textblock
21424 #: ../fish/guestfish.pod:437
21425 msgid "mount or -m/--mount"
21426 msgstr ""
21427
21428 # type: textblock
21429 #. type: textblock
21430 #: ../fish/guestfish.pod:441
21431 msgid "any other commands"
21432 msgstr ""
21433
21434 # type: textblock
21435 #. type: textblock
21436 #: ../fish/guestfish.pod:445
21437 msgid ""
21438 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
21439 "guest before mounting or performing any other commands."
21440 msgstr ""
21441
21442 # type: textblock
21443 #. type: textblock
21444 #: ../fish/guestfish.pod:448
21445 msgid ""
21446 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
21447 "I<--new> options were given then C<run> is done automatically, simply "
21448 "because guestfish can't perform the action you asked for without doing this."
21449 msgstr ""
21450
21451 # type: =head1
21452 #. type: =head1
21453 #: ../fish/guestfish.pod:453
21454 msgid "OPENING DISKS FOR READ AND WRITE"
21455 msgstr ""
21456
21457 # type: textblock
21458 #. type: textblock
21459 #: ../fish/guestfish.pod:455
21460 msgid ""
21461 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
21462 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
21463 "open disk images read-only or for writing."
21464 msgstr ""
21465
21466 # type: textblock
21467 #. type: textblock
21468 #: ../fish/guestfish.pod:459
21469 msgid ""
21470 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
21471 "disk images supplied on the command line for write.  To open a disk image "
21472 "read-only you have to do I<-a image --ro>."
21473 msgstr ""
21474
21475 # type: textblock
21476 #. type: textblock
21477 #: ../fish/guestfish.pod:463
21478 msgid ""
21479 "This matters: If you accidentally open a live VM disk image writable then "
21480 "you will cause irreversible disk corruption."
21481 msgstr ""
21482
21483 #. type: textblock
21484 #: ../fish/guestfish.pod:466
21485 msgid ""
21486 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
21487 "images will be opened read-only.  You will have to either specify "
21488 "I<guestfish --rw> or change a configuration file in order to get write "
21489 "access for disk images specified by those other command line options."
21490 msgstr ""
21491
21492 # type: textblock
21493 #. type: textblock
21494 #: ../fish/guestfish.pod:471
21495 msgid ""
21496 "This version of guestfish has a I<--rw> option which does nothing (it is "
21497 "already the default).  However it is highly recommended that you use this "
21498 "option to indicate that guestfish needs write access, and to prepare your "
21499 "scripts for the day when this option will be required for write access."
21500 msgstr ""
21501
21502 # type: textblock
21503 #. type: textblock
21504 #: ../fish/guestfish.pod:477
21505 msgid ""
21506 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
21507 "other libguestfs program apart from guestfish and guestmount."
21508 msgstr ""
21509
21510 # type: =head1
21511 #. type: =head1
21512 #: ../fish/guestfish.pod:480
21513 msgid "QUOTING"
21514 msgstr ""
21515
21516 # type: textblock
21517 #. type: textblock
21518 #: ../fish/guestfish.pod:482
21519 msgid ""
21520 "You can quote ordinary parameters using either single or double quotes.  For "
21521 "example:"
21522 msgstr ""
21523
21524 # type: verbatim
21525 #. type: verbatim
21526 #: ../fish/guestfish.pod:485
21527 #, no-wrap
21528 msgid ""
21529 " add \"file with a space.img\"\n"
21530 "\n"
21531 msgstr ""
21532
21533 # type: verbatim
21534 #. type: verbatim
21535 #: ../fish/guestfish.pod:487
21536 #, no-wrap
21537 msgid ""
21538 " rm '/file name'\n"
21539 "\n"
21540 msgstr ""
21541
21542 # type: verbatim
21543 #. type: verbatim
21544 #: ../fish/guestfish.pod:489
21545 #, no-wrap
21546 msgid ""
21547 " rm '/\"'\n"
21548 "\n"
21549 msgstr ""
21550
21551 # type: textblock
21552 #. type: textblock
21553 #: ../fish/guestfish.pod:491
21554 msgid ""
21555 "A few commands require a list of strings to be passed.  For these, use a "
21556 "whitespace-separated list, enclosed in quotes.  Strings containing "
21557 "whitespace to be passed through must be enclosed in single quotes.  A "
21558 "literal single quote must be escaped with a backslash."
21559 msgstr ""
21560
21561 # type: verbatim
21562 #. type: verbatim
21563 #: ../fish/guestfish.pod:496
21564 #, no-wrap
21565 msgid ""
21566 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
21567 " command \"/bin/echo 'foo      bar'\"\n"
21568 " command \"/bin/echo \\'foo\\'\"\n"
21569 "\n"
21570 msgstr ""
21571
21572 # type: =head1
21573 #. type: =head1
21574 #: ../fish/guestfish.pod:500
21575 msgid "OPTIONAL ARGUMENTS"
21576 msgstr ""
21577
21578 # type: textblock
21579 #. type: textblock
21580 #: ../fish/guestfish.pod:502
21581 msgid ""
21582 "Some commands take optional arguments.  These arguments appear in this "
21583 "documentation as C<[argname:..]>.  You can use them as in these examples:"
21584 msgstr ""
21585
21586 # type: verbatim
21587 #. type: verbatim
21588 #: ../fish/guestfish.pod:506
21589 #, no-wrap
21590 msgid ""
21591 " add-drive-opts filename\n"
21592 "\n"
21593 msgstr ""
21594
21595 # type: verbatim
21596 #. type: verbatim
21597 #: ../fish/guestfish.pod:508
21598 #, no-wrap
21599 msgid ""
21600 " add-drive-opts filename readonly:true\n"
21601 "\n"
21602 msgstr ""
21603
21604 # type: verbatim
21605 #. type: verbatim
21606 #: ../fish/guestfish.pod:510
21607 #, no-wrap
21608 msgid ""
21609 " add-drive-opts filename format:qcow2 readonly:false\n"
21610 "\n"
21611 msgstr ""
21612
21613 # type: textblock
21614 #. type: textblock
21615 #: ../fish/guestfish.pod:512
21616 msgid ""
21617 "Each optional argument can appear at most once.  All optional arguments must "
21618 "appear after the required ones."
21619 msgstr ""
21620
21621 # type: =head1
21622 #. type: =head1
21623 #: ../fish/guestfish.pod:515
21624 msgid "NUMBERS"
21625 msgstr ""
21626
21627 # type: textblock
21628 #. type: textblock
21629 #: ../fish/guestfish.pod:517
21630 msgid ""
21631 "This section applies to all commands which can take integers as parameters."
21632 msgstr ""
21633
21634 # type: =head2
21635 #. type: =head2
21636 #: ../fish/guestfish.pod:520
21637 msgid "SIZE SUFFIX"
21638 msgstr ""
21639
21640 # type: textblock
21641 #. type: textblock
21642 #: ../fish/guestfish.pod:522
21643 msgid ""
21644 "When the command takes a parameter measured in bytes, you can use one of the "
21645 "following suffixes to specify kilobytes, megabytes and larger sizes:"
21646 msgstr ""
21647
21648 # type: =item
21649 #. type: =item
21650 #: ../fish/guestfish.pod:528
21651 msgid "B<k> or B<K> or B<KiB>"
21652 msgstr ""
21653
21654 # type: textblock
21655 #. type: textblock
21656 #: ../fish/guestfish.pod:530
21657 msgid "The size in kilobytes (multiplied by 1024)."
21658 msgstr ""
21659
21660 # type: =item
21661 #. type: =item
21662 #: ../fish/guestfish.pod:532
21663 msgid "B<KB>"
21664 msgstr ""
21665
21666 # type: textblock
21667 #. type: textblock
21668 #: ../fish/guestfish.pod:534
21669 msgid "The size in SI 1000 byte units."
21670 msgstr ""
21671
21672 # type: =item
21673 #. type: =item
21674 #: ../fish/guestfish.pod:536
21675 msgid "B<M> or B<MiB>"
21676 msgstr ""
21677
21678 # type: textblock
21679 #. type: textblock
21680 #: ../fish/guestfish.pod:538
21681 msgid "The size in megabytes (multiplied by 1048576)."
21682 msgstr ""
21683
21684 # type: =item
21685 #. type: =item
21686 #: ../fish/guestfish.pod:540
21687 msgid "B<MB>"
21688 msgstr ""
21689
21690 # type: textblock
21691 #. type: textblock
21692 #: ../fish/guestfish.pod:542
21693 msgid "The size in SI 1000000 byte units."
21694 msgstr ""
21695
21696 # type: =item
21697 #. type: =item
21698 #: ../fish/guestfish.pod:544
21699 msgid "B<G> or B<GiB>"
21700 msgstr ""
21701
21702 # type: textblock
21703 #. type: textblock
21704 #: ../fish/guestfish.pod:546
21705 msgid "The size in gigabytes (multiplied by 2**30)."
21706 msgstr ""
21707
21708 # type: =item
21709 #. type: =item
21710 #: ../fish/guestfish.pod:548
21711 msgid "B<GB>"
21712 msgstr ""
21713
21714 # type: textblock
21715 #. type: textblock
21716 #: ../fish/guestfish.pod:550
21717 msgid "The size in SI 10**9 byte units."
21718 msgstr ""
21719
21720 # type: =item
21721 #. type: =item
21722 #: ../fish/guestfish.pod:552
21723 msgid "B<T> or B<TiB>"
21724 msgstr ""
21725
21726 # type: textblock
21727 #. type: textblock
21728 #: ../fish/guestfish.pod:554
21729 msgid "The size in terabytes (multiplied by 2**40)."
21730 msgstr ""
21731
21732 # type: =item
21733 #. type: =item
21734 #: ../fish/guestfish.pod:556
21735 msgid "B<TB>"
21736 msgstr ""
21737
21738 # type: textblock
21739 #. type: textblock
21740 #: ../fish/guestfish.pod:558
21741 msgid "The size in SI 10**12 byte units."
21742 msgstr ""
21743
21744 # type: =item
21745 #. type: =item
21746 #: ../fish/guestfish.pod:560
21747 msgid "B<P> or B<PiB>"
21748 msgstr ""
21749
21750 # type: textblock
21751 #. type: textblock
21752 #: ../fish/guestfish.pod:562
21753 msgid "The size in petabytes (multiplied by 2**50)."
21754 msgstr ""
21755
21756 # type: =item
21757 #. type: =item
21758 #: ../fish/guestfish.pod:564
21759 msgid "B<PB>"
21760 msgstr ""
21761
21762 # type: textblock
21763 #. type: textblock
21764 #: ../fish/guestfish.pod:566
21765 msgid "The size in SI 10**15 byte units."
21766 msgstr ""
21767
21768 # type: =item
21769 #. type: =item
21770 #: ../fish/guestfish.pod:568
21771 msgid "B<E> or B<EiB>"
21772 msgstr ""
21773
21774 # type: textblock
21775 #. type: textblock
21776 #: ../fish/guestfish.pod:570
21777 msgid "The size in exabytes (multiplied by 2**60)."
21778 msgstr ""
21779
21780 # type: =item
21781 #. type: =item
21782 #: ../fish/guestfish.pod:572
21783 msgid "B<EB>"
21784 msgstr ""
21785
21786 # type: textblock
21787 #. type: textblock
21788 #: ../fish/guestfish.pod:574
21789 msgid "The size in SI 10**18 byte units."
21790 msgstr ""
21791
21792 # type: =item
21793 #. type: =item
21794 #: ../fish/guestfish.pod:576
21795 msgid "B<Z> or B<ZiB>"
21796 msgstr ""
21797
21798 # type: textblock
21799 #. type: textblock
21800 #: ../fish/guestfish.pod:578
21801 msgid "The size in zettabytes (multiplied by 2**70)."
21802 msgstr ""
21803
21804 # type: =item
21805 #. type: =item
21806 #: ../fish/guestfish.pod:580
21807 msgid "B<ZB>"
21808 msgstr ""
21809
21810 # type: textblock
21811 #. type: textblock
21812 #: ../fish/guestfish.pod:582
21813 msgid "The size in SI 10**21 byte units."
21814 msgstr ""
21815
21816 # type: =item
21817 #. type: =item
21818 #: ../fish/guestfish.pod:584
21819 msgid "B<Y> or B<YiB>"
21820 msgstr ""
21821
21822 # type: textblock
21823 #. type: textblock
21824 #: ../fish/guestfish.pod:586
21825 msgid "The size in yottabytes (multiplied by 2**80)."
21826 msgstr ""
21827
21828 # type: =item
21829 #. type: =item
21830 #: ../fish/guestfish.pod:588
21831 msgid "B<YB>"
21832 msgstr ""
21833
21834 # type: textblock
21835 #. type: textblock
21836 #: ../fish/guestfish.pod:590
21837 msgid "The size in SI 10**24 byte units."
21838 msgstr ""
21839
21840 # type: verbatim
21841 #. type: verbatim
21842 #: ../fish/guestfish.pod:596
21843 #, no-wrap
21844 msgid ""
21845 " truncate-size /file 1G\n"
21846 "\n"
21847 msgstr ""
21848
21849 # type: textblock
21850 #. type: textblock
21851 #: ../fish/guestfish.pod:598
21852 msgid "would truncate the file to 1 gigabyte."
21853 msgstr ""
21854
21855 # type: textblock
21856 #. type: textblock
21857 #: ../fish/guestfish.pod:600
21858 msgid ""
21859 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
21860 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
21861 "suffix will probably not do what you expect."
21862 msgstr ""
21863
21864 # type: =head2
21865 #. type: =head2
21866 #: ../fish/guestfish.pod:604
21867 msgid "OCTAL AND HEXADECIMAL NUMBERS"
21868 msgstr ""
21869
21870 # type: textblock
21871 #. type: textblock
21872 #: ../fish/guestfish.pod:606
21873 msgid ""
21874 "For specifying the radix (base) use the C convention: C<0> to prefix an "
21875 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
21876 msgstr ""
21877
21878 # type: verbatim
21879 #. type: verbatim
21880 #: ../fish/guestfish.pod:609
21881 #, no-wrap
21882 msgid ""
21883 " 1234      decimal number 1234\n"
21884 " 02322     octal number, equivalent to decimal 1234\n"
21885 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
21886 "\n"
21887 msgstr ""
21888
21889 # type: textblock
21890 #. type: textblock
21891 #: ../fish/guestfish.pod:613
21892 msgid ""
21893 "When using the C<chmod> command, you almost always want to specify an octal "
21894 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
21895 "L<chmod(1)> program):"
21896 msgstr ""
21897
21898 # type: verbatim
21899 #. type: verbatim
21900 #: ../fish/guestfish.pod:617
21901 #, no-wrap
21902 msgid ""
21903 " chmod 0777 /public  # OK\n"
21904 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
21905 "\n"
21906 msgstr ""
21907
21908 # type: textblock
21909 #. type: textblock
21910 #: ../fish/guestfish.pod:620
21911 msgid ""
21912 "Commands that return numbers usually print them in decimal, but some "
21913 "commands print numbers in other radices (eg. C<umask> prints the mode in "
21914 "octal, preceeded by C<0>)."
21915 msgstr ""
21916
21917 # type: =head1
21918 #. type: =head1
21919 #: ../fish/guestfish.pod:624
21920 msgid "WILDCARDS AND GLOBBING"
21921 msgstr ""
21922
21923 # type: textblock
21924 #. type: textblock
21925 #: ../fish/guestfish.pod:626
21926 msgid ""
21927 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
21928 "(globbing) by default.  So for example the following will not do what you "
21929 "expect:"
21930 msgstr ""
21931
21932 # type: verbatim
21933 #. type: verbatim
21934 #: ../fish/guestfish.pod:630
21935 #, no-wrap
21936 msgid ""
21937 " rm-rf /home/*\n"
21938 "\n"
21939 msgstr ""
21940
21941 # type: textblock
21942 #. type: textblock
21943 #: ../fish/guestfish.pod:632
21944 msgid ""
21945 "Assuming you don't have a directory called literally C</home/*> then the "
21946 "above command will return an error."
21947 msgstr ""
21948
21949 # type: textblock
21950 #. type: textblock
21951 #: ../fish/guestfish.pod:635
21952 msgid "To perform wildcard expansion, use the C<glob> command."
21953 msgstr ""
21954
21955 # type: verbatim
21956 #. type: verbatim
21957 #: ../fish/guestfish.pod:637
21958 #, no-wrap
21959 msgid ""
21960 " glob rm-rf /home/*\n"
21961 "\n"
21962 msgstr ""
21963
21964 # type: textblock
21965 #. type: textblock
21966 #: ../fish/guestfish.pod:639
21967 msgid ""
21968 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
21969 "many times), equivalent to:"
21970 msgstr ""
21971
21972 # type: verbatim
21973 #. type: verbatim
21974 #: ../fish/guestfish.pod:642
21975 #, no-wrap
21976 msgid ""
21977 " rm-rf /home/jim\n"
21978 " rm-rf /home/joe\n"
21979 " rm-rf /home/mary\n"
21980 "\n"
21981 msgstr ""
21982
21983 # type: textblock
21984 #. type: textblock
21985 #: ../fish/guestfish.pod:646
21986 msgid "C<glob> only works on simple guest paths and not on device names."
21987 msgstr ""
21988
21989 # type: textblock
21990 #. type: textblock
21991 #: ../fish/guestfish.pod:648
21992 msgid ""
21993 "If you have several parameters, each containing a wildcard, then glob will "
21994 "perform a Cartesian product."
21995 msgstr ""
21996
21997 # type: =head1
21998 #. type: =head1
21999 #: ../fish/guestfish.pod:651
22000 msgid "COMMENTS"
22001 msgstr ""
22002
22003 # type: textblock
22004 #. type: textblock
22005 #: ../fish/guestfish.pod:653
22006 msgid ""
22007 "Any line which starts with a I<#> character is treated as a comment and "
22008 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
22009 "a command.  For example:"
22010 msgstr ""
22011
22012 # type: verbatim
22013 #. type: verbatim
22014 #: ../fish/guestfish.pod:657
22015 #, no-wrap
22016 msgid ""
22017 " # this is a comment\n"
22018 "         # this is a comment\n"
22019 " foo # NOT a comment\n"
22020 "\n"
22021 msgstr ""
22022
22023 # type: textblock
22024 #. type: textblock
22025 #: ../fish/guestfish.pod:661
22026 msgid "Blank lines are also ignored."
22027 msgstr ""
22028
22029 # type: =head1
22030 #. type: =head1
22031 #: ../fish/guestfish.pod:663
22032 msgid "RUNNING COMMANDS LOCALLY"
22033 msgstr ""
22034
22035 # type: textblock
22036 #. type: textblock
22037 #: ../fish/guestfish.pod:665
22038 msgid ""
22039 "Any line which starts with a I<!> character is treated as a command sent to "
22040 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
22041 msgstr ""
22042
22043 # type: verbatim
22044 #. type: verbatim
22045 #: ../fish/guestfish.pod:669
22046 #, no-wrap
22047 msgid ""
22048 " !mkdir local\n"
22049 " tgz-out /remote local/remote-data.tar.gz\n"
22050 "\n"
22051 msgstr ""
22052
22053 # type: textblock
22054 #. type: textblock
22055 #: ../fish/guestfish.pod:672
22056 msgid ""
22057 "will create a directory C<local> on the host, and then export the contents "
22058 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
22059 "(See C<tgz-out>)."
22060 msgstr ""
22061
22062 # type: textblock
22063 #. type: textblock
22064 #: ../fish/guestfish.pod:676
22065 msgid ""
22066 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
22067 "effect, due to the way that subprocesses work in Unix."
22068 msgstr ""
22069
22070 # type: =head1
22071 #. type: =head1
22072 #: ../fish/guestfish.pod:679
22073 msgid "PIPES"
22074 msgstr ""
22075
22076 # type: textblock
22077 #. type: textblock
22078 #: ../fish/guestfish.pod:681
22079 msgid ""
22080 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
22081 "command (a guestfish command) to the second command (any host command).  For "
22082 "example:"
22083 msgstr ""
22084
22085 # type: verbatim
22086 #. type: verbatim
22087 #: ../fish/guestfish.pod:685
22088 #, no-wrap
22089 msgid ""
22090 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
22091 "\n"
22092 msgstr ""
22093
22094 # type: textblock
22095 #. type: textblock
22096 #: ../fish/guestfish.pod:687
22097 msgid ""
22098 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
22099 "program).  The above command would list all accounts in the guest filesystem "
22100 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
22101 msgstr ""
22102
22103 # type: verbatim
22104 #. type: verbatim
22105 #: ../fish/guestfish.pod:692
22106 #, no-wrap
22107 msgid ""
22108 " hexdump /bin/ls | head\n"
22109 " list-devices | tail -1\n"
22110 " tgz-out / - | tar ztf -\n"
22111 "\n"
22112 msgstr ""
22113
22114 # type: textblock
22115 #. type: textblock
22116 #: ../fish/guestfish.pod:696
22117 msgid ""
22118 "The space before the pipe symbol is required, any space after the pipe "
22119 "symbol is optional.  Everything after the pipe symbol is just passed "
22120 "straight to the host shell, so it can contain redirections, globs and "
22121 "anything else that makes sense on the host side."
22122 msgstr ""
22123
22124 # type: textblock
22125 #. type: textblock
22126 #: ../fish/guestfish.pod:701
22127 msgid ""
22128 "To use a literal argument which begins with a pipe symbol, you have to quote "
22129 "it, eg:"
22130 msgstr ""
22131
22132 # type: verbatim
22133 #. type: verbatim
22134 #: ../fish/guestfish.pod:704
22135 #, no-wrap
22136 msgid ""
22137 " echo \"|\"\n"
22138 "\n"
22139 msgstr ""
22140
22141 # type: =head1
22142 #. type: =head1
22143 #: ../fish/guestfish.pod:706
22144 msgid "HOME DIRECTORIES"
22145 msgstr ""
22146
22147 # type: textblock
22148 #. type: textblock
22149 #: ../fish/guestfish.pod:708
22150 msgid ""
22151 "If a parameter starts with the character C<~> then the tilde may be expanded "
22152 "as a home directory path (either C<~> for the current user's home directory, "
22153 "or C<~user> for another user)."
22154 msgstr ""
22155
22156 # type: textblock
22157 #. type: textblock
22158 #: ../fish/guestfish.pod:712
22159 msgid ""
22160 "Note that home directory expansion happens for users known I<on the host>, "
22161 "not in the guest filesystem."
22162 msgstr ""
22163
22164 # type: textblock
22165 #. type: textblock
22166 #: ../fish/guestfish.pod:715
22167 msgid ""
22168 "To use a literal argument which begins with a tilde, you have to quote it, "
22169 "eg:"
22170 msgstr ""
22171
22172 # type: verbatim
22173 #. type: verbatim
22174 #: ../fish/guestfish.pod:718
22175 #, no-wrap
22176 msgid ""
22177 " echo \"~\"\n"
22178 "\n"
22179 msgstr ""
22180
22181 # type: textblock
22182 #. type: textblock
22183 #: ../fish/guestfish.pod:722
22184 msgid ""
22185 "Libguestfs has some support for Linux guests encrypted according to the "
22186 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
22187 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
22188 "LUKS is supported."
22189 msgstr ""
22190
22191 # type: textblock
22192 #. type: textblock
22193 #: ../fish/guestfish.pod:727
22194 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
22195 msgstr ""
22196
22197 # type: verbatim
22198 #. type: verbatim
22199 #: ../fish/guestfish.pod:729
22200 #, no-wrap
22201 msgid ""
22202 " ><fs> vfs-type /dev/sda2\n"
22203 " crypto_LUKS\n"
22204 "\n"
22205 msgstr ""
22206
22207 # type: textblock
22208 #. type: textblock
22209 #: ../fish/guestfish.pod:732
22210 msgid ""
22211 "Then open those devices using L</luks-open>.  This creates a device-mapper "
22212 "device called C</dev/mapper/luksdev>."
22213 msgstr ""
22214
22215 # type: verbatim
22216 #. type: verbatim
22217 #: ../fish/guestfish.pod:735
22218 #, no-wrap
22219 msgid ""
22220 " ><fs> luks-open /dev/sda2 luksdev\n"
22221 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
22222 "\n"
22223 msgstr ""
22224
22225 # type: textblock
22226 #. type: textblock
22227 #: ../fish/guestfish.pod:738
22228 msgid ""
22229 "Finally you have to tell LVM to scan for volume groups on the newly created "
22230 "mapper device:"
22231 msgstr ""
22232
22233 # type: verbatim
22234 #. type: verbatim
22235 #: ../fish/guestfish.pod:741
22236 #, no-wrap
22237 msgid ""
22238 " vgscan\n"
22239 " vg-activate-all true\n"
22240 "\n"
22241 msgstr ""
22242
22243 # type: textblock
22244 #. type: textblock
22245 #: ../fish/guestfish.pod:744
22246 msgid "The logical volume(s) can now be mounted in the usual way."
22247 msgstr ""
22248
22249 # type: textblock
22250 #. type: textblock
22251 #: ../fish/guestfish.pod:746
22252 msgid ""
22253 "Before closing a LUKS device you must unmount any logical volumes on it and "
22254 "deactivate the volume groups by calling C<vg-activate false VG> on each "
22255 "one.  Then you can close the mapper device:"
22256 msgstr ""
22257
22258 # type: verbatim
22259 #. type: verbatim
22260 #: ../fish/guestfish.pod:750
22261 #, no-wrap
22262 msgid ""
22263 " vg-activate false /dev/VG\n"
22264 " luks-close /dev/mapper/luksdev\n"
22265 "\n"
22266 msgstr ""
22267
22268 # type: =head1
22269 #. type: =head1
22270 #: ../fish/guestfish.pod:753
22271 msgid "WINDOWS PATHS"
22272 msgstr ""
22273
22274 # type: textblock
22275 #. type: textblock
22276 #: ../fish/guestfish.pod:755
22277 msgid ""
22278 "If a path is prefixed with C<win:> then you can use Windows-style paths "
22279 "(with some limitations).  The following commands are equivalent:"
22280 msgstr ""
22281
22282 # type: verbatim
22283 #. type: verbatim
22284 #: ../fish/guestfish.pod:758
22285 #, no-wrap
22286 msgid ""
22287 " file /WINDOWS/system32/config/system.LOG\n"
22288 "\n"
22289 msgstr ""
22290
22291 # type: verbatim
22292 #. type: verbatim
22293 #: ../fish/guestfish.pod:760
22294 #, no-wrap
22295 msgid ""
22296 " file win:/windows/system32/config/system.log\n"
22297 "\n"
22298 msgstr ""
22299
22300 # type: verbatim
22301 #. type: verbatim
22302 #: ../fish/guestfish.pod:762
22303 #, no-wrap
22304 msgid ""
22305 " file win:\\windows\\system32\\config\\system.log\n"
22306 "\n"
22307 msgstr ""
22308
22309 # type: verbatim
22310 #. type: verbatim
22311 #: ../fish/guestfish.pod:764
22312 #, no-wrap
22313 msgid ""
22314 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
22315 "\n"
22316 msgstr ""
22317
22318 # type: textblock
22319 #. type: textblock
22320 #: ../fish/guestfish.pod:766
22321 msgid ""
22322 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
22323 "handles case insensitivity like Windows would.  This only works in argument "
22324 "positions that expect a path."
22325 msgstr ""
22326
22327 # type: =head1
22328 #. type: =head1
22329 #: ../fish/guestfish.pod:770
22330 msgid "UPLOADING AND DOWNLOADING FILES"
22331 msgstr ""
22332
22333 # type: textblock
22334 #. type: textblock
22335 #: ../fish/guestfish.pod:772
22336 msgid ""
22337 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
22338 "others which upload from or download to a local file, you can use the "
22339 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
22340 msgstr ""
22341
22342 # type: verbatim
22343 #. type: verbatim
22344 #: ../fish/guestfish.pod:776
22345 #, no-wrap
22346 msgid ""
22347 " upload - /foo\n"
22348 "\n"
22349 msgstr ""
22350
22351 # type: textblock
22352 #. type: textblock
22353 #: ../fish/guestfish.pod:778
22354 msgid ""
22355 "reads stdin and creates from that a file C</foo> in the disk image, and:"
22356 msgstr ""
22357
22358 # type: verbatim
22359 #. type: verbatim
22360 #: ../fish/guestfish.pod:781
22361 #, no-wrap
22362 msgid ""
22363 " tar-out /etc - | tar tf -\n"
22364 "\n"
22365 msgstr ""
22366
22367 # type: textblock
22368 #. type: textblock
22369 #: ../fish/guestfish.pod:783
22370 msgid ""
22371 "writes the tarball to stdout and then pipes that into the external \"tar\" "
22372 "command (see L</PIPES>)."
22373 msgstr ""
22374
22375 # type: textblock
22376 #. type: textblock
22377 #: ../fish/guestfish.pod:786
22378 msgid ""
22379 "When using C<-> to read from stdin, the input is read up to the end of "
22380 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
22381 "some arbitrary end marker:"
22382 msgstr ""
22383
22384 # type: verbatim
22385 #. type: verbatim
22386 #: ../fish/guestfish.pod:790
22387 #, no-wrap
22388 msgid ""
22389 " upload -<<END /foo\n"
22390 " input line 1\n"
22391 " input line 2\n"
22392 " input line 3\n"
22393 " END\n"
22394 "\n"
22395 msgstr ""
22396
22397 # type: textblock
22398 #. type: textblock
22399 #: ../fish/guestfish.pod:796
22400 msgid ""
22401 "Any string of characters can be used instead of C<END>.  The end marker must "
22402 "appear on a line of its own, without any preceeding or following characters "
22403 "(not even spaces)."
22404 msgstr ""
22405
22406 # type: textblock
22407 #. type: textblock
22408 #: ../fish/guestfish.pod:800
22409 msgid ""
22410 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
22411 "upload local files (so-called \"FileIn\" parameters in the generator)."
22412 msgstr ""
22413
22414 # type: =head1
22415 #. type: =head1
22416 #: ../fish/guestfish.pod:803
22417 msgid "EXIT ON ERROR BEHAVIOUR"
22418 msgstr ""
22419
22420 # type: textblock
22421 #. type: textblock
22422 #: ../fish/guestfish.pod:805
22423 msgid ""
22424 "By default, guestfish will ignore any errors when in interactive mode (ie. "
22425 "taking commands from a human over a tty), and will exit on the first error "
22426 "in non-interactive mode (scripts, commands given on the command line)."
22427 msgstr ""
22428
22429 # type: textblock
22430 #. type: textblock
22431 #: ../fish/guestfish.pod:810
22432 msgid ""
22433 "If you prefix a command with a I<-> character, then that command will not "
22434 "cause guestfish to exit, even if that (one) command returns an error."
22435 msgstr ""
22436
22437 # type: =head1
22438 #. type: =head1
22439 #: ../fish/guestfish.pod:814
22440 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
22441 msgstr ""
22442
22443 # type: textblock
22444 #. type: textblock
22445 #: ../fish/guestfish.pod:816
22446 msgid ""
22447 "Guestfish can be remote-controlled over a socket.  This is useful "
22448 "particularly in shell scripts where you want to make several different "
22449 "changes to a filesystem, but you don't want the overhead of starting up a "
22450 "guestfish process each time."
22451 msgstr ""
22452
22453 # type: textblock
22454 #. type: textblock
22455 #: ../fish/guestfish.pod:821
22456 msgid "Start a guestfish server process using:"
22457 msgstr ""
22458
22459 # type: verbatim
22460 #. type: verbatim
22461 #: ../fish/guestfish.pod:823
22462 #, no-wrap
22463 msgid ""
22464 " eval \"`guestfish --listen`\"\n"
22465 "\n"
22466 msgstr ""
22467
22468 # type: textblock
22469 #. type: textblock
22470 #: ../fish/guestfish.pod:825
22471 msgid "and then send it commands by doing:"
22472 msgstr ""
22473
22474 # type: verbatim
22475 #. type: verbatim
22476 #: ../fish/guestfish.pod:827
22477 #, no-wrap
22478 msgid ""
22479 " guestfish --remote cmd [...]\n"
22480 "\n"
22481 msgstr ""
22482
22483 # type: textblock
22484 #. type: textblock
22485 #: ../fish/guestfish.pod:829
22486 msgid "To cause the server to exit, send it the exit command:"
22487 msgstr ""
22488
22489 # type: verbatim
22490 #. type: verbatim
22491 #: ../fish/guestfish.pod:831
22492 #, no-wrap
22493 msgid ""
22494 " guestfish --remote exit\n"
22495 "\n"
22496 msgstr ""
22497
22498 # type: textblock
22499 #. type: textblock
22500 #: ../fish/guestfish.pod:833
22501 msgid ""
22502 "Note that the server will normally exit if there is an error in a command.  "
22503 "You can change this in the usual way.  See section L</EXIT ON ERROR "
22504 "BEHAVIOUR>."
22505 msgstr ""
22506
22507 # type: =head2
22508 #. type: =head2
22509 #: ../fish/guestfish.pod:837
22510 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
22511 msgstr ""
22512
22513 # type: textblock
22514 #. type: textblock
22515 #: ../fish/guestfish.pod:839
22516 msgid ""
22517 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
22518 "is how the I<--remote> option knows where to send the commands.  You can "
22519 "have several guestfish listener processes running using:"
22520 msgstr ""
22521
22522 # type: verbatim
22523 #. type: verbatim
22524 #: ../fish/guestfish.pod:843
22525 #, no-wrap
22526 msgid ""
22527 " eval \"`guestfish --listen`\"\n"
22528 " pid1=$GUESTFISH_PID\n"
22529 " eval \"`guestfish --listen`\"\n"
22530 " pid2=$GUESTFISH_PID\n"
22531 " ...\n"
22532 " guestfish --remote=$pid1 cmd\n"
22533 " guestfish --remote=$pid2 cmd\n"
22534 "\n"
22535 msgstr ""
22536
22537 # type: =head2
22538 #. type: =head2
22539 #: ../fish/guestfish.pod:851
22540 msgid "REMOTE CONTROL AND CSH"
22541 msgstr ""
22542
22543 # type: textblock
22544 #. type: textblock
22545 #: ../fish/guestfish.pod:853
22546 msgid ""
22547 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
22548 "option:"
22549 msgstr ""
22550
22551 # type: verbatim
22552 #. type: verbatim
22553 #: ../fish/guestfish.pod:856
22554 #, no-wrap
22555 msgid ""
22556 " eval \"`guestfish --listen --csh`\"\n"
22557 "\n"
22558 msgstr ""
22559
22560 # type: =head2
22561 #. type: =head2
22562 #: ../fish/guestfish.pod:858
22563 msgid "REMOTE CONTROL DETAILS"
22564 msgstr ""
22565
22566 # type: textblock
22567 #. type: textblock
22568 #: ../fish/guestfish.pod:860
22569 msgid ""
22570 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
22571 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
22572 "and C<$PID> is the process ID of the server."
22573 msgstr ""
22574
22575 # type: textblock
22576 #. type: textblock
22577 #: ../fish/guestfish.pod:864
22578 msgid "Guestfish client and server versions must match exactly."
22579 msgstr ""
22580
22581 # type: =head1
22582 #. type: =head1
22583 #: ../fish/guestfish.pod:866
22584 msgid "PREPARED DISK IMAGES"
22585 msgstr ""
22586
22587 # type: textblock
22588 #. type: textblock
22589 #: ../fish/guestfish.pod:868
22590 msgid ""
22591 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
22592 "preformatted disk images that guestfish can make for you to save typing.  "
22593 "This is particularly useful for testing purposes.  This option is used "
22594 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
22595 "can be mixed with I<-a>)."
22596 msgstr ""
22597
22598 # type: textblock
22599 #. type: textblock
22600 #: ../fish/guestfish.pod:874
22601 msgid ""
22602 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
22603 "the second and so on.  Existing files in the current directory are "
22604 "I<overwritten>."
22605 msgstr ""
22606
22607 # type: textblock
22608 #. type: textblock
22609 #: ../fish/guestfish.pod:878
22610 msgid ""
22611 "The type briefly describes how the disk should be sized, partitioned, how "
22612 "filesystem(s) should be created, and how content should be added.  "
22613 "Optionally the type can be followed by extra parameters, separated by C<:> "
22614 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
22615 "allocated disk, containing a single partition, with the partition formatted "
22616 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
22617 "disk instead."
22618 msgstr ""
22619
22620 # type: textblock
22621 #. type: textblock
22622 #: ../fish/guestfish.pod:886
22623 msgid "To list the available types and any extra parameters they take, run:"
22624 msgstr ""
22625
22626 # type: textblock
22627 #. type: textblock
22628 #: ../fish/guestfish.pod:890
22629 msgid ""
22630 "Note that the prepared filesystem is not mounted.  You would usually have to "
22631 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
22632 msgstr ""
22633
22634 # type: textblock
22635 #. type: textblock
22636 #: ../fish/guestfish.pod:894
22637 msgid ""
22638 "If any I<-N> or I<--new> options are given, the guest is automatically "
22639 "launched."
22640 msgstr ""
22641
22642 # type: textblock
22643 #. type: textblock
22644 #: ../fish/guestfish.pod:899
22645 msgid "Create a 100MB disk with an ext4-formatted partition:"
22646 msgstr ""
22647
22648 # type: verbatim
22649 #. type: verbatim
22650 #: ../fish/guestfish.pod:901
22651 #, no-wrap
22652 msgid ""
22653 " guestfish -N fs:ext4\n"
22654 "\n"
22655 msgstr ""
22656
22657 # type: textblock
22658 #. type: textblock
22659 #: ../fish/guestfish.pod:903
22660 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
22661 msgstr ""
22662
22663 # type: verbatim
22664 #. type: verbatim
22665 #: ../fish/guestfish.pod:905
22666 #, no-wrap
22667 msgid ""
22668 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
22669 "\n"
22670 msgstr ""
22671
22672 # type: textblock
22673 #. type: textblock
22674 #: ../fish/guestfish.pod:907
22675 msgid "Create a blank 200MB disk:"
22676 msgstr ""
22677
22678 # type: verbatim
22679 #. type: verbatim
22680 #: ../fish/guestfish.pod:909
22681 #, no-wrap
22682 msgid ""
22683 " guestfish -N disk:200M\n"
22684 "\n"
22685 msgstr ""
22686
22687 # type: =head1
22688 #. type: =head1
22689 #: ../fish/guestfish.pod:911
22690 msgid "PROGRESS BARS"
22691 msgstr ""
22692
22693 # type: textblock
22694 #. type: textblock
22695 #: ../fish/guestfish.pod:913
22696 msgid ""
22697 "Some (not all) long-running commands send progress notification messages as "
22698 "they are running.  Guestfish turns these messages into progress bars."
22699 msgstr ""
22700
22701 # type: textblock
22702 #. type: textblock
22703 #: ../fish/guestfish.pod:917
22704 msgid ""
22705 "When a command that supports progress bars takes longer than two seconds to "
22706 "run, and if progress bars are enabled, then you will see one appearing below "
22707 "the command:"
22708 msgstr ""
22709
22710 # type: verbatim
22711 #. type: verbatim
22712 #: ../fish/guestfish.pod:921
22713 #, no-wrap
22714 msgid ""
22715 " ><fs> copy-size /large-file /another-file 2048M\n"
22716 " / 10% [#####-----------------------------------------] 00:30\n"
22717 "\n"
22718 msgstr ""
22719
22720 # type: textblock
22721 #. type: textblock
22722 #: ../fish/guestfish.pod:924
22723 msgid ""
22724 "The spinner on the left hand side moves round once for every progress "
22725 "notification received from the backend.  This is a (reasonably) golden "
22726 "assurance that the command is \"doing something\" even if the progress bar "
22727 "is not moving, because the command is able to send the progress "
22728 "notifications.  When the bar reaches 100% and the command finishes, the "
22729 "spinner disappears."
22730 msgstr ""
22731
22732 # type: textblock
22733 #. type: textblock
22734 #: ../fish/guestfish.pod:931
22735 msgid ""
22736 "Progress bars are enabled by default when guestfish is used interactively.  "
22737 "You can enable them even for non-interactive modes using I<--progress-bars>, "
22738 "and you can disable them completely using I<--no-progress-bars>."
22739 msgstr ""
22740
22741 # type: =head1
22742 #. type: =head1
22743 #: ../fish/guestfish.pod:936
22744 msgid "GUESTFISH COMMANDS"
22745 msgstr ""
22746
22747 # type: textblock
22748 #. type: textblock
22749 #: ../fish/guestfish.pod:938
22750 msgid ""
22751 "The commands in this section are guestfish convenience commands, in other "
22752 "words, they are not part of the L<guestfs(3)> API."
22753 msgstr ""
22754
22755 # type: =head2
22756 #. type: =head2
22757 #: ../fish/guestfish.pod:941
22758 msgid "help"
22759 msgstr ""
22760
22761 # type: verbatim
22762 #. type: verbatim
22763 #: ../fish/guestfish.pod:943
22764 #, no-wrap
22765 msgid ""
22766 " help\n"
22767 " help cmd\n"
22768 "\n"
22769 msgstr ""
22770
22771 # type: textblock
22772 #. type: textblock
22773 #: ../fish/guestfish.pod:946
22774 msgid "Without any parameter, this provides general help."
22775 msgstr ""
22776
22777 # type: textblock
22778 #. type: textblock
22779 #: ../fish/guestfish.pod:948
22780 msgid "With a C<cmd> parameter, this displays detailed help for that command."
22781 msgstr ""
22782
22783 # type: =head2
22784 #. type: =head2
22785 #: ../fish/guestfish.pod:950
22786 msgid "quit | exit"
22787 msgstr ""
22788
22789 # type: textblock
22790 #. type: textblock
22791 #: ../fish/guestfish.pod:952
22792 msgid "This exits guestfish.  You can also use C<^D> key."
22793 msgstr ""
22794
22795 # type: textblock
22796 #. type: textblock
22797 #: ../fish/guestfish.pod:954
22798 msgid "@FISH_COMMANDS@"
22799 msgstr ""
22800
22801 # type: =head1
22802 #. type: =head1
22803 #: ../fish/guestfish.pod:956
22804 msgid "COMMANDS"
22805 msgstr ""
22806
22807 # type: =head1
22808 #. type: =head1
22809 #: ../fish/guestfish.pod:960 ../test-tool/libguestfs-test-tool.pod:83
22810 msgid "EXIT CODE"
22811 msgstr ""
22812
22813 # type: textblock
22814 #. type: textblock
22815 #: ../fish/guestfish.pod:962
22816 msgid ""
22817 "guestfish returns 0 if the commands completed without error, or 1 if there "
22818 "was an error."
22819 msgstr ""
22820
22821 # type: =item
22822 #. type: =item
22823 #: ../fish/guestfish.pod:969
22824 msgid "EDITOR"
22825 msgstr ""
22826
22827 # type: textblock
22828 #. type: textblock
22829 #: ../fish/guestfish.pod:971
22830 msgid ""
22831 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
22832 "C<vi>."
22833 msgstr ""
22834
22835 # type: =item
22836 #. type: =item
22837 #: ../fish/guestfish.pod:974
22838 msgid "GUESTFISH_PID"
22839 msgstr ""
22840
22841 # type: textblock
22842 #. type: textblock
22843 #: ../fish/guestfish.pod:976
22844 msgid ""
22845 "Used with the I<--remote> option to specify the remote guestfish process to "
22846 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
22847 msgstr ""
22848
22849 # type: =item
22850 #. type: =item
22851 #: ../fish/guestfish.pod:980
22852 msgid "HEXEDITOR"
22853 msgstr ""
22854
22855 # type: textblock
22856 #. type: textblock
22857 #: ../fish/guestfish.pod:982
22858 msgid ""
22859 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
22860 "not specified, the external L<hexedit(1)> program is used."
22861 msgstr ""
22862
22863 # type: =item
22864 #. type: =item
22865 #: ../fish/guestfish.pod:986
22866 msgid "HOME"
22867 msgstr ""
22868
22869 # type: textblock
22870 #. type: textblock
22871 #: ../fish/guestfish.pod:988
22872 msgid ""
22873 "If compiled with GNU readline support, various files in the home directory "
22874 "can be used.  See L</FILES>."
22875 msgstr ""
22876
22877 # type: textblock
22878 #. type: textblock
22879 #: ../fish/guestfish.pod:997
22880 msgid ""
22881 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
22882 "effect as using the B<-v> option."
22883 msgstr ""
22884
22885 # type: textblock
22886 #. type: textblock
22887 #: ../fish/guestfish.pod:1009
22888 msgid ""
22889 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
22890 "the discussion of paths in L<guestfs(3)>."
22891 msgstr ""
22892
22893 # type: textblock
22894 #. type: textblock
22895 #: ../fish/guestfish.pod:1020
22896 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
22897 msgstr ""
22898
22899 # type: =item
22900 #. type: =item
22901 #: ../fish/guestfish.pod:1022
22902 msgid "PAGER"
22903 msgstr ""
22904
22905 # type: textblock
22906 #. type: textblock
22907 #: ../fish/guestfish.pod:1024
22908 msgid ""
22909 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
22910 "C<more>."
22911 msgstr ""
22912
22913 # type: =head1
22914 #. type: =head1
22915 #: ../fish/guestfish.pod:1039 ../test-tool/libguestfs-test-tool.pod:88
22916 msgid "FILES"
22917 msgstr ""
22918
22919 # type: =item
22920 #. type: =item
22921 #: ../fish/guestfish.pod:1043
22922 msgid "$HOME/.guestfish"
22923 msgstr ""
22924
22925 # type: textblock
22926 #. type: textblock
22927 #: ../fish/guestfish.pod:1045
22928 msgid ""
22929 "If compiled with GNU readline support, then the command history is saved in "
22930 "this file."
22931 msgstr ""
22932
22933 # type: =item
22934 #. type: =item
22935 #: ../fish/guestfish.pod:1048
22936 msgid "$HOME/.inputrc"
22937 msgstr ""
22938
22939 # type: =item
22940 #. type: =item
22941 #: ../fish/guestfish.pod:1050
22942 msgid "/etc/inputrc"
22943 msgstr ""
22944
22945 # type: textblock
22946 #. type: textblock
22947 #: ../fish/guestfish.pod:1052
22948 msgid ""
22949 "If compiled with GNU readline support, then these files can be used to "
22950 "configure readline.  For further information, please see L<readline(3)/"
22951 "INITIALIZATION FILE>."
22952 msgstr ""
22953
22954 # type: textblock
22955 #. type: textblock
22956 #: ../fish/guestfish.pod:1056
22957 msgid "To write rules which only apply to guestfish, use:"
22958 msgstr ""
22959
22960 # type: verbatim
22961 #. type: verbatim
22962 #: ../fish/guestfish.pod:1058
22963 #, no-wrap
22964 msgid ""
22965 " $if guestfish\n"
22966 " ...\n"
22967 " $endif\n"
22968 "\n"
22969 msgstr ""
22970
22971 # type: textblock
22972 #. type: textblock
22973 #: ../fish/guestfish.pod:1062
22974 msgid ""
22975 "Variables that you can set in inputrc that change the behaviour of guestfish "
22976 "in useful ways include:"
22977 msgstr ""
22978
22979 # type: =item
22980 #. type: =item
22981 #: ../fish/guestfish.pod:1067
22982 msgid "completion-ignore-case (default: on)"
22983 msgstr ""
22984
22985 # type: textblock
22986 #. type: textblock
22987 #: ../fish/guestfish.pod:1069
22988 msgid ""
22989 "By default, guestfish will ignore case when tab-completing paths on the "
22990 "disk.  Use:"
22991 msgstr ""
22992
22993 # type: verbatim
22994 #. type: verbatim
22995 #: ../fish/guestfish.pod:1072
22996 #, no-wrap
22997 msgid ""
22998 " set completion-ignore-case off\n"
22999 "\n"
23000 msgstr ""
23001
23002 # type: textblock
23003 #. type: textblock
23004 #: ../fish/guestfish.pod:1074
23005 msgid "to make guestfish case sensitive."
23006 msgstr ""
23007
23008 # type: =item
23009 #. type: =item
23010 #: ../fish/guestfish.pod:1078
23011 msgid "test1.img"
23012 msgstr ""
23013
23014 # type: =item
23015 #. type: =item
23016 #: ../fish/guestfish.pod:1080
23017 msgid "test2.img (etc)"
23018 msgstr ""
23019
23020 # type: textblock
23021 #. type: textblock
23022 #: ../fish/guestfish.pod:1082
23023 msgid ""
23024 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
23025 "will be created in the file C<test1.img> in the current directory.  The "
23026 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
23027 "the same name will be overwritten."
23028 msgstr ""
23029
23030 #. type: textblock
23031 #: ../fish/guestfish.pod:1091
23032 msgid ""
23033 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-copy-in(1)"
23034 ">, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)"
23035 ">, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-partitions"
23036 "(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)"
23037 ">, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)"
23038 ">, L<hexedit(1)>."
23039 msgstr ""
23040
23041 # type: textblock
23042 #. type: textblock
23043 #: ../fish/guestfish.pod:1121 ../test-tool/libguestfs-test-tool.pod:124
23044 #: ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:372
23045 #: ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1512
23046 #: ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309
23047 #: ../tools/virt-make-fs.pl:567 ../tools/virt-list-partitions.pl:277
23048 msgid ""
23049 "This program is free software; you can redistribute it and/or modify it "
23050 "under the terms of the GNU General Public License as published by the Free "
23051 "Software Foundation; either version 2 of the License, or (at your option) "
23052 "any later version."
23053 msgstr ""
23054
23055 # type: textblock
23056 #. type: textblock
23057 #: ../fish/guestfish.pod:1126 ../test-tool/libguestfs-test-tool.pod:129
23058 #: ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:377
23059 #: ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1517
23060 #: ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314
23061 #: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:282
23062 msgid ""
23063 "This program is distributed in the hope that it will be useful, but WITHOUT "
23064 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
23065 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
23066 "more details."
23067 msgstr ""
23068
23069 # type: textblock
23070 #. type: textblock
23071 #: ../fish/guestfish.pod:1131 ../test-tool/libguestfs-test-tool.pod:134
23072 #: ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:382
23073 #: ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1522
23074 #: ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319
23075 #: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:287
23076 msgid ""
23077 "You should have received a copy of the GNU General Public License along with "
23078 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
23079 "Ave, Cambridge, MA 02139, USA."
23080 msgstr ""
23081
23082 # type: =head2
23083 #. type: =head2
23084 #: ../fish/guestfish-actions.pod:1
23085 msgid "add-cdrom"
23086 msgstr ""
23087
23088 # type: verbatim
23089 #. type: verbatim
23090 #: ../fish/guestfish-actions.pod:3
23091 #, no-wrap
23092 msgid ""
23093 " add-cdrom filename\n"
23094 "\n"
23095 msgstr ""
23096
23097 # type: textblock
23098 #. type: textblock
23099 #: ../fish/guestfish-actions.pod:15
23100 msgid ""
23101 "This call checks for the existence of C<filename>.  This stops you from "
23102 "specifying other types of drive which are supported by qemu such as C<nbd:> "
23103 "and C<http:> URLs.  To specify those, use the general L</config> call "
23104 "instead."
23105 msgstr ""
23106
23107 # type: textblock
23108 #. type: textblock
23109 #: ../fish/guestfish-actions.pod:22
23110 msgid ""
23111 "If you just want to add an ISO file (often you use this as an efficient way "
23112 "to transfer large files into the guest), then you should probably use L</add-"
23113 "drive-ro> instead."
23114 msgstr ""
23115
23116 # type: =head2
23117 #. type: =head2
23118 #: ../fish/guestfish-actions.pod:35
23119 msgid "add-domain"
23120 msgstr ""
23121
23122 # type: =head2
23123 #. type: =head2
23124 #: ../fish/guestfish-actions.pod:37
23125 msgid "domain"
23126 msgstr ""
23127
23128 # type: verbatim
23129 #. type: verbatim
23130 #: ../fish/guestfish-actions.pod:39
23131 #, no-wrap
23132 msgid ""
23133 " add-domain dom [libvirturi:..] [readonly:..] [iface:..]\n"
23134 "\n"
23135 msgstr ""
23136
23137 # type: textblock
23138 #. type: textblock
23139 #: ../fish/guestfish-actions.pod:41
23140 msgid ""
23141 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
23142 "It works by connecting to libvirt, requesting the domain and domain XML from "
23143 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
23144 msgstr ""
23145
23146 # type: textblock
23147 #. type: textblock
23148 #: ../fish/guestfish-actions.pod:64
23149 msgid ""
23150 "The other optional parameters are passed directly through to L</add-drive-"
23151 "opts>."
23152 msgstr ""
23153
23154 # type: textblock
23155 #. type: textblock
23156 #: ../fish/guestfish-actions.pod:67 ../fish/guestfish-actions.pod:131
23157 #: ../fish/guestfish-actions.pod:2842
23158 msgid ""
23159 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
23160 msgstr ""
23161
23162 # type: =head2
23163 #. type: =head2
23164 #: ../fish/guestfish-actions.pod:69
23165 msgid "add-drive"
23166 msgstr ""
23167
23168 # type: verbatim
23169 #. type: verbatim
23170 #: ../fish/guestfish-actions.pod:71
23171 #, no-wrap
23172 msgid ""
23173 " add-drive filename\n"
23174 "\n"
23175 msgstr ""
23176
23177 # type: textblock
23178 #. type: textblock
23179 #: ../fish/guestfish-actions.pod:73
23180 msgid ""
23181 "This function is the equivalent of calling L</add-drive-opts> with no "
23182 "optional parameters, so the disk is added writable, with the format being "
23183 "detected automatically."
23184 msgstr ""
23185
23186 # type: textblock
23187 #. type: textblock
23188 #: ../fish/guestfish-actions.pod:77
23189 msgid ""
23190 "Automatic detection of the format opens you up to a potential security hole "
23191 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
23192 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
23193 "you should think about replacing calls to this function with calls to L</add-"
23194 "drive-opts>, and specifying the format."
23195 msgstr ""
23196
23197 # type: =head2
23198 #. type: =head2
23199 #: ../fish/guestfish-actions.pod:84
23200 msgid "add-drive-opts"
23201 msgstr ""
23202
23203 # type: =head2
23204 #. type: =head2
23205 #: ../fish/guestfish-actions.pod:86
23206 msgid "add"
23207 msgstr ""
23208
23209 # type: verbatim
23210 #. type: verbatim
23211 #: ../fish/guestfish-actions.pod:88
23212 #, no-wrap
23213 msgid ""
23214 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
23215 "\n"
23216 msgstr ""
23217
23218 # type: textblock
23219 #. type: textblock
23220 #: ../fish/guestfish-actions.pod:115
23221 msgid ""
23222 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
23223 "add-drive-ro>) then the format is automatically detected.  Possible formats "
23224 "include C<raw> and C<qcow2>."
23225 msgstr ""
23226
23227 # type: textblock
23228 #. type: textblock
23229 #: ../fish/guestfish-actions.pod:126
23230 msgid ""
23231 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
23232 "add-drive-with-if> call (q.v.)"
23233 msgstr ""
23234
23235 # type: =head2
23236 #. type: =head2
23237 #: ../fish/guestfish-actions.pod:133
23238 msgid "add-drive-ro"
23239 msgstr ""
23240
23241 # type: =head2
23242 #. type: =head2
23243 #: ../fish/guestfish-actions.pod:135
23244 msgid "add-ro"
23245 msgstr ""
23246
23247 # type: verbatim
23248 #. type: verbatim
23249 #: ../fish/guestfish-actions.pod:137
23250 #, no-wrap
23251 msgid ""
23252 " add-drive-ro filename\n"
23253 "\n"
23254 msgstr ""
23255
23256 # type: textblock
23257 #. type: textblock
23258 #: ../fish/guestfish-actions.pod:139
23259 msgid ""
23260 "This function is the equivalent of calling L</add-drive-opts> with the "
23261 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
23262 "is added read-only, with the format being detected automatically."
23263 msgstr ""
23264
23265 # type: =head2
23266 #. type: =head2
23267 #: ../fish/guestfish-actions.pod:144
23268 msgid "add-drive-ro-with-if"
23269 msgstr ""
23270
23271 # type: verbatim
23272 #. type: verbatim
23273 #: ../fish/guestfish-actions.pod:146
23274 #, no-wrap
23275 msgid ""
23276 " add-drive-ro-with-if filename iface\n"
23277 "\n"
23278 msgstr ""
23279
23280 # type: textblock
23281 #. type: textblock
23282 #: ../fish/guestfish-actions.pod:148
23283 msgid ""
23284 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
23285 "interface emulation to use at run time."
23286 msgstr ""
23287
23288 # type: =head2
23289 #. type: =head2
23290 #: ../fish/guestfish-actions.pod:158
23291 msgid "add-drive-with-if"
23292 msgstr ""
23293
23294 # type: verbatim
23295 #. type: verbatim
23296 #: ../fish/guestfish-actions.pod:160
23297 #, no-wrap
23298 msgid ""
23299 " add-drive-with-if filename iface\n"
23300 "\n"
23301 msgstr ""
23302
23303 # type: textblock
23304 #. type: textblock
23305 #: ../fish/guestfish-actions.pod:162
23306 msgid ""
23307 "This is the same as L</add-drive> but it allows you to specify the QEMU "
23308 "interface emulation to use at run time."
23309 msgstr ""
23310
23311 # type: =head2
23312 #. type: =head2
23313 #: ../fish/guestfish-actions.pod:172
23314 msgid "aug-clear"
23315 msgstr ""
23316
23317 # type: verbatim
23318 #. type: verbatim
23319 #: ../fish/guestfish-actions.pod:174
23320 #, no-wrap
23321 msgid ""
23322 " aug-clear augpath\n"
23323 "\n"
23324 msgstr ""
23325
23326 # type: =head2
23327 #. type: =head2
23328 #: ../fish/guestfish-actions.pod:179
23329 msgid "aug-close"
23330 msgstr ""
23331
23332 # type: verbatim
23333 #. type: verbatim
23334 #: ../fish/guestfish-actions.pod:181
23335 #, no-wrap
23336 msgid ""
23337 " aug-close\n"
23338 "\n"
23339 msgstr ""
23340
23341 # type: textblock
23342 #. type: textblock
23343 #: ../fish/guestfish-actions.pod:183
23344 msgid ""
23345 "Close the current Augeas handle and free up any resources used by it.  After "
23346 "calling this, you have to call L</aug-init> again before you can use any "
23347 "other Augeas functions."
23348 msgstr ""
23349
23350 # type: =head2
23351 #. type: =head2
23352 #: ../fish/guestfish-actions.pod:188
23353 msgid "aug-defnode"
23354 msgstr ""
23355
23356 # type: verbatim
23357 #. type: verbatim
23358 #: ../fish/guestfish-actions.pod:190
23359 #, no-wrap
23360 msgid ""
23361 " aug-defnode name expr val\n"
23362 "\n"
23363 msgstr ""
23364
23365 # type: textblock
23366 #. type: textblock
23367 #: ../fish/guestfish-actions.pod:195
23368 msgid ""
23369 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
23370 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
23371 "containing that single node."
23372 msgstr ""
23373
23374 # type: =head2
23375 #. type: =head2
23376 #: ../fish/guestfish-actions.pod:203
23377 msgid "aug-defvar"
23378 msgstr ""
23379
23380 # type: verbatim
23381 #. type: verbatim
23382 #: ../fish/guestfish-actions.pod:205
23383 #, no-wrap
23384 msgid ""
23385 " aug-defvar name expr\n"
23386 "\n"
23387 msgstr ""
23388
23389 # type: =head2
23390 #. type: =head2
23391 #: ../fish/guestfish-actions.pod:214
23392 msgid "aug-get"
23393 msgstr ""
23394
23395 # type: verbatim
23396 #. type: verbatim
23397 #: ../fish/guestfish-actions.pod:216
23398 #, no-wrap
23399 msgid ""
23400 " aug-get augpath\n"
23401 "\n"
23402 msgstr ""
23403
23404 # type: =head2
23405 #. type: =head2
23406 #: ../fish/guestfish-actions.pod:221
23407 msgid "aug-init"
23408 msgstr ""
23409
23410 # type: verbatim
23411 #. type: verbatim
23412 #: ../fish/guestfish-actions.pod:223
23413 #, no-wrap
23414 msgid ""
23415 " aug-init root flags\n"
23416 "\n"
23417 msgstr ""
23418
23419 # type: textblock
23420 #. type: textblock
23421 #: ../fish/guestfish-actions.pod:229
23422 msgid "You must call this before using any other L</aug-*> commands."
23423 msgstr ""
23424
23425 # type: textblock
23426 #. type: textblock
23427 #: ../fish/guestfish-actions.pod:264
23428 msgid "Do not load the tree in L</aug-init>."
23429 msgstr ""
23430
23431 # type: textblock
23432 #. type: textblock
23433 #: ../fish/guestfish-actions.pod:268
23434 msgid "To close the handle, you can call L</aug-close>."
23435 msgstr ""
23436
23437 # type: =head2
23438 #. type: =head2
23439 #: ../fish/guestfish-actions.pod:272
23440 msgid "aug-insert"
23441 msgstr ""
23442
23443 # type: verbatim
23444 #. type: verbatim
23445 #: ../fish/guestfish-actions.pod:274
23446 #, no-wrap
23447 msgid ""
23448 " aug-insert augpath label true|false\n"
23449 "\n"
23450 msgstr ""
23451
23452 # type: =head2
23453 #. type: =head2
23454 #: ../fish/guestfish-actions.pod:284
23455 msgid "aug-load"
23456 msgstr ""
23457
23458 # type: verbatim
23459 #. type: verbatim
23460 #: ../fish/guestfish-actions.pod:286
23461 #, no-wrap
23462 msgid ""
23463 " aug-load\n"
23464 "\n"
23465 msgstr ""
23466
23467 # type: =head2
23468 #. type: =head2
23469 #: ../fish/guestfish-actions.pod:293
23470 msgid "aug-ls"
23471 msgstr ""
23472
23473 # type: verbatim
23474 #. type: verbatim
23475 #: ../fish/guestfish-actions.pod:295
23476 #, no-wrap
23477 msgid ""
23478 " aug-ls augpath\n"
23479 "\n"
23480 msgstr ""
23481
23482 # type: textblock
23483 #. type: textblock
23484 #: ../fish/guestfish-actions.pod:297
23485 msgid ""
23486 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
23487 "resulting nodes into alphabetical order."
23488 msgstr ""
23489
23490 # type: =head2
23491 #. type: =head2
23492 #: ../fish/guestfish-actions.pod:300
23493 msgid "aug-match"
23494 msgstr ""
23495
23496 # type: verbatim
23497 #. type: verbatim
23498 #: ../fish/guestfish-actions.pod:302
23499 #, no-wrap
23500 msgid ""
23501 " aug-match augpath\n"
23502 "\n"
23503 msgstr ""
23504
23505 # type: =head2
23506 #. type: =head2
23507 #: ../fish/guestfish-actions.pod:308
23508 msgid "aug-mv"
23509 msgstr ""
23510
23511 # type: verbatim
23512 #. type: verbatim
23513 #: ../fish/guestfish-actions.pod:310
23514 #, no-wrap
23515 msgid ""
23516 " aug-mv src dest\n"
23517 "\n"
23518 msgstr ""
23519
23520 # type: =head2
23521 #. type: =head2
23522 #: ../fish/guestfish-actions.pod:315
23523 msgid "aug-rm"
23524 msgstr ""
23525
23526 # type: verbatim
23527 #. type: verbatim
23528 #: ../fish/guestfish-actions.pod:317
23529 #, no-wrap
23530 msgid ""
23531 " aug-rm augpath\n"
23532 "\n"
23533 msgstr ""
23534
23535 # type: =head2
23536 #. type: =head2
23537 #: ../fish/guestfish-actions.pod:323
23538 msgid "aug-save"
23539 msgstr ""
23540
23541 # type: verbatim
23542 #. type: verbatim
23543 #: ../fish/guestfish-actions.pod:325
23544 #, no-wrap
23545 msgid ""
23546 " aug-save\n"
23547 "\n"
23548 msgstr ""
23549
23550 # type: textblock
23551 #. type: textblock
23552 #: ../fish/guestfish-actions.pod:329
23553 msgid ""
23554 "The flags which were passed to L</aug-init> affect exactly how files are "
23555 "saved."
23556 msgstr ""
23557
23558 # type: =head2
23559 #. type: =head2
23560 #: ../fish/guestfish-actions.pod:332
23561 msgid "aug-set"
23562 msgstr ""
23563
23564 # type: verbatim
23565 #. type: verbatim
23566 #: ../fish/guestfish-actions.pod:334
23567 #, no-wrap
23568 msgid ""
23569 " aug-set augpath val\n"
23570 "\n"
23571 msgstr ""
23572
23573 # type: textblock
23574 #. type: textblock
23575 #: ../fish/guestfish-actions.pod:338
23576 msgid ""
23577 "In the Augeas API, it is possible to clear a node by setting the value to "
23578 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
23579 "this call.  Instead you must use the L</aug-clear> call."
23580 msgstr ""
23581
23582 # type: =head2
23583 #. type: =head2
23584 #: ../fish/guestfish-actions.pod:343
23585 msgid "available"
23586 msgstr ""
23587
23588 # type: verbatim
23589 #. type: verbatim
23590 #: ../fish/guestfish-actions.pod:345
23591 #, no-wrap
23592 msgid ""
23593 " available 'groups ...'\n"
23594 "\n"
23595 msgstr ""
23596
23597 # type: textblock
23598 #. type: textblock
23599 #: ../fish/guestfish-actions.pod:351
23600 msgid ""
23601 "The libguestfs groups, and the functions that those groups correspond to, "
23602 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
23603 "runtime by calling L</available-all-groups>."
23604 msgstr ""
23605
23606 # type: textblock
23607 #. type: textblock
23608 #: ../fish/guestfish-actions.pod:375
23609 msgid "You must call L</launch> before calling this function."
23610 msgstr ""
23611
23612 # type: textblock
23613 #. type: textblock
23614 #: ../fish/guestfish-actions.pod:397
23615 msgid ""
23616 "This call was added in version C<1.0.80>.  In previous versions of "
23617 "libguestfs all you could do would be to speculatively execute a command to "
23618 "find out if the daemon implemented it.  See also L</version>."
23619 msgstr ""
23620
23621 # type: =head2
23622 #. type: =head2
23623 #: ../fish/guestfish-actions.pod:404
23624 msgid "available-all-groups"
23625 msgstr ""
23626
23627 # type: verbatim
23628 #. type: verbatim
23629 #: ../fish/guestfish-actions.pod:406
23630 #, no-wrap
23631 msgid ""
23632 " available-all-groups\n"
23633 "\n"
23634 msgstr ""
23635
23636 # type: textblock
23637 #. type: textblock
23638 #: ../fish/guestfish-actions.pod:408
23639 msgid ""
23640 "This command returns a list of all optional groups that this daemon knows "
23641 "about.  Note this returns both supported and unsupported groups.  To find "
23642 "out which ones the daemon can actually support you have to call L</"
23643 "available> on each member of the returned list."
23644 msgstr ""
23645
23646 # type: textblock
23647 #. type: textblock
23648 #: ../fish/guestfish-actions.pod:414
23649 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
23650 msgstr ""
23651
23652 # type: =head2
23653 #. type: =head2
23654 #: ../fish/guestfish-actions.pod:416
23655 msgid "base64-in"
23656 msgstr ""
23657
23658 # type: verbatim
23659 #. type: verbatim
23660 #: ../fish/guestfish-actions.pod:418
23661 #, no-wrap
23662 msgid ""
23663 " base64-in (base64file|-) filename\n"
23664 "\n"
23665 msgstr ""
23666
23667 # type: textblock
23668 #. type: textblock
23669 #: ../fish/guestfish-actions.pod:423 ../fish/guestfish-actions.pod:432
23670 #: ../fish/guestfish-actions.pod:656 ../fish/guestfish-actions.pod:825
23671 #: ../fish/guestfish-actions.pod:844 ../fish/guestfish-actions.pod:1221
23672 #: ../fish/guestfish-actions.pod:4197 ../fish/guestfish-actions.pod:4209
23673 #: ../fish/guestfish-actions.pod:4220 ../fish/guestfish-actions.pod:4231
23674 #: ../fish/guestfish-actions.pod:4283 ../fish/guestfish-actions.pod:4292
23675 #: ../fish/guestfish-actions.pod:4346 ../fish/guestfish-actions.pod:4369
23676 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
23677 msgstr ""
23678
23679 # type: =head2
23680 #. type: =head2
23681 #: ../fish/guestfish-actions.pod:425
23682 msgid "base64-out"
23683 msgstr ""
23684
23685 # type: verbatim
23686 #. type: verbatim
23687 #: ../fish/guestfish-actions.pod:427
23688 #, no-wrap
23689 msgid ""
23690 " base64-out filename (base64file|-)\n"
23691 "\n"
23692 msgstr ""
23693
23694 # type: =head2
23695 #. type: =head2
23696 #: ../fish/guestfish-actions.pod:434
23697 msgid "blockdev-flushbufs"
23698 msgstr ""
23699
23700 # type: verbatim
23701 #. type: verbatim
23702 #: ../fish/guestfish-actions.pod:436
23703 #, no-wrap
23704 msgid ""
23705 " blockdev-flushbufs device\n"
23706 "\n"
23707 msgstr ""
23708
23709 # type: =head2
23710 #. type: =head2
23711 #: ../fish/guestfish-actions.pod:443
23712 msgid "blockdev-getbsz"
23713 msgstr ""
23714
23715 # type: verbatim
23716 #. type: verbatim
23717 #: ../fish/guestfish-actions.pod:445
23718 #, no-wrap
23719 msgid ""
23720 " blockdev-getbsz device\n"
23721 "\n"
23722 msgstr ""
23723
23724 # type: =head2
23725 #. type: =head2
23726 #: ../fish/guestfish-actions.pod:454
23727 msgid "blockdev-getro"
23728 msgstr ""
23729
23730 # type: verbatim
23731 #. type: verbatim
23732 #: ../fish/guestfish-actions.pod:456
23733 #, no-wrap
23734 msgid ""
23735 " blockdev-getro device\n"
23736 "\n"
23737 msgstr ""
23738
23739 # type: =head2
23740 #. type: =head2
23741 #: ../fish/guestfish-actions.pod:463
23742 msgid "blockdev-getsize64"
23743 msgstr ""
23744
23745 # type: verbatim
23746 #. type: verbatim
23747 #: ../fish/guestfish-actions.pod:465
23748 #, no-wrap
23749 msgid ""
23750 " blockdev-getsize64 device\n"
23751 "\n"
23752 msgstr ""
23753
23754 # type: textblock
23755 #. type: textblock
23756 #: ../fish/guestfish-actions.pod:469
23757 msgid "See also L</blockdev-getsz>."
23758 msgstr ""
23759
23760 # type: =head2
23761 #. type: =head2
23762 #: ../fish/guestfish-actions.pod:473
23763 msgid "blockdev-getss"
23764 msgstr ""
23765
23766 # type: verbatim
23767 #. type: verbatim
23768 #: ../fish/guestfish-actions.pod:475
23769 #, no-wrap
23770 msgid ""
23771 " blockdev-getss device\n"
23772 "\n"
23773 msgstr ""
23774
23775 # type: textblock
23776 #. type: textblock
23777 #: ../fish/guestfish-actions.pod:480
23778 msgid ""
23779 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
23780 msgstr ""
23781
23782 # type: =head2
23783 #. type: =head2
23784 #: ../fish/guestfish-actions.pod:485
23785 msgid "blockdev-getsz"
23786 msgstr ""
23787
23788 # type: verbatim
23789 #. type: verbatim
23790 #: ../fish/guestfish-actions.pod:487
23791 #, no-wrap
23792 msgid ""
23793 " blockdev-getsz device\n"
23794 "\n"
23795 msgstr ""
23796
23797 # type: textblock
23798 #. type: textblock
23799 #: ../fish/guestfish-actions.pod:492
23800 msgid ""
23801 "See also L</blockdev-getss> for the real sector size of the device, and L</"
23802 "blockdev-getsize64> for the more useful I<size in bytes>."
23803 msgstr ""
23804
23805 # type: =head2
23806 #. type: =head2
23807 #: ../fish/guestfish-actions.pod:498
23808 msgid "blockdev-rereadpt"
23809 msgstr ""
23810
23811 # type: verbatim
23812 #. type: verbatim
23813 #: ../fish/guestfish-actions.pod:500
23814 #, no-wrap
23815 msgid ""
23816 " blockdev-rereadpt device\n"
23817 "\n"
23818 msgstr ""
23819
23820 # type: =head2
23821 #. type: =head2
23822 #: ../fish/guestfish-actions.pod:506
23823 msgid "blockdev-setbsz"
23824 msgstr ""
23825
23826 # type: verbatim
23827 #. type: verbatim
23828 #: ../fish/guestfish-actions.pod:508
23829 #, no-wrap
23830 msgid ""
23831 " blockdev-setbsz device blocksize\n"
23832 "\n"
23833 msgstr ""
23834
23835 # type: =head2
23836 #. type: =head2
23837 #: ../fish/guestfish-actions.pod:517
23838 msgid "blockdev-setro"
23839 msgstr ""
23840
23841 # type: verbatim
23842 #. type: verbatim
23843 #: ../fish/guestfish-actions.pod:519
23844 #, no-wrap
23845 msgid ""
23846 " blockdev-setro device\n"
23847 "\n"
23848 msgstr ""
23849
23850 # type: =head2
23851 #. type: =head2
23852 #: ../fish/guestfish-actions.pod:525
23853 msgid "blockdev-setrw"
23854 msgstr ""
23855
23856 # type: verbatim
23857 #. type: verbatim
23858 #: ../fish/guestfish-actions.pod:527
23859 #, no-wrap
23860 msgid ""
23861 " blockdev-setrw device\n"
23862 "\n"
23863 msgstr ""
23864
23865 # type: =head2
23866 #. type: =head2
23867 #: ../fish/guestfish-actions.pod:533
23868 msgid "case-sensitive-path"
23869 msgstr ""
23870
23871 # type: verbatim
23872 #. type: verbatim
23873 #: ../fish/guestfish-actions.pod:535
23874 #, no-wrap
23875 msgid ""
23876 " case-sensitive-path path\n"
23877 "\n"
23878 msgstr ""
23879
23880 # type: textblock
23881 #. type: textblock
23882 #: ../fish/guestfish-actions.pod:559
23883 msgid ""
23884 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
23885 "WINDOWS/system32\"> (the exact return value would depend on details of how "
23886 "the directories were originally created under Windows)."
23887 msgstr ""
23888
23889 # type: textblock
23890 #. type: textblock
23891 #: ../fish/guestfish-actions.pod:567
23892 msgid "See also L</realpath>."
23893 msgstr ""
23894
23895 # type: =head2
23896 #. type: =head2
23897 #: ../fish/guestfish-actions.pod:569
23898 msgid "cat"
23899 msgstr ""
23900
23901 # type: verbatim
23902 #. type: verbatim
23903 #: ../fish/guestfish-actions.pod:571
23904 #, no-wrap
23905 msgid ""
23906 " cat path\n"
23907 "\n"
23908 msgstr ""
23909
23910 # type: textblock
23911 #. type: textblock
23912 #: ../fish/guestfish-actions.pod:575
23913 msgid ""
23914 "Note that this function cannot correctly handle binary files (specifically, "
23915 "files containing C<\\0> character which is treated as end of string).  For "
23916 "those you need to use the L</read-file> or L</download> functions which have "
23917 "a more complex interface."
23918 msgstr ""
23919
23920 # type: =head2
23921 #. type: =head2
23922 #: ../fish/guestfish-actions.pod:583
23923 msgid "checksum"
23924 msgstr ""
23925
23926 # type: verbatim
23927 #. type: verbatim
23928 #: ../fish/guestfish-actions.pod:585
23929 #, no-wrap
23930 msgid ""
23931 " checksum csumtype path\n"
23932 "\n"
23933 msgstr ""
23934
23935 # type: textblock
23936 #. type: textblock
23937 #: ../fish/guestfish-actions.pod:628
23938 msgid "To get the checksum for a device, use L</checksum-device>."
23939 msgstr ""
23940
23941 # type: textblock
23942 #. type: textblock
23943 #: ../fish/guestfish-actions.pod:630
23944 msgid "To get the checksums for many files, use L</checksums-out>."
23945 msgstr ""
23946
23947 # type: =head2
23948 #. type: =head2
23949 #: ../fish/guestfish-actions.pod:632
23950 msgid "checksum-device"
23951 msgstr ""
23952
23953 # type: verbatim
23954 #. type: verbatim
23955 #: ../fish/guestfish-actions.pod:634
23956 #, no-wrap
23957 msgid ""
23958 " checksum-device csumtype device\n"
23959 "\n"
23960 msgstr ""
23961
23962 # type: textblock
23963 #. type: textblock
23964 #: ../fish/guestfish-actions.pod:636
23965 msgid ""
23966 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
23967 "device named C<device>.  For the types of checksums supported see the L</"
23968 "checksum> command."
23969 msgstr ""
23970
23971 # type: =head2
23972 #. type: =head2
23973 #: ../fish/guestfish-actions.pod:640
23974 msgid "checksums-out"
23975 msgstr ""
23976
23977 # type: verbatim
23978 #. type: verbatim
23979 #: ../fish/guestfish-actions.pod:642
23980 #, no-wrap
23981 msgid ""
23982 " checksums-out csumtype directory (sumsfile|-)\n"
23983 "\n"
23984 msgstr ""
23985
23986 # type: =head2
23987 #. type: =head2
23988 #: ../fish/guestfish-actions.pod:658
23989 msgid "chmod"
23990 msgstr ""
23991
23992 # type: verbatim
23993 #. type: verbatim
23994 #: ../fish/guestfish-actions.pod:660
23995 #, no-wrap
23996 msgid ""
23997 " chmod mode path\n"
23998 "\n"
23999 msgstr ""
24000
24001 # type: =head2
24002 #. type: =head2
24003 #: ../fish/guestfish-actions.pod:671
24004 msgid "chown"
24005 msgstr ""
24006
24007 # type: verbatim
24008 #. type: verbatim
24009 #: ../fish/guestfish-actions.pod:673
24010 #, no-wrap
24011 msgid ""
24012 " chown owner group path\n"
24013 "\n"
24014 msgstr ""
24015
24016 # type: =head2
24017 #. type: =head2
24018 #: ../fish/guestfish-actions.pod:681
24019 msgid "command"
24020 msgstr ""
24021
24022 # type: verbatim
24023 #. type: verbatim
24024 #: ../fish/guestfish-actions.pod:683
24025 #, no-wrap
24026 msgid ""
24027 " command 'arguments ...'\n"
24028 "\n"
24029 msgstr ""
24030
24031 # type: textblock
24032 #. type: textblock
24033 #: ../fish/guestfish-actions.pod:690
24034 msgid ""
24035 "The single parameter is an argv-style list of arguments.  The first element "
24036 "is the name of the program to run.  Subsequent elements are parameters.  The "
24037 "list must be non-empty (ie. must contain a program name).  Note that the "
24038 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
24039 msgstr ""
24040
24041 # type: =head2
24042 #. type: =head2
24043 #: ../fish/guestfish-actions.pod:718
24044 msgid "command-lines"
24045 msgstr ""
24046
24047 # type: verbatim
24048 #. type: verbatim
24049 #: ../fish/guestfish-actions.pod:720
24050 #, no-wrap
24051 msgid ""
24052 " command-lines 'arguments ...'\n"
24053 "\n"
24054 msgstr ""
24055
24056 # type: textblock
24057 #. type: textblock
24058 #: ../fish/guestfish-actions.pod:722
24059 msgid ""
24060 "This is the same as L</command>, but splits the result into a list of lines."
24061 msgstr ""
24062
24063 # type: textblock
24064 #. type: textblock
24065 #: ../fish/guestfish-actions.pod:725
24066 msgid "See also: L</sh-lines>"
24067 msgstr ""
24068
24069 # type: =head2
24070 #. type: =head2
24071 #: ../fish/guestfish-actions.pod:730
24072 msgid "config"
24073 msgstr ""
24074
24075 # type: verbatim
24076 #. type: verbatim
24077 #: ../fish/guestfish-actions.pod:732
24078 #, no-wrap
24079 msgid ""
24080 " config qemuparam qemuvalue\n"
24081 "\n"
24082 msgstr ""
24083
24084 # type: =head2
24085 #. type: =head2
24086 #: ../fish/guestfish-actions.pod:743
24087 msgid "copy-size"
24088 msgstr ""
24089
24090 # type: verbatim
24091 #. type: verbatim
24092 #: ../fish/guestfish-actions.pod:745
24093 #, no-wrap
24094 msgid ""
24095 " copy-size src dest size\n"
24096 "\n"
24097 msgstr ""
24098
24099 # type: =head2
24100 #. type: =head2
24101 #: ../fish/guestfish-actions.pod:753
24102 msgid "cp"
24103 msgstr ""
24104
24105 # type: verbatim
24106 #. type: verbatim
24107 #: ../fish/guestfish-actions.pod:755
24108 #, no-wrap
24109 msgid ""
24110 " cp src dest\n"
24111 "\n"
24112 msgstr ""
24113
24114 # type: =head2
24115 #. type: =head2
24116 #: ../fish/guestfish-actions.pod:760
24117 msgid "cp-a"
24118 msgstr ""
24119
24120 # type: verbatim
24121 #. type: verbatim
24122 #: ../fish/guestfish-actions.pod:762
24123 #, no-wrap
24124 msgid ""
24125 " cp-a src dest\n"
24126 "\n"
24127 msgstr ""
24128
24129 # type: =head2
24130 #. type: =head2
24131 #: ../fish/guestfish-actions.pod:767
24132 msgid "dd"
24133 msgstr ""
24134
24135 # type: verbatim
24136 #. type: verbatim
24137 #: ../fish/guestfish-actions.pod:769
24138 #, no-wrap
24139 msgid ""
24140 " dd src dest\n"
24141 "\n"
24142 msgstr ""
24143
24144 # type: textblock
24145 #. type: textblock
24146 #: ../fish/guestfish-actions.pod:776
24147 msgid ""
24148 "If the destination is a device, it must be as large or larger than the "
24149 "source file or device, otherwise the copy will fail.  This command cannot do "
24150 "partial copies (see L</copy-size>)."
24151 msgstr ""
24152
24153 # type: =head2
24154 #. type: =head2
24155 #: ../fish/guestfish-actions.pod:780
24156 msgid "df"
24157 msgstr ""
24158
24159 # type: verbatim
24160 #. type: verbatim
24161 #: ../fish/guestfish-actions.pod:782
24162 #, no-wrap
24163 msgid ""
24164 " df\n"
24165 "\n"
24166 msgstr ""
24167
24168 # type: textblock
24169 #. type: textblock
24170 #: ../fish/guestfish-actions.pod:786 ../fish/guestfish-actions.pod:797
24171 msgid ""
24172 "This command is mostly useful for interactive sessions.  It is I<not> "
24173 "intended that you try to parse the output string.  Use L</statvfs> from "
24174 "programs."
24175 msgstr ""
24176
24177 # type: =head2
24178 #. type: =head2
24179 #: ../fish/guestfish-actions.pod:790
24180 msgid "df-h"
24181 msgstr ""
24182
24183 # type: verbatim
24184 #. type: verbatim
24185 #: ../fish/guestfish-actions.pod:792
24186 #, no-wrap
24187 msgid ""
24188 " df-h\n"
24189 "\n"
24190 msgstr ""
24191
24192 # type: =head2
24193 #. type: =head2
24194 #: ../fish/guestfish-actions.pod:801
24195 msgid "dmesg"
24196 msgstr ""
24197
24198 # type: verbatim
24199 #. type: verbatim
24200 #: ../fish/guestfish-actions.pod:803
24201 #, no-wrap
24202 msgid ""
24203 " dmesg\n"
24204 "\n"
24205 msgstr ""
24206
24207 # type: textblock
24208 #. type: textblock
24209 #: ../fish/guestfish-actions.pod:809
24210 msgid ""
24211 "Another way to get the same information is to enable verbose messages with "
24212 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
24213 "before running the program."
24214 msgstr ""
24215
24216 # type: =head2
24217 #. type: =head2
24218 #: ../fish/guestfish-actions.pod:814
24219 msgid "download"
24220 msgstr ""
24221
24222 # type: verbatim
24223 #. type: verbatim
24224 #: ../fish/guestfish-actions.pod:816
24225 #, no-wrap
24226 msgid ""
24227 " download remotefilename (filename|-)\n"
24228 "\n"
24229 msgstr ""
24230
24231 # type: textblock
24232 #. type: textblock
24233 #: ../fish/guestfish-actions.pod:823
24234 msgid "See also L</upload>, L</cat>."
24235 msgstr ""
24236
24237 # type: =head2
24238 #. type: =head2
24239 #: ../fish/guestfish-actions.pod:827
24240 msgid "download-offset"
24241 msgstr ""
24242
24243 # type: verbatim
24244 #. type: verbatim
24245 #: ../fish/guestfish-actions.pod:829
24246 #, no-wrap
24247 msgid ""
24248 " download-offset remotefilename (filename|-) offset size\n"
24249 "\n"
24250 msgstr ""
24251
24252 # type: textblock
24253 #. type: textblock
24254 #: ../fish/guestfish-actions.pod:837
24255 msgid ""
24256 "Note that there is no limit on the amount of data that can be downloaded "
24257 "with this call, unlike with L</pread>, and this call always reads the full "
24258 "amount unless an error occurs."
24259 msgstr ""
24260
24261 # type: textblock
24262 #. type: textblock
24263 #: ../fish/guestfish-actions.pod:842
24264 msgid "See also L</download>, L</pread>."
24265 msgstr ""
24266
24267 # type: =head2
24268 #. type: =head2
24269 #: ../fish/guestfish-actions.pod:846
24270 msgid "drop-caches"
24271 msgstr ""
24272
24273 # type: verbatim
24274 #. type: verbatim
24275 #: ../fish/guestfish-actions.pod:848
24276 #, no-wrap
24277 msgid ""
24278 " drop-caches whattodrop\n"
24279 "\n"
24280 msgstr ""
24281
24282 # type: =head2
24283 #. type: =head2
24284 #: ../fish/guestfish-actions.pod:860
24285 msgid "du"
24286 msgstr ""
24287
24288 # type: verbatim
24289 #. type: verbatim
24290 #: ../fish/guestfish-actions.pod:862
24291 #, no-wrap
24292 msgid ""
24293 " du path\n"
24294 "\n"
24295 msgstr ""
24296
24297 # type: =head2
24298 #. type: =head2
24299 #: ../fish/guestfish-actions.pod:874
24300 msgid "e2fsck-f"
24301 msgstr ""
24302
24303 # type: verbatim
24304 #. type: verbatim
24305 #: ../fish/guestfish-actions.pod:876
24306 #, no-wrap
24307 msgid ""
24308 " e2fsck-f device\n"
24309 "\n"
24310 msgstr ""
24311
24312 # type: textblock
24313 #. type: textblock
24314 #: ../fish/guestfish-actions.pod:882
24315 msgid ""
24316 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
24317 "should use L</fsck>."
24318 msgstr ""
24319
24320 # type: =head2
24321 #. type: =head2
24322 #: ../fish/guestfish-actions.pod:885
24323 msgid "echo-daemon"
24324 msgstr ""
24325
24326 # type: verbatim
24327 #. type: verbatim
24328 #: ../fish/guestfish-actions.pod:887
24329 #, no-wrap
24330 msgid ""
24331 " echo-daemon 'words ...'\n"
24332 "\n"
24333 msgstr ""
24334
24335 # type: textblock
24336 #. type: textblock
24337 #: ../fish/guestfish-actions.pod:894
24338 msgid "See also L</ping-daemon>."
24339 msgstr ""
24340
24341 # type: =head2
24342 #. type: =head2
24343 #: ../fish/guestfish-actions.pod:896
24344 msgid "egrep"
24345 msgstr ""
24346
24347 # type: verbatim
24348 #. type: verbatim
24349 #: ../fish/guestfish-actions.pod:898
24350 #, no-wrap
24351 msgid ""
24352 " egrep regex path\n"
24353 "\n"
24354 msgstr ""
24355
24356 # type: =head2
24357 #. type: =head2
24358 #: ../fish/guestfish-actions.pod:906
24359 msgid "egrepi"
24360 msgstr ""
24361
24362 # type: verbatim
24363 #. type: verbatim
24364 #: ../fish/guestfish-actions.pod:908
24365 #, no-wrap
24366 msgid ""
24367 " egrepi regex path\n"
24368 "\n"
24369 msgstr ""
24370
24371 # type: =head2
24372 #. type: =head2
24373 #: ../fish/guestfish-actions.pod:916
24374 msgid "equal"
24375 msgstr ""
24376
24377 # type: verbatim
24378 #. type: verbatim
24379 #: ../fish/guestfish-actions.pod:918
24380 #, no-wrap
24381 msgid ""
24382 " equal file1 file2\n"
24383 "\n"
24384 msgstr ""
24385
24386 # type: =head2
24387 #. type: =head2
24388 #: ../fish/guestfish-actions.pod:925
24389 msgid "exists"
24390 msgstr ""
24391
24392 # type: verbatim
24393 #. type: verbatim
24394 #: ../fish/guestfish-actions.pod:927
24395 #, no-wrap
24396 msgid ""
24397 " exists path\n"
24398 "\n"
24399 msgstr ""
24400
24401 # type: textblock
24402 #. type: textblock
24403 #: ../fish/guestfish-actions.pod:932
24404 msgid "See also L</is-file>, L</is-dir>, L</stat>."
24405 msgstr ""
24406
24407 # type: =head2
24408 #. type: =head2
24409 #: ../fish/guestfish-actions.pod:934
24410 msgid "fallocate"
24411 msgstr ""
24412
24413 # type: verbatim
24414 #. type: verbatim
24415 #: ../fish/guestfish-actions.pod:936
24416 #, no-wrap
24417 msgid ""
24418 " fallocate path len\n"
24419 "\n"
24420 msgstr ""
24421
24422 # type: =head2
24423 #. type: =head2
24424 #: ../fish/guestfish-actions.pod:953
24425 msgid "fallocate64"
24426 msgstr ""
24427
24428 # type: verbatim
24429 #. type: verbatim
24430 #: ../fish/guestfish-actions.pod:955
24431 #, no-wrap
24432 msgid ""
24433 " fallocate64 path len\n"
24434 "\n"
24435 msgstr ""
24436
24437 # type: textblock
24438 #. type: textblock
24439 #: ../fish/guestfish-actions.pod:961
24440 msgid ""
24441 "Note that this call allocates disk blocks for the file.  To create a sparse "
24442 "file use L</truncate-size> instead."
24443 msgstr ""
24444
24445 # type: textblock
24446 #. type: textblock
24447 #: ../fish/guestfish-actions.pod:964
24448 msgid ""
24449 "The deprecated call L</fallocate> does the same, but owing to an oversight "
24450 "it only allowed 30 bit lengths to be specified, effectively limiting the "
24451 "maximum size of files created through that call to 1GB."
24452 msgstr ""
24453
24454 # type: =head2
24455 #. type: =head2
24456 #: ../fish/guestfish-actions.pod:973
24457 msgid "fgrep"
24458 msgstr ""
24459
24460 # type: verbatim
24461 #. type: verbatim
24462 #: ../fish/guestfish-actions.pod:975
24463 #, no-wrap
24464 msgid ""
24465 " fgrep pattern path\n"
24466 "\n"
24467 msgstr ""
24468
24469 # type: =head2
24470 #. type: =head2
24471 #: ../fish/guestfish-actions.pod:983
24472 msgid "fgrepi"
24473 msgstr ""
24474
24475 # type: verbatim
24476 #. type: verbatim
24477 #: ../fish/guestfish-actions.pod:985
24478 #, no-wrap
24479 msgid ""
24480 " fgrepi pattern path\n"
24481 "\n"
24482 msgstr ""
24483
24484 # type: =head2
24485 #. type: =head2
24486 #: ../fish/guestfish-actions.pod:993
24487 msgid "file"
24488 msgstr ""
24489
24490 # type: verbatim
24491 #. type: verbatim
24492 #: ../fish/guestfish-actions.pod:995
24493 #, no-wrap
24494 msgid ""
24495 " file path\n"
24496 "\n"
24497 msgstr ""
24498
24499 # type: textblock
24500 #. type: textblock
24501 #: ../fish/guestfish-actions.pod:1007
24502 msgid ""
24503 "This command can also be used on C</dev/> devices (and partitions, LV "
24504 "names).  You can for example use this to determine if a device contains a "
24505 "filesystem, although it's usually better to use L</vfs-type>."
24506 msgstr ""
24507
24508 # type: =head2
24509 #. type: =head2
24510 #: ../fish/guestfish-actions.pod:1017
24511 msgid "file-architecture"
24512 msgstr ""
24513
24514 # type: verbatim
24515 #. type: verbatim
24516 #: ../fish/guestfish-actions.pod:1019
24517 #, no-wrap
24518 msgid ""
24519 " file-architecture filename\n"
24520 "\n"
24521 msgstr ""
24522
24523 # type: =head2
24524 #. type: =head2
24525 #: ../fish/guestfish-actions.pod:1122
24526 msgid "filesize"
24527 msgstr ""
24528
24529 # type: verbatim
24530 #. type: verbatim
24531 #: ../fish/guestfish-actions.pod:1124
24532 #, no-wrap
24533 msgid ""
24534 " filesize file\n"
24535 "\n"
24536 msgstr ""
24537
24538 # type: textblock
24539 #. type: textblock
24540 #: ../fish/guestfish-actions.pod:1128
24541 msgid ""
24542 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
24543 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
24544 msgstr ""
24545
24546 # type: =head2
24547 #. type: =head2
24548 #: ../fish/guestfish-actions.pod:1132
24549 msgid "fill"
24550 msgstr ""
24551
24552 # type: verbatim
24553 #. type: verbatim
24554 #: ../fish/guestfish-actions.pod:1134
24555 #, no-wrap
24556 msgid ""
24557 " fill c len path\n"
24558 "\n"
24559 msgstr ""
24560
24561 # type: textblock
24562 #. type: textblock
24563 #: ../fish/guestfish-actions.pod:1140
24564 msgid ""
24565 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
24566 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
24567 "L</fill-pattern>."
24568 msgstr ""
24569
24570 # type: =head2
24571 #. type: =head2
24572 #: ../fish/guestfish-actions.pod:1145
24573 msgid "fill-pattern"
24574 msgstr ""
24575
24576 # type: verbatim
24577 #. type: verbatim
24578 #: ../fish/guestfish-actions.pod:1147
24579 #, no-wrap
24580 msgid ""
24581 " fill-pattern pattern len path\n"
24582 "\n"
24583 msgstr ""
24584
24585 # type: textblock
24586 #. type: textblock
24587 #: ../fish/guestfish-actions.pod:1149
24588 msgid ""
24589 "This function is like L</fill> except that it creates a new file of length "
24590 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
24591 "is truncated if necessary to ensure the length of the file is exactly C<len> "
24592 "bytes."
24593 msgstr ""
24594
24595 # type: =head2
24596 #. type: =head2
24597 #: ../fish/guestfish-actions.pod:1154
24598 msgid "find"
24599 msgstr ""
24600
24601 # type: verbatim
24602 #. type: verbatim
24603 #: ../fish/guestfish-actions.pod:1156
24604 #, no-wrap
24605 msgid ""
24606 " find directory\n"
24607 "\n"
24608 msgstr ""
24609
24610 # type: textblock
24611 #. type: textblock
24612 #: ../fish/guestfish-actions.pod:1170
24613 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
24614 msgstr ""
24615
24616 # type: textblock
24617 #. type: textblock
24618 #: ../fish/guestfish-actions.pod:1183
24619 msgid "See also L</find0>."
24620 msgstr ""
24621
24622 # type: =head2
24623 #. type: =head2
24624 #: ../fish/guestfish-actions.pod:1188
24625 msgid "find0"
24626 msgstr ""
24627
24628 # type: verbatim
24629 #. type: verbatim
24630 #: ../fish/guestfish-actions.pod:1190
24631 #, no-wrap
24632 msgid ""
24633 " find0 directory (files|-)\n"
24634 "\n"
24635 msgstr ""
24636
24637 # type: textblock
24638 #. type: textblock
24639 #: ../fish/guestfish-actions.pod:1196
24640 msgid ""
24641 "This command works the same way as L</find> with the following exceptions:"
24642 msgstr ""
24643
24644 # type: =head2
24645 #. type: =head2
24646 #: ../fish/guestfish-actions.pod:1223
24647 msgid "findfs-label"
24648 msgstr ""
24649
24650 # type: verbatim
24651 #. type: verbatim
24652 #: ../fish/guestfish-actions.pod:1225
24653 #, no-wrap
24654 msgid ""
24655 " findfs-label label\n"
24656 "\n"
24657 msgstr ""
24658
24659 # type: textblock
24660 #. type: textblock
24661 #: ../fish/guestfish-actions.pod:1231
24662 msgid "To find the label of a filesystem, use L</vfs-label>."
24663 msgstr ""
24664
24665 # type: =head2
24666 #. type: =head2
24667 #: ../fish/guestfish-actions.pod:1233
24668 msgid "findfs-uuid"
24669 msgstr ""
24670
24671 # type: verbatim
24672 #. type: verbatim
24673 #: ../fish/guestfish-actions.pod:1235
24674 #, no-wrap
24675 msgid ""
24676 " findfs-uuid uuid\n"
24677 "\n"
24678 msgstr ""
24679
24680 # type: textblock
24681 #. type: textblock
24682 #: ../fish/guestfish-actions.pod:1241
24683 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
24684 msgstr ""
24685
24686 # type: =head2
24687 #. type: =head2
24688 #: ../fish/guestfish-actions.pod:1243
24689 msgid "fsck"
24690 msgstr ""
24691
24692 # type: verbatim
24693 #. type: verbatim
24694 #: ../fish/guestfish-actions.pod:1245
24695 #, no-wrap
24696 msgid ""
24697 " fsck fstype device\n"
24698 "\n"
24699 msgstr ""
24700
24701 # type: =head2
24702 #. type: =head2
24703 #: ../fish/guestfish-actions.pod:1275
24704 msgid "get-append"
24705 msgstr ""
24706
24707 # type: verbatim
24708 #. type: verbatim
24709 #: ../fish/guestfish-actions.pod:1277
24710 #, no-wrap
24711 msgid ""
24712 " get-append\n"
24713 "\n"
24714 msgstr ""
24715
24716 # type: =head2
24717 #. type: =head2
24718 #: ../fish/guestfish-actions.pod:1284
24719 msgid "get-autosync"
24720 msgstr ""
24721
24722 # type: verbatim
24723 #. type: verbatim
24724 #: ../fish/guestfish-actions.pod:1286
24725 #, no-wrap
24726 msgid ""
24727 " get-autosync\n"
24728 "\n"
24729 msgstr ""
24730
24731 # type: =head2
24732 #. type: =head2
24733 #: ../fish/guestfish-actions.pod:1290
24734 msgid "get-direct"
24735 msgstr ""
24736
24737 # type: verbatim
24738 #. type: verbatim
24739 #: ../fish/guestfish-actions.pod:1292
24740 #, no-wrap
24741 msgid ""
24742 " get-direct\n"
24743 "\n"
24744 msgstr ""
24745
24746 # type: =head2
24747 #. type: =head2
24748 #: ../fish/guestfish-actions.pod:1296
24749 msgid "get-e2label"
24750 msgstr ""
24751
24752 # type: verbatim
24753 #. type: verbatim
24754 #: ../fish/guestfish-actions.pod:1298
24755 #, no-wrap
24756 msgid ""
24757 " get-e2label device\n"
24758 "\n"
24759 msgstr ""
24760
24761 # type: =head2
24762 #. type: =head2
24763 #: ../fish/guestfish-actions.pod:1310
24764 msgid "get-e2uuid"
24765 msgstr ""
24766
24767 # type: verbatim
24768 #. type: verbatim
24769 #: ../fish/guestfish-actions.pod:1312
24770 #, no-wrap
24771 msgid ""
24772 " get-e2uuid device\n"
24773 "\n"
24774 msgstr ""
24775
24776 # type: =head2
24777 #. type: =head2
24778 #: ../fish/guestfish-actions.pod:1324
24779 msgid "get-memsize"
24780 msgstr ""
24781
24782 # type: verbatim
24783 #. type: verbatim
24784 #: ../fish/guestfish-actions.pod:1326
24785 #, no-wrap
24786 msgid ""
24787 " get-memsize\n"
24788 "\n"
24789 msgstr ""
24790
24791 # type: textblock
24792 #. type: textblock
24793 #: ../fish/guestfish-actions.pod:1331
24794 msgid ""
24795 "If L</set-memsize> was not called on this handle, and if "
24796 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
24797 "value for memsize."
24798 msgstr ""
24799
24800 # type: =head2
24801 #. type: =head2
24802 #: ../fish/guestfish-actions.pod:1338
24803 msgid "get-network"
24804 msgstr ""
24805
24806 # type: verbatim
24807 #. type: verbatim
24808 #: ../fish/guestfish-actions.pod:1340
24809 #, no-wrap
24810 msgid ""
24811 " get-network\n"
24812 "\n"
24813 msgstr ""
24814
24815 # type: =head2
24816 #. type: =head2
24817 #: ../fish/guestfish-actions.pod:1344
24818 msgid "get-path"
24819 msgstr ""
24820
24821 # type: verbatim
24822 #. type: verbatim
24823 #: ../fish/guestfish-actions.pod:1346
24824 #, no-wrap
24825 msgid ""
24826 " get-path\n"
24827 "\n"
24828 msgstr ""
24829
24830 # type: =head2
24831 #. type: =head2
24832 #: ../fish/guestfish-actions.pod:1353
24833 msgid "get-pid"
24834 msgstr ""
24835
24836 # type: =head2
24837 #. type: =head2
24838 #: ../fish/guestfish-actions.pod:1355
24839 msgid "pid"
24840 msgstr ""
24841
24842 # type: verbatim
24843 #. type: verbatim
24844 #: ../fish/guestfish-actions.pod:1357
24845 #, no-wrap
24846 msgid ""
24847 " get-pid\n"
24848 "\n"
24849 msgstr ""
24850
24851 # type: =head2
24852 #. type: =head2
24853 #: ../fish/guestfish-actions.pod:1364
24854 msgid "get-qemu"
24855 msgstr ""
24856
24857 # type: verbatim
24858 #. type: verbatim
24859 #: ../fish/guestfish-actions.pod:1366
24860 #, no-wrap
24861 msgid ""
24862 " get-qemu\n"
24863 "\n"
24864 msgstr ""
24865
24866 # type: =head2
24867 #. type: =head2
24868 #: ../fish/guestfish-actions.pod:1373
24869 msgid "get-recovery-proc"
24870 msgstr ""
24871
24872 # type: verbatim
24873 #. type: verbatim
24874 #: ../fish/guestfish-actions.pod:1375
24875 #, no-wrap
24876 msgid ""
24877 " get-recovery-proc\n"
24878 "\n"
24879 msgstr ""
24880
24881 # type: =head2
24882 #. type: =head2
24883 #: ../fish/guestfish-actions.pod:1379
24884 msgid "get-selinux"
24885 msgstr ""
24886
24887 # type: verbatim
24888 #. type: verbatim
24889 #: ../fish/guestfish-actions.pod:1381
24890 #, no-wrap
24891 msgid ""
24892 " get-selinux\n"
24893 "\n"
24894 msgstr ""
24895
24896 # type: textblock
24897 #. type: textblock
24898 #: ../fish/guestfish-actions.pod:1383
24899 msgid ""
24900 "This returns the current setting of the selinux flag which is passed to the "
24901 "appliance at boot time.  See L</set-selinux>."
24902 msgstr ""
24903
24904 # type: =head2
24905 #. type: =head2
24906 #: ../fish/guestfish-actions.pod:1389
24907 msgid "get-state"
24908 msgstr ""
24909
24910 # type: verbatim
24911 #. type: verbatim
24912 #: ../fish/guestfish-actions.pod:1391
24913 #, no-wrap
24914 msgid ""
24915 " get-state\n"
24916 "\n"
24917 msgstr ""
24918
24919 # type: =head2
24920 #. type: =head2
24921 #: ../fish/guestfish-actions.pod:1398
24922 msgid "get-trace"
24923 msgstr ""
24924
24925 # type: verbatim
24926 #. type: verbatim
24927 #: ../fish/guestfish-actions.pod:1400
24928 #, no-wrap
24929 msgid ""
24930 " get-trace\n"
24931 "\n"
24932 msgstr ""
24933
24934 # type: =head2
24935 #. type: =head2
24936 #: ../fish/guestfish-actions.pod:1404
24937 msgid "get-umask"
24938 msgstr ""
24939
24940 # type: verbatim
24941 #. type: verbatim
24942 #: ../fish/guestfish-actions.pod:1406
24943 #, no-wrap
24944 msgid ""
24945 " get-umask\n"
24946 "\n"
24947 msgstr ""
24948
24949 # type: textblock
24950 #. type: textblock
24951 #: ../fish/guestfish-actions.pod:1408
24952 msgid ""
24953 "Return the current umask.  By default the umask is C<022> unless it has been "
24954 "set by calling L</umask>."
24955 msgstr ""
24956
24957 # type: =head2
24958 #. type: =head2
24959 #: ../fish/guestfish-actions.pod:1411
24960 msgid "get-verbose"
24961 msgstr ""
24962
24963 # type: verbatim
24964 #. type: verbatim
24965 #: ../fish/guestfish-actions.pod:1413
24966 #, no-wrap
24967 msgid ""
24968 " get-verbose\n"
24969 "\n"
24970 msgstr ""
24971
24972 # type: =head2
24973 #. type: =head2
24974 #: ../fish/guestfish-actions.pod:1417
24975 msgid "getcon"
24976 msgstr ""
24977
24978 # type: verbatim
24979 #. type: verbatim
24980 #: ../fish/guestfish-actions.pod:1419
24981 #, no-wrap
24982 msgid ""
24983 " getcon\n"
24984 "\n"
24985 msgstr ""
24986
24987 # type: textblock
24988 #. type: textblock
24989 #: ../fish/guestfish-actions.pod:1423
24990 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
24991 msgstr ""
24992
24993 # type: =head2
24994 #. type: =head2
24995 #: ../fish/guestfish-actions.pod:1426
24996 msgid "getxattr"
24997 msgstr ""
24998
24999 # type: verbatim
25000 #. type: verbatim
25001 #: ../fish/guestfish-actions.pod:1428
25002 #, no-wrap
25003 msgid ""
25004 " getxattr path name\n"
25005 "\n"
25006 msgstr ""
25007
25008 # type: textblock
25009 #. type: textblock
25010 #: ../fish/guestfish-actions.pod:1430
25011 msgid ""
25012 "Get a single extended attribute from file C<path> named C<name>.  This call "
25013 "follows symlinks.  If you want to lookup an extended attribute for the "
25014 "symlink itself, use L</lgetxattr>."
25015 msgstr ""
25016
25017 # type: textblock
25018 #. type: textblock
25019 #: ../fish/guestfish-actions.pod:1434 ../fish/guestfish-actions.pod:2261
25020 msgid ""
25021 "Normally it is better to get all extended attributes from a file in one go "
25022 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
25023 "buggy and do not provide a way to list out attributes.  For these "
25024 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
25025 "attributes you want in advance and call this function."
25026 msgstr ""
25027
25028 # type: textblock
25029 #. type: textblock
25030 #: ../fish/guestfish-actions.pod:1444
25031 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
25032 msgstr ""
25033
25034 # type: =head2
25035 #. type: =head2
25036 #: ../fish/guestfish-actions.pod:1446
25037 msgid "getxattrs"
25038 msgstr ""
25039
25040 # type: verbatim
25041 #. type: verbatim
25042 #: ../fish/guestfish-actions.pod:1448
25043 #, no-wrap
25044 msgid ""
25045 " getxattrs path\n"
25046 "\n"
25047 msgstr ""
25048
25049 # type: textblock
25050 #. type: textblock
25051 #: ../fish/guestfish-actions.pod:1456
25052 msgid "See also: L</lgetxattrs>, L<attr(5)>."
25053 msgstr ""
25054
25055 # type: =head2
25056 #. type: =head2
25057 #: ../fish/guestfish-actions.pod:1458
25058 msgid "glob-expand"
25059 msgstr ""
25060
25061 # type: verbatim
25062 #. type: verbatim
25063 #: ../fish/guestfish-actions.pod:1460
25064 #, no-wrap
25065 msgid ""
25066 " glob-expand pattern\n"
25067 "\n"
25068 msgstr ""
25069
25070 # type: =head2
25071 #. type: =head2
25072 #: ../fish/guestfish-actions.pod:1473
25073 msgid "grep"
25074 msgstr ""
25075
25076 # type: verbatim
25077 #. type: verbatim
25078 #: ../fish/guestfish-actions.pod:1475
25079 #, no-wrap
25080 msgid ""
25081 " grep regex path\n"
25082 "\n"
25083 msgstr ""
25084
25085 # type: =head2
25086 #. type: =head2
25087 #: ../fish/guestfish-actions.pod:1483
25088 msgid "grepi"
25089 msgstr ""
25090
25091 # type: verbatim
25092 #. type: verbatim
25093 #: ../fish/guestfish-actions.pod:1485
25094 #, no-wrap
25095 msgid ""
25096 " grepi regex path\n"
25097 "\n"
25098 msgstr ""
25099
25100 # type: =head2
25101 #. type: =head2
25102 #: ../fish/guestfish-actions.pod:1493
25103 msgid "grub-install"
25104 msgstr ""
25105
25106 # type: verbatim
25107 #. type: verbatim
25108 #: ../fish/guestfish-actions.pod:1495
25109 #, no-wrap
25110 msgid ""
25111 " grub-install root device\n"
25112 "\n"
25113 msgstr ""
25114
25115 # type: =head2
25116 #. type: =head2
25117 #: ../fish/guestfish-actions.pod:1511
25118 msgid "head"
25119 msgstr ""
25120
25121 # type: verbatim
25122 #. type: verbatim
25123 #: ../fish/guestfish-actions.pod:1513
25124 #, no-wrap
25125 msgid ""
25126 " head path\n"
25127 "\n"
25128 msgstr ""
25129
25130 # type: =head2
25131 #. type: =head2
25132 #: ../fish/guestfish-actions.pod:1521
25133 msgid "head-n"
25134 msgstr ""
25135
25136 # type: verbatim
25137 #. type: verbatim
25138 #: ../fish/guestfish-actions.pod:1523
25139 #, no-wrap
25140 msgid ""
25141 " head-n nrlines path\n"
25142 "\n"
25143 msgstr ""
25144
25145 # type: =head2
25146 #. type: =head2
25147 #: ../fish/guestfish-actions.pod:1536
25148 msgid "hexdump"
25149 msgstr ""
25150
25151 # type: verbatim
25152 #. type: verbatim
25153 #: ../fish/guestfish-actions.pod:1538
25154 #, no-wrap
25155 msgid ""
25156 " hexdump path\n"
25157 "\n"
25158 msgstr ""
25159
25160 # type: =head2
25161 #. type: =head2
25162 #: ../fish/guestfish-actions.pod:1546
25163 msgid "initrd-cat"
25164 msgstr ""
25165
25166 # type: verbatim
25167 #. type: verbatim
25168 #: ../fish/guestfish-actions.pod:1548
25169 #, no-wrap
25170 msgid ""
25171 " initrd-cat initrdpath filename\n"
25172 "\n"
25173 msgstr ""
25174
25175 # type: textblock
25176 #. type: textblock
25177 #: ../fish/guestfish-actions.pod:1560
25178 msgid "See also L</initrd-list>."
25179 msgstr ""
25180
25181 # type: =head2
25182 #. type: =head2
25183 #: ../fish/guestfish-actions.pod:1565
25184 msgid "initrd-list"
25185 msgstr ""
25186
25187 # type: verbatim
25188 #. type: verbatim
25189 #: ../fish/guestfish-actions.pod:1567
25190 #, no-wrap
25191 msgid ""
25192 " initrd-list path\n"
25193 "\n"
25194 msgstr ""
25195
25196 # type: =head2
25197 #. type: =head2
25198 #: ../fish/guestfish-actions.pod:1579
25199 msgid "inotify-add-watch"
25200 msgstr ""
25201
25202 # type: verbatim
25203 #. type: verbatim
25204 #: ../fish/guestfish-actions.pod:1581
25205 #, no-wrap
25206 msgid ""
25207 " inotify-add-watch path mask\n"
25208 "\n"
25209 msgstr ""
25210
25211 # type: =head2
25212 #. type: =head2
25213 #: ../fish/guestfish-actions.pod:1593
25214 msgid "inotify-close"
25215 msgstr ""
25216
25217 # type: verbatim
25218 #. type: verbatim
25219 #: ../fish/guestfish-actions.pod:1595
25220 #, no-wrap
25221 msgid ""
25222 " inotify-close\n"
25223 "\n"
25224 msgstr ""
25225
25226 # type: =head2
25227 #. type: =head2
25228 #: ../fish/guestfish-actions.pod:1601
25229 msgid "inotify-files"
25230 msgstr ""
25231
25232 # type: verbatim
25233 #. type: verbatim
25234 #: ../fish/guestfish-actions.pod:1603
25235 #, no-wrap
25236 msgid ""
25237 " inotify-files\n"
25238 "\n"
25239 msgstr ""
25240
25241 # type: textblock
25242 #. type: textblock
25243 #: ../fish/guestfish-actions.pod:1605
25244 msgid ""
25245 "This function is a helpful wrapper around L</inotify-read> which just "
25246 "returns a list of pathnames of objects that were touched.  The returned "
25247 "pathnames are sorted and deduplicated."
25248 msgstr ""
25249
25250 # type: =head2
25251 #. type: =head2
25252 #: ../fish/guestfish-actions.pod:1609
25253 msgid "inotify-init"
25254 msgstr ""
25255
25256 # type: verbatim
25257 #. type: verbatim
25258 #: ../fish/guestfish-actions.pod:1611
25259 #, no-wrap
25260 msgid ""
25261 " inotify-init maxevents\n"
25262 "\n"
25263 msgstr ""
25264
25265 # type: textblock
25266 #. type: textblock
25267 #: ../fish/guestfish-actions.pod:1617
25268 msgid ""
25269 "C<maxevents> is the maximum number of events which will be queued up between "
25270 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
25271 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
25272 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
25273 "but records the fact that it threw them away by setting a flag "
25274 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
25275 msgstr ""
25276
25277 # type: textblock
25278 #. type: textblock
25279 #: ../fish/guestfish-actions.pod:1627
25280 msgid ""
25281 "Before any events are generated, you have to add some watches to the "
25282 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
25283 "L</inotify-watch-all>."
25284 msgstr ""
25285
25286 # type: textblock
25287 #. type: textblock
25288 #: ../fish/guestfish-actions.pod:1633
25289 msgid ""
25290 "Queued up events should be read periodically by calling L</inotify-read> (or "
25291 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
25292 "If you don't read the events out often enough then you risk the internal "
25293 "queue overflowing."
25294 msgstr ""
25295
25296 # type: textblock
25297 #. type: textblock
25298 #: ../fish/guestfish-actions.pod:1640
25299 msgid ""
25300 "The handle should be closed after use by calling L</inotify-close>.  This "
25301 "also removes any watches automatically."
25302 msgstr ""
25303
25304 # type: =head2
25305 #. type: =head2
25306 #: ../fish/guestfish-actions.pod:1649
25307 msgid "inotify-read"
25308 msgstr ""
25309
25310 # type: verbatim
25311 #. type: verbatim
25312 #: ../fish/guestfish-actions.pod:1651
25313 #, no-wrap
25314 msgid ""
25315 " inotify-read\n"
25316 "\n"
25317 msgstr ""
25318
25319 # type: =head2
25320 #. type: =head2
25321 #: ../fish/guestfish-actions.pod:1664
25322 msgid "inotify-rm-watch"
25323 msgstr ""
25324
25325 # type: verbatim
25326 #. type: verbatim
25327 #: ../fish/guestfish-actions.pod:1666
25328 #, no-wrap
25329 msgid ""
25330 " inotify-rm-watch wd\n"
25331 "\n"
25332 msgstr ""
25333
25334 # type: textblock
25335 #. type: textblock
25336 #: ../fish/guestfish-actions.pod:1668
25337 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
25338 msgstr ""
25339
25340 # type: =head2
25341 #. type: =head2
25342 #: ../fish/guestfish-actions.pod:1671
25343 msgid "inspect-get-arch"
25344 msgstr ""
25345
25346 # type: verbatim
25347 #. type: verbatim
25348 #: ../fish/guestfish-actions.pod:1673
25349 #, no-wrap
25350 msgid ""
25351 " inspect-get-arch root\n"
25352 "\n"
25353 msgstr ""
25354
25355 # type: textblock
25356 #. type: textblock
25357 #: ../fish/guestfish-actions.pod:1675 ../fish/guestfish-actions.pod:1691
25358 #: ../fish/guestfish-actions.pod:1765 ../fish/guestfish-actions.pod:1783
25359 #: ../fish/guestfish-actions.pod:1798 ../fish/guestfish-actions.pod:1819
25360 #: ../fish/guestfish-actions.pod:1834 ../fish/guestfish-actions.pod:1857
25361 #: ../fish/guestfish-actions.pod:1879 ../fish/guestfish-actions.pod:1903
25362 #: ../fish/guestfish-actions.pod:1933 ../fish/guestfish-actions.pod:1968
25363 #: ../fish/guestfish-actions.pod:1984
25364 msgid ""
25365 "This function should only be called with a root device string as returned by "
25366 "L</inspect-os>."
25367 msgstr ""
25368
25369 # type: textblock
25370 #. type: textblock
25371 #: ../fish/guestfish-actions.pod:1678
25372 msgid ""
25373 "This returns the architecture of the inspected operating system.  The "
25374 "possible return values are listed under L</file-architecture>."
25375 msgstr ""
25376
25377 # type: =head2
25378 #. type: =head2
25379 #: ../fish/guestfish-actions.pod:1687
25380 msgid "inspect-get-distro"
25381 msgstr ""
25382
25383 # type: verbatim
25384 #. type: verbatim
25385 #: ../fish/guestfish-actions.pod:1689
25386 #, no-wrap
25387 msgid ""
25388 " inspect-get-distro root\n"
25389 "\n"
25390 msgstr ""
25391
25392 # type: =head2
25393 #. type: =head2
25394 #: ../fish/guestfish-actions.pod:1761
25395 msgid "inspect-get-filesystems"
25396 msgstr ""
25397
25398 # type: verbatim
25399 #. type: verbatim
25400 #: ../fish/guestfish-actions.pod:1763
25401 #, no-wrap
25402 msgid ""
25403 " inspect-get-filesystems root\n"
25404 "\n"
25405 msgstr ""
25406
25407 # type: textblock
25408 #. type: textblock
25409 #: ../fish/guestfish-actions.pod:1776
25410 msgid ""
25411 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25412 "get-mountpoints>."
25413 msgstr ""
25414
25415 # type: =head2
25416 #. type: =head2
25417 #: ../fish/guestfish-actions.pod:1779
25418 msgid "inspect-get-hostname"
25419 msgstr ""
25420
25421 # type: verbatim
25422 #. type: verbatim
25423 #: ../fish/guestfish-actions.pod:1781
25424 #, no-wrap
25425 msgid ""
25426 " inspect-get-hostname root\n"
25427 "\n"
25428 msgstr ""
25429
25430 # type: =head2
25431 #. type: =head2
25432 #: ../fish/guestfish-actions.pod:1794
25433 msgid "inspect-get-major-version"
25434 msgstr ""
25435
25436 # type: verbatim
25437 #. type: verbatim
25438 #: ../fish/guestfish-actions.pod:1796
25439 #, no-wrap
25440 msgid ""
25441 " inspect-get-major-version root\n"
25442 "\n"
25443 msgstr ""
25444
25445 # type: =head2
25446 #. type: =head2
25447 #: ../fish/guestfish-actions.pod:1815
25448 msgid "inspect-get-minor-version"
25449 msgstr ""
25450
25451 # type: verbatim
25452 #. type: verbatim
25453 #: ../fish/guestfish-actions.pod:1817
25454 #, no-wrap
25455 msgid ""
25456 " inspect-get-minor-version root\n"
25457 "\n"
25458 msgstr ""
25459
25460 # type: textblock
25461 #. type: textblock
25462 #: ../fish/guestfish-actions.pod:1827
25463 msgid ""
25464 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25465 "get-major-version>."
25466 msgstr ""
25467
25468 # type: =head2
25469 #. type: =head2
25470 #: ../fish/guestfish-actions.pod:1830
25471 msgid "inspect-get-mountpoints"
25472 msgstr ""
25473
25474 # type: verbatim
25475 #. type: verbatim
25476 #: ../fish/guestfish-actions.pod:1832
25477 #, no-wrap
25478 msgid ""
25479 " inspect-get-mountpoints root\n"
25480 "\n"
25481 msgstr ""
25482
25483 # type: textblock
25484 #. type: textblock
25485 #: ../fish/guestfish-actions.pod:1850
25486 msgid ""
25487 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25488 "get-filesystems>."
25489 msgstr ""
25490
25491 # type: =head2
25492 #. type: =head2
25493 #: ../fish/guestfish-actions.pod:1853
25494 msgid "inspect-get-package-format"
25495 msgstr ""
25496
25497 # type: verbatim
25498 #. type: verbatim
25499 #: ../fish/guestfish-actions.pod:1855
25500 #, no-wrap
25501 msgid ""
25502 " inspect-get-package-format root\n"
25503 "\n"
25504 msgstr ""
25505
25506 # type: textblock
25507 #. type: textblock
25508 #: ../fish/guestfish-actions.pod:1860
25509 msgid ""
25510 "This function and L</inspect-get-package-management> return the package "
25511 "format and package management tool used by the inspected operating system.  "
25512 "For example for Fedora these functions would return C<rpm> (package format) "
25513 "and C<yum> (package management)."
25514 msgstr ""
25515
25516 # type: =head2
25517 #. type: =head2
25518 #: ../fish/guestfish-actions.pod:1875
25519 msgid "inspect-get-package-management"
25520 msgstr ""
25521
25522 # type: verbatim
25523 #. type: verbatim
25524 #: ../fish/guestfish-actions.pod:1877
25525 #, no-wrap
25526 msgid ""
25527 " inspect-get-package-management root\n"
25528 "\n"
25529 msgstr ""
25530
25531 # type: textblock
25532 #. type: textblock
25533 #: ../fish/guestfish-actions.pod:1882
25534 msgid ""
25535 "L</inspect-get-package-format> and this function return the package format "
25536 "and package management tool used by the inspected operating system.  For "
25537 "example for Fedora these functions would return C<rpm> (package format) and "
25538 "C<yum> (package management)."
25539 msgstr ""
25540
25541 # type: =head2
25542 #. type: =head2
25543 #: ../fish/guestfish-actions.pod:1899
25544 msgid "inspect-get-product-name"
25545 msgstr ""
25546
25547 # type: verbatim
25548 #. type: verbatim
25549 #: ../fish/guestfish-actions.pod:1901
25550 #, no-wrap
25551 msgid ""
25552 " inspect-get-product-name root\n"
25553 "\n"
25554 msgstr ""
25555
25556 # type: =head2
25557 #. type: =head2
25558 #: ../fish/guestfish-actions.pod:1916
25559 msgid "inspect-get-roots"
25560 msgstr ""
25561
25562 # type: verbatim
25563 #. type: verbatim
25564 #: ../fish/guestfish-actions.pod:1918
25565 #, no-wrap
25566 msgid ""
25567 " inspect-get-roots\n"
25568 "\n"
25569 msgstr ""
25570
25571 # type: textblock
25572 #. type: textblock
25573 #: ../fish/guestfish-actions.pod:1920
25574 msgid ""
25575 "This function is a convenient way to get the list of root devices, as "
25576 "returned from a previous call to L</inspect-os>, but without redoing the "
25577 "whole inspection process."
25578 msgstr ""
25579
25580 # type: textblock
25581 #. type: textblock
25582 #: ../fish/guestfish-actions.pod:1924
25583 msgid ""
25584 "This returns an empty list if either no root devices were found or the "
25585 "caller has not called L</inspect-os>."
25586 msgstr ""
25587
25588 # type: =head2
25589 #. type: =head2
25590 #: ../fish/guestfish-actions.pod:1929
25591 msgid "inspect-get-type"
25592 msgstr ""
25593
25594 # type: verbatim
25595 #. type: verbatim
25596 #: ../fish/guestfish-actions.pod:1931
25597 #, no-wrap
25598 msgid ""
25599 " inspect-get-type root\n"
25600 "\n"
25601 msgstr ""
25602
25603 # type: =head2
25604 #. type: =head2
25605 #: ../fish/guestfish-actions.pod:1964
25606 msgid "inspect-get-windows-systemroot"
25607 msgstr ""
25608
25609 # type: verbatim
25610 #. type: verbatim
25611 #: ../fish/guestfish-actions.pod:1966
25612 #, no-wrap
25613 msgid ""
25614 " inspect-get-windows-systemroot root\n"
25615 "\n"
25616 msgstr ""
25617
25618 # type: =head2
25619 #. type: =head2
25620 #: ../fish/guestfish-actions.pod:1980
25621 msgid "inspect-list-applications"
25622 msgstr ""
25623
25624 # type: verbatim
25625 #. type: verbatim
25626 #: ../fish/guestfish-actions.pod:1982
25627 #, no-wrap
25628 msgid ""
25629 " inspect-list-applications root\n"
25630 "\n"
25631 msgstr ""
25632
25633 # type: textblock
25634 #. type: textblock
25635 #: ../fish/guestfish-actions.pod:1989
25636 msgid ""
25637 "I<Note:> This call works differently from other parts of the inspection "
25638 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
25639 "then mount up the disks, before calling this.  Listing applications is a "
25640 "significantly more difficult operation which requires access to the full "
25641 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
25642 "are just returning data cached in the libguestfs handle, this call actually "
25643 "reads parts of the mounted filesystems during the call."
25644 msgstr ""
25645
25646 # type: =head2
25647 #. type: =head2
25648 #: ../fish/guestfish-actions.pod:2079
25649 msgid "inspect-os"
25650 msgstr ""
25651
25652 # type: verbatim
25653 #. type: verbatim
25654 #: ../fish/guestfish-actions.pod:2081
25655 #, no-wrap
25656 msgid ""
25657 " inspect-os\n"
25658 "\n"
25659 msgstr ""
25660
25661 # type: textblock
25662 #. type: textblock
25663 #: ../fish/guestfish-actions.pod:2096
25664 msgid ""
25665 "You can pass the root string(s) returned to other L</inspect-get-*> "
25666 "functions in order to query further information about each operating system, "
25667 "such as the name and version."
25668 msgstr ""
25669
25670 # type: textblock
25671 #. type: textblock
25672 #: ../fish/guestfish-actions.pod:2101
25673 msgid ""
25674 "This function uses other libguestfs features such as L</mount-ro> and L</"
25675 "umount-all> in order to mount and unmount filesystems and look at the "
25676 "contents.  This should be called with no disks currently mounted.  The "
25677 "function may also use Augeas, so any existing Augeas handle will be closed."
25678 msgstr ""
25679
25680 # type: textblock
25681 #. type: textblock
25682 #: ../fish/guestfish-actions.pod:2113 ../fish/guestfish-actions.pod:2289
25683 #: ../fish/guestfish-actions.pod:2335
25684 msgid "See also L</list-filesystems>."
25685 msgstr ""
25686
25687 # type: =head2
25688 #. type: =head2
25689 #: ../fish/guestfish-actions.pod:2115
25690 msgid "is-blockdev"
25691 msgstr ""
25692
25693 # type: verbatim
25694 #. type: verbatim
25695 #: ../fish/guestfish-actions.pod:2117
25696 #, no-wrap
25697 msgid ""
25698 " is-blockdev path\n"
25699 "\n"
25700 msgstr ""
25701
25702 # type: textblock
25703 #. type: textblock
25704 #: ../fish/guestfish-actions.pod:2122 ../fish/guestfish-actions.pod:2140
25705 #: ../fish/guestfish-actions.pod:2159 ../fish/guestfish-actions.pod:2168
25706 #: ../fish/guestfish-actions.pod:2178 ../fish/guestfish-actions.pod:2212
25707 #: ../fish/guestfish-actions.pod:2221
25708 msgid "See also L</stat>."
25709 msgstr ""
25710
25711 # type: =head2
25712 #. type: =head2
25713 #: ../fish/guestfish-actions.pod:2124
25714 msgid "is-busy"
25715 msgstr ""
25716
25717 # type: verbatim
25718 #. type: verbatim
25719 #: ../fish/guestfish-actions.pod:2126
25720 #, no-wrap
25721 msgid ""
25722 " is-busy\n"
25723 "\n"
25724 msgstr ""
25725
25726 # type: =head2
25727 #. type: =head2
25728 #: ../fish/guestfish-actions.pod:2133
25729 msgid "is-chardev"
25730 msgstr ""
25731
25732 # type: verbatim
25733 #. type: verbatim
25734 #: ../fish/guestfish-actions.pod:2135
25735 #, no-wrap
25736 msgid ""
25737 " is-chardev path\n"
25738 "\n"
25739 msgstr ""
25740
25741 # type: =head2
25742 #. type: =head2
25743 #: ../fish/guestfish-actions.pod:2142
25744 msgid "is-config"
25745 msgstr ""
25746
25747 # type: verbatim
25748 #. type: verbatim
25749 #: ../fish/guestfish-actions.pod:2144
25750 #, no-wrap
25751 msgid ""
25752 " is-config\n"
25753 "\n"
25754 msgstr ""
25755
25756 # type: =head2
25757 #. type: =head2
25758 #: ../fish/guestfish-actions.pod:2151
25759 msgid "is-dir"
25760 msgstr ""
25761
25762 # type: verbatim
25763 #. type: verbatim
25764 #: ../fish/guestfish-actions.pod:2153
25765 #, no-wrap
25766 msgid ""
25767 " is-dir path\n"
25768 "\n"
25769 msgstr ""
25770
25771 # type: =head2
25772 #. type: =head2
25773 #: ../fish/guestfish-actions.pod:2161
25774 msgid "is-fifo"
25775 msgstr ""
25776
25777 # type: verbatim
25778 #. type: verbatim
25779 #: ../fish/guestfish-actions.pod:2163
25780 #, no-wrap
25781 msgid ""
25782 " is-fifo path\n"
25783 "\n"
25784 msgstr ""
25785
25786 # type: =head2
25787 #. type: =head2
25788 #: ../fish/guestfish-actions.pod:2170
25789 msgid "is-file"
25790 msgstr ""
25791
25792 # type: verbatim
25793 #. type: verbatim
25794 #: ../fish/guestfish-actions.pod:2172
25795 #, no-wrap
25796 msgid ""
25797 " is-file path\n"
25798 "\n"
25799 msgstr ""
25800
25801 # type: =head2
25802 #. type: =head2
25803 #: ../fish/guestfish-actions.pod:2180
25804 msgid "is-launching"
25805 msgstr ""
25806
25807 # type: verbatim
25808 #. type: verbatim
25809 #: ../fish/guestfish-actions.pod:2182
25810 #, no-wrap
25811 msgid ""
25812 " is-launching\n"
25813 "\n"
25814 msgstr ""
25815
25816 # type: =head2
25817 #. type: =head2
25818 #: ../fish/guestfish-actions.pod:2189
25819 msgid "is-lv"
25820 msgstr ""
25821
25822 # type: verbatim
25823 #. type: verbatim
25824 #: ../fish/guestfish-actions.pod:2191
25825 #, no-wrap
25826 msgid ""
25827 " is-lv device\n"
25828 "\n"
25829 msgstr ""
25830
25831 # type: =head2
25832 #. type: =head2
25833 #: ../fish/guestfish-actions.pod:2196
25834 msgid "is-ready"
25835 msgstr ""
25836
25837 # type: verbatim
25838 #. type: verbatim
25839 #: ../fish/guestfish-actions.pod:2198
25840 #, no-wrap
25841 msgid ""
25842 " is-ready\n"
25843 "\n"
25844 msgstr ""
25845
25846 # type: =head2
25847 #. type: =head2
25848 #: ../fish/guestfish-actions.pod:2205
25849 msgid "is-socket"
25850 msgstr ""
25851
25852 # type: verbatim
25853 #. type: verbatim
25854 #: ../fish/guestfish-actions.pod:2207
25855 #, no-wrap
25856 msgid ""
25857 " is-socket path\n"
25858 "\n"
25859 msgstr ""
25860
25861 # type: =head2
25862 #. type: =head2
25863 #: ../fish/guestfish-actions.pod:2214
25864 msgid "is-symlink"
25865 msgstr ""
25866
25867 # type: verbatim
25868 #. type: verbatim
25869 #: ../fish/guestfish-actions.pod:2216
25870 #, no-wrap
25871 msgid ""
25872 " is-symlink path\n"
25873 "\n"
25874 msgstr ""
25875
25876 # type: =head2
25877 #. type: =head2
25878 #: ../fish/guestfish-actions.pod:2223
25879 msgid "kill-subprocess"
25880 msgstr ""
25881
25882 # type: verbatim
25883 #. type: verbatim
25884 #: ../fish/guestfish-actions.pod:2225
25885 #, no-wrap
25886 msgid ""
25887 " kill-subprocess\n"
25888 "\n"
25889 msgstr ""
25890
25891 # type: =head2
25892 #. type: =head2
25893 #: ../fish/guestfish-actions.pod:2229
25894 msgid "launch"
25895 msgstr ""
25896
25897 # type: =head2
25898 #. type: =head2
25899 #: ../fish/guestfish-actions.pod:2231
25900 msgid "run"
25901 msgstr ""
25902
25903 # type: verbatim
25904 #. type: verbatim
25905 #: ../fish/guestfish-actions.pod:2233
25906 #, no-wrap
25907 msgid ""
25908 " launch\n"
25909 "\n"
25910 msgstr ""
25911
25912 # type: =head2
25913 #. type: =head2
25914 #: ../fish/guestfish-actions.pod:2241
25915 msgid "lchown"
25916 msgstr ""
25917
25918 # type: verbatim
25919 #. type: verbatim
25920 #: ../fish/guestfish-actions.pod:2243
25921 #, no-wrap
25922 msgid ""
25923 " lchown owner group path\n"
25924 "\n"
25925 msgstr ""
25926
25927 # type: textblock
25928 #. type: textblock
25929 #: ../fish/guestfish-actions.pod:2245
25930 msgid ""
25931 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
25932 "chown> but if C<path> is a symlink then the link itself is changed, not the "
25933 "target."
25934 msgstr ""
25935
25936 # type: =head2
25937 #. type: =head2
25938 #: ../fish/guestfish-actions.pod:2253
25939 msgid "lgetxattr"
25940 msgstr ""
25941
25942 # type: verbatim
25943 #. type: verbatim
25944 #: ../fish/guestfish-actions.pod:2255
25945 #, no-wrap
25946 msgid ""
25947 " lgetxattr path name\n"
25948 "\n"
25949 msgstr ""
25950
25951 # type: textblock
25952 #. type: textblock
25953 #: ../fish/guestfish-actions.pod:2271
25954 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
25955 msgstr ""
25956
25957 # type: =head2
25958 #. type: =head2
25959 #: ../fish/guestfish-actions.pod:2273
25960 msgid "lgetxattrs"
25961 msgstr ""
25962
25963 # type: verbatim
25964 #. type: verbatim
25965 #: ../fish/guestfish-actions.pod:2275
25966 #, no-wrap
25967 msgid ""
25968 " lgetxattrs path\n"
25969 "\n"
25970 msgstr ""
25971
25972 # type: textblock
25973 #. type: textblock
25974 #: ../fish/guestfish-actions.pod:2277
25975 msgid ""
25976 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
25977 "it returns the extended attributes of the link itself."
25978 msgstr ""
25979
25980 # type: =head2
25981 #. type: =head2
25982 #: ../fish/guestfish-actions.pod:2281
25983 msgid "list-devices"
25984 msgstr ""
25985
25986 # type: verbatim
25987 #. type: verbatim
25988 #: ../fish/guestfish-actions.pod:2283
25989 #, no-wrap
25990 msgid ""
25991 " list-devices\n"
25992 "\n"
25993 msgstr ""
25994
25995 # type: =head2
25996 #. type: =head2
25997 #: ../fish/guestfish-actions.pod:2291
25998 msgid "list-filesystems"
25999 msgstr ""
26000
26001 # type: verbatim
26002 #. type: verbatim
26003 #: ../fish/guestfish-actions.pod:2293
26004 #, no-wrap
26005 msgid ""
26006 " list-filesystems\n"
26007 "\n"
26008 msgstr ""
26009
26010 # type: textblock
26011 #. type: textblock
26012 #: ../fish/guestfish-actions.pod:2312
26013 msgid ""
26014 "This command runs other libguestfs commands, which might include L</mount> "
26015 "and L</umount>, and therefore you should use this soon after launch and only "
26016 "when nothing is mounted."
26017 msgstr ""
26018
26019 # type: textblock
26020 #. type: textblock
26021 #: ../fish/guestfish-actions.pod:2316
26022 msgid ""
26023 "Not all of the filesystems returned will be mountable.  In particular, swap "
26024 "partitions are returned in the list.  Also this command does not check that "
26025 "each filesystem found is valid and mountable, and some filesystems might be "
26026 "mountable but require special options.  Filesystems may not all belong to a "
26027 "single logical operating system (use L</inspect-os> to look for OSes)."
26028 msgstr ""
26029
26030 # type: =head2
26031 #. type: =head2
26032 #: ../fish/guestfish-actions.pod:2324
26033 msgid "list-partitions"
26034 msgstr ""
26035
26036 # type: verbatim
26037 #. type: verbatim
26038 #: ../fish/guestfish-actions.pod:2326
26039 #, no-wrap
26040 msgid ""
26041 " list-partitions\n"
26042 "\n"
26043 msgstr ""
26044
26045 # type: textblock
26046 #. type: textblock
26047 #: ../fish/guestfish-actions.pod:2332
26048 msgid ""
26049 "This does not return logical volumes.  For that you will need to call L</"
26050 "lvs>."
26051 msgstr ""
26052
26053 # type: =head2
26054 #. type: =head2
26055 #: ../fish/guestfish-actions.pod:2337
26056 msgid "ll"
26057 msgstr ""
26058
26059 # type: verbatim
26060 #. type: verbatim
26061 #: ../fish/guestfish-actions.pod:2339
26062 #, no-wrap
26063 msgid ""
26064 " ll directory\n"
26065 "\n"
26066 msgstr ""
26067
26068 # type: =head2
26069 #. type: =head2
26070 #: ../fish/guestfish-actions.pod:2347
26071 msgid "ln"
26072 msgstr ""
26073
26074 # type: verbatim
26075 #. type: verbatim
26076 #: ../fish/guestfish-actions.pod:2349
26077 #, no-wrap
26078 msgid ""
26079 " ln target linkname\n"
26080 "\n"
26081 msgstr ""
26082
26083 # type: =head2
26084 #. type: =head2
26085 #: ../fish/guestfish-actions.pod:2353
26086 msgid "ln-f"
26087 msgstr ""
26088
26089 # type: verbatim
26090 #. type: verbatim
26091 #: ../fish/guestfish-actions.pod:2355
26092 #, no-wrap
26093 msgid ""
26094 " ln-f target linkname\n"
26095 "\n"
26096 msgstr ""
26097
26098 # type: =head2
26099 #. type: =head2
26100 #: ../fish/guestfish-actions.pod:2360
26101 msgid "ln-s"
26102 msgstr ""
26103
26104 # type: verbatim
26105 #. type: verbatim
26106 #: ../fish/guestfish-actions.pod:2362
26107 #, no-wrap
26108 msgid ""
26109 " ln-s target linkname\n"
26110 "\n"
26111 msgstr ""
26112
26113 # type: =head2
26114 #. type: =head2
26115 #: ../fish/guestfish-actions.pod:2366
26116 msgid "ln-sf"
26117 msgstr ""
26118
26119 # type: verbatim
26120 #. type: verbatim
26121 #: ../fish/guestfish-actions.pod:2368
26122 #, no-wrap
26123 msgid ""
26124 " ln-sf target linkname\n"
26125 "\n"
26126 msgstr ""
26127
26128 # type: =head2
26129 #. type: =head2
26130 #: ../fish/guestfish-actions.pod:2373
26131 msgid "lremovexattr"
26132 msgstr ""
26133
26134 # type: verbatim
26135 #. type: verbatim
26136 #: ../fish/guestfish-actions.pod:2375
26137 #, no-wrap
26138 msgid ""
26139 " lremovexattr xattr path\n"
26140 "\n"
26141 msgstr ""
26142
26143 # type: textblock
26144 #. type: textblock
26145 #: ../fish/guestfish-actions.pod:2377
26146 msgid ""
26147 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
26148 "it removes an extended attribute of the link itself."
26149 msgstr ""
26150
26151 # type: =head2
26152 #. type: =head2
26153 #: ../fish/guestfish-actions.pod:2381
26154 msgid "ls"
26155 msgstr ""
26156
26157 # type: verbatim
26158 #. type: verbatim
26159 #: ../fish/guestfish-actions.pod:2383
26160 #, no-wrap
26161 msgid ""
26162 " ls directory\n"
26163 "\n"
26164 msgstr ""
26165
26166 # type: textblock
26167 #. type: textblock
26168 #: ../fish/guestfish-actions.pod:2389
26169 msgid ""
26170 "This command is mostly useful for interactive sessions.  Programs should "
26171 "probably use L</readdir> instead."
26172 msgstr ""
26173
26174 # type: =head2
26175 #. type: =head2
26176 #: ../fish/guestfish-actions.pod:2392
26177 msgid "lsetxattr"
26178 msgstr ""
26179
26180 # type: verbatim
26181 #. type: verbatim
26182 #: ../fish/guestfish-actions.pod:2394
26183 #, no-wrap
26184 msgid ""
26185 " lsetxattr xattr val vallen path\n"
26186 "\n"
26187 msgstr ""
26188
26189 # type: textblock
26190 #. type: textblock
26191 #: ../fish/guestfish-actions.pod:2396
26192 msgid ""
26193 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
26194 "sets an extended attribute of the link itself."
26195 msgstr ""
26196
26197 # type: =head2
26198 #. type: =head2
26199 #: ../fish/guestfish-actions.pod:2400
26200 msgid "lstat"
26201 msgstr ""
26202
26203 # type: verbatim
26204 #. type: verbatim
26205 #: ../fish/guestfish-actions.pod:2402
26206 #, no-wrap
26207 msgid ""
26208 " lstat path\n"
26209 "\n"
26210 msgstr ""
26211
26212 # type: textblock
26213 #. type: textblock
26214 #: ../fish/guestfish-actions.pod:2406
26215 msgid ""
26216 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
26217 "the link is stat-ed, not the file it refers to."
26218 msgstr ""
26219
26220 # type: =head2
26221 #. type: =head2
26222 #: ../fish/guestfish-actions.pod:2412
26223 msgid "lstatlist"
26224 msgstr ""
26225
26226 # type: verbatim
26227 #. type: verbatim
26228 #: ../fish/guestfish-actions.pod:2414
26229 #, no-wrap
26230 msgid ""
26231 " lstatlist path 'names ...'\n"
26232 "\n"
26233 msgstr ""
26234
26235 # type: textblock
26236 #. type: textblock
26237 #: ../fish/guestfish-actions.pod:2416
26238 msgid ""
26239 "This call allows you to perform the L</lstat> operation on multiple files, "
26240 "where all files are in the directory C<path>.  C<names> is the list of files "
26241 "from this directory."
26242 msgstr ""
26243
26244 # type: textblock
26245 #. type: textblock
26246 #: ../fish/guestfish-actions.pod:2425
26247 msgid ""
26248 "This call is intended for programs that want to efficiently list a directory "
26249 "contents without making many round-trips.  See also L</lxattrlist> for a "
26250 "similarly efficient call for getting extended attributes.  Very long "
26251 "directory listings might cause the protocol message size to be exceeded, "
26252 "causing this call to fail.  The caller must split up such requests into "
26253 "smaller groups of names."
26254 msgstr ""
26255
26256 # type: =head2
26257 #. type: =head2
26258 #: ../fish/guestfish-actions.pod:2433
26259 msgid "luks-add-key"
26260 msgstr ""
26261
26262 # type: verbatim
26263 #. type: verbatim
26264 #: ../fish/guestfish-actions.pod:2435
26265 #, no-wrap
26266 msgid ""
26267 " luks-add-key device keyslot\n"
26268 "\n"
26269 msgstr ""
26270
26271 # type: textblock
26272 #. type: textblock
26273 #: ../fish/guestfish-actions.pod:2442
26274 msgid ""
26275 "Note that if C<keyslot> already contains a key, then this command will "
26276 "fail.  You have to use L</luks-kill-slot> first to remove that key."
26277 msgstr ""
26278
26279 # type: textblock
26280 #. type: textblock
26281 #: ../fish/guestfish-actions.pod:2446 ../fish/guestfish-actions.pod:2468
26282 #: ../fish/guestfish-actions.pod:2481 ../fish/guestfish-actions.pod:2495
26283 #: ../fish/guestfish-actions.pod:2518 ../fish/guestfish-actions.pod:2528
26284 msgid ""
26285 "This command has one or more key or passphrase parameters.  Guestfish will "
26286 "prompt for these separately."
26287 msgstr ""
26288
26289 # type: =head2
26290 #. type: =head2
26291 #: ../fish/guestfish-actions.pod:2449
26292 msgid "luks-close"
26293 msgstr ""
26294
26295 # type: verbatim
26296 #. type: verbatim
26297 #: ../fish/guestfish-actions.pod:2451
26298 #, no-wrap
26299 msgid ""
26300 " luks-close device\n"
26301 "\n"
26302 msgstr ""
26303
26304 # type: textblock
26305 #. type: textblock
26306 #: ../fish/guestfish-actions.pod:2453
26307 msgid ""
26308 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
26309 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
26310 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
26311 "block device."
26312 msgstr ""
26313
26314 # type: =head2
26315 #. type: =head2
26316 #: ../fish/guestfish-actions.pod:2459
26317 msgid "luks-format"
26318 msgstr ""
26319
26320 # type: verbatim
26321 #. type: verbatim
26322 #: ../fish/guestfish-actions.pod:2461
26323 #, no-wrap
26324 msgid ""
26325 " luks-format device keyslot\n"
26326 "\n"
26327 msgstr ""
26328
26329 # type: =head2
26330 #. type: =head2
26331 #: ../fish/guestfish-actions.pod:2474
26332 msgid "luks-format-cipher"
26333 msgstr ""
26334
26335 # type: verbatim
26336 #. type: verbatim
26337 #: ../fish/guestfish-actions.pod:2476
26338 #, no-wrap
26339 msgid ""
26340 " luks-format-cipher device keyslot cipher\n"
26341 "\n"
26342 msgstr ""
26343
26344 # type: textblock
26345 #. type: textblock
26346 #: ../fish/guestfish-actions.pod:2478
26347 msgid ""
26348 "This command is the same as L</luks-format> but it also allows you to set "
26349 "the C<cipher> used."
26350 msgstr ""
26351
26352 # type: =head2
26353 #. type: =head2
26354 #: ../fish/guestfish-actions.pod:2487
26355 msgid "luks-kill-slot"
26356 msgstr ""
26357
26358 # type: verbatim
26359 #. type: verbatim
26360 #: ../fish/guestfish-actions.pod:2489
26361 #, no-wrap
26362 msgid ""
26363 " luks-kill-slot device keyslot\n"
26364 "\n"
26365 msgstr ""
26366
26367 # type: =head2
26368 #. type: =head2
26369 #: ../fish/guestfish-actions.pod:2498
26370 msgid "luks-open"
26371 msgstr ""
26372
26373 # type: verbatim
26374 #. type: verbatim
26375 #: ../fish/guestfish-actions.pod:2500
26376 #, no-wrap
26377 msgid ""
26378 " luks-open device mapname\n"
26379 "\n"
26380 msgstr ""
26381
26382 # type: textblock
26383 #. type: textblock
26384 #: ../fish/guestfish-actions.pod:2514
26385 msgid ""
26386 "If this block device contains LVM volume groups, then calling L</vgscan> "
26387 "followed by L</vg-activate-all> will make them visible."
26388 msgstr ""
26389
26390 # type: =head2
26391 #. type: =head2
26392 #: ../fish/guestfish-actions.pod:2521
26393 msgid "luks-open-ro"
26394 msgstr ""
26395
26396 # type: verbatim
26397 #. type: verbatim
26398 #: ../fish/guestfish-actions.pod:2523
26399 #, no-wrap
26400 msgid ""
26401 " luks-open-ro device mapname\n"
26402 "\n"
26403 msgstr ""
26404
26405 # type: textblock
26406 #. type: textblock
26407 #: ../fish/guestfish-actions.pod:2525
26408 msgid ""
26409 "This is the same as L</luks-open> except that a read-only mapping is created."
26410 msgstr ""
26411
26412 # type: =head2
26413 #. type: =head2
26414 #: ../fish/guestfish-actions.pod:2531
26415 msgid "lvcreate"
26416 msgstr ""
26417
26418 # type: verbatim
26419 #. type: verbatim
26420 #: ../fish/guestfish-actions.pod:2533
26421 #, no-wrap
26422 msgid ""
26423 " lvcreate logvol volgroup mbytes\n"
26424 "\n"
26425 msgstr ""
26426
26427 # type: =head2
26428 #. type: =head2
26429 #: ../fish/guestfish-actions.pod:2538
26430 msgid "lvm-canonical-lv-name"
26431 msgstr ""
26432
26433 # type: verbatim
26434 #. type: verbatim
26435 #: ../fish/guestfish-actions.pod:2540
26436 #, no-wrap
26437 msgid ""
26438 " lvm-canonical-lv-name lvname\n"
26439 "\n"
26440 msgstr ""
26441
26442 # type: textblock
26443 #. type: textblock
26444 #: ../fish/guestfish-actions.pod:2549
26445 msgid "See also L</is-lv>."
26446 msgstr ""
26447
26448 # type: =head2
26449 #. type: =head2
26450 #: ../fish/guestfish-actions.pod:2551
26451 msgid "lvm-clear-filter"
26452 msgstr ""
26453
26454 # type: verbatim
26455 #. type: verbatim
26456 #: ../fish/guestfish-actions.pod:2553
26457 #, no-wrap
26458 msgid ""
26459 " lvm-clear-filter\n"
26460 "\n"
26461 msgstr ""
26462
26463 # type: textblock
26464 #. type: textblock
26465 #: ../fish/guestfish-actions.pod:2555
26466 msgid ""
26467 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
26468 "block device."
26469 msgstr ""
26470
26471 # type: =head2
26472 #. type: =head2
26473 #: ../fish/guestfish-actions.pod:2561
26474 msgid "lvm-remove-all"
26475 msgstr ""
26476
26477 # type: verbatim
26478 #. type: verbatim
26479 #: ../fish/guestfish-actions.pod:2563
26480 #, no-wrap
26481 msgid ""
26482 " lvm-remove-all\n"
26483 "\n"
26484 msgstr ""
26485
26486 # type: =head2
26487 #. type: =head2
26488 #: ../fish/guestfish-actions.pod:2571
26489 msgid "lvm-set-filter"
26490 msgstr ""
26491
26492 # type: verbatim
26493 #. type: verbatim
26494 #: ../fish/guestfish-actions.pod:2573
26495 #, no-wrap
26496 msgid ""
26497 " lvm-set-filter 'devices ...'\n"
26498 "\n"
26499 msgstr ""
26500
26501 # type: =head2
26502 #. type: =head2
26503 #: ../fish/guestfish-actions.pod:2598
26504 msgid "lvremove"
26505 msgstr ""
26506
26507 # type: verbatim
26508 #. type: verbatim
26509 #: ../fish/guestfish-actions.pod:2600
26510 #, no-wrap
26511 msgid ""
26512 " lvremove device\n"
26513 "\n"
26514 msgstr ""
26515
26516 # type: =head2
26517 #. type: =head2
26518 #: ../fish/guestfish-actions.pod:2608
26519 msgid "lvrename"
26520 msgstr ""
26521
26522 # type: verbatim
26523 #. type: verbatim
26524 #: ../fish/guestfish-actions.pod:2610
26525 #, no-wrap
26526 msgid ""
26527 " lvrename logvol newlogvol\n"
26528 "\n"
26529 msgstr ""
26530
26531 # type: =head2
26532 #. type: =head2
26533 #: ../fish/guestfish-actions.pod:2614
26534 msgid "lvresize"
26535 msgstr ""
26536
26537 # type: verbatim
26538 #. type: verbatim
26539 #: ../fish/guestfish-actions.pod:2616
26540 #, no-wrap
26541 msgid ""
26542 " lvresize device mbytes\n"
26543 "\n"
26544 msgstr ""
26545
26546 # type: =head2
26547 #. type: =head2
26548 #: ../fish/guestfish-actions.pod:2622
26549 msgid "lvresize-free"
26550 msgstr ""
26551
26552 # type: verbatim
26553 #. type: verbatim
26554 #: ../fish/guestfish-actions.pod:2624
26555 #, no-wrap
26556 msgid ""
26557 " lvresize-free lv percent\n"
26558 "\n"
26559 msgstr ""
26560
26561 # type: =head2
26562 #. type: =head2
26563 #: ../fish/guestfish-actions.pod:2632
26564 msgid "lvs"
26565 msgstr ""
26566
26567 # type: verbatim
26568 #. type: verbatim
26569 #: ../fish/guestfish-actions.pod:2634
26570 #, no-wrap
26571 msgid ""
26572 " lvs\n"
26573 "\n"
26574 msgstr ""
26575
26576 # type: textblock
26577 #. type: textblock
26578 #: ../fish/guestfish-actions.pod:2642
26579 msgid "See also L</lvs-full>, L</list-filesystems>."
26580 msgstr ""
26581
26582 # type: =head2
26583 #. type: =head2
26584 #: ../fish/guestfish-actions.pod:2644
26585 msgid "lvs-full"
26586 msgstr ""
26587
26588 # type: verbatim
26589 #. type: verbatim
26590 #: ../fish/guestfish-actions.pod:2646
26591 #, no-wrap
26592 msgid ""
26593 " lvs-full\n"
26594 "\n"
26595 msgstr ""
26596
26597 # type: =head2
26598 #. type: =head2
26599 #: ../fish/guestfish-actions.pod:2651
26600 msgid "lvuuid"
26601 msgstr ""
26602
26603 # type: verbatim
26604 #. type: verbatim
26605 #: ../fish/guestfish-actions.pod:2653
26606 #, no-wrap
26607 msgid ""
26608 " lvuuid device\n"
26609 "\n"
26610 msgstr ""
26611
26612 # type: =head2
26613 #. type: =head2
26614 #: ../fish/guestfish-actions.pod:2657
26615 msgid "lxattrlist"
26616 msgstr ""
26617
26618 # type: verbatim
26619 #. type: verbatim
26620 #: ../fish/guestfish-actions.pod:2659
26621 #, no-wrap
26622 msgid ""
26623 " lxattrlist path 'names ...'\n"
26624 "\n"
26625 msgstr ""
26626
26627 # type: textblock
26628 #. type: textblock
26629 #: ../fish/guestfish-actions.pod:2675
26630 msgid ""
26631 "This call is intended for programs that want to efficiently list a directory "
26632 "contents without making many round-trips.  See also L</lstatlist> for a "
26633 "similarly efficient call for getting standard stats.  Very long directory "
26634 "listings might cause the protocol message size to be exceeded, causing this "
26635 "call to fail.  The caller must split up such requests into smaller groups of "
26636 "names."
26637 msgstr ""
26638
26639 # type: =head2
26640 #. type: =head2
26641 #: ../fish/guestfish-actions.pod:2683
26642 msgid "mkdir"
26643 msgstr ""
26644
26645 # type: verbatim
26646 #. type: verbatim
26647 #: ../fish/guestfish-actions.pod:2685
26648 #, no-wrap
26649 msgid ""
26650 " mkdir path\n"
26651 "\n"
26652 msgstr ""
26653
26654 # type: =head2
26655 #. type: =head2
26656 #: ../fish/guestfish-actions.pod:2689
26657 msgid "mkdir-mode"
26658 msgstr ""
26659
26660 # type: verbatim
26661 #. type: verbatim
26662 #: ../fish/guestfish-actions.pod:2691
26663 #, no-wrap
26664 msgid ""
26665 " mkdir-mode path mode\n"
26666 "\n"
26667 msgstr ""
26668
26669 # type: textblock
26670 #. type: textblock
26671 #: ../fish/guestfish-actions.pod:2700
26672 msgid "See also L</mkdir>, L</umask>"
26673 msgstr ""
26674
26675 # type: =head2
26676 #. type: =head2
26677 #: ../fish/guestfish-actions.pod:2702
26678 msgid "mkdir-p"
26679 msgstr ""
26680
26681 # type: verbatim
26682 #. type: verbatim
26683 #: ../fish/guestfish-actions.pod:2704
26684 #, no-wrap
26685 msgid ""
26686 " mkdir-p path\n"
26687 "\n"
26688 msgstr ""
26689
26690 # type: =head2
26691 #. type: =head2
26692 #: ../fish/guestfish-actions.pod:2709
26693 msgid "mkdtemp"
26694 msgstr ""
26695
26696 # type: verbatim
26697 #. type: verbatim
26698 #: ../fish/guestfish-actions.pod:2711
26699 #, no-wrap
26700 msgid ""
26701 " mkdtemp template\n"
26702 "\n"
26703 msgstr ""
26704
26705 # type: =head2
26706 #. type: =head2
26707 #: ../fish/guestfish-actions.pod:2732
26708 msgid "mke2fs-J"
26709 msgstr ""
26710
26711 # type: verbatim
26712 #. type: verbatim
26713 #: ../fish/guestfish-actions.pod:2734
26714 #, no-wrap
26715 msgid ""
26716 " mke2fs-J fstype blocksize device journal\n"
26717 "\n"
26718 msgstr ""
26719
26720 # type: textblock
26721 #. type: textblock
26722 #: ../fish/guestfish-actions.pod:2742
26723 msgid "See also L</mke2journal>."
26724 msgstr ""
26725
26726 # type: =head2
26727 #. type: =head2
26728 #: ../fish/guestfish-actions.pod:2744
26729 msgid "mke2fs-JL"
26730 msgstr ""
26731
26732 # type: verbatim
26733 #. type: verbatim
26734 #: ../fish/guestfish-actions.pod:2746
26735 #, no-wrap
26736 msgid ""
26737 " mke2fs-JL fstype blocksize device label\n"
26738 "\n"
26739 msgstr ""
26740
26741 # type: textblock
26742 #. type: textblock
26743 #: ../fish/guestfish-actions.pod:2751
26744 msgid "See also L</mke2journal-L>."
26745 msgstr ""
26746
26747 # type: =head2
26748 #. type: =head2
26749 #: ../fish/guestfish-actions.pod:2753
26750 msgid "mke2fs-JU"
26751 msgstr ""
26752
26753 # type: verbatim
26754 #. type: verbatim
26755 #: ../fish/guestfish-actions.pod:2755
26756 #, no-wrap
26757 msgid ""
26758 " mke2fs-JU fstype blocksize device uuid\n"
26759 "\n"
26760 msgstr ""
26761
26762 # type: textblock
26763 #. type: textblock
26764 #: ../fish/guestfish-actions.pod:2760
26765 msgid "See also L</mke2journal-U>."
26766 msgstr ""
26767
26768 # type: =head2
26769 #. type: =head2
26770 #: ../fish/guestfish-actions.pod:2762
26771 msgid "mke2journal"
26772 msgstr ""
26773
26774 # type: verbatim
26775 #. type: verbatim
26776 #: ../fish/guestfish-actions.pod:2764
26777 #, no-wrap
26778 msgid ""
26779 " mke2journal blocksize device\n"
26780 "\n"
26781 msgstr ""
26782
26783 # type: =head2
26784 #. type: =head2
26785 #: ../fish/guestfish-actions.pod:2771
26786 msgid "mke2journal-L"
26787 msgstr ""
26788
26789 # type: verbatim
26790 #. type: verbatim
26791 #: ../fish/guestfish-actions.pod:2773
26792 #, no-wrap
26793 msgid ""
26794 " mke2journal-L blocksize label device\n"
26795 "\n"
26796 msgstr ""
26797
26798 # type: =head2
26799 #. type: =head2
26800 #: ../fish/guestfish-actions.pod:2777
26801 msgid "mke2journal-U"
26802 msgstr ""
26803
26804 # type: verbatim
26805 #. type: verbatim
26806 #: ../fish/guestfish-actions.pod:2779
26807 #, no-wrap
26808 msgid ""
26809 " mke2journal-U blocksize uuid device\n"
26810 "\n"
26811 msgstr ""
26812
26813 # type: =head2
26814 #. type: =head2
26815 #: ../fish/guestfish-actions.pod:2783
26816 msgid "mkfifo"
26817 msgstr ""
26818
26819 # type: verbatim
26820 #. type: verbatim
26821 #: ../fish/guestfish-actions.pod:2785
26822 #, no-wrap
26823 msgid ""
26824 " mkfifo mode path\n"
26825 "\n"
26826 msgstr ""
26827
26828 # type: textblock
26829 #. type: textblock
26830 #: ../fish/guestfish-actions.pod:2787
26831 msgid ""
26832 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
26833 "is just a convenient wrapper around L</mknod>."
26834 msgstr ""
26835
26836 # type: =head2
26837 #. type: =head2
26838 #: ../fish/guestfish-actions.pod:2793
26839 msgid "mkfs"
26840 msgstr ""
26841
26842 # type: verbatim
26843 #. type: verbatim
26844 #: ../fish/guestfish-actions.pod:2795
26845 #, no-wrap
26846 msgid ""
26847 " mkfs fstype device\n"
26848 "\n"
26849 msgstr ""
26850
26851 # type: =head2
26852 #. type: =head2
26853 #: ../fish/guestfish-actions.pod:2801
26854 msgid "mkfs-b"
26855 msgstr ""
26856
26857 # type: verbatim
26858 #. type: verbatim
26859 #: ../fish/guestfish-actions.pod:2803
26860 #, no-wrap
26861 msgid ""
26862 " mkfs-b fstype blocksize device\n"
26863 "\n"
26864 msgstr ""
26865
26866 # type: textblock
26867 #. type: textblock
26868 #: ../fish/guestfish-actions.pod:2805
26869 msgid ""
26870 "This call is similar to L</mkfs>, but it allows you to control the block "
26871 "size of the resulting filesystem.  Supported block sizes depend on the "
26872 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
26873 msgstr ""
26874
26875 # type: =head2
26876 #. type: =head2
26877 #: ../fish/guestfish-actions.pod:2820
26878 msgid "mkfs-opts"
26879 msgstr ""
26880
26881 # type: verbatim
26882 #. type: verbatim
26883 #: ../fish/guestfish-actions.pod:2822
26884 #, no-wrap
26885 msgid ""
26886 " mkfs-opts fstype device [blocksize:..]\n"
26887 "\n"
26888 msgstr ""
26889
26890 # type: =head2
26891 #. type: =head2
26892 #: ../fish/guestfish-actions.pod:2844
26893 msgid "mkmountpoint"
26894 msgstr ""
26895
26896 # type: verbatim
26897 #. type: verbatim
26898 #: ../fish/guestfish-actions.pod:2846
26899 #, no-wrap
26900 msgid ""
26901 " mkmountpoint exemptpath\n"
26902 "\n"
26903 msgstr ""
26904
26905 # type: textblock
26906 #. type: textblock
26907 #: ../fish/guestfish-actions.pod:2848
26908 msgid ""
26909 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
26910 "to create extra mountpoints before mounting the first filesystem."
26911 msgstr ""
26912
26913 # type: textblock
26914 #. type: textblock
26915 #: ../fish/guestfish-actions.pod:2872
26916 msgid ""
26917 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
26918 "unexpected errors if you try to mix these calls.  It is safest to manually "
26919 "unmount filesystems and remove mountpoints after use."
26920 msgstr ""
26921
26922 # type: textblock
26923 #. type: textblock
26924 #: ../fish/guestfish-actions.pod:2876
26925 msgid ""
26926 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
26927 "for this to work for manual mountpoints, you must ensure that the innermost "
26928 "mountpoints have the longest pathnames, as in the example code above."
26929 msgstr ""
26930
26931 # type: textblock
26932 #. type: textblock
26933 #: ../fish/guestfish-actions.pod:2883
26934 msgid ""
26935 "Autosync [see L</set-autosync>, this is set by default on handles] means "
26936 "that L</umount-all> is called when the handle is closed which can also "
26937 "trigger these issues."
26938 msgstr ""
26939
26940 # type: =head2
26941 #. type: =head2
26942 #: ../fish/guestfish-actions.pod:2887
26943 msgid "mknod"
26944 msgstr ""
26945
26946 # type: verbatim
26947 #. type: verbatim
26948 #: ../fish/guestfish-actions.pod:2889
26949 #, no-wrap
26950 msgid ""
26951 " mknod mode devmajor devminor path\n"
26952 "\n"
26953 msgstr ""
26954
26955 # type: textblock
26956 #. type: textblock
26957 #: ../fish/guestfish-actions.pod:2899
26958 msgid ""
26959 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
26960 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
26961 "regular file).  These constants are available in the standard Linux header "
26962 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
26963 "wrappers around this command which bitwise OR in the appropriate constant "
26964 "for you."
26965 msgstr ""
26966
26967 # type: =head2
26968 #. type: =head2
26969 #: ../fish/guestfish-actions.pod:2909
26970 msgid "mknod-b"
26971 msgstr ""
26972
26973 # type: verbatim
26974 #. type: verbatim
26975 #: ../fish/guestfish-actions.pod:2911
26976 #, no-wrap
26977 msgid ""
26978 " mknod-b mode devmajor devminor path\n"
26979 "\n"
26980 msgstr ""
26981
26982 # type: textblock
26983 #. type: textblock
26984 #: ../fish/guestfish-actions.pod:2913
26985 msgid ""
26986 "This call creates a block device node called C<path> with mode C<mode> and "
26987 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
26988 "wrapper around L</mknod>."
26989 msgstr ""
26990
26991 # type: =head2
26992 #. type: =head2
26993 #: ../fish/guestfish-actions.pod:2919
26994 msgid "mknod-c"
26995 msgstr ""
26996
26997 # type: verbatim
26998 #. type: verbatim
26999 #: ../fish/guestfish-actions.pod:2921
27000 #, no-wrap
27001 msgid ""
27002 " mknod-c mode devmajor devminor path\n"
27003 "\n"
27004 msgstr ""
27005
27006 # type: textblock
27007 #. type: textblock
27008 #: ../fish/guestfish-actions.pod:2923
27009 msgid ""
27010 "This call creates a char device node called C<path> with mode C<mode> and "
27011 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
27012 "wrapper around L</mknod>."
27013 msgstr ""
27014
27015 # type: =head2
27016 #. type: =head2
27017 #: ../fish/guestfish-actions.pod:2929
27018 msgid "mkswap"
27019 msgstr ""
27020
27021 # type: verbatim
27022 #. type: verbatim
27023 #: ../fish/guestfish-actions.pod:2931
27024 #, no-wrap
27025 msgid ""
27026 " mkswap device\n"
27027 "\n"
27028 msgstr ""
27029
27030 # type: =head2
27031 #. type: =head2
27032 #: ../fish/guestfish-actions.pod:2935
27033 msgid "mkswap-L"
27034 msgstr ""
27035
27036 # type: verbatim
27037 #. type: verbatim
27038 #: ../fish/guestfish-actions.pod:2937
27039 #, no-wrap
27040 msgid ""
27041 " mkswap-L label device\n"
27042 "\n"
27043 msgstr ""
27044
27045 # type: =head2
27046 #. type: =head2
27047 #: ../fish/guestfish-actions.pod:2945
27048 msgid "mkswap-U"
27049 msgstr ""
27050
27051 # type: verbatim
27052 #. type: verbatim
27053 #: ../fish/guestfish-actions.pod:2947
27054 #, no-wrap
27055 msgid ""
27056 " mkswap-U uuid device\n"
27057 "\n"
27058 msgstr ""
27059
27060 # type: =head2
27061 #. type: =head2
27062 #: ../fish/guestfish-actions.pod:2951
27063 msgid "mkswap-file"
27064 msgstr ""
27065
27066 # type: verbatim
27067 #. type: verbatim
27068 #: ../fish/guestfish-actions.pod:2953
27069 #, no-wrap
27070 msgid ""
27071 " mkswap-file path\n"
27072 "\n"
27073 msgstr ""
27074
27075 # type: textblock
27076 #. type: textblock
27077 #: ../fish/guestfish-actions.pod:2957
27078 msgid ""
27079 "This command just writes a swap file signature to an existing file.  To "
27080 "create the file itself, use something like L</fallocate>."
27081 msgstr ""
27082
27083 # type: =head2
27084 #. type: =head2
27085 #: ../fish/guestfish-actions.pod:2960
27086 msgid "modprobe"
27087 msgstr ""
27088
27089 # type: verbatim
27090 #. type: verbatim
27091 #: ../fish/guestfish-actions.pod:2962
27092 #, no-wrap
27093 msgid ""
27094 " modprobe modulename\n"
27095 "\n"
27096 msgstr ""
27097
27098 # type: =head2
27099 #. type: =head2
27100 #: ../fish/guestfish-actions.pod:2969
27101 msgid "mount"
27102 msgstr ""
27103
27104 # type: verbatim
27105 #. type: verbatim
27106 #: ../fish/guestfish-actions.pod:2971
27107 #, no-wrap
27108 msgid ""
27109 " mount device mountpoint\n"
27110 "\n"
27111 msgstr ""
27112
27113 # type: textblock
27114 #. type: textblock
27115 #: ../fish/guestfish-actions.pod:2987
27116 msgid ""
27117 "B<Important note:> When you use this call, the filesystem options C<sync> "
27118 "and C<noatime> are set implicitly.  This was originally done because we "
27119 "thought it would improve reliability, but it turns out that I<-o sync> has a "
27120 "very large negative performance impact and negligible effect on "
27121 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
27122 "code that needs performance, and instead use L</mount-options> (use an empty "
27123 "string for the first parameter if you don't want any options)."
27124 msgstr ""
27125
27126 # type: =head2
27127 #. type: =head2
27128 #: ../fish/guestfish-actions.pod:2997
27129 msgid "mount-loop"
27130 msgstr ""
27131
27132 # type: verbatim
27133 #. type: verbatim
27134 #: ../fish/guestfish-actions.pod:2999
27135 #, no-wrap
27136 msgid ""
27137 " mount-loop file mountpoint\n"
27138 "\n"
27139 msgstr ""
27140
27141 # type: =head2
27142 #. type: =head2
27143 #: ../fish/guestfish-actions.pod:3005
27144 msgid "mount-options"
27145 msgstr ""
27146
27147 # type: verbatim
27148 #. type: verbatim
27149 #: ../fish/guestfish-actions.pod:3007
27150 #, no-wrap
27151 msgid ""
27152 " mount-options options device mountpoint\n"
27153 "\n"
27154 msgstr ""
27155
27156 # type: textblock
27157 #. type: textblock
27158 #: ../fish/guestfish-actions.pod:3009
27159 msgid ""
27160 "This is the same as the L</mount> command, but it allows you to set the "
27161 "mount options as for the L<mount(8)> I<-o> flag."
27162 msgstr ""
27163
27164 # type: =head2
27165 #. type: =head2
27166 #: ../fish/guestfish-actions.pod:3017
27167 msgid "mount-ro"
27168 msgstr ""
27169
27170 # type: verbatim
27171 #. type: verbatim
27172 #: ../fish/guestfish-actions.pod:3019
27173 #, no-wrap
27174 msgid ""
27175 " mount-ro device mountpoint\n"
27176 "\n"
27177 msgstr ""
27178
27179 # type: textblock
27180 #. type: textblock
27181 #: ../fish/guestfish-actions.pod:3021
27182 msgid ""
27183 "This is the same as the L</mount> command, but it mounts the filesystem with "
27184 "the read-only (I<-o ro>) flag."
27185 msgstr ""
27186
27187 # type: =head2
27188 #. type: =head2
27189 #: ../fish/guestfish-actions.pod:3024
27190 msgid "mount-vfs"
27191 msgstr ""
27192
27193 # type: verbatim
27194 #. type: verbatim
27195 #: ../fish/guestfish-actions.pod:3026
27196 #, no-wrap
27197 msgid ""
27198 " mount-vfs options vfstype device mountpoint\n"
27199 "\n"
27200 msgstr ""
27201
27202 # type: textblock
27203 #. type: textblock
27204 #: ../fish/guestfish-actions.pod:3028
27205 msgid ""
27206 "This is the same as the L</mount> command, but it allows you to set both the "
27207 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
27208 msgstr ""
27209
27210 # type: =head2
27211 #. type: =head2
27212 #: ../fish/guestfish-actions.pod:3032
27213 msgid "mountpoints"
27214 msgstr ""
27215
27216 # type: verbatim
27217 #. type: verbatim
27218 #: ../fish/guestfish-actions.pod:3034
27219 #, no-wrap
27220 msgid ""
27221 " mountpoints\n"
27222 "\n"
27223 msgstr ""
27224
27225 # type: textblock
27226 #. type: textblock
27227 #: ../fish/guestfish-actions.pod:3036
27228 msgid ""
27229 "This call is similar to L</mounts>.  That call returns a list of devices.  "
27230 "This one returns a hash table (map) of device name to directory where the "
27231 "device is mounted."
27232 msgstr ""
27233
27234 # type: =head2
27235 #. type: =head2
27236 #: ../fish/guestfish-actions.pod:3040
27237 msgid "mounts"
27238 msgstr ""
27239
27240 # type: verbatim
27241 #. type: verbatim
27242 #: ../fish/guestfish-actions.pod:3042
27243 #, no-wrap
27244 msgid ""
27245 " mounts\n"
27246 "\n"
27247 msgstr ""
27248
27249 # type: textblock
27250 #. type: textblock
27251 #: ../fish/guestfish-actions.pod:3049
27252 msgid "See also: L</mountpoints>"
27253 msgstr ""
27254
27255 # type: =head2
27256 #. type: =head2
27257 #: ../fish/guestfish-actions.pod:3051
27258 msgid "mv"
27259 msgstr ""
27260
27261 # type: verbatim
27262 #. type: verbatim
27263 #: ../fish/guestfish-actions.pod:3053
27264 #, no-wrap
27265 msgid ""
27266 " mv src dest\n"
27267 "\n"
27268 msgstr ""
27269
27270 # type: =head2
27271 #. type: =head2
27272 #: ../fish/guestfish-actions.pod:3058
27273 msgid "ntfs-3g-probe"
27274 msgstr ""
27275
27276 # type: verbatim
27277 #. type: verbatim
27278 #: ../fish/guestfish-actions.pod:3060
27279 #, no-wrap
27280 msgid ""
27281 " ntfs-3g-probe true|false device\n"
27282 "\n"
27283 msgstr ""
27284
27285 # type: =head2
27286 #. type: =head2
27287 #: ../fish/guestfish-actions.pod:3074
27288 msgid "ntfsresize"
27289 msgstr ""
27290
27291 # type: verbatim
27292 #. type: verbatim
27293 #: ../fish/guestfish-actions.pod:3076
27294 #, no-wrap
27295 msgid ""
27296 " ntfsresize device\n"
27297 "\n"
27298 msgstr ""
27299
27300 # type: =head2
27301 #. type: =head2
27302 #: ../fish/guestfish-actions.pod:3082
27303 msgid "ntfsresize-size"
27304 msgstr ""
27305
27306 # type: verbatim
27307 #. type: verbatim
27308 #: ../fish/guestfish-actions.pod:3084
27309 #, no-wrap
27310 msgid ""
27311 " ntfsresize-size device size\n"
27312 "\n"
27313 msgstr ""
27314
27315 # type: textblock
27316 #. type: textblock
27317 #: ../fish/guestfish-actions.pod:3086
27318 msgid ""
27319 "This command is the same as L</ntfsresize> except that it allows you to "
27320 "specify the new size (in bytes) explicitly."
27321 msgstr ""
27322
27323 # type: =head2
27324 #. type: =head2
27325 #: ../fish/guestfish-actions.pod:3089
27326 msgid "part-add"
27327 msgstr ""
27328
27329 # type: verbatim
27330 #. type: verbatim
27331 #: ../fish/guestfish-actions.pod:3091
27332 #, no-wrap
27333 msgid ""
27334 " part-add device prlogex startsect endsect\n"
27335 "\n"
27336 msgstr ""
27337
27338 # type: textblock
27339 #. type: textblock
27340 #: ../fish/guestfish-actions.pod:3093
27341 msgid ""
27342 "This command adds a partition to C<device>.  If there is no partition table "
27343 "on the device, call L</part-init> first."
27344 msgstr ""
27345
27346 # type: textblock
27347 #. type: textblock
27348 #: ../fish/guestfish-actions.pod:3105
27349 msgid ""
27350 "Creating a partition which covers the whole disk is not so easy.  Use L</"
27351 "part-disk> to do that."
27352 msgstr ""
27353
27354 # type: =head2
27355 #. type: =head2
27356 #: ../fish/guestfish-actions.pod:3108
27357 msgid "part-del"
27358 msgstr ""
27359
27360 # type: verbatim
27361 #. type: verbatim
27362 #: ../fish/guestfish-actions.pod:3110
27363 #, no-wrap
27364 msgid ""
27365 " part-del device partnum\n"
27366 "\n"
27367 msgstr ""
27368
27369 # type: =head2
27370 #. type: =head2
27371 #: ../fish/guestfish-actions.pod:3118
27372 msgid "part-disk"
27373 msgstr ""
27374
27375 # type: verbatim
27376 #. type: verbatim
27377 #: ../fish/guestfish-actions.pod:3120
27378 #, no-wrap
27379 msgid ""
27380 " part-disk device parttype\n"
27381 "\n"
27382 msgstr ""
27383
27384 # type: textblock
27385 #. type: textblock
27386 #: ../fish/guestfish-actions.pod:3122
27387 msgid ""
27388 "This command is simply a combination of L</part-init> followed by L</part-"
27389 "add> to create a single primary partition covering the whole disk."
27390 msgstr ""
27391
27392 # type: textblock
27393 #. type: textblock
27394 #: ../fish/guestfish-actions.pod:3126
27395 msgid ""
27396 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
27397 "possible values are described in L</part-init>."
27398 msgstr ""
27399
27400 # type: =head2
27401 #. type: =head2
27402 #: ../fish/guestfish-actions.pod:3132
27403 msgid "part-get-bootable"
27404 msgstr ""
27405
27406 # type: verbatim
27407 #. type: verbatim
27408 #: ../fish/guestfish-actions.pod:3134
27409 #, no-wrap
27410 msgid ""
27411 " part-get-bootable device partnum\n"
27412 "\n"
27413 msgstr ""
27414
27415 # type: textblock
27416 #. type: textblock
27417 #: ../fish/guestfish-actions.pod:3139
27418 msgid "See also L</part-set-bootable>."
27419 msgstr ""
27420
27421 # type: =head2
27422 #. type: =head2
27423 #: ../fish/guestfish-actions.pod:3141
27424 msgid "part-get-mbr-id"
27425 msgstr ""
27426
27427 # type: verbatim
27428 #. type: verbatim
27429 #: ../fish/guestfish-actions.pod:3143
27430 #, no-wrap
27431 msgid ""
27432 " part-get-mbr-id device partnum\n"
27433 "\n"
27434 msgstr ""
27435
27436 # type: textblock
27437 #. type: textblock
27438 #: ../fish/guestfish-actions.pod:3148 ../fish/guestfish-actions.pod:3286
27439 msgid ""
27440 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
27441 "undefined results for other partition table types (see L</part-get-"
27442 "parttype>)."
27443 msgstr ""
27444
27445 # type: =head2
27446 #. type: =head2
27447 #: ../fish/guestfish-actions.pod:3152
27448 msgid "part-get-parttype"
27449 msgstr ""
27450
27451 # type: verbatim
27452 #. type: verbatim
27453 #: ../fish/guestfish-actions.pod:3154
27454 #, no-wrap
27455 msgid ""
27456 " part-get-parttype device\n"
27457 "\n"
27458 msgstr ""
27459
27460 # type: textblock
27461 #. type: textblock
27462 #: ../fish/guestfish-actions.pod:3159
27463 msgid ""
27464 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
27465 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
27466 "possible, although unusual.  See L</part-init> for a full list."
27467 msgstr ""
27468
27469 # type: =head2
27470 #. type: =head2
27471 #: ../fish/guestfish-actions.pod:3164
27472 msgid "part-init"
27473 msgstr ""
27474
27475 # type: verbatim
27476 #. type: verbatim
27477 #: ../fish/guestfish-actions.pod:3166
27478 #, no-wrap
27479 msgid ""
27480 " part-init device parttype\n"
27481 "\n"
27482 msgstr ""
27483
27484 # type: textblock
27485 #. type: textblock
27486 #: ../fish/guestfish-actions.pod:3172
27487 msgid ""
27488 "Initially there are no partitions.  Following this, you should call L</part-"
27489 "add> for each partition required."
27490 msgstr ""
27491
27492 # type: =head2
27493 #. type: =head2
27494 #: ../fish/guestfish-actions.pod:3235
27495 msgid "part-list"
27496 msgstr ""
27497
27498 # type: verbatim
27499 #. type: verbatim
27500 #: ../fish/guestfish-actions.pod:3237
27501 #, no-wrap
27502 msgid ""
27503 " part-list device\n"
27504 "\n"
27505 msgstr ""
27506
27507 # type: textblock
27508 #. type: textblock
27509 #: ../fish/guestfish-actions.pod:3252
27510 msgid ""
27511 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
27512 "the device's sector size, see L</blockdev-getss>."
27513 msgstr ""
27514
27515 # type: =head2
27516 #. type: =head2
27517 #: ../fish/guestfish-actions.pod:3265
27518 msgid "part-set-bootable"
27519 msgstr ""
27520
27521 # type: verbatim
27522 #. type: verbatim
27523 #: ../fish/guestfish-actions.pod:3267
27524 #, no-wrap
27525 msgid ""
27526 " part-set-bootable device partnum true|false\n"
27527 "\n"
27528 msgstr ""
27529
27530 # type: =head2
27531 #. type: =head2
27532 #: ../fish/guestfish-actions.pod:3276
27533 msgid "part-set-mbr-id"
27534 msgstr ""
27535
27536 # type: verbatim
27537 #. type: verbatim
27538 #: ../fish/guestfish-actions.pod:3278
27539 #, no-wrap
27540 msgid ""
27541 " part-set-mbr-id device partnum idbyte\n"
27542 "\n"
27543 msgstr ""
27544
27545 # type: =head2
27546 #. type: =head2
27547 #: ../fish/guestfish-actions.pod:3290
27548 msgid "part-set-name"
27549 msgstr ""
27550
27551 # type: verbatim
27552 #. type: verbatim
27553 #: ../fish/guestfish-actions.pod:3292
27554 #, no-wrap
27555 msgid ""
27556 " part-set-name device partnum name\n"
27557 "\n"
27558 msgstr ""
27559
27560 # type: =head2
27561 #. type: =head2
27562 #: ../fish/guestfish-actions.pod:3300
27563 msgid "part-to-dev"
27564 msgstr ""
27565
27566 # type: verbatim
27567 #. type: verbatim
27568 #: ../fish/guestfish-actions.pod:3302
27569 #, no-wrap
27570 msgid ""
27571 " part-to-dev partition\n"
27572 "\n"
27573 msgstr ""
27574
27575 # type: textblock
27576 #. type: textblock
27577 #: ../fish/guestfish-actions.pod:3308
27578 msgid ""
27579 "The named partition must exist, for example as a string returned from L</"
27580 "list-partitions>."
27581 msgstr ""
27582
27583 # type: =head2
27584 #. type: =head2
27585 #: ../fish/guestfish-actions.pod:3311
27586 msgid "ping-daemon"
27587 msgstr ""
27588
27589 # type: verbatim
27590 #. type: verbatim
27591 #: ../fish/guestfish-actions.pod:3313
27592 #, no-wrap
27593 msgid ""
27594 " ping-daemon\n"
27595 "\n"
27596 msgstr ""
27597
27598 # type: =head2
27599 #. type: =head2
27600 #: ../fish/guestfish-actions.pod:3320
27601 msgid "pread"
27602 msgstr ""
27603
27604 # type: verbatim
27605 #. type: verbatim
27606 #: ../fish/guestfish-actions.pod:3322
27607 #, no-wrap
27608 msgid ""
27609 " pread path count offset\n"
27610 "\n"
27611 msgstr ""
27612
27613 # type: textblock
27614 #. type: textblock
27615 #: ../fish/guestfish-actions.pod:3330
27616 msgid "See also L</pwrite>, L</pread-device>."
27617 msgstr ""
27618
27619 # type: =head2
27620 #. type: =head2
27621 #: ../fish/guestfish-actions.pod:3335
27622 msgid "pread-device"
27623 msgstr ""
27624
27625 # type: verbatim
27626 #. type: verbatim
27627 #: ../fish/guestfish-actions.pod:3337
27628 #, no-wrap
27629 msgid ""
27630 " pread-device device count offset\n"
27631 "\n"
27632 msgstr ""
27633
27634 # type: textblock
27635 #. type: textblock
27636 #: ../fish/guestfish-actions.pod:3345
27637 msgid "See also L</pread>."
27638 msgstr ""
27639
27640 # type: =head2
27641 #. type: =head2
27642 #: ../fish/guestfish-actions.pod:3350
27643 msgid "pvcreate"
27644 msgstr ""
27645
27646 # type: verbatim
27647 #. type: verbatim
27648 #: ../fish/guestfish-actions.pod:3352
27649 #, no-wrap
27650 msgid ""
27651 " pvcreate device\n"
27652 "\n"
27653 msgstr ""
27654
27655 # type: =head2
27656 #. type: =head2
27657 #: ../fish/guestfish-actions.pod:3358
27658 msgid "pvremove"
27659 msgstr ""
27660
27661 # type: verbatim
27662 #. type: verbatim
27663 #: ../fish/guestfish-actions.pod:3360
27664 #, no-wrap
27665 msgid ""
27666 " pvremove device\n"
27667 "\n"
27668 msgstr ""
27669
27670 # type: =head2
27671 #. type: =head2
27672 #: ../fish/guestfish-actions.pod:3369
27673 msgid "pvresize"
27674 msgstr ""
27675
27676 # type: verbatim
27677 #. type: verbatim
27678 #: ../fish/guestfish-actions.pod:3371
27679 #, no-wrap
27680 msgid ""
27681 " pvresize device\n"
27682 "\n"
27683 msgstr ""
27684
27685 # type: =head2
27686 #. type: =head2
27687 #: ../fish/guestfish-actions.pod:3376
27688 msgid "pvresize-size"
27689 msgstr ""
27690
27691 # type: verbatim
27692 #. type: verbatim
27693 #: ../fish/guestfish-actions.pod:3378
27694 #, no-wrap
27695 msgid ""
27696 " pvresize-size device size\n"
27697 "\n"
27698 msgstr ""
27699
27700 # type: textblock
27701 #. type: textblock
27702 #: ../fish/guestfish-actions.pod:3380
27703 msgid ""
27704 "This command is the same as L</pvresize> except that it allows you to "
27705 "specify the new size (in bytes) explicitly."
27706 msgstr ""
27707
27708 # type: =head2
27709 #. type: =head2
27710 #: ../fish/guestfish-actions.pod:3383
27711 msgid "pvs"
27712 msgstr ""
27713
27714 # type: verbatim
27715 #. type: verbatim
27716 #: ../fish/guestfish-actions.pod:3385
27717 #, no-wrap
27718 msgid ""
27719 " pvs\n"
27720 "\n"
27721 msgstr ""
27722
27723 # type: textblock
27724 #. type: textblock
27725 #: ../fish/guestfish-actions.pod:3393
27726 msgid "See also L</pvs-full>."
27727 msgstr ""
27728
27729 # type: =head2
27730 #. type: =head2
27731 #: ../fish/guestfish-actions.pod:3395
27732 msgid "pvs-full"
27733 msgstr ""
27734
27735 # type: verbatim
27736 #. type: verbatim
27737 #: ../fish/guestfish-actions.pod:3397
27738 #, no-wrap
27739 msgid ""
27740 " pvs-full\n"
27741 "\n"
27742 msgstr ""
27743
27744 # type: =head2
27745 #. type: =head2
27746 #: ../fish/guestfish-actions.pod:3402
27747 msgid "pvuuid"
27748 msgstr ""
27749
27750 # type: verbatim
27751 #. type: verbatim
27752 #: ../fish/guestfish-actions.pod:3404
27753 #, no-wrap
27754 msgid ""
27755 " pvuuid device\n"
27756 "\n"
27757 msgstr ""
27758
27759 # type: =head2
27760 #. type: =head2
27761 #: ../fish/guestfish-actions.pod:3408
27762 msgid "pwrite"
27763 msgstr ""
27764
27765 # type: verbatim
27766 #. type: verbatim
27767 #: ../fish/guestfish-actions.pod:3410
27768 #, no-wrap
27769 msgid ""
27770 " pwrite path content offset\n"
27771 "\n"
27772 msgstr ""
27773
27774 # type: textblock
27775 #. type: textblock
27776 #: ../fish/guestfish-actions.pod:3421
27777 msgid "See also L</pread>, L</pwrite-device>."
27778 msgstr ""
27779
27780 # type: =head2
27781 #. type: =head2
27782 #: ../fish/guestfish-actions.pod:3426
27783 msgid "pwrite-device"
27784 msgstr ""
27785
27786 # type: verbatim
27787 #. type: verbatim
27788 #: ../fish/guestfish-actions.pod:3428
27789 #, no-wrap
27790 msgid ""
27791 " pwrite-device device content offset\n"
27792 "\n"
27793 msgstr ""
27794
27795 # type: textblock
27796 #. type: textblock
27797 #: ../fish/guestfish-actions.pod:3438
27798 msgid "See also L</pwrite>."
27799 msgstr ""
27800
27801 # type: =head2
27802 #. type: =head2
27803 #: ../fish/guestfish-actions.pod:3443
27804 msgid "read-file"
27805 msgstr ""
27806
27807 # type: verbatim
27808 #. type: verbatim
27809 #: ../fish/guestfish-actions.pod:3445
27810 #, no-wrap
27811 msgid ""
27812 " read-file path\n"
27813 "\n"
27814 msgstr ""
27815
27816 # type: textblock
27817 #. type: textblock
27818 #: ../fish/guestfish-actions.pod:3450
27819 msgid ""
27820 "Unlike L</cat>, this function can correctly handle files that contain "
27821 "embedded ASCII NUL characters.  However unlike L</download>, this function "
27822 "is limited in the total size of file that can be handled."
27823 msgstr ""
27824
27825 # type: =head2
27826 #. type: =head2
27827 #: ../fish/guestfish-actions.pod:3458
27828 msgid "read-lines"
27829 msgstr ""
27830
27831 # type: verbatim
27832 #. type: verbatim
27833 #: ../fish/guestfish-actions.pod:3460
27834 #, no-wrap
27835 msgid ""
27836 " read-lines path\n"
27837 "\n"
27838 msgstr ""
27839
27840 # type: textblock
27841 #. type: textblock
27842 #: ../fish/guestfish-actions.pod:3467
27843 msgid ""
27844 "Note that this function cannot correctly handle binary files (specifically, "
27845 "files containing C<\\0> character which is treated as end of line).  For "
27846 "those you need to use the L</read-file> function which has a more complex "
27847 "interface."
27848 msgstr ""
27849
27850 # type: =head2
27851 #. type: =head2
27852 #: ../fish/guestfish-actions.pod:3472
27853 msgid "readdir"
27854 msgstr ""
27855
27856 # type: verbatim
27857 #. type: verbatim
27858 #: ../fish/guestfish-actions.pod:3474
27859 #, no-wrap
27860 msgid ""
27861 " readdir dir\n"
27862 "\n"
27863 msgstr ""
27864
27865 # type: textblock
27866 #. type: textblock
27867 #: ../fish/guestfish-actions.pod:3526
27868 msgid ""
27869 "This function is primarily intended for use by programs.  To get a simple "
27870 "list of names, use L</ls>.  To get a printable directory for human "
27871 "consumption, use L</ll>."
27872 msgstr ""
27873
27874 # type: =head2
27875 #. type: =head2
27876 #: ../fish/guestfish-actions.pod:3530
27877 msgid "readlink"
27878 msgstr ""
27879
27880 # type: verbatim
27881 #. type: verbatim
27882 #: ../fish/guestfish-actions.pod:3532
27883 #, no-wrap
27884 msgid ""
27885 " readlink path\n"
27886 "\n"
27887 msgstr ""
27888
27889 # type: =head2
27890 #. type: =head2
27891 #: ../fish/guestfish-actions.pod:3536
27892 msgid "readlinklist"
27893 msgstr ""
27894
27895 # type: verbatim
27896 #. type: verbatim
27897 #: ../fish/guestfish-actions.pod:3538
27898 #, no-wrap
27899 msgid ""
27900 " readlinklist path 'names ...'\n"
27901 "\n"
27902 msgstr ""
27903
27904 # type: =head2
27905 #. type: =head2
27906 #: ../fish/guestfish-actions.pod:3562
27907 msgid "realpath"
27908 msgstr ""
27909
27910 # type: verbatim
27911 #. type: verbatim
27912 #: ../fish/guestfish-actions.pod:3564
27913 #, no-wrap
27914 msgid ""
27915 " realpath path\n"
27916 "\n"
27917 msgstr ""
27918
27919 # type: =head2
27920 #. type: =head2
27921 #: ../fish/guestfish-actions.pod:3569
27922 msgid "removexattr"
27923 msgstr ""
27924
27925 # type: verbatim
27926 #. type: verbatim
27927 #: ../fish/guestfish-actions.pod:3571
27928 #, no-wrap
27929 msgid ""
27930 " removexattr xattr path\n"
27931 "\n"
27932 msgstr ""
27933
27934 # type: textblock
27935 #. type: textblock
27936 #: ../fish/guestfish-actions.pod:3576
27937 msgid "See also: L</lremovexattr>, L<attr(5)>."
27938 msgstr ""
27939
27940 # type: =head2
27941 #. type: =head2
27942 #: ../fish/guestfish-actions.pod:3578
27943 msgid "resize2fs"
27944 msgstr ""
27945
27946 # type: verbatim
27947 #. type: verbatim
27948 #: ../fish/guestfish-actions.pod:3580
27949 #, no-wrap
27950 msgid ""
27951 " resize2fs device\n"
27952 "\n"
27953 msgstr ""
27954
27955 # type: textblock
27956 #. type: textblock
27957 #: ../fish/guestfish-actions.pod:3585
27958 msgid ""
27959 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
27960 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
27961 "gives an error about this and sometimes not.  In any case, it is always safe "
27962 "to call L</e2fsck-f> before calling this function."
27963 msgstr ""
27964
27965 # type: =head2
27966 #. type: =head2
27967 #: ../fish/guestfish-actions.pod:3591
27968 msgid "resize2fs-size"
27969 msgstr ""
27970
27971 # type: verbatim
27972 #. type: verbatim
27973 #: ../fish/guestfish-actions.pod:3593
27974 #, no-wrap
27975 msgid ""
27976 " resize2fs-size device size\n"
27977 "\n"
27978 msgstr ""
27979
27980 # type: textblock
27981 #. type: textblock
27982 #: ../fish/guestfish-actions.pod:3595
27983 msgid ""
27984 "This command is the same as L</resize2fs> except that it allows you to "
27985 "specify the new size (in bytes) explicitly."
27986 msgstr ""
27987
27988 # type: =head2
27989 #. type: =head2
27990 #: ../fish/guestfish-actions.pod:3598
27991 msgid "rm"
27992 msgstr ""
27993
27994 # type: verbatim
27995 #. type: verbatim
27996 #: ../fish/guestfish-actions.pod:3600
27997 #, no-wrap
27998 msgid ""
27999 " rm path\n"
28000 "\n"
28001 msgstr ""
28002
28003 # type: =head2
28004 #. type: =head2
28005 #: ../fish/guestfish-actions.pod:3604
28006 msgid "rm-rf"
28007 msgstr ""
28008
28009 # type: verbatim
28010 #. type: verbatim
28011 #: ../fish/guestfish-actions.pod:3606
28012 #, no-wrap
28013 msgid ""
28014 " rm-rf path\n"
28015 "\n"
28016 msgstr ""
28017
28018 # type: =head2
28019 #. type: =head2
28020 #: ../fish/guestfish-actions.pod:3612
28021 msgid "rmdir"
28022 msgstr ""
28023
28024 # type: verbatim
28025 #. type: verbatim
28026 #: ../fish/guestfish-actions.pod:3614
28027 #, no-wrap
28028 msgid ""
28029 " rmdir path\n"
28030 "\n"
28031 msgstr ""
28032
28033 # type: =head2
28034 #. type: =head2
28035 #: ../fish/guestfish-actions.pod:3618
28036 msgid "rmmountpoint"
28037 msgstr ""
28038
28039 # type: verbatim
28040 #. type: verbatim
28041 #: ../fish/guestfish-actions.pod:3620
28042 #, no-wrap
28043 msgid ""
28044 " rmmountpoint exemptpath\n"
28045 "\n"
28046 msgstr ""
28047
28048 # type: textblock
28049 #. type: textblock
28050 #: ../fish/guestfish-actions.pod:3622
28051 msgid ""
28052 "This calls removes a mountpoint that was previously created with L</"
28053 "mkmountpoint>.  See L</mkmountpoint> for full details."
28054 msgstr ""
28055
28056 # type: =head2
28057 #. type: =head2
28058 #: ../fish/guestfish-actions.pod:3626
28059 msgid "scrub-device"
28060 msgstr ""
28061
28062 # type: verbatim
28063 #. type: verbatim
28064 #: ../fish/guestfish-actions.pod:3628
28065 #, no-wrap
28066 msgid ""
28067 " scrub-device device\n"
28068 "\n"
28069 msgstr ""
28070
28071 # type: =head2
28072 #. type: =head2
28073 #: ../fish/guestfish-actions.pod:3639
28074 msgid "scrub-file"
28075 msgstr ""
28076
28077 # type: verbatim
28078 #. type: verbatim
28079 #: ../fish/guestfish-actions.pod:3641
28080 #, no-wrap
28081 msgid ""
28082 " scrub-file file\n"
28083 "\n"
28084 msgstr ""
28085
28086 # type: =head2
28087 #. type: =head2
28088 #: ../fish/guestfish-actions.pod:3651
28089 msgid "scrub-freespace"
28090 msgstr ""
28091
28092 # type: verbatim
28093 #. type: verbatim
28094 #: ../fish/guestfish-actions.pod:3653
28095 #, no-wrap
28096 msgid ""
28097 " scrub-freespace dir\n"
28098 "\n"
28099 msgstr ""
28100
28101 # type: textblock
28102 #. type: textblock
28103 #: ../fish/guestfish-actions.pod:3655
28104 msgid ""
28105 "This command creates the directory C<dir> and then fills it with files until "
28106 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
28107 "deletes them.  The intention is to scrub any free space on the partition "
28108 "containing C<dir>."
28109 msgstr ""
28110
28111 # type: =head2
28112 #. type: =head2
28113 #: ../fish/guestfish-actions.pod:3664
28114 msgid "set-append"
28115 msgstr ""
28116
28117 # type: =head2
28118 #. type: =head2
28119 #: ../fish/guestfish-actions.pod:3666
28120 msgid "append"
28121 msgstr ""
28122
28123 # type: verbatim
28124 #. type: verbatim
28125 #: ../fish/guestfish-actions.pod:3668
28126 #, no-wrap
28127 msgid ""
28128 " set-append append\n"
28129 "\n"
28130 msgstr ""
28131
28132 # type: =head2
28133 #. type: =head2
28134 #: ../fish/guestfish-actions.pod:3679
28135 msgid "set-autosync"
28136 msgstr ""
28137
28138 # type: =head2
28139 #. type: =head2
28140 #: ../fish/guestfish-actions.pod:3681
28141 msgid "autosync"
28142 msgstr ""
28143
28144 # type: verbatim
28145 #. type: verbatim
28146 #: ../fish/guestfish-actions.pod:3683
28147 #, no-wrap
28148 msgid ""
28149 " set-autosync true|false\n"
28150 "\n"
28151 msgstr ""
28152
28153 # type: textblock
28154 #. type: textblock
28155 #: ../fish/guestfish-actions.pod:3685
28156 msgid ""
28157 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
28158 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
28159 "closed (also if the program exits without closing handles)."
28160 msgstr ""
28161
28162 # type: =head2
28163 #. type: =head2
28164 #: ../fish/guestfish-actions.pod:3693
28165 msgid "set-direct"
28166 msgstr ""
28167
28168 # type: =head2
28169 #. type: =head2
28170 #: ../fish/guestfish-actions.pod:3695
28171 msgid "direct"
28172 msgstr ""
28173
28174 # type: verbatim
28175 #. type: verbatim
28176 #: ../fish/guestfish-actions.pod:3697
28177 #, no-wrap
28178 msgid ""
28179 " set-direct true|false\n"
28180 "\n"
28181 msgstr ""
28182
28183 # type: textblock
28184 #. type: textblock
28185 #: ../fish/guestfish-actions.pod:3703
28186 msgid ""
28187 "One consequence of this is that log messages aren't caught by the library "
28188 "and handled by L</set-log-message-callback>, but go straight to stdout."
28189 msgstr ""
28190
28191 # type: =head2
28192 #. type: =head2
28193 #: ../fish/guestfish-actions.pod:3712
28194 msgid "set-e2label"
28195 msgstr ""
28196
28197 # type: verbatim
28198 #. type: verbatim
28199 #: ../fish/guestfish-actions.pod:3714
28200 #, no-wrap
28201 msgid ""
28202 " set-e2label device label\n"
28203 "\n"
28204 msgstr ""
28205
28206 # type: textblock
28207 #. type: textblock
28208 #: ../fish/guestfish-actions.pod:3720
28209 msgid ""
28210 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
28211 "label on a filesystem."
28212 msgstr ""
28213
28214 # type: =head2
28215 #. type: =head2
28216 #: ../fish/guestfish-actions.pod:3723
28217 msgid "set-e2uuid"
28218 msgstr ""
28219
28220 # type: verbatim
28221 #. type: verbatim
28222 #: ../fish/guestfish-actions.pod:3725
28223 #, no-wrap
28224 msgid ""
28225 " set-e2uuid device uuid\n"
28226 "\n"
28227 msgstr ""
28228
28229 # type: textblock
28230 #. type: textblock
28231 #: ../fish/guestfish-actions.pod:3732
28232 msgid ""
28233 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
28234 "UUID of a filesystem."
28235 msgstr ""
28236
28237 # type: =head2
28238 #. type: =head2
28239 #: ../fish/guestfish-actions.pod:3735
28240 msgid "set-memsize"
28241 msgstr ""
28242
28243 # type: =head2
28244 #. type: =head2
28245 #: ../fish/guestfish-actions.pod:3737
28246 msgid "memsize"
28247 msgstr ""
28248
28249 # type: verbatim
28250 #. type: verbatim
28251 #: ../fish/guestfish-actions.pod:3739
28252 #, no-wrap
28253 msgid ""
28254 " set-memsize memsize\n"
28255 "\n"
28256 msgstr ""
28257
28258 # type: textblock
28259 #. type: textblock
28260 #: ../fish/guestfish-actions.pod:3741
28261 msgid ""
28262 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
28263 "This only has any effect if called before L</launch>."
28264 msgstr ""
28265
28266 # type: =head2
28267 #. type: =head2
28268 #: ../fish/guestfish-actions.pod:3752
28269 msgid "set-network"
28270 msgstr ""
28271
28272 # type: =head2
28273 #. type: =head2
28274 #: ../fish/guestfish-actions.pod:3754
28275 msgid "network"
28276 msgstr ""
28277
28278 # type: verbatim
28279 #. type: verbatim
28280 #: ../fish/guestfish-actions.pod:3756
28281 #, no-wrap
28282 msgid ""
28283 " set-network true|false\n"
28284 "\n"
28285 msgstr ""
28286
28287 # type: textblock
28288 #. type: textblock
28289 #: ../fish/guestfish-actions.pod:3764
28290 msgid ""
28291 "You must call this before calling L</launch>, otherwise it has no effect."
28292 msgstr ""
28293
28294 # type: =head2
28295 #. type: =head2
28296 #: ../fish/guestfish-actions.pod:3767
28297 msgid "set-path"
28298 msgstr ""
28299
28300 # type: =head2
28301 #. type: =head2
28302 #: ../fish/guestfish-actions.pod:3769
28303 msgid "path"
28304 msgstr ""
28305
28306 # type: verbatim
28307 #. type: verbatim
28308 #: ../fish/guestfish-actions.pod:3771
28309 #, no-wrap
28310 msgid ""
28311 " set-path searchpath\n"
28312 "\n"
28313 msgstr ""
28314
28315 # type: =head2
28316 #. type: =head2
28317 #: ../fish/guestfish-actions.pod:3780
28318 msgid "set-qemu"
28319 msgstr ""
28320
28321 # type: =head2
28322 #. type: =head2
28323 #: ../fish/guestfish-actions.pod:3782
28324 msgid "qemu"
28325 msgstr ""
28326
28327 # type: verbatim
28328 #. type: verbatim
28329 #: ../fish/guestfish-actions.pod:3784
28330 #, no-wrap
28331 msgid ""
28332 " set-qemu qemu\n"
28333 "\n"
28334 msgstr ""
28335
28336 # type: =head2
28337 #. type: =head2
28338 #: ../fish/guestfish-actions.pod:3804
28339 msgid "set-recovery-proc"
28340 msgstr ""
28341
28342 # type: =head2
28343 #. type: =head2
28344 #: ../fish/guestfish-actions.pod:3806
28345 msgid "recovery-proc"
28346 msgstr ""
28347
28348 # type: verbatim
28349 #. type: verbatim
28350 #: ../fish/guestfish-actions.pod:3808
28351 #, no-wrap
28352 msgid ""
28353 " set-recovery-proc true|false\n"
28354 "\n"
28355 msgstr ""
28356
28357 # type: textblock
28358 #. type: textblock
28359 #: ../fish/guestfish-actions.pod:3810
28360 msgid ""
28361 "If this is called with the parameter C<false> then L</launch> does not "
28362 "create a recovery process.  The purpose of the recovery process is to stop "
28363 "runaway qemu processes in the case where the main program aborts abruptly."
28364 msgstr ""
28365
28366 # type: textblock
28367 #. type: textblock
28368 #: ../fish/guestfish-actions.pod:3815
28369 msgid ""
28370 "This only has any effect if called before L</launch>, and the default is "
28371 "true."
28372 msgstr ""
28373
28374 # type: =head2
28375 #. type: =head2
28376 #: ../fish/guestfish-actions.pod:3824
28377 msgid "set-selinux"
28378 msgstr ""
28379
28380 # type: =head2
28381 #. type: =head2
28382 #: ../fish/guestfish-actions.pod:3826
28383 msgid "selinux"
28384 msgstr ""
28385
28386 # type: verbatim
28387 #. type: verbatim
28388 #: ../fish/guestfish-actions.pod:3828
28389 #, no-wrap
28390 msgid ""
28391 " set-selinux true|false\n"
28392 "\n"
28393 msgstr ""
28394
28395 # type: =head2
28396 #. type: =head2
28397 #: ../fish/guestfish-actions.pod:3839
28398 msgid "set-trace"
28399 msgstr ""
28400
28401 # type: =head2
28402 #. type: =head2
28403 #: ../fish/guestfish-actions.pod:3841
28404 msgid "trace"
28405 msgstr ""
28406
28407 # type: verbatim
28408 #. type: verbatim
28409 #: ../fish/guestfish-actions.pod:3843
28410 #, no-wrap
28411 msgid ""
28412 " set-trace true|false\n"
28413 "\n"
28414 msgstr ""
28415
28416 # type: =head2
28417 #. type: =head2
28418 #: ../fish/guestfish-actions.pod:3859
28419 msgid "set-verbose"
28420 msgstr ""
28421
28422 # type: =head2
28423 #. type: =head2
28424 #: ../fish/guestfish-actions.pod:3861
28425 msgid "verbose"
28426 msgstr ""
28427
28428 # type: verbatim
28429 #. type: verbatim
28430 #: ../fish/guestfish-actions.pod:3863
28431 #, no-wrap
28432 msgid ""
28433 " set-verbose true|false\n"
28434 "\n"
28435 msgstr ""
28436
28437 # type: =head2
28438 #. type: =head2
28439 #: ../fish/guestfish-actions.pod:3870
28440 msgid "setcon"
28441 msgstr ""
28442
28443 # type: verbatim
28444 #. type: verbatim
28445 #: ../fish/guestfish-actions.pod:3872
28446 #, no-wrap
28447 msgid ""
28448 " setcon context\n"
28449 "\n"
28450 msgstr ""
28451
28452 # type: =head2
28453 #. type: =head2
28454 #: ../fish/guestfish-actions.pod:3879
28455 msgid "setxattr"
28456 msgstr ""
28457
28458 # type: verbatim
28459 #. type: verbatim
28460 #: ../fish/guestfish-actions.pod:3881
28461 #, no-wrap
28462 msgid ""
28463 " setxattr xattr val vallen path\n"
28464 "\n"
28465 msgstr ""
28466
28467 # type: textblock
28468 #. type: textblock
28469 #: ../fish/guestfish-actions.pod:3887
28470 msgid "See also: L</lsetxattr>, L<attr(5)>."
28471 msgstr ""
28472
28473 # type: =head2
28474 #. type: =head2
28475 #: ../fish/guestfish-actions.pod:3889
28476 msgid "sfdisk"
28477 msgstr ""
28478
28479 # type: verbatim
28480 #. type: verbatim
28481 #: ../fish/guestfish-actions.pod:3891
28482 #, no-wrap
28483 msgid ""
28484 " sfdisk device cyls heads sectors 'lines ...'\n"
28485 "\n"
28486 msgstr ""
28487
28488 # type: textblock
28489 #. type: textblock
28490 #: ../fish/guestfish-actions.pod:3913
28491 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
28492 msgstr ""
28493
28494 # type: =head2
28495 #. type: =head2
28496 #: ../fish/guestfish-actions.pod:3919
28497 msgid "sfdiskM"
28498 msgstr ""
28499
28500 # type: verbatim
28501 #. type: verbatim
28502 #: ../fish/guestfish-actions.pod:3921
28503 #, no-wrap
28504 msgid ""
28505 " sfdiskM device 'lines ...'\n"
28506 "\n"
28507 msgstr ""
28508
28509 # type: textblock
28510 #. type: textblock
28511 #: ../fish/guestfish-actions.pod:3923
28512 msgid ""
28513 "This is a simplified interface to the L</sfdisk> command, where partition "
28514 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
28515 "you don't need to specify the cyls, heads and sectors parameters which were "
28516 "rarely if ever used anyway."
28517 msgstr ""
28518
28519 # type: textblock
28520 #. type: textblock
28521 #: ../fish/guestfish-actions.pod:3929
28522 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
28523 msgstr ""
28524
28525 # type: =head2
28526 #. type: =head2
28527 #: ../fish/guestfish-actions.pod:3935
28528 msgid "sfdisk-N"
28529 msgstr ""
28530
28531 # type: verbatim
28532 #. type: verbatim
28533 #: ../fish/guestfish-actions.pod:3937
28534 #, no-wrap
28535 msgid ""
28536 " sfdisk-N device partnum cyls heads sectors line\n"
28537 "\n"
28538 msgstr ""
28539
28540 # type: textblock
28541 #. type: textblock
28542 #: ../fish/guestfish-actions.pod:3942
28543 msgid ""
28544 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
28545 "cyls/heads/sectors parameters."
28546 msgstr ""
28547
28548 # type: textblock
28549 #. type: textblock
28550 #: ../fish/guestfish-actions.pod:3945
28551 msgid "See also: L</part-add>"
28552 msgstr ""
28553
28554 # type: =head2
28555 #. type: =head2
28556 #: ../fish/guestfish-actions.pod:3950
28557 msgid "sfdisk-disk-geometry"
28558 msgstr ""
28559
28560 # type: verbatim
28561 #. type: verbatim
28562 #: ../fish/guestfish-actions.pod:3952
28563 #, no-wrap
28564 msgid ""
28565 " sfdisk-disk-geometry device\n"
28566 "\n"
28567 msgstr ""
28568
28569 # type: textblock
28570 #. type: textblock
28571 #: ../fish/guestfish-actions.pod:3954
28572 msgid ""
28573 "This displays the disk geometry of C<device> read from the partition table.  "
28574 "Especially in the case where the underlying block device has been resized, "
28575 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
28576 "kernel-geometry>)."
28577 msgstr ""
28578
28579 # type: =head2
28580 #. type: =head2
28581 #: ../fish/guestfish-actions.pod:3962
28582 msgid "sfdisk-kernel-geometry"
28583 msgstr ""
28584
28585 # type: verbatim
28586 #. type: verbatim
28587 #: ../fish/guestfish-actions.pod:3964
28588 #, no-wrap
28589 msgid ""
28590 " sfdisk-kernel-geometry device\n"
28591 "\n"
28592 msgstr ""
28593
28594 # type: =head2
28595 #. type: =head2
28596 #: ../fish/guestfish-actions.pod:3971
28597 msgid "sfdisk-l"
28598 msgstr ""
28599
28600 # type: verbatim
28601 #. type: verbatim
28602 #: ../fish/guestfish-actions.pod:3973
28603 #, no-wrap
28604 msgid ""
28605 " sfdisk-l device\n"
28606 "\n"
28607 msgstr ""
28608
28609 # type: textblock
28610 #. type: textblock
28611 #: ../fish/guestfish-actions.pod:3979
28612 msgid "See also: L</part-list>"
28613 msgstr ""
28614
28615 # type: =head2
28616 #. type: =head2
28617 #: ../fish/guestfish-actions.pod:3981
28618 msgid "sh"
28619 msgstr ""
28620
28621 # type: verbatim
28622 #. type: verbatim
28623 #: ../fish/guestfish-actions.pod:3983
28624 #, no-wrap
28625 msgid ""
28626 " sh command\n"
28627 "\n"
28628 msgstr ""
28629
28630 # type: textblock
28631 #. type: textblock
28632 #: ../fish/guestfish-actions.pod:3988
28633 msgid "This is like L</command>, but passes the command to:"
28634 msgstr ""
28635
28636 # type: textblock
28637 #. type: textblock
28638 #: ../fish/guestfish-actions.pod:3996
28639 msgid "All the provisos about L</command> apply to this call."
28640 msgstr ""
28641
28642 # type: =head2
28643 #. type: =head2
28644 #: ../fish/guestfish-actions.pod:3998
28645 msgid "sh-lines"
28646 msgstr ""
28647
28648 # type: verbatim
28649 #. type: verbatim
28650 #: ../fish/guestfish-actions.pod:4000
28651 #, no-wrap
28652 msgid ""
28653 " sh-lines command\n"
28654 "\n"
28655 msgstr ""
28656
28657 # type: textblock
28658 #. type: textblock
28659 #: ../fish/guestfish-actions.pod:4002
28660 msgid "This is the same as L</sh>, but splits the result into a list of lines."
28661 msgstr ""
28662
28663 # type: textblock
28664 #. type: textblock
28665 #: ../fish/guestfish-actions.pod:4005
28666 msgid "See also: L</command-lines>"
28667 msgstr ""
28668
28669 # type: =head2
28670 #. type: =head2
28671 #: ../fish/guestfish-actions.pod:4007
28672 msgid "sleep"
28673 msgstr ""
28674
28675 # type: verbatim
28676 #. type: verbatim
28677 #: ../fish/guestfish-actions.pod:4009
28678 #, no-wrap
28679 msgid ""
28680 " sleep secs\n"
28681 "\n"
28682 msgstr ""
28683
28684 # type: =head2
28685 #. type: =head2
28686 #: ../fish/guestfish-actions.pod:4013
28687 msgid "stat"
28688 msgstr ""
28689
28690 # type: verbatim
28691 #. type: verbatim
28692 #: ../fish/guestfish-actions.pod:4015
28693 #, no-wrap
28694 msgid ""
28695 " stat path\n"
28696 "\n"
28697 msgstr ""
28698
28699 # type: =head2
28700 #. type: =head2
28701 #: ../fish/guestfish-actions.pod:4021
28702 msgid "statvfs"
28703 msgstr ""
28704
28705 # type: verbatim
28706 #. type: verbatim
28707 #: ../fish/guestfish-actions.pod:4023
28708 #, no-wrap
28709 msgid ""
28710 " statvfs path\n"
28711 "\n"
28712 msgstr ""
28713
28714 # type: =head2
28715 #. type: =head2
28716 #: ../fish/guestfish-actions.pod:4031
28717 msgid "strings"
28718 msgstr ""
28719
28720 # type: verbatim
28721 #. type: verbatim
28722 #: ../fish/guestfish-actions.pod:4033
28723 #, no-wrap
28724 msgid ""
28725 " strings path\n"
28726 "\n"
28727 msgstr ""
28728
28729 # type: =head2
28730 #. type: =head2
28731 #: ../fish/guestfish-actions.pod:4041
28732 msgid "strings-e"
28733 msgstr ""
28734
28735 # type: verbatim
28736 #. type: verbatim
28737 #: ../fish/guestfish-actions.pod:4043
28738 #, no-wrap
28739 msgid ""
28740 " strings-e encoding path\n"
28741 "\n"
28742 msgstr ""
28743
28744 # type: textblock
28745 #. type: textblock
28746 #: ../fish/guestfish-actions.pod:4045
28747 msgid ""
28748 "This is like the L</strings> command, but allows you to specify the encoding "
28749 "of strings that are looked for in the source file C<path>."
28750 msgstr ""
28751
28752 # type: textblock
28753 #. type: textblock
28754 #: ../fish/guestfish-actions.pod:4055
28755 msgid ""
28756 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
28757 "ISO-8859-X (this is what L</strings> uses)."
28758 msgstr ""
28759
28760 # type: =head2
28761 #. type: =head2
28762 #: ../fish/guestfish-actions.pod:4087
28763 msgid "swapoff-device"
28764 msgstr ""
28765
28766 # type: verbatim
28767 #. type: verbatim
28768 #: ../fish/guestfish-actions.pod:4089
28769 #, no-wrap
28770 msgid ""
28771 " swapoff-device device\n"
28772 "\n"
28773 msgstr ""
28774
28775 # type: textblock
28776 #. type: textblock
28777 #: ../fish/guestfish-actions.pod:4091
28778 msgid ""
28779 "This command disables the libguestfs appliance swap device or partition "
28780 "named C<device>.  See L</swapon-device>."
28781 msgstr ""
28782
28783 # type: =head2
28784 #. type: =head2
28785 #: ../fish/guestfish-actions.pod:4095
28786 msgid "swapoff-file"
28787 msgstr ""
28788
28789 # type: verbatim
28790 #. type: verbatim
28791 #: ../fish/guestfish-actions.pod:4097
28792 #, no-wrap
28793 msgid ""
28794 " swapoff-file file\n"
28795 "\n"
28796 msgstr ""
28797
28798 # type: =head2
28799 #. type: =head2
28800 #: ../fish/guestfish-actions.pod:4101
28801 msgid "swapoff-label"
28802 msgstr ""
28803
28804 # type: verbatim
28805 #. type: verbatim
28806 #: ../fish/guestfish-actions.pod:4103
28807 #, no-wrap
28808 msgid ""
28809 " swapoff-label label\n"
28810 "\n"
28811 msgstr ""
28812
28813 # type: =head2
28814 #. type: =head2
28815 #: ../fish/guestfish-actions.pod:4108
28816 msgid "swapoff-uuid"
28817 msgstr ""
28818
28819 # type: verbatim
28820 #. type: verbatim
28821 #: ../fish/guestfish-actions.pod:4110
28822 #, no-wrap
28823 msgid ""
28824 " swapoff-uuid uuid\n"
28825 "\n"
28826 msgstr ""
28827
28828 # type: =head2
28829 #. type: =head2
28830 #: ../fish/guestfish-actions.pod:4115
28831 msgid "swapon-device"
28832 msgstr ""
28833
28834 # type: verbatim
28835 #. type: verbatim
28836 #: ../fish/guestfish-actions.pod:4117
28837 #, no-wrap
28838 msgid ""
28839 " swapon-device device\n"
28840 "\n"
28841 msgstr ""
28842
28843 # type: textblock
28844 #. type: textblock
28845 #: ../fish/guestfish-actions.pod:4119
28846 msgid ""
28847 "This command enables the libguestfs appliance to use the swap device or "
28848 "partition named C<device>.  The increased memory is made available for all "
28849 "commands, for example those run using L</command> or L</sh>."
28850 msgstr ""
28851
28852 # type: =head2
28853 #. type: =head2
28854 #: ../fish/guestfish-actions.pod:4131
28855 msgid "swapon-file"
28856 msgstr ""
28857
28858 # type: verbatim
28859 #. type: verbatim
28860 #: ../fish/guestfish-actions.pod:4133
28861 #, no-wrap
28862 msgid ""
28863 " swapon-file file\n"
28864 "\n"
28865 msgstr ""
28866
28867 # type: textblock
28868 #. type: textblock
28869 #: ../fish/guestfish-actions.pod:4135
28870 msgid ""
28871 "This command enables swap to a file.  See L</swapon-device> for other notes."
28872 msgstr ""
28873
28874 # type: =head2
28875 #. type: =head2
28876 #: ../fish/guestfish-actions.pod:4138
28877 msgid "swapon-label"
28878 msgstr ""
28879
28880 # type: verbatim
28881 #. type: verbatim
28882 #: ../fish/guestfish-actions.pod:4140
28883 #, no-wrap
28884 msgid ""
28885 " swapon-label label\n"
28886 "\n"
28887 msgstr ""
28888
28889 # type: textblock
28890 #. type: textblock
28891 #: ../fish/guestfish-actions.pod:4142
28892 msgid ""
28893 "This command enables swap to a labeled swap partition.  See L</swapon-"
28894 "device> for other notes."
28895 msgstr ""
28896
28897 # type: =head2
28898 #. type: =head2
28899 #: ../fish/guestfish-actions.pod:4145
28900 msgid "swapon-uuid"
28901 msgstr ""
28902
28903 # type: verbatim
28904 #. type: verbatim
28905 #: ../fish/guestfish-actions.pod:4147
28906 #, no-wrap
28907 msgid ""
28908 " swapon-uuid uuid\n"
28909 "\n"
28910 msgstr ""
28911
28912 # type: textblock
28913 #. type: textblock
28914 #: ../fish/guestfish-actions.pod:4149
28915 msgid ""
28916 "This command enables swap to a swap partition with the given UUID.  See L</"
28917 "swapon-device> for other notes."
28918 msgstr ""
28919
28920 # type: =head2
28921 #. type: =head2
28922 #: ../fish/guestfish-actions.pod:4152
28923 msgid "sync"
28924 msgstr ""
28925
28926 # type: verbatim
28927 #. type: verbatim
28928 #: ../fish/guestfish-actions.pod:4154
28929 #, no-wrap
28930 msgid ""
28931 " sync\n"
28932 "\n"
28933 msgstr ""
28934
28935 # type: =head2
28936 #. type: =head2
28937 #: ../fish/guestfish-actions.pod:4162
28938 msgid "tail"
28939 msgstr ""
28940
28941 # type: verbatim
28942 #. type: verbatim
28943 #: ../fish/guestfish-actions.pod:4164
28944 #, no-wrap
28945 msgid ""
28946 " tail path\n"
28947 "\n"
28948 msgstr ""
28949
28950 # type: =head2
28951 #. type: =head2
28952 #: ../fish/guestfish-actions.pod:4172
28953 msgid "tail-n"
28954 msgstr ""
28955
28956 # type: verbatim
28957 #. type: verbatim
28958 #: ../fish/guestfish-actions.pod:4174
28959 #, no-wrap
28960 msgid ""
28961 " tail-n nrlines path\n"
28962 "\n"
28963 msgstr ""
28964
28965 # type: =head2
28966 #. type: =head2
28967 #: ../fish/guestfish-actions.pod:4187
28968 msgid "tar-in"
28969 msgstr ""
28970
28971 # type: verbatim
28972 #. type: verbatim
28973 #: ../fish/guestfish-actions.pod:4189
28974 #, no-wrap
28975 msgid ""
28976 " tar-in (tarfile|-) directory\n"
28977 "\n"
28978 msgstr ""
28979
28980 # type: textblock
28981 #. type: textblock
28982 #: ../fish/guestfish-actions.pod:4194
28983 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
28984 msgstr ""
28985
28986 # type: =head2
28987 #. type: =head2
28988 #: ../fish/guestfish-actions.pod:4199
28989 msgid "tar-out"
28990 msgstr ""
28991
28992 # type: verbatim
28993 #. type: verbatim
28994 #: ../fish/guestfish-actions.pod:4201
28995 #, no-wrap
28996 msgid ""
28997 " tar-out directory (tarfile|-)\n"
28998 "\n"
28999 msgstr ""
29000
29001 # type: textblock
29002 #. type: textblock
29003 #: ../fish/guestfish-actions.pod:4206
29004 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
29005 msgstr ""
29006
29007 # type: =head2
29008 #. type: =head2
29009 #: ../fish/guestfish-actions.pod:4211
29010 msgid "tgz-in"
29011 msgstr ""
29012
29013 # type: verbatim
29014 #. type: verbatim
29015 #: ../fish/guestfish-actions.pod:4213
29016 #, no-wrap
29017 msgid ""
29018 " tgz-in (tarball|-) directory\n"
29019 "\n"
29020 msgstr ""
29021
29022 # type: textblock
29023 #. type: textblock
29024 #: ../fish/guestfish-actions.pod:4218
29025 msgid "To upload an uncompressed tarball, use L</tar-in>."
29026 msgstr ""
29027
29028 # type: =head2
29029 #. type: =head2
29030 #: ../fish/guestfish-actions.pod:4222
29031 msgid "tgz-out"
29032 msgstr ""
29033
29034 # type: verbatim
29035 #. type: verbatim
29036 #: ../fish/guestfish-actions.pod:4224
29037 #, no-wrap
29038 msgid ""
29039 " tgz-out directory (tarball|-)\n"
29040 "\n"
29041 msgstr ""
29042
29043 # type: textblock
29044 #. type: textblock
29045 #: ../fish/guestfish-actions.pod:4229
29046 msgid "To download an uncompressed tarball, use L</tar-out>."
29047 msgstr ""
29048
29049 # type: =head2
29050 #. type: =head2
29051 #: ../fish/guestfish-actions.pod:4233
29052 msgid "touch"
29053 msgstr ""
29054
29055 # type: verbatim
29056 #. type: verbatim
29057 #: ../fish/guestfish-actions.pod:4235
29058 #, no-wrap
29059 msgid ""
29060 " touch path\n"
29061 "\n"
29062 msgstr ""
29063
29064 # type: =head2
29065 #. type: =head2
29066 #: ../fish/guestfish-actions.pod:4244
29067 msgid "truncate"
29068 msgstr ""
29069
29070 # type: verbatim
29071 #. type: verbatim
29072 #: ../fish/guestfish-actions.pod:4246
29073 #, no-wrap
29074 msgid ""
29075 " truncate path\n"
29076 "\n"
29077 msgstr ""
29078
29079 # type: =head2
29080 #. type: =head2
29081 #: ../fish/guestfish-actions.pod:4251
29082 msgid "truncate-size"
29083 msgstr ""
29084
29085 # type: verbatim
29086 #. type: verbatim
29087 #: ../fish/guestfish-actions.pod:4253
29088 #, no-wrap
29089 msgid ""
29090 " truncate-size path size\n"
29091 "\n"
29092 msgstr ""
29093
29094 # type: textblock
29095 #. type: textblock
29096 #: ../fish/guestfish-actions.pod:4258
29097 msgid ""
29098 "If the current file size is less than C<size> then the file is extended to "
29099 "the required size with zero bytes.  This creates a sparse file (ie. disk "
29100 "blocks are not allocated for the file until you write to it).  To create a "
29101 "non-sparse file of zeroes, use L</fallocate64> instead."
29102 msgstr ""
29103
29104 # type: =head2
29105 #. type: =head2
29106 #: ../fish/guestfish-actions.pod:4264
29107 msgid "tune2fs-l"
29108 msgstr ""
29109
29110 # type: verbatim
29111 #. type: verbatim
29112 #: ../fish/guestfish-actions.pod:4266
29113 #, no-wrap
29114 msgid ""
29115 " tune2fs-l device\n"
29116 "\n"
29117 msgstr ""
29118
29119 # type: =head2
29120 #. type: =head2
29121 #: ../fish/guestfish-actions.pod:4276
29122 msgid "txz-in"
29123 msgstr ""
29124
29125 # type: verbatim
29126 #. type: verbatim
29127 #: ../fish/guestfish-actions.pod:4278
29128 #, no-wrap
29129 msgid ""
29130 " txz-in (tarball|-) directory\n"
29131 "\n"
29132 msgstr ""
29133
29134 # type: =head2
29135 #. type: =head2
29136 #: ../fish/guestfish-actions.pod:4285
29137 msgid "txz-out"
29138 msgstr ""
29139
29140 # type: verbatim
29141 #. type: verbatim
29142 #: ../fish/guestfish-actions.pod:4287
29143 #, no-wrap
29144 msgid ""
29145 " txz-out directory (tarball|-)\n"
29146 "\n"
29147 msgstr ""
29148
29149 # type: =head2
29150 #. type: =head2
29151 #: ../fish/guestfish-actions.pod:4294
29152 msgid "umask"
29153 msgstr ""
29154
29155 # type: verbatim
29156 #. type: verbatim
29157 #: ../fish/guestfish-actions.pod:4296
29158 #, no-wrap
29159 msgid ""
29160 " umask mask\n"
29161 "\n"
29162 msgstr ""
29163
29164 # type: textblock
29165 #. type: textblock
29166 #: ../fish/guestfish-actions.pod:4310
29167 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
29168 msgstr ""
29169
29170 # type: =head2
29171 #. type: =head2
29172 #: ../fish/guestfish-actions.pod:4315
29173 msgid "umount"
29174 msgstr ""
29175
29176 # type: =head2
29177 #. type: =head2
29178 #: ../fish/guestfish-actions.pod:4317
29179 msgid "unmount"
29180 msgstr ""
29181
29182 # type: verbatim
29183 #. type: verbatim
29184 #: ../fish/guestfish-actions.pod:4319
29185 #, no-wrap
29186 msgid ""
29187 " umount pathordevice\n"
29188 "\n"
29189 msgstr ""
29190
29191 # type: =head2
29192 #. type: =head2
29193 #: ../fish/guestfish-actions.pod:4325
29194 msgid "umount-all"
29195 msgstr ""
29196
29197 # type: =head2
29198 #. type: =head2
29199 #: ../fish/guestfish-actions.pod:4327
29200 msgid "unmount-all"
29201 msgstr ""
29202
29203 # type: verbatim
29204 #. type: verbatim
29205 #: ../fish/guestfish-actions.pod:4329
29206 #, no-wrap
29207 msgid ""
29208 " umount-all\n"
29209 "\n"
29210 msgstr ""
29211
29212 # type: =head2
29213 #. type: =head2
29214 #: ../fish/guestfish-actions.pod:4335
29215 msgid "upload"
29216 msgstr ""
29217
29218 # type: verbatim
29219 #. type: verbatim
29220 #: ../fish/guestfish-actions.pod:4337
29221 #, no-wrap
29222 msgid ""
29223 " upload (filename|-) remotefilename\n"
29224 "\n"
29225 msgstr ""
29226
29227 # type: textblock
29228 #. type: textblock
29229 #: ../fish/guestfish-actions.pod:4344
29230 msgid "See also L</download>."
29231 msgstr ""
29232
29233 # type: =head2
29234 #. type: =head2
29235 #: ../fish/guestfish-actions.pod:4348
29236 msgid "upload-offset"
29237 msgstr ""
29238
29239 # type: verbatim
29240 #. type: verbatim
29241 #: ../fish/guestfish-actions.pod:4350
29242 #, no-wrap
29243 msgid ""
29244 " upload-offset (filename|-) remotefilename offset\n"
29245 "\n"
29246 msgstr ""
29247
29248 # type: textblock
29249 #. type: textblock
29250 #: ../fish/guestfish-actions.pod:4362
29251 msgid ""
29252 "Note that there is no limit on the amount of data that can be uploaded with "
29253 "this call, unlike with L</pwrite>, and this call always writes the full "
29254 "amount unless an error occurs."
29255 msgstr ""
29256
29257 # type: textblock
29258 #. type: textblock
29259 #: ../fish/guestfish-actions.pod:4367
29260 msgid "See also L</upload>, L</pwrite>."
29261 msgstr ""
29262
29263 # type: =head2
29264 #. type: =head2
29265 #: ../fish/guestfish-actions.pod:4371
29266 msgid "utimens"
29267 msgstr ""
29268
29269 # type: verbatim
29270 #. type: verbatim
29271 #: ../fish/guestfish-actions.pod:4373
29272 #, no-wrap
29273 msgid ""
29274 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
29275 "\n"
29276 msgstr ""
29277
29278 # type: =head2
29279 #. type: =head2
29280 #: ../fish/guestfish-actions.pod:4392
29281 msgid "version"
29282 msgstr ""
29283
29284 # type: verbatim
29285 #. type: verbatim
29286 #: ../fish/guestfish-actions.pod:4394
29287 #, no-wrap
29288 msgid ""
29289 " version\n"
29290 "\n"
29291 msgstr ""
29292
29293 # type: textblock
29294 #. type: textblock
29295 #: ../fish/guestfish-actions.pod:4421
29296 msgid ""
29297 "I<Note:> Don't use this call to test for availability of features.  In "
29298 "enterprise distributions we backport features from later versions into "
29299 "earlier versions, making this an unreliable way to test for features.  Use "
29300 "L</available> instead."
29301 msgstr ""
29302
29303 # type: =head2
29304 #. type: =head2
29305 #: ../fish/guestfish-actions.pod:4427
29306 msgid "vfs-label"
29307 msgstr ""
29308
29309 # type: verbatim
29310 #. type: verbatim
29311 #: ../fish/guestfish-actions.pod:4429
29312 #, no-wrap
29313 msgid ""
29314 " vfs-label device\n"
29315 "\n"
29316 msgstr ""
29317
29318 # type: textblock
29319 #. type: textblock
29320 #: ../fish/guestfish-actions.pod:4436
29321 msgid "To find a filesystem from the label, use L</findfs-label>."
29322 msgstr ""
29323
29324 # type: =head2
29325 #. type: =head2
29326 #: ../fish/guestfish-actions.pod:4438
29327 msgid "vfs-type"
29328 msgstr ""
29329
29330 # type: verbatim
29331 #. type: verbatim
29332 #: ../fish/guestfish-actions.pod:4440
29333 #, no-wrap
29334 msgid ""
29335 " vfs-type device\n"
29336 "\n"
29337 msgstr ""
29338
29339 # type: =head2
29340 #. type: =head2
29341 #: ../fish/guestfish-actions.pod:4450
29342 msgid "vfs-uuid"
29343 msgstr ""
29344
29345 # type: verbatim
29346 #. type: verbatim
29347 #: ../fish/guestfish-actions.pod:4452
29348 #, no-wrap
29349 msgid ""
29350 " vfs-uuid device\n"
29351 "\n"
29352 msgstr ""
29353
29354 # type: textblock
29355 #. type: textblock
29356 #: ../fish/guestfish-actions.pod:4459
29357 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
29358 msgstr ""
29359
29360 # type: =head2
29361 #. type: =head2
29362 #: ../fish/guestfish-actions.pod:4461
29363 msgid "vg-activate"
29364 msgstr ""
29365
29366 # type: verbatim
29367 #. type: verbatim
29368 #: ../fish/guestfish-actions.pod:4463
29369 #, no-wrap
29370 msgid ""
29371 " vg-activate true|false 'volgroups ...'\n"
29372 "\n"
29373 msgstr ""
29374
29375 # type: =head2
29376 #. type: =head2
29377 #: ../fish/guestfish-actions.pod:4476
29378 msgid "vg-activate-all"
29379 msgstr ""
29380
29381 # type: verbatim
29382 #. type: verbatim
29383 #: ../fish/guestfish-actions.pod:4478
29384 #, no-wrap
29385 msgid ""
29386 " vg-activate-all true|false\n"
29387 "\n"
29388 msgstr ""
29389
29390 # type: =head2
29391 #. type: =head2
29392 #: ../fish/guestfish-actions.pod:4488
29393 msgid "vgcreate"
29394 msgstr ""
29395
29396 # type: verbatim
29397 #. type: verbatim
29398 #: ../fish/guestfish-actions.pod:4490
29399 #, no-wrap
29400 msgid ""
29401 " vgcreate volgroup 'physvols ...'\n"
29402 "\n"
29403 msgstr ""
29404
29405 # type: =head2
29406 #. type: =head2
29407 #: ../fish/guestfish-actions.pod:4495
29408 msgid "vglvuuids"
29409 msgstr ""
29410
29411 # type: verbatim
29412 #. type: verbatim
29413 #: ../fish/guestfish-actions.pod:4497
29414 #, no-wrap
29415 msgid ""
29416 " vglvuuids vgname\n"
29417 "\n"
29418 msgstr ""
29419
29420 # type: textblock
29421 #. type: textblock
29422 #: ../fish/guestfish-actions.pod:4502
29423 msgid ""
29424 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
29425 "logical volumes and volume groups."
29426 msgstr ""
29427
29428 # type: textblock
29429 #. type: textblock
29430 #: ../fish/guestfish-actions.pod:4505
29431 msgid "See also L</vgpvuuids>."
29432 msgstr ""
29433
29434 # type: =head2
29435 #. type: =head2
29436 #: ../fish/guestfish-actions.pod:4507
29437 msgid "vgpvuuids"
29438 msgstr ""
29439
29440 # type: verbatim
29441 #. type: verbatim
29442 #: ../fish/guestfish-actions.pod:4509
29443 #, no-wrap
29444 msgid ""
29445 " vgpvuuids vgname\n"
29446 "\n"
29447 msgstr ""
29448
29449 # type: textblock
29450 #. type: textblock
29451 #: ../fish/guestfish-actions.pod:4514
29452 msgid ""
29453 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
29454 "physical volumes and volume groups."
29455 msgstr ""
29456
29457 # type: textblock
29458 #. type: textblock
29459 #: ../fish/guestfish-actions.pod:4517
29460 msgid "See also L</vglvuuids>."
29461 msgstr ""
29462
29463 # type: =head2
29464 #. type: =head2
29465 #: ../fish/guestfish-actions.pod:4519
29466 msgid "vgremove"
29467 msgstr ""
29468
29469 # type: verbatim
29470 #. type: verbatim
29471 #: ../fish/guestfish-actions.pod:4521
29472 #, no-wrap
29473 msgid ""
29474 " vgremove vgname\n"
29475 "\n"
29476 msgstr ""
29477
29478 # type: =head2
29479 #. type: =head2
29480 #: ../fish/guestfish-actions.pod:4528
29481 msgid "vgrename"
29482 msgstr ""
29483
29484 # type: verbatim
29485 #. type: verbatim
29486 #: ../fish/guestfish-actions.pod:4530
29487 #, no-wrap
29488 msgid ""
29489 " vgrename volgroup newvolgroup\n"
29490 "\n"
29491 msgstr ""
29492
29493 # type: =head2
29494 #. type: =head2
29495 #: ../fish/guestfish-actions.pod:4534
29496 msgid "vgs"
29497 msgstr ""
29498
29499 # type: verbatim
29500 #. type: verbatim
29501 #: ../fish/guestfish-actions.pod:4536
29502 #, no-wrap
29503 msgid ""
29504 " vgs\n"
29505 "\n"
29506 msgstr ""
29507
29508 # type: textblock
29509 #. type: textblock
29510 #: ../fish/guestfish-actions.pod:4544
29511 msgid "See also L</vgs-full>."
29512 msgstr ""
29513
29514 # type: =head2
29515 #. type: =head2
29516 #: ../fish/guestfish-actions.pod:4546
29517 msgid "vgs-full"
29518 msgstr ""
29519
29520 # type: verbatim
29521 #. type: verbatim
29522 #: ../fish/guestfish-actions.pod:4548
29523 #, no-wrap
29524 msgid ""
29525 " vgs-full\n"
29526 "\n"
29527 msgstr ""
29528
29529 # type: =head2
29530 #. type: =head2
29531 #: ../fish/guestfish-actions.pod:4553
29532 msgid "vgscan"
29533 msgstr ""
29534
29535 # type: verbatim
29536 #. type: verbatim
29537 #: ../fish/guestfish-actions.pod:4555
29538 #, no-wrap
29539 msgid ""
29540 " vgscan\n"
29541 "\n"
29542 msgstr ""
29543
29544 # type: =head2
29545 #. type: =head2
29546 #: ../fish/guestfish-actions.pod:4560
29547 msgid "vguuid"
29548 msgstr ""
29549
29550 # type: verbatim
29551 #. type: verbatim
29552 #: ../fish/guestfish-actions.pod:4562
29553 #, no-wrap
29554 msgid ""
29555 " vguuid vgname\n"
29556 "\n"
29557 msgstr ""
29558
29559 # type: =head2
29560 #. type: =head2
29561 #: ../fish/guestfish-actions.pod:4566
29562 msgid "wc-c"
29563 msgstr ""
29564
29565 # type: verbatim
29566 #. type: verbatim
29567 #: ../fish/guestfish-actions.pod:4568
29568 #, no-wrap
29569 msgid ""
29570 " wc-c path\n"
29571 "\n"
29572 msgstr ""
29573
29574 # type: =head2
29575 #. type: =head2
29576 #: ../fish/guestfish-actions.pod:4573
29577 msgid "wc-l"
29578 msgstr ""
29579
29580 # type: verbatim
29581 #. type: verbatim
29582 #: ../fish/guestfish-actions.pod:4575
29583 #, no-wrap
29584 msgid ""
29585 " wc-l path\n"
29586 "\n"
29587 msgstr ""
29588
29589 # type: =head2
29590 #. type: =head2
29591 #: ../fish/guestfish-actions.pod:4580
29592 msgid "wc-w"
29593 msgstr ""
29594
29595 # type: verbatim
29596 #. type: verbatim
29597 #: ../fish/guestfish-actions.pod:4582
29598 #, no-wrap
29599 msgid ""
29600 " wc-w path\n"
29601 "\n"
29602 msgstr ""
29603
29604 # type: =head2
29605 #. type: =head2
29606 #: ../fish/guestfish-actions.pod:4587
29607 msgid "write"
29608 msgstr ""
29609
29610 # type: verbatim
29611 #. type: verbatim
29612 #: ../fish/guestfish-actions.pod:4589
29613 #, no-wrap
29614 msgid ""
29615 " write path content\n"
29616 "\n"
29617 msgstr ""
29618
29619 # type: =head2
29620 #. type: =head2
29621 #: ../fish/guestfish-actions.pod:4597
29622 msgid "write-file"
29623 msgstr ""
29624
29625 # type: verbatim
29626 #. type: verbatim
29627 #: ../fish/guestfish-actions.pod:4599
29628 #, no-wrap
29629 msgid ""
29630 " write-file path content size\n"
29631 "\n"
29632 msgstr ""
29633
29634 # type: =head2
29635 #. type: =head2
29636 #: ../fish/guestfish-actions.pod:4622
29637 msgid "zegrep"
29638 msgstr ""
29639
29640 # type: verbatim
29641 #. type: verbatim
29642 #: ../fish/guestfish-actions.pod:4624
29643 #, no-wrap
29644 msgid ""
29645 " zegrep regex path\n"
29646 "\n"
29647 msgstr ""
29648
29649 # type: =head2
29650 #. type: =head2
29651 #: ../fish/guestfish-actions.pod:4632
29652 msgid "zegrepi"
29653 msgstr ""
29654
29655 # type: verbatim
29656 #. type: verbatim
29657 #: ../fish/guestfish-actions.pod:4634
29658 #, no-wrap
29659 msgid ""
29660 " zegrepi regex path\n"
29661 "\n"
29662 msgstr ""
29663
29664 # type: =head2
29665 #. type: =head2
29666 #: ../fish/guestfish-actions.pod:4642
29667 msgid "zero"
29668 msgstr ""
29669
29670 # type: verbatim
29671 #. type: verbatim
29672 #: ../fish/guestfish-actions.pod:4644
29673 #, no-wrap
29674 msgid ""
29675 " zero device\n"
29676 "\n"
29677 msgstr ""
29678
29679 # type: textblock
29680 #. type: textblock
29681 #: ../fish/guestfish-actions.pod:4652
29682 msgid "See also: L</zero-device>, L</scrub-device>."
29683 msgstr ""
29684
29685 # type: =head2
29686 #. type: =head2
29687 #: ../fish/guestfish-actions.pod:4654
29688 msgid "zero-device"
29689 msgstr ""
29690
29691 # type: verbatim
29692 #. type: verbatim
29693 #: ../fish/guestfish-actions.pod:4656
29694 #, no-wrap
29695 msgid ""
29696 " zero-device device\n"
29697 "\n"
29698 msgstr ""
29699
29700 # type: textblock
29701 #. type: textblock
29702 #: ../fish/guestfish-actions.pod:4658
29703 msgid ""
29704 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
29705 "which just zeroes the first few blocks of a device."
29706 msgstr ""
29707
29708 # type: =head2
29709 #. type: =head2
29710 #: ../fish/guestfish-actions.pod:4665
29711 msgid "zerofree"
29712 msgstr ""
29713
29714 # type: verbatim
29715 #. type: verbatim
29716 #: ../fish/guestfish-actions.pod:4667
29717 #, no-wrap
29718 msgid ""
29719 " zerofree device\n"
29720 "\n"
29721 msgstr ""
29722
29723 # type: =head2
29724 #. type: =head2
29725 #: ../fish/guestfish-actions.pod:4680
29726 msgid "zfgrep"
29727 msgstr ""
29728
29729 # type: verbatim
29730 #. type: verbatim
29731 #: ../fish/guestfish-actions.pod:4682
29732 #, no-wrap
29733 msgid ""
29734 " zfgrep pattern path\n"
29735 "\n"
29736 msgstr ""
29737
29738 # type: =head2
29739 #. type: =head2
29740 #: ../fish/guestfish-actions.pod:4690
29741 msgid "zfgrepi"
29742 msgstr ""
29743
29744 # type: verbatim
29745 #. type: verbatim
29746 #: ../fish/guestfish-actions.pod:4692
29747 #, no-wrap
29748 msgid ""
29749 " zfgrepi pattern path\n"
29750 "\n"
29751 msgstr ""
29752
29753 # type: =head2
29754 #. type: =head2
29755 #: ../fish/guestfish-actions.pod:4700
29756 msgid "zfile"
29757 msgstr ""
29758
29759 # type: verbatim
29760 #. type: verbatim
29761 #: ../fish/guestfish-actions.pod:4702
29762 #, no-wrap
29763 msgid ""
29764 " zfile meth path\n"
29765 "\n"
29766 msgstr ""
29767
29768 # type: textblock
29769 #. type: textblock
29770 #: ../fish/guestfish-actions.pod:4709
29771 msgid ""
29772 "Since 1.0.63, use L</file> instead which can now process compressed files."
29773 msgstr ""
29774
29775 # type: =head2
29776 #. type: =head2
29777 #: ../fish/guestfish-actions.pod:4719
29778 msgid "zgrep"
29779 msgstr ""
29780
29781 # type: verbatim
29782 #. type: verbatim
29783 #: ../fish/guestfish-actions.pod:4721
29784 #, no-wrap
29785 msgid ""
29786 " zgrep regex path\n"
29787 "\n"
29788 msgstr ""
29789
29790 # type: =head2
29791 #. type: =head2
29792 #: ../fish/guestfish-actions.pod:4729
29793 msgid "zgrepi"
29794 msgstr ""
29795
29796 # type: verbatim
29797 #. type: verbatim
29798 #: ../fish/guestfish-actions.pod:4731
29799 #, no-wrap
29800 msgid ""
29801 " zgrepi regex path\n"
29802 "\n"
29803 msgstr ""
29804
29805 # type: =head2
29806 #. type: =head2
29807 #: ../fish/guestfish-commands.pod:1
29808 msgid "alloc"
29809 msgstr ""
29810
29811 # type: =head2
29812 #. type: =head2
29813 #: ../fish/guestfish-commands.pod:3
29814 msgid "allocate"
29815 msgstr ""
29816
29817 # type: verbatim
29818 #. type: verbatim
29819 #: ../fish/guestfish-commands.pod:5
29820 #, no-wrap
29821 msgid ""
29822 " alloc filename size\n"
29823 "\n"
29824 msgstr ""
29825
29826 # type: textblock
29827 #. type: textblock
29828 #: ../fish/guestfish-commands.pod:7
29829 msgid ""
29830 "This creates an empty (zeroed) file of the given size, and then adds so it "
29831 "can be further examined."
29832 msgstr ""
29833
29834 # type: textblock
29835 #. type: textblock
29836 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
29837 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
29838 msgstr ""
29839
29840 # type: textblock
29841 #. type: textblock
29842 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
29843 msgid "Size can be specified using standard suffixes, eg. C<1M>."
29844 msgstr ""
29845
29846 # type: textblock
29847 #. type: textblock
29848 #: ../fish/guestfish-commands.pod:14
29849 msgid ""
29850 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
29851 "image, see L</PREPARED DISK IMAGES>."
29852 msgstr ""
29853
29854 # type: =head2
29855 #. type: =head2
29856 #: ../fish/guestfish-commands.pod:17
29857 msgid "copy-in"
29858 msgstr ""
29859
29860 # type: verbatim
29861 #. type: verbatim
29862 #: ../fish/guestfish-commands.pod:19
29863 #, no-wrap
29864 msgid ""
29865 " copy-in local [local ...] /remotedir\n"
29866 "\n"
29867 msgstr ""
29868
29869 # type: textblock
29870 #. type: textblock
29871 #: ../fish/guestfish-commands.pod:21
29872 msgid ""
29873 "C<copy-in> copies local files or directories recursively into the disk "
29874 "image, placing them in the directory called C</remotedir> (which must "
29875 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
29876 "other commands as necessary."
29877 msgstr ""
29878
29879 # type: textblock
29880 #. type: textblock
29881 #: ../fish/guestfish-commands.pod:26
29882 msgid ""
29883 "Multiple local files and directories can be specified, but the last "
29884 "parameter must always be a remote directory.  Wildcards cannot be used."
29885 msgstr ""
29886
29887 # type: =head2
29888 #. type: =head2
29889 #: ../fish/guestfish-commands.pod:30
29890 msgid "copy-out"
29891 msgstr ""
29892
29893 # type: verbatim
29894 #. type: verbatim
29895 #: ../fish/guestfish-commands.pod:32
29896 #, no-wrap
29897 msgid ""
29898 " copy-out remote [remote ...] localdir\n"
29899 "\n"
29900 msgstr ""
29901
29902 # type: textblock
29903 #. type: textblock
29904 #: ../fish/guestfish-commands.pod:34
29905 msgid ""
29906 "C<copy-out> copies remote files or directories recursively out of the disk "
29907 "image, placing them on the host disk in a local directory called C<localdir> "
29908 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
29909 "download>, L</tar-out> and other commands as necessary."
29910 msgstr ""
29911
29912 # type: textblock
29913 #. type: textblock
29914 #: ../fish/guestfish-commands.pod:40
29915 msgid ""
29916 "Multiple remote files and directories can be specified, but the last "
29917 "parameter must always be a local directory.  To download to the current "
29918 "directory, use C<.> as in:"
29919 msgstr ""
29920
29921 # type: verbatim
29922 #. type: verbatim
29923 #: ../fish/guestfish-commands.pod:44
29924 #, no-wrap
29925 msgid ""
29926 " copy-out /home .\n"
29927 "\n"
29928 msgstr ""
29929
29930 # type: textblock
29931 #. type: textblock
29932 #: ../fish/guestfish-commands.pod:46
29933 msgid ""
29934 "Wildcards cannot be used in the ordinary command, but you can use them with "
29935 "the help of L</glob> like this:"
29936 msgstr ""
29937
29938 # type: verbatim
29939 #. type: verbatim
29940 #: ../fish/guestfish-commands.pod:49
29941 #, no-wrap
29942 msgid ""
29943 " glob copy-out /home/* .\n"
29944 "\n"
29945 msgstr ""
29946
29947 # type: =head2
29948 #. type: =head2
29949 #: ../fish/guestfish-commands.pod:51
29950 msgid "echo"
29951 msgstr ""
29952
29953 # type: verbatim
29954 #. type: verbatim
29955 #: ../fish/guestfish-commands.pod:53
29956 #, no-wrap
29957 msgid ""
29958 " echo [params ...]\n"
29959 "\n"
29960 msgstr ""
29961
29962 # type: textblock
29963 #. type: textblock
29964 #: ../fish/guestfish-commands.pod:55
29965 msgid "This echos the parameters to the terminal."
29966 msgstr ""
29967
29968 # type: =head2
29969 #. type: =head2
29970 #: ../fish/guestfish-commands.pod:57
29971 msgid "edit"
29972 msgstr ""
29973
29974 # type: =head2
29975 #. type: =head2
29976 #: ../fish/guestfish-commands.pod:59
29977 msgid "vi"
29978 msgstr ""
29979
29980 # type: =head2
29981 #. type: =head2
29982 #: ../fish/guestfish-commands.pod:61
29983 msgid "emacs"
29984 msgstr ""
29985
29986 # type: verbatim
29987 #. type: verbatim
29988 #: ../fish/guestfish-commands.pod:63
29989 #, no-wrap
29990 msgid ""
29991 " edit filename\n"
29992 "\n"
29993 msgstr ""
29994
29995 # type: textblock
29996 #. type: textblock
29997 #: ../fish/guestfish-commands.pod:65
29998 msgid ""
29999 "This is used to edit a file.  It downloads the file, edits it locally using "
30000 "your editor, then uploads the result."
30001 msgstr ""
30002
30003 # type: textblock
30004 #. type: textblock
30005 #: ../fish/guestfish-commands.pod:68
30006 msgid ""
30007 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
30008 "or C<emacs> you will get those corresponding editors."
30009 msgstr ""
30010
30011 # type: =head2
30012 #. type: =head2
30013 #: ../fish/guestfish-commands.pod:72
30014 msgid "glob"
30015 msgstr ""
30016
30017 # type: verbatim
30018 #. type: verbatim
30019 #: ../fish/guestfish-commands.pod:74
30020 #, no-wrap
30021 msgid ""
30022 " glob command args...\n"
30023 "\n"
30024 msgstr ""
30025
30026 # type: textblock
30027 #. type: textblock
30028 #: ../fish/guestfish-commands.pod:76
30029 msgid ""
30030 "Expand wildcards in any paths in the args list, and run C<command> "
30031 "repeatedly on each matching path."
30032 msgstr ""
30033
30034 # type: textblock
30035 #. type: textblock
30036 #: ../fish/guestfish-commands.pod:79
30037 msgid "See L</WILDCARDS AND GLOBBING>."
30038 msgstr ""
30039
30040 # type: =head2
30041 #. type: =head2
30042 #: ../fish/guestfish-commands.pod:81
30043 msgid "hexedit"
30044 msgstr ""
30045
30046 # type: verbatim
30047 #. type: verbatim
30048 #: ../fish/guestfish-commands.pod:83
30049 #, no-wrap
30050 msgid ""
30051 " hexedit <filename|device>\n"
30052 " hexedit <filename|device> <max>\n"
30053 " hexedit <filename|device> <start> <max>\n"
30054 "\n"
30055 msgstr ""
30056
30057 # type: textblock
30058 #. type: textblock
30059 #: ../fish/guestfish-commands.pod:87
30060 msgid ""
30061 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
30062 "device."
30063 msgstr ""
30064
30065 # type: textblock
30066 #. type: textblock
30067 #: ../fish/guestfish-commands.pod:90
30068 msgid ""
30069 "This command works by downloading potentially the whole file or device, "
30070 "editing it locally, then uploading it.  If the file or device is large, you "
30071 "have to specify which part you wish to edit by using C<max> and/or C<start> "
30072 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
30073 "usual modifiers allowed such as C<1M> (1 megabyte)."
30074 msgstr ""
30075
30076 # type: textblock
30077 #. type: textblock
30078 #: ../fish/guestfish-commands.pod:97
30079 msgid "For example to edit the first few sectors of a disk you might do:"
30080 msgstr ""
30081
30082 # type: verbatim
30083 #. type: verbatim
30084 #: ../fish/guestfish-commands.pod:100
30085 #, no-wrap
30086 msgid ""
30087 " hexedit /dev/sda 1M\n"
30088 "\n"
30089 msgstr ""
30090
30091 # type: textblock
30092 #. type: textblock
30093 #: ../fish/guestfish-commands.pod:102
30094 msgid ""
30095 "which would allow you to edit anywhere within the first megabyte of the disk."
30096 msgstr ""
30097
30098 # type: textblock
30099 #. type: textblock
30100 #: ../fish/guestfish-commands.pod:105
30101 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
30102 msgstr ""
30103
30104 # type: verbatim
30105 #. type: verbatim
30106 #: ../fish/guestfish-commands.pod:107
30107 #, no-wrap
30108 msgid ""
30109 " hexedit /dev/sda1 0x400 0x400\n"
30110 "\n"
30111 msgstr ""
30112
30113 # type: textblock
30114 #. type: textblock
30115 #: ../fish/guestfish-commands.pod:109
30116 msgid "(assuming the superblock is in the standard location)."
30117 msgstr ""
30118
30119 # type: textblock
30120 #. type: textblock
30121 #: ../fish/guestfish-commands.pod:111
30122 msgid ""
30123 "This command requires the external L<hexedit(1)> program.  You can specify "
30124 "another program to use by setting the C<HEXEDITOR> environment variable."
30125 msgstr ""
30126
30127 # type: textblock
30128 #. type: textblock
30129 #: ../fish/guestfish-commands.pod:115
30130 msgid "See also L</hexdump>."
30131 msgstr ""
30132
30133 # type: =head2
30134 #. type: =head2
30135 #: ../fish/guestfish-commands.pod:117
30136 msgid "lcd"
30137 msgstr ""
30138
30139 # type: verbatim
30140 #. type: verbatim
30141 #: ../fish/guestfish-commands.pod:119
30142 #, no-wrap
30143 msgid ""
30144 " lcd directory\n"
30145 "\n"
30146 msgstr ""
30147
30148 # type: textblock
30149 #. type: textblock
30150 #: ../fish/guestfish-commands.pod:121
30151 msgid ""
30152 "Change the local directory, ie. the current directory of guestfish itself."
30153 msgstr ""
30154
30155 # type: textblock
30156 #. type: textblock
30157 #: ../fish/guestfish-commands.pod:124
30158 msgid "Note that C<!cd> won't do what you might expect."
30159 msgstr ""
30160
30161 # type: =head2
30162 #. type: =head2
30163 #: ../fish/guestfish-commands.pod:126
30164 msgid "man"
30165 msgstr ""
30166
30167 # type: =head2
30168 #. type: =head2
30169 #: ../fish/guestfish-commands.pod:128
30170 msgid "manual"
30171 msgstr ""
30172
30173 # type: verbatim
30174 #. type: verbatim
30175 #: ../fish/guestfish-commands.pod:130
30176 #, no-wrap
30177 msgid ""
30178 "  man\n"
30179 "\n"
30180 msgstr ""
30181
30182 # type: textblock
30183 #. type: textblock
30184 #: ../fish/guestfish-commands.pod:132
30185 msgid "Opens the manual page for guestfish."
30186 msgstr ""
30187
30188 # type: =head2
30189 #. type: =head2
30190 #: ../fish/guestfish-commands.pod:134
30191 msgid "more"
30192 msgstr ""
30193
30194 # type: =head2
30195 #. type: =head2
30196 #: ../fish/guestfish-commands.pod:136
30197 msgid "less"
30198 msgstr ""
30199
30200 # type: verbatim
30201 #. type: verbatim
30202 #: ../fish/guestfish-commands.pod:138
30203 #, no-wrap
30204 msgid ""
30205 " more filename\n"
30206 "\n"
30207 msgstr ""
30208
30209 # type: verbatim
30210 #. type: verbatim
30211 #: ../fish/guestfish-commands.pod:140
30212 #, no-wrap
30213 msgid ""
30214 " less filename\n"
30215 "\n"
30216 msgstr ""
30217
30218 # type: textblock
30219 #. type: textblock
30220 #: ../fish/guestfish-commands.pod:142
30221 msgid "This is used to view a file."
30222 msgstr ""
30223
30224 # type: textblock
30225 #. type: textblock
30226 #: ../fish/guestfish-commands.pod:144
30227 msgid ""
30228 "The default viewer is C<$PAGER>.  However if you use the alternate command "
30229 "C<less> you will get the C<less> command specifically."
30230 msgstr ""
30231
30232 # type: =head2
30233 #. type: =head2
30234 #: ../fish/guestfish-commands.pod:147
30235 msgid "reopen"
30236 msgstr ""
30237
30238 # type: verbatim
30239 #. type: verbatim
30240 #: ../fish/guestfish-commands.pod:149
30241 #, no-wrap
30242 msgid ""
30243 "  reopen\n"
30244 "\n"
30245 msgstr ""
30246
30247 # type: textblock
30248 #. type: textblock
30249 #: ../fish/guestfish-commands.pod:151
30250 msgid ""
30251 "Close and reopen the libguestfs handle.  It is not necessary to use this "
30252 "normally, because the handle is closed properly when guestfish exits.  "
30253 "However this is occasionally useful for testing."
30254 msgstr ""
30255
30256 # type: =head2
30257 #. type: =head2
30258 #: ../fish/guestfish-commands.pod:155
30259 msgid "sparse"
30260 msgstr ""
30261
30262 # type: verbatim
30263 #. type: verbatim
30264 #: ../fish/guestfish-commands.pod:157
30265 #, no-wrap
30266 msgid ""
30267 " sparse filename size\n"
30268 "\n"
30269 msgstr ""
30270
30271 # type: textblock
30272 #. type: textblock
30273 #: ../fish/guestfish-commands.pod:159
30274 msgid ""
30275 "This creates an empty sparse file of the given size, and then adds so it can "
30276 "be further examined."
30277 msgstr ""
30278
30279 # type: textblock
30280 #. type: textblock
30281 #: ../fish/guestfish-commands.pod:162
30282 msgid ""
30283 "In all respects it works the same as the L</alloc> command, except that the "
30284 "image file is allocated sparsely, which means that disk blocks are not "
30285 "assigned to the file until they are needed.  Sparse disk files only use "
30286 "space when written to, but they are slower and there is a danger you could "
30287 "run out of real disk space during a write operation."
30288 msgstr ""
30289
30290 # type: =head2
30291 #. type: =head2
30292 #: ../fish/guestfish-commands.pod:172
30293 msgid "supported"
30294 msgstr ""
30295
30296 # type: verbatim
30297 #. type: verbatim
30298 #: ../fish/guestfish-commands.pod:174
30299 #, no-wrap
30300 msgid ""
30301 " supported\n"
30302 "\n"
30303 msgstr ""
30304
30305 # type: textblock
30306 #. type: textblock
30307 #: ../fish/guestfish-commands.pod:176
30308 msgid ""
30309 "This command returns a list of the optional groups known to the daemon, and "
30310 "indicates which ones are supported by this build of the libguestfs appliance."
30311 msgstr ""
30312
30313 # type: textblock
30314 #. type: textblock
30315 #: ../fish/guestfish-commands.pod:180
30316 msgid "See also L<guestfs(3)/AVAILABILITY>."
30317 msgstr ""
30318
30319 # type: =head2
30320 #. type: =head2
30321 #: ../fish/guestfish-commands.pod:182
30322 msgid "time"
30323 msgstr ""
30324
30325 # type: verbatim
30326 #. type: verbatim
30327 #: ../fish/guestfish-commands.pod:184
30328 #, no-wrap
30329 msgid ""
30330 " time command args...\n"
30331 "\n"
30332 msgstr ""
30333
30334 # type: textblock
30335 #. type: textblock
30336 #: ../fish/guestfish-commands.pod:186
30337 msgid ""
30338 "Run the command as usual, but print the elapsed time afterwards.  This can "
30339 "be useful for benchmarking operations."
30340 msgstr ""
30341
30342 # type: textblock
30343 #. type: textblock
30344 #: ../test-tool/libguestfs-test-tool.pod:5
30345 msgid "libguestfs-test-tool - End user tests for libguestfs"
30346 msgstr ""
30347
30348 # type: verbatim
30349 #. type: verbatim
30350 #: ../test-tool/libguestfs-test-tool.pod:9
30351 #, no-wrap
30352 msgid ""
30353 " libguestfs-test-tool [--options]\n"
30354 "\n"
30355 msgstr ""
30356
30357 # type: textblock
30358 #. type: textblock
30359 #: ../test-tool/libguestfs-test-tool.pod:13
30360 msgid ""
30361 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
30362 "and developers, to allow them to check basic libguestfs functionality is "
30363 "working.  This is needed because libguestfs occasionally breaks for reasons "
30364 "beyond our control: usually because of changes in the underlying qemu or "
30365 "kernel packages, or the host environment."
30366 msgstr ""
30367
30368 # type: textblock
30369 #. type: textblock
30370 #: ../test-tool/libguestfs-test-tool.pod:20
30371 msgid "If you suspect a problem in libguestfs, then just run:"
30372 msgstr ""
30373
30374 # type: verbatim
30375 #. type: verbatim
30376 #: ../test-tool/libguestfs-test-tool.pod:22
30377 #, no-wrap
30378 msgid ""
30379 " libguestfs-test-tool\n"
30380 "\n"
30381 msgstr ""
30382
30383 # type: textblock
30384 #. type: textblock
30385 #: ../test-tool/libguestfs-test-tool.pod:24
30386 msgid "It will print lots of diagnostic messages."
30387 msgstr ""
30388
30389 # type: textblock
30390 #. type: textblock
30391 #: ../test-tool/libguestfs-test-tool.pod:26
30392 msgid "If it runs to completion successfully, you will see this near the end:"
30393 msgstr ""
30394
30395 # type: verbatim
30396 #. type: verbatim
30397 #: ../test-tool/libguestfs-test-tool.pod:28
30398 #, no-wrap
30399 msgid ""
30400 " ===== TEST FINISHED OK =====\n"
30401 "\n"
30402 msgstr ""
30403
30404 # type: textblock
30405 #. type: textblock
30406 #: ../test-tool/libguestfs-test-tool.pod:30
30407 msgid "and the test tool will exit with code 0."
30408 msgstr ""
30409
30410 # type: textblock
30411 #. type: textblock
30412 #: ../test-tool/libguestfs-test-tool.pod:32
30413 msgid ""
30414 "If it fails (and/or exits with non-zero error code), please paste the "
30415 "B<complete, unedited> output of the test tool into a bug report.  More "
30416 "information about reporting bugs can be found on the L<http://libguestfs.org/"
30417 "> website."
30418 msgstr ""
30419
30420 # type: =item
30421 #. type: =item
30422 #: ../test-tool/libguestfs-test-tool.pod:41
30423 msgid "I<--help>"
30424 msgstr ""
30425
30426 # type: textblock
30427 #. type: textblock
30428 #: ../test-tool/libguestfs-test-tool.pod:43
30429 msgid "Display short usage information and exit."
30430 msgstr ""
30431
30432 # type: =item
30433 #. type: =item
30434 #: ../test-tool/libguestfs-test-tool.pod:45
30435 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
30436 msgstr ""
30437
30438 # type: textblock
30439 #. type: textblock
30440 #: ../test-tool/libguestfs-test-tool.pod:47
30441 msgid ""
30442 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
30443 "normally look in the C<$libexec> directory that was configured when the tool "
30444 "was built."
30445 msgstr ""
30446
30447 # type: =item
30448 #. type: =item
30449 #: ../test-tool/libguestfs-test-tool.pod:51
30450 msgid "I<--qemu qemu_binary>"
30451 msgstr ""
30452
30453 # type: textblock
30454 #. type: textblock
30455 #: ../test-tool/libguestfs-test-tool.pod:53
30456 msgid ""
30457 "If you have downloaded another qemu binary, point this option at the full "
30458 "path of the binary to try it."
30459 msgstr ""
30460
30461 # type: =item
30462 #. type: =item
30463 #: ../test-tool/libguestfs-test-tool.pod:56
30464 msgid "I<--qemudir qemu_source_dir>"
30465 msgstr ""
30466
30467 # type: textblock
30468 #. type: textblock
30469 #: ../test-tool/libguestfs-test-tool.pod:58
30470 msgid ""
30471 "If you have compiled qemu from source, point this option at the source "
30472 "directory to try it."
30473 msgstr ""
30474
30475 # type: =item
30476 #. type: =item
30477 #: ../test-tool/libguestfs-test-tool.pod:61
30478 msgid "I<--timeout N>"
30479 msgstr ""
30480
30481 # type: textblock
30482 #. type: textblock
30483 #: ../test-tool/libguestfs-test-tool.pod:63
30484 msgid ""
30485 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
30486 "does not usually need to be adjusted unless your machine is very slow."
30487 msgstr ""
30488
30489 # type: =head1
30490 #. type: =head1
30491 #: ../test-tool/libguestfs-test-tool.pod:69
30492 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
30493 msgstr ""
30494
30495 # type: textblock
30496 #. type: textblock
30497 #: ../test-tool/libguestfs-test-tool.pod:71
30498 msgid ""
30499 "If you have compiled another version of qemu from source and would like to "
30500 "try that, then you can use the I<--qemudir> option to point to the qemu "
30501 "source directory."
30502 msgstr ""
30503
30504 # type: textblock
30505 #. type: textblock
30506 #: ../test-tool/libguestfs-test-tool.pod:75
30507 msgid ""
30508 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
30509 "option to point to the binary."
30510 msgstr ""
30511
30512 # type: textblock
30513 #. type: textblock
30514 #: ../test-tool/libguestfs-test-tool.pod:78
30515 msgid ""
30516 "When using an alternate qemu with libguestfs, usually you would need to "
30517 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
30518 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
30519 "use either of the I<--qemudir> or I<--qemu> options."
30520 msgstr ""
30521
30522 # type: textblock
30523 #. type: textblock
30524 #: ../test-tool/libguestfs-test-tool.pod:85
30525 msgid ""
30526 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
30527 "I<1> if there was an error."
30528 msgstr ""
30529
30530 # type: =item
30531 #. type: =item
30532 #: ../test-tool/libguestfs-test-tool.pod:92
30533 msgid "/usr/libexec/libguestfs-test-tool-helper"
30534 msgstr ""
30535
30536 # type: textblock
30537 #. type: textblock
30538 #: ../test-tool/libguestfs-test-tool.pod:94
30539 msgid ""
30540 "This helper program is run inside the appliance and provides additional "
30541 "tests."
30542 msgstr ""
30543
30544 # type: =item
30545 #. type: =item
30546 #: ../test-tool/libguestfs-test-tool.pod:97
30547 msgid "/usr/bin/mkisofs"
30548 msgstr ""
30549
30550 # type: textblock
30551 #. type: textblock
30552 #: ../test-tool/libguestfs-test-tool.pod:99
30553 msgid ""
30554 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
30555 "which is used as part of the tests."
30556 msgstr ""
30557
30558 # type: textblock
30559 #. type: textblock
30560 #: ../test-tool/libguestfs-test-tool.pod:106
30561 msgid ""
30562 "For the full list of environment variables which may affect libguestfs, "
30563 "please see the L<guestfs(3)> manual page."
30564 msgstr ""
30565
30566 # type: textblock
30567 #. type: textblock
30568 #: ../test-tool/libguestfs-test-tool.pod:111
30569 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
30570 msgstr ""
30571
30572 # type: textblock
30573 #. type: textblock
30574 #: ../test-tool/libguestfs-test-tool.pod:121
30575 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
30576 msgstr ""
30577
30578 # type: textblock
30579 #. type: textblock
30580 #: ../fuse/guestmount.pod:5
30581 msgid ""
30582 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
30583 msgstr ""
30584
30585 # type: verbatim
30586 #. type: verbatim
30587 #: ../fuse/guestmount.pod:9
30588 #, no-wrap
30589 msgid ""
30590 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
30591 "\n"
30592 msgstr ""
30593
30594 # type: verbatim
30595 #. type: verbatim
30596 #: ../fuse/guestmount.pod:11
30597 #, no-wrap
30598 msgid ""
30599 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
30600 "\n"
30601 msgstr ""
30602
30603 # type: verbatim
30604 #. type: verbatim
30605 #: ../fuse/guestmount.pod:13
30606 #, no-wrap
30607 msgid ""
30608 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
30609 "\n"
30610 msgstr ""
30611
30612 # type: textblock
30613 #. type: textblock
30614 #: ../fuse/guestmount.pod:17
30615 msgid ""
30616 "You must I<not> use C<guestmount> in read-write mode on live virtual "
30617 "machines.  If you do this, you risk disk corruption in the VM."
30618 msgstr ""
30619
30620 # type: textblock
30621 #. type: textblock
30622 #: ../fuse/guestmount.pod:22
30623 msgid ""
30624 "The guestmount program can be used to mount virtual machine filesystems and "
30625 "other disk images on the host.  It uses libguestfs for access to the guest "
30626 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
30627 "a mountable device."
30628 msgstr ""
30629
30630 # type: textblock
30631 #. type: textblock
30632 #: ../fuse/guestmount.pod:27
30633 msgid ""
30634 "Along with other options, you have to give at least one device (I<-a> "
30635 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
30636 "option) or use the I<-i> inspection option.  How this works is better "
30637 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
30638 "below."
30639 msgstr ""
30640
30641 # type: textblock
30642 #. type: textblock
30643 #: ../fuse/guestmount.pod:33
30644 msgid ""
30645 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
30646 "by you, and the filesystem will not be visible to any other users unless you "
30647 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
30648 "the filesystem, use the C<fusermount -u> command."
30649 msgstr ""
30650
30651 # type: textblock
30652 #. type: textblock
30653 #: ../fuse/guestmount.pod:41
30654 msgid ""
30655 "For a typical Windows guest which has its main filesystem on the first "
30656 "partition:"
30657 msgstr ""
30658
30659 # type: verbatim
30660 #. type: verbatim
30661 #: ../fuse/guestmount.pod:44
30662 #, no-wrap
30663 msgid ""
30664 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
30665 "\n"
30666 msgstr ""
30667
30668 # type: textblock
30669 #. type: textblock
30670 #: ../fuse/guestmount.pod:46
30671 msgid ""
30672 "For a typical Linux guest which has a /boot filesystem on the first "
30673 "partition, and the root filesystem on a logical volume:"
30674 msgstr ""
30675
30676 # type: verbatim
30677 #. type: verbatim
30678 #: ../fuse/guestmount.pod:49
30679 #, no-wrap
30680 msgid ""
30681 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
30682 "\n"
30683 msgstr ""
30684
30685 # type: textblock
30686 #. type: textblock
30687 #: ../fuse/guestmount.pod:51
30688 msgid "To get libguestfs to detect guest mountpoints for you:"
30689 msgstr ""
30690
30691 # type: verbatim
30692 #. type: verbatim
30693 #: ../fuse/guestmount.pod:53
30694 #, no-wrap
30695 msgid ""
30696 " guestmount -a guest.img -i --ro /mnt\n"
30697 "\n"
30698 msgstr ""
30699
30700 # type: textblock
30701 #. type: textblock
30702 #: ../fuse/guestmount.pod:55
30703 msgid "For a libvirt guest called \"Guest\" you could do:"
30704 msgstr ""
30705
30706 # type: verbatim
30707 #. type: verbatim
30708 #: ../fuse/guestmount.pod:57
30709 #, no-wrap
30710 msgid ""
30711 " guestmount -d Guest -i --ro /mnt\n"
30712 "\n"
30713 msgstr ""
30714
30715 # type: textblock
30716 #. type: textblock
30717 #: ../fuse/guestmount.pod:59
30718 msgid ""
30719 "If you don't know what filesystems are contained in a guest or disk image, "
30720 "use L<virt-filesystems(1)> first:"
30721 msgstr ""
30722
30723 # type: verbatim
30724 #. type: verbatim
30725 #: ../fuse/guestmount.pod:62
30726 #, no-wrap
30727 msgid ""
30728 " virt-filesystems MyGuest\n"
30729 "\n"
30730 msgstr ""
30731
30732 # type: textblock
30733 #. type: textblock
30734 #: ../fuse/guestmount.pod:64
30735 msgid ""
30736 "If you want to trace the libguestfs calls but without excessive debugging "
30737 "information, we recommend:"
30738 msgstr ""
30739
30740 # type: verbatim
30741 #. type: verbatim
30742 #: ../fuse/guestmount.pod:67
30743 #, no-wrap
30744 msgid ""
30745 " guestmount [...] --trace /mnt\n"
30746 "\n"
30747 msgstr ""
30748
30749 # type: textblock
30750 #. type: textblock
30751 #: ../fuse/guestmount.pod:69
30752 msgid "If you want to debug the program, we recommend:"
30753 msgstr ""
30754
30755 # type: verbatim
30756 #. type: verbatim
30757 #: ../fuse/guestmount.pod:71
30758 #, no-wrap
30759 msgid ""
30760 " guestmount [...] --trace --verbose /mnt\n"
30761 "\n"
30762 msgstr ""
30763
30764 # type: =item
30765 #. type: =item
30766 #: ../fuse/guestmount.pod:77
30767 msgid "B<-a image> | B<--add image>"
30768 msgstr ""
30769
30770 # type: textblock
30771 #. type: textblock
30772 #: ../fuse/guestmount.pod:79
30773 msgid "Add a block device or virtual machine image."
30774 msgstr ""
30775
30776 # type: =item
30777 #. type: =item
30778 #: ../fuse/guestmount.pod:84
30779 msgid "B<-c URI> | B<--connect URI>"
30780 msgstr ""
30781
30782 # type: =item
30783 #. type: =item
30784 #: ../fuse/guestmount.pod:90
30785 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
30786 msgstr ""
30787
30788 # type: =item
30789 #. type: =item
30790 #: ../fuse/guestmount.pod:96
30791 msgid "B<--dir-cache-timeout N>"
30792 msgstr ""
30793
30794 # type: textblock
30795 #. type: textblock
30796 #: ../fuse/guestmount.pod:98
30797 msgid ""
30798 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
30799 "seconds.  The readdir cache [actually, there are several semi-independent "
30800 "caches] is populated after a readdir(2) call with the stat and extended "
30801 "attributes of the files in the directory, in anticipation that they will be "
30802 "requested soon after."
30803 msgstr ""
30804
30805 # type: textblock
30806 #. type: textblock
30807 #: ../fuse/guestmount.pod:104
30808 msgid ""
30809 "There is also a different attribute cache implemented by FUSE (see the FUSE "
30810 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
30811 "requests, only cache existing ones."
30812 msgstr ""
30813
30814 # type: =item
30815 #. type: =item
30816 #: ../fuse/guestmount.pod:115
30817 msgid "B<--format=raw|qcow2|..> | B<--format>"
30818 msgstr ""
30819
30820 # type: textblock
30821 #. type: textblock
30822 #: ../fuse/guestmount.pod:122
30823 msgid ""
30824 "If you have untrusted raw-format guest disk images, you should use this "
30825 "option to specify the disk format.  This avoids a possible security problem "
30826 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
30827 "guestfs_add_drive_opts>."
30828 msgstr ""
30829
30830 # type: =item
30831 #. type: =item
30832 #: ../fuse/guestmount.pod:127
30833 msgid "B<--fuse-help>"
30834 msgstr ""
30835
30836 # type: textblock
30837 #. type: textblock
30838 #: ../fuse/guestmount.pod:129
30839 msgid "Display help on special FUSE options (see I<-o> below)."
30840 msgstr ""
30841
30842 # type: textblock
30843 #. type: textblock
30844 #: ../fuse/guestmount.pod:133
30845 msgid "Display brief help and exit."
30846 msgstr ""
30847
30848 # type: =item
30849 #. type: =item
30850 #: ../fuse/guestmount.pod:135
30851 msgid "B<-i> | B<--inspector>"
30852 msgstr ""
30853
30854 # type: =item
30855 #. type: =item
30856 #: ../fuse/guestmount.pod:146
30857 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
30858 msgstr ""
30859
30860 # type: textblock
30861 #. type: textblock
30862 #: ../fuse/guestmount.pod:148
30863 msgid ""
30864 "Mount the named partition or logical volume on the given mountpoint B<in the "
30865 "guest> (this has nothing to do with mountpoints in the host)."
30866 msgstr ""
30867
30868 # type: textblock
30869 #. type: textblock
30870 #: ../fuse/guestmount.pod:151
30871 msgid ""
30872 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
30873 "something on C</>."
30874 msgstr ""
30875
30876 # type: =item
30877 #. type: =item
30878 #: ../fuse/guestmount.pod:154
30879 msgid "B<-n> | B<--no-sync>"
30880 msgstr ""
30881
30882 # type: textblock
30883 #. type: textblock
30884 #: ../fuse/guestmount.pod:156
30885 msgid ""
30886 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
30887 "unmounted.  If you specify this option, then we don't attempt to sync the "
30888 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
30889 msgstr ""
30890
30891 # type: =item
30892 #. type: =item
30893 #: ../fuse/guestmount.pod:161
30894 msgid "B<-o option> | B<--option option>"
30895 msgstr ""
30896
30897 # type: textblock
30898 #. type: textblock
30899 #: ../fuse/guestmount.pod:163
30900 msgid "Pass extra options to FUSE."
30901 msgstr ""
30902
30903 # type: textblock
30904 #. type: textblock
30905 #: ../fuse/guestmount.pod:165
30906 msgid ""
30907 "To get a list of all the extra options supported by FUSE, use the command "
30908 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
30909 "of them are a good idea."
30910 msgstr ""
30911
30912 # type: verbatim
30913 #. type: verbatim
30914 #: ../fuse/guestmount.pod:169
30915 #, no-wrap
30916 msgid ""
30917 " guestmount --fuse-help\n"
30918 "\n"
30919 msgstr ""
30920
30921 # type: textblock
30922 #. type: textblock
30923 #: ../fuse/guestmount.pod:171
30924 msgid "Some potentially useful FUSE options:"
30925 msgstr ""
30926
30927 # type: =item
30928 #. type: =item
30929 #: ../fuse/guestmount.pod:175
30930 msgid "B<-o allow_other>"
30931 msgstr ""
30932
30933 # type: textblock
30934 #. type: textblock
30935 #: ../fuse/guestmount.pod:177
30936 msgid "Allow other users to see the filesystem."
30937 msgstr ""
30938
30939 # type: =item
30940 #. type: =item
30941 #: ../fuse/guestmount.pod:179
30942 msgid "B<-o attr_timeout=N>"
30943 msgstr ""
30944
30945 # type: textblock
30946 #. type: textblock
30947 #: ../fuse/guestmount.pod:181
30948 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
30949 msgstr ""
30950
30951 # type: =item
30952 #. type: =item
30953 #: ../fuse/guestmount.pod:183
30954 msgid "B<-o kernel_cache>"
30955 msgstr ""
30956
30957 # type: textblock
30958 #. type: textblock
30959 #: ../fuse/guestmount.pod:185
30960 msgid ""
30961 "Allow the kernel to cache files (reduces the number of reads that have to go "
30962 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
30963 "afford the extra memory usage."
30964 msgstr ""
30965
30966 # type: =item
30967 #. type: =item
30968 #: ../fuse/guestmount.pod:189
30969 msgid "B<-o uid=N> B<-o gid=N>"
30970 msgstr ""
30971
30972 # type: textblock
30973 #. type: textblock
30974 #: ../fuse/guestmount.pod:191
30975 msgid ""
30976 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
30977 "the chosen values."
30978 msgstr ""
30979
30980 # type: =item
30981 #. type: =item
30982 #: ../fuse/guestmount.pod:196
30983 msgid "B<-r> | B<--ro>"
30984 msgstr ""
30985
30986 # type: textblock
30987 #. type: textblock
30988 #: ../fuse/guestmount.pod:198
30989 msgid ""
30990 "Add devices and mount everything read-only.  Also disallow writes and make "
30991 "the disk appear read-only to FUSE."
30992 msgstr ""
30993
30994 # type: textblock
30995 #. type: textblock
30996 #: ../fuse/guestmount.pod:201
30997 msgid ""
30998 "This is highly recommended if you are not going to edit the guest disk.  If "
30999 "the guest is running and this option is I<not> supplied, then there is a "
31000 "strong risk of disk corruption in the guest.  We try to prevent this from "
31001 "happening, but it is not always possible."
31002 msgstr ""
31003
31004 # type: textblock
31005 #. type: textblock
31006 #: ../fuse/guestmount.pod:206
31007 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
31008 msgstr ""
31009
31010 # type: textblock
31011 #. type: textblock
31012 #: ../fuse/guestmount.pod:210
31013 msgid "Enable SELinux support for the guest."
31014 msgstr ""
31015
31016 # type: =item
31017 #. type: =item
31018 #: ../fuse/guestmount.pod:212
31019 msgid "B<-v> | B<--verbose>"
31020 msgstr ""
31021
31022 # type: textblock
31023 #. type: textblock
31024 #: ../fuse/guestmount.pod:214
31025 msgid "Enable verbose messages from underlying libguestfs."
31026 msgstr ""
31027
31028 # type: =item
31029 #. type: =item
31030 #: ../fuse/guestmount.pod:216
31031 msgid "B<-V> | B<--version>"
31032 msgstr ""
31033
31034 # type: textblock
31035 #. type: textblock
31036 #: ../fuse/guestmount.pod:218
31037 msgid "Display the program version and exit."
31038 msgstr ""
31039
31040 # type: =item
31041 #. type: =item
31042 #: ../fuse/guestmount.pod:220
31043 msgid "B<-w> | B<--rw>"
31044 msgstr ""
31045
31046 # type: textblock
31047 #. type: textblock
31048 #: ../fuse/guestmount.pod:222
31049 msgid ""
31050 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
31051 "FOR READ AND WRITE>."
31052 msgstr ""
31053
31054 # type: =item
31055 #. type: =item
31056 #: ../fuse/guestmount.pod:225
31057 msgid "B<-x> | B<--trace>"
31058 msgstr ""
31059
31060 # type: textblock
31061 #. type: textblock
31062 #: ../fuse/guestmount.pod:227
31063 msgid "Trace libguestfs calls and entry into each FUSE function."
31064 msgstr ""
31065
31066 # type: textblock
31067 #. type: textblock
31068 #: ../fuse/guestmount.pod:229
31069 msgid "This also stops the daemon from forking into the background."
31070 msgstr ""
31071
31072 # type: textblock
31073 #. type: textblock
31074 #: ../fuse/guestmount.pod:235
31075 msgid ""
31076 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
31077 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
31078 "net/>."
31079 msgstr ""
31080
31081 # type: textblock
31082 #. type: textblock
31083 #: ../tools/virt-edit.pl:34
31084 msgid "virt-edit - Edit a file in a virtual machine"
31085 msgstr ""
31086
31087 # type: verbatim
31088 #. type: verbatim
31089 #: ../tools/virt-edit.pl:38
31090 #, no-wrap
31091 msgid ""
31092 " virt-edit [--options] domname file\n"
31093 "\n"
31094 msgstr ""
31095
31096 # type: verbatim
31097 #. type: verbatim
31098 #: ../tools/virt-edit.pl:40
31099 #, no-wrap
31100 msgid ""
31101 " virt-edit [--options] disk.img [disk.img ...] file\n"
31102 "\n"
31103 msgstr ""
31104
31105 # type: verbatim
31106 #. type: verbatim
31107 #: ../tools/virt-edit.pl:42
31108 #, no-wrap
31109 msgid ""
31110 " virt-edit [domname|disk.img] file -e 'expr'\n"
31111 "\n"
31112 msgstr ""
31113
31114 # type: textblock
31115 #. type: textblock
31116 #: ../tools/virt-edit.pl:46
31117 msgid ""
31118 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
31119 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
31120 "doing this, but doesn't catch all cases."
31121 msgstr ""
31122
31123 # type: textblock
31124 #. type: textblock
31125 #: ../tools/virt-edit.pl:52
31126 msgid ""
31127 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
31128 "the named virtual machine (or disk image)."
31129 msgstr ""
31130
31131 # type: textblock
31132 #. type: textblock
31133 #: ../tools/virt-edit.pl:55
31134 msgid ""
31135 "If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
31136 "you should look at the L<guestfish(1)> tool."
31137 msgstr ""
31138
31139 # type: textblock
31140 #. type: textblock
31141 #: ../tools/virt-edit.pl:60
31142 msgid "Edit the named files interactively:"
31143 msgstr ""
31144
31145 # type: verbatim
31146 #. type: verbatim
31147 #: ../tools/virt-edit.pl:62
31148 #, no-wrap
31149 msgid ""
31150 " virt-edit mydomain /boot/grub/grub.conf\n"
31151 "\n"
31152 msgstr ""
31153
31154 # type: verbatim
31155 #. type: verbatim
31156 #: ../tools/virt-edit.pl:64
31157 #, no-wrap
31158 msgid ""
31159 " virt-edit mydomain /etc/passwd\n"
31160 "\n"
31161 msgstr ""
31162
31163 # type: textblock
31164 #. type: textblock
31165 #: ../tools/virt-edit.pl:66
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 #. type: verbatim
31173 #: ../tools/virt-edit.pl:70
31174 #, no-wrap
31175 msgid ""
31176 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
31177 "\n"
31178 msgstr ""
31179
31180 # type: textblock
31181 #. type: textblock
31182 #: ../tools/virt-edit.pl:82 ../tools/virt-win-reg.pl:106
31183 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:113
31184 #: ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
31185 msgid "Display brief help."
31186 msgstr ""
31187
31188 # type: textblock
31189 #. type: textblock
31190 #: ../tools/virt-edit.pl:90 ../tools/virt-win-reg.pl:114
31191 #: ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71
31192 #: ../tools/virt-tar.pl:121 ../tools/virt-make-fs.pl:171
31193 #: ../tools/virt-list-partitions.pl:72
31194 msgid "Display version number and exit."
31195 msgstr ""
31196
31197 # type: =item
31198 #. type: =item
31199 #: ../tools/virt-edit.pl:96
31200 msgid "B<--backup extension> | B<-b extension>"
31201 msgstr ""
31202
31203 # type: textblock
31204 #. type: textblock
31205 #: ../tools/virt-edit.pl:98
31206 msgid ""
31207 "Create a backup of the original file I<in the guest disk image>.  The backup "
31208 "has the original filename with C<extension> added."
31209 msgstr ""
31210
31211 # type: textblock
31212 #. type: textblock
31213 #: ../tools/virt-edit.pl:101
31214 msgid ""
31215 "Usually the first character of C<extension> would be a dot C<.> so you would "
31216 "write:"
31217 msgstr ""
31218
31219 # type: verbatim
31220 #. type: verbatim
31221 #: ../tools/virt-edit.pl:104
31222 #, no-wrap
31223 msgid ""
31224 " virt-edit -b .orig [etc]\n"
31225 "\n"
31226 msgstr ""
31227
31228 # type: textblock
31229 #. type: textblock
31230 #: ../tools/virt-edit.pl:106
31231 msgid "By default, no backup file is made."
31232 msgstr ""
31233
31234 # type: =item
31235 #. type: =item
31236 #: ../tools/virt-edit.pl:112 ../tools/virt-win-reg.pl:128
31237 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:127
31238 #: ../tools/virt-list-partitions.pl:78
31239 msgid "B<--connect URI> | B<-c URI>"
31240 msgstr ""
31241
31242 # type: textblock
31243 #. type: textblock
31244 #: ../tools/virt-edit.pl:114 ../tools/virt-win-reg.pl:130
31245 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:129
31246 #: ../tools/virt-list-partitions.pl:80
31247 msgid ""
31248 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
31249 "to the default libvirt hypervisor."
31250 msgstr ""
31251
31252 # type: textblock
31253 #. type: textblock
31254 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:133
31255 #: ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:132
31256 #: ../tools/virt-list-partitions.pl:83
31257 msgid ""
31258 "If you specify guest block devices directly, then libvirt is not used at all."
31259 msgstr ""
31260
31261 # type: =item
31262 #. type: =item
31263 #: ../tools/virt-edit.pl:124 ../tools/virt-win-reg.pl:140
31264 #: ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89
31265 #: ../tools/virt-tar.pl:139 ../tools/virt-list-partitions.pl:90
31266 msgid "B<--format> raw"
31267 msgstr ""
31268
31269 # type: textblock
31270 #. type: textblock
31271 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:142
31272 #: ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:141
31273 #: ../tools/virt-list-partitions.pl:92
31274 msgid ""
31275 "Specify the format of disk images given on the command line.  If this is "
31276 "omitted then the format is autodetected from the content of the disk image."
31277 msgstr ""
31278
31279 # type: textblock
31280 #. type: textblock
31281 #: ../tools/virt-edit.pl:130 ../tools/virt-win-reg.pl:146
31282 #: ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:145
31283 #: ../tools/virt-list-partitions.pl:96
31284 msgid ""
31285 "If disk images are requested from libvirt, then this program asks libvirt "
31286 "for this information.  In this case, the value of the format parameter is "
31287 "ignored."
31288 msgstr ""
31289
31290 # type: textblock
31291 #. type: textblock
31292 #: ../tools/virt-edit.pl:134 ../tools/virt-win-reg.pl:150
31293 #: ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540
31294 #: ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:149
31295 #: ../tools/virt-list-partitions.pl:100
31296 msgid ""
31297 "If working with untrusted raw-format guest disk images, you should ensure "
31298 "the format is always specified."
31299 msgstr ""
31300
31301 # type: =item
31302 #. type: =item
31303 #: ../tools/virt-edit.pl:141
31304 msgid "B<--expr EXPR> | B<-e EXPR>"
31305 msgstr ""
31306
31307 # type: textblock
31308 #. type: textblock
31309 #: ../tools/virt-edit.pl:143
31310 msgid ""
31311 "Instead of launching the external editor, non-interactively apply the Perl "
31312 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
31313 "EDITING> below."
31314 msgstr ""
31315
31316 # type: textblock
31317 #. type: textblock
31318 #: ../tools/virt-edit.pl:147
31319 msgid ""
31320 "Be careful to properly quote the expression to prevent it from being altered "
31321 "by the shell."
31322 msgstr ""
31323
31324 # type: =head1
31325 #. type: =head1
31326 #: ../tools/virt-edit.pl:268
31327 msgid "NON-INTERACTIVE EDITING"
31328 msgstr ""
31329
31330 # type: textblock
31331 #. type: textblock
31332 #: ../tools/virt-edit.pl:270
31333 msgid ""
31334 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
31335 "administrator can interactively edit the file."
31336 msgstr ""
31337
31338 # type: textblock
31339 #. type: textblock
31340 #: ../tools/virt-edit.pl:273
31341 msgid ""
31342 "There are two ways also to use C<virt-edit> from scripts in order to make "
31343 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
31344 "like this, it's less error-prone to write scripts directly using the "
31345 "libguestfs API and Augeas for configuration file editing.)"
31346 msgstr ""
31347
31348 # type: textblock
31349 #. type: textblock
31350 #: ../tools/virt-edit.pl:279
31351 msgid ""
31352 "The first method is to temporarily set C<$EDITOR> to any script or program "
31353 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
31354 "update C<tmpfile> in place however it likes."
31355 msgstr ""
31356
31357 # type: textblock
31358 #. type: textblock
31359 #: ../tools/virt-edit.pl:283
31360 msgid ""
31361 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
31362 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
31363 "instances of C<foo> with C<bar> in a file:"
31364 msgstr ""
31365
31366 # type: verbatim
31367 #. type: verbatim
31368 #: ../tools/virt-edit.pl:287
31369 #, no-wrap
31370 msgid ""
31371 " virt-edit domname filename -e 's/foo/bar/'\n"
31372 "\n"
31373 msgstr ""
31374
31375 # type: textblock
31376 #. type: textblock
31377 #: ../tools/virt-edit.pl:289
31378 msgid ""
31379 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
31380 "For example to delete root's password you could do:"
31381 msgstr ""
31382
31383 # type: verbatim
31384 #. type: verbatim
31385 #: ../tools/virt-edit.pl:292
31386 #, no-wrap
31387 msgid ""
31388 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
31389 "\n"
31390 msgstr ""
31391
31392 # type: textblock
31393 #. type: textblock
31394 #: ../tools/virt-edit.pl:294
31395 msgid ""
31396 "What really happens is that the snippet is evaluated as a Perl expression "
31397 "for each line of the file.  The line, including the final C<\\n>, is passed "
31398 "in C<$_> and the expression should update C<$_> or leave it unchanged."
31399 msgstr ""
31400
31401 # type: textblock
31402 #. type: textblock
31403 #: ../tools/virt-edit.pl:299
31404 msgid ""
31405 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
31406 "C<apache> user account from the password file you can do:"
31407 msgstr ""
31408
31409 # type: verbatim
31410 #. type: verbatim
31411 #: ../tools/virt-edit.pl:302
31412 #, no-wrap
31413 msgid ""
31414 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
31415 "\n"
31416 msgstr ""
31417
31418 # type: textblock
31419 #. type: textblock
31420 #: ../tools/virt-edit.pl:304
31421 msgid ""
31422 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
31423 "the end of the file is rather difficult this way since there is no concept "
31424 "of \"last line of the file\" - your expression just doesn't get called "
31425 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
31426 "want to do this."
31427 msgstr ""
31428
31429 # type: textblock
31430 #. type: textblock
31431 #: ../tools/virt-edit.pl:310
31432 msgid ""
31433 "The variable C<$lineno> contains the current line number.  As is "
31434 "traditional, the first line in the file is number C<1>."
31435 msgstr ""
31436
31437 # type: textblock
31438 #. type: textblock
31439 #: ../tools/virt-edit.pl:313
31440 msgid ""
31441 "The return value from the expression is ignored, but the expression may call "
31442 "C<die> in order to abort the whole program, leaving the original file "
31443 "untouched."
31444 msgstr ""
31445
31446 # type: textblock
31447 #. type: textblock
31448 #: ../tools/virt-edit.pl:317
31449 msgid ""
31450 "Remember when matching the end of a line that C<$_> may contain the final C<"
31451 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
31452 "newline then neither of these.  Thus to match or substitute some text at the "
31453 "end of a line, use this regular expression:"
31454 msgstr ""
31455
31456 # type: verbatim
31457 #. type: verbatim
31458 #: ../tools/virt-edit.pl:322
31459 #, no-wrap
31460 msgid ""
31461 " /some text(\\r?\\n)?$/\n"
31462 "\n"
31463 msgstr ""
31464
31465 # type: textblock
31466 #. type: textblock
31467 #: ../tools/virt-edit.pl:324
31468 msgid ""
31469 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
31470 "$_> itself (since that would remove all newlines from the file):"
31471 msgstr ""
31472
31473 # type: verbatim
31474 #. type: verbatim
31475 #: ../tools/virt-edit.pl:328
31476 #, no-wrap
31477 msgid ""
31478 " my $m = $_; chomp $m; $m =~ /some text$/\n"
31479 "\n"
31480 msgstr ""
31481
31482 # type: =item
31483 #. type: =item
31484 #: ../tools/virt-edit.pl:334
31485 msgid "C<EDITOR>"
31486 msgstr ""
31487
31488 # type: textblock
31489 #. type: textblock
31490 #: ../tools/virt-edit.pl:336
31491 msgid ""
31492 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
31493 "\"emacs -nw\">"
31494 msgstr ""
31495
31496 # type: textblock
31497 #. type: textblock
31498 #: ../tools/virt-edit.pl:339
31499 msgid "If not set, C<vi> is used."
31500 msgstr ""
31501
31502 # type: =head2
31503 #. type: =head1
31504 #: ../tools/virt-edit.pl:343 ../tools/virt-win-reg.pl:559
31505 #: ../tools/virt-resize.pl:1476 ../tools/virt-list-filesystems.pl:182
31506 #: ../tools/virt-tar.pl:279 ../tools/virt-make-fs.pl:527
31507 #: ../tools/virt-list-partitions.pl:250
31508 msgid "SHELL QUOTING"
31509 msgstr ""
31510
31511 # type: textblock
31512 #. type: textblock
31513 #: ../tools/virt-edit.pl:345 ../tools/virt-win-reg.pl:567
31514 #: ../tools/virt-resize.pl:1478 ../tools/virt-list-filesystems.pl:184
31515 #: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:529
31516 #: ../tools/virt-list-partitions.pl:252
31517 msgid ""
31518 "Libvirt guest names can contain arbitrary characters, some of which have "
31519 "meaning to the shell such as C<#> and space.  You may need to quote or "
31520 "escape these characters on the command line.  See the shell manual page L<sh"
31521 "(1)> for details."
31522 msgstr ""
31523
31524 #. type: textblock
31525 #: ../tools/virt-edit.pl:352
31526 msgid ""
31527 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, L<virt-"
31528 "tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
31529 "L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
31530 msgstr ""
31531
31532 # type: =head1
31533 #. type: =head1
31534 #: ../tools/virt-edit.pl:364 ../tools/virt-win-reg.pl:598
31535 #: ../tools/virt-resize.pl:1504 ../tools/virt-list-filesystems.pl:202
31536 #: ../tools/virt-tar.pl:301 ../tools/virt-make-fs.pl:559
31537 #: ../tools/virt-list-partitions.pl:269
31538 msgid "AUTHOR"
31539 msgstr ""
31540
31541 # type: textblock
31542 #. type: textblock
31543 #: ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:600
31544 #: ../tools/virt-resize.pl:1506 ../tools/virt-list-filesystems.pl:204
31545 #: ../tools/virt-tar.pl:303 ../tools/virt-make-fs.pl:561
31546 #: ../tools/virt-list-partitions.pl:271
31547 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
31548 msgstr ""
31549
31550 # type: textblock
31551 #. type: textblock
31552 #: ../tools/virt-edit.pl:370 ../tools/virt-list-partitions.pl:275
31553 msgid "Copyright (C) 2009-2010 Red Hat Inc."
31554 msgstr ""
31555
31556 # type: textblock
31557 #. type: textblock
31558 #: ../tools/virt-win-reg.pl:37
31559 msgid ""
31560 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
31561 msgstr ""
31562
31563 # type: verbatim
31564 #. type: verbatim
31565 #: ../tools/virt-win-reg.pl:41
31566 #, no-wrap
31567 msgid ""
31568 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
31569 "\n"
31570 msgstr ""
31571
31572 # type: verbatim
31573 #. type: verbatim
31574 #: ../tools/virt-win-reg.pl:43
31575 #, no-wrap
31576 msgid ""
31577 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
31578 "\n"
31579 msgstr ""
31580
31581 # type: verbatim
31582 #. type: verbatim
31583 #: ../tools/virt-win-reg.pl:45
31584 #, no-wrap
31585 msgid ""
31586 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
31587 "\n"
31588 msgstr ""
31589
31590 # type: verbatim
31591 #. type: verbatim
31592 #: ../tools/virt-win-reg.pl:47
31593 #, no-wrap
31594 msgid ""
31595 " virt-win-reg --merge domname [input.reg ...]\n"
31596 "\n"
31597 msgstr ""
31598
31599 # type: verbatim
31600 #. type: verbatim
31601 #: ../tools/virt-win-reg.pl:49
31602 #, no-wrap
31603 msgid ""
31604 " virt-win-reg [--options] disk.img ... # instead of domname\n"
31605 "\n"
31606 msgstr ""
31607
31608 # type: textblock
31609 #. type: textblock
31610 #: ../tools/virt-win-reg.pl:53
31611 msgid ""
31612 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
31613 "virtual machines.  If you do this, you I<will> get irreversible disk "
31614 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
31615 "but doesn't catch all cases."
31616 msgstr ""
31617
31618 # type: textblock
31619 #. type: textblock
31620 #: ../tools/virt-win-reg.pl:58
31621 msgid ""
31622 "Modifying the Windows Registry is an inherently risky operation.  The format "
31623 "is deliberately obscure and undocumented, and Registry changes can leave the "
31624 "system unbootable.  Therefore when using the C<--merge> option, make sure "
31625 "you have a reliable backup first."
31626 msgstr ""
31627
31628 # type: textblock
31629 #. type: textblock
31630 #: ../tools/virt-win-reg.pl:65
31631 msgid ""
31632 "This program can export and merge Windows Registry entries from a Windows "
31633 "guest."
31634 msgstr ""
31635
31636 # type: textblock
31637 #. type: textblock
31638 #: ../tools/virt-win-reg.pl:68
31639 msgid ""
31640 "The first parameter is the libvirt guest name or the raw disk image of a "
31641 "Windows guest."
31642 msgstr ""
31643
31644 # type: textblock
31645 #. type: textblock
31646 #: ../tools/virt-win-reg.pl:71
31647 msgid ""
31648 "If C<--merge> is I<not> specified, then the chosen registry key is displayed/"
31649 "exported (recursively).  For example:"
31650 msgstr ""
31651
31652 # type: verbatim
31653 #. type: verbatim
31654 #: ../tools/virt-win-reg.pl:74
31655 #, no-wrap
31656 msgid ""
31657 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
31658 "\n"
31659 msgstr ""
31660
31661 # type: textblock
31662 #. type: textblock
31663 #: ../tools/virt-win-reg.pl:76
31664 msgid ""
31665 "You can also display single values from within registry keys, for example:"
31666 msgstr ""
31667
31668 # type: verbatim
31669 #. type: verbatim
31670 #: ../tools/virt-win-reg.pl:79
31671 #, no-wrap
31672 msgid ""
31673 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
31674 " $ virt-win-reg Windows7 $cvkey ProductName\n"
31675 " Windows 7 Enterprise\n"
31676 "\n"
31677 msgstr ""
31678
31679 # type: textblock
31680 #. type: textblock
31681 #: ../tools/virt-win-reg.pl:83
31682 msgid ""
31683 "With C<--merge>, you can merge a textual regedit file into the Windows "
31684 "Registry:"
31685 msgstr ""
31686
31687 # type: verbatim
31688 #. type: verbatim
31689 #: ../tools/virt-win-reg.pl:86
31690 #, no-wrap
31691 msgid ""
31692 " $ virt-win-reg --merge Windows7 changes.reg\n"
31693 "\n"
31694 msgstr ""
31695
31696 # type: =head2
31697 #. type: =head1
31698 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
31699 msgid "NOTE"
31700 msgstr ""
31701
31702 # type: textblock
31703 #. type: textblock
31704 #: ../tools/virt-win-reg.pl:90
31705 msgid ""
31706 "This program is only meant for simple access to the registry.  If you want "
31707 "to do complicated things with the registry, we suggest you download the "
31708 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
31709 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
31710 "L<hivexregedit(1)>."
31711 msgstr ""
31712
31713 # type: =item
31714 #. type: =item
31715 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
31716 msgid "B<--debug>"
31717 msgstr ""
31718
31719 # type: textblock
31720 #. type: textblock
31721 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
31722 msgid "Enable debugging messages."
31723 msgstr ""
31724
31725 # type: =item
31726 #. type: =item
31727 #: ../tools/virt-win-reg.pl:157
31728 msgid "B<--merge>"
31729 msgstr ""
31730
31731 # type: textblock
31732 #. type: textblock
31733 #: ../tools/virt-win-reg.pl:159
31734 msgid ""
31735 "In merge mode, this merges a textual regedit file into the Windows Registry "
31736 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
31737 "displays or exports Registry entries instead."
31738 msgstr ""
31739
31740 # type: textblock
31741 #. type: textblock
31742 #: ../tools/virt-win-reg.pl:163
31743 msgid ""
31744 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
31745 "result in disk corruption.  However exporting (without this flag)  is always "
31746 "safe."
31747 msgstr ""
31748
31749 # type: =item
31750 #. type: =item
31751 #: ../tools/virt-win-reg.pl:171
31752 msgid "B<--encoding> UTF-16LE|ASCII"
31753 msgstr ""
31754
31755 # type: textblock
31756 #. type: textblock
31757 #: ../tools/virt-win-reg.pl:173
31758 msgid ""
31759 "When merging (only), you may need to specify the encoding for strings to be "
31760 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
31761 "(3)/ENCODING STRINGS>."
31762 msgstr ""
31763
31764 # type: textblock
31765 #. type: textblock
31766 #: ../tools/virt-win-reg.pl:177
31767 msgid ""
31768 "The default is to use UTF-16LE, which should work with recent versions of "
31769 "Windows."
31770 msgstr ""
31771
31772 # type: =head2
31773 #. type: =head1
31774 #: ../tools/virt-win-reg.pl:402
31775 msgid "SUPPORTED SYSTEMS"
31776 msgstr ""
31777
31778 # type: textblock
31779 #. type: textblock
31780 #: ../tools/virt-win-reg.pl:404
31781 msgid ""
31782 "The program currently supports Windows NT-derived guests starting with "
31783 "Windows XP through to at least Windows 7."
31784 msgstr ""
31785
31786 # type: textblock
31787 #. type: textblock
31788 #: ../tools/virt-win-reg.pl:407
31789 msgid ""
31790 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, C<HKEY_LOCAL_MACHINE"
31791 "\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, C<HKEY_LOCAL_MACHINE\\SYSTEM> "
31792 "and C<HKEY_USERS\\.DEFAULT>."
31793 msgstr ""
31794
31795 # type: textblock
31796 #. type: textblock
31797 #: ../tools/virt-win-reg.pl:411
31798 msgid ""
31799 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
31800 "C<HKEY_USERS>."
31801 msgstr ""
31802
31803 # type: textblock
31804 #. type: textblock
31805 #: ../tools/virt-win-reg.pl:414
31806 msgid ""
31807 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
31808 "time."
31809 msgstr ""
31810
31811 # type: =head2
31812 #. type: =head1
31813 #: ../tools/virt-win-reg.pl:417
31814 msgid "ENCODING"
31815 msgstr ""
31816
31817 # type: textblock
31818 #. type: textblock
31819 #: ../tools/virt-win-reg.pl:419
31820 msgid ""
31821 "C<virt-win-reg> expects that regedit files have already been reencoded in "
31822 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
31823 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
31824 "Windows-style line endings, you may need to reencode the whole file before "
31825 "or after processing."
31826 msgstr ""
31827
31828 # type: textblock
31829 #. type: textblock
31830 #: ../tools/virt-win-reg.pl:425
31831 msgid ""
31832 "To reencode a file from Windows format to Linux (before processing it with "
31833 "the C<--merge> option), you would do something like this:"
31834 msgstr ""
31835
31836 # type: verbatim
31837 #. type: verbatim
31838 #: ../tools/virt-win-reg.pl:428
31839 #, no-wrap
31840 msgid ""
31841 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
31842 "\n"
31843 msgstr ""
31844
31845 # type: textblock
31846 #. type: textblock
31847 #: ../tools/virt-win-reg.pl:430
31848 msgid ""
31849 "To go in the opposite direction, after exporting and before sending the file "
31850 "to a Windows user, do something like this:"
31851 msgstr ""
31852
31853 # type: verbatim
31854 #. type: verbatim
31855 #: ../tools/virt-win-reg.pl:433
31856 #, no-wrap
31857 msgid ""
31858 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
31859 "\n"
31860 msgstr ""
31861
31862 # type: textblock
31863 #. type: textblock
31864 #: ../tools/virt-win-reg.pl:435
31865 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
31866 msgstr ""
31867
31868 # type: textblock
31869 #. type: textblock
31870 #: ../tools/virt-win-reg.pl:437
31871 msgid ""
31872 "If you are unsure about the current encoding, use the L<file(1)> command.  "
31873 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
31874 "style (CRLF) line endings, like this:"
31875 msgstr ""
31876
31877 # type: verbatim
31878 #. type: verbatim
31879 #: ../tools/virt-win-reg.pl:441
31880 #, no-wrap
31881 msgid ""
31882 " $ file software.reg\n"
31883 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
31884 " with CRLF line terminators\n"
31885 "\n"
31886 msgstr ""
31887
31888 # type: textblock
31889 #. type: textblock
31890 #: ../tools/virt-win-reg.pl:445
31891 msgid "This file would need conversion before you could C<--merge> it."
31892 msgstr ""
31893
31894 # type: =head2
31895 #. type: =head1
31896 #: ../tools/virt-win-reg.pl:447
31897 msgid "CurrentControlSet etc."
31898 msgstr ""
31899
31900 # type: textblock
31901 #. type: textblock
31902 #: ../tools/virt-win-reg.pl:449
31903 msgid ""
31904 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
31905 "Registry at the level of the hive file, and therefore you cannot modify "
31906 "these."
31907 msgstr ""
31908
31909 # type: textblock
31910 #. type: textblock
31911 #: ../tools/virt-win-reg.pl:453
31912 msgid ""
31913 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
31914 "circumstances it might refer to another control set.  The way to find out is "
31915 "to look at the C<HKLM\\SYSTEM\\Select> key:"
31916 msgstr ""
31917
31918 # type: verbatim
31919 #. type: verbatim
31920 #: ../tools/virt-win-reg.pl:457
31921 #, no-wrap
31922 msgid ""
31923 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
31924 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
31925 " \"Current\"=dword:00000001\n"
31926 " \"Default\"=dword:00000001\n"
31927 " \"Failed\"=dword:00000000\n"
31928 " \"LastKnownGood\"=dword:00000002\n"
31929 "\n"
31930 msgstr ""
31931
31932 # type: textblock
31933 #. type: textblock
31934 #: ../tools/virt-win-reg.pl:464
31935 msgid "\"Current\" is the one which Windows will choose when it boots."
31936 msgstr ""
31937
31938 # type: textblock
31939 #. type: textblock
31940 #: ../tools/virt-win-reg.pl:466
31941 msgid ""
31942 "Similarly, other C<Current...> keys in the path may need to be replaced."
31943 msgstr ""
31944
31945 # type: =head1
31946 #. type: =head1
31947 #: ../tools/virt-win-reg.pl:469
31948 msgid "WINDOWS TIPS"
31949 msgstr ""
31950
31951 # type: textblock
31952 #. type: textblock
31953 #: ../tools/virt-win-reg.pl:471
31954 msgid ""
31955 "Note that some of these tips modify the guest disk image.  The guest I<must> "
31956 "be shut off, else you will get disk corruption."
31957 msgstr ""
31958
31959 # type: =head2
31960 #. type: =head2
31961 #: ../tools/virt-win-reg.pl:474
31962 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
31963 msgstr ""
31964
31965 # type: textblock
31966 #. type: textblock
31967 #: ../tools/virt-win-reg.pl:476
31968 msgid ""
31969 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
31970 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
31971 "is uploaded into C<C:\\>:"
31972 msgstr ""
31973
31974 # type: verbatim
31975 #. type: verbatim
31976 #: ../tools/virt-win-reg.pl:480
31977 #, no-wrap
31978 msgid ""
31979 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
31980 "\n"
31981 msgstr ""
31982
31983 # type: textblock
31984 #. type: textblock
31985 #: ../tools/virt-win-reg.pl:482
31986 msgid "Prepare a regedit file containing the registry change:"
31987 msgstr ""
31988
31989 # type: verbatim
31990 #. type: verbatim
31991 #: ../tools/virt-win-reg.pl:484
31992 #, no-wrap
31993 msgid ""
31994 " cat > test.reg <<'EOF'\n"
31995 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
31996 " \"Test\"=\"c:\\\\test.bat\"\n"
31997 " EOF\n"
31998 "\n"
31999 msgstr ""
32000
32001 # type: textblock
32002 #. type: textblock
32003 #: ../tools/virt-win-reg.pl:489
32004 msgid ""
32005 "In this example we use the key C<RunOnce> which means that the script will "
32006 "run precisely once when the first user logs in.  If you want it to run every "
32007 "time a user logs in, replace C<RunOnce> with C<Run>."
32008 msgstr ""
32009
32010 # type: textblock
32011 #. type: textblock
32012 #: ../tools/virt-win-reg.pl:493
32013 msgid "Now update the registry:"
32014 msgstr ""
32015
32016 # type: verbatim
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 #. type: =head2
32027 #: ../tools/virt-win-reg.pl:497
32028 msgid "INSTALLING A SERVICE"
32029 msgstr ""
32030
32031 # type: textblock
32032 #. type: textblock
32033 #: ../tools/virt-win-reg.pl:499
32034 msgid ""
32035 "This section assumes you are familiar with Windows services, and you either "
32036 "have a program which handles the Windows Service Control Protocol directly "
32037 "or you want to run any program using a service wrapper like SrvAny or the "
32038 "free RHSrvAny."
32039 msgstr ""
32040
32041 # type: textblock
32042 #. type: textblock
32043 #: ../tools/virt-win-reg.pl:504
32044 msgid ""
32045 "First upload the program and optionally the service wrapper.  In this case "
32046 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
32047 msgstr ""
32048
32049 # type: verbatim
32050 #. type: verbatim
32051 #: ../tools/virt-win-reg.pl:508
32052 #, no-wrap
32053 msgid ""
32054 " guestfish -i -d WindowsGuest <<EOF\n"
32055 "   upload rhsrvany.exe /rhsrvany.exe\n"
32056 "   upload test.exe /test.exe\n"
32057 " EOF\n"
32058 "\n"
32059 msgstr ""
32060
32061 # type: textblock
32062 #. type: textblock
32063 #: ../tools/virt-win-reg.pl:513
32064 msgid ""
32065 "Prepare a regedit file containing the registry changes.  In this example, "
32066 "the first registry change is needed for the service itself or the service "
32067 "wrapper (if used).  The second registry change is only needed because I am "
32068 "using the RHSrvAny service wrapper."
32069 msgstr ""
32070
32071 # type: verbatim
32072 #. type: verbatim
32073 #: ../tools/virt-win-reg.pl:518
32074 #, no-wrap
32075 msgid ""
32076 " cat > service.reg <<'EOF'\n"
32077 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
32078 " \"Type\"=dword:00000010\n"
32079 " \"Start\"=dword:00000002\n"
32080 " \"ErrorControl\"=dword:00000001\n"
32081 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
32082 " \"DisplayName\"=\"RHSrvAny\"\n"
32083 " \"ObjectName\"=\"NetworkService\"\n"
32084 " \n"
32085 msgstr ""
32086
32087 # type: verbatim
32088 #. type: verbatim
32089 #: ../tools/virt-win-reg.pl:527
32090 #, no-wrap
32091 msgid ""
32092 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
32093 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
32094 " \"PWD\"=\"c:\\\\Temp\"\n"
32095 " EOF\n"
32096 "\n"
32097 msgstr ""
32098
32099 # type: textblock
32100 #. type: textblock
32101 #: ../tools/virt-win-reg.pl:538
32102 msgid ""
32103 "For use of C<ControlSet001> see the section above in this manual page.  You "
32104 "may need to adjust this according to the control set that is in use by the "
32105 "guest."
32106 msgstr ""
32107
32108 # type: textblock
32109 #. type: textblock
32110 #: ../tools/virt-win-reg.pl:544
32111 msgid ""
32112 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
32113 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
32114 "privileged account."
32115 msgstr ""
32116
32117 # type: textblock
32118 #. type: textblock
32119 #: ../tools/virt-win-reg.pl:550
32120 msgid ""
32121 "For the meaning of the magic numbers, see this Microsoft KB article: "
32122 "L<http://support.microsoft.com/kb/103000>."
32123 msgstr ""
32124
32125 # type: textblock
32126 #. type: textblock
32127 #: ../tools/virt-win-reg.pl:555
32128 msgid "Update the registry:"
32129 msgstr ""
32130
32131 # type: verbatim
32132 #. type: verbatim
32133 #: ../tools/virt-win-reg.pl:557
32134 #, no-wrap
32135 msgid ""
32136 " virt-win-reg --merge WindowsGuest service.reg\n"
32137 "\n"
32138 msgstr ""
32139
32140 # type: textblock
32141 #. type: textblock
32142 #: ../tools/virt-win-reg.pl:561
32143 msgid ""
32144 "Be careful when passing parameters containing C<\\> (backslash) in the "
32145 "shell.  Usually you will have to use 'single quotes' or double backslashes "
32146 "(but not both) to protect them from the shell."
32147 msgstr ""
32148
32149 # type: textblock
32150 #. type: textblock
32151 #: ../tools/virt-win-reg.pl:565
32152 msgid "Paths and value names are case-insensitive."
32153 msgstr ""
32154
32155 # type: textblock
32156 #. type: textblock
32157 #: ../tools/virt-win-reg.pl:574
32158 msgid ""
32159 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
32160 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
32161 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
32162 msgstr ""
32163
32164 # type: textblock
32165 #. type: textblock
32166 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:550
32167 msgid ""
32168 "When reporting bugs, please enable debugging and capture the I<complete> "
32169 "output:"
32170 msgstr ""
32171
32172 # type: verbatim
32173 #. type: verbatim
32174 #: ../tools/virt-win-reg.pl:592
32175 #, no-wrap
32176 msgid ""
32177 " export LIBGUESTFS_DEBUG=1\n"
32178 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
32179 "\n"
32180 msgstr ""
32181
32182 # type: textblock
32183 #. type: textblock
32184 #: ../tools/virt-win-reg.pl:595
32185 msgid ""
32186 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
32187 "redhat.com/>"
32188 msgstr ""
32189
32190 # type: textblock
32191 #. type: textblock
32192 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1510
32193 #: ../tools/virt-make-fs.pl:565
32194 msgid "Copyright (C) 2010 Red Hat Inc."
32195 msgstr ""
32196
32197 # type: textblock
32198 #. type: textblock
32199 #: ../tools/virt-resize.pl:42
32200 msgid "virt-resize - Resize a virtual machine disk"
32201 msgstr ""
32202
32203 # type: verbatim
32204 #. type: verbatim
32205 #: ../tools/virt-resize.pl:46
32206 #, no-wrap
32207 msgid ""
32208 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
32209 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
32210 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
32211 "\n"
32212 msgstr ""
32213
32214 # type: textblock
32215 #. type: textblock
32216 #: ../tools/virt-resize.pl:52
32217 msgid ""
32218 "Virt-resize is a tool which can resize a virtual machine disk, making it "
32219 "larger or smaller overall, and resizing or deleting any partitions contained "
32220 "within."
32221 msgstr ""
32222
32223 # type: textblock
32224 #. type: textblock
32225 #: ../tools/virt-resize.pl:56
32226 msgid ""
32227 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
32228 "not> be used on live virtual machines - for consistent results, shut the "
32229 "virtual machine down before resizing it."
32230 msgstr ""
32231
32232 # type: textblock
32233 #. type: textblock
32234 #: ../tools/virt-resize.pl:60
32235 msgid ""
32236 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
32237 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
32238 msgstr ""
32239
32240 # type: textblock
32241 #. type: textblock
32242 #: ../tools/virt-resize.pl:66
32243 msgid ""
32244 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
32245 "fill the extra 5GB of space."
32246 msgstr ""
32247
32248 # type: verbatim
32249 #. type: verbatim
32250 #: ../tools/virt-resize.pl:69
32251 #, no-wrap
32252 msgid ""
32253 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
32254 " virt-filesystems --long --h --all -a olddisk\n"
32255 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
32256 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
32257 "\n"
32258 msgstr ""
32259
32260 # type: textblock
32261 #. type: textblock
32262 #: ../tools/virt-resize.pl:74
32263 msgid ""
32264 "As above, but make the /boot partition 200MB bigger, while giving the "
32265 "remaining space to /dev/sda2:"
32266 msgstr ""
32267
32268 # type: verbatim
32269 #. type: verbatim
32270 #: ../tools/virt-resize.pl:77
32271 #, no-wrap
32272 msgid ""
32273 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
32274 "\n"
32275 msgstr ""
32276
32277 # type: textblock
32278 #. type: textblock
32279 #: ../tools/virt-resize.pl:79
32280 msgid "As above, but the output format will be uncompressed qcow2:"
32281 msgstr ""
32282
32283 # type: verbatim
32284 #. type: verbatim
32285 #: ../tools/virt-resize.pl:81
32286 #, no-wrap
32287 msgid ""
32288 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
32289 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
32290 "\n"
32291 msgstr ""
32292
32293 # type: =head1
32294 #. type: =head1
32295 #: ../tools/virt-resize.pl:84
32296 msgid "DETAILED USAGE"
32297 msgstr ""
32298
32299 # type: =head2
32300 #. type: =head2
32301 #: ../tools/virt-resize.pl:86
32302 msgid "EXPANDING A VIRTUAL MACHINE DISK"
32303 msgstr ""
32304
32305 # type: =item
32306 #. type: =item
32307 #: ../tools/virt-resize.pl:90
32308 msgid "1. Shut down the virtual machine"
32309 msgstr ""
32310
32311 # type: =item
32312 #. type: =item
32313 #: ../tools/virt-resize.pl:92
32314 msgid "2. Locate input disk image"
32315 msgstr ""
32316
32317 # type: textblock
32318 #. type: textblock
32319 #: ../tools/virt-resize.pl:94
32320 msgid ""
32321 "Locate the input disk image (ie. the file or device on the host containing "
32322 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
32323 "dumpxml> like this to find the disk image name:"
32324 msgstr ""
32325
32326 # type: verbatim
32327 #. type: verbatim
32328 #: ../tools/virt-resize.pl:98
32329 #, no-wrap
32330 msgid ""
32331 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
32332 " Found 1 nodes:\n"
32333 " -- NODE --\n"
32334 " <source dev=\"/dev/vg/lv_guest\" />\n"
32335 "\n"
32336 msgstr ""
32337
32338 # type: =item
32339 #. type: =item
32340 #: ../tools/virt-resize.pl:103
32341 msgid "3. Look at current sizing"
32342 msgstr ""
32343
32344 # type: textblock
32345 #. type: textblock
32346 #: ../tools/virt-resize.pl:105
32347 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
32348 msgstr ""
32349
32350 # type: verbatim
32351 #. type: verbatim
32352 #: ../tools/virt-resize.pl:108
32353 #, no-wrap
32354 msgid ""
32355 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
32356 " Name       Type       Size  Parent\n"
32357 " /dev/sda1  partition  101M  /dev/sda\n"
32358 " /dev/sda2  partition  7.9G  /dev/sda\n"
32359 " /dev/sda   device     8.0G  -\n"
32360 "\n"
32361 msgstr ""
32362
32363 # type: textblock
32364 #. type: textblock
32365 #: ../tools/virt-resize.pl:114
32366 msgid ""
32367 "(This example is a virtual machine with an 8 GB disk which we would like to "
32368 "expand up to 10 GB)."
32369 msgstr ""
32370
32371 # type: =item
32372 #. type: =item
32373 #: ../tools/virt-resize.pl:117
32374 msgid "4. Create output disk"
32375 msgstr ""
32376
32377 # type: textblock
32378 #. type: textblock
32379 #: ../tools/virt-resize.pl:119
32380 msgid ""
32381 "Virt-resize cannot do in-place disk modifications.  You have to have space "
32382 "to store the resized output disk."
32383 msgstr ""
32384
32385 # type: textblock
32386 #. type: textblock
32387 #: ../tools/virt-resize.pl:122
32388 msgid ""
32389 "To store the resized disk image in a file, create a file of a suitable size:"
32390 msgstr ""
32391
32392 # type: verbatim
32393 #. type: verbatim
32394 #: ../tools/virt-resize.pl:125
32395 #, no-wrap
32396 msgid ""
32397 " # rm -f outdisk\n"
32398 " # truncate -s 10G outdisk\n"
32399 "\n"
32400 msgstr ""
32401
32402 # type: textblock
32403 #. type: textblock
32404 #: ../tools/virt-resize.pl:128
32405 msgid "Or use L<lvcreate(1)> to create a logical volume:"
32406 msgstr ""
32407
32408 # type: verbatim
32409 #. type: verbatim
32410 #: ../tools/virt-resize.pl:130
32411 #, no-wrap
32412 msgid ""
32413 " # lvcreate -L 10G -n lv_name vg_name\n"
32414 "\n"
32415 msgstr ""
32416
32417 # type: textblock
32418 #. type: textblock
32419 #: ../tools/virt-resize.pl:132
32420 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
32421 msgstr ""
32422
32423 # type: verbatim
32424 #. type: verbatim
32425 #: ../tools/virt-resize.pl:134
32426 #, no-wrap
32427 msgid ""
32428 " # virsh pool-list\n"
32429 " # virsh vol-create-as poolname newvol 10G\n"
32430 "\n"
32431 msgstr ""
32432
32433 # type: =item
32434 #. type: =item
32435 #: ../tools/virt-resize.pl:137
32436 msgid "5. Resize"
32437 msgstr ""
32438
32439 # type: textblock
32440 #. type: textblock
32441 #: ../tools/virt-resize.pl:139
32442 msgid ""
32443 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
32444 "file) and the output disk.  The output disk is the one created in the "
32445 "previous step."
32446 msgstr ""
32447
32448 # type: verbatim
32449 #. type: verbatim
32450 #: ../tools/virt-resize.pl:143
32451 #, no-wrap
32452 msgid ""
32453 " # virt-resize indisk outdisk\n"
32454 "\n"
32455 msgstr ""
32456
32457 # type: textblock
32458 #. type: textblock
32459 #: ../tools/virt-resize.pl:145
32460 msgid ""
32461 "This command just copies disk image C<indisk> to disk image C<outdisk> "
32462 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
32463 "larger, then an extra, empty partition is created at the end of the disk "
32464 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
32465 "error."
32466 msgstr ""
32467
32468 # type: textblock
32469 #. type: textblock
32470 #: ../tools/virt-resize.pl:151
32471 msgid ""
32472 "More realistically you'd want to expand existing partitions in the disk "
32473 "image by passing extra options (for the full list see the L</OPTIONS> "
32474 "section below)."
32475 msgstr ""
32476
32477 # type: textblock
32478 #. type: textblock
32479 #: ../tools/virt-resize.pl:155
32480 msgid ""
32481 "L</--expand> is the most useful option.  It expands the named partition "
32482 "within the disk to fill any extra space:"
32483 msgstr ""
32484
32485 # type: verbatim
32486 #. type: verbatim
32487 #: ../tools/virt-resize.pl:158
32488 #, no-wrap
32489 msgid ""
32490 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
32491 "\n"
32492 msgstr ""
32493
32494 # type: textblock
32495 #. type: textblock
32496 #: ../tools/virt-resize.pl:160
32497 msgid ""
32498 "(In this case, an extra partition is I<not> created at the end of the disk, "
32499 "because there will be no unused space)."
32500 msgstr ""
32501
32502 # type: textblock
32503 #. type: textblock
32504 #: ../tools/virt-resize.pl:163
32505 msgid ""
32506 "L</--resize> is the other commonly used option.  The following would "
32507 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
32508 "rest of the available space:"
32509 msgstr ""
32510
32511 # type: verbatim
32512 #. type: verbatim
32513 #: ../tools/virt-resize.pl:167
32514 #, no-wrap
32515 msgid ""
32516 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
32517 "     indisk outdisk\n"
32518 "\n"
32519 msgstr ""
32520
32521 # type: textblock
32522 #. type: textblock
32523 #: ../tools/virt-resize.pl:170
32524 msgid ""
32525 "If the expanded partition in the image contains a filesystem or LVM PV, then "
32526 "if virt-resize knows how, it will resize the contents, the equivalent of "
32527 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or L<ntfsresize(8)"
32528 ">.  However virt-resize does not know how to resize some filesystems, so you "
32529 "would have to online resize them after booting the guest."
32530 msgstr ""
32531
32532 # type: textblock
32533 #. type: textblock
32534 #: ../tools/virt-resize.pl:177
32535 msgid "Other options are covered below."
32536 msgstr ""
32537
32538 # type: =item
32539 #. type: =item
32540 #: ../tools/virt-resize.pl:179
32541 msgid "6. Test"
32542 msgstr ""
32543
32544 # type: textblock
32545 #. type: textblock
32546 #: ../tools/virt-resize.pl:181
32547 msgid "Thoroughly test the new disk image I<before> discarding the old one."
32548 msgstr ""
32549
32550 # type: textblock
32551 #. type: textblock
32552 #: ../tools/virt-resize.pl:183
32553 msgid "If you are using libvirt, edit the XML to point at the new disk:"
32554 msgstr ""
32555
32556 # type: verbatim
32557 #. type: verbatim
32558 #: ../tools/virt-resize.pl:185
32559 #, no-wrap
32560 msgid ""
32561 " # virsh edit guestname\n"
32562 "\n"
32563 msgstr ""
32564
32565 # type: textblock
32566 #. type: textblock
32567 #: ../tools/virt-resize.pl:187
32568 msgid ""
32569 "Change E<lt>source ...E<gt>, see L<http://libvirt.org/formatdomain."
32570 "html#elementsDisks>"
32571 msgstr ""
32572
32573 # type: textblock
32574 #. type: textblock
32575 #: ../tools/virt-resize.pl:190
32576 msgid "Then start up the domain with the new, resized disk:"
32577 msgstr ""
32578
32579 # type: verbatim
32580 #. type: verbatim
32581 #: ../tools/virt-resize.pl:192
32582 #, no-wrap
32583 msgid ""
32584 " # virsh start guestname\n"
32585 "\n"
32586 msgstr ""
32587
32588 # type: textblock
32589 #. type: textblock
32590 #: ../tools/virt-resize.pl:194
32591 msgid ""
32592 "and check that it still works.  See also the L</NOTES> section below for "
32593 "additional information."
32594 msgstr ""
32595
32596 # type: =item
32597 #. type: =item
32598 #: ../tools/virt-resize.pl:197
32599 msgid "7. Resize LVs etc inside the guest"
32600 msgstr ""
32601
32602 # type: textblock
32603 #. type: textblock
32604 #: ../tools/virt-resize.pl:199
32605 msgid "(This can also be done offline using L<guestfish(1)>)"
32606 msgstr ""
32607
32608 # type: textblock
32609 #. type: textblock
32610 #: ../tools/virt-resize.pl:201
32611 msgid ""
32612 "Once the guest has booted you should see the new space available, at least "
32613 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
32614 "may need to resize LVs inside PVs, and also resize filesystem types that "
32615 "virt-resize does not know how to expand."
32616 msgstr ""
32617
32618 # type: =head2
32619 #. type: =head2
32620 #: ../tools/virt-resize.pl:208
32621 msgid "SHRINKING A VIRTUAL MACHINE DISK"
32622 msgstr ""
32623
32624 # type: textblock
32625 #. type: textblock
32626 #: ../tools/virt-resize.pl:210
32627 msgid ""
32628 "Shrinking is somewhat more complex than expanding, and only an overview is "
32629 "given here."
32630 msgstr ""
32631
32632 # type: textblock
32633 #. type: textblock
32634 #: ../tools/virt-resize.pl:213
32635 msgid ""
32636 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
32637 "filesystems).  The user has to shrink content before passing the disk image "
32638 "to virt-resize, and virt-resize will check that the content has been shrunk "
32639 "properly."
32640 msgstr ""
32641
32642 # type: textblock
32643 #. type: textblock
32644 #: ../tools/virt-resize.pl:218
32645 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
32646 msgstr ""
32647
32648 # type: textblock
32649 #. type: textblock
32650 #: ../tools/virt-resize.pl:220
32651 msgid ""
32652 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
32653 "steps 3 and 4 above to allocate a new disk image."
32654 msgstr ""
32655
32656 # type: textblock
32657 #. type: textblock
32658 #: ../tools/virt-resize.pl:223
32659 msgid ""
32660 "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
32661 msgstr ""
32662
32663 # type: =head2
32664 #. type: =head2
32665 #: ../tools/virt-resize.pl:226
32666 msgid "IGNORING OR DELETING PARTITIONS"
32667 msgstr ""
32668
32669 # type: textblock
32670 #. type: textblock
32671 #: ../tools/virt-resize.pl:228
32672 msgid ""
32673 "virt-resize also gives a convenient way to ignore or delete partitions when "
32674 "copying from the input disk to the output disk.  Ignoring a partition speeds "
32675 "up the copy where you don't care about the existing contents of a "
32676 "partition.  Deleting a partition removes it completely, but note that it "
32677 "also renumbers any partitions after the one which is deleted, which can "
32678 "leave some guests unbootable."
32679 msgstr ""
32680
32681 # type: =head2
32682 #. type: =head2
32683 #: ../tools/virt-resize.pl:235
32684 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
32685 msgstr ""
32686
32687 # type: textblock
32688 #. type: textblock
32689 #: ../tools/virt-resize.pl:237
32690 msgid ""
32691 "If the input disk is in qcow2 format, then you may prefer that the output is "
32692 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
32693 "the fly.  The output format is simply determined by the format of the empty "
32694 "output container that you provide.  Thus to create qcow2 output, use:"
32695 msgstr ""
32696
32697 # type: verbatim
32698 #. type: verbatim
32699 #: ../tools/virt-resize.pl:243
32700 #, no-wrap
32701 msgid ""
32702 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
32703 "\n"
32704 msgstr ""
32705
32706 # type: textblock
32707 #. type: textblock
32708 #: ../tools/virt-resize.pl:245
32709 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
32710 msgstr ""
32711
32712 # type: textblock
32713 #. type: textblock
32714 #: ../tools/virt-resize.pl:247
32715 msgid "Similarly, to get non-sparse raw output use:"
32716 msgstr ""
32717
32718 # type: verbatim
32719 #. type: verbatim
32720 #: ../tools/virt-resize.pl:249
32721 #, no-wrap
32722 msgid ""
32723 " fallocate -l size outdisk\n"
32724 "\n"
32725 msgstr ""
32726
32727 # type: textblock
32728 #. type: textblock
32729 #: ../tools/virt-resize.pl:251
32730 msgid ""
32731 "(on older systems that don't have the L<fallocate(1)> command use C<dd if=/"
32732 "dev/zero of=outdisk bs=1M count=..>)"
32733 msgstr ""
32734
32735 # type: textblock
32736 #. type: textblock
32737 #: ../tools/virt-resize.pl:264
32738 msgid "Display help."
32739 msgstr ""
32740
32741 # type: =item
32742 #. type: =item
32743 #: ../tools/virt-resize.pl:278
32744 msgid "B<--resize part=size>"
32745 msgstr ""
32746
32747 # type: textblock
32748 #. type: textblock
32749 #: ../tools/virt-resize.pl:280
32750 msgid ""
32751 "Resize the named partition (expanding or shrinking it) so that it has the "
32752 "given size."
32753 msgstr ""
32754
32755 # type: textblock
32756 #. type: textblock
32757 #: ../tools/virt-resize.pl:283
32758 msgid ""
32759 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
32760 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
32761 "Exabytes; or as a percentage of the current size; or as a relative number or "
32762 "percentage.  For example:"
32763 msgstr ""
32764
32765 # type: verbatim
32766 #. type: verbatim
32767 #: ../tools/virt-resize.pl:288
32768 #, no-wrap
32769 msgid ""
32770 " --resize /dev/sda2=10G\n"
32771 "\n"
32772 msgstr ""
32773
32774 # type: verbatim
32775 #. type: verbatim
32776 #: ../tools/virt-resize.pl:290
32777 #, no-wrap
32778 msgid ""
32779 " --resize /dev/sda4=90%\n"
32780 "\n"
32781 msgstr ""
32782
32783 # type: verbatim
32784 #. type: verbatim
32785 #: ../tools/virt-resize.pl:292
32786 #, no-wrap
32787 msgid ""
32788 " --resize /dev/sda2=+1G\n"
32789 "\n"
32790 msgstr ""
32791
32792 # type: verbatim
32793 #. type: verbatim
32794 #: ../tools/virt-resize.pl:294
32795 #, no-wrap
32796 msgid ""
32797 " --resize /dev/sda2=-200M\n"
32798 "\n"
32799 msgstr ""
32800
32801 # type: verbatim
32802 #. type: verbatim
32803 #: ../tools/virt-resize.pl:296
32804 #, no-wrap
32805 msgid ""
32806 " --resize /dev/sda1=+128K\n"
32807 "\n"
32808 msgstr ""
32809
32810 # type: verbatim
32811 #. type: verbatim
32812 #: ../tools/virt-resize.pl:298
32813 #, no-wrap
32814 msgid ""
32815 " --resize /dev/sda1=+10%\n"
32816 "\n"
32817 msgstr ""
32818
32819 # type: verbatim
32820 #. type: verbatim
32821 #: ../tools/virt-resize.pl:300
32822 #, no-wrap
32823 msgid ""
32824 " --resize /dev/sda1=-10%\n"
32825 "\n"
32826 msgstr ""
32827
32828 # type: textblock
32829 #. type: textblock
32830 #: ../tools/virt-resize.pl:302
32831 msgid ""
32832 "You can increase the size of any partition.  Virt-resize will expand the "
32833 "direct content of the partition if it knows how (see C<--expand> below)."
32834 msgstr ""
32835
32836 # type: textblock
32837 #. type: textblock
32838 #: ../tools/virt-resize.pl:306
32839 msgid ""
32840 "You can only I<decrease> the size of partitions that contain filesystems or "
32841 "PVs which have already been shrunk.  Virt-resize will check this has been "
32842 "done before proceeding, or else will print an error (see also C<--resize-"
32843 "force>)."
32844 msgstr ""
32845
32846 # type: textblock
32847 #. type: textblock
32848 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403
32849 #: ../tools/virt-resize.pl:420
32850 msgid "You can give this option multiple times."
32851 msgstr ""
32852
32853 # type: =item
32854 #. type: =item
32855 #: ../tools/virt-resize.pl:317
32856 msgid "B<--resize-force part=size>"
32857 msgstr ""
32858
32859 # type: textblock
32860 #. type: textblock
32861 #: ../tools/virt-resize.pl:319
32862 msgid ""
32863 "This is the same as C<--resize> except that it will let you decrease the "
32864 "size of any partition.  Generally this means you will lose any data which "
32865 "was at the end of the partition you shrink, but you may not care about that "
32866 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
32867 "as a swap partition)."
32868 msgstr ""
32869
32870 # type: textblock
32871 #. type: textblock
32872 #: ../tools/virt-resize.pl:325
32873 msgid "See also the C<--ignore> option."
32874 msgstr ""
32875
32876 # type: =item
32877 #. type: =item
32878 #: ../tools/virt-resize.pl:331
32879 msgid "B<--expand part>"
32880 msgstr ""
32881
32882 # type: textblock
32883 #. type: textblock
32884 #: ../tools/virt-resize.pl:333
32885 msgid ""
32886 "Expand the named partition so it uses up all extra space (space left over "
32887 "after any other resize changes that you request have been done)."
32888 msgstr ""
32889
32890 # type: textblock
32891 #. type: textblock
32892 #: ../tools/virt-resize.pl:336
32893 msgid ""
32894 "If virt-resize knows how, it will expand the direct content of the "
32895 "partition.  For example, if the partition is an LVM PV, it will expand the "
32896 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
32897 "content it doesn't know about alone."
32898 msgstr ""
32899
32900 # type: textblock
32901 #. type: textblock
32902 #: ../tools/virt-resize.pl:341
32903 msgid "Currently virt-resize can resize:"
32904 msgstr ""
32905
32906 # type: textblock
32907 #. type: textblock
32908 #: ../tools/virt-resize.pl:347
32909 msgid ""
32910 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
32911 "partition."
32912 msgstr ""
32913
32914 # type: textblock
32915 #. type: textblock
32916 #: ../tools/virt-resize.pl:352
32917 msgid ""
32918 "NTFS filesystems contained directly in a partition, if libguestfs was "
32919 "compiled with support for NTFS."
32920 msgstr ""
32921
32922 # type: textblock
32923 #. type: textblock
32924 #: ../tools/virt-resize.pl:355
32925 msgid ""
32926 "The filesystem must have been shut down consistently last time it was used.  "
32927 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
32928 "consistency check, so at the first boot after resizing Windows will check "
32929 "the disk."
32930 msgstr ""
32931
32932 # type: textblock
32933 #. type: textblock
32934 #: ../tools/virt-resize.pl:362
32935 msgid ""
32936 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
32937 "inside the PV, but see the C<--LV-expand> option.  The user could also "
32938 "resize LVs as desired after boot."
32939 msgstr ""
32940
32941 # type: textblock
32942 #. type: textblock
32943 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
32944 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
32945 msgstr ""
32946
32947 # type: =item
32948 #. type: =item
32949 #: ../tools/virt-resize.pl:374
32950 msgid "B<--shrink part>"
32951 msgstr ""
32952
32953 # type: textblock
32954 #. type: textblock
32955 #: ../tools/virt-resize.pl:376
32956 msgid ""
32957 "Shrink the named partition until the overall disk image fits in the "
32958 "destination.  The named partition B<must> contain a filesystem or PV which "
32959 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
32960 "online tools).  Virt-resize will check this and give an error if it has not "
32961 "been done."
32962 msgstr ""
32963
32964 # type: textblock
32965 #. type: textblock
32966 #: ../tools/virt-resize.pl:382
32967 msgid ""
32968 "The amount by which the overall disk must be shrunk (after carrying out all "
32969 "other operations requested by the user) is called the \"deficit\".  For "
32970 "example, a straight copy (assume no other operations)  from a 5GB disk image "
32971 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
32972 "would give an error unless the user specified a partition to shrink and that "
32973 "partition had more than a gigabyte of free space."
32974 msgstr ""
32975
32976 # type: =item
32977 #. type: =item
32978 #: ../tools/virt-resize.pl:396
32979 msgid "B<--ignore part>"
32980 msgstr ""
32981
32982 # type: textblock
32983 #. type: textblock
32984 #: ../tools/virt-resize.pl:398
32985 msgid ""
32986 "Ignore the named partition.  Effectively this means the partition is "
32987 "allocated on the destination disk, but the content is not copied across from "
32988 "the source disk.  The content of the partition will be blank (all zero "
32989 "bytes)."
32990 msgstr ""
32991
32992 # type: =item
32993 #. type: =item
32994 #: ../tools/virt-resize.pl:409
32995 msgid "B<--delete part>"
32996 msgstr ""
32997
32998 # type: textblock
32999 #. type: textblock
33000 #: ../tools/virt-resize.pl:411
33001 msgid ""
33002 "Delete the named partition.  It would be more accurate to describe this as "
33003 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
33004 "the original disk image is left intact."
33005 msgstr ""
33006
33007 # type: textblock
33008 #. type: textblock
33009 #: ../tools/virt-resize.pl:415
33010 msgid ""
33011 "Note that when you delete a partition, then anything contained in the "
33012 "partition is also deleted.  Furthermore, this causes any partitions that "
33013 "come after to be I<renumbered>, which can easily make your guest unbootable."
33014 msgstr ""
33015
33016 # type: =item
33017 #. type: =item
33018 #: ../tools/virt-resize.pl:426
33019 msgid "B<--LV-expand logvol>"
33020 msgstr ""
33021
33022 # type: textblock
33023 #. type: textblock
33024 #: ../tools/virt-resize.pl:428
33025 msgid ""
33026 "This takes the logical volume and, as a final step, expands it to fill all "
33027 "the space available in its volume group.  A typical usage, assuming a Linux "
33028 "guest with a single PV C</dev/sda2> and a root device called C</dev/vg_guest/"
33029 "lv_root> would be:"
33030 msgstr ""
33031
33032 # type: verbatim
33033 #. type: verbatim
33034 #: ../tools/virt-resize.pl:433
33035 #, no-wrap
33036 msgid ""
33037 " virt-resize indisk outdisk \\\n"
33038 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
33039 "\n"
33040 msgstr ""
33041
33042 # type: textblock
33043 #. type: textblock
33044 #: ../tools/virt-resize.pl:436
33045 msgid ""
33046 "This would first expand the partition (and PV), and then expand the root "
33047 "device to fill the extra space in the PV."
33048 msgstr ""
33049
33050 # type: textblock
33051 #. type: textblock
33052 #: ../tools/virt-resize.pl:439
33053 msgid ""
33054 "The contents of the LV are also resized if virt-resize knows how to do "
33055 "that.  You can stop virt-resize from trying to expand the content by using "
33056 "the option C<--no-expand-content>."
33057 msgstr ""
33058
33059 # type: textblock
33060 #. type: textblock
33061 #: ../tools/virt-resize.pl:443
33062 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
33063 msgstr ""
33064
33065 # type: textblock
33066 #. type: textblock
33067 #: ../tools/virt-resize.pl:446
33068 msgid ""
33069 "You can give this option multiple times, I<but> it doesn't make sense to do "
33070 "this unless the logical volumes you specify are all in different volume "
33071 "groups."
33072 msgstr ""
33073
33074 # type: =item
33075 #. type: =item
33076 #: ../tools/virt-resize.pl:454
33077 msgid "B<--no-copy-boot-loader>"
33078 msgstr ""
33079
33080 # type: textblock
33081 #. type: textblock
33082 #: ../tools/virt-resize.pl:456
33083 msgid ""
33084 "By default, virt-resize copies over some sectors at the start of the disk "
33085 "(up to the beginning of the first partition).  Commonly these sectors "
33086 "contain the Master Boot Record (MBR) and the boot loader, and are required "
33087 "in order for the guest to boot correctly."
33088 msgstr ""
33089
33090 # type: textblock
33091 #. type: textblock
33092 #: ../tools/virt-resize.pl:461
33093 msgid ""
33094 "If you specify this flag, then this initial copy is not done.  You may need "
33095 "to reinstall the boot loader in this case."
33096 msgstr ""
33097
33098 # type: =item
33099 #. type: =item
33100 #: ../tools/virt-resize.pl:469
33101 msgid "B<--no-extra-partition>"
33102 msgstr ""
33103
33104 # type: textblock
33105 #. type: textblock
33106 #: ../tools/virt-resize.pl:471
33107 msgid ""
33108 "By default, virt-resize creates an extra partition if there is any extra, "
33109 "unused space after all resizing has happened.  Use this option to prevent "
33110 "the extra partition from being created.  If you do this then the extra space "
33111 "will be inaccessible until you run fdisk, parted, or some other partitioning "
33112 "tool in the guest."
33113 msgstr ""
33114
33115 # type: textblock
33116 #. type: textblock
33117 #: ../tools/virt-resize.pl:477
33118 msgid ""
33119 "Note that if the surplus space is smaller than 10 MB, no extra partition "
33120 "will be created."
33121 msgstr ""
33122
33123 # type: =item
33124 #. type: =item
33125 #: ../tools/virt-resize.pl:484
33126 msgid "B<--no-expand-content>"
33127 msgstr ""
33128
33129 # type: textblock
33130 #. type: textblock
33131 #: ../tools/virt-resize.pl:486
33132 msgid ""
33133 "By default, virt-resize will try to expand the direct contents of "
33134 "partitions, if it knows how (see C<--expand> option above)."
33135 msgstr ""
33136
33137 # type: textblock
33138 #. type: textblock
33139 #: ../tools/virt-resize.pl:489
33140 msgid ""
33141 "If you give the C<--no-expand-content> option then virt-resize will not "
33142 "attempt this."
33143 msgstr ""
33144
33145 # type: =item
33146 #. type: =item
33147 #: ../tools/virt-resize.pl:496
33148 msgid "B<-d> | B<--debug>"
33149 msgstr ""
33150
33151 # type: =item
33152 #. type: =item
33153 #: ../tools/virt-resize.pl:504
33154 msgid "B<-n> | B<--dryrun>"
33155 msgstr ""
33156
33157 # type: textblock
33158 #. type: textblock
33159 #: ../tools/virt-resize.pl:506
33160 msgid "Print a summary of what would be done, but don't do anything."
33161 msgstr ""
33162
33163 # type: =item
33164 #. type: =item
33165 #: ../tools/virt-resize.pl:512
33166 msgid "B<-q> | B<--quiet>"
33167 msgstr ""
33168
33169 # type: textblock
33170 #. type: textblock
33171 #: ../tools/virt-resize.pl:514
33172 msgid "Don't print the summary."
33173 msgstr ""
33174
33175 # type: textblock
33176 #. type: textblock
33177 #: ../tools/virt-resize.pl:522
33178 msgid ""
33179 "Specify the format of the input disk image.  If this flag is not given then "
33180 "it is auto-detected from the image itself."
33181 msgstr ""
33182
33183 # type: textblock
33184 #. type: textblock
33185 #: ../tools/virt-resize.pl:528
33186 msgid ""
33187 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
33188 "AND NON-SPARSE RAW FORMATS>."
33189 msgstr ""
33190
33191 # type: =item
33192 #. type: =item
33193 #: ../tools/virt-resize.pl:535
33194 msgid "B<--output-format> raw"
33195 msgstr ""
33196
33197 # type: textblock
33198 #. type: textblock
33199 #: ../tools/virt-resize.pl:537
33200 msgid ""
33201 "Specify the format of the output disk image.  If this flag is not given then "
33202 "it is auto-detected from the image itself."
33203 msgstr ""
33204
33205 # type: textblock
33206 #. type: textblock
33207 #: ../tools/virt-resize.pl:543
33208 msgid ""
33209 "Note that you still need to create the output disk with the right format.  "
33210 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
33211 msgstr ""
33212
33213 # type: =head1
33214 #. type: =head1
33215 #: ../tools/virt-resize.pl:1419
33216 msgid "NOTES"
33217 msgstr ""
33218
33219 # type: =head2
33220 #. type: =head2
33221 #: ../tools/virt-resize.pl:1421
33222 msgid "\"Partition 1 does not end on cylinder boundary.\""
33223 msgstr ""
33224
33225 # type: textblock
33226 #. type: textblock
33227 #: ../tools/virt-resize.pl:1423
33228 msgid ""
33229 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
33230 "means the partitions will not be aligned to the ancient CHS geometry.  "
33231 "However CHS geometry is meaningless for disks manufactured since the early "
33232 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
33233 "cylinders is not required by any modern operating system."
33234 msgstr ""
33235
33236 # type: =head2
33237 #. type: =head2
33238 #: ../tools/virt-resize.pl:1430
33239 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
33240 msgstr ""
33241
33242 # type: textblock
33243 #. type: textblock
33244 #: ../tools/virt-resize.pl:1432
33245 msgid ""
33246 "In Windows Vista and later versions, Microsoft switched to using a separate "
33247 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
33248 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
33249 "the boot partition.  Doing so seems to break the guest completely.  However "
33250 "expanding the second partition (ie. C: drive) should work."
33251 msgstr ""
33252
33253 # type: textblock
33254 #. type: textblock
33255 #: ../tools/virt-resize.pl:1439
33256 msgid ""
33257 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
33258 "NTFS partitions have been expanded.  This is just a safety check and (unless "
33259 "it find errors) is nothing to worry about."
33260 msgstr ""
33261
33262 # type: =head2
33263 #. type: =head2
33264 #: ../tools/virt-resize.pl:1443
33265 msgid "GUEST BOOT STUCK AT \"GRUB\""
33266 msgstr ""
33267
33268 # type: textblock
33269 #. type: textblock
33270 #: ../tools/virt-resize.pl:1445
33271 msgid ""
33272 "If a Linux guest does not boot after resizing, and the boot is stuck after "
33273 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
33274 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
33275 "although we think is to do with partition alignment."
33276 msgstr ""
33277
33278 # type: verbatim
33279 #. type: verbatim
33280 #: ../tools/virt-resize.pl:1450
33281 #, no-wrap
33282 msgid ""
33283 " guestfish -i -a newdisk\n"
33284 " ><fs> cat /boot/grub/device.map\n"
33285 " # check the contents of this file are sensible or\n"
33286 " # edit the file if necessary\n"
33287 " ><fs> grub-install / /dev/vda\n"
33288 " ><fs> exit\n"
33289 "\n"
33290 msgstr ""
33291
33292 # type: textblock
33293 #. type: textblock
33294 #: ../tools/virt-resize.pl:1457
33295 msgid ""
33296 "For more flexible guest reconfiguration, including if you need to specify "
33297 "other parameters to grub-install, use L<virt-rescue(1)>."
33298 msgstr ""
33299
33300 # type: =head1
33301 #. type: =head1
33302 #: ../tools/virt-resize.pl:1460
33303 msgid "ALTERNATIVE TOOLS"
33304 msgstr ""
33305
33306 # type: textblock
33307 #. type: textblock
33308 #: ../tools/virt-resize.pl:1462
33309 msgid ""
33310 "There are several proprietary tools for resizing partitions.  We won't "
33311 "mention any here."
33312 msgstr ""
33313
33314 # type: textblock
33315 #. type: textblock
33316 #: ../tools/virt-resize.pl:1465
33317 msgid ""
33318 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
33319 "operations on disk images.  They can resize and move partitions, but I don't "
33320 "think they can do anything with the contents, and they certainly don't "
33321 "understand LVM."
33322 msgstr ""
33323
33324 # type: textblock
33325 #. type: textblock
33326 #: ../tools/virt-resize.pl:1470
33327 msgid ""
33328 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
33329 "but at a much lower level.  You will probably end up hand-calculating sector "
33330 "offsets, which is something that virt-resize was designed to avoid.  If you "
33331 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
33332 "C<--debug> flag."
33333 msgstr ""
33334
33335 # type: textblock
33336 #. type: textblock
33337 #: ../tools/virt-resize.pl:1485
33338 msgid ""
33339 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, L<lvm"
33340 "(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, L<ntfsresize(8)>, "
33341 "L<virsh(1)>, L<parted(8)>, L<truncate(1)>, L<fallocate(1)>, L<grub(8)>, "
33342 "L<grub-install(8)>, L<virt-rescue(1)>, L<Sys::Guestfs(3)>, L<http://"
33343 "libguestfs.org/>."
33344 msgstr ""
33345
33346 # type: textblock
33347 #. type: textblock
33348 #: ../tools/virt-list-filesystems.pl:32
33349 msgid ""
33350 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
33351 msgstr ""
33352
33353 # type: verbatim
33354 #. type: verbatim
33355 #: ../tools/virt-list-filesystems.pl:36
33356 #, no-wrap
33357 msgid ""
33358 " virt-list-filesystems [--options] domname\n"
33359 "\n"
33360 msgstr ""
33361
33362 # type: verbatim
33363 #. type: verbatim
33364 #: ../tools/virt-list-filesystems.pl:38
33365 #, no-wrap
33366 msgid ""
33367 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
33368 "\n"
33369 msgstr ""
33370
33371 # type: textblock
33372 #. type: textblock
33373 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
33374 msgid ""
33375 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
33376 "replacement."
33377 msgstr ""
33378
33379 # type: textblock
33380 #. type: textblock
33381 #: ../tools/virt-list-filesystems.pl:45
33382 msgid ""
33383 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
33384 "are contained in a virtual machine or disk image."
33385 msgstr ""
33386
33387 # type: textblock
33388 #. type: textblock
33389 #: ../tools/virt-list-filesystems.pl:49
33390 msgid ""
33391 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
33392 "functionality.  For more complex cases you should look at the L<guestfish(1)"
33393 "> tool."
33394 msgstr ""
33395
33396 # type: =item
33397 #. type: =item
33398 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
33399 msgid "B<-l> | B<--long>"
33400 msgstr ""
33401
33402 # type: textblock
33403 #. type: textblock
33404 #: ../tools/virt-list-filesystems.pl:108
33405 msgid ""
33406 "With this option, C<virt-list-filesystems> displays the type of each "
33407 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
33408 msgstr ""
33409
33410 # type: =item
33411 #. type: =item
33412 #: ../tools/virt-list-filesystems.pl:115
33413 msgid "B<-a> | B<--all>"
33414 msgstr ""
33415
33416 # type: textblock
33417 #. type: textblock
33418 #: ../tools/virt-list-filesystems.pl:117
33419 msgid ""
33420 "Normally we only show mountable filesystems.  If this option is given then "
33421 "swap devices are shown too."
33422 msgstr ""
33423
33424 # type: textblock
33425 #. type: textblock
33426 #: ../tools/virt-list-filesystems.pl:191
33427 msgid ""
33428 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
33429 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
33430 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33431 msgstr ""
33432
33433 # type: textblock
33434 #. type: textblock
33435 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
33436 msgid "Copyright (C) 2009 Red Hat Inc."
33437 msgstr ""
33438
33439 # type: textblock
33440 #. type: textblock
33441 #: ../tools/virt-tar.pl:33
33442 msgid "virt-tar - Extract or upload files to a virtual machine"
33443 msgstr ""
33444
33445 # type: verbatim
33446 #. type: verbatim
33447 #: ../tools/virt-tar.pl:37
33448 #, no-wrap
33449 msgid ""
33450 " virt-tar [--options] -x domname directory tarball\n"
33451 "\n"
33452 msgstr ""
33453
33454 # type: verbatim
33455 #. type: verbatim
33456 #: ../tools/virt-tar.pl:39
33457 #, no-wrap
33458 msgid ""
33459 " virt-tar [--options] -u domname tarball directory\n"
33460 "\n"
33461 msgstr ""
33462
33463 # type: verbatim
33464 #. type: verbatim
33465 #: ../tools/virt-tar.pl:41
33466 #, no-wrap
33467 msgid ""
33468 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
33469 "\n"
33470 msgstr ""
33471
33472 # type: verbatim
33473 #. type: verbatim
33474 #: ../tools/virt-tar.pl:43
33475 #, no-wrap
33476 msgid ""
33477 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
33478 "\n"
33479 msgstr ""
33480
33481 #. type: textblock
33482 #: ../tools/virt-tar.pl:47
33483 msgid ""
33484 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-"
33485 "tar-in(1)>, L<virt-tar-out(1)> as replacements."
33486 msgstr ""
33487
33488 # type: textblock
33489 #. type: textblock
33490 #: ../tools/virt-tar.pl:52
33491 msgid "Download C</home> from the VM into a local tarball:"
33492 msgstr ""
33493
33494 # type: verbatim
33495 #. type: verbatim
33496 #: ../tools/virt-tar.pl:54
33497 #, no-wrap
33498 msgid ""
33499 " virt-tar -x domname /home home.tar\n"
33500 "\n"
33501 msgstr ""
33502
33503 # type: verbatim
33504 #. type: verbatim
33505 #: ../tools/virt-tar.pl:56
33506 #, no-wrap
33507 msgid ""
33508 " virt-tar -zx domname /home home.tar.gz\n"
33509 "\n"
33510 msgstr ""
33511
33512 # type: textblock
33513 #. type: textblock
33514 #: ../tools/virt-tar.pl:58
33515 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
33516 msgstr ""
33517
33518 # type: verbatim
33519 #. type: verbatim
33520 #: ../tools/virt-tar.pl:60
33521 #, no-wrap
33522 msgid ""
33523 " virt-tar -u domname uploadstuff.tar /tmp\n"
33524 "\n"
33525 msgstr ""
33526
33527 # type: verbatim
33528 #. type: verbatim
33529 #: ../tools/virt-tar.pl:62
33530 #, no-wrap
33531 msgid ""
33532 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
33533 "\n"
33534 msgstr ""
33535
33536 # type: textblock
33537 #. type: textblock
33538 #: ../tools/virt-tar.pl:66
33539 msgid ""
33540 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
33541 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
33542 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
33543 msgstr ""
33544
33545 # type: textblock
33546 #. type: textblock
33547 #: ../tools/virt-tar.pl:71
33548 msgid ""
33549 "You can use C<-x> (extract) on live virtual machines, but you might get "
33550 "inconsistent results or errors if there is filesystem activity inside the "
33551 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
33552 "work, but the only way to guarantee consistent results is if the virtual "
33553 "machine is shut down."
33554 msgstr ""
33555
33556 # type: textblock
33557 #. type: textblock
33558 #: ../tools/virt-tar.pl:79
33559 msgid ""
33560 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
33561 "parts of a guest filesystem.  There are many possibilities: making backups, "
33562 "uploading data files, snooping on guest activity, fixing or customizing "
33563 "guests, etc."
33564 msgstr ""
33565
33566 # type: textblock
33567 #. type: textblock
33568 #: ../tools/virt-tar.pl:84
33569 msgid ""
33570 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
33571 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
33572 "should look at the L<guestfish(1)> tool."
33573 msgstr ""
33574
33575 # type: textblock
33576 #. type: textblock
33577 #: ../tools/virt-tar.pl:88
33578 msgid ""
33579 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
33580 "its contents (recursively) from the virtual machine into a local tarball.  "
33581 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
33582 "virtual machine.  You cannot use these two options together."
33583 msgstr ""
33584
33585 # type: textblock
33586 #. type: textblock
33587 #: ../tools/virt-tar.pl:94
33588 msgid ""
33589 "In addition, you may need to use the C<-z> (gZip) option to enable "
33590 "compression.  When uploading, you have to specify C<-z> if the upload file "
33591 "is compressed because virt-tar won't detect this on its own."
33592 msgstr ""
33593
33594 # type: textblock
33595 #. type: textblock
33596 #: ../tools/virt-tar.pl:98
33597 msgid ""
33598 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
33599 "example it cannot do PKZip files or bzip2 compression.  If you want that "
33600 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
33601 "the L<libguestfs(3)> API)."
33602 msgstr ""
33603
33604 # type: =item
33605 #. type: =item
33606 #: ../tools/virt-tar.pl:156
33607 msgid "B<-x> | B<--extract> | B<--download>"
33608 msgstr ""
33609
33610 # type: =item
33611 #. type: =item
33612 #: ../tools/virt-tar.pl:158
33613 msgid "B<-u> | B<--upload>"
33614 msgstr ""
33615
33616 # type: textblock
33617 #. type: textblock
33618 #: ../tools/virt-tar.pl:160
33619 msgid ""
33620 "Use C<-x> to extract (download) a directory from a virtual machine to a "
33621 "local tarball."
33622 msgstr ""
33623
33624 # type: textblock
33625 #. type: textblock
33626 #: ../tools/virt-tar.pl:163
33627 msgid ""
33628 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
33629 "Please read the L</WARNING> section above before using this option."
33630 msgstr ""
33631
33632 # type: textblock
33633 #. type: textblock
33634 #: ../tools/virt-tar.pl:167
33635 msgid "You must specify exactly one of these options."
33636 msgstr ""
33637
33638 # type: =item
33639 #. type: =item
33640 #: ../tools/virt-tar.pl:173
33641 msgid "B<-z> | B<--gzip>"
33642 msgstr ""
33643
33644 # type: textblock
33645 #. type: textblock
33646 #: ../tools/virt-tar.pl:175
33647 msgid "Specify that the input or output tarball is gzip-compressed."
33648 msgstr ""
33649
33650 #. type: textblock
33651 #: ../tools/virt-tar.pl:288
33652 msgid ""
33653 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
33654 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
33655 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
33656 "org/>."
33657 msgstr ""
33658
33659 # type: textblock
33660 #. type: textblock
33661 #: ../tools/virt-make-fs.pl:37
33662 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
33663 msgstr ""
33664
33665 # type: verbatim
33666 #. type: verbatim
33667 #: ../tools/virt-make-fs.pl:41
33668 #, no-wrap
33669 msgid ""
33670 " virt-make-fs [--options] input.tar output.img\n"
33671 "\n"
33672 msgstr ""
33673
33674 # type: verbatim
33675 #. type: verbatim
33676 #: ../tools/virt-make-fs.pl:43
33677 #, no-wrap
33678 msgid ""
33679 " virt-make-fs [--options] input.tar.gz output.img\n"
33680 "\n"
33681 msgstr ""
33682
33683 # type: verbatim
33684 #. type: verbatim
33685 #: ../tools/virt-make-fs.pl:45
33686 #, no-wrap
33687 msgid ""
33688 " virt-make-fs [--options] directory output.img\n"
33689 "\n"
33690 msgstr ""
33691
33692 # type: textblock
33693 #. type: textblock
33694 #: ../tools/virt-make-fs.pl:49
33695 msgid ""
33696 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
33697 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
33698 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
33699 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
33700 "you want to attach these filesystems to existing virtual machines (eg. to "
33701 "import large amounts of read-only data to a VM)."
33702 msgstr ""
33703
33704 # type: textblock
33705 #. type: textblock
33706 #: ../tools/virt-make-fs.pl:57
33707 msgid "Basic usage is:"
33708 msgstr ""
33709
33710 # type: verbatim
33711 #. type: verbatim
33712 #: ../tools/virt-make-fs.pl:59
33713 #, no-wrap
33714 msgid ""
33715 " virt-make-fs input output\n"
33716 "\n"
33717 msgstr ""
33718
33719 # type: textblock
33720 #. type: textblock
33721 #: ../tools/virt-make-fs.pl:61
33722 msgid ""
33723 "where C<input> is either a directory containing files that you want to add, "
33724 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
33725 "C<output> is a disk image.  The input type is detected automatically.  The "
33726 "output disk image defaults to a raw ext2 image unless you specify extra "
33727 "flags (see L</OPTIONS> below)."
33728 msgstr ""
33729
33730 # type: =head2
33731 #. type: =head2
33732 #: ../tools/virt-make-fs.pl:67
33733 msgid "EXTRA SPACE"
33734 msgstr ""
33735
33736 # type: textblock
33737 #. type: textblock
33738 #: ../tools/virt-make-fs.pl:69
33739 msgid ""
33740 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
33741 "the files that it contains, but might have extra space.  Depending on how "
33742 "you are going to use the output, you might think this extra space is wasted "
33743 "and want to minimize it, or you might want to leave space so that more files "
33744 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
33745 "but you can use the C<--size> flag to leave space in the filesystem if you "
33746 "want it."
33747 msgstr ""
33748
33749 # type: textblock
33750 #. type: textblock
33751 #: ../tools/virt-make-fs.pl:77
33752 msgid ""
33753 "An alternative way to leave extra space but not make the output image any "
33754 "bigger is to use an alternative disk image format (instead of the default "
33755 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
33756 "image format (check your hypervisor supports this before using it).  This "
33757 "allows you to choose a large C<--size> but the extra space won't actually be "
33758 "allocated in the image until you try to store something in it."
33759 msgstr ""
33760
33761 # type: textblock
33762 #. type: textblock
33763 #: ../tools/virt-make-fs.pl:85
33764 msgid ""
33765 "Don't forget that you can also use local commands including L<resize2fs(8)> "
33766 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-"
33767 "resize to build another image from scratch."
33768 msgstr ""
33769
33770 # type: =head3
33771 #. type: =head3
33772 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
33773 #: ../tools/virt-make-fs.pl:142
33774 msgid "EXAMPLE"
33775 msgstr ""
33776
33777 # type: verbatim
33778 #. type: verbatim
33779 #: ../tools/virt-make-fs.pl:91
33780 #, no-wrap
33781 msgid ""
33782 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
33783 "\n"
33784 msgstr ""
33785
33786 # type: =head2
33787 #. type: =head2
33788 #: ../tools/virt-make-fs.pl:93
33789 msgid "FILESYSTEM TYPE"
33790 msgstr ""
33791
33792 # type: textblock
33793 #. type: textblock
33794 #: ../tools/virt-make-fs.pl:95
33795 msgid ""
33796 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
33797 "libguestfs supports can be used (but I<not> read-only formats like "
33798 "ISO9660).  Here are some of the more common choices:"
33799 msgstr ""
33800
33801 # type: =item
33802 #. type: =item
33803 #: ../tools/virt-make-fs.pl:101
33804 msgid "I<ext3>"
33805 msgstr ""
33806
33807 # type: textblock
33808 #. type: textblock
33809 #: ../tools/virt-make-fs.pl:103
33810 msgid ""
33811 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
33812 "you are not going to use the filesystem in a way that requires the journal, "
33813 "then this is just wasted overhead."
33814 msgstr ""
33815
33816 # type: =item
33817 #. type: =item
33818 #: ../tools/virt-make-fs.pl:107
33819 msgid "I<ntfs> or I<vfat>"
33820 msgstr ""
33821
33822 # type: textblock
33823 #. type: textblock
33824 #: ../tools/virt-make-fs.pl:109
33825 msgid "Useful if exporting data to a Windows guest."
33826 msgstr ""
33827
33828 # type: textblock
33829 #. type: textblock
33830 #: ../tools/virt-make-fs.pl:111
33831 msgid ""
33832 "I<Note for vfat>: The tar archive or local directory must only contain files "
33833 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
33834 "program running within libguestfs is unable to change the ownership of non-"
33835 "root files, since vfat itself does not support this."
33836 msgstr ""
33837
33838 # type: =item
33839 #. type: =item
33840 #: ../tools/virt-make-fs.pl:116
33841 msgid "I<minix>"
33842 msgstr ""
33843
33844 # type: textblock
33845 #. type: textblock
33846 #: ../tools/virt-make-fs.pl:118
33847 msgid ""
33848 "Lower overhead than C<ext2>, but certain limitations on filename length and "
33849 "total filesystem size."
33850 msgstr ""
33851
33852 # type: verbatim
33853 #. type: verbatim
33854 #: ../tools/virt-make-fs.pl:125
33855 #, no-wrap
33856 msgid ""
33857 " virt-make-fs --type=minix input minixfs.img\n"
33858 "\n"
33859 msgstr ""
33860
33861 # type: =head2
33862 #. type: =head2
33863 #: ../tools/virt-make-fs.pl:127
33864 msgid "TO PARTITION OR NOT TO PARTITION"
33865 msgstr ""
33866
33867 # type: textblock
33868 #. type: textblock
33869 #: ../tools/virt-make-fs.pl:129
33870 msgid "Optionally virt-make-fs can add a partition table to the output disk."
33871 msgstr ""
33872
33873 # type: textblock
33874 #. type: textblock
33875 #: ../tools/virt-make-fs.pl:131
33876 msgid ""
33877 "Adding a partition can make the disk image more compatible with certain "
33878 "virtualized operating systems which don't expect to see a filesystem "
33879 "directly located on a block device (Linux doesn't care and will happily "
33880 "handle both types)."
33881 msgstr ""
33882
33883 # type: textblock
33884 #. type: textblock
33885 #: ../tools/virt-make-fs.pl:136
33886 msgid ""
33887 "On the other hand, if you have a partition table then the output image is no "
33888 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
33889 "directly on a partitioned disk image.  (However libguestfs tools such as "
33890 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
33891 msgstr ""
33892
33893 # type: textblock
33894 #. type: textblock
33895 #: ../tools/virt-make-fs.pl:144
33896 msgid "Add an MBR partition:"
33897 msgstr ""
33898
33899 # type: verbatim
33900 #. type: verbatim
33901 #: ../tools/virt-make-fs.pl:146
33902 #, no-wrap
33903 msgid ""
33904 " virt-make-fs --partition -- input disk.img\n"
33905 "\n"
33906 msgstr ""
33907
33908 # type: textblock
33909 #. type: textblock
33910 #: ../tools/virt-make-fs.pl:148
33911 msgid ""
33912 "If the output disk image could be terabyte-sized or larger, it's better to "
33913 "use an EFI/GPT-compatible partition table:"
33914 msgstr ""
33915
33916 # type: verbatim
33917 #. type: verbatim
33918 #: ../tools/virt-make-fs.pl:151
33919 #, no-wrap
33920 msgid ""
33921 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
33922 "\n"
33923 msgstr ""
33924
33925 # type: textblock
33926 #. type: textblock
33927 #: ../tools/virt-make-fs.pl:179
33928 msgid "Enable debugging information."
33929 msgstr ""
33930
33931 # type: =item
33932 #. type: =item
33933 #: ../tools/virt-make-fs.pl:185
33934 msgid "B<--size=E<lt>NE<gt>>"
33935 msgstr ""
33936
33937 # type: =item
33938 #. type: =item
33939 #: ../tools/virt-make-fs.pl:187
33940 msgid "B<--size=+E<lt>NE<gt>>"
33941 msgstr ""
33942
33943 # type: =item
33944 #. type: =item
33945 #: ../tools/virt-make-fs.pl:189
33946 msgid "B<-s E<lt>NE<gt>>"
33947 msgstr ""
33948
33949 # type: =item
33950 #. type: =item
33951 #: ../tools/virt-make-fs.pl:191
33952 msgid "B<-s +E<lt>NE<gt>>"
33953 msgstr ""
33954
33955 # type: textblock
33956 #. type: textblock
33957 #: ../tools/virt-make-fs.pl:193
33958 msgid ""
33959 "Use the C<--size> (or C<-s>) option to choose the size of the output image."
33960 msgstr ""
33961
33962 # type: textblock
33963 #. type: textblock
33964 #: ../tools/virt-make-fs.pl:196
33965 msgid ""
33966 "If this option is I<not> given, then the output image will be just large "
33967 "enough to contain all the files, with not much wasted space."
33968 msgstr ""
33969
33970 # type: textblock
33971 #. type: textblock
33972 #: ../tools/virt-make-fs.pl:199
33973 msgid ""
33974 "To choose a fixed size output disk, specify an absolute number followed by b/"
33975 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
33976 "Petabytes or Exabytes.  This must be large enough to contain all the input "
33977 "files, else you will get an error."
33978 msgstr ""
33979
33980 # type: textblock
33981 #. type: textblock
33982 #: ../tools/virt-make-fs.pl:204
33983 msgid ""
33984 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
33985 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
33986 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
33987 "the input files, and (approximately) an extra 200 MB free space."
33988 msgstr ""
33989
33990 # type: textblock
33991 #. type: textblock
33992 #: ../tools/virt-make-fs.pl:210
33993 msgid ""
33994 "Note that virt-make-fs estimates free space, and therefore will not produce "
33995 "filesystems containing precisely the free space requested.  (It is much more "
33996 "expensive and time-consuming to produce a filesystem which has precisely the "
33997 "desired free space)."
33998 msgstr ""
33999
34000 # type: =item
34001 #. type: =item
34002 #: ../tools/virt-make-fs.pl:219
34003 msgid "B<--format=E<lt>fmtE<gt>>"
34004 msgstr ""
34005
34006 # type: =item
34007 #. type: =item
34008 #: ../tools/virt-make-fs.pl:221
34009 msgid "B<-F E<lt>fmtE<gt>>"
34010 msgstr ""
34011
34012 # type: textblock
34013 #. type: textblock
34014 #: ../tools/virt-make-fs.pl:223
34015 msgid "Choose the output disk image format."
34016 msgstr ""
34017
34018 # type: textblock
34019 #. type: textblock
34020 #: ../tools/virt-make-fs.pl:225
34021 msgid "The default is C<raw> (raw disk image)."
34022 msgstr ""
34023
34024 # type: textblock
34025 #. type: textblock
34026 #: ../tools/virt-make-fs.pl:227
34027 msgid ""
34028 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
34029 "that would really make sense here is C<qcow2>."
34030 msgstr ""
34031
34032 # type: =item
34033 #. type: =item
34034 #: ../tools/virt-make-fs.pl:234
34035 msgid "B<--type=E<lt>fsE<gt>>"
34036 msgstr ""
34037
34038 # type: =item
34039 #. type: =item
34040 #: ../tools/virt-make-fs.pl:236
34041 msgid "B<-t E<lt>fsE<gt>>"
34042 msgstr ""
34043
34044 # type: textblock
34045 #. type: textblock
34046 #: ../tools/virt-make-fs.pl:238
34047 msgid "Choose the output filesystem type."
34048 msgstr ""
34049
34050 # type: textblock
34051 #. type: textblock
34052 #: ../tools/virt-make-fs.pl:240
34053 msgid "The default is C<ext2>."
34054 msgstr ""
34055
34056 # type: textblock
34057 #. type: textblock
34058 #: ../tools/virt-make-fs.pl:242
34059 msgid ""
34060 "Any filesystem which is supported read-write by libguestfs can be used here."
34061 msgstr ""
34062
34063 # type: =item
34064 #. type: =item
34065 #: ../tools/virt-make-fs.pl:249
34066 msgid "B<--partition>"
34067 msgstr ""
34068
34069 # type: =item
34070 #. type: =item
34071 #: ../tools/virt-make-fs.pl:251
34072 msgid "B<--partition=E<lt>parttypeE<gt>>"
34073 msgstr ""
34074
34075 # type: textblock
34076 #. type: textblock
34077 #: ../tools/virt-make-fs.pl:253
34078 msgid ""
34079 "If specified, this flag adds an MBR partition table to the output disk image."
34080 msgstr ""
34081
34082 # type: textblock
34083 #. type: textblock
34084 #: ../tools/virt-make-fs.pl:256
34085 msgid ""
34086 "You can change the partition table type, eg. C<--partition=gpt> for large "
34087 "disks."
34088 msgstr ""
34089
34090 # type: textblock
34091 #. type: textblock
34092 #: ../tools/virt-make-fs.pl:259
34093 msgid ""
34094 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
34095 "might consider the next parameter to be the partition type.  For example:"
34096 msgstr ""
34097
34098 # type: verbatim
34099 #. type: verbatim
34100 #: ../tools/virt-make-fs.pl:263
34101 #, no-wrap
34102 msgid ""
34103 " virt-make-fs --partition input.tar ...\n"
34104 "\n"
34105 msgstr ""
34106
34107 # type: textblock
34108 #. type: textblock
34109 #: ../tools/virt-make-fs.pl:265
34110 msgid ""
34111 "would cause virt-make-fs to think you wanted to use a partition type of "
34112 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
34113 "dash) between options and the input file argument:"
34114 msgstr ""
34115
34116 # type: verbatim
34117 #. type: verbatim
34118 #: ../tools/virt-make-fs.pl:269
34119 #, no-wrap
34120 msgid ""
34121 " virt-make-fs --partition -- input.tar ...\n"
34122 "\n"
34123 msgstr ""
34124
34125 #. type: textblock
34126 #: ../tools/virt-make-fs.pl:536
34127 msgid ""
34128 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
34129 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
34130 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
34131 msgstr ""
34132
34133 # type: verbatim
34134 #. type: verbatim
34135 #: ../tools/virt-make-fs.pl:553
34136 #, no-wrap
34137 msgid ""
34138 " export LIBGUESTFS_DEBUG=1\n"
34139 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
34140 "\n"
34141 msgstr ""
34142
34143 # type: textblock
34144 #. type: textblock
34145 #: ../tools/virt-make-fs.pl:556
34146 msgid ""
34147 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
34148 "redhat.com/>"
34149 msgstr ""
34150
34151 # type: textblock
34152 #. type: textblock
34153 #: ../tools/virt-list-partitions.pl:32
34154 msgid ""
34155 "virt-list-partitions - List partitions in a virtual machine or disk image"
34156 msgstr ""
34157
34158 # type: verbatim
34159 #. type: verbatim
34160 #: ../tools/virt-list-partitions.pl:36
34161 #, no-wrap
34162 msgid ""
34163 " virt-list-partitions [--options] domname\n"
34164 "\n"
34165 msgstr ""
34166
34167 # type: verbatim
34168 #. type: verbatim
34169 #: ../tools/virt-list-partitions.pl:38
34170 #, no-wrap
34171 msgid ""
34172 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
34173 "\n"
34174 msgstr ""
34175
34176 # type: textblock
34177 #. type: textblock
34178 #: ../tools/virt-list-partitions.pl:45
34179 msgid ""
34180 "C<virt-list-partitions> is a command line tool to list the partitions that "
34181 "are contained in a virtual machine or disk image.  It is mainly useful as a "
34182 "first step to using L<virt-resize(1)>."
34183 msgstr ""
34184
34185 # type: textblock
34186 #. type: textblock
34187 #: ../tools/virt-list-partitions.pl:50
34188 msgid ""
34189 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
34190 "functionality.  For more complex cases you should look at the L<guestfish(1)"
34191 "> tool."
34192 msgstr ""
34193
34194 # type: =item
34195 #. type: =item
34196 #: ../tools/virt-list-partitions.pl:107
34197 msgid "B<-h> | B<--human-readable>"
34198 msgstr ""
34199
34200 # type: textblock
34201 #. type: textblock
34202 #: ../tools/virt-list-partitions.pl:109
34203 msgid "Show sizes in human-readable form (eg. \"1G\")."
34204 msgstr ""
34205
34206 # type: textblock
34207 #. type: textblock
34208 #: ../tools/virt-list-partitions.pl:117
34209 msgid ""
34210 "With this option, C<virt-list-partitions> displays the type and size of each "
34211 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
34212 msgstr ""
34213
34214 # type: =item
34215 #. type: =item
34216 #: ../tools/virt-list-partitions.pl:124
34217 msgid "B<-t> | B<--total>"
34218 msgstr ""
34219
34220 # type: textblock
34221 #. type: textblock
34222 #: ../tools/virt-list-partitions.pl:126
34223 msgid ""
34224 "Display the total size of each block device (as a separate row or rows)."
34225 msgstr ""
34226
34227 # type: textblock
34228 #. type: textblock
34229 #: ../tools/virt-list-partitions.pl:259
34230 msgid ""
34231 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
34232 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
34233 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
34234 msgstr ""