guestfs(3): Indent line to keep code together.
[libguestfs.git] / po-docs / ja.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 #, fuzzy
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
10 "POT-Creation-Date: 2011-03-08 15:34+0000\n"
11 "PO-Revision-Date: 2010-09-02 14:46+0100\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 # type: =head1
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3
22 #: ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3
23 #: ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35
24 #: ../tools/virt-resize.pl:40 ../tools/virt-list-filesystems.pl:30
25 #: ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35
26 #: ../tools/virt-list-partitions.pl:30
27 msgid "NAME"
28 msgstr "名前"
29
30 # type: textblock
31 #. type: textblock
32 #: ../src/guestfs.pod:5
33 msgid "guestfs - Library for accessing and modifying virtual machine images"
34 msgstr ""
35
36 # type: =head1
37 #. type: =head1
38 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7
39 #: ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7
40 #: ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39
41 #: ../tools/virt-resize.pl:44 ../tools/virt-list-filesystems.pl:34
42 #: ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39
43 #: ../tools/virt-list-partitions.pl:34
44 msgid "SYNOPSIS"
45 msgstr ""
46
47 # type: verbatim
48 #. type: verbatim
49 #: ../src/guestfs.pod:9
50 #, no-wrap
51 msgid ""
52 " #include <guestfs.h>\n"
53 " \n"
54 msgstr ""
55
56 # type: verbatim
57 #. type: verbatim
58 #: ../src/guestfs.pod:11
59 #, no-wrap
60 msgid ""
61 " guestfs_h *g = guestfs_create ();\n"
62 " guestfs_add_drive (g, \"guest.img\");\n"
63 " guestfs_launch (g);\n"
64 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
65 " guestfs_touch (g, \"/hello\");\n"
66 " guestfs_umount (g, \"/\");\n"
67 " guestfs_close (g);\n"
68 "\n"
69 msgstr ""
70
71 # type: verbatim
72 #. type: verbatim
73 #: ../src/guestfs.pod:19
74 #, no-wrap
75 msgid ""
76 " cc prog.c -o prog -lguestfs\n"
77 "or:\n"
78 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
79 "\n"
80 msgstr ""
81
82 # type: =head1
83 #. type: =head1
84 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30
85 #: ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20
86 #: ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63
87 #: ../tools/virt-resize.pl:50 ../tools/virt-list-filesystems.pl:40
88 #: ../tools/virt-tar.pl:72 ../tools/virt-make-fs.pl:47
89 #: ../tools/virt-list-partitions.pl:40
90 msgid "DESCRIPTION"
91 msgstr ""
92
93 # type: textblock
94 #. type: textblock
95 #: ../src/guestfs.pod:25
96 msgid ""
97 "Libguestfs is a library for accessing and modifying guest disk images.  "
98 "Amongst the things this is good for: making batch configuration changes to "
99 "guests, getting disk used/free statistics (see also: virt-df), migrating "
100 "between virtualization systems (see also: virt-p2v), performing partial "
101 "backups, performing partial guest clones, cloning guests and changing "
102 "registry/UUID/hostname info, and much else besides."
103 msgstr ""
104
105 # type: textblock
106 #. type: textblock
107 #: ../src/guestfs.pod:33
108 msgid ""
109 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
110 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
111 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
112 "qcow2, vmdk."
113 msgstr ""
114
115 # type: textblock
116 #. type: textblock
117 #: ../src/guestfs.pod:38
118 msgid ""
119 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
120 "what filesystem is in each LV, etc.).  It can also run commands in the "
121 "context of the guest.  Also you can access filesystems over FUSE."
122 msgstr ""
123
124 # type: textblock
125 #. type: textblock
126 #: ../src/guestfs.pod:43
127 msgid ""
128 "Libguestfs is a library that can be linked with C and C++ management "
129 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
130 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
131 "line."
132 msgstr ""
133
134 # type: textblock
135 #. type: textblock
136 #: ../src/guestfs.pod:48
137 msgid ""
138 "You don't need to be root to use libguestfs, although obviously you do need "
139 "enough permissions to access the disk images."
140 msgstr ""
141
142 # type: textblock
143 #. type: textblock
144 #: ../src/guestfs.pod:51
145 msgid ""
146 "Libguestfs is a large API because it can do many things.  For a gentle "
147 "introduction, please read the L</API OVERVIEW> section next."
148 msgstr ""
149
150 # type: textblock
151 #. type: textblock
152 #: ../src/guestfs.pod:54
153 msgid ""
154 "There are also some example programs in the L<guestfs-examples(3)> manual "
155 "page."
156 msgstr ""
157
158 # type: =head1
159 #. type: =head1
160 #: ../src/guestfs.pod:57
161 msgid "API OVERVIEW"
162 msgstr ""
163
164 # type: textblock
165 #. type: textblock
166 #: ../src/guestfs.pod:59
167 msgid ""
168 "This section provides a gentler overview of the libguestfs API.  We also try "
169 "to group API calls together, where that may not be obvious from reading "
170 "about the individual calls in the main section of this manual."
171 msgstr ""
172
173 # type: =head2
174 #. type: =head2
175 #: ../src/guestfs.pod:64
176 msgid "HANDLES"
177 msgstr ""
178
179 # type: textblock
180 #. type: textblock
181 #: ../src/guestfs.pod:66
182 msgid ""
183 "Before you can use libguestfs calls, you have to create a handle.  Then you "
184 "must add at least one disk image to the handle, followed by launching the "
185 "handle, then performing whatever operations you want, and finally closing "
186 "the handle.  By convention we use the single letter C<g> for the name of the "
187 "handle variable, although of course you can use any name you want."
188 msgstr ""
189
190 # type: textblock
191 #. type: textblock
192 #: ../src/guestfs.pod:73
193 msgid "The general structure of all libguestfs-using programs looks like this:"
194 msgstr ""
195
196 # type: verbatim
197 #. type: verbatim
198 #: ../src/guestfs.pod:76
199 #, no-wrap
200 msgid ""
201 " guestfs_h *g = guestfs_create ();\n"
202 " \n"
203 msgstr ""
204
205 # type: verbatim
206 #. type: verbatim
207 #: ../src/guestfs.pod:78
208 #, no-wrap
209 msgid ""
210 " /* Call guestfs_add_drive additional times if there are\n"
211 "  * multiple disk images.\n"
212 "  */\n"
213 " guestfs_add_drive (g, \"guest.img\");\n"
214 " \n"
215 msgstr ""
216
217 # type: verbatim
218 #. type: verbatim
219 #: ../src/guestfs.pod:83
220 #, no-wrap
221 msgid ""
222 " /* Most manipulation calls won't work until you've launched\n"
223 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
224 "  * and _before_ other commands.\n"
225 "  */\n"
226 " guestfs_launch (g);\n"
227 " \n"
228 msgstr ""
229
230 # type: verbatim
231 #. type: verbatim
232 #: ../src/guestfs.pod:89
233 #, no-wrap
234 msgid ""
235 " /* Now you can examine what partitions, LVs etc are available.\n"
236 "  */\n"
237 " char **partitions = guestfs_list_partitions (g);\n"
238 " char **logvols = guestfs_lvs (g);\n"
239 " \n"
240 msgstr ""
241
242 # type: verbatim
243 #. type: verbatim
244 #: ../src/guestfs.pod:94
245 #, no-wrap
246 msgid ""
247 " /* To access a filesystem in the image, you must mount it.\n"
248 "  */\n"
249 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
250 " \n"
251 msgstr ""
252
253 # type: verbatim
254 #. 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:2534 ../src/guestfs.pod:2538
930 #: ../src/guestfs.pod:2542 ../src/guestfs.pod:2546
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 "L<guestfish(1)>, the command-line shell."
5141 msgstr ""
5142
5143 #. type: =item
5144 #: ../src/guestfs.pod:2364
5145 msgid "C<fuse>"
5146 msgstr ""
5147
5148 #. type: textblock
5149 #: ../src/guestfs.pod:2366
5150 msgid ""
5151 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5152 msgstr ""
5153
5154 #. type: =item
5155 #: ../src/guestfs.pod:2368
5156 msgid "C<generator>"
5157 msgstr ""
5158
5159 #. type: textblock
5160 #: ../src/guestfs.pod:2370
5161 msgid ""
5162 "The crucially important generator, used to automatically generate large "
5163 "amounts of boilerplate C code for things like RPC and bindings."
5164 msgstr ""
5165
5166 #. type: =item
5167 #: ../src/guestfs.pod:2373
5168 msgid "C<images>"
5169 msgstr ""
5170
5171 #. type: textblock
5172 #: ../src/guestfs.pod:2375
5173 msgid "Files used by the test suite."
5174 msgstr ""
5175
5176 #. type: textblock
5177 #: ../src/guestfs.pod:2377
5178 msgid "Some \"phony\" guest images which we test against."
5179 msgstr ""
5180
5181 #. type: =item
5182 #: ../src/guestfs.pod:2379
5183 msgid "C<inspector>"
5184 msgstr ""
5185
5186 #. type: textblock
5187 #: ../src/guestfs.pod:2381
5188 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5189 msgstr ""
5190
5191 #. type: =item
5192 #: ../src/guestfs.pod:2383
5193 msgid "C<m4>"
5194 msgstr ""
5195
5196 #. type: textblock
5197 #: ../src/guestfs.pod:2385
5198 msgid "M4 macros used by autoconf."
5199 msgstr ""
5200
5201 #. type: =item
5202 #: ../src/guestfs.pod:2387
5203 msgid "C<po>"
5204 msgstr ""
5205
5206 #. type: textblock
5207 #: ../src/guestfs.pod:2389
5208 msgid "Translations of simple gettext strings."
5209 msgstr ""
5210
5211 #. type: =item
5212 #: ../src/guestfs.pod:2391
5213 msgid "C<po-docs>"
5214 msgstr ""
5215
5216 #. type: textblock
5217 #: ../src/guestfs.pod:2393
5218 msgid ""
5219 "The build infrastructure and PO files for translations of manpages and POD "
5220 "files.  Eventually this will be combined with the C<po> directory, but that "
5221 "is rather complicated."
5222 msgstr ""
5223
5224 #. type: =item
5225 #: ../src/guestfs.pod:2397
5226 msgid "C<regressions>"
5227 msgstr ""
5228
5229 #. type: textblock
5230 #: ../src/guestfs.pod:2399
5231 msgid "Regression tests."
5232 msgstr ""
5233
5234 #. type: =item
5235 #: ../src/guestfs.pod:2401
5236 msgid "C<rescue>"
5237 msgstr ""
5238
5239 #. type: textblock
5240 #: ../src/guestfs.pod:2403
5241 msgid "L<virt-rescue(1)> command and documentation."
5242 msgstr ""
5243
5244 #. type: =item
5245 #: ../src/guestfs.pod:2405
5246 msgid "C<src>"
5247 msgstr ""
5248
5249 #. type: textblock
5250 #: ../src/guestfs.pod:2407
5251 msgid "Source code to the C library."
5252 msgstr ""
5253
5254 #. type: =item
5255 #: ../src/guestfs.pod:2409
5256 msgid "C<tools>"
5257 msgstr ""
5258
5259 #. type: textblock
5260 #: ../src/guestfs.pod:2411
5261 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5262 msgstr ""
5263
5264 #. type: =item
5265 #: ../src/guestfs.pod:2413
5266 msgid "C<test-tool>"
5267 msgstr ""
5268
5269 #. type: textblock
5270 #: ../src/guestfs.pod:2415
5271 msgid ""
5272 "Test tool for end users to test if their qemu/kernel combination will work "
5273 "with libguestfs."
5274 msgstr ""
5275
5276 #. type: =item
5277 #: ../src/guestfs.pod:2418
5278 msgid "C<csharp>"
5279 msgstr ""
5280
5281 #. type: =item
5282 #: ../src/guestfs.pod:2420
5283 msgid "C<haskell>"
5284 msgstr ""
5285
5286 #. type: =item
5287 #: ../src/guestfs.pod:2422
5288 msgid "C<java>"
5289 msgstr ""
5290
5291 #. type: =item
5292 #: ../src/guestfs.pod:2424
5293 msgid "C<ocaml>"
5294 msgstr ""
5295
5296 #. type: =item
5297 #: ../src/guestfs.pod:2426
5298 msgid "C<php>"
5299 msgstr ""
5300
5301 #. type: =item
5302 #: ../src/guestfs.pod:2428
5303 msgid "C<perl>"
5304 msgstr ""
5305
5306 #. type: =item
5307 #: ../src/guestfs.pod:2430
5308 msgid "C<python>"
5309 msgstr ""
5310
5311 #. type: =item
5312 #: ../src/guestfs.pod:2432
5313 msgid "C<ruby>"
5314 msgstr ""
5315
5316 #. type: textblock
5317 #: ../src/guestfs.pod:2434
5318 msgid "Language bindings."
5319 msgstr ""
5320
5321 # type: =head1
5322 #. type: =head1
5323 #: ../src/guestfs.pod:2438 ../fish/guestfish.pod:965
5324 #: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
5325 msgid "ENVIRONMENT VARIABLES"
5326 msgstr ""
5327
5328 # type: =item
5329 #. type: =item
5330 #: ../src/guestfs.pod:2442 ../fish/guestfish.pod:991
5331 msgid "LIBGUESTFS_APPEND"
5332 msgstr ""
5333
5334 # type: textblock
5335 #. type: textblock
5336 #: ../src/guestfs.pod:2444 ../fish/guestfish.pod:993
5337 msgid "Pass additional options to the guest kernel."
5338 msgstr ""
5339
5340 # type: =item
5341 #. type: =item
5342 #: ../src/guestfs.pod:2446 ../fish/guestfish.pod:995
5343 msgid "LIBGUESTFS_DEBUG"
5344 msgstr ""
5345
5346 # type: textblock
5347 #. type: textblock
5348 #: ../src/guestfs.pod:2448
5349 msgid ""
5350 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5351 "effect as calling C<guestfs_set_verbose (g, 1)>."
5352 msgstr ""
5353
5354 # type: =item
5355 #. type: =item
5356 #: ../src/guestfs.pod:2451 ../fish/guestfish.pod:1000
5357 msgid "LIBGUESTFS_MEMSIZE"
5358 msgstr ""
5359
5360 # type: textblock
5361 #. type: textblock
5362 #: ../src/guestfs.pod:2453 ../fish/guestfish.pod:1002
5363 msgid ""
5364 "Set the memory allocated to the qemu process, in megabytes.  For example:"
5365 msgstr ""
5366
5367 # type: verbatim
5368 #. type: verbatim
5369 #: ../src/guestfs.pod:2456 ../fish/guestfish.pod:1005
5370 #, no-wrap
5371 msgid ""
5372 " LIBGUESTFS_MEMSIZE=700\n"
5373 "\n"
5374 msgstr ""
5375
5376 # type: =item
5377 #. type: =item
5378 #: ../src/guestfs.pod:2458 ../fish/guestfish.pod:1007
5379 msgid "LIBGUESTFS_PATH"
5380 msgstr ""
5381
5382 # type: textblock
5383 #. type: textblock
5384 #: ../src/guestfs.pod:2460
5385 msgid ""
5386 "Set the path that libguestfs uses to search for kernel and initrd.img.  See "
5387 "the discussion of paths in section PATH above."
5388 msgstr ""
5389
5390 # type: =item
5391 #. type: =item
5392 #: ../src/guestfs.pod:2463 ../fish/guestfish.pod:1012
5393 msgid "LIBGUESTFS_QEMU"
5394 msgstr ""
5395
5396 # type: textblock
5397 #. type: textblock
5398 #: ../src/guestfs.pod:2465 ../fish/guestfish.pod:1014
5399 msgid ""
5400 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5401 "which was found at compile time by the configure script is used."
5402 msgstr ""
5403
5404 # type: textblock
5405 #. type: textblock
5406 #: ../src/guestfs.pod:2469
5407 msgid "See also L</QEMU WRAPPERS> above."
5408 msgstr ""
5409
5410 # type: =item
5411 #. type: =item
5412 #: ../src/guestfs.pod:2471 ../fish/guestfish.pod:1018
5413 msgid "LIBGUESTFS_TRACE"
5414 msgstr ""
5415
5416 # type: textblock
5417 #. type: textblock
5418 #: ../src/guestfs.pod:2473
5419 msgid ""
5420 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5421 "effect as calling C<guestfs_set_trace (g, 1)>."
5422 msgstr ""
5423
5424 # type: =item
5425 #. type: =item
5426 #: ../src/guestfs.pod:2476 ../fish/guestfish.pod:1027
5427 msgid "TMPDIR"
5428 msgstr ""
5429
5430 # type: textblock
5431 #. type: textblock
5432 #: ../src/guestfs.pod:2478 ../fish/guestfish.pod:1029
5433 msgid "Location of temporary directory, defaults to C</tmp>."
5434 msgstr ""
5435
5436 # type: textblock
5437 #. type: textblock
5438 #: ../src/guestfs.pod:2480 ../fish/guestfish.pod:1031
5439 msgid ""
5440 "If libguestfs was compiled to use the supermin appliance then the real "
5441 "appliance is cached in this directory, shared between all handles belonging "
5442 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5443 "use in case C</tmp> is not large enough."
5444 msgstr ""
5445
5446 # type: =head1
5447 #. type: =head1
5448 #: ../src/guestfs.pod:2488 ../fish/guestfish.pod:1089
5449 #: ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233
5450 #: ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:572
5451 #: ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189
5452 #: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:539
5453 #: ../tools/virt-list-partitions.pl:257
5454 msgid "SEE ALSO"
5455 msgstr ""
5456
5457 # type: textblock
5458 #. type: textblock
5459 #: ../src/guestfs.pod:2490
5460 msgid ""
5461 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
5462 "ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-df(1)>, "
5463 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-"
5464 "filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)"
5465 ">, L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, L<qemu(1)>, "
5466 "L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
5467 msgstr ""
5468
5469 # type: textblock
5470 #. type: textblock
5471 #: ../src/guestfs.pod:2513
5472 msgid ""
5473 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
5474 "(8)>, L<disktype(1)>."
5475 msgstr ""
5476
5477 # type: =head1
5478 #. type: =head1
5479 #: ../src/guestfs.pod:2520 ../tools/virt-win-reg.pl:587
5480 #: ../tools/virt-make-fs.pl:553
5481 msgid "BUGS"
5482 msgstr ""
5483
5484 # type: textblock
5485 #. type: textblock
5486 #: ../src/guestfs.pod:2522
5487 msgid "To get a list of bugs against libguestfs use this link:"
5488 msgstr ""
5489
5490 # type: textblock
5491 #. type: textblock
5492 #: ../src/guestfs.pod:2524
5493 msgid ""
5494 "L<https://bugzilla.redhat.com/buglist.cgi?"
5495 "component=libguestfs&product=Virtualization+Tools>"
5496 msgstr ""
5497
5498 # type: textblock
5499 #. type: textblock
5500 #: ../src/guestfs.pod:2526
5501 msgid "To report a new bug against libguestfs use this link:"
5502 msgstr ""
5503
5504 # type: textblock
5505 #. type: textblock
5506 #: ../src/guestfs.pod:2528
5507 msgid ""
5508 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5509 "component=libguestfs&product=Virtualization+Tools>"
5510 msgstr ""
5511
5512 # type: textblock
5513 #. type: textblock
5514 #: ../src/guestfs.pod:2530
5515 msgid "When reporting a bug, please check:"
5516 msgstr ""
5517
5518 # type: textblock
5519 #. type: textblock
5520 #: ../src/guestfs.pod:2536
5521 msgid "That the bug hasn't been reported already."
5522 msgstr ""
5523
5524 # type: textblock
5525 #. type: textblock
5526 #: ../src/guestfs.pod:2540
5527 msgid "That you are testing a recent version."
5528 msgstr ""
5529
5530 # type: textblock
5531 #. type: textblock
5532 #: ../src/guestfs.pod:2544
5533 msgid "Describe the bug accurately, and give a way to reproduce it."
5534 msgstr ""
5535
5536 # type: textblock
5537 #. type: textblock
5538 #: ../src/guestfs.pod:2548
5539 msgid ""
5540 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5541 "bug report."
5542 msgstr ""
5543
5544 # type: =head1
5545 #. type: =head1
5546 #: ../src/guestfs.pod:2553 ../fish/guestfish.pod:1108
5547 #: ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
5548 msgid "AUTHORS"
5549 msgstr ""
5550
5551 # type: textblock
5552 #. type: textblock
5553 #: ../src/guestfs.pod:2555 ../fish/guestfish.pod:1110
5554 #: ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
5555 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5556 msgstr ""
5557
5558 # type: =head1
5559 #. type: =head1
5560 #: ../src/guestfs.pod:2557 ../fish/guestfish.pod:1112
5561 #: ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248
5562 #: ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:602
5563 #: ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206
5564 #: ../tools/virt-tar.pl:296 ../tools/virt-make-fs.pl:568
5565 #: ../tools/virt-list-partitions.pl:273
5566 msgid "COPYRIGHT"
5567 msgstr ""
5568
5569 # type: textblock
5570 #. type: textblock
5571 #: ../src/guestfs.pod:2559 ../fish/guestfish.pod:1114
5572 #: ../fuse/guestmount.pod:250
5573 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
5574 msgstr ""
5575
5576 # type: textblock
5577 #. type: textblock
5578 #: ../src/guestfs.pod:2562
5579 msgid ""
5580 "This library is free software; you can redistribute it and/or modify it "
5581 "under the terms of the GNU Lesser General Public License as published by the "
5582 "Free Software Foundation; either version 2 of the License, or (at your "
5583 "option) any later version."
5584 msgstr ""
5585
5586 # type: textblock
5587 #. type: textblock
5588 #: ../src/guestfs.pod:2567
5589 msgid ""
5590 "This library is distributed in the hope that it will be useful, but WITHOUT "
5591 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5592 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5593 "for more details."
5594 msgstr ""
5595
5596 # type: textblock
5597 #. type: textblock
5598 #: ../src/guestfs.pod:2572
5599 msgid ""
5600 "You should have received a copy of the GNU Lesser General Public License "
5601 "along with this library; if not, write to the Free Software Foundation, "
5602 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5603 msgstr ""
5604
5605 # type: =head2
5606 #. type: =head2
5607 #: ../src/guestfs-actions.pod:1
5608 msgid "guestfs_add_cdrom"
5609 msgstr ""
5610
5611 # type: verbatim
5612 #. type: verbatim
5613 #: ../src/guestfs-actions.pod:3
5614 #, no-wrap
5615 msgid ""
5616 " int\n"
5617 " guestfs_add_cdrom (guestfs_h *g,\n"
5618 "                    const char *filename);\n"
5619 "\n"
5620 msgstr ""
5621
5622 # type: textblock
5623 #. type: textblock
5624 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5625 msgid "This function adds a virtual CD-ROM disk image to the guest."
5626 msgstr ""
5627
5628 # type: textblock
5629 #. type: textblock
5630 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5631 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5632 msgstr ""
5633
5634 # type: textblock
5635 #. type: textblock
5636 #: ../src/guestfs-actions.pod:17
5637 msgid ""
5638 "This call checks for the existence of C<filename>.  This stops you from "
5639 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5640 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5641 "instead."
5642 msgstr ""
5643
5644 # type: textblock
5645 #. type: textblock
5646 #: ../src/guestfs-actions.pod:24
5647 msgid ""
5648 "If you just want to add an ISO file (often you use this as an efficient way "
5649 "to transfer large files into the guest), then you should probably use "
5650 "C<guestfs_add_drive_ro> instead."
5651 msgstr ""
5652
5653 # type: textblock
5654 #. type: textblock
5655 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:126
5656 #: ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:224
5657 #: ../src/guestfs-actions.pod:238 ../src/guestfs-actions.pod:259
5658 #: ../src/guestfs-actions.pod:279 ../src/guestfs-actions.pod:293
5659 #: ../src/guestfs-actions.pod:408 ../src/guestfs-actions.pod:428
5660 #: ../src/guestfs-actions.pod:442 ../src/guestfs-actions.pod:487
5661 #: ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:533
5662 #: ../src/guestfs-actions.pod:600 ../src/guestfs-actions.pod:633
5663 #: ../src/guestfs-actions.pod:647 ../src/guestfs-actions.pod:662
5664 #: ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:779
5665 #: ../src/guestfs-actions.pod:793 ../src/guestfs-actions.pod:807
5666 #: ../src/guestfs-actions.pod:968 ../src/guestfs-actions.pod:988
5667 #: ../src/guestfs-actions.pod:1006 ../src/guestfs-actions.pod:1090
5668 #: ../src/guestfs-actions.pod:1108 ../src/guestfs-actions.pod:1127
5669 #: ../src/guestfs-actions.pod:1141 ../src/guestfs-actions.pod:1161
5670 #: ../src/guestfs-actions.pod:1231 ../src/guestfs-actions.pod:1262
5671 #: ../src/guestfs-actions.pod:1287 ../src/guestfs-actions.pod:1324
5672 #: ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1464
5673 #: ../src/guestfs-actions.pod:1682 ../src/guestfs-actions.pod:1704
5674 #: ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:2243
5675 #: ../src/guestfs-actions.pod:2387 ../src/guestfs-actions.pod:2448
5676 #: ../src/guestfs-actions.pod:2483 ../src/guestfs-actions.pod:3226
5677 #: ../src/guestfs-actions.pod:3241 ../src/guestfs-actions.pod:3261
5678 #: ../src/guestfs-actions.pod:3416 ../src/guestfs-actions.pod:3430
5679 #: ../src/guestfs-actions.pod:3443 ../src/guestfs-actions.pod:3457
5680 #: ../src/guestfs-actions.pod:3472 ../src/guestfs-actions.pod:3508
5681 #: ../src/guestfs-actions.pod:3580 ../src/guestfs-actions.pod:3600
5682 #: ../src/guestfs-actions.pod:3617 ../src/guestfs-actions.pod:3640
5683 #: ../src/guestfs-actions.pod:3663 ../src/guestfs-actions.pod:3695
5684 #: ../src/guestfs-actions.pod:3714 ../src/guestfs-actions.pod:3733
5685 #: ../src/guestfs-actions.pod:3768 ../src/guestfs-actions.pod:3780
5686 #: ../src/guestfs-actions.pod:3816 ../src/guestfs-actions.pod:3832
5687 #: ../src/guestfs-actions.pod:3845 ../src/guestfs-actions.pod:3860
5688 #: ../src/guestfs-actions.pod:3877 ../src/guestfs-actions.pod:3970
5689 #: ../src/guestfs-actions.pod:3990 ../src/guestfs-actions.pod:4003
5690 #: ../src/guestfs-actions.pod:4054 ../src/guestfs-actions.pod:4072
5691 #: ../src/guestfs-actions.pod:4090 ../src/guestfs-actions.pod:4106
5692 #: ../src/guestfs-actions.pod:4120 ../src/guestfs-actions.pod:4134
5693 #: ../src/guestfs-actions.pod:4151 ../src/guestfs-actions.pod:4166
5694 #: ../src/guestfs-actions.pod:4186 ../src/guestfs-actions.pod:4232
5695 #: ../src/guestfs-actions.pod:4305 ../src/guestfs-actions.pod:4336
5696 #: ../src/guestfs-actions.pod:4355 ../src/guestfs-actions.pod:4374
5697 #: ../src/guestfs-actions.pod:4386 ../src/guestfs-actions.pod:4403
5698 #: ../src/guestfs-actions.pod:4416 ../src/guestfs-actions.pod:4431
5699 #: ../src/guestfs-actions.pod:4446 ../src/guestfs-actions.pod:4481
5700 #: ../src/guestfs-actions.pod:4496 ../src/guestfs-actions.pod:4516
5701 #: ../src/guestfs-actions.pod:4530 ../src/guestfs-actions.pod:4547
5702 #: ../src/guestfs-actions.pod:4596 ../src/guestfs-actions.pod:4633
5703 #: ../src/guestfs-actions.pod:4647 ../src/guestfs-actions.pod:4675
5704 #: ../src/guestfs-actions.pod:4692 ../src/guestfs-actions.pod:4710
5705 #: ../src/guestfs-actions.pod:4844 ../src/guestfs-actions.pod:4901
5706 #: ../src/guestfs-actions.pod:4923 ../src/guestfs-actions.pod:4941
5707 #: ../src/guestfs-actions.pod:4973 ../src/guestfs-actions.pod:5039
5708 #: ../src/guestfs-actions.pod:5056 ../src/guestfs-actions.pod:5069
5709 #: ../src/guestfs-actions.pod:5083 ../src/guestfs-actions.pod:5372
5710 #: ../src/guestfs-actions.pod:5391 ../src/guestfs-actions.pod:5405
5711 #: ../src/guestfs-actions.pod:5417 ../src/guestfs-actions.pod:5431
5712 #: ../src/guestfs-actions.pod:5443 ../src/guestfs-actions.pod:5457
5713 #: ../src/guestfs-actions.pod:5473 ../src/guestfs-actions.pod:5494
5714 #: ../src/guestfs-actions.pod:5513 ../src/guestfs-actions.pod:5532
5715 #: ../src/guestfs-actions.pod:5550 ../src/guestfs-actions.pod:5573
5716 #: ../src/guestfs-actions.pod:5591 ../src/guestfs-actions.pod:5610
5717 #: ../src/guestfs-actions.pod:5631 ../src/guestfs-actions.pod:5650
5718 #: ../src/guestfs-actions.pod:5667 ../src/guestfs-actions.pod:5695
5719 #: ../src/guestfs-actions.pod:5719 ../src/guestfs-actions.pod:5738
5720 #: ../src/guestfs-actions.pod:5762 ../src/guestfs-actions.pod:5777
5721 #: ../src/guestfs-actions.pod:5792 ../src/guestfs-actions.pod:5811
5722 #: ../src/guestfs-actions.pod:5848 ../src/guestfs-actions.pod:5871
5723 #: ../src/guestfs-actions.pod:5897 ../src/guestfs-actions.pod:6005
5724 #: ../src/guestfs-actions.pod:6126 ../src/guestfs-actions.pod:6138
5725 #: ../src/guestfs-actions.pod:6151 ../src/guestfs-actions.pod:6164
5726 #: ../src/guestfs-actions.pod:6186 ../src/guestfs-actions.pod:6199
5727 #: ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:6225
5728 #: ../src/guestfs-actions.pod:6240 ../src/guestfs-actions.pod:6299
5729 #: ../src/guestfs-actions.pod:6316 ../src/guestfs-actions.pod:6332
5730 #: ../src/guestfs-actions.pod:6348 ../src/guestfs-actions.pod:6365
5731 #: ../src/guestfs-actions.pod:6378 ../src/guestfs-actions.pod:6398
5732 #: ../src/guestfs-actions.pod:6434 ../src/guestfs-actions.pod:6448
5733 #: ../src/guestfs-actions.pod:6489 ../src/guestfs-actions.pod:6502
5734 #: ../src/guestfs-actions.pod:6520 ../src/guestfs-actions.pod:6554
5735 #: ../src/guestfs-actions.pod:6590 ../src/guestfs-actions.pod:6709
5736 #: ../src/guestfs-actions.pod:6727 ../src/guestfs-actions.pod:6741
5737 #: ../src/guestfs-actions.pod:6796 ../src/guestfs-actions.pod:6809
5738 #: ../src/guestfs-actions.pod:6854 ../src/guestfs-actions.pod:6887
5739 #: ../src/guestfs-actions.pod:6941 ../src/guestfs-actions.pod:6967
5740 #: ../src/guestfs-actions.pod:7033 ../src/guestfs-actions.pod:7052
5741 #: ../src/guestfs-actions.pod:7081
5742 msgid "This function returns 0 on success or -1 on error."
5743 msgstr ""
5744
5745 # type: textblock
5746 #. type: textblock
5747 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:240
5748 #: ../src/guestfs-actions.pod:261 ../fish/guestfish-actions.pod:28
5749 #: ../fish/guestfish-actions.pod:151 ../fish/guestfish-actions.pod:165
5750 msgid ""
5751 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5752 "instead."
5753 msgstr ""
5754
5755 # type: textblock
5756 #. type: textblock
5757 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:243
5758 #: ../src/guestfs-actions.pod:264 ../src/guestfs-actions.pod:1435
5759 #: ../src/guestfs-actions.pod:1921 ../src/guestfs-actions.pod:1942
5760 #: ../src/guestfs-actions.pod:4191 ../src/guestfs-actions.pod:6975
5761 #: ../src/guestfs-actions.pod:7144 ../fish/guestfish-actions.pod:31
5762 #: ../fish/guestfish-actions.pod:154 ../fish/guestfish-actions.pod:168
5763 #: ../fish/guestfish-actions.pod:949 ../fish/guestfish-actions.pod:1306
5764 #: ../fish/guestfish-actions.pod:1320 ../fish/guestfish-actions.pod:2820
5765 #: ../fish/guestfish-actions.pod:4624 ../fish/guestfish-actions.pod:4721
5766 msgid ""
5767 "Deprecated functions will not be removed from the API, but the fact that "
5768 "they are deprecated indicates that there are problems with correct use of "
5769 "these functions."
5770 msgstr ""
5771
5772 # type: textblock
5773 #. type: textblock
5774 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:128
5775 #: ../src/guestfs-actions.pod:1092 ../src/guestfs-actions.pod:1893
5776 #: ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:2094
5777 #: ../src/guestfs-actions.pod:3228 ../src/guestfs-actions.pod:3243
5778 #: ../src/guestfs-actions.pod:4483 ../src/guestfs-actions.pod:5552
5779 #: ../src/guestfs-actions.pod:5669 ../src/guestfs-actions.pod:5779
5780 #: ../src/guestfs-actions.pod:6242 ../src/guestfs-actions.pod:6367
5781 #: ../src/guestfs-actions.pod:6889
5782 msgid "(Added in 0.3)"
5783 msgstr ""
5784
5785 # type: =head2
5786 #. type: =head2
5787 #: ../src/guestfs-actions.pod:41
5788 msgid "guestfs_add_domain"
5789 msgstr ""
5790
5791 # type: verbatim
5792 #. type: verbatim
5793 #: ../src/guestfs-actions.pod:43
5794 #, no-wrap
5795 msgid ""
5796 " int\n"
5797 " guestfs_add_domain (guestfs_h *g,\n"
5798 "                     const char *dom,\n"
5799 "                     ...);\n"
5800 "\n"
5801 msgstr ""
5802
5803 # type: textblock
5804 #. type: textblock
5805 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137
5806 #: ../src/guestfs-actions.pod:4205
5807 msgid ""
5808 "You may supply a list of optional arguments to this call.  Use zero or more "
5809 "of the following pairs of parameters, and terminate the list with C<-1> on "
5810 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5811 msgstr ""
5812
5813 # type: verbatim
5814 #. type: verbatim
5815 #: ../src/guestfs-actions.pod:53
5816 #, no-wrap
5817 msgid ""
5818 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5819 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5820 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5821 "\n"
5822 msgstr ""
5823
5824 # type: textblock
5825 #. type: textblock
5826 #: ../src/guestfs-actions.pod:57
5827 msgid ""
5828 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5829 "It works by connecting to libvirt, requesting the domain and domain XML from "
5830 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5831 "one."
5832 msgstr ""
5833
5834 # type: textblock
5835 #. type: textblock
5836 #: ../src/guestfs-actions.pod:62 ../fish/guestfish-actions.pod:46
5837 msgid ""
5838 "The number of disks added is returned.  This operation is atomic: if an "
5839 "error is returned, then no disks are added."
5840 msgstr ""
5841
5842 # type: textblock
5843 #. type: textblock
5844 #: ../src/guestfs-actions.pod:65 ../fish/guestfish-actions.pod:49
5845 msgid ""
5846 "This function does some minimal checks to make sure the libvirt domain is "
5847 "not running (unless C<readonly> is true).  In a future version we will try "
5848 "to acquire the libvirt lock on each disk."
5849 msgstr ""
5850
5851 # type: textblock
5852 #. type: textblock
5853 #: ../src/guestfs-actions.pod:69 ../fish/guestfish-actions.pod:53
5854 msgid ""
5855 "Disks must be accessible locally.  This often means that adding disks from a "
5856 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5857 "unless those disks are accessible via the same device path locally too."
5858 msgstr ""
5859
5860 #. type: textblock
5861 #: ../src/guestfs-actions.pod:74 ../fish/guestfish-actions.pod:58
5862 msgid ""
5863 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
5864 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
5865 "libvirt URI (or one set through an environment variable, see the libvirt "
5866 "documentation for full details)."
5867 msgstr ""
5868
5869 # type: textblock
5870 #. type: textblock
5871 #: ../src/guestfs-actions.pod:80
5872 msgid ""
5873 "The other optional parameters are passed directly through to "
5874 "C<guestfs_add_drive_opts>."
5875 msgstr ""
5876
5877 # type: textblock
5878 #. type: textblock
5879 #: ../src/guestfs-actions.pod:83 ../src/guestfs-actions.pod:336
5880 #: ../src/guestfs-actions.pod:501 ../src/guestfs-actions.pod:679
5881 #: ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:728
5882 #: ../src/guestfs-actions.pod:747 ../src/guestfs-actions.pod:1307
5883 #: ../src/guestfs-actions.pod:1661 ../src/guestfs-actions.pod:1864
5884 #: ../src/guestfs-actions.pod:1963 ../src/guestfs-actions.pod:2003
5885 #: ../src/guestfs-actions.pod:2058 ../src/guestfs-actions.pod:2081
5886 #: ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2662
5887 #: ../src/guestfs-actions.pod:2683 ../src/guestfs-actions.pod:4619
5888 #: ../src/guestfs-actions.pod:4747 ../src/guestfs-actions.pod:5153
5889 #: ../src/guestfs-actions.pod:5179 ../src/guestfs-actions.pod:6475
5890 #: ../src/guestfs-actions.pod:6900 ../src/guestfs-actions.pod:6913
5891 #: ../src/guestfs-actions.pod:6926
5892 msgid "On error this function returns -1."
5893 msgstr ""
5894
5895 # type: textblock
5896 #. type: textblock
5897 #: ../src/guestfs-actions.pod:85
5898 msgid "(Added in 1.7.4)"
5899 msgstr ""
5900
5901 # type: =head2
5902 #. type: =head2
5903 #: ../src/guestfs-actions.pod:87
5904 msgid "guestfs_add_domain_va"
5905 msgstr ""
5906
5907 # type: verbatim
5908 #. type: verbatim
5909 #: ../src/guestfs-actions.pod:89
5910 #, no-wrap
5911 msgid ""
5912 " int\n"
5913 " guestfs_add_domain_va (guestfs_h *g,\n"
5914 "                        const char *dom,\n"
5915 "                        va_list args);\n"
5916 "\n"
5917 msgstr ""
5918
5919 # type: textblock
5920 #. type: textblock
5921 #: ../src/guestfs-actions.pod:94
5922 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5923 msgstr ""
5924
5925 # type: textblock
5926 #. type: textblock
5927 #: ../src/guestfs-actions.pod:96 ../src/guestfs-actions.pod:107
5928 #: ../src/guestfs-actions.pod:200 ../src/guestfs-actions.pod:211
5929 #: ../src/guestfs-actions.pod:4246 ../src/guestfs-actions.pod:4258
5930 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5931 msgstr ""
5932
5933 # type: =head2
5934 #. type: =head2
5935 #: ../src/guestfs-actions.pod:98
5936 msgid "guestfs_add_domain_argv"
5937 msgstr ""
5938
5939 # type: verbatim
5940 #. type: verbatim
5941 #: ../src/guestfs-actions.pod:100
5942 #, no-wrap
5943 msgid ""
5944 " int\n"
5945 " guestfs_add_domain_argv (guestfs_h *g,\n"
5946 "                          const char *dom,\n"
5947 "                          const struct guestfs_add_domain_argv *optargs);\n"
5948 "\n"
5949 msgstr ""
5950
5951 # type: textblock
5952 #. type: textblock
5953 #: ../src/guestfs-actions.pod:105
5954 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5955 msgstr ""
5956
5957 # type: =head2
5958 #. type: =head2
5959 #: ../src/guestfs-actions.pod:109
5960 msgid "guestfs_add_drive"
5961 msgstr ""
5962
5963 # type: verbatim
5964 #. type: verbatim
5965 #: ../src/guestfs-actions.pod:111
5966 #, no-wrap
5967 msgid ""
5968 " int\n"
5969 " guestfs_add_drive (guestfs_h *g,\n"
5970 "                    const char *filename);\n"
5971 "\n"
5972 msgstr ""
5973
5974 # type: textblock
5975 #. type: textblock
5976 #: ../src/guestfs-actions.pod:115
5977 msgid ""
5978 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5979 "optional parameters, so the disk is added writable, with the format being "
5980 "detected automatically."
5981 msgstr ""
5982
5983 # type: textblock
5984 #. type: textblock
5985 #: ../src/guestfs-actions.pod:119
5986 msgid ""
5987 "Automatic detection of the format opens you up to a potential security hole "
5988 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5989 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5990 "you should think about replacing calls to this function with calls to "
5991 "C<guestfs_add_drive_opts>, and specifying the format."
5992 msgstr ""
5993
5994 # type: =head2
5995 #. type: =head2
5996 #: ../src/guestfs-actions.pod:130
5997 msgid "guestfs_add_drive_opts"
5998 msgstr ""
5999
6000 # type: verbatim
6001 #. type: verbatim
6002 #: ../src/guestfs-actions.pod:132
6003 #, no-wrap
6004 msgid ""
6005 " int\n"
6006 " guestfs_add_drive_opts (guestfs_h *g,\n"
6007 "                         const char *filename,\n"
6008 "                         ...);\n"
6009 "\n"
6010 msgstr ""
6011
6012 # type: verbatim
6013 #. type: verbatim
6014 #: ../src/guestfs-actions.pod:142
6015 #, no-wrap
6016 msgid ""
6017 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6018 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6019 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6020 "\n"
6021 msgstr ""
6022
6023 # type: textblock
6024 #. type: textblock
6025 #: ../src/guestfs-actions.pod:146 ../fish/guestfish-actions.pod:90
6026 msgid ""
6027 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6028 "The first time you call this function, the disk appears as C</dev/sda>, the "
6029 "second time as C</dev/sdb>, and so on."
6030 msgstr ""
6031
6032 # type: textblock
6033 #. type: textblock
6034 #: ../src/guestfs-actions.pod:151 ../fish/guestfish-actions.pod:95
6035 msgid ""
6036 "You don't necessarily need to be root when using libguestfs.  However you "
6037 "obviously do need sufficient permissions to access the filename for whatever "
6038 "operations you want to perform (ie. read access if you just want to read the "
6039 "image or write access if you want to modify the image)."
6040 msgstr ""
6041
6042 # type: textblock
6043 #. type: textblock
6044 #: ../src/guestfs-actions.pod:157 ../fish/guestfish-actions.pod:101
6045 msgid "This call checks that C<filename> exists."
6046 msgstr ""
6047
6048 # type: textblock
6049 #. type: textblock
6050 #: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4215
6051 #: ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2831
6052 msgid "The optional arguments are:"
6053 msgstr ""
6054
6055 # type: =item
6056 #. type: =item
6057 #: ../src/guestfs-actions.pod:163 ../fish/guestfish-actions.pod:107
6058 msgid "C<readonly>"
6059 msgstr ""
6060
6061 # type: textblock
6062 #. type: textblock
6063 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:109
6064 msgid ""
6065 "If true then the image is treated as read-only.  Writes are still allowed, "
6066 "but they are stored in a temporary snapshot overlay which is discarded at "
6067 "the end.  The disk that you add is not modified."
6068 msgstr ""
6069
6070 # type: =item
6071 #. type: =item
6072 #: ../src/guestfs-actions.pod:169 ../fish/guestfish-actions.pod:113
6073 msgid "C<format>"
6074 msgstr ""
6075
6076 # type: textblock
6077 #. type: textblock
6078 #: ../src/guestfs-actions.pod:171
6079 msgid ""
6080 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6081 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6082 "Possible formats include C<raw> and C<qcow2>."
6083 msgstr ""
6084
6085 # type: textblock
6086 #. type: textblock
6087 #: ../src/guestfs-actions.pod:175 ../fish/guestfish-actions.pod:119
6088 msgid ""
6089 "Automatic detection of the format opens you up to a potential security hole "
6090 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6091 "RHBZ#642934.  Specifying the format closes this security hole."
6092 msgstr ""
6093
6094 # type: =item
6095 #. type: =item
6096 #: ../src/guestfs-actions.pod:180 ../fish/guestfish-actions.pod:124
6097 msgid "C<iface>"
6098 msgstr ""
6099
6100 # type: textblock
6101 #. type: textblock
6102 #: ../src/guestfs-actions.pod:182
6103 msgid ""
6104 "This rarely-used option lets you emulate the behaviour of the deprecated "
6105 "C<guestfs_add_drive_with_if> call (q.v.)"
6106 msgstr ""
6107
6108 # type: textblock
6109 #. type: textblock
6110 #: ../src/guestfs-actions.pod:189
6111 msgid "(Added in 1.5.23)"
6112 msgstr ""
6113
6114 # type: =head2
6115 #. type: =head2
6116 #: ../src/guestfs-actions.pod:191
6117 msgid "guestfs_add_drive_opts_va"
6118 msgstr ""
6119
6120 # type: verbatim
6121 #. type: verbatim
6122 #: ../src/guestfs-actions.pod:193
6123 #, no-wrap
6124 msgid ""
6125 " int\n"
6126 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6127 "                            const char *filename,\n"
6128 "                            va_list args);\n"
6129 "\n"
6130 msgstr ""
6131
6132 # type: textblock
6133 #. type: textblock
6134 #: ../src/guestfs-actions.pod:198
6135 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6136 msgstr ""
6137
6138 # type: =head2
6139 #. type: =head2
6140 #: ../src/guestfs-actions.pod:202
6141 msgid "guestfs_add_drive_opts_argv"
6142 msgstr ""
6143
6144 # type: verbatim
6145 #. type: verbatim
6146 #: ../src/guestfs-actions.pod:204
6147 #, no-wrap
6148 msgid ""
6149 " int\n"
6150 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6151 "                              const char *filename,\n"
6152 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6153 "\n"
6154 msgstr ""
6155
6156 # type: textblock
6157 #. type: textblock
6158 #: ../src/guestfs-actions.pod:209
6159 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6160 msgstr ""
6161
6162 # type: =head2
6163 #. type: =head2
6164 #: ../src/guestfs-actions.pod:213
6165 msgid "guestfs_add_drive_ro"
6166 msgstr ""
6167
6168 # type: verbatim
6169 #. type: verbatim
6170 #: ../src/guestfs-actions.pod:215
6171 #, no-wrap
6172 msgid ""
6173 " int\n"
6174 " guestfs_add_drive_ro (guestfs_h *g,\n"
6175 "                       const char *filename);\n"
6176 "\n"
6177 msgstr ""
6178
6179 # type: textblock
6180 #. type: textblock
6181 #: ../src/guestfs-actions.pod:219
6182 msgid ""
6183 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6184 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6185 "disk is added read-only, with the format being detected automatically."
6186 msgstr ""
6187
6188 # type: textblock
6189 #. type: textblock
6190 #: ../src/guestfs-actions.pod:226
6191 msgid "(Added in 1.0.38)"
6192 msgstr ""
6193
6194 # type: =head2
6195 #. type: =head2
6196 #: ../src/guestfs-actions.pod:228
6197 msgid "guestfs_add_drive_ro_with_if"
6198 msgstr ""
6199
6200 # type: verbatim
6201 #. type: verbatim
6202 #: ../src/guestfs-actions.pod:230
6203 #, no-wrap
6204 msgid ""
6205 " int\n"
6206 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6207 "                               const char *filename,\n"
6208 "                               const char *iface);\n"
6209 "\n"
6210 msgstr ""
6211
6212 # type: textblock
6213 #. type: textblock
6214 #: ../src/guestfs-actions.pod:235
6215 msgid ""
6216 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6217 "QEMU interface emulation to use at run time."
6218 msgstr ""
6219
6220 # type: textblock
6221 #. type: textblock
6222 #: ../src/guestfs-actions.pod:247 ../src/guestfs-actions.pod:268
6223 #: ../src/guestfs-actions.pod:2333
6224 msgid "(Added in 1.0.84)"
6225 msgstr ""
6226
6227 # type: =head2
6228 #. type: =head2
6229 #: ../src/guestfs-actions.pod:249
6230 msgid "guestfs_add_drive_with_if"
6231 msgstr ""
6232
6233 # type: verbatim
6234 #. type: verbatim
6235 #: ../src/guestfs-actions.pod:251
6236 #, no-wrap
6237 msgid ""
6238 " int\n"
6239 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6240 "                            const char *filename,\n"
6241 "                            const char *iface);\n"
6242 "\n"
6243 msgstr ""
6244
6245 # type: textblock
6246 #. type: textblock
6247 #: ../src/guestfs-actions.pod:256
6248 msgid ""
6249 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6250 "QEMU interface emulation to use at run time."
6251 msgstr ""
6252
6253 # type: =head2
6254 #. type: =head2
6255 #: ../src/guestfs-actions.pod:270
6256 msgid "guestfs_aug_clear"
6257 msgstr ""
6258
6259 # type: verbatim
6260 #. type: verbatim
6261 #: ../src/guestfs-actions.pod:272
6262 #, no-wrap
6263 msgid ""
6264 " int\n"
6265 " guestfs_aug_clear (guestfs_h *g,\n"
6266 "                    const char *augpath);\n"
6267 "\n"
6268 msgstr ""
6269
6270 # type: textblock
6271 #. type: textblock
6272 #: ../src/guestfs-actions.pod:276 ../fish/guestfish-actions.pod:176
6273 msgid ""
6274 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6275 "L<augtool(1)> C<clear> command."
6276 msgstr ""
6277
6278 # type: textblock
6279 #. type: textblock
6280 #: ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:2083
6281 msgid "(Added in 1.3.4)"
6282 msgstr ""
6283
6284 # type: =head2
6285 #. type: =head2
6286 #: ../src/guestfs-actions.pod:283
6287 msgid "guestfs_aug_close"
6288 msgstr ""
6289
6290 # type: verbatim
6291 #. type: verbatim
6292 #: ../src/guestfs-actions.pod:285
6293 #, no-wrap
6294 msgid ""
6295 " int\n"
6296 " guestfs_aug_close (guestfs_h *g);\n"
6297 "\n"
6298 msgstr ""
6299
6300 # type: textblock
6301 #. type: textblock
6302 #: ../src/guestfs-actions.pod:288
6303 msgid ""
6304 "Close the current Augeas handle and free up any resources used by it.  After "
6305 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6306 "any other Augeas functions."
6307 msgstr ""
6308
6309 # type: textblock
6310 #. type: textblock
6311 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:320
6312 #: ../src/guestfs-actions.pod:338 ../src/guestfs-actions.pod:352
6313 #: ../src/guestfs-actions.pod:410 ../src/guestfs-actions.pod:430
6314 #: ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:475
6315 #: ../src/guestfs-actions.pod:489 ../src/guestfs-actions.pod:503
6316 #: ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:535
6317 #: ../src/guestfs-actions.pod:5230
6318 msgid "(Added in 0.7)"
6319 msgstr ""
6320
6321 # type: =head2
6322 #. type: =head2
6323 #: ../src/guestfs-actions.pod:297
6324 msgid "guestfs_aug_defnode"
6325 msgstr ""
6326
6327 # type: verbatim
6328 #. type: verbatim
6329 #: ../src/guestfs-actions.pod:299
6330 #, no-wrap
6331 msgid ""
6332 " struct guestfs_int_bool *\n"
6333 " guestfs_aug_defnode (guestfs_h *g,\n"
6334 "                      const char *name,\n"
6335 "                      const char *expr,\n"
6336 "                      const char *val);\n"
6337 "\n"
6338 msgstr ""
6339
6340 # type: textblock
6341 #. type: textblock
6342 #: ../src/guestfs-actions.pod:305 ../fish/guestfish-actions.pod:192
6343 msgid ""
6344 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6345 msgstr ""
6346
6347 # type: textblock
6348 #. type: textblock
6349 #: ../src/guestfs-actions.pod:308
6350 msgid ""
6351 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6352 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6353 "containing that single node."
6354 msgstr ""
6355
6356 # type: textblock
6357 #. type: textblock
6358 #: ../src/guestfs-actions.pod:312 ../fish/guestfish-actions.pod:199
6359 msgid ""
6360 "On success this returns a pair containing the number of nodes in the "
6361 "nodeset, and a boolean flag if a node was created."
6362 msgstr ""
6363
6364 # type: textblock
6365 #. type: textblock
6366 #: ../src/guestfs-actions.pod:316
6367 msgid ""
6368 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6369 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6370 msgstr ""
6371
6372 # type: =head2
6373 #. type: =head2
6374 #: ../src/guestfs-actions.pod:322
6375 msgid "guestfs_aug_defvar"
6376 msgstr ""
6377
6378 # type: verbatim
6379 #. type: verbatim
6380 #: ../src/guestfs-actions.pod:324
6381 #, no-wrap
6382 msgid ""
6383 " int\n"
6384 " guestfs_aug_defvar (guestfs_h *g,\n"
6385 "                     const char *name,\n"
6386 "                     const char *expr);\n"
6387 "\n"
6388 msgstr ""
6389
6390 # type: textblock
6391 #. type: textblock
6392 #: ../src/guestfs-actions.pod:329 ../fish/guestfish-actions.pod:207
6393 msgid ""
6394 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6395 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6396 msgstr ""
6397
6398 # type: textblock
6399 #. type: textblock
6400 #: ../src/guestfs-actions.pod:333 ../fish/guestfish-actions.pod:211
6401 msgid ""
6402 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6403 "evaluates to something which is not a nodeset."
6404 msgstr ""
6405
6406 # type: =head2
6407 #. type: =head2
6408 #: ../src/guestfs-actions.pod:340
6409 msgid "guestfs_aug_get"
6410 msgstr ""
6411
6412 # type: verbatim
6413 #. type: verbatim
6414 #: ../src/guestfs-actions.pod:342
6415 #, no-wrap
6416 msgid ""
6417 " char *\n"
6418 " guestfs_aug_get (guestfs_h *g,\n"
6419 "                  const char *augpath);\n"
6420 "\n"
6421 msgstr ""
6422
6423 # type: textblock
6424 #. type: textblock
6425 #: ../src/guestfs-actions.pod:346 ../fish/guestfish-actions.pod:218
6426 msgid ""
6427 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6428 "node, the C<value> is returned."
6429 msgstr ""
6430
6431 # type: textblock
6432 #. type: textblock
6433 #: ../src/guestfs-actions.pod:349 ../src/guestfs-actions.pod:849
6434 #: ../src/guestfs-actions.pod:867 ../src/guestfs-actions.pod:927
6435 #: ../src/guestfs-actions.pod:943 ../src/guestfs-actions.pod:1046
6436 #: ../src/guestfs-actions.pod:1176 ../src/guestfs-actions.pod:1193
6437 #: ../src/guestfs-actions.pod:1212 ../src/guestfs-actions.pod:1341
6438 #: ../src/guestfs-actions.pod:1532 ../src/guestfs-actions.pod:1644
6439 #: ../src/guestfs-actions.pod:1807 ../src/guestfs-actions.pod:1824
6440 #: ../src/guestfs-actions.pod:1915 ../src/guestfs-actions.pod:1936
6441 #: ../src/guestfs-actions.pod:2106 ../src/guestfs-actions.pod:2298
6442 #: ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:2586
6443 #: ../src/guestfs-actions.pod:2634 ../src/guestfs-actions.pod:2748
6444 #: ../src/guestfs-actions.pod:2779 ../src/guestfs-actions.pod:2803
6445 #: ../src/guestfs-actions.pod:2865 ../src/guestfs-actions.pod:2888
6446 #: ../src/guestfs-actions.pod:3402 ../src/guestfs-actions.pod:3752
6447 #: ../src/guestfs-actions.pod:3922 ../src/guestfs-actions.pod:4032
6448 #: ../src/guestfs-actions.pod:4765 ../src/guestfs-actions.pod:4958
6449 #: ../src/guestfs-actions.pod:5128 ../src/guestfs-actions.pod:5306
6450 #: ../src/guestfs-actions.pod:5355 ../src/guestfs-actions.pod:5918
6451 #: ../src/guestfs-actions.pod:5934 ../src/guestfs-actions.pod:5951
6452 #: ../src/guestfs-actions.pod:5975 ../src/guestfs-actions.pod:6649
6453 #: ../src/guestfs-actions.pod:6668 ../src/guestfs-actions.pod:6686
6454 #: ../src/guestfs-actions.pod:6866 ../src/guestfs-actions.pod:7138
6455 msgid ""
6456 "This function returns a string, or NULL on error.  I<The caller must free "
6457 "the returned string after use>."
6458 msgstr ""
6459
6460 # type: =head2
6461 #. type: =head2
6462 #: ../src/guestfs-actions.pod:354
6463 msgid "guestfs_aug_init"
6464 msgstr ""
6465
6466 # type: verbatim
6467 #. type: verbatim
6468 #: ../src/guestfs-actions.pod:356
6469 #, no-wrap
6470 msgid ""
6471 " int\n"
6472 " guestfs_aug_init (guestfs_h *g,\n"
6473 "                   const char *root,\n"
6474 "                   int flags);\n"
6475 "\n"
6476 msgstr ""
6477
6478 # type: textblock
6479 #. type: textblock
6480 #: ../src/guestfs-actions.pod:361 ../fish/guestfish-actions.pod:225
6481 msgid ""
6482 "Create a new Augeas handle for editing configuration files.  If there was "
6483 "any previous Augeas handle associated with this guestfs session, then it is "
6484 "closed."
6485 msgstr ""
6486
6487 # type: textblock
6488 #. type: textblock
6489 #: ../src/guestfs-actions.pod:365
6490 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6491 msgstr ""
6492
6493 # type: textblock
6494 #. type: textblock
6495 #: ../src/guestfs-actions.pod:368 ../fish/guestfish-actions.pod:232
6496 msgid ""
6497 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6498 msgstr ""
6499
6500 # type: textblock
6501 #. type: textblock
6502 #: ../src/guestfs-actions.pod:371 ../fish/guestfish-actions.pod:235
6503 msgid ""
6504 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6505 "logical I<or> of the following integers:"
6506 msgstr ""
6507
6508 # type: =item
6509 #. type: =item
6510 #: ../src/guestfs-actions.pod:377 ../fish/guestfish-actions.pod:241
6511 msgid "C<AUG_SAVE_BACKUP> = 1"
6512 msgstr ""
6513
6514 # type: textblock
6515 #. type: textblock
6516 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:243
6517 msgid "Keep the original file with a C<.augsave> extension."
6518 msgstr ""
6519
6520 # type: =item
6521 #. type: =item
6522 #: ../src/guestfs-actions.pod:381 ../fish/guestfish-actions.pod:245
6523 msgid "C<AUG_SAVE_NEWFILE> = 2"
6524 msgstr ""
6525
6526 # type: textblock
6527 #. type: textblock
6528 #: ../src/guestfs-actions.pod:383 ../fish/guestfish-actions.pod:247
6529 msgid ""
6530 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6531 "original.  Overrides C<AUG_SAVE_BACKUP>."
6532 msgstr ""
6533
6534 # type: =item
6535 #. type: =item
6536 #: ../src/guestfs-actions.pod:386 ../fish/guestfish-actions.pod:250
6537 msgid "C<AUG_TYPE_CHECK> = 4"
6538 msgstr ""
6539
6540 # type: textblock
6541 #. type: textblock
6542 #: ../src/guestfs-actions.pod:388 ../fish/guestfish-actions.pod:252
6543 msgid "Typecheck lenses (can be expensive)."
6544 msgstr ""
6545
6546 # type: =item
6547 #. type: =item
6548 #: ../src/guestfs-actions.pod:390 ../fish/guestfish-actions.pod:254
6549 msgid "C<AUG_NO_STDINC> = 8"
6550 msgstr ""
6551
6552 # type: textblock
6553 #. type: textblock
6554 #: ../src/guestfs-actions.pod:392 ../fish/guestfish-actions.pod:256
6555 msgid "Do not use standard load path for modules."
6556 msgstr ""
6557
6558 # type: =item
6559 #. type: =item
6560 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:258
6561 msgid "C<AUG_SAVE_NOOP> = 16"
6562 msgstr ""
6563
6564 # type: textblock
6565 #. type: textblock
6566 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:260
6567 msgid "Make save a no-op, just record what would have been changed."
6568 msgstr ""
6569
6570 # type: =item
6571 #. type: =item
6572 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:262
6573 msgid "C<AUG_NO_LOAD> = 32"
6574 msgstr ""
6575
6576 # type: textblock
6577 #. type: textblock
6578 #: ../src/guestfs-actions.pod:400
6579 msgid "Do not load the tree in C<guestfs_aug_init>."
6580 msgstr ""
6581
6582 # type: textblock
6583 #. type: textblock
6584 #: ../src/guestfs-actions.pod:404
6585 msgid "To close the handle, you can call C<guestfs_aug_close>."
6586 msgstr ""
6587
6588 # type: textblock
6589 #. type: textblock
6590 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:270
6591 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6592 msgstr ""
6593
6594 # type: =head2
6595 #. type: =head2
6596 #: ../src/guestfs-actions.pod:412
6597 msgid "guestfs_aug_insert"
6598 msgstr ""
6599
6600 # type: verbatim
6601 #. type: verbatim
6602 #: ../src/guestfs-actions.pod:414
6603 #, no-wrap
6604 msgid ""
6605 " int\n"
6606 " guestfs_aug_insert (guestfs_h *g,\n"
6607 "                     const char *augpath,\n"
6608 "                     const char *label,\n"
6609 "                     int before);\n"
6610 "\n"
6611 msgstr ""
6612
6613 # type: textblock
6614 #. type: textblock
6615 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:276
6616 msgid ""
6617 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6618 "or after C<path> (depending on the boolean flag C<before>)."
6619 msgstr ""
6620
6621 # type: textblock
6622 #. type: textblock
6623 #: ../src/guestfs-actions.pod:424 ../fish/guestfish-actions.pod:280
6624 msgid ""
6625 "C<path> must match exactly one existing node in the tree, and C<label> must "
6626 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6627 msgstr ""
6628
6629 # type: =head2
6630 #. type: =head2
6631 #: ../src/guestfs-actions.pod:432
6632 msgid "guestfs_aug_load"
6633 msgstr ""
6634
6635 # type: verbatim
6636 #. type: verbatim
6637 #: ../src/guestfs-actions.pod:434
6638 #, no-wrap
6639 msgid ""
6640 " int\n"
6641 " guestfs_aug_load (guestfs_h *g);\n"
6642 "\n"
6643 msgstr ""
6644
6645 # type: textblock
6646 #. type: textblock
6647 #: ../src/guestfs-actions.pod:437 ../fish/guestfish-actions.pod:288
6648 msgid "Load files into the tree."
6649 msgstr ""
6650
6651 # type: textblock
6652 #. type: textblock
6653 #: ../src/guestfs-actions.pod:439 ../fish/guestfish-actions.pod:290
6654 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6655 msgstr ""
6656
6657 # type: =head2
6658 #. type: =head2
6659 #: ../src/guestfs-actions.pod:446
6660 msgid "guestfs_aug_ls"
6661 msgstr ""
6662
6663 # type: verbatim
6664 #. type: verbatim
6665 #: ../src/guestfs-actions.pod:448
6666 #, no-wrap
6667 msgid ""
6668 " char **\n"
6669 " guestfs_aug_ls (guestfs_h *g,\n"
6670 "                 const char *augpath);\n"
6671 "\n"
6672 msgstr ""
6673
6674 # type: textblock
6675 #. type: textblock
6676 #: ../src/guestfs-actions.pod:452
6677 msgid ""
6678 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6679 "sorting the resulting nodes into alphabetical order."
6680 msgstr ""
6681
6682 # type: textblock
6683 #. type: textblock
6684 #: ../src/guestfs-actions.pod:455 ../src/guestfs-actions.pod:471
6685 #: ../src/guestfs-actions.pod:617 ../src/guestfs-actions.pod:1065
6686 #: ../src/guestfs-actions.pod:1356 ../src/guestfs-actions.pod:1375
6687 #: ../src/guestfs-actions.pod:1478 ../src/guestfs-actions.pod:1497
6688 #: ../src/guestfs-actions.pod:1746 ../src/guestfs-actions.pod:2178
6689 #: ../src/guestfs-actions.pod:2194 ../src/guestfs-actions.pod:2213
6690 #: ../src/guestfs-actions.pod:2256 ../src/guestfs-actions.pod:2280
6691 #: ../src/guestfs-actions.pod:2351 ../src/guestfs-actions.pod:2400
6692 #: ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2822
6693 #: ../src/guestfs-actions.pod:3037 ../src/guestfs-actions.pod:3322
6694 #: ../src/guestfs-actions.pod:3384 ../src/guestfs-actions.pod:3489
6695 #: ../src/guestfs-actions.pod:3894 ../src/guestfs-actions.pod:4580
6696 #: ../src/guestfs-actions.pod:5100 ../src/guestfs-actions.pod:5226
6697 #: ../src/guestfs-actions.pod:5340 ../src/guestfs-actions.pod:5991
6698 #: ../src/guestfs-actions.pod:6052 ../src/guestfs-actions.pod:6107
6699 #: ../src/guestfs-actions.pod:6253 ../src/guestfs-actions.pod:6277
6700 #: ../src/guestfs-actions.pod:6759 ../src/guestfs-actions.pod:6779
6701 #: ../src/guestfs-actions.pod:6826 ../src/guestfs-actions.pod:6991
6702 #: ../src/guestfs-actions.pod:7010 ../src/guestfs-actions.pod:7095
6703 #: ../src/guestfs-actions.pod:7114 ../src/guestfs-actions.pod:7160
6704 #: ../src/guestfs-actions.pod:7179
6705 msgid ""
6706 "This function returns a NULL-terminated array of strings (like L<environ(3)"
6707 ">), or NULL if there was an error.  I<The caller must free the strings and "
6708 "the array after use>."
6709 msgstr ""
6710
6711 # type: textblock
6712 #. type: textblock
6713 #: ../src/guestfs-actions.pod:459 ../src/guestfs-actions.pod:990
6714 #: ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1413
6715 #: ../src/guestfs-actions.pod:3115 ../src/guestfs-actions.pod:3146
6716 #: ../src/guestfs-actions.pod:3735 ../src/guestfs-actions.pod:3785
6717 #: ../src/guestfs-actions.pod:3972 ../src/guestfs-actions.pod:4005
6718 #: ../src/guestfs-actions.pod:4168 ../src/guestfs-actions.pod:4584
6719 #: ../src/guestfs-actions.pod:5041 ../src/guestfs-actions.pod:5419
6720 #: ../src/guestfs-actions.pod:5433 ../src/guestfs-actions.pod:5445
6721 #: ../src/guestfs-actions.pod:5853 ../src/guestfs-actions.pod:6491
6722 #: ../src/guestfs-actions.pod:6504 ../src/guestfs-actions.pod:6743
6723 #: ../src/guestfs-actions.pod:6979
6724 msgid "(Added in 0.8)"
6725 msgstr ""
6726
6727 # type: =head2
6728 #. type: =head2
6729 #: ../src/guestfs-actions.pod:461
6730 msgid "guestfs_aug_match"
6731 msgstr ""
6732
6733 # type: verbatim
6734 #. type: verbatim
6735 #: ../src/guestfs-actions.pod:463
6736 #, no-wrap
6737 msgid ""
6738 " char **\n"
6739 " guestfs_aug_match (guestfs_h *g,\n"
6740 "                    const char *augpath);\n"
6741 "\n"
6742 msgstr ""
6743
6744 # type: textblock
6745 #. type: textblock
6746 #: ../src/guestfs-actions.pod:467 ../fish/guestfish-actions.pod:304
6747 msgid ""
6748 "Returns a list of paths which match the path expression C<path>.  The "
6749 "returned paths are sufficiently qualified so that they match exactly one "
6750 "node in the current tree."
6751 msgstr ""
6752
6753 # type: =head2
6754 #. type: =head2
6755 #: ../src/guestfs-actions.pod:477
6756 msgid "guestfs_aug_mv"
6757 msgstr ""
6758
6759 # type: verbatim
6760 #. type: verbatim
6761 #: ../src/guestfs-actions.pod:479
6762 #, no-wrap
6763 msgid ""
6764 " int\n"
6765 " guestfs_aug_mv (guestfs_h *g,\n"
6766 "                 const char *src,\n"
6767 "                 const char *dest);\n"
6768 "\n"
6769 msgstr ""
6770
6771 # type: textblock
6772 #. type: textblock
6773 #: ../src/guestfs-actions.pod:484 ../fish/guestfish-actions.pod:312
6774 msgid ""
6775 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6776 "C<dest> is overwritten if it exists."
6777 msgstr ""
6778
6779 # type: =head2
6780 #. type: =head2
6781 #: ../src/guestfs-actions.pod:491
6782 msgid "guestfs_aug_rm"
6783 msgstr ""
6784
6785 # type: verbatim
6786 #. type: verbatim
6787 #: ../src/guestfs-actions.pod:493
6788 #, no-wrap
6789 msgid ""
6790 " int\n"
6791 " guestfs_aug_rm (guestfs_h *g,\n"
6792 "                 const char *augpath);\n"
6793 "\n"
6794 msgstr ""
6795
6796 # type: textblock
6797 #. type: textblock
6798 #: ../src/guestfs-actions.pod:497 ../fish/guestfish-actions.pod:319
6799 msgid "Remove C<path> and all of its children."
6800 msgstr ""
6801
6802 # type: textblock
6803 #. type: textblock
6804 #: ../src/guestfs-actions.pod:499 ../fish/guestfish-actions.pod:321
6805 msgid "On success this returns the number of entries which were removed."
6806 msgstr ""
6807
6808 # type: =head2
6809 #. type: =head2
6810 #: ../src/guestfs-actions.pod:505
6811 msgid "guestfs_aug_save"
6812 msgstr ""
6813
6814 # type: verbatim
6815 #. type: verbatim
6816 #: ../src/guestfs-actions.pod:507
6817 #, no-wrap
6818 msgid ""
6819 " int\n"
6820 " guestfs_aug_save (guestfs_h *g);\n"
6821 "\n"
6822 msgstr ""
6823
6824 # type: textblock
6825 #. type: textblock
6826 #: ../src/guestfs-actions.pod:510 ../fish/guestfish-actions.pod:327
6827 msgid "This writes all pending changes to disk."
6828 msgstr ""
6829
6830 # type: textblock
6831 #. type: textblock
6832 #: ../src/guestfs-actions.pod:512
6833 msgid ""
6834 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6835 "are saved."
6836 msgstr ""
6837
6838 # type: =head2
6839 #. type: =head2
6840 #: ../src/guestfs-actions.pod:519
6841 msgid "guestfs_aug_set"
6842 msgstr ""
6843
6844 # type: verbatim
6845 #. type: verbatim
6846 #: ../src/guestfs-actions.pod:521
6847 #, no-wrap
6848 msgid ""
6849 " int\n"
6850 " guestfs_aug_set (guestfs_h *g,\n"
6851 "                  const char *augpath,\n"
6852 "                  const char *val);\n"
6853 "\n"
6854 msgstr ""
6855
6856 # type: textblock
6857 #. type: textblock
6858 #: ../src/guestfs-actions.pod:526 ../fish/guestfish-actions.pod:336
6859 msgid "Set the value associated with C<path> to C<val>."
6860 msgstr ""
6861
6862 # type: textblock
6863 #. type: textblock
6864 #: ../src/guestfs-actions.pod:528
6865 msgid ""
6866 "In the Augeas API, it is possible to clear a node by setting the value to "
6867 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6868 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6869 msgstr ""
6870
6871 # type: =head2
6872 #. type: =head2
6873 #: ../src/guestfs-actions.pod:537
6874 msgid "guestfs_available"
6875 msgstr ""
6876
6877 # type: verbatim
6878 #. type: verbatim
6879 #: ../src/guestfs-actions.pod:539
6880 #, no-wrap
6881 msgid ""
6882 " int\n"
6883 " guestfs_available (guestfs_h *g,\n"
6884 "                    char *const *groups);\n"
6885 "\n"
6886 msgstr ""
6887
6888 # type: textblock
6889 #. type: textblock
6890 #: ../src/guestfs-actions.pod:543 ../fish/guestfish-actions.pod:347
6891 msgid ""
6892 "This command is used to check the availability of some groups of "
6893 "functionality in the appliance, which not all builds of the libguestfs "
6894 "appliance will be able to provide."
6895 msgstr ""
6896
6897 # type: textblock
6898 #. type: textblock
6899 #: ../src/guestfs-actions.pod:547
6900 msgid ""
6901 "The libguestfs groups, and the functions that those groups correspond to, "
6902 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6903 "runtime by calling C<guestfs_available_all_groups>."
6904 msgstr ""
6905
6906 # type: textblock
6907 #. type: textblock
6908 #: ../src/guestfs-actions.pod:552 ../fish/guestfish-actions.pod:356
6909 msgid ""
6910 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
6911 "\"]> would check for the availability of the Linux inotify functions and "
6912 "Augeas (configuration file editing) functions."
6913 msgstr ""
6914
6915 # type: textblock
6916 #. type: textblock
6917 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:361
6918 msgid "The command returns no error if I<all> requested groups are available."
6919 msgstr ""
6920
6921 # type: textblock
6922 #. type: textblock
6923 #: ../src/guestfs-actions.pod:559 ../fish/guestfish-actions.pod:363
6924 msgid ""
6925 "It fails with an error if one or more of the requested groups is unavailable "
6926 "in the appliance."
6927 msgstr ""
6928
6929 # type: textblock
6930 #. type: textblock
6931 #: ../src/guestfs-actions.pod:562 ../fish/guestfish-actions.pod:366
6932 msgid ""
6933 "If an unknown group name is included in the list of groups then an error is "
6934 "always returned."
6935 msgstr ""
6936
6937 # type: textblock
6938 #. type: textblock
6939 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:369
6940 msgid "I<Notes:>"
6941 msgstr ""
6942
6943 # type: textblock
6944 #. type: textblock
6945 #: ../src/guestfs-actions.pod:571
6946 msgid "You must call C<guestfs_launch> before calling this function."
6947 msgstr ""
6948
6949 # type: textblock
6950 #. type: textblock
6951 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:377
6952 msgid ""
6953 "The reason is because we don't know what groups are supported by the "
6954 "appliance/daemon until it is running and can be queried."
6955 msgstr ""
6956
6957 # type: textblock
6958 #. type: textblock
6959 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:383
6960 msgid ""
6961 "If a group of functions is available, this does not necessarily mean that "
6962 "they will work.  You still have to check for errors when calling individual "
6963 "API functions even if they are available."
6964 msgstr ""
6965
6966 # type: textblock
6967 #. type: textblock
6968 #: ../src/guestfs-actions.pod:586 ../fish/guestfish-actions.pod:390
6969 msgid ""
6970 "It is usually the job of distro packagers to build complete functionality "
6971 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6972 "with all requirements satisfied, will support everything."
6973 msgstr ""
6974
6975 # type: textblock
6976 #. type: textblock
6977 #: ../src/guestfs-actions.pod:593
6978 msgid ""
6979 "This call was added in version C<1.0.80>.  In previous versions of "
6980 "libguestfs all you could do would be to speculatively execute a command to "
6981 "find out if the daemon implemented it.  See also C<guestfs_version>."
6982 msgstr ""
6983
6984 # type: textblock
6985 #. type: textblock
6986 #: ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:1163
6987 msgid "(Added in 1.0.80)"
6988 msgstr ""
6989
6990 # type: =head2
6991 #. type: =head2
6992 #: ../src/guestfs-actions.pod:604
6993 msgid "guestfs_available_all_groups"
6994 msgstr ""
6995
6996 # type: verbatim
6997 #. type: verbatim
6998 #: ../src/guestfs-actions.pod:606
6999 #, no-wrap
7000 msgid ""
7001 " char **\n"
7002 " guestfs_available_all_groups (guestfs_h *g);\n"
7003 "\n"
7004 msgstr ""
7005
7006 # type: textblock
7007 #. type: textblock
7008 #: ../src/guestfs-actions.pod:609
7009 msgid ""
7010 "This command returns a list of all optional groups that this daemon knows "
7011 "about.  Note this returns both supported and unsupported groups.  To find "
7012 "out which ones the daemon can actually support you have to call "
7013 "C<guestfs_available> on each member of the returned list."
7014 msgstr ""
7015
7016 # type: textblock
7017 #. type: textblock
7018 #: ../src/guestfs-actions.pod:615
7019 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
7020 msgstr ""
7021
7022 # type: textblock
7023 #. type: textblock
7024 #: ../src/guestfs-actions.pod:621
7025 msgid "(Added in 1.3.15)"
7026 msgstr ""
7027
7028 # type: =head2
7029 #. type: =head2
7030 #: ../src/guestfs-actions.pod:623
7031 msgid "guestfs_base64_in"
7032 msgstr ""
7033
7034 # type: verbatim
7035 #. type: verbatim
7036 #: ../src/guestfs-actions.pod:625
7037 #, no-wrap
7038 msgid ""
7039 " int\n"
7040 " guestfs_base64_in (guestfs_h *g,\n"
7041 "                    const char *base64file,\n"
7042 "                    const char *filename);\n"
7043 "\n"
7044 msgstr ""
7045
7046 # type: textblock
7047 #. type: textblock
7048 #: ../src/guestfs-actions.pod:630 ../fish/guestfish-actions.pod:420
7049 msgid ""
7050 "This command uploads base64-encoded data from C<base64file> to C<filename>."
7051 msgstr ""
7052
7053 # type: textblock
7054 #. type: textblock
7055 #: ../src/guestfs-actions.pod:635 ../src/guestfs-actions.pod:649
7056 msgid "(Added in 1.3.5)"
7057 msgstr ""
7058
7059 # type: =head2
7060 #. type: =head2
7061 #: ../src/guestfs-actions.pod:637
7062 msgid "guestfs_base64_out"
7063 msgstr ""
7064
7065 # type: verbatim
7066 #. type: verbatim
7067 #: ../src/guestfs-actions.pod:639
7068 #, no-wrap
7069 msgid ""
7070 " int\n"
7071 " guestfs_base64_out (guestfs_h *g,\n"
7072 "                     const char *filename,\n"
7073 "                     const char *base64file);\n"
7074 "\n"
7075 msgstr ""
7076
7077 # type: textblock
7078 #. type: textblock
7079 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:429
7080 msgid ""
7081 "This command downloads the contents of C<filename>, writing it out to local "
7082 "file C<base64file> encoded as base64."
7083 msgstr ""
7084
7085 # type: =head2
7086 #. type: =head2
7087 #: ../src/guestfs-actions.pod:651
7088 msgid "guestfs_blockdev_flushbufs"
7089 msgstr ""
7090
7091 # type: verbatim
7092 #. type: verbatim
7093 #: ../src/guestfs-actions.pod:653
7094 #, no-wrap
7095 msgid ""
7096 " int\n"
7097 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7098 "                             const char *device);\n"
7099 "\n"
7100 msgstr ""
7101
7102 # type: textblock
7103 #. type: textblock
7104 #: ../src/guestfs-actions.pod:657 ../fish/guestfish-actions.pod:438
7105 msgid ""
7106 "This tells the kernel to flush internal buffers associated with C<device>."
7107 msgstr ""
7108
7109 # type: textblock
7110 #. type: textblock
7111 #: ../src/guestfs-actions.pod:660 ../src/guestfs-actions.pod:677
7112 #: ../src/guestfs-actions.pod:692 ../src/guestfs-actions.pod:708
7113 #: ../src/guestfs-actions.pod:726 ../src/guestfs-actions.pod:745
7114 #: ../src/guestfs-actions.pod:759 ../src/guestfs-actions.pod:777
7115 #: ../src/guestfs-actions.pod:791 ../src/guestfs-actions.pod:805
7116 #: ../fish/guestfish-actions.pod:441 ../fish/guestfish-actions.pod:452
7117 #: ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:471
7118 #: ../fish/guestfish-actions.pod:483 ../fish/guestfish-actions.pod:496
7119 #: ../fish/guestfish-actions.pod:504 ../fish/guestfish-actions.pod:515
7120 #: ../fish/guestfish-actions.pod:523 ../fish/guestfish-actions.pod:531
7121 msgid "This uses the L<blockdev(8)> command."
7122 msgstr ""
7123
7124 # type: textblock
7125 #. type: textblock
7126 #: ../src/guestfs-actions.pod:664 ../src/guestfs-actions.pod:681
7127 #: ../src/guestfs-actions.pod:696 ../src/guestfs-actions.pod:712
7128 #: ../src/guestfs-actions.pod:730 ../src/guestfs-actions.pod:749
7129 #: ../src/guestfs-actions.pod:763 ../src/guestfs-actions.pod:781
7130 #: ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:809
7131 msgid "(Added in 0.9.3)"
7132 msgstr ""
7133
7134 # type: =head2
7135 #. type: =head2
7136 #: ../src/guestfs-actions.pod:666
7137 msgid "guestfs_blockdev_getbsz"
7138 msgstr ""
7139
7140 # type: verbatim
7141 #. type: verbatim
7142 #: ../src/guestfs-actions.pod:668
7143 #, no-wrap
7144 msgid ""
7145 " int\n"
7146 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7147 "                          const char *device);\n"
7148 "\n"
7149 msgstr ""
7150
7151 # type: textblock
7152 #. type: textblock
7153 #: ../src/guestfs-actions.pod:672 ../fish/guestfish-actions.pod:447
7154 msgid "This returns the block size of a device."
7155 msgstr ""
7156
7157 # type: textblock
7158 #. type: textblock
7159 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:774
7160 #: ../fish/guestfish-actions.pod:449 ../fish/guestfish-actions.pod:512
7161 msgid ""
7162 "(Note this is different from both I<size in blocks> and I<filesystem block "
7163 "size>)."
7164 msgstr ""
7165
7166 # type: =head2
7167 #. type: =head2
7168 #: ../src/guestfs-actions.pod:683
7169 msgid "guestfs_blockdev_getro"
7170 msgstr ""
7171
7172 # type: verbatim
7173 #. type: verbatim
7174 #: ../src/guestfs-actions.pod:685
7175 #, no-wrap
7176 msgid ""
7177 " int\n"
7178 " guestfs_blockdev_getro (guestfs_h *g,\n"
7179 "                         const char *device);\n"
7180 "\n"
7181 msgstr ""
7182
7183 # type: textblock
7184 #. type: textblock
7185 #: ../src/guestfs-actions.pod:689 ../fish/guestfish-actions.pod:458
7186 msgid ""
7187 "Returns a boolean indicating if the block device is read-only (true if read-"
7188 "only, false if not)."
7189 msgstr ""
7190
7191 # type: textblock
7192 #. type: textblock
7193 #: ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:1396
7194 #: ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:1891
7195 #: ../src/guestfs-actions.pod:1902 ../src/guestfs-actions.pod:1974
7196 #: ../src/guestfs-actions.pod:2029 ../src/guestfs-actions.pod:2044
7197 #: ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2092
7198 #: ../src/guestfs-actions.pod:3054 ../src/guestfs-actions.pod:3068
7199 #: ../src/guestfs-actions.pod:3083 ../src/guestfs-actions.pod:3097
7200 #: ../src/guestfs-actions.pod:3113 ../src/guestfs-actions.pod:3128
7201 #: ../src/guestfs-actions.pod:3144 ../src/guestfs-actions.pod:3158
7202 #: ../src/guestfs-actions.pod:3171 ../src/guestfs-actions.pod:3185
7203 #: ../src/guestfs-actions.pod:3200 ../src/guestfs-actions.pod:3215
7204 #: ../src/guestfs-actions.pod:4729
7205 msgid "This function returns a C truth value on success or -1 on error."
7206 msgstr ""
7207
7208 # type: =head2
7209 #. type: =head2
7210 #: ../src/guestfs-actions.pod:698
7211 msgid "guestfs_blockdev_getsize64"
7212 msgstr ""
7213
7214 # type: verbatim
7215 #. type: verbatim
7216 #: ../src/guestfs-actions.pod:700
7217 #, no-wrap
7218 msgid ""
7219 " int64_t\n"
7220 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7221 "                             const char *device);\n"
7222 "\n"
7223 msgstr ""
7224
7225 # type: textblock
7226 #. type: textblock
7227 #: ../src/guestfs-actions.pod:704 ../fish/guestfish-actions.pod:467
7228 msgid "This returns the size of the device in bytes."
7229 msgstr ""
7230
7231 # type: textblock
7232 #. type: textblock
7233 #: ../src/guestfs-actions.pod:706
7234 msgid "See also C<guestfs_blockdev_getsz>."
7235 msgstr ""
7236
7237 # type: =head2
7238 #. type: =head2
7239 #: ../src/guestfs-actions.pod:714
7240 msgid "guestfs_blockdev_getss"
7241 msgstr ""
7242
7243 # type: verbatim
7244 #. type: verbatim
7245 #: ../src/guestfs-actions.pod:716
7246 #, no-wrap
7247 msgid ""
7248 " int\n"
7249 " guestfs_blockdev_getss (guestfs_h *g,\n"
7250 "                         const char *device);\n"
7251 "\n"
7252 msgstr ""
7253
7254 # type: textblock
7255 #. type: textblock
7256 #: ../src/guestfs-actions.pod:720 ../fish/guestfish-actions.pod:477
7257 msgid ""
7258 "This returns the size of sectors on a block device.  Usually 512, but can be "
7259 "larger for modern devices."
7260 msgstr ""
7261
7262 # type: textblock
7263 #. type: textblock
7264 #: ../src/guestfs-actions.pod:723
7265 msgid ""
7266 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7267 "that)."
7268 msgstr ""
7269
7270 # type: =head2
7271 #. type: =head2
7272 #: ../src/guestfs-actions.pod:732
7273 msgid "guestfs_blockdev_getsz"
7274 msgstr ""
7275
7276 # type: verbatim
7277 #. type: verbatim
7278 #: ../src/guestfs-actions.pod:734
7279 #, no-wrap
7280 msgid ""
7281 " int64_t\n"
7282 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7283 "                         const char *device);\n"
7284 "\n"
7285 msgstr ""
7286
7287 # type: textblock
7288 #. type: textblock
7289 #: ../src/guestfs-actions.pod:738 ../fish/guestfish-actions.pod:489
7290 msgid ""
7291 "This returns the size of the device in units of 512-byte sectors (even if "
7292 "the sectorsize isn't 512 bytes ... weird)."
7293 msgstr ""
7294
7295 # type: textblock
7296 #. type: textblock
7297 #: ../src/guestfs-actions.pod:741
7298 msgid ""
7299 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7300 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7301 msgstr ""
7302
7303 # type: =head2
7304 #. type: =head2
7305 #: ../src/guestfs-actions.pod:751
7306 msgid "guestfs_blockdev_rereadpt"
7307 msgstr ""
7308
7309 # type: verbatim
7310 #. type: verbatim
7311 #: ../src/guestfs-actions.pod:753
7312 #, no-wrap
7313 msgid ""
7314 " int\n"
7315 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7316 "                            const char *device);\n"
7317 "\n"
7318 msgstr ""
7319
7320 # type: textblock
7321 #. type: textblock
7322 #: ../src/guestfs-actions.pod:757 ../fish/guestfish-actions.pod:502
7323 msgid "Reread the partition table on C<device>."
7324 msgstr ""
7325
7326 # type: =head2
7327 #. type: =head2
7328 #: ../src/guestfs-actions.pod:765
7329 msgid "guestfs_blockdev_setbsz"
7330 msgstr ""
7331
7332 # type: verbatim
7333 #. type: verbatim
7334 #: ../src/guestfs-actions.pod:767
7335 #, no-wrap
7336 msgid ""
7337 " int\n"
7338 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7339 "                          const char *device,\n"
7340 "                          int blocksize);\n"
7341 "\n"
7342 msgstr ""
7343
7344 # type: textblock
7345 #. type: textblock
7346 #: ../src/guestfs-actions.pod:772 ../fish/guestfish-actions.pod:510
7347 msgid "This sets the block size of a device."
7348 msgstr ""
7349
7350 # type: =head2
7351 #. type: =head2
7352 #: ../src/guestfs-actions.pod:783
7353 msgid "guestfs_blockdev_setro"
7354 msgstr ""
7355
7356 # type: verbatim
7357 #. type: verbatim
7358 #: ../src/guestfs-actions.pod:785
7359 #, no-wrap
7360 msgid ""
7361 " int\n"
7362 " guestfs_blockdev_setro (guestfs_h *g,\n"
7363 "                         const char *device);\n"
7364 "\n"
7365 msgstr ""
7366
7367 # type: textblock
7368 #. type: textblock
7369 #: ../src/guestfs-actions.pod:789 ../fish/guestfish-actions.pod:521
7370 msgid "Sets the block device named C<device> to read-only."
7371 msgstr ""
7372
7373 # type: =head2
7374 #. type: =head2
7375 #: ../src/guestfs-actions.pod:797
7376 msgid "guestfs_blockdev_setrw"
7377 msgstr ""
7378
7379 # type: verbatim
7380 #. type: verbatim
7381 #: ../src/guestfs-actions.pod:799
7382 #, no-wrap
7383 msgid ""
7384 " int\n"
7385 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7386 "                         const char *device);\n"
7387 "\n"
7388 msgstr ""
7389
7390 # type: textblock
7391 #. type: textblock
7392 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:529
7393 msgid "Sets the block device named C<device> to read-write."
7394 msgstr ""
7395
7396 # type: =head2
7397 #. type: =head2
7398 #: ../src/guestfs-actions.pod:811
7399 msgid "guestfs_case_sensitive_path"
7400 msgstr ""
7401
7402 # type: verbatim
7403 #. type: verbatim
7404 #: ../src/guestfs-actions.pod:813
7405 #, no-wrap
7406 msgid ""
7407 " char *\n"
7408 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7409 "                              const char *path);\n"
7410 "\n"
7411 msgstr ""
7412
7413 # type: textblock
7414 #. type: textblock
7415 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:537
7416 msgid ""
7417 "This can be used to resolve case insensitive paths on a filesystem which is "
7418 "case sensitive.  The use case is to resolve paths which you have read from "
7419 "Windows configuration files or the Windows Registry, to the true path."
7420 msgstr ""
7421
7422 # type: textblock
7423 #. type: textblock
7424 #: ../src/guestfs-actions.pod:822 ../fish/guestfish-actions.pod:542
7425 msgid ""
7426 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7427 "(and probably others), which is that although the underlying filesystem is "
7428 "case-insensitive, the driver exports the filesystem to Linux as case-"
7429 "sensitive."
7430 msgstr ""
7431
7432 # type: textblock
7433 #. type: textblock
7434 #: ../src/guestfs-actions.pod:827 ../fish/guestfish-actions.pod:547
7435 msgid ""
7436 "One consequence of this is that special directories such as C<c:\\windows> "
7437 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7438 "precise details of how they were created.  In Windows itself this would not "
7439 "be a problem."
7440 msgstr ""
7441
7442 # type: textblock
7443 #. type: textblock
7444 #: ../src/guestfs-actions.pod:833 ../fish/guestfish-actions.pod:553
7445 msgid ""
7446 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
7447 "#posixfilenames1>"
7448 msgstr ""
7449
7450 # type: textblock
7451 #. type: textblock
7452 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:556
7453 msgid ""
7454 "This function resolves the true case of each element in the path and returns "
7455 "the case-sensitive path."
7456 msgstr ""
7457
7458 # type: textblock
7459 #. type: textblock
7460 #: ../src/guestfs-actions.pod:839
7461 msgid ""
7462 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
7463 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7464 "how the directories were originally created under Windows)."
7465 msgstr ""
7466
7467 # type: textblock
7468 #. type: textblock
7469 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:564
7470 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7471 msgstr ""
7472
7473 # type: textblock
7474 #. type: textblock
7475 #: ../src/guestfs-actions.pod:847
7476 msgid "See also C<guestfs_realpath>."
7477 msgstr ""
7478
7479 # type: textblock
7480 #. type: textblock
7481 #: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6671
7482 msgid "(Added in 1.0.75)"
7483 msgstr ""
7484
7485 # type: =head2
7486 #. type: =head2
7487 #: ../src/guestfs-actions.pod:854
7488 msgid "guestfs_cat"
7489 msgstr ""
7490
7491 # type: verbatim
7492 #. type: verbatim
7493 #: ../src/guestfs-actions.pod:856
7494 #, no-wrap
7495 msgid ""
7496 " char *\n"
7497 " guestfs_cat (guestfs_h *g,\n"
7498 "              const char *path);\n"
7499 "\n"
7500 msgstr ""
7501
7502 # type: textblock
7503 #. type: textblock
7504 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:5216
7505 #: ../fish/guestfish-actions.pod:573 ../fish/guestfish-actions.pod:3468
7506 msgid "Return the contents of the file named C<path>."
7507 msgstr ""
7508
7509 # type: textblock
7510 #. type: textblock
7511 #: ../src/guestfs-actions.pod:862
7512 msgid ""
7513 "Note that this function cannot correctly handle binary files (specifically, "
7514 "files containing C<\\0> character which is treated as end of string).  For "
7515 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7516 "functions which have a more complex interface."
7517 msgstr ""
7518
7519 # type: textblock
7520 #. type: textblock
7521 #: ../src/guestfs-actions.pod:870 ../src/guestfs-actions.pod:1049
7522 #: ../src/guestfs-actions.pod:1069 ../src/guestfs-actions.pod:1360
7523 #: ../src/guestfs-actions.pod:1379 ../src/guestfs-actions.pod:1482
7524 #: ../src/guestfs-actions.pod:1501 ../src/guestfs-actions.pod:1750
7525 #: ../src/guestfs-actions.pod:2198 ../src/guestfs-actions.pod:2217
7526 #: ../src/guestfs-actions.pod:2260 ../src/guestfs-actions.pod:2284
7527 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:2330
7528 #: ../src/guestfs-actions.pod:4998 ../src/guestfs-actions.pod:5024
7529 #: ../src/guestfs-actions.pod:5155 ../src/guestfs-actions.pod:5181
7530 #: ../src/guestfs-actions.pod:5205 ../src/guestfs-actions.pod:6056
7531 #: ../src/guestfs-actions.pod:6111 ../src/guestfs-actions.pod:6257
7532 #: ../src/guestfs-actions.pod:6281 ../src/guestfs-actions.pod:6943
7533 #: ../src/guestfs-actions.pod:6969 ../src/guestfs-actions.pod:6995
7534 #: ../src/guestfs-actions.pod:7014 ../src/guestfs-actions.pod:7099
7535 #: ../src/guestfs-actions.pod:7118 ../src/guestfs-actions.pod:7164
7536 #: ../src/guestfs-actions.pod:7183 ../fish/guestfish-actions.pod:580
7537 #: ../fish/guestfish-actions.pod:715 ../fish/guestfish-actions.pod:727
7538 #: ../fish/guestfish-actions.pod:903 ../fish/guestfish-actions.pod:913
7539 #: ../fish/guestfish-actions.pod:980 ../fish/guestfish-actions.pod:990
7540 #: ../fish/guestfish-actions.pod:1185 ../fish/guestfish-actions.pod:1480
7541 #: ../fish/guestfish-actions.pod:1490 ../fish/guestfish-actions.pod:1518
7542 #: ../fish/guestfish-actions.pod:1533 ../fish/guestfish-actions.pod:1543
7543 #: ../fish/guestfish-actions.pod:1562 ../fish/guestfish-actions.pod:3338
7544 #: ../fish/guestfish-actions.pod:3353 ../fish/guestfish-actions.pod:3429
7545 #: ../fish/guestfish-actions.pod:3446 ../fish/guestfish-actions.pod:3461
7546 #: ../fish/guestfish-actions.pod:4044 ../fish/guestfish-actions.pod:4090
7547 #: ../fish/guestfish-actions.pod:4175 ../fish/guestfish-actions.pod:4190
7548 #: ../fish/guestfish-actions.pod:4600 ../fish/guestfish-actions.pod:4618
7549 #: ../fish/guestfish-actions.pod:4635 ../fish/guestfish-actions.pod:4645
7550 #: ../fish/guestfish-actions.pod:4693 ../fish/guestfish-actions.pod:4703
7551 #: ../fish/guestfish-actions.pod:4732 ../fish/guestfish-actions.pod:4742
7552 msgid ""
7553 "Because of the message protocol, there is a transfer limit of somewhere "
7554 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7555 msgstr ""
7556
7557 # type: textblock
7558 #. type: textblock
7559 #: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3326
7560 #: ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3405
7561 #: ../src/guestfs-actions.pod:3493 ../src/guestfs-actions.pod:3898
7562 #: ../src/guestfs-actions.pod:3912 ../src/guestfs-actions.pod:5104
7563 #: ../src/guestfs-actions.pod:5118 ../src/guestfs-actions.pod:6830
7564 #: ../src/guestfs-actions.pod:6844
7565 msgid "(Added in 0.4)"
7566 msgstr ""
7567
7568 # type: =head2
7569 #. type: =head2
7570 #: ../src/guestfs-actions.pod:875
7571 msgid "guestfs_checksum"
7572 msgstr ""
7573
7574 # type: verbatim
7575 #. type: verbatim
7576 #: ../src/guestfs-actions.pod:877
7577 #, no-wrap
7578 msgid ""
7579 " char *\n"
7580 " guestfs_checksum (guestfs_h *g,\n"
7581 "                   const char *csumtype,\n"
7582 "                   const char *path);\n"
7583 "\n"
7584 msgstr ""
7585
7586 # type: textblock
7587 #. type: textblock
7588 #: ../src/guestfs-actions.pod:882 ../fish/guestfish-actions.pod:587
7589 msgid ""
7590 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7591 msgstr ""
7592
7593 # type: textblock
7594 #. type: textblock
7595 #: ../src/guestfs-actions.pod:885 ../fish/guestfish-actions.pod:590
7596 msgid ""
7597 "The type of checksum to compute is given by the C<csumtype> parameter which "
7598 "must have one of the following values:"
7599 msgstr ""
7600
7601 # type: =item
7602 #. type: =item
7603 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:595
7604 msgid "C<crc>"
7605 msgstr ""
7606
7607 # type: textblock
7608 #. type: textblock
7609 #: ../src/guestfs-actions.pod:892 ../fish/guestfish-actions.pod:597
7610 msgid ""
7611 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7612 "C<cksum> command."
7613 msgstr ""
7614
7615 # type: =item
7616 #. type: =item
7617 #: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:600
7618 msgid "C<md5>"
7619 msgstr ""
7620
7621 # type: textblock
7622 #. type: textblock
7623 #: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:602
7624 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7625 msgstr ""
7626
7627 # type: =item
7628 #. type: =item
7629 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:604
7630 msgid "C<sha1>"
7631 msgstr ""
7632
7633 # type: textblock
7634 #. type: textblock
7635 #: ../src/guestfs-actions.pod:901 ../fish/guestfish-actions.pod:606
7636 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7637 msgstr ""
7638
7639 # type: =item
7640 #. type: =item
7641 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:608
7642 msgid "C<sha224>"
7643 msgstr ""
7644
7645 # type: textblock
7646 #. type: textblock
7647 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:610
7648 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7649 msgstr ""
7650
7651 # type: =item
7652 #. type: =item
7653 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:612
7654 msgid "C<sha256>"
7655 msgstr ""
7656
7657 # type: textblock
7658 #. type: textblock
7659 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:614
7660 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7661 msgstr ""
7662
7663 # type: =item
7664 #. type: =item
7665 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:616
7666 msgid "C<sha384>"
7667 msgstr ""
7668
7669 # type: textblock
7670 #. type: textblock
7671 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:618
7672 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7673 msgstr ""
7674
7675 # type: =item
7676 #. type: =item
7677 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:620
7678 msgid "C<sha512>"
7679 msgstr ""
7680
7681 # type: textblock
7682 #. type: textblock
7683 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:622
7684 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7685 msgstr ""
7686
7687 # type: textblock
7688 #. type: textblock
7689 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:626
7690 msgid "The checksum is returned as a printable string."
7691 msgstr ""
7692
7693 # type: textblock
7694 #. type: textblock
7695 #: ../src/guestfs-actions.pod:923
7696 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7697 msgstr ""
7698
7699 # type: textblock
7700 #. type: textblock
7701 #: ../src/guestfs-actions.pod:925
7702 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7703 msgstr ""
7704
7705 # type: textblock
7706 #. type: textblock
7707 #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238
7708 #: ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:3070
7709 #: ../src/guestfs-actions.pod:3099 ../src/guestfs-actions.pod:3160
7710 #: ../src/guestfs-actions.pod:3187 ../src/guestfs-actions.pod:6527
7711 msgid "(Added in 1.0.2)"
7712 msgstr ""
7713
7714 # type: =head2
7715 #. type: =head2
7716 #: ../src/guestfs-actions.pod:932
7717 msgid "guestfs_checksum_device"
7718 msgstr ""
7719
7720 # type: verbatim
7721 #. type: verbatim
7722 #: ../src/guestfs-actions.pod:934
7723 #, no-wrap
7724 msgid ""
7725 " char *\n"
7726 " guestfs_checksum_device (guestfs_h *g,\n"
7727 "                          const char *csumtype,\n"
7728 "                          const char *device);\n"
7729 "\n"
7730 msgstr ""
7731
7732 # type: textblock
7733 #. type: textblock
7734 #: ../src/guestfs-actions.pod:939
7735 msgid ""
7736 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7737 "device named C<device>.  For the types of checksums supported see the "
7738 "C<guestfs_checksum> command."
7739 msgstr ""
7740
7741 # type: textblock
7742 #. type: textblock
7743 #: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4635
7744 #: ../src/guestfs-actions.pod:4694 ../src/guestfs-actions.pod:4731
7745 #: ../src/guestfs-actions.pod:4749 ../src/guestfs-actions.pod:4925
7746 #: ../src/guestfs-actions.pod:6436 ../src/guestfs-actions.pod:6450
7747 #: ../src/guestfs-actions.pod:6856
7748 msgid "(Added in 1.3.2)"
7749 msgstr ""
7750
7751 # type: =head2
7752 #. type: =head2
7753 #: ../src/guestfs-actions.pod:948
7754 msgid "guestfs_checksums_out"
7755 msgstr ""
7756
7757 # type: verbatim
7758 #. type: verbatim
7759 #: ../src/guestfs-actions.pod:950
7760 #, no-wrap
7761 msgid ""
7762 " int\n"
7763 " guestfs_checksums_out (guestfs_h *g,\n"
7764 "                        const char *csumtype,\n"
7765 "                        const char *directory,\n"
7766 "                        const char *sumsfile);\n"
7767 "\n"
7768 msgstr ""
7769
7770 # type: textblock
7771 #. type: textblock
7772 #: ../src/guestfs-actions.pod:956 ../fish/guestfish-actions.pod:644
7773 msgid ""
7774 "This command computes the checksums of all regular files in C<directory> and "
7775 "then emits a list of those checksums to the local output file C<sumsfile>."
7776 msgstr ""
7777
7778 # type: textblock
7779 #. type: textblock
7780 #: ../src/guestfs-actions.pod:960 ../fish/guestfish-actions.pod:648
7781 msgid ""
7782 "This can be used for verifying the integrity of a virtual machine.  However "
7783 "to be properly secure you should pay attention to the output of the checksum "
7784 "command (it uses the ones from GNU coreutils).  In particular when the "
7785 "filename is not printable, coreutils uses a special backslash syntax.  For "
7786 "more information, see the GNU coreutils info file."
7787 msgstr ""
7788
7789 # type: textblock
7790 #. type: textblock
7791 #: ../src/guestfs-actions.pod:970
7792 msgid "(Added in 1.3.7)"
7793 msgstr ""
7794
7795 # type: =head2
7796 #. type: =head2
7797 #: ../src/guestfs-actions.pod:972
7798 msgid "guestfs_chmod"
7799 msgstr ""
7800
7801 # type: verbatim
7802 #. type: verbatim
7803 #: ../src/guestfs-actions.pod:974
7804 #, no-wrap
7805 msgid ""
7806 " int\n"
7807 " guestfs_chmod (guestfs_h *g,\n"
7808 "                int mode,\n"
7809 "                const char *path);\n"
7810 "\n"
7811 msgstr ""
7812
7813 # type: textblock
7814 #. type: textblock
7815 #: ../src/guestfs-actions.pod:979 ../fish/guestfish-actions.pod:662
7816 msgid ""
7817 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7818 "supported."
7819 msgstr ""
7820
7821 # type: textblock
7822 #. type: textblock
7823 #: ../src/guestfs-actions.pod:982 ../fish/guestfish-actions.pod:665
7824 msgid ""
7825 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7826 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7827 "C<700>."
7828 msgstr ""
7829
7830 # type: textblock
7831 #. type: textblock
7832 #: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4149
7833 #: ../src/guestfs-actions.pod:4334 ../src/guestfs-actions.pod:4353
7834 #: ../src/guestfs-actions.pod:4372 ../fish/guestfish-actions.pod:669
7835 #: ../fish/guestfish-actions.pod:2795 ../fish/guestfish-actions.pod:2913
7836 #: ../fish/guestfish-actions.pod:2923 ../fish/guestfish-actions.pod:2933
7837 msgid "The mode actually set is affected by the umask."
7838 msgstr ""
7839
7840 # type: =head2
7841 #. type: =head2
7842 #: ../src/guestfs-actions.pod:992
7843 msgid "guestfs_chown"
7844 msgstr ""
7845
7846 # type: verbatim
7847 #. type: verbatim
7848 #: ../src/guestfs-actions.pod:994
7849 #, no-wrap
7850 msgid ""
7851 " int\n"
7852 " guestfs_chown (guestfs_h *g,\n"
7853 "                int owner,\n"
7854 "                int group,\n"
7855 "                const char *path);\n"
7856 "\n"
7857 msgstr ""
7858
7859 # type: textblock
7860 #. type: textblock
7861 #: ../src/guestfs-actions.pod:1000 ../fish/guestfish-actions.pod:675
7862 msgid "Change the file owner to C<owner> and group to C<group>."
7863 msgstr ""
7864
7865 # type: textblock
7866 #. type: textblock
7867 #: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3257
7868 #: ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2253
7869 msgid ""
7870 "Only numeric uid and gid are supported.  If you want to use names, you will "
7871 "need to locate and parse the password file yourself (Augeas support makes "
7872 "this relatively easy)."
7873 msgstr ""
7874
7875 # type: =head2
7876 #. type: =head2
7877 #: ../src/guestfs-actions.pod:1010
7878 msgid "guestfs_command"
7879 msgstr ""
7880
7881 # type: verbatim
7882 #. type: verbatim
7883 #: ../src/guestfs-actions.pod:1012
7884 #, no-wrap
7885 msgid ""
7886 " char *\n"
7887 " guestfs_command (guestfs_h *g,\n"
7888 "                  char *const *arguments);\n"
7889 "\n"
7890 msgstr ""
7891
7892 # type: textblock
7893 #. type: textblock
7894 #: ../src/guestfs-actions.pod:1016 ../fish/guestfish-actions.pod:685
7895 msgid ""
7896 "This call runs a command from the guest filesystem.  The filesystem must be "
7897 "mounted, and must contain a compatible operating system (ie. something "
7898 "Linux, with the same or compatible processor architecture)."
7899 msgstr ""
7900
7901 # type: textblock
7902 #. type: textblock
7903 #: ../src/guestfs-actions.pod:1021
7904 msgid ""
7905 "The single parameter is an argv-style list of arguments.  The first element "
7906 "is the name of the program to run.  Subsequent elements are parameters.  The "
7907 "list must be non-empty (ie. must contain a program name).  Note that the "
7908 "command runs directly, and is I<not> invoked via the shell (see "
7909 "C<guestfs_sh>)."
7910 msgstr ""
7911
7912 # type: textblock
7913 #. type: textblock
7914 #: ../src/guestfs-actions.pod:1028 ../fish/guestfish-actions.pod:697
7915 msgid "The return value is anything printed to I<stdout> by the command."
7916 msgstr ""
7917
7918 # type: textblock
7919 #. type: textblock
7920 #: ../src/guestfs-actions.pod:1031 ../fish/guestfish-actions.pod:700
7921 msgid ""
7922 "If the command returns a non-zero exit status, then this function returns an "
7923 "error message.  The error message string is the content of I<stderr> from "
7924 "the command."
7925 msgstr ""
7926
7927 # type: textblock
7928 #. type: textblock
7929 #: ../src/guestfs-actions.pod:1035 ../fish/guestfish-actions.pod:704
7930 msgid ""
7931 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
7932 "bin>.  If you require a program from another location, you should provide "
7933 "the full path in the first parameter."
7934 msgstr ""
7935
7936 # type: textblock
7937 #. type: textblock
7938 #: ../src/guestfs-actions.pod:1040 ../fish/guestfish-actions.pod:709
7939 msgid ""
7940 "Shared libraries and data files required by the program must be available on "
7941 "filesystems which are mounted in the correct places.  It is the caller's "
7942 "responsibility to ensure all filesystems that are needed are mounted at the "
7943 "right locations."
7944 msgstr ""
7945
7946 # type: textblock
7947 #. type: textblock
7948 #: ../src/guestfs-actions.pod:1052 ../src/guestfs-actions.pod:1072
7949 #: ../src/guestfs-actions.pod:1535
7950 msgid "(Added in 0.9.1)"
7951 msgstr ""
7952
7953 # type: =head2
7954 #. type: =head2
7955 #: ../src/guestfs-actions.pod:1054
7956 msgid "guestfs_command_lines"
7957 msgstr ""
7958
7959 # type: verbatim
7960 #. type: verbatim
7961 #: ../src/guestfs-actions.pod:1056
7962 #, no-wrap
7963 msgid ""
7964 " char **\n"
7965 " guestfs_command_lines (guestfs_h *g,\n"
7966 "                        char *const *arguments);\n"
7967 "\n"
7968 msgstr ""
7969
7970 # type: textblock
7971 #. type: textblock
7972 #: ../src/guestfs-actions.pod:1060
7973 msgid ""
7974 "This is the same as C<guestfs_command>, but splits the result into a list of "
7975 "lines."
7976 msgstr ""
7977
7978 # type: textblock
7979 #. type: textblock
7980 #: ../src/guestfs-actions.pod:1063
7981 msgid "See also: C<guestfs_sh_lines>"
7982 msgstr ""
7983
7984 # type: =head2
7985 #. type: =head2
7986 #: ../src/guestfs-actions.pod:1074
7987 msgid "guestfs_config"
7988 msgstr ""
7989
7990 # type: verbatim
7991 #. type: verbatim
7992 #: ../src/guestfs-actions.pod:1076
7993 #, no-wrap
7994 msgid ""
7995 " int\n"
7996 " guestfs_config (guestfs_h *g,\n"
7997 "                 const char *qemuparam,\n"
7998 "                 const char *qemuvalue);\n"
7999 "\n"
8000 msgstr ""
8001
8002 # type: textblock
8003 #. type: textblock
8004 #: ../src/guestfs-actions.pod:1081 ../fish/guestfish-actions.pod:734
8005 msgid ""
8006 "This can be used to add arbitrary qemu command line parameters of the form "
8007 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
8008 "setting some parameters which would interfere with parameters that we use."
8009 msgstr ""
8010
8011 # type: textblock
8012 #. type: textblock
8013 #: ../src/guestfs-actions.pod:1086 ../fish/guestfish-actions.pod:739
8014 msgid "The first character of C<param> string must be a C<-> (dash)."
8015 msgstr ""
8016
8017 # type: textblock
8018 #. type: textblock
8019 #: ../src/guestfs-actions.pod:1088 ../fish/guestfish-actions.pod:741
8020 msgid "C<value> can be NULL."
8021 msgstr ""
8022
8023 # type: =head2
8024 #. type: =head2
8025 #: ../src/guestfs-actions.pod:1094
8026 msgid "guestfs_copy_size"
8027 msgstr ""
8028
8029 # type: verbatim
8030 #. type: verbatim
8031 #: ../src/guestfs-actions.pod:1096
8032 #, no-wrap
8033 msgid ""
8034 " int\n"
8035 " guestfs_copy_size (guestfs_h *g,\n"
8036 "                    const char *src,\n"
8037 "                    const char *dest,\n"
8038 "                    int64_t size);\n"
8039 "\n"
8040 msgstr ""
8041
8042 # type: textblock
8043 #. type: textblock
8044 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:747
8045 msgid ""
8046 "This command copies exactly C<size> bytes from one source device or file "
8047 "C<src> to another destination device or file C<dest>."
8048 msgstr ""
8049
8050 # type: textblock
8051 #. type: textblock
8052 #: ../src/guestfs-actions.pod:1105 ../fish/guestfish-actions.pod:750
8053 msgid ""
8054 "Note this will fail if the source is too short or if the destination is not "
8055 "large enough."
8056 msgstr ""
8057
8058 # type: textblock
8059 #. type: textblock
8060 #: ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1233
8061 #: ../src/guestfs-actions.pod:1264 ../src/guestfs-actions.pod:1684
8062 #: ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:6522
8063 #: ../src/guestfs-actions.pod:6556 ../src/guestfs-actions.pod:7035
8064 #: ../src/guestfs-actions.pod:7054
8065 msgid ""
8066 "This long-running command can generate progress notification messages so "
8067 "that the caller can display a progress bar or indicator.  To receive these "
8068 "messages, the caller must register a progress callback.  See L<guestfs(3)/"
8069 "guestfs_set_progress_callback>."
8070 msgstr ""
8071
8072 # type: textblock
8073 #. type: textblock
8074 #: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3925
8075 #: ../src/guestfs-actions.pod:5131 ../src/guestfs-actions.pod:6763
8076 #: ../src/guestfs-actions.pod:6783 ../src/guestfs-actions.pod:6869
8077 msgid "(Added in 1.0.87)"
8078 msgstr ""
8079
8080 # type: =head2
8081 #. type: =head2
8082 #: ../src/guestfs-actions.pod:1117
8083 msgid "guestfs_cp"
8084 msgstr ""
8085
8086 # type: verbatim
8087 #. type: verbatim
8088 #: ../src/guestfs-actions.pod:1119
8089 #, no-wrap
8090 msgid ""
8091 " int\n"
8092 " guestfs_cp (guestfs_h *g,\n"
8093 "             const char *src,\n"
8094 "             const char *dest);\n"
8095 "\n"
8096 msgstr ""
8097
8098 # type: textblock
8099 #. type: textblock
8100 #: ../src/guestfs-actions.pod:1124 ../fish/guestfish-actions.pod:757
8101 msgid ""
8102 "This copies a file from C<src> to C<dest> where C<dest> is either a "
8103 "destination filename or destination directory."
8104 msgstr ""
8105
8106 # type: textblock
8107 #. type: textblock
8108 #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:1143
8109 #: ../src/guestfs-actions.pod:1215 ../src/guestfs-actions.pod:1289
8110 #: ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4598
8111 #: ../src/guestfs-actions.pod:4975
8112 msgid "(Added in 1.0.18)"
8113 msgstr ""
8114
8115 # type: =head2
8116 #. type: =head2
8117 #: ../src/guestfs-actions.pod:1131
8118 msgid "guestfs_cp_a"
8119 msgstr ""
8120
8121 # type: verbatim
8122 #. type: verbatim
8123 #: ../src/guestfs-actions.pod:1133
8124 #, no-wrap
8125 msgid ""
8126 " int\n"
8127 " guestfs_cp_a (guestfs_h *g,\n"
8128 "               const char *src,\n"
8129 "               const char *dest);\n"
8130 "\n"
8131 msgstr ""
8132
8133 # type: textblock
8134 #. type: textblock
8135 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:764
8136 msgid ""
8137 "This copies a file or directory from C<src> to C<dest> recursively using the "
8138 "C<cp -a> command."
8139 msgstr ""
8140
8141 # type: =head2
8142 #. type: =head2
8143 #: ../src/guestfs-actions.pod:1145
8144 msgid "guestfs_dd"
8145 msgstr ""
8146
8147 # type: verbatim
8148 #. type: verbatim
8149 #: ../src/guestfs-actions.pod:1147
8150 #, no-wrap
8151 msgid ""
8152 " int\n"
8153 " guestfs_dd (guestfs_h *g,\n"
8154 "             const char *src,\n"
8155 "             const char *dest);\n"
8156 "\n"
8157 msgstr ""
8158
8159 # type: textblock
8160 #. type: textblock
8161 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:771
8162 msgid ""
8163 "This command copies from one source device or file C<src> to another "
8164 "destination device or file C<dest>.  Normally you would use this to copy to "
8165 "or from a device or partition, for example to duplicate a filesystem."
8166 msgstr ""
8167
8168 # type: textblock
8169 #. type: textblock
8170 #: ../src/guestfs-actions.pod:1157
8171 msgid ""
8172 "If the destination is a device, it must be as large or larger than the "
8173 "source file or device, otherwise the copy will fail.  This command cannot do "
8174 "partial copies (see C<guestfs_copy_size>)."
8175 msgstr ""
8176
8177 # type: =head2
8178 #. type: =head2
8179 #: ../src/guestfs-actions.pod:1165
8180 msgid "guestfs_df"
8181 msgstr ""
8182
8183 # type: verbatim
8184 #. type: verbatim
8185 #: ../src/guestfs-actions.pod:1167
8186 #, no-wrap
8187 msgid ""
8188 " char *\n"
8189 " guestfs_df (guestfs_h *g);\n"
8190 "\n"
8191 msgstr ""
8192
8193 # type: textblock
8194 #. type: textblock
8195 #: ../src/guestfs-actions.pod:1170 ../fish/guestfish-actions.pod:784
8196 msgid "This command runs the C<df> command to report disk space used."
8197 msgstr ""
8198
8199 # type: textblock
8200 #. type: textblock
8201 #: ../src/guestfs-actions.pod:1172 ../src/guestfs-actions.pod:1189
8202 msgid ""
8203 "This command is mostly useful for interactive sessions.  It is I<not> "
8204 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8205 "from programs."
8206 msgstr ""
8207
8208 # type: textblock
8209 #. type: textblock
8210 #: ../src/guestfs-actions.pod:1179 ../src/guestfs-actions.pod:1196
8211 #: ../src/guestfs-actions.pod:1309 ../src/guestfs-actions.pod:2263
8212 #: ../src/guestfs-actions.pod:2287 ../src/guestfs-actions.pod:2355
8213 #: ../src/guestfs-actions.pod:4035 ../src/guestfs-actions.pod:4498
8214 #: ../src/guestfs-actions.pod:6260 ../src/guestfs-actions.pod:6284
8215 #: ../src/guestfs-actions.pod:6902 ../src/guestfs-actions.pod:6915
8216 #: ../src/guestfs-actions.pod:6928
8217 msgid "(Added in 1.0.54)"
8218 msgstr ""
8219
8220 # type: =head2
8221 #. type: =head2
8222 #: ../src/guestfs-actions.pod:1181
8223 msgid "guestfs_df_h"
8224 msgstr ""
8225
8226 # type: verbatim
8227 #. type: verbatim
8228 #: ../src/guestfs-actions.pod:1183
8229 #, no-wrap
8230 msgid ""
8231 " char *\n"
8232 " guestfs_df_h (guestfs_h *g);\n"
8233 "\n"
8234 msgstr ""
8235
8236 # type: textblock
8237 #. type: textblock
8238 #: ../src/guestfs-actions.pod:1186 ../fish/guestfish-actions.pod:794
8239 msgid ""
8240 "This command runs the C<df -h> command to report disk space used in human-"
8241 "readable format."
8242 msgstr ""
8243
8244 # type: =head2
8245 #. type: =head2
8246 #: ../src/guestfs-actions.pod:1198
8247 msgid "guestfs_dmesg"
8248 msgstr ""
8249
8250 # type: verbatim
8251 #. type: verbatim
8252 #: ../src/guestfs-actions.pod:1200
8253 #, no-wrap
8254 msgid ""
8255 " char *\n"
8256 " guestfs_dmesg (guestfs_h *g);\n"
8257 "\n"
8258 msgstr ""
8259
8260 # type: textblock
8261 #. type: textblock
8262 #: ../src/guestfs-actions.pod:1203 ../fish/guestfish-actions.pod:805
8263 msgid ""
8264 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
8265 "This is sometimes useful for extended debugging of problems."
8266 msgstr ""
8267
8268 # type: textblock
8269 #. type: textblock
8270 #: ../src/guestfs-actions.pod:1207
8271 msgid ""
8272 "Another way to get the same information is to enable verbose messages with "
8273 "C<guestfs_set_verbose> or by setting the environment variable "
8274 "C<LIBGUESTFS_DEBUG=1> before running the program."
8275 msgstr ""
8276
8277 # type: =head2
8278 #. type: =head2
8279 #: ../src/guestfs-actions.pod:1217
8280 msgid "guestfs_download"
8281 msgstr ""
8282
8283 # type: verbatim
8284 #. type: verbatim
8285 #: ../src/guestfs-actions.pod:1219
8286 #, no-wrap
8287 msgid ""
8288 " int\n"
8289 " guestfs_download (guestfs_h *g,\n"
8290 "                   const char *remotefilename,\n"
8291 "                   const char *filename);\n"
8292 "\n"
8293 msgstr ""
8294
8295 # type: textblock
8296 #. type: textblock
8297 #: ../src/guestfs-actions.pod:1224 ../src/guestfs-actions.pod:1249
8298 #: ../fish/guestfish-actions.pod:818 ../fish/guestfish-actions.pod:831
8299 msgid ""
8300 "Download file C<remotefilename> and save it as C<filename> on the local "
8301 "machine."
8302 msgstr ""
8303
8304 # type: textblock
8305 #. type: textblock
8306 #: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6516
8307 #: ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4348
8308 msgid "C<filename> can also be a named pipe."
8309 msgstr ""
8310
8311 # type: textblock
8312 #. type: textblock
8313 #: ../src/guestfs-actions.pod:1229
8314 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
8315 msgstr ""
8316
8317 # type: =head2
8318 #. type: =head2
8319 #: ../src/guestfs-actions.pod:1240
8320 msgid "guestfs_download_offset"
8321 msgstr ""
8322
8323 # type: verbatim
8324 #. type: verbatim
8325 #: ../src/guestfs-actions.pod:1242
8326 #, no-wrap
8327 msgid ""
8328 " int\n"
8329 " guestfs_download_offset (guestfs_h *g,\n"
8330 "                          const char *remotefilename,\n"
8331 "                          const char *filename,\n"
8332 "                          int64_t offset,\n"
8333 "                          int64_t size);\n"
8334 "\n"
8335 msgstr ""
8336
8337 # type: textblock
8338 #. type: textblock
8339 #: ../src/guestfs-actions.pod:1252 ../fish/guestfish-actions.pod:834
8340 msgid ""
8341 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
8342 "region must be within the file or device)."
8343 msgstr ""
8344
8345 # type: textblock
8346 #. type: textblock
8347 #: ../src/guestfs-actions.pod:1255
8348 msgid ""
8349 "Note that there is no limit on the amount of data that can be downloaded "
8350 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
8351 "full amount unless an error occurs."
8352 msgstr ""
8353
8354 # type: textblock
8355 #. type: textblock
8356 #: ../src/guestfs-actions.pod:1260
8357 msgid "See also C<guestfs_download>, C<guestfs_pread>."
8358 msgstr ""
8359
8360 # type: textblock
8361 #. type: textblock
8362 #: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6561
8363 msgid "(Added in 1.5.17)"
8364 msgstr ""
8365
8366 # type: =head2
8367 #. type: =head2
8368 #: ../src/guestfs-actions.pod:1271
8369 msgid "guestfs_drop_caches"
8370 msgstr ""
8371
8372 # type: verbatim
8373 #. type: verbatim
8374 #: ../src/guestfs-actions.pod:1273
8375 #, no-wrap
8376 msgid ""
8377 " int\n"
8378 " guestfs_drop_caches (guestfs_h *g,\n"
8379 "                      int whattodrop);\n"
8380 "\n"
8381 msgstr ""
8382
8383 # type: textblock
8384 #. type: textblock
8385 #: ../src/guestfs-actions.pod:1277 ../fish/guestfish-actions.pod:850
8386 msgid ""
8387 "This instructs the guest kernel to drop its page cache, and/or dentries and "
8388 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
8389 "to drop, see L<http://linux-mm.org/Drop_Caches>"
8390 msgstr ""
8391
8392 # type: textblock
8393 #. type: textblock
8394 #: ../src/guestfs-actions.pod:1282 ../fish/guestfish-actions.pod:855
8395 msgid "Setting C<whattodrop> to 3 should drop everything."
8396 msgstr ""
8397
8398 # type: textblock
8399 #. type: textblock
8400 #: ../src/guestfs-actions.pod:1284 ../fish/guestfish-actions.pod:857
8401 msgid ""
8402 "This automatically calls L<sync(2)> before the operation, so that the "
8403 "maximum guest memory is freed."
8404 msgstr ""
8405
8406 # type: =head2
8407 #. type: =head2
8408 #: ../src/guestfs-actions.pod:1291
8409 msgid "guestfs_du"
8410 msgstr ""
8411
8412 # type: verbatim
8413 #. type: verbatim
8414 #: ../src/guestfs-actions.pod:1293
8415 #, no-wrap
8416 msgid ""
8417 " int64_t\n"
8418 " guestfs_du (guestfs_h *g,\n"
8419 "             const char *path);\n"
8420 "\n"
8421 msgstr ""
8422
8423 # type: textblock
8424 #. type: textblock
8425 #: ../src/guestfs-actions.pod:1297 ../fish/guestfish-actions.pod:864
8426 msgid ""
8427 "This command runs the C<du -s> command to estimate file space usage for "
8428 "C<path>."
8429 msgstr ""
8430
8431 # type: textblock
8432 #. type: textblock
8433 #: ../src/guestfs-actions.pod:1300 ../fish/guestfish-actions.pod:867
8434 msgid ""
8435 "C<path> can be a file or a directory.  If C<path> is a directory then the "
8436 "estimate includes the contents of the directory and all subdirectories "
8437 "(recursively)."
8438 msgstr ""
8439
8440 # type: textblock
8441 #. type: textblock
8442 #: ../src/guestfs-actions.pod:1304 ../fish/guestfish-actions.pod:871
8443 msgid ""
8444 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8445 msgstr ""
8446
8447 # type: =head2
8448 #. type: =head2
8449 #: ../src/guestfs-actions.pod:1311
8450 msgid "guestfs_e2fsck_f"
8451 msgstr ""
8452
8453 # type: verbatim
8454 #. type: verbatim
8455 #: ../src/guestfs-actions.pod:1313
8456 #, no-wrap
8457 msgid ""
8458 " int\n"
8459 " guestfs_e2fsck_f (guestfs_h *g,\n"
8460 "                   const char *device);\n"
8461 "\n"
8462 msgstr ""
8463
8464 # type: textblock
8465 #. type: textblock
8466 #: ../src/guestfs-actions.pod:1317 ../fish/guestfish-actions.pod:878
8467 msgid ""
8468 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8469 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
8470 "clean (C<-f>)."
8471 msgstr ""
8472
8473 # type: textblock
8474 #. type: textblock
8475 #: ../src/guestfs-actions.pod:1321
8476 msgid ""
8477 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8478 "Normally you should use C<guestfs_fsck>."
8479 msgstr ""
8480
8481 # type: textblock
8482 #. type: textblock
8483 #: ../src/guestfs-actions.pod:1326
8484 msgid "(Added in 1.0.29)"
8485 msgstr ""
8486
8487 # type: =head2
8488 #. type: =head2
8489 #: ../src/guestfs-actions.pod:1328
8490 msgid "guestfs_echo_daemon"
8491 msgstr ""
8492
8493 # type: verbatim
8494 #. type: verbatim
8495 #: ../src/guestfs-actions.pod:1330
8496 #, no-wrap
8497 msgid ""
8498 " char *\n"
8499 " guestfs_echo_daemon (guestfs_h *g,\n"
8500 "                      char *const *words);\n"
8501 "\n"
8502 msgstr ""
8503
8504 # type: textblock
8505 #. type: textblock
8506 #: ../src/guestfs-actions.pod:1334 ../fish/guestfish-actions.pod:889
8507 msgid ""
8508 "This command concatenates the list of C<words> passed with single spaces "
8509 "between them and returns the resulting string."
8510 msgstr ""
8511
8512 # type: textblock
8513 #. type: textblock
8514 #: ../src/guestfs-actions.pod:1337 ../fish/guestfish-actions.pod:892
8515 msgid "You can use this command to test the connection through to the daemon."
8516 msgstr ""
8517
8518 # type: textblock
8519 #. type: textblock
8520 #: ../src/guestfs-actions.pod:1339
8521 msgid "See also C<guestfs_ping_daemon>."
8522 msgstr ""
8523
8524 # type: textblock
8525 #. type: textblock
8526 #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2071
8527 #: ../src/guestfs-actions.pod:5764
8528 msgid "(Added in 1.0.69)"
8529 msgstr ""
8530
8531 # type: =head2
8532 #. type: =head2
8533 #: ../src/guestfs-actions.pod:1346
8534 msgid "guestfs_egrep"
8535 msgstr ""
8536
8537 # type: verbatim
8538 #. type: verbatim
8539 #: ../src/guestfs-actions.pod:1348
8540 #, no-wrap
8541 msgid ""
8542 " char **\n"
8543 " guestfs_egrep (guestfs_h *g,\n"
8544 "                const char *regex,\n"
8545 "                const char *path);\n"
8546 "\n"
8547 msgstr ""
8548
8549 # type: textblock
8550 #. type: textblock
8551 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:900
8552 msgid ""
8553 "This calls the external C<egrep> program and returns the matching lines."
8554 msgstr ""
8555
8556 # type: textblock
8557 #. type: textblock
8558 #: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:1382
8559 #: ../src/guestfs-actions.pod:1439 ../src/guestfs-actions.pod:1485
8560 #: ../src/guestfs-actions.pod:1504 ../src/guestfs-actions.pod:2201
8561 #: ../src/guestfs-actions.pod:2220 ../src/guestfs-actions.pod:2376
8562 #: ../src/guestfs-actions.pod:2389 ../src/guestfs-actions.pod:2404
8563 #: ../src/guestfs-actions.pod:2450 ../src/guestfs-actions.pod:2472
8564 #: ../src/guestfs-actions.pod:2485 ../src/guestfs-actions.pod:3418
8565 #: ../src/guestfs-actions.pod:3432 ../src/guestfs-actions.pod:3445
8566 #: ../src/guestfs-actions.pod:3459 ../src/guestfs-actions.pod:4433
8567 #: ../src/guestfs-actions.pod:5309 ../src/guestfs-actions.pod:5358
8568 #: ../src/guestfs-actions.pod:6128 ../src/guestfs-actions.pod:6140
8569 #: ../src/guestfs-actions.pod:6153 ../src/guestfs-actions.pod:6166
8570 #: ../src/guestfs-actions.pod:6188 ../src/guestfs-actions.pod:6201
8571 #: ../src/guestfs-actions.pod:6214 ../src/guestfs-actions.pod:6227
8572 #: ../src/guestfs-actions.pod:6998 ../src/guestfs-actions.pod:7017
8573 #: ../src/guestfs-actions.pod:7102 ../src/guestfs-actions.pod:7121
8574 #: ../src/guestfs-actions.pod:7167 ../src/guestfs-actions.pod:7186
8575 msgid "(Added in 1.0.66)"
8576 msgstr ""
8577
8578 # type: =head2
8579 #. type: =head2
8580 #: ../src/guestfs-actions.pod:1365
8581 msgid "guestfs_egrepi"
8582 msgstr ""
8583
8584 # type: verbatim
8585 #. type: verbatim
8586 #: ../src/guestfs-actions.pod:1367
8587 #, no-wrap
8588 msgid ""
8589 " char **\n"
8590 " guestfs_egrepi (guestfs_h *g,\n"
8591 "                 const char *regex,\n"
8592 "                 const char *path);\n"
8593 "\n"
8594 msgstr ""
8595
8596 # type: textblock
8597 #. type: textblock
8598 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:910
8599 msgid ""
8600 "This calls the external C<egrep -i> program and returns the matching lines."
8601 msgstr ""
8602
8603 # type: =head2
8604 #. type: =head2
8605 #: ../src/guestfs-actions.pod:1384
8606 msgid "guestfs_equal"
8607 msgstr ""
8608
8609 # type: verbatim
8610 #. type: verbatim
8611 #: ../src/guestfs-actions.pod:1386
8612 #, no-wrap
8613 msgid ""
8614 " int\n"
8615 " guestfs_equal (guestfs_h *g,\n"
8616 "                const char *file1,\n"
8617 "                const char *file2);\n"
8618 "\n"
8619 msgstr ""
8620
8621 # type: textblock
8622 #. type: textblock
8623 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:920
8624 msgid ""
8625 "This compares the two files C<file1> and C<file2> and returns true if their "
8626 "content is exactly equal, or false otherwise."
8627 msgstr ""
8628
8629 # type: textblock
8630 #. type: textblock
8631 #: ../src/guestfs-actions.pod:1394 ../fish/guestfish-actions.pod:923
8632 msgid "The external L<cmp(1)> program is used for the comparison."
8633 msgstr ""
8634
8635 # type: =head2
8636 #. type: =head2
8637 #: ../src/guestfs-actions.pod:1400
8638 msgid "guestfs_exists"
8639 msgstr ""
8640
8641 # type: verbatim
8642 #. type: verbatim
8643 #: ../src/guestfs-actions.pod:1402
8644 #, no-wrap
8645 msgid ""
8646 " int\n"
8647 " guestfs_exists (guestfs_h *g,\n"
8648 "                 const char *path);\n"
8649 "\n"
8650 msgstr ""
8651
8652 # type: textblock
8653 #. type: textblock
8654 #: ../src/guestfs-actions.pod:1406 ../fish/guestfish-actions.pod:929
8655 msgid ""
8656 "This returns C<true> if and only if there is a file, directory (or anything) "
8657 "with the given C<path> name."
8658 msgstr ""
8659
8660 # type: textblock
8661 #. type: textblock
8662 #: ../src/guestfs-actions.pod:1409
8663 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8664 msgstr ""
8665
8666 # type: =head2
8667 #. type: =head2
8668 #: ../src/guestfs-actions.pod:1415
8669 msgid "guestfs_fallocate"
8670 msgstr ""
8671
8672 # type: verbatim
8673 #. type: verbatim
8674 #: ../src/guestfs-actions.pod:1417
8675 #, no-wrap
8676 msgid ""
8677 " int\n"
8678 " guestfs_fallocate (guestfs_h *g,\n"
8679 "                    const char *path,\n"
8680 "                    int len);\n"
8681 "\n"
8682 msgstr ""
8683
8684 # type: textblock
8685 #. type: textblock
8686 #: ../src/guestfs-actions.pod:1422 ../src/guestfs-actions.pod:1448
8687 #: ../fish/guestfish-actions.pod:938 ../fish/guestfish-actions.pod:957
8688 msgid ""
8689 "This command preallocates a file (containing zero bytes) named C<path> of "
8690 "size C<len> bytes.  If the file exists already, it is overwritten."
8691 msgstr ""
8692
8693 # type: textblock
8694 #. type: textblock
8695 #: ../src/guestfs-actions.pod:1426 ../fish/guestfish-actions.pod:942
8696 msgid ""
8697 "Do not confuse this with the guestfish-specific C<alloc> command which "
8698 "allocates a file in the host and attaches it as a device."
8699 msgstr ""
8700
8701 # type: textblock
8702 #. type: textblock
8703 #: ../src/guestfs-actions.pod:1432 ../fish/guestfish-actions.pod:946
8704 msgid ""
8705 "This function is deprecated.  In new code, use the C<fallocate64> call "
8706 "instead."
8707 msgstr ""
8708
8709 # type: =head2
8710 #. type: =head2
8711 #: ../src/guestfs-actions.pod:1441
8712 msgid "guestfs_fallocate64"
8713 msgstr ""
8714
8715 # type: verbatim
8716 #. type: verbatim
8717 #: ../src/guestfs-actions.pod:1443
8718 #, no-wrap
8719 msgid ""
8720 " int\n"
8721 " guestfs_fallocate64 (guestfs_h *g,\n"
8722 "                      const char *path,\n"
8723 "                      int64_t len);\n"
8724 "\n"
8725 msgstr ""
8726
8727 # type: textblock
8728 #. type: textblock
8729 #: ../src/guestfs-actions.pod:1452
8730 msgid ""
8731 "Note that this call allocates disk blocks for the file.  To create a sparse "
8732 "file use C<guestfs_truncate_size> instead."
8733 msgstr ""
8734
8735 # type: textblock
8736 #. type: textblock
8737 #: ../src/guestfs-actions.pod:1455
8738 msgid ""
8739 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8740 "oversight it only allowed 30 bit lengths to be specified, effectively "
8741 "limiting the maximum size of files created through that call to 1GB."
8742 msgstr ""
8743
8744 # type: textblock
8745 #. type: textblock
8746 #: ../src/guestfs-actions.pod:1460 ../fish/guestfish-actions.pod:969
8747 msgid ""
8748 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8749 "commands which create a file in the host and attach it as a device."
8750 msgstr ""
8751
8752 # type: textblock
8753 #. type: textblock
8754 #: ../src/guestfs-actions.pod:1466
8755 msgid "(Added in 1.3.17)"
8756 msgstr ""
8757
8758 # type: =head2
8759 #. type: =head2
8760 #: ../src/guestfs-actions.pod:1468
8761 msgid "guestfs_fgrep"
8762 msgstr ""
8763
8764 # type: verbatim
8765 #. type: verbatim
8766 #: ../src/guestfs-actions.pod:1470
8767 #, no-wrap
8768 msgid ""
8769 " char **\n"
8770 " guestfs_fgrep (guestfs_h *g,\n"
8771 "                const char *pattern,\n"
8772 "                const char *path);\n"
8773 "\n"
8774 msgstr ""
8775
8776 # type: textblock
8777 #. type: textblock
8778 #: ../src/guestfs-actions.pod:1475 ../fish/guestfish-actions.pod:977
8779 msgid ""
8780 "This calls the external C<fgrep> program and returns the matching lines."
8781 msgstr ""
8782
8783 # type: =head2
8784 #. type: =head2
8785 #: ../src/guestfs-actions.pod:1487
8786 msgid "guestfs_fgrepi"
8787 msgstr ""
8788
8789 # type: verbatim
8790 #. type: verbatim
8791 #: ../src/guestfs-actions.pod:1489
8792 #, no-wrap
8793 msgid ""
8794 " char **\n"
8795 " guestfs_fgrepi (guestfs_h *g,\n"
8796 "                 const char *pattern,\n"
8797 "                 const char *path);\n"
8798 "\n"
8799 msgstr ""
8800
8801 # type: textblock
8802 #. type: textblock
8803 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:987
8804 msgid ""
8805 "This calls the external C<fgrep -i> program and returns the matching lines."
8806 msgstr ""
8807
8808 # type: =head2
8809 #. type: =head2
8810 #: ../src/guestfs-actions.pod:1506
8811 msgid "guestfs_file"
8812 msgstr ""
8813
8814 # type: verbatim
8815 #. type: verbatim
8816 #: ../src/guestfs-actions.pod:1508
8817 #, no-wrap
8818 msgid ""
8819 " char *\n"
8820 " guestfs_file (guestfs_h *g,\n"
8821 "               const char *path);\n"
8822 "\n"
8823 msgstr ""
8824
8825 # type: textblock
8826 #. type: textblock
8827 #: ../src/guestfs-actions.pod:1512 ../fish/guestfish-actions.pod:997
8828 msgid ""
8829 "This call uses the standard L<file(1)> command to determine the type or "
8830 "contents of the file."
8831 msgstr ""
8832
8833 # type: textblock
8834 #. type: textblock
8835 #: ../src/guestfs-actions.pod:1515 ../fish/guestfish-actions.pod:1000
8836 msgid ""
8837 "This call will also transparently look inside various types of compressed "
8838 "file."
8839 msgstr ""
8840
8841 # type: textblock
8842 #. type: textblock
8843 #: ../src/guestfs-actions.pod:1518 ../fish/guestfish-actions.pod:1003
8844 msgid ""
8845 "The exact command which runs is C<file -zb path>.  Note in particular that "
8846 "the filename is not prepended to the output (the C<-b> option)."
8847 msgstr ""
8848
8849 # type: textblock
8850 #. type: textblock
8851 #: ../src/guestfs-actions.pod:1522
8852 msgid ""
8853 "This command can also be used on C</dev/> devices (and partitions, LV "
8854 "names).  You can for example use this to determine if a device contains a "
8855 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
8856 msgstr ""
8857
8858 # type: textblock
8859 #. type: textblock
8860 #: ../src/guestfs-actions.pod:1527 ../fish/guestfish-actions.pod:1012
8861 msgid ""
8862 "If the C<path> does not begin with C</dev/> then this command only works for "
8863 "the content of regular files.  For other file types (directory, symbolic "
8864 "link etc) it will just return the string C<directory> etc."
8865 msgstr ""
8866
8867 # type: =head2
8868 #. type: =head2
8869 #: ../src/guestfs-actions.pod:1537
8870 msgid "guestfs_file_architecture"
8871 msgstr ""
8872
8873 # type: verbatim
8874 #. type: verbatim
8875 #: ../src/guestfs-actions.pod:1539
8876 #, no-wrap
8877 msgid ""
8878 " char *\n"
8879 " guestfs_file_architecture (guestfs_h *g,\n"
8880 "                            const char *filename);\n"
8881 "\n"
8882 msgstr ""
8883
8884 # type: textblock
8885 #. type: textblock
8886 #: ../src/guestfs-actions.pod:1543 ../fish/guestfish-actions.pod:1021
8887 msgid ""
8888 "This detects the architecture of the binary C<filename>, and returns it if "
8889 "known."
8890 msgstr ""
8891
8892 # type: textblock
8893 #. type: textblock
8894 #: ../src/guestfs-actions.pod:1546 ../fish/guestfish-actions.pod:1024
8895 msgid "Currently defined architectures are:"
8896 msgstr ""
8897
8898 # type: =item
8899 #. type: =item
8900 #: ../src/guestfs-actions.pod:1550 ../fish/guestfish-actions.pod:1028
8901 msgid "\"i386\""
8902 msgstr ""
8903
8904 # type: textblock
8905 #. type: textblock
8906 #: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1030
8907 msgid ""
8908 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8909 "irrespective of the precise processor requirements of the binary."
8910 msgstr ""
8911
8912 # type: =item
8913 #. type: =item
8914 #: ../src/guestfs-actions.pod:1555 ../fish/guestfish-actions.pod:1033
8915 msgid "\"x86_64\""
8916 msgstr ""
8917
8918 # type: textblock
8919 #. type: textblock
8920 #: ../src/guestfs-actions.pod:1557 ../fish/guestfish-actions.pod:1035
8921 msgid "64 bit x86-64."
8922 msgstr ""
8923
8924 # type: =item
8925 #. type: =item
8926 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1037
8927 msgid "\"sparc\""
8928 msgstr ""
8929
8930 # type: textblock
8931 #. type: textblock
8932 #: ../src/guestfs-actions.pod:1561 ../fish/guestfish-actions.pod:1039
8933 msgid "32 bit SPARC."
8934 msgstr ""
8935
8936 # type: =item
8937 #. type: =item
8938 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1041
8939 msgid "\"sparc64\""
8940 msgstr ""
8941
8942 # type: textblock
8943 #. type: textblock
8944 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1043
8945 msgid "64 bit SPARC V9 and above."
8946 msgstr ""
8947
8948 # type: =item
8949 #. type: =item
8950 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1045
8951 msgid "\"ia64\""
8952 msgstr ""
8953
8954 # type: textblock
8955 #. type: textblock
8956 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1047
8957 msgid "Intel Itanium."
8958 msgstr ""
8959
8960 # type: =item
8961 #. type: =item
8962 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1049
8963 msgid "\"ppc\""
8964 msgstr ""
8965
8966 # type: textblock
8967 #. type: textblock
8968 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1051
8969 msgid "32 bit Power PC."
8970 msgstr ""
8971
8972 # type: =item
8973 #. type: =item
8974 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1053
8975 msgid "\"ppc64\""
8976 msgstr ""
8977
8978 # type: textblock
8979 #. type: textblock
8980 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1055
8981 msgid "64 bit Power PC."
8982 msgstr ""
8983
8984 # type: textblock
8985 #. type: textblock
8986 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1059
8987 msgid "Libguestfs may return other architecture strings in future."
8988 msgstr ""
8989
8990 # type: textblock
8991 #. type: textblock
8992 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1061
8993 msgid "The function works on at least the following types of files:"
8994 msgstr ""
8995
8996 # type: textblock
8997 #. type: textblock
8998 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1067
8999 msgid "many types of Un*x and Linux binary"
9000 msgstr ""
9001
9002 # type: textblock
9003 #. type: textblock
9004 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1071
9005 msgid "many types of Un*x and Linux shared library"
9006 msgstr ""
9007
9008 # type: textblock
9009 #. type: textblock
9010 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1075
9011 msgid "Windows Win32 and Win64 binaries"
9012 msgstr ""
9013
9014 # type: textblock
9015 #. type: textblock
9016 #: ../src/guestfs-actions.pod:1601 ../fish/guestfish-actions.pod:1079
9017 msgid "Windows Win32 and Win64 DLLs"
9018 msgstr ""
9019
9020 # type: textblock
9021 #. type: textblock
9022 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1081
9023 msgid "Win32 binaries and DLLs return C<i386>."
9024 msgstr ""
9025
9026 # type: textblock
9027 #. type: textblock
9028 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1083
9029 msgid "Win64 binaries and DLLs return C<x86_64>."
9030 msgstr ""
9031
9032 # type: textblock
9033 #. type: textblock
9034 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1087
9035 msgid "Linux kernel modules"
9036 msgstr ""
9037
9038 # type: textblock
9039 #. type: textblock
9040 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1091
9041 msgid "Linux new-style initrd images"
9042 msgstr ""
9043
9044 # type: textblock
9045 #. type: textblock
9046 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1095
9047 msgid "some non-x86 Linux vmlinuz kernels"
9048 msgstr ""
9049
9050 # type: textblock
9051 #. type: textblock
9052 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1099
9053 msgid "What it can't do currently:"
9054 msgstr ""
9055
9056 # type: textblock
9057 #. type: textblock
9058 #: ../src/guestfs-actions.pod:1627 ../fish/guestfish-actions.pod:1105
9059 msgid "static libraries (libfoo.a)"
9060 msgstr ""
9061
9062 # type: textblock
9063 #. type: textblock
9064 #: ../src/guestfs-actions.pod:1631 ../fish/guestfish-actions.pod:1109
9065 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
9066 msgstr ""
9067
9068 # type: textblock
9069 #. type: textblock
9070 #: ../src/guestfs-actions.pod:1635 ../fish/guestfish-actions.pod:1113
9071 msgid "x86 Linux vmlinuz kernels"
9072 msgstr ""
9073
9074 # type: textblock
9075 #. type: textblock
9076 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1115
9077 msgid ""
9078 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
9079 "compressed code, and are horribly hard to unpack.  If you want to find the "
9080 "architecture of a kernel, use the architecture of the associated initrd or "
9081 "kernel module(s) instead."
9082 msgstr ""
9083
9084 # type: textblock
9085 #. type: textblock
9086 #: ../src/guestfs-actions.pod:1647 ../src/guestfs-actions.pod:1810
9087 #: ../src/guestfs-actions.pod:1827 ../src/guestfs-actions.pod:2508
9088 #: ../src/guestfs-actions.pod:2589 ../src/guestfs-actions.pod:2615
9089 #: ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2685
9090 #: ../src/guestfs-actions.pod:2722 ../src/guestfs-actions.pod:2806
9091 #: ../src/guestfs-actions.pod:2868 ../src/guestfs-actions.pod:3041
9092 #: ../src/guestfs-actions.pod:3173
9093 msgid "(Added in 1.5.3)"
9094 msgstr ""
9095
9096 # type: =head2
9097 #. type: =head2
9098 #: ../src/guestfs-actions.pod:1649
9099 msgid "guestfs_filesize"
9100 msgstr ""
9101
9102 # type: verbatim
9103 #. type: verbatim
9104 #: ../src/guestfs-actions.pod:1651
9105 #, no-wrap
9106 msgid ""
9107 " int64_t\n"
9108 " guestfs_filesize (guestfs_h *g,\n"
9109 "                   const char *file);\n"
9110 "\n"
9111 msgstr ""
9112
9113 # type: textblock
9114 #. type: textblock
9115 #: ../src/guestfs-actions.pod:1655 ../fish/guestfish-actions.pod:1126
9116 msgid "This command returns the size of C<file> in bytes."
9117 msgstr ""
9118
9119 # type: textblock
9120 #. type: textblock
9121 #: ../src/guestfs-actions.pod:1657
9122 msgid ""
9123 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
9124 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
9125 "devices, use C<guestfs_blockdev_getsize64>."
9126 msgstr ""
9127
9128 # type: textblock
9129 #. type: textblock
9130 #: ../src/guestfs-actions.pod:1663
9131 msgid "(Added in 1.0.82)"
9132 msgstr ""
9133
9134 # type: =head2
9135 #. type: =head2
9136 #: ../src/guestfs-actions.pod:1665
9137 msgid "guestfs_fill"
9138 msgstr ""
9139
9140 # type: verbatim
9141 #. type: verbatim
9142 #: ../src/guestfs-actions.pod:1667
9143 #, no-wrap
9144 msgid ""
9145 " int\n"
9146 " guestfs_fill (guestfs_h *g,\n"
9147 "               int c,\n"
9148 "               int len,\n"
9149 "               const char *path);\n"
9150 "\n"
9151 msgstr ""
9152
9153 # type: textblock
9154 #. type: textblock
9155 #: ../src/guestfs-actions.pod:1673 ../fish/guestfish-actions.pod:1136
9156 msgid ""
9157 "This command creates a new file called C<path>.  The initial content of the "
9158 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9159 "[0..255]>."
9160 msgstr ""
9161
9162 # type: textblock
9163 #. type: textblock
9164 #: ../src/guestfs-actions.pod:1677
9165 msgid ""
9166 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9167 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9168 "bytes use C<guestfs_fill_pattern>."
9169 msgstr ""
9170
9171 # type: textblock
9172 #. type: textblock
9173 #: ../src/guestfs-actions.pod:1689
9174 msgid "(Added in 1.0.79)"
9175 msgstr ""
9176
9177 # type: =head2
9178 #. type: =head2
9179 #: ../src/guestfs-actions.pod:1691
9180 msgid "guestfs_fill_pattern"
9181 msgstr ""
9182
9183 # type: verbatim
9184 #. type: verbatim
9185 #: ../src/guestfs-actions.pod:1693
9186 #, no-wrap
9187 msgid ""
9188 " int\n"
9189 " guestfs_fill_pattern (guestfs_h *g,\n"
9190 "                       const char *pattern,\n"
9191 "                       int len,\n"
9192 "                       const char *path);\n"
9193 "\n"
9194 msgstr ""
9195
9196 # type: textblock
9197 #. type: textblock
9198 #: ../src/guestfs-actions.pod:1699
9199 msgid ""
9200 "This function is like C<guestfs_fill> except that it creates a new file of "
9201 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9202 "pattern is truncated if necessary to ensure the length of the file is "
9203 "exactly C<len> bytes."
9204 msgstr ""
9205
9206 # type: textblock
9207 #. type: textblock
9208 #: ../src/guestfs-actions.pod:1711
9209 msgid "(Added in 1.3.12)"
9210 msgstr ""
9211
9212 # type: =head2
9213 #. type: =head2
9214 #: ../src/guestfs-actions.pod:1713
9215 msgid "guestfs_find"
9216 msgstr ""
9217
9218 # type: verbatim
9219 #. type: verbatim
9220 #: ../src/guestfs-actions.pod:1715
9221 #, no-wrap
9222 msgid ""
9223 " char **\n"
9224 " guestfs_find (guestfs_h *g,\n"
9225 "               const char *directory);\n"
9226 "\n"
9227 msgstr ""
9228
9229 # type: textblock
9230 #. type: textblock
9231 #: ../src/guestfs-actions.pod:1719 ../fish/guestfish-actions.pod:1158
9232 msgid ""
9233 "This command lists out all files and directories, recursively, starting at "
9234 "C<directory>.  It is essentially equivalent to running the shell command "
9235 "C<find directory -print> but some post-processing happens on the output, "
9236 "described below."
9237 msgstr ""
9238
9239 # type: textblock
9240 #. type: textblock
9241 #: ../src/guestfs-actions.pod:1724 ../fish/guestfish-actions.pod:1163
9242 msgid ""
9243 "This returns a list of strings I<without any prefix>.  Thus if the directory "
9244 "structure was:"
9245 msgstr ""
9246
9247 # type: verbatim
9248 #. type: verbatim
9249 #: ../src/guestfs-actions.pod:1727 ../fish/guestfish-actions.pod:1166
9250 #, no-wrap
9251 msgid ""
9252 " /tmp/a\n"
9253 " /tmp/b\n"
9254 " /tmp/c/d\n"
9255 "\n"
9256 msgstr ""
9257
9258 # type: textblock
9259 #. type: textblock
9260 #: ../src/guestfs-actions.pod:1731
9261 msgid ""
9262 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
9263 msgstr ""
9264
9265 # type: verbatim
9266 #. type: verbatim
9267 #: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1173
9268 #, no-wrap
9269 msgid ""
9270 " a\n"
9271 " b\n"
9272 " c\n"
9273 " c/d\n"
9274 "\n"
9275 msgstr ""
9276
9277 # type: textblock
9278 #. type: textblock
9279 #: ../src/guestfs-actions.pod:1739 ../fish/guestfish-actions.pod:1178
9280 msgid "If C<directory> is not a directory, then this command returns an error."
9281 msgstr ""
9282
9283 # type: textblock
9284 #. type: textblock
9285 #: ../src/guestfs-actions.pod:1742 ../fish/guestfish-actions.pod:1181
9286 msgid "The returned list is sorted."
9287 msgstr ""
9288
9289 # type: textblock
9290 #. type: textblock
9291 #: ../src/guestfs-actions.pod:1744
9292 msgid "See also C<guestfs_find0>."
9293 msgstr ""
9294
9295 # type: textblock
9296 #. type: textblock
9297 #: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3862
9298 #: ../src/guestfs-actions.pod:5393
9299 msgid "(Added in 1.0.27)"
9300 msgstr ""
9301
9302 # type: =head2
9303 #. type: =head2
9304 #: ../src/guestfs-actions.pod:1755
9305 msgid "guestfs_find0"
9306 msgstr ""
9307
9308 # type: verbatim
9309 #. type: verbatim
9310 #: ../src/guestfs-actions.pod:1757
9311 #, no-wrap
9312 msgid ""
9313 " int\n"
9314 " guestfs_find0 (guestfs_h *g,\n"
9315 "                const char *directory,\n"
9316 "                const char *files);\n"
9317 "\n"
9318 msgstr ""
9319
9320 # type: textblock
9321 #. type: textblock
9322 #: ../src/guestfs-actions.pod:1762 ../fish/guestfish-actions.pod:1192
9323 msgid ""
9324 "This command lists out all files and directories, recursively, starting at "
9325 "C<directory>, placing the resulting list in the external file called "
9326 "C<files>."
9327 msgstr ""
9328
9329 # type: textblock
9330 #. type: textblock
9331 #: ../src/guestfs-actions.pod:1766
9332 msgid ""
9333 "This command works the same way as C<guestfs_find> with the following "
9334 "exceptions:"
9335 msgstr ""
9336
9337 # type: textblock
9338 #. type: textblock
9339 #: ../src/guestfs-actions.pod:1773 ../fish/guestfish-actions.pod:1203
9340 msgid "The resulting list is written to an external file."
9341 msgstr ""
9342
9343 # type: textblock
9344 #. type: textblock
9345 #: ../src/guestfs-actions.pod:1777 ../fish/guestfish-actions.pod:1207
9346 msgid ""
9347 "Items (filenames) in the result are separated by C<\\0> characters.  See "
9348 "L<find(1)> option I<-print0>."
9349 msgstr ""
9350
9351 # type: textblock
9352 #. type: textblock
9353 #: ../src/guestfs-actions.pod:1782 ../fish/guestfish-actions.pod:1212
9354 msgid "This command is not limited in the number of names that it can return."
9355 msgstr ""
9356
9357 # type: textblock
9358 #. type: textblock
9359 #: ../src/guestfs-actions.pod:1787 ../fish/guestfish-actions.pod:1217
9360 msgid "The result list is not sorted."
9361 msgstr ""
9362
9363 # type: textblock
9364 #. type: textblock
9365 #: ../src/guestfs-actions.pod:1793
9366 msgid "(Added in 1.0.74)"
9367 msgstr ""
9368
9369 # type: =head2
9370 #. type: =head2
9371 #: ../src/guestfs-actions.pod:1795
9372 msgid "guestfs_findfs_label"
9373 msgstr ""
9374
9375 # type: verbatim
9376 #. type: verbatim
9377 #: ../src/guestfs-actions.pod:1797
9378 #, no-wrap
9379 msgid ""
9380 " char *\n"
9381 " guestfs_findfs_label (guestfs_h *g,\n"
9382 "                       const char *label);\n"
9383 "\n"
9384 msgstr ""
9385
9386 # type: textblock
9387 #. type: textblock
9388 #: ../src/guestfs-actions.pod:1801 ../fish/guestfish-actions.pod:1227
9389 msgid ""
9390 "This command searches the filesystems and returns the one which has the "
9391 "given label.  An error is returned if no such filesystem can be found."
9392 msgstr ""
9393
9394 # type: textblock
9395 #. type: textblock
9396 #: ../src/guestfs-actions.pod:1805
9397 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
9398 msgstr ""
9399
9400 # type: =head2
9401 #. type: =head2
9402 #: ../src/guestfs-actions.pod:1812
9403 msgid "guestfs_findfs_uuid"
9404 msgstr ""
9405
9406 # type: verbatim
9407 #. type: verbatim
9408 #: ../src/guestfs-actions.pod:1814
9409 #, no-wrap
9410 msgid ""
9411 " char *\n"
9412 " guestfs_findfs_uuid (guestfs_h *g,\n"
9413 "                      const char *uuid);\n"
9414 "\n"
9415 msgstr ""
9416
9417 # type: textblock
9418 #. type: textblock
9419 #: ../src/guestfs-actions.pod:1818 ../fish/guestfish-actions.pod:1237
9420 msgid ""
9421 "This command searches the filesystems and returns the one which has the "
9422 "given UUID.  An error is returned if no such filesystem can be found."
9423 msgstr ""
9424
9425 # type: textblock
9426 #. type: textblock
9427 #: ../src/guestfs-actions.pod:1822
9428 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
9429 msgstr ""
9430
9431 # type: =head2
9432 #. type: =head2
9433 #: ../src/guestfs-actions.pod:1829
9434 msgid "guestfs_fsck"
9435 msgstr ""
9436
9437 # type: verbatim
9438 #. type: verbatim
9439 #: ../src/guestfs-actions.pod:1831
9440 #, no-wrap
9441 msgid ""
9442 " int\n"
9443 " guestfs_fsck (guestfs_h *g,\n"
9444 "               const char *fstype,\n"
9445 "               const char *device);\n"
9446 "\n"
9447 msgstr ""
9448
9449 # type: textblock
9450 #. type: textblock
9451 #: ../src/guestfs-actions.pod:1836 ../fish/guestfish-actions.pod:1247
9452 msgid ""
9453 "This runs the filesystem checker (fsck) on C<device> which should have "
9454 "filesystem type C<fstype>."
9455 msgstr ""
9456
9457 # type: textblock
9458 #. type: textblock
9459 #: ../src/guestfs-actions.pod:1839 ../fish/guestfish-actions.pod:1250
9460 msgid ""
9461 "The returned integer is the status.  See L<fsck(8)> for the list of status "
9462 "codes from C<fsck>."
9463 msgstr ""
9464
9465 # type: textblock
9466 #. type: textblock
9467 #: ../src/guestfs-actions.pod:1848 ../fish/guestfish-actions.pod:1259
9468 msgid "Multiple status codes can be summed together."
9469 msgstr ""
9470
9471 # type: textblock
9472 #. type: textblock
9473 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1263
9474 msgid ""
9475 "A non-zero return code can mean \"success\", for example if errors have been "
9476 "corrected on the filesystem."
9477 msgstr ""
9478
9479 # type: textblock
9480 #. type: textblock
9481 #: ../src/guestfs-actions.pod:1857 ../fish/guestfish-actions.pod:1268
9482 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
9483 msgstr ""
9484
9485 # type: textblock
9486 #. type: textblock
9487 #: ../src/guestfs-actions.pod:1862 ../fish/guestfish-actions.pod:1273
9488 msgid ""
9489 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
9490 msgstr ""
9491
9492 # type: textblock
9493 #. type: textblock
9494 #: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:7040
9495 msgid "(Added in 1.0.16)"
9496 msgstr ""
9497
9498 # type: =head2
9499 #. type: =head2
9500 #: ../src/guestfs-actions.pod:1868
9501 msgid "guestfs_get_append"
9502 msgstr ""
9503
9504 # type: verbatim
9505 #. type: verbatim
9506 #: ../src/guestfs-actions.pod:1870
9507 #, no-wrap
9508 msgid ""
9509 " const char *\n"
9510 " guestfs_get_append (guestfs_h *g);\n"
9511 "\n"
9512 msgstr ""
9513
9514 # type: textblock
9515 #. type: textblock
9516 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1279
9517 msgid ""
9518 "Return the additional kernel options which are added to the guest kernel "
9519 "command line."
9520 msgstr ""
9521
9522 # type: textblock
9523 #. type: textblock
9524 #: ../src/guestfs-actions.pod:1876 ../fish/guestfish-actions.pod:1282
9525 msgid "If C<NULL> then no options are added."
9526 msgstr ""
9527
9528 # type: textblock
9529 #. type: textblock
9530 #: ../src/guestfs-actions.pod:1878
9531 msgid ""
9532 "This function returns a string which may be NULL.  There is no way to return "
9533 "an error from this function.  The string is owned by the guest handle and "
9534 "must I<not> be freed."
9535 msgstr ""
9536
9537 # type: textblock
9538 #. type: textblock
9539 #: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:5071
9540 #: ../src/guestfs-actions.pod:5534 ../src/guestfs-actions.pod:5902
9541 #: ../src/guestfs-actions.pod:5921 ../src/guestfs-actions.pod:5937
9542 #: ../src/guestfs-actions.pod:5954 ../src/guestfs-actions.pod:6711
9543 #: ../src/guestfs-actions.pod:6729 ../src/guestfs-actions.pod:7083
9544 msgid "(Added in 1.0.26)"
9545 msgstr ""
9546
9547 # type: =head2
9548 #. type: =head2
9549 #: ../src/guestfs-actions.pod:1884
9550 msgid "guestfs_get_autosync"
9551 msgstr ""
9552
9553 # type: verbatim
9554 #. type: verbatim
9555 #: ../src/guestfs-actions.pod:1886
9556 #, no-wrap
9557 msgid ""
9558 " int\n"
9559 " guestfs_get_autosync (guestfs_h *g);\n"
9560 "\n"
9561 msgstr ""
9562
9563 # type: textblock
9564 #. type: textblock
9565 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1288
9566 msgid "Get the autosync flag."
9567 msgstr ""
9568
9569 # type: =head2
9570 #. type: =head2
9571 #: ../src/guestfs-actions.pod:1895
9572 msgid "guestfs_get_direct"
9573 msgstr ""
9574
9575 # type: verbatim
9576 #. type: verbatim
9577 #: ../src/guestfs-actions.pod:1897
9578 #, no-wrap
9579 msgid ""
9580 " int\n"
9581 " guestfs_get_direct (guestfs_h *g);\n"
9582 "\n"
9583 msgstr ""
9584
9585 # type: textblock
9586 #. type: textblock
9587 #: ../src/guestfs-actions.pod:1900 ../fish/guestfish-actions.pod:1294
9588 msgid "Return the direct appliance mode flag."
9589 msgstr ""
9590
9591 # type: textblock
9592 #. type: textblock
9593 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5575
9594 msgid "(Added in 1.0.72)"
9595 msgstr ""
9596
9597 # type: =head2
9598 #. type: =head2
9599 #: ../src/guestfs-actions.pod:1906
9600 msgid "guestfs_get_e2label"
9601 msgstr ""
9602
9603 # type: verbatim
9604 #. type: verbatim
9605 #: ../src/guestfs-actions.pod:1908
9606 #, no-wrap
9607 msgid ""
9608 " char *\n"
9609 " guestfs_get_e2label (guestfs_h *g,\n"
9610 "                      const char *device);\n"
9611 "\n"
9612 msgstr ""
9613
9614 # type: textblock
9615 #. type: textblock
9616 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1300
9617 msgid ""
9618 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9619 msgstr ""
9620
9621 # type: textblock
9622 #. type: textblock
9623 #: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1303
9624 msgid ""
9625 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
9626 msgstr ""
9627
9628 # type: textblock
9629 #. type: textblock
9630 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1946
9631 #: ../src/guestfs-actions.pod:5593 ../src/guestfs-actions.pod:5612
9632 msgid "(Added in 1.0.15)"
9633 msgstr ""
9634
9635 # type: =head2
9636 #. type: =head2
9637 #: ../src/guestfs-actions.pod:1927
9638 msgid "guestfs_get_e2uuid"
9639 msgstr ""
9640
9641 # type: verbatim
9642 #. type: verbatim
9643 #: ../src/guestfs-actions.pod:1929
9644 #, no-wrap
9645 msgid ""
9646 " char *\n"
9647 " guestfs_get_e2uuid (guestfs_h *g,\n"
9648 "                     const char *device);\n"
9649 "\n"
9650 msgstr ""
9651
9652 # type: textblock
9653 #. type: textblock
9654 #: ../src/guestfs-actions.pod:1933 ../fish/guestfish-actions.pod:1314
9655 msgid ""
9656 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9657 msgstr ""
9658
9659 # type: textblock
9660 #. type: textblock
9661 #: ../src/guestfs-actions.pod:1939 ../fish/guestfish-actions.pod:1317
9662 msgid ""
9663 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
9664 msgstr ""
9665
9666 # type: =head2
9667 #. type: =head2
9668 #: ../src/guestfs-actions.pod:1948
9669 msgid "guestfs_get_memsize"
9670 msgstr ""
9671
9672 # type: verbatim
9673 #. type: verbatim
9674 #: ../src/guestfs-actions.pod:1950
9675 #, no-wrap
9676 msgid ""
9677 " int\n"
9678 " guestfs_get_memsize (guestfs_h *g);\n"
9679 "\n"
9680 msgstr ""
9681
9682 # type: textblock
9683 #. type: textblock
9684 #: ../src/guestfs-actions.pod:1953 ../fish/guestfish-actions.pod:1328
9685 msgid ""
9686 "This gets the memory size in megabytes allocated to the qemu subprocess."
9687 msgstr ""
9688
9689 # type: textblock
9690 #. type: textblock
9691 #: ../src/guestfs-actions.pod:1956
9692 msgid ""
9693 "If C<guestfs_set_memsize> was not called on this handle, and if "
9694 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9695 "value for memsize."
9696 msgstr ""
9697
9698 # type: textblock
9699 #. type: textblock
9700 #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2041
9701 #: ../src/guestfs-actions.pod:5628 ../src/guestfs-actions.pod:5735
9702 #: ../fish/guestfish-actions.pod:1335 ../fish/guestfish-actions.pod:1386
9703 #: ../fish/guestfish-actions.pod:3755 ../fish/guestfish-actions.pod:3842
9704 msgid ""
9705 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9706 msgstr ""
9707
9708 # type: textblock
9709 #. type: textblock
9710 #: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4153
9711 #: ../src/guestfs-actions.pod:4338 ../src/guestfs-actions.pod:4357
9712 #: ../src/guestfs-actions.pod:4376 ../src/guestfs-actions.pod:4388
9713 #: ../src/guestfs-actions.pod:4405 ../src/guestfs-actions.pod:4418
9714 #: ../src/guestfs-actions.pod:5296 ../src/guestfs-actions.pod:5633
9715 #: ../src/guestfs-actions.pod:5876 ../src/guestfs-actions.pod:6477
9716 msgid "(Added in 1.0.55)"
9717 msgstr ""
9718
9719 # type: =head2
9720 #. type: =head2
9721 #: ../src/guestfs-actions.pod:1967
9722 msgid "guestfs_get_network"
9723 msgstr ""
9724
9725 # type: verbatim
9726 #. type: verbatim
9727 #: ../src/guestfs-actions.pod:1969
9728 #, no-wrap
9729 msgid ""
9730 " int\n"
9731 " guestfs_get_network (guestfs_h *g);\n"
9732 "\n"
9733 msgstr ""
9734
9735 # type: textblock
9736 #. type: textblock
9737 #: ../src/guestfs-actions.pod:1972 ../fish/guestfish-actions.pod:1342
9738 msgid "This returns the enable network flag."
9739 msgstr ""
9740
9741 # type: textblock
9742 #. type: textblock
9743 #: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5652
9744 msgid "(Added in 1.5.4)"
9745 msgstr ""
9746
9747 # type: =head2
9748 #. type: =head2
9749 #: ../src/guestfs-actions.pod:1978
9750 msgid "guestfs_get_path"
9751 msgstr ""
9752
9753 # type: verbatim
9754 #. type: verbatim
9755 #: ../src/guestfs-actions.pod:1980
9756 #, no-wrap
9757 msgid ""
9758 " const char *\n"
9759 " guestfs_get_path (guestfs_h *g);\n"
9760 "\n"
9761 msgstr ""
9762
9763 # type: textblock
9764 #. type: textblock
9765 #: ../src/guestfs-actions.pod:1983 ../fish/guestfish-actions.pod:1348
9766 msgid "Return the current search path."
9767 msgstr ""
9768
9769 # type: textblock
9770 #. type: textblock
9771 #: ../src/guestfs-actions.pod:1985 ../fish/guestfish-actions.pod:1350
9772 msgid ""
9773 "This is always non-NULL.  If it wasn't set already, then this will return "
9774 "the default path."
9775 msgstr ""
9776
9777 # type: textblock
9778 #. type: textblock
9779 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2017
9780 msgid ""
9781 "This function returns a string, or NULL on error.  The string is owned by "
9782 "the guest handle and must I<not> be freed."
9783 msgstr ""
9784
9785 # type: =head2
9786 #. type: =head2
9787 #: ../src/guestfs-actions.pod:1993
9788 msgid "guestfs_get_pid"
9789 msgstr ""
9790
9791 # type: verbatim
9792 #. type: verbatim
9793 #: ../src/guestfs-actions.pod:1995
9794 #, no-wrap
9795 msgid ""
9796 " int\n"
9797 " guestfs_get_pid (guestfs_h *g);\n"
9798 "\n"
9799 msgstr ""
9800
9801 # type: textblock
9802 #. type: textblock
9803 #: ../src/guestfs-actions.pod:1998 ../fish/guestfish-actions.pod:1359
9804 msgid ""
9805 "Return the process ID of the qemu subprocess.  If there is no qemu "
9806 "subprocess, then this will return an error."
9807 msgstr ""
9808
9809 # type: textblock
9810 #. type: textblock
9811 #: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1362
9812 msgid "This is an internal call used for debugging and testing."
9813 msgstr ""
9814
9815 # type: textblock
9816 #. type: textblock
9817 #: ../src/guestfs-actions.pod:2005
9818 msgid "(Added in 1.0.56)"
9819 msgstr ""
9820
9821 # type: =head2
9822 #. type: =head2
9823 #: ../src/guestfs-actions.pod:2007
9824 msgid "guestfs_get_qemu"
9825 msgstr ""
9826
9827 # type: verbatim
9828 #. type: verbatim
9829 #: ../src/guestfs-actions.pod:2009
9830 #, no-wrap
9831 msgid ""
9832 " const char *\n"
9833 " guestfs_get_qemu (guestfs_h *g);\n"
9834 "\n"
9835 msgstr ""
9836
9837 # type: textblock
9838 #. type: textblock
9839 #: ../src/guestfs-actions.pod:2012 ../fish/guestfish-actions.pod:1368
9840 msgid "Return the current qemu binary."
9841 msgstr ""
9842
9843 # type: textblock
9844 #. type: textblock
9845 #: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1370
9846 msgid ""
9847 "This is always non-NULL.  If it wasn't set already, then this will return "
9848 "the default qemu binary name."
9849 msgstr ""
9850
9851 # type: textblock
9852 #. type: textblock
9853 #: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5697
9854 msgid "(Added in 1.0.6)"
9855 msgstr ""
9856
9857 # type: =head2
9858 #. type: =head2
9859 #: ../src/guestfs-actions.pod:2022
9860 msgid "guestfs_get_recovery_proc"
9861 msgstr ""
9862
9863 # type: verbatim
9864 #. type: verbatim
9865 #: ../src/guestfs-actions.pod:2024
9866 #, no-wrap
9867 msgid ""
9868 " int\n"
9869 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9870 "\n"
9871 msgstr ""
9872
9873 # type: textblock
9874 #. type: textblock
9875 #: ../src/guestfs-actions.pod:2027 ../fish/guestfish-actions.pod:1377
9876 msgid "Return the recovery process enabled flag."
9877 msgstr ""
9878
9879 # type: textblock
9880 #. type: textblock
9881 #: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3263
9882 #: ../src/guestfs-actions.pod:3560 ../src/guestfs-actions.pod:3960
9883 #: ../src/guestfs-actions.pod:3992 ../src/guestfs-actions.pod:5001
9884 #: ../src/guestfs-actions.pod:5344 ../src/guestfs-actions.pod:5721
9885 #: ../src/guestfs-actions.pod:6380 ../src/guestfs-actions.pod:6400
9886 #: ../src/guestfs-actions.pod:6592
9887 msgid "(Added in 1.0.77)"
9888 msgstr ""
9889
9890 # type: =head2
9891 #. type: =head2
9892 #: ../src/guestfs-actions.pod:2033
9893 msgid "guestfs_get_selinux"
9894 msgstr ""
9895
9896 # type: verbatim
9897 #. type: verbatim
9898 #: ../src/guestfs-actions.pod:2035
9899 #, no-wrap
9900 msgid ""
9901 " int\n"
9902 " guestfs_get_selinux (guestfs_h *g);\n"
9903 "\n"
9904 msgstr ""
9905
9906 # type: textblock
9907 #. type: textblock
9908 #: ../src/guestfs-actions.pod:2038
9909 msgid ""
9910 "This returns the current setting of the selinux flag which is passed to the "
9911 "appliance at boot time.  See C<guestfs_set_selinux>."
9912 msgstr ""
9913
9914 # type: textblock
9915 #. type: textblock
9916 #: ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2109
9917 #: ../src/guestfs-actions.pod:5740 ../src/guestfs-actions.pod:5794
9918 msgid "(Added in 1.0.67)"
9919 msgstr ""
9920
9921 # type: =head2
9922 #. type: =head2
9923 #: ../src/guestfs-actions.pod:2048
9924 msgid "guestfs_get_state"
9925 msgstr ""
9926
9927 # type: verbatim
9928 #. type: verbatim
9929 #: ../src/guestfs-actions.pod:2050
9930 #, no-wrap
9931 msgid ""
9932 " int\n"
9933 " guestfs_get_state (guestfs_h *g);\n"
9934 "\n"
9935 msgstr ""
9936
9937 # type: textblock
9938 #. type: textblock
9939 #: ../src/guestfs-actions.pod:2053 ../fish/guestfish-actions.pod:1393
9940 msgid ""
9941 "This returns the current state as an opaque integer.  This is only useful "
9942 "for printing debug and internal error messages."
9943 msgstr ""
9944
9945 # type: textblock
9946 #. type: textblock
9947 #: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3066
9948 #: ../src/guestfs-actions.pod:3095 ../src/guestfs-actions.pod:3156
9949 #: ../src/guestfs-actions.pod:3183 ../fish/guestfish-actions.pod:1396
9950 #: ../fish/guestfish-actions.pod:2135 ../fish/guestfish-actions.pod:2153
9951 #: ../fish/guestfish-actions.pod:2191 ../fish/guestfish-actions.pod:2207
9952 msgid "For more information on states, see L<guestfs(3)>."
9953 msgstr ""
9954
9955 # type: =head2
9956 #. type: =head2
9957 #: ../src/guestfs-actions.pod:2062
9958 msgid "guestfs_get_trace"
9959 msgstr ""
9960
9961 # type: verbatim
9962 #. type: verbatim
9963 #: ../src/guestfs-actions.pod:2064
9964 #, no-wrap
9965 msgid ""
9966 " int\n"
9967 " guestfs_get_trace (guestfs_h *g);\n"
9968 "\n"
9969 msgstr ""
9970
9971 # type: textblock
9972 #. type: textblock
9973 #: ../src/guestfs-actions.pod:2067 ../fish/guestfish-actions.pod:1402
9974 msgid "Return the command trace flag."
9975 msgstr ""
9976
9977 # type: =head2
9978 #. type: =head2
9979 #: ../src/guestfs-actions.pod:2073
9980 msgid "guestfs_get_umask"
9981 msgstr ""
9982
9983 # type: verbatim
9984 #. type: verbatim
9985 #: ../src/guestfs-actions.pod:2075
9986 #, no-wrap
9987 msgid ""
9988 " int\n"
9989 " guestfs_get_umask (guestfs_h *g);\n"
9990 "\n"
9991 msgstr ""
9992
9993 # type: textblock
9994 #. type: textblock
9995 #: ../src/guestfs-actions.pod:2078
9996 msgid ""
9997 "Return the current umask.  By default the umask is C<022> unless it has been "
9998 "set by calling C<guestfs_umask>."
9999 msgstr ""
10000
10001 # type: =head2
10002 #. type: =head2
10003 #: ../src/guestfs-actions.pod:2085
10004 msgid "guestfs_get_verbose"
10005 msgstr ""
10006
10007 # type: verbatim
10008 #. type: verbatim
10009 #: ../src/guestfs-actions.pod:2087
10010 #, no-wrap
10011 msgid ""
10012 " int\n"
10013 " guestfs_get_verbose (guestfs_h *g);\n"
10014 "\n"
10015 msgstr ""
10016
10017 # type: textblock
10018 #. type: textblock
10019 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
10020 msgid "This returns the verbose messages flag."
10021 msgstr ""
10022
10023 # type: =head2
10024 #. type: =head2
10025 #: ../src/guestfs-actions.pod:2096
10026 msgid "guestfs_getcon"
10027 msgstr ""
10028
10029 # type: verbatim
10030 #. type: verbatim
10031 #: ../src/guestfs-actions.pod:2098
10032 #, no-wrap
10033 msgid ""
10034 " char *\n"
10035 " guestfs_getcon (guestfs_h *g);\n"
10036 "\n"
10037 msgstr ""
10038
10039 # type: textblock
10040 #. type: textblock
10041 #: ../src/guestfs-actions.pod:2101 ../fish/guestfish-actions.pod:1421
10042 msgid "This gets the SELinux security context of the daemon."
10043 msgstr ""
10044
10045 # type: textblock
10046 #. type: textblock
10047 #: ../src/guestfs-actions.pod:2103
10048 msgid ""
10049 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
10050 msgstr ""
10051
10052 # type: =head2
10053 #. type: =head2
10054 #: ../src/guestfs-actions.pod:2111
10055 msgid "guestfs_getxattr"
10056 msgstr ""
10057
10058 # type: verbatim
10059 #. type: verbatim
10060 #: ../src/guestfs-actions.pod:2113
10061 #, no-wrap
10062 msgid ""
10063 " char *\n"
10064 " guestfs_getxattr (guestfs_h *g,\n"
10065 "                   const char *path,\n"
10066 "                   const char *name,\n"
10067 "                   size_t *size_r);\n"
10068 "\n"
10069 msgstr ""
10070
10071 # type: textblock
10072 #. type: textblock
10073 #: ../src/guestfs-actions.pod:2119
10074 msgid ""
10075 "Get a single extended attribute from file C<path> named C<name>.  This call "
10076 "follows symlinks.  If you want to lookup an extended attribute for the "
10077 "symlink itself, use C<guestfs_lgetxattr>."
10078 msgstr ""
10079
10080 # type: textblock
10081 #. type: textblock
10082 #: ../src/guestfs-actions.pod:2123 ../src/guestfs-actions.pod:3277
10083 msgid ""
10084 "Normally it is better to get all extended attributes from a file in one go "
10085 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
10086 "implementations are buggy and do not provide a way to list out attributes.  "
10087 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
10088 "extended attributes you want in advance and call this function."
10089 msgstr ""
10090
10091 # type: textblock
10092 #. type: textblock
10093 #: ../src/guestfs-actions.pod:2130 ../src/guestfs-actions.pod:3284
10094 #: ../fish/guestfish-actions.pod:1441 ../fish/guestfish-actions.pod:2272
10095 msgid ""
10096 "Extended attribute values are blobs of binary data.  If there is no extended "
10097 "attribute named C<name>, this returns an error."
10098 msgstr ""
10099
10100 # type: textblock
10101 #. type: textblock
10102 #: ../src/guestfs-actions.pod:2133
10103 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
10104 msgstr ""
10105
10106 # type: textblock
10107 #. type: textblock
10108 #: ../src/guestfs-actions.pod:2135 ../src/guestfs-actions.pod:2326
10109 #: ../src/guestfs-actions.pod:3289 ../src/guestfs-actions.pod:4994
10110 #: ../src/guestfs-actions.pod:5020 ../src/guestfs-actions.pod:5201
10111 msgid ""
10112 "This function returns a buffer, or NULL on error.  The size of the returned "
10113 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
10114 "after use>."
10115 msgstr ""
10116
10117 #. type: textblock
10118 #: ../src/guestfs-actions.pod:2139 ../src/guestfs-actions.pod:3293
10119 msgid "(Added in 1.7.24)"
10120 msgstr ""
10121
10122 # type: =head2
10123 #. type: =head2
10124 #: ../src/guestfs-actions.pod:2141
10125 msgid "guestfs_getxattrs"
10126 msgstr ""
10127
10128 # type: verbatim
10129 #. type: verbatim
10130 #: ../src/guestfs-actions.pod:2143
10131 #, no-wrap
10132 msgid ""
10133 " struct guestfs_xattr_list *\n"
10134 " guestfs_getxattrs (guestfs_h *g,\n"
10135 "                    const char *path);\n"
10136 "\n"
10137 msgstr ""
10138
10139 # type: textblock
10140 #. type: textblock
10141 #: ../src/guestfs-actions.pod:2147 ../fish/guestfish-actions.pod:1450
10142 msgid ""
10143 "This call lists the extended attributes of the file or directory C<path>."
10144 msgstr ""
10145
10146 # type: textblock
10147 #. type: textblock
10148 #: ../src/guestfs-actions.pod:2150 ../fish/guestfish-actions.pod:1453
10149 msgid ""
10150 "At the system call level, this is a combination of the L<listxattr(2)> and "
10151 "L<getxattr(2)> calls."
10152 msgstr ""
10153
10154 # type: textblock
10155 #. type: textblock
10156 #: ../src/guestfs-actions.pod:2153
10157 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
10158 msgstr ""
10159
10160 # type: textblock
10161 #. type: textblock
10162 #: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:3305
10163 #: ../src/guestfs-actions.pod:3956
10164 msgid ""
10165 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
10166 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
10167 msgstr ""
10168
10169 # type: textblock
10170 #. type: textblock
10171 #: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3309
10172 #: ../src/guestfs-actions.pod:3474 ../src/guestfs-actions.pod:3510
10173 #: ../src/guestfs-actions.pod:5374 ../src/guestfs-actions.pod:5813
10174 #: ../src/guestfs-actions.pod:7148
10175 msgid "(Added in 1.0.59)"
10176 msgstr ""
10177
10178 # type: =head2
10179 #. type: =head2
10180 #: ../src/guestfs-actions.pod:2161
10181 msgid "guestfs_glob_expand"
10182 msgstr ""
10183
10184 # type: verbatim
10185 #. type: verbatim
10186 #: ../src/guestfs-actions.pod:2163
10187 #, no-wrap
10188 msgid ""
10189 " char **\n"
10190 " guestfs_glob_expand (guestfs_h *g,\n"
10191 "                      const char *pattern);\n"
10192 "\n"
10193 msgstr ""
10194
10195 # type: textblock
10196 #. type: textblock
10197 #: ../src/guestfs-actions.pod:2167 ../fish/guestfish-actions.pod:1462
10198 msgid ""
10199 "This command searches for all the pathnames matching C<pattern> according to "
10200 "the wildcard expansion rules used by the shell."
10201 msgstr ""
10202
10203 # type: textblock
10204 #. type: textblock
10205 #: ../src/guestfs-actions.pod:2171 ../fish/guestfish-actions.pod:1466
10206 msgid ""
10207 "If no paths match, then this returns an empty list (note: not an error)."
10208 msgstr ""
10209
10210 # type: textblock
10211 #. type: textblock
10212 #: ../src/guestfs-actions.pod:2174 ../fish/guestfish-actions.pod:1469
10213 msgid ""
10214 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
10215 "GLOB_BRACE>.  See that manual page for more details."
10216 msgstr ""
10217
10218 # type: textblock
10219 #. type: textblock
10220 #: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:5978
10221 #: ../src/guestfs-actions.pod:5995
10222 msgid "(Added in 1.0.50)"
10223 msgstr ""
10224
10225 # type: =head2
10226 #. type: =head2
10227 #: ../src/guestfs-actions.pod:2184
10228 msgid "guestfs_grep"
10229 msgstr ""
10230
10231 # type: verbatim
10232 #. type: verbatim
10233 #: ../src/guestfs-actions.pod:2186
10234 #, no-wrap
10235 msgid ""
10236 " char **\n"
10237 " guestfs_grep (guestfs_h *g,\n"
10238 "               const char *regex,\n"
10239 "               const char *path);\n"
10240 "\n"
10241 msgstr ""
10242
10243 # type: textblock
10244 #. type: textblock
10245 #: ../src/guestfs-actions.pod:2191 ../fish/guestfish-actions.pod:1477
10246 msgid "This calls the external C<grep> program and returns the matching lines."
10247 msgstr ""
10248
10249 # type: =head2
10250 #. type: =head2
10251 #: ../src/guestfs-actions.pod:2203
10252 msgid "guestfs_grepi"
10253 msgstr ""
10254
10255 # type: verbatim
10256 #. type: verbatim
10257 #: ../src/guestfs-actions.pod:2205
10258 #, no-wrap
10259 msgid ""
10260 " char **\n"
10261 " guestfs_grepi (guestfs_h *g,\n"
10262 "                const char *regex,\n"
10263 "                const char *path);\n"
10264 "\n"
10265 msgstr ""
10266
10267 # type: textblock
10268 #. type: textblock
10269 #: ../src/guestfs-actions.pod:2210 ../fish/guestfish-actions.pod:1487
10270 msgid ""
10271 "This calls the external C<grep -i> program and returns the matching lines."
10272 msgstr ""
10273
10274 # type: =head2
10275 #. type: =head2
10276 #: ../src/guestfs-actions.pod:2222
10277 msgid "guestfs_grub_install"
10278 msgstr ""
10279
10280 # type: verbatim
10281 #. type: verbatim
10282 #: ../src/guestfs-actions.pod:2224
10283 #, no-wrap
10284 msgid ""
10285 " int\n"
10286 " guestfs_grub_install (guestfs_h *g,\n"
10287 "                       const char *root,\n"
10288 "                       const char *device);\n"
10289 "\n"
10290 msgstr ""
10291
10292 # type: textblock
10293 #. type: textblock
10294 #: ../src/guestfs-actions.pod:2229 ../fish/guestfish-actions.pod:1497
10295 msgid ""
10296 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
10297 "the root directory being C<root>."
10298 msgstr ""
10299
10300 # type: textblock
10301 #. type: textblock
10302 #: ../src/guestfs-actions.pod:2232 ../fish/guestfish-actions.pod:1500
10303 msgid ""
10304 "Note: If grub-install reports the error \"No suitable drive was found in the "
10305 "generated device map.\" it may be that you need to create a C</boot/grub/"
10306 "device.map> file first that contains the mapping between grub device names "
10307 "and Linux device names.  It is usually sufficient to create a file "
10308 "containing:"
10309 msgstr ""
10310
10311 # type: verbatim
10312 #. type: verbatim
10313 #: ../src/guestfs-actions.pod:2239 ../fish/guestfish-actions.pod:1507
10314 #, no-wrap
10315 msgid ""
10316 " (hd0) /dev/vda\n"
10317 "\n"
10318 msgstr ""
10319
10320 # type: textblock
10321 #. type: textblock
10322 #: ../src/guestfs-actions.pod:2241 ../fish/guestfish-actions.pod:1509
10323 msgid "replacing C</dev/vda> with the name of the installation device."
10324 msgstr ""
10325
10326 # type: textblock
10327 #. type: textblock
10328 #: ../src/guestfs-actions.pod:2245
10329 msgid "(Added in 1.0.17)"
10330 msgstr ""
10331
10332 # type: =head2
10333 #. type: =head2
10334 #: ../src/guestfs-actions.pod:2247
10335 msgid "guestfs_head"
10336 msgstr ""
10337
10338 # type: verbatim
10339 #. type: verbatim
10340 #: ../src/guestfs-actions.pod:2249
10341 #, no-wrap
10342 msgid ""
10343 " char **\n"
10344 " guestfs_head (guestfs_h *g,\n"
10345 "               const char *path);\n"
10346 "\n"
10347 msgstr ""
10348
10349 # type: textblock
10350 #. type: textblock
10351 #: ../src/guestfs-actions.pod:2253 ../fish/guestfish-actions.pod:1515
10352 msgid ""
10353 "This command returns up to the first 10 lines of a file as a list of strings."
10354 msgstr ""
10355
10356 # type: =head2
10357 #. type: =head2
10358 #: ../src/guestfs-actions.pod:2265
10359 msgid "guestfs_head_n"
10360 msgstr ""
10361
10362 # type: verbatim
10363 #. type: verbatim
10364 #: ../src/guestfs-actions.pod:2267
10365 #, no-wrap
10366 msgid ""
10367 " char **\n"
10368 " guestfs_head_n (guestfs_h *g,\n"
10369 "                 int nrlines,\n"
10370 "                 const char *path);\n"
10371 "\n"
10372 msgstr ""
10373
10374 # type: textblock
10375 #. type: textblock
10376 #: ../src/guestfs-actions.pod:2272 ../fish/guestfish-actions.pod:1525
10377 msgid ""
10378 "If the parameter C<nrlines> is a positive number, this returns the first "
10379 "C<nrlines> lines of the file C<path>."
10380 msgstr ""
10381
10382 # type: textblock
10383 #. type: textblock
10384 #: ../src/guestfs-actions.pod:2275 ../fish/guestfish-actions.pod:1528
10385 msgid ""
10386 "If the parameter C<nrlines> is a negative number, this returns lines from "
10387 "the file C<path>, excluding the last C<nrlines> lines."
10388 msgstr ""
10389
10390 # type: textblock
10391 #. type: textblock
10392 #: ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:6275
10393 #: ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:4188
10394 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
10395 msgstr ""
10396
10397 # type: =head2
10398 #. type: =head2
10399 #: ../src/guestfs-actions.pod:2289
10400 msgid "guestfs_hexdump"
10401 msgstr ""
10402
10403 # type: verbatim
10404 #. type: verbatim
10405 #: ../src/guestfs-actions.pod:2291
10406 #, no-wrap
10407 msgid ""
10408 " char *\n"
10409 " guestfs_hexdump (guestfs_h *g,\n"
10410 "                  const char *path);\n"
10411 "\n"
10412 msgstr ""
10413
10414 # type: textblock
10415 #. type: textblock
10416 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1540
10417 msgid ""
10418 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
10419 "readable, canonical hex dump of the file."
10420 msgstr ""
10421
10422 # type: textblock
10423 #. type: textblock
10424 #: ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:6059
10425 #: ../src/guestfs-actions.pod:6114
10426 msgid "(Added in 1.0.22)"
10427 msgstr ""
10428
10429 # type: =head2
10430 #. type: =head2
10431 #: ../src/guestfs-actions.pod:2306
10432 msgid "guestfs_initrd_cat"
10433 msgstr ""
10434
10435 # type: verbatim
10436 #. type: verbatim
10437 #: ../src/guestfs-actions.pod:2308
10438 #, no-wrap
10439 msgid ""
10440 " char *\n"
10441 " guestfs_initrd_cat (guestfs_h *g,\n"
10442 "                     const char *initrdpath,\n"
10443 "                     const char *filename,\n"
10444 "                     size_t *size_r);\n"
10445 "\n"
10446 msgstr ""
10447
10448 # type: textblock
10449 #. type: textblock
10450 #: ../src/guestfs-actions.pod:2314 ../fish/guestfish-actions.pod:1550
10451 msgid ""
10452 "This command unpacks the file C<filename> from the initrd file called "
10453 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
10454 "character."
10455 msgstr ""
10456
10457 # type: textblock
10458 #. type: textblock
10459 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1554
10460 msgid ""
10461 "For example, in guestfish you could use the following command to examine the "
10462 "boot script (usually called C</init>)  contained in a Linux initrd or "
10463 "initramfs image:"
10464 msgstr ""
10465
10466 # type: verbatim
10467 #. type: verbatim
10468 #: ../src/guestfs-actions.pod:2322 ../fish/guestfish-actions.pod:1558
10469 #, no-wrap
10470 msgid ""
10471 " initrd-cat /boot/initrd-<version>.img init\n"
10472 "\n"
10473 msgstr ""
10474
10475 # type: textblock
10476 #. type: textblock
10477 #: ../src/guestfs-actions.pod:2324
10478 msgid "See also C<guestfs_initrd_list>."
10479 msgstr ""
10480
10481 # type: =head2
10482 #. type: =head2
10483 #: ../src/guestfs-actions.pod:2335
10484 msgid "guestfs_initrd_list"
10485 msgstr ""
10486
10487 # type: verbatim
10488 #. type: verbatim
10489 #: ../src/guestfs-actions.pod:2337
10490 #, no-wrap
10491 msgid ""
10492 " char **\n"
10493 " guestfs_initrd_list (guestfs_h *g,\n"
10494 "                      const char *path);\n"
10495 "\n"
10496 msgstr ""
10497
10498 # type: textblock
10499 #. type: textblock
10500 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1569
10501 msgid "This command lists out files contained in an initrd."
10502 msgstr ""
10503
10504 # type: textblock
10505 #. type: textblock
10506 #: ../src/guestfs-actions.pod:2343 ../fish/guestfish-actions.pod:1571
10507 msgid ""
10508 "The files are listed without any initial C</> character.  The files are "
10509 "listed in the order they appear (not necessarily alphabetical).  Directory "
10510 "names are listed as separate items."
10511 msgstr ""
10512
10513 # type: textblock
10514 #. type: textblock
10515 #: ../src/guestfs-actions.pod:2347 ../fish/guestfish-actions.pod:1575
10516 msgid ""
10517 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
10518 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
10519 "files)."
10520 msgstr ""
10521
10522 # type: =head2
10523 #. type: =head2
10524 #: ../src/guestfs-actions.pod:2357
10525 msgid "guestfs_inotify_add_watch"
10526 msgstr ""
10527
10528 # type: verbatim
10529 #. type: verbatim
10530 #: ../src/guestfs-actions.pod:2359
10531 #, no-wrap
10532 msgid ""
10533 " int64_t\n"
10534 " guestfs_inotify_add_watch (guestfs_h *g,\n"
10535 "                            const char *path,\n"
10536 "                            int mask);\n"
10537 "\n"
10538 msgstr ""
10539
10540 # type: textblock
10541 #. type: textblock
10542 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1583
10543 msgid "Watch C<path> for the events listed in C<mask>."
10544 msgstr ""
10545
10546 # type: textblock
10547 #. type: textblock
10548 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1585
10549 msgid ""
10550 "Note that if C<path> is a directory then events within that directory are "
10551 "watched, but this does I<not> happen recursively (in subdirectories)."
10552 msgstr ""
10553
10554 # type: textblock
10555 #. type: textblock
10556 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1589
10557 msgid ""
10558 "Note for non-C or non-Linux callers: the inotify events are defined by the "
10559 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
10560 msgstr ""
10561
10562 # type: =head2
10563 #. type: =head2
10564 #: ../src/guestfs-actions.pod:2378
10565 msgid "guestfs_inotify_close"
10566 msgstr ""
10567
10568 # type: verbatim
10569 #. type: verbatim
10570 #: ../src/guestfs-actions.pod:2380
10571 #, no-wrap
10572 msgid ""
10573 " int\n"
10574 " guestfs_inotify_close (guestfs_h *g);\n"
10575 "\n"
10576 msgstr ""
10577
10578 # type: textblock
10579 #. type: textblock
10580 #: ../src/guestfs-actions.pod:2383 ../fish/guestfish-actions.pod:1597
10581 msgid ""
10582 "This closes the inotify handle which was previously opened by inotify_init.  "
10583 "It removes all watches, throws away any pending events, and deallocates all "
10584 "resources."
10585 msgstr ""
10586
10587 # type: =head2
10588 #. type: =head2
10589 #: ../src/guestfs-actions.pod:2391
10590 msgid "guestfs_inotify_files"
10591 msgstr ""
10592
10593 # type: verbatim
10594 #. type: verbatim
10595 #: ../src/guestfs-actions.pod:2393
10596 #, no-wrap
10597 msgid ""
10598 " char **\n"
10599 " guestfs_inotify_files (guestfs_h *g);\n"
10600 "\n"
10601 msgstr ""
10602
10603 # type: textblock
10604 #. type: textblock
10605 #: ../src/guestfs-actions.pod:2396
10606 msgid ""
10607 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
10608 "returns a list of pathnames of objects that were touched.  The returned "
10609 "pathnames are sorted and deduplicated."
10610 msgstr ""
10611
10612 # type: =head2
10613 #. type: =head2
10614 #: ../src/guestfs-actions.pod:2406
10615 msgid "guestfs_inotify_init"
10616 msgstr ""
10617
10618 # type: verbatim
10619 #. type: verbatim
10620 #: ../src/guestfs-actions.pod:2408
10621 #, no-wrap
10622 msgid ""
10623 " int\n"
10624 " guestfs_inotify_init (guestfs_h *g,\n"
10625 "                       int maxevents);\n"
10626 "\n"
10627 msgstr ""
10628
10629 # type: textblock
10630 #. type: textblock
10631 #: ../src/guestfs-actions.pod:2412 ../fish/guestfish-actions.pod:1613
10632 msgid ""
10633 "This command creates a new inotify handle.  The inotify subsystem can be "
10634 "used to notify events which happen to objects in the guest filesystem."
10635 msgstr ""
10636
10637 # type: textblock
10638 #. type: textblock
10639 #: ../src/guestfs-actions.pod:2416
10640 msgid ""
10641 "C<maxevents> is the maximum number of events which will be queued up between "
10642 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
10643 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
10644 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
10645 "throws away events, but records the fact that it threw them away by setting "
10646 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
10647 "C<guestfs_inotify_read>)."
10648 msgstr ""
10649
10650 # type: textblock
10651 #. type: textblock
10652 #: ../src/guestfs-actions.pod:2426
10653 msgid ""
10654 "Before any events are generated, you have to add some watches to the "
10655 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
10656 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
10657 msgstr ""
10658
10659 # type: textblock
10660 #. type: textblock
10661 #: ../src/guestfs-actions.pod:2432
10662 msgid ""
10663 "Queued up events should be read periodically by calling "
10664 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
10665 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
10666 "often enough then you risk the internal queue overflowing."
10667 msgstr ""
10668
10669 # type: textblock
10670 #. type: textblock
10671 #: ../src/guestfs-actions.pod:2439
10672 msgid ""
10673 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
10674 "This also removes any watches automatically."
10675 msgstr ""
10676
10677 # type: textblock
10678 #. type: textblock
10679 #: ../src/guestfs-actions.pod:2443 ../fish/guestfish-actions.pod:1644
10680 msgid ""
10681 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
10682 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
10683 "that there is one global inotify handle per libguestfs instance."
10684 msgstr ""
10685
10686 # type: =head2
10687 #. type: =head2
10688 #: ../src/guestfs-actions.pod:2452
10689 msgid "guestfs_inotify_read"
10690 msgstr ""
10691
10692 # type: verbatim
10693 #. type: verbatim
10694 #: ../src/guestfs-actions.pod:2454
10695 #, no-wrap
10696 msgid ""
10697 " struct guestfs_inotify_event_list *\n"
10698 " guestfs_inotify_read (guestfs_h *g);\n"
10699 "\n"
10700 msgstr ""
10701
10702 # type: textblock
10703 #. type: textblock
10704 #: ../src/guestfs-actions.pod:2457 ../fish/guestfish-actions.pod:1653
10705 msgid ""
10706 "Return the complete queue of events that have happened since the previous "
10707 "read call."
10708 msgstr ""
10709
10710 # type: textblock
10711 #. type: textblock
10712 #: ../src/guestfs-actions.pod:2460 ../fish/guestfish-actions.pod:1656
10713 msgid "If no events have happened, this returns an empty list."
10714 msgstr ""
10715
10716 # type: textblock
10717 #. type: textblock
10718 #: ../src/guestfs-actions.pod:2462 ../fish/guestfish-actions.pod:1658
10719 msgid ""
10720 "I<Note>: In order to make sure that all events have been read, you must call "
10721 "this function repeatedly until it returns an empty list.  The reason is that "
10722 "the call will read events up to the maximum appliance-to-host message size "
10723 "and leave remaining events in the queue."
10724 msgstr ""
10725
10726 # type: textblock
10727 #. type: textblock
10728 #: ../src/guestfs-actions.pod:2468
10729 msgid ""
10730 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
10731 "there was an error.  I<The caller must call "
10732 "C<guestfs_free_inotify_event_list> after use>."
10733 msgstr ""
10734
10735 # type: =head2
10736 #. type: =head2
10737 #: ../src/guestfs-actions.pod:2474
10738 msgid "guestfs_inotify_rm_watch"
10739 msgstr ""
10740
10741 # type: verbatim
10742 #. type: verbatim
10743 #: ../src/guestfs-actions.pod:2476
10744 #, no-wrap
10745 msgid ""
10746 " int\n"
10747 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
10748 "                           int wd);\n"
10749 "\n"
10750 msgstr ""
10751
10752 # type: textblock
10753 #. type: textblock
10754 #: ../src/guestfs-actions.pod:2480
10755 msgid ""
10756 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
10757 msgstr ""
10758
10759 # type: =head2
10760 #. type: =head2
10761 #: ../src/guestfs-actions.pod:2487
10762 msgid "guestfs_inspect_get_arch"
10763 msgstr ""
10764
10765 # type: verbatim
10766 #. type: verbatim
10767 #: ../src/guestfs-actions.pod:2489
10768 #, no-wrap
10769 msgid ""
10770 " char *\n"
10771 " guestfs_inspect_get_arch (guestfs_h *g,\n"
10772 "                           const char *root);\n"
10773 "\n"
10774 msgstr ""
10775
10776 # type: textblock
10777 #. type: textblock
10778 #: ../src/guestfs-actions.pod:2493 ../src/guestfs-actions.pod:2516
10779 #: ../src/guestfs-actions.pod:2597 ../src/guestfs-actions.pod:2623
10780 #: ../src/guestfs-actions.pod:2645 ../src/guestfs-actions.pod:2672
10781 #: ../src/guestfs-actions.pod:2693 ../src/guestfs-actions.pod:2730
10782 #: ../src/guestfs-actions.pod:2759 ../src/guestfs-actions.pod:2790
10783 #: ../src/guestfs-actions.pod:2834 ../src/guestfs-actions.pod:2876
10784 #: ../src/guestfs-actions.pod:2899
10785 msgid ""
10786 "This function should only be called with a root device string as returned by "
10787 "C<guestfs_inspect_os>."
10788 msgstr ""
10789
10790 # type: textblock
10791 #. type: textblock
10792 #: ../src/guestfs-actions.pod:2496
10793 msgid ""
10794 "This returns the architecture of the inspected operating system.  The "
10795 "possible return values are listed under C<guestfs_file_architecture>."
10796 msgstr ""
10797
10798 # type: textblock
10799 #. type: textblock
10800 #: ../src/guestfs-actions.pod:2500 ../fish/guestfish-actions.pod:1682
10801 msgid ""
10802 "If the architecture could not be determined, then the string C<unknown> is "
10803 "returned."
10804 msgstr ""
10805
10806 # type: textblock
10807 #. type: textblock
10808 #: ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:2584
10809 #: ../src/guestfs-actions.pod:2632 ../src/guestfs-actions.pod:2660
10810 #: ../src/guestfs-actions.pod:2746 ../src/guestfs-actions.pod:2777
10811 #: ../src/guestfs-actions.pod:2801 ../src/guestfs-actions.pod:2820
10812 #: ../src/guestfs-actions.pod:2863 ../src/guestfs-actions.pod:2886
10813 #: ../src/guestfs-actions.pod:2992 ../src/guestfs-actions.pod:3033
10814 #: ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:1759
10815 #: ../fish/guestfish-actions.pod:1792 ../fish/guestfish-actions.pod:1813
10816 #: ../fish/guestfish-actions.pod:1877 ../fish/guestfish-actions.pod:1901
10817 #: ../fish/guestfish-actions.pod:1918 ../fish/guestfish-actions.pod:1931
10818 #: ../fish/guestfish-actions.pod:1966 ../fish/guestfish-actions.pod:1982
10819 #: ../fish/guestfish-actions.pod:2081 ../fish/guestfish-actions.pod:2115
10820 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10821 msgstr ""
10822
10823 # type: =head2
10824 #. type: =head2
10825 #: ../src/guestfs-actions.pod:2510
10826 msgid "guestfs_inspect_get_distro"
10827 msgstr ""
10828
10829 # type: verbatim
10830 #. type: verbatim
10831 #: ../src/guestfs-actions.pod:2512
10832 #, no-wrap
10833 msgid ""
10834 " char *\n"
10835 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10836 "                             const char *root);\n"
10837 "\n"
10838 msgstr ""
10839
10840 # type: textblock
10841 #. type: textblock
10842 #: ../src/guestfs-actions.pod:2519 ../fish/guestfish-actions.pod:1694
10843 msgid ""
10844 "This returns the distro (distribution) of the inspected operating system."
10845 msgstr ""
10846
10847 # type: textblock
10848 #. type: textblock
10849 #: ../src/guestfs-actions.pod:2522 ../fish/guestfish-actions.pod:1697
10850 msgid "Currently defined distros are:"
10851 msgstr ""
10852
10853 # type: =item
10854 #. type: =item
10855 #: ../src/guestfs-actions.pod:2526 ../fish/guestfish-actions.pod:1701
10856 msgid "\"archlinux\""
10857 msgstr ""
10858
10859 # type: textblock
10860 #. type: textblock
10861 #: ../src/guestfs-actions.pod:2528 ../fish/guestfish-actions.pod:1703
10862 msgid "Arch Linux."
10863 msgstr ""
10864
10865 # type: =item
10866 #. type: =item
10867 #: ../src/guestfs-actions.pod:2530 ../fish/guestfish-actions.pod:1705
10868 msgid "\"debian\""
10869 msgstr ""
10870
10871 # type: textblock
10872 #. type: textblock
10873 #: ../src/guestfs-actions.pod:2532 ../fish/guestfish-actions.pod:1707
10874 msgid "Debian."
10875 msgstr ""
10876
10877 # type: =item
10878 #. type: =item
10879 #: ../src/guestfs-actions.pod:2534 ../fish/guestfish-actions.pod:1709
10880 msgid "\"fedora\""
10881 msgstr ""
10882
10883 # type: textblock
10884 #. type: textblock
10885 #: ../src/guestfs-actions.pod:2536 ../fish/guestfish-actions.pod:1711
10886 msgid "Fedora."
10887 msgstr ""
10888
10889 # type: =item
10890 #. type: =item
10891 #: ../src/guestfs-actions.pod:2538 ../fish/guestfish-actions.pod:1713
10892 msgid "\"gentoo\""
10893 msgstr ""
10894
10895 # type: textblock
10896 #. type: textblock
10897 #: ../src/guestfs-actions.pod:2540 ../fish/guestfish-actions.pod:1715
10898 msgid "Gentoo."
10899 msgstr ""
10900
10901 # type: =item
10902 #. type: =item
10903 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1717
10904 msgid "\"linuxmint\""
10905 msgstr ""
10906
10907 # type: textblock
10908 #. type: textblock
10909 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1719
10910 msgid "Linux Mint."
10911 msgstr ""
10912
10913 # type: =item
10914 #. type: =item
10915 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1721
10916 msgid "\"mandriva\""
10917 msgstr ""
10918
10919 # type: textblock
10920 #. type: textblock
10921 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1723
10922 msgid "Mandriva."
10923 msgstr ""
10924
10925 # type: =item
10926 #. type: =item
10927 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1725
10928 msgid "\"meego\""
10929 msgstr ""
10930
10931 # type: textblock
10932 #. type: textblock
10933 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1727
10934 msgid "MeeGo."
10935 msgstr ""
10936
10937 # type: =item
10938 #. type: =item
10939 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1729
10940 msgid "\"pardus\""
10941 msgstr ""
10942
10943 # type: textblock
10944 #. type: textblock
10945 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1731
10946 msgid "Pardus."
10947 msgstr ""
10948
10949 # type: =item
10950 #. type: =item
10951 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1733
10952 msgid "\"redhat-based\""
10953 msgstr ""
10954
10955 # type: textblock
10956 #. type: textblock
10957 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1735
10958 msgid "Some Red Hat-derived distro."
10959 msgstr ""
10960
10961 # type: =item
10962 #. type: =item
10963 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1737
10964 msgid "\"rhel\""
10965 msgstr ""
10966
10967 # type: textblock
10968 #. type: textblock
10969 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1739
10970 msgid "Red Hat Enterprise Linux and some derivatives."
10971 msgstr ""
10972
10973 # type: =item
10974 #. type: =item
10975 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1741
10976 msgid "\"ubuntu\""
10977 msgstr ""
10978
10979 # type: textblock
10980 #. type: textblock
10981 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1743
10982 msgid "Ubuntu."
10983 msgstr ""
10984
10985 # type: =item
10986 #. type: =item
10987 #: ../src/guestfs-actions.pod:2570 ../src/guestfs-actions.pod:2854
10988 #: ../fish/guestfish-actions.pod:1745 ../fish/guestfish-actions.pod:1957
10989 msgid "\"unknown\""
10990 msgstr ""
10991
10992 # type: textblock
10993 #. type: textblock
10994 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1747
10995 msgid "The distro could not be determined."
10996 msgstr ""
10997
10998 # type: =item
10999 #. type: =item
11000 #: ../src/guestfs-actions.pod:2574 ../src/guestfs-actions.pod:2846
11001 #: ../fish/guestfish-actions.pod:1749 ../fish/guestfish-actions.pod:1949
11002 msgid "\"windows\""
11003 msgstr ""
11004
11005 # type: textblock
11006 #. type: textblock
11007 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1751
11008 msgid ""
11009 "Windows does not have distributions.  This string is returned if the OS type "
11010 "is Windows."
11011 msgstr ""
11012
11013 # type: textblock
11014 #. type: textblock
11015 #: ../src/guestfs-actions.pod:2581 ../src/guestfs-actions.pod:2860
11016 #: ../fish/guestfish-actions.pod:1756 ../fish/guestfish-actions.pod:1963
11017 msgid ""
11018 "Future versions of libguestfs may return other strings here.  The caller "
11019 "should be prepared to handle any string."
11020 msgstr ""
11021
11022 # type: =head2
11023 #. type: =head2
11024 #: ../src/guestfs-actions.pod:2591
11025 msgid "guestfs_inspect_get_filesystems"
11026 msgstr ""
11027
11028 # type: verbatim
11029 #. type: verbatim
11030 #: ../src/guestfs-actions.pod:2593
11031 #, no-wrap
11032 msgid ""
11033 " char **\n"
11034 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
11035 "                                  const char *root);\n"
11036 "\n"
11037 msgstr ""
11038
11039 # type: textblock
11040 #. type: textblock
11041 #: ../src/guestfs-actions.pod:2600 ../fish/guestfish-actions.pod:1768
11042 msgid ""
11043 "This returns a list of all the filesystems that we think are associated with "
11044 "this operating system.  This includes the root filesystem, other ordinary "
11045 "filesystems, and non-mounted devices like swap partitions."
11046 msgstr ""
11047
11048 # type: textblock
11049 #. type: textblock
11050 #: ../src/guestfs-actions.pod:2605 ../fish/guestfish-actions.pod:1773
11051 msgid ""
11052 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
11053 "to be shared between operating systems."
11054 msgstr ""
11055
11056 # type: textblock
11057 #. type: textblock
11058 #: ../src/guestfs-actions.pod:2608
11059 msgid ""
11060 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11061 "C<guestfs_inspect_get_mountpoints>."
11062 msgstr ""
11063
11064 # type: =head2
11065 #. type: =head2
11066 #: ../src/guestfs-actions.pod:2617
11067 msgid "guestfs_inspect_get_hostname"
11068 msgstr ""
11069
11070 # type: verbatim
11071 #. type: verbatim
11072 #: ../src/guestfs-actions.pod:2619
11073 #, no-wrap
11074 msgid ""
11075 " char *\n"
11076 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
11077 "                               const char *root);\n"
11078 "\n"
11079 msgstr ""
11080
11081 # type: textblock
11082 #. type: textblock
11083 #: ../src/guestfs-actions.pod:2626 ../fish/guestfish-actions.pod:1786
11084 msgid ""
11085 "This function returns the hostname of the operating system as found by "
11086 "inspection of the guest's configuration files."
11087 msgstr ""
11088
11089 # type: textblock
11090 #. type: textblock
11091 #: ../src/guestfs-actions.pod:2629 ../fish/guestfish-actions.pod:1789
11092 msgid ""
11093 "If the hostname could not be determined, then the string C<unknown> is "
11094 "returned."
11095 msgstr ""
11096
11097 # type: textblock
11098 #. type: textblock
11099 #: ../src/guestfs-actions.pod:2637
11100 msgid "(Added in 1.7.9)"
11101 msgstr ""
11102
11103 # type: =head2
11104 #. type: =head2
11105 #: ../src/guestfs-actions.pod:2639
11106 msgid "guestfs_inspect_get_major_version"
11107 msgstr ""
11108
11109 # type: verbatim
11110 #. type: verbatim
11111 #: ../src/guestfs-actions.pod:2641
11112 #, no-wrap
11113 msgid ""
11114 " int\n"
11115 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
11116 "                                    const char *root);\n"
11117 "\n"
11118 msgstr ""
11119
11120 # type: textblock
11121 #. type: textblock
11122 #: ../src/guestfs-actions.pod:2648 ../fish/guestfish-actions.pod:1801
11123 msgid ""
11124 "This returns the major version number of the inspected operating system."
11125 msgstr ""
11126
11127 # type: textblock
11128 #. type: textblock
11129 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1804
11130 msgid ""
11131 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
11132 "popular public names used by the operating system.  Notably the operating "
11133 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
11134 "1).  You can find out the real versions corresponding to releases of Windows "
11135 "by consulting Wikipedia or MSDN."
11136 msgstr ""
11137
11138 # type: textblock
11139 #. type: textblock
11140 #: ../src/guestfs-actions.pod:2658 ../src/guestfs-actions.pod:2678
11141 #: ../fish/guestfish-actions.pod:1811 ../fish/guestfish-actions.pod:1825
11142 msgid "If the version could not be determined, then C<0> is returned."
11143 msgstr ""
11144
11145 # type: =head2
11146 #. type: =head2
11147 #: ../src/guestfs-actions.pod:2666
11148 msgid "guestfs_inspect_get_minor_version"
11149 msgstr ""
11150
11151 # type: verbatim
11152 #. type: verbatim
11153 #: ../src/guestfs-actions.pod:2668
11154 #, no-wrap
11155 msgid ""
11156 " int\n"
11157 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
11158 "                                    const char *root);\n"
11159 "\n"
11160 msgstr ""
11161
11162 # type: textblock
11163 #. type: textblock
11164 #: ../src/guestfs-actions.pod:2675 ../fish/guestfish-actions.pod:1822
11165 msgid ""
11166 "This returns the minor version number of the inspected operating system."
11167 msgstr ""
11168
11169 # type: textblock
11170 #. type: textblock
11171 #: ../src/guestfs-actions.pod:2680
11172 msgid ""
11173 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11174 "C<guestfs_inspect_get_major_version>."
11175 msgstr ""
11176
11177 # type: =head2
11178 #. type: =head2
11179 #: ../src/guestfs-actions.pod:2687
11180 msgid "guestfs_inspect_get_mountpoints"
11181 msgstr ""
11182
11183 # type: verbatim
11184 #. type: verbatim
11185 #: ../src/guestfs-actions.pod:2689
11186 #, no-wrap
11187 msgid ""
11188 " char **\n"
11189 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
11190 "                                  const char *root);\n"
11191 "\n"
11192 msgstr ""
11193
11194 #. type: textblock
11195 #: ../src/guestfs-actions.pod:2696 ../fish/guestfish-actions.pod:1837
11196 msgid ""
11197 "This returns a hash of where we think the filesystems associated with this "
11198 "operating system should be mounted.  Callers should note that this is at "
11199 "best an educated guess made by reading configuration files such as C</etc/"
11200 "fstab>.  I<In particular note> that this may return filesystems which are "
11201 "non-existent or not mountable and callers should be prepared to handle or "
11202 "ignore failures if they try to mount them."
11203 msgstr ""
11204
11205 # type: textblock
11206 #. type: textblock
11207 #: ../src/guestfs-actions.pod:2705 ../fish/guestfish-actions.pod:1846
11208 msgid ""
11209 "Each element in the returned hashtable has a key which is the path of the "
11210 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
11211 "mounted there (eg. C</dev/sda1>)."
11212 msgstr ""
11213
11214 # type: textblock
11215 #. type: textblock
11216 #: ../src/guestfs-actions.pod:2710 ../fish/guestfish-actions.pod:1851
11217 msgid ""
11218 "Non-mounted devices such as swap devices are I<not> returned in this list."
11219 msgstr ""
11220
11221 # type: textblock
11222 #. type: textblock
11223 #: ../src/guestfs-actions.pod:2713
11224 msgid ""
11225 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11226 "C<guestfs_inspect_get_filesystems>."
11227 msgstr ""
11228
11229 # type: textblock
11230 #. type: textblock
11231 #: ../src/guestfs-actions.pod:2716 ../src/guestfs-actions.pod:3362
11232 #: ../src/guestfs-actions.pod:4560 ../src/guestfs-actions.pod:6416
11233 msgid ""
11234 "This function returns a NULL-terminated array of strings, or NULL if there "
11235 "was an error.  The array of strings will always have length C<2n+1>, where "
11236 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
11237 "caller must free the strings and the array after use>."
11238 msgstr ""
11239
11240 # type: =head2
11241 #. type: =head2
11242 #: ../src/guestfs-actions.pod:2724
11243 msgid "guestfs_inspect_get_package_format"
11244 msgstr ""
11245
11246 # type: verbatim
11247 #. type: verbatim
11248 #: ../src/guestfs-actions.pod:2726
11249 #, no-wrap
11250 msgid ""
11251 " char *\n"
11252 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
11253 "                                     const char *root);\n"
11254 "\n"
11255 msgstr ""
11256
11257 # type: textblock
11258 #. type: textblock
11259 #: ../src/guestfs-actions.pod:2733
11260 msgid ""
11261 "This function and C<guestfs_inspect_get_package_management> return the "
11262 "package format and package management tool used by the inspected operating "
11263 "system.  For example for Fedora these functions would return C<rpm> (package "
11264 "format) and C<yum> (package management)."
11265 msgstr ""
11266
11267 # type: textblock
11268 #. type: textblock
11269 #: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1870
11270 msgid ""
11271 "This returns the string C<unknown> if we could not determine the package "
11272 "format I<or> if the operating system does not have a real packaging system "
11273 "(eg. Windows)."
11274 msgstr ""
11275
11276 # type: textblock
11277 #. type: textblock
11278 #: ../src/guestfs-actions.pod:2743 ../fish/guestfish-actions.pod:1874
11279 msgid ""
11280 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
11281 "Future versions of libguestfs may return other strings."
11282 msgstr ""
11283
11284 # type: textblock
11285 #. type: textblock
11286 #: ../src/guestfs-actions.pod:2751 ../src/guestfs-actions.pod:2782
11287 msgid "(Added in 1.7.5)"
11288 msgstr ""
11289
11290 # type: =head2
11291 #. type: =head2
11292 #: ../src/guestfs-actions.pod:2753
11293 msgid "guestfs_inspect_get_package_management"
11294 msgstr ""
11295
11296 # type: verbatim
11297 #. type: verbatim
11298 #: ../src/guestfs-actions.pod:2755
11299 #, no-wrap
11300 msgid ""
11301 " char *\n"
11302 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
11303 "                                         const char *root);\n"
11304 "\n"
11305 msgstr ""
11306
11307 # type: textblock
11308 #. type: textblock
11309 #: ../src/guestfs-actions.pod:2762
11310 msgid ""
11311 "C<guestfs_inspect_get_package_format> and this function return the package "
11312 "format and package management tool used by the inspected operating system.  "
11313 "For example for Fedora these functions would return C<rpm> (package format) "
11314 "and C<yum> (package management)."
11315 msgstr ""
11316
11317 # type: textblock
11318 #. type: textblock
11319 #: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1892
11320 msgid ""
11321 "This returns the string C<unknown> if we could not determine the package "
11322 "management tool I<or> if the operating system does not have a real packaging "
11323 "system (eg. Windows)."
11324 msgstr ""
11325
11326 # type: textblock
11327 #. type: textblock
11328 #: ../src/guestfs-actions.pod:2772 ../fish/guestfish-actions.pod:1896
11329 msgid ""
11330 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
11331 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
11332 "libguestfs may return other strings."
11333 msgstr ""
11334
11335 # type: =head2
11336 #. type: =head2
11337 #: ../src/guestfs-actions.pod:2784
11338 msgid "guestfs_inspect_get_product_name"
11339 msgstr ""
11340
11341 # type: verbatim
11342 #. type: verbatim
11343 #: ../src/guestfs-actions.pod:2786
11344 #, no-wrap
11345 msgid ""
11346 " char *\n"
11347 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
11348 "                                   const char *root);\n"
11349 "\n"
11350 msgstr ""
11351
11352 # type: textblock
11353 #. type: textblock
11354 #: ../src/guestfs-actions.pod:2793 ../fish/guestfish-actions.pod:1910
11355 msgid ""
11356 "This returns the product name of the inspected operating system.  The "
11357 "product name is generally some freeform string which can be displayed to the "
11358 "user, but should not be parsed by programs."
11359 msgstr ""
11360
11361 # type: textblock
11362 #. type: textblock
11363 #: ../src/guestfs-actions.pod:2798 ../fish/guestfish-actions.pod:1915
11364 msgid ""
11365 "If the product name could not be determined, then the string C<unknown> is "
11366 "returned."
11367 msgstr ""
11368
11369 # type: =head2
11370 #. type: =head2
11371 #: ../src/guestfs-actions.pod:2808
11372 msgid "guestfs_inspect_get_roots"
11373 msgstr ""
11374
11375 # type: verbatim
11376 #. type: verbatim
11377 #: ../src/guestfs-actions.pod:2810
11378 #, no-wrap
11379 msgid ""
11380 " char **\n"
11381 " guestfs_inspect_get_roots (guestfs_h *g);\n"
11382 "\n"
11383 msgstr ""
11384
11385 # type: textblock
11386 #. type: textblock
11387 #: ../src/guestfs-actions.pod:2813
11388 msgid ""
11389 "This function is a convenient way to get the list of root devices, as "
11390 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
11391 "the whole inspection process."
11392 msgstr ""
11393
11394 # type: textblock
11395 #. type: textblock
11396 #: ../src/guestfs-actions.pod:2817
11397 msgid ""
11398 "This returns an empty list if either no root devices were found or the "
11399 "caller has not called C<guestfs_inspect_os>."
11400 msgstr ""
11401
11402 # type: textblock
11403 #. type: textblock
11404 #: ../src/guestfs-actions.pod:2826
11405 msgid "(Added in 1.7.3)"
11406 msgstr ""
11407
11408 # type: =head2
11409 #. type: =head2
11410 #: ../src/guestfs-actions.pod:2828
11411 msgid "guestfs_inspect_get_type"
11412 msgstr ""
11413
11414 # type: verbatim
11415 #. type: verbatim
11416 #: ../src/guestfs-actions.pod:2830
11417 #, no-wrap
11418 msgid ""
11419 " char *\n"
11420 " guestfs_inspect_get_type (guestfs_h *g,\n"
11421 "                           const char *root);\n"
11422 "\n"
11423 msgstr ""
11424
11425 # type: textblock
11426 #. type: textblock
11427 #: ../src/guestfs-actions.pod:2837 ../fish/guestfish-actions.pod:1940
11428 msgid ""
11429 "This returns the type of the inspected operating system.  Currently defined "
11430 "types are:"
11431 msgstr ""
11432
11433 # type: =item
11434 #. type: =item
11435 #: ../src/guestfs-actions.pod:2842 ../fish/guestfish-actions.pod:1945
11436 msgid "\"linux\""
11437 msgstr ""
11438
11439 # type: textblock
11440 #. type: textblock
11441 #: ../src/guestfs-actions.pod:2844 ../fish/guestfish-actions.pod:1947
11442 msgid "Any Linux-based operating system."
11443 msgstr ""
11444
11445 # type: textblock
11446 #. type: textblock
11447 #: ../src/guestfs-actions.pod:2848 ../fish/guestfish-actions.pod:1951
11448 msgid "Any Microsoft Windows operating system."
11449 msgstr ""
11450
11451 # type: =item
11452 #. type: =item
11453 #: ../src/guestfs-actions.pod:2850 ../fish/guestfish-actions.pod:1953
11454 msgid "\"freebsd\""
11455 msgstr ""
11456
11457 # type: textblock
11458 #. type: textblock
11459 #: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1955
11460 msgid "FreeBSD."
11461 msgstr ""
11462
11463 # type: textblock
11464 #. type: textblock
11465 #: ../src/guestfs-actions.pod:2856 ../fish/guestfish-actions.pod:1959
11466 msgid "The operating system type could not be determined."
11467 msgstr ""
11468
11469 # type: =head2
11470 #. type: =head2
11471 #: ../src/guestfs-actions.pod:2870
11472 msgid "guestfs_inspect_get_windows_systemroot"
11473 msgstr ""
11474
11475 # type: verbatim
11476 #. type: verbatim
11477 #: ../src/guestfs-actions.pod:2872
11478 #, no-wrap
11479 msgid ""
11480 " char *\n"
11481 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
11482 "                                         const char *root);\n"
11483 "\n"
11484 msgstr ""
11485
11486 # type: textblock
11487 #. type: textblock
11488 #: ../src/guestfs-actions.pod:2879 ../fish/guestfish-actions.pod:1975
11489 msgid ""
11490 "This returns the Windows systemroot of the inspected guest.  The systemroot "
11491 "is a directory path such as C</WINDOWS>."
11492 msgstr ""
11493
11494 # type: textblock
11495 #. type: textblock
11496 #: ../src/guestfs-actions.pod:2882 ../fish/guestfish-actions.pod:1978
11497 msgid ""
11498 "This call assumes that the guest is Windows and that the systemroot could be "
11499 "determined by inspection.  If this is not the case then an error is returned."
11500 msgstr ""
11501
11502 # type: textblock
11503 #. type: textblock
11504 #: ../src/guestfs-actions.pod:2891
11505 msgid "(Added in 1.5.25)"
11506 msgstr ""
11507
11508 # type: =head2
11509 #. type: =head2
11510 #: ../src/guestfs-actions.pod:2893
11511 msgid "guestfs_inspect_list_applications"
11512 msgstr ""
11513
11514 # type: verbatim
11515 #. type: verbatim
11516 #: ../src/guestfs-actions.pod:2895
11517 #, no-wrap
11518 msgid ""
11519 " struct guestfs_application_list *\n"
11520 " guestfs_inspect_list_applications (guestfs_h *g,\n"
11521 "                                    const char *root);\n"
11522 "\n"
11523 msgstr ""
11524
11525 # type: textblock
11526 #. type: textblock
11527 #: ../src/guestfs-actions.pod:2902 ../fish/guestfish-actions.pod:1991
11528 msgid "Return the list of applications installed in the operating system."
11529 msgstr ""
11530
11531 # type: textblock
11532 #. type: textblock
11533 #: ../src/guestfs-actions.pod:2904
11534 msgid ""
11535 "I<Note:> This call works differently from other parts of the inspection "
11536 "API.  You have to call C<guestfs_inspect_os>, then "
11537 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
11538 "this.  Listing applications is a significantly more difficult operation "
11539 "which requires access to the full filesystem.  Also note that unlike the "
11540 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
11541 "the libguestfs handle, this call actually reads parts of the mounted "
11542 "filesystems during the call."
11543 msgstr ""
11544
11545 # type: textblock
11546 #. type: textblock
11547 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2003
11548 msgid ""
11549 "This returns an empty list if the inspection code was not able to determine "
11550 "the list of applications."
11551 msgstr ""
11552
11553 # type: textblock
11554 #. type: textblock
11555 #: ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:2006
11556 msgid "The application structure contains the following fields:"
11557 msgstr ""
11558
11559 # type: =item
11560 #. type: =item
11561 #: ../src/guestfs-actions.pod:2921 ../fish/guestfish-actions.pod:2010
11562 msgid "C<app_name>"
11563 msgstr ""
11564
11565 # type: textblock
11566 #. type: textblock
11567 #: ../src/guestfs-actions.pod:2923 ../fish/guestfish-actions.pod:2012
11568 msgid ""
11569 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
11570 "guests, this is the package name."
11571 msgstr ""
11572
11573 # type: =item
11574 #. type: =item
11575 #: ../src/guestfs-actions.pod:2926 ../fish/guestfish-actions.pod:2015
11576 msgid "C<app_display_name>"
11577 msgstr ""
11578
11579 # type: textblock
11580 #. type: textblock
11581 #: ../src/guestfs-actions.pod:2928 ../fish/guestfish-actions.pod:2017
11582 msgid ""
11583 "The display name of the application, sometimes localized to the install "
11584 "language of the guest operating system."
11585 msgstr ""
11586
11587 # type: textblock
11588 #. type: textblock
11589 #: ../src/guestfs-actions.pod:2931 ../fish/guestfish-actions.pod:2020
11590 msgid ""
11591 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
11592 "to display something can use C<app_name> instead."
11593 msgstr ""
11594
11595 # type: =item
11596 #. type: =item
11597 #: ../src/guestfs-actions.pod:2934 ../fish/guestfish-actions.pod:2023
11598 msgid "C<app_epoch>"
11599 msgstr ""
11600
11601 # type: textblock
11602 #. type: textblock
11603 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2025
11604 msgid ""
11605 "For package managers which use epochs, this contains the epoch of the "
11606 "package (an integer).  If unavailable, this is returned as C<0>."
11607 msgstr ""
11608
11609 # type: =item
11610 #. type: =item
11611 #: ../src/guestfs-actions.pod:2939 ../fish/guestfish-actions.pod:2028
11612 msgid "C<app_version>"
11613 msgstr ""
11614
11615 # type: textblock
11616 #. type: textblock
11617 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2030
11618 msgid ""
11619 "The version string of the application or package.  If unavailable this is "
11620 "returned as an empty string C<\"\">."
11621 msgstr ""
11622
11623 # type: =item
11624 #. type: =item
11625 #: ../src/guestfs-actions.pod:2944 ../fish/guestfish-actions.pod:2033
11626 msgid "C<app_release>"
11627 msgstr ""
11628
11629 # type: textblock
11630 #. type: textblock
11631 #: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2035
11632 msgid ""
11633 "The release string of the application or package, for package managers that "
11634 "use this.  If unavailable this is returned as an empty string C<\"\">."
11635 msgstr ""
11636
11637 # type: =item
11638 #. type: =item
11639 #: ../src/guestfs-actions.pod:2950 ../fish/guestfish-actions.pod:2039
11640 msgid "C<app_install_path>"
11641 msgstr ""
11642
11643 # type: textblock
11644 #. type: textblock
11645 #: ../src/guestfs-actions.pod:2952 ../fish/guestfish-actions.pod:2041
11646 msgid ""
11647 "The installation path of the application (on operating systems such as "
11648 "Windows which use installation paths).  This path is in the format used by "
11649 "the guest operating system, it is not a libguestfs path."
11650 msgstr ""
11651
11652 # type: textblock
11653 #. type: textblock
11654 #: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2046
11655 msgid "If unavailable this is returned as an empty string C<\"\">."
11656 msgstr ""
11657
11658 # type: =item
11659 #. type: =item
11660 #: ../src/guestfs-actions.pod:2959 ../fish/guestfish-actions.pod:2048
11661 msgid "C<app_trans_path>"
11662 msgstr ""
11663
11664 # type: textblock
11665 #. type: textblock
11666 #: ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:2050
11667 msgid ""
11668 "The install path translated into a libguestfs path.  If unavailable this is "
11669 "returned as an empty string C<\"\">."
11670 msgstr ""
11671
11672 # type: =item
11673 #. type: =item
11674 #: ../src/guestfs-actions.pod:2964 ../fish/guestfish-actions.pod:2053
11675 msgid "C<app_publisher>"
11676 msgstr ""
11677
11678 # type: textblock
11679 #. type: textblock
11680 #: ../src/guestfs-actions.pod:2966 ../fish/guestfish-actions.pod:2055
11681 msgid ""
11682 "The name of the publisher of the application, for package managers that use "
11683 "this.  If unavailable this is returned as an empty string C<\"\">."
11684 msgstr ""
11685
11686 # type: =item
11687 #. type: =item
11688 #: ../src/guestfs-actions.pod:2970 ../fish/guestfish-actions.pod:2059
11689 msgid "C<app_url>"
11690 msgstr ""
11691
11692 # type: textblock
11693 #. type: textblock
11694 #: ../src/guestfs-actions.pod:2972 ../fish/guestfish-actions.pod:2061
11695 msgid ""
11696 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11697 "returned as an empty string C<\"\">."
11698 msgstr ""
11699
11700 # type: =item
11701 #. type: =item
11702 #: ../src/guestfs-actions.pod:2975 ../fish/guestfish-actions.pod:2064
11703 msgid "C<app_source_package>"
11704 msgstr ""
11705
11706 # type: textblock
11707 #. type: textblock
11708 #: ../src/guestfs-actions.pod:2977 ../fish/guestfish-actions.pod:2066
11709 msgid ""
11710 "For packaging systems which support this, the name of the source package.  "
11711 "If unavailable this is returned as an empty string C<\"\">."
11712 msgstr ""
11713
11714 # type: =item
11715 #. type: =item
11716 #: ../src/guestfs-actions.pod:2980 ../fish/guestfish-actions.pod:2069
11717 msgid "C<app_summary>"
11718 msgstr ""
11719
11720 # type: textblock
11721 #. type: textblock
11722 #: ../src/guestfs-actions.pod:2982 ../fish/guestfish-actions.pod:2071
11723 msgid ""
11724 "A short (usually one line) description of the application or package.  If "
11725 "unavailable this is returned as an empty string C<\"\">."
11726 msgstr ""
11727
11728 # type: =item
11729 #. type: =item
11730 #: ../src/guestfs-actions.pod:2985 ../fish/guestfish-actions.pod:2074
11731 msgid "C<app_description>"
11732 msgstr ""
11733
11734 # type: textblock
11735 #. type: textblock
11736 #: ../src/guestfs-actions.pod:2987 ../fish/guestfish-actions.pod:2076
11737 msgid ""
11738 "A longer description of the application or package.  If unavailable this is "
11739 "returned as an empty string C<\"\">."
11740 msgstr ""
11741
11742 # type: textblock
11743 #. type: textblock
11744 #: ../src/guestfs-actions.pod:2994
11745 msgid ""
11746 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11747 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11748 "after use>."
11749 msgstr ""
11750
11751 # type: textblock
11752 #. type: textblock
11753 #: ../src/guestfs-actions.pod:2998
11754 msgid "(Added in 1.7.8)"
11755 msgstr ""
11756
11757 # type: =head2
11758 #. type: =head2
11759 #: ../src/guestfs-actions.pod:3000
11760 msgid "guestfs_inspect_os"
11761 msgstr ""
11762
11763 # type: verbatim
11764 #. type: verbatim
11765 #: ../src/guestfs-actions.pod:3002
11766 #, no-wrap
11767 msgid ""
11768 " char **\n"
11769 " guestfs_inspect_os (guestfs_h *g);\n"
11770 "\n"
11771 msgstr ""
11772
11773 # type: textblock
11774 #. type: textblock
11775 #: ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:2087
11776 msgid ""
11777 "This function uses other libguestfs functions and certain heuristics to "
11778 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11779 "for operating systems."
11780 msgstr ""
11781
11782 # type: textblock
11783 #. type: textblock
11784 #: ../src/guestfs-actions.pod:3009 ../fish/guestfish-actions.pod:2091
11785 msgid "The list returned is empty if no operating systems were found."
11786 msgstr ""
11787
11788 # type: textblock
11789 #. type: textblock
11790 #: ../src/guestfs-actions.pod:3011 ../fish/guestfish-actions.pod:2093
11791 msgid ""
11792 "If one operating system was found, then this returns a list with a single "
11793 "element, which is the name of the root filesystem of this operating system.  "
11794 "It is also possible for this function to return a list containing more than "
11795 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11796 "element being the root filesystem of one of the operating systems."
11797 msgstr ""
11798
11799 # type: textblock
11800 #. type: textblock
11801 #: ../src/guestfs-actions.pod:3018
11802 msgid ""
11803 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11804 "functions in order to query further information about each operating system, "
11805 "such as the name and version."
11806 msgstr ""
11807
11808 # type: textblock
11809 #. type: textblock
11810 #: ../src/guestfs-actions.pod:3023
11811 msgid ""
11812 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11813 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11814 "the contents.  This should be called with no disks currently mounted.  The "
11815 "function may also use Augeas, so any existing Augeas handle will be closed."
11816 msgstr ""
11817
11818 # type: textblock
11819 #. type: textblock
11820 #: ../src/guestfs-actions.pod:3029 ../fish/guestfish-actions.pod:2111
11821 msgid ""
11822 "This function cannot decrypt encrypted disks.  The caller must do that first "
11823 "(supplying the necessary keys) if the disk is encrypted."
11824 msgstr ""
11825
11826 # type: textblock
11827 #. type: textblock
11828 #: ../src/guestfs-actions.pod:3035 ../src/guestfs-actions.pod:3320
11829 #: ../src/guestfs-actions.pod:3382
11830 msgid "See also C<guestfs_list_filesystems>."
11831 msgstr ""
11832
11833 # type: =head2
11834 #. type: =head2
11835 #: ../src/guestfs-actions.pod:3043
11836 msgid "guestfs_is_blockdev"
11837 msgstr ""
11838
11839 # type: verbatim
11840 #. type: verbatim
11841 #: ../src/guestfs-actions.pod:3045
11842 #, no-wrap
11843 msgid ""
11844 " int\n"
11845 " guestfs_is_blockdev (guestfs_h *g,\n"
11846 "                      const char *path);\n"
11847 "\n"
11848 msgstr ""
11849
11850 # type: textblock
11851 #. type: textblock
11852 #: ../src/guestfs-actions.pod:3049 ../fish/guestfish-actions.pod:2123
11853 msgid ""
11854 "This returns C<true> if and only if there is a block device with the given "
11855 "C<path> name."
11856 msgstr ""
11857
11858 # type: textblock
11859 #. type: textblock
11860 #: ../src/guestfs-actions.pod:3052 ../src/guestfs-actions.pod:3081
11861 #: ../src/guestfs-actions.pod:3111 ../src/guestfs-actions.pod:3126
11862 #: ../src/guestfs-actions.pod:3142 ../src/guestfs-actions.pod:3198
11863 #: ../src/guestfs-actions.pod:3213
11864 msgid "See also C<guestfs_stat>."
11865 msgstr ""
11866
11867 # type: textblock
11868 #. type: textblock
11869 #: ../src/guestfs-actions.pod:3056 ../src/guestfs-actions.pod:3085
11870 #: ../src/guestfs-actions.pod:3130 ../src/guestfs-actions.pod:3202
11871 #: ../src/guestfs-actions.pod:3217
11872 msgid "(Added in 1.5.10)"
11873 msgstr ""
11874
11875 # type: =head2
11876 #. type: =head2
11877 #: ../src/guestfs-actions.pod:3058
11878 msgid "guestfs_is_busy"
11879 msgstr ""
11880
11881 # type: verbatim
11882 #. type: verbatim
11883 #: ../src/guestfs-actions.pod:3060
11884 #, no-wrap
11885 msgid ""
11886 " int\n"
11887 " guestfs_is_busy (guestfs_h *g);\n"
11888 "\n"
11889 msgstr ""
11890
11891 # type: textblock
11892 #. type: textblock
11893 #: ../src/guestfs-actions.pod:3063 ../fish/guestfish-actions.pod:2132
11894 msgid ""
11895 "This returns true iff this handle is busy processing a command (in the "
11896 "C<BUSY> state)."
11897 msgstr ""
11898
11899 # type: =head2
11900 #. type: =head2
11901 #: ../src/guestfs-actions.pod:3072
11902 msgid "guestfs_is_chardev"
11903 msgstr ""
11904
11905 # type: verbatim
11906 #. type: verbatim
11907 #: ../src/guestfs-actions.pod:3074
11908 #, no-wrap
11909 msgid ""
11910 " int\n"
11911 " guestfs_is_chardev (guestfs_h *g,\n"
11912 "                     const char *path);\n"
11913 "\n"
11914 msgstr ""
11915
11916 # type: textblock
11917 #. type: textblock
11918 #: ../src/guestfs-actions.pod:3078 ../fish/guestfish-actions.pod:2141
11919 msgid ""
11920 "This returns C<true> if and only if there is a character device with the "
11921 "given C<path> name."
11922 msgstr ""
11923
11924 # type: =head2
11925 #. type: =head2
11926 #: ../src/guestfs-actions.pod:3087
11927 msgid "guestfs_is_config"
11928 msgstr ""
11929
11930 # type: verbatim
11931 #. type: verbatim
11932 #: ../src/guestfs-actions.pod:3089
11933 #, no-wrap
11934 msgid ""
11935 " int\n"
11936 " guestfs_is_config (guestfs_h *g);\n"
11937 "\n"
11938 msgstr ""
11939
11940 # type: textblock
11941 #. type: textblock
11942 #: ../src/guestfs-actions.pod:3092 ../fish/guestfish-actions.pod:2150
11943 msgid ""
11944 "This returns true iff this handle is being configured (in the C<CONFIG> "
11945 "state)."
11946 msgstr ""
11947
11948 # type: =head2
11949 #. type: =head2
11950 #: ../src/guestfs-actions.pod:3101
11951 msgid "guestfs_is_dir"
11952 msgstr ""
11953
11954 # type: verbatim
11955 #. type: verbatim
11956 #: ../src/guestfs-actions.pod:3103
11957 #, no-wrap
11958 msgid ""
11959 " int\n"
11960 " guestfs_is_dir (guestfs_h *g,\n"
11961 "                 const char *path);\n"
11962 "\n"
11963 msgstr ""
11964
11965 # type: textblock
11966 #. type: textblock
11967 #: ../src/guestfs-actions.pod:3107 ../fish/guestfish-actions.pod:2159
11968 msgid ""
11969 "This returns C<true> if and only if there is a directory with the given "
11970 "C<path> name.  Note that it returns false for other objects like files."
11971 msgstr ""
11972
11973 # type: =head2
11974 #. type: =head2
11975 #: ../src/guestfs-actions.pod:3117
11976 msgid "guestfs_is_fifo"
11977 msgstr ""
11978
11979 # type: verbatim
11980 #. type: verbatim
11981 #: ../src/guestfs-actions.pod:3119
11982 #, no-wrap
11983 msgid ""
11984 " int\n"
11985 " guestfs_is_fifo (guestfs_h *g,\n"
11986 "                  const char *path);\n"
11987 "\n"
11988 msgstr ""
11989
11990 # type: textblock
11991 #. type: textblock
11992 #: ../src/guestfs-actions.pod:3123 ../fish/guestfish-actions.pod:2169
11993 msgid ""
11994 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11995 "given C<path> name."
11996 msgstr ""
11997
11998 # type: =head2
11999 #. type: =head2
12000 #: ../src/guestfs-actions.pod:3132
12001 msgid "guestfs_is_file"
12002 msgstr ""
12003
12004 # type: verbatim
12005 #. type: verbatim
12006 #: ../src/guestfs-actions.pod:3134
12007 #, no-wrap
12008 msgid ""
12009 " int\n"
12010 " guestfs_is_file (guestfs_h *g,\n"
12011 "                  const char *path);\n"
12012 "\n"
12013 msgstr ""
12014
12015 # type: textblock
12016 #. type: textblock
12017 #: ../src/guestfs-actions.pod:3138 ../fish/guestfish-actions.pod:2178
12018 msgid ""
12019 "This returns C<true> if and only if there is a regular file with the given "
12020 "C<path> name.  Note that it returns false for other objects like directories."
12021 msgstr ""
12022
12023 # type: =head2
12024 #. type: =head2
12025 #: ../src/guestfs-actions.pod:3148
12026 msgid "guestfs_is_launching"
12027 msgstr ""
12028
12029 # type: verbatim
12030 #. type: verbatim
12031 #: ../src/guestfs-actions.pod:3150
12032 #, no-wrap
12033 msgid ""
12034 " int\n"
12035 " guestfs_is_launching (guestfs_h *g);\n"
12036 "\n"
12037 msgstr ""
12038
12039 # type: textblock
12040 #. type: textblock
12041 #: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2188
12042 msgid ""
12043 "This returns true iff this handle is launching the subprocess (in the "
12044 "C<LAUNCHING> state)."
12045 msgstr ""
12046
12047 # type: =head2
12048 #. type: =head2
12049 #: ../src/guestfs-actions.pod:3162
12050 msgid "guestfs_is_lv"
12051 msgstr ""
12052
12053 # type: verbatim
12054 #. type: verbatim
12055 #: ../src/guestfs-actions.pod:3164
12056 #, no-wrap
12057 msgid ""
12058 " int\n"
12059 " guestfs_is_lv (guestfs_h *g,\n"
12060 "                const char *device);\n"
12061 "\n"
12062 msgstr ""
12063
12064 # type: textblock
12065 #. type: textblock
12066 #: ../src/guestfs-actions.pod:3168 ../fish/guestfish-actions.pod:2197
12067 msgid ""
12068 "This command tests whether C<device> is a logical volume, and returns true "
12069 "iff this is the case."
12070 msgstr ""
12071
12072 # type: =head2
12073 #. type: =head2
12074 #: ../src/guestfs-actions.pod:3175
12075 msgid "guestfs_is_ready"
12076 msgstr ""
12077
12078 # type: verbatim
12079 #. type: verbatim
12080 #: ../src/guestfs-actions.pod:3177
12081 #, no-wrap
12082 msgid ""
12083 " int\n"
12084 " guestfs_is_ready (guestfs_h *g);\n"
12085 "\n"
12086 msgstr ""
12087
12088 # type: textblock
12089 #. type: textblock
12090 #: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:2204
12091 msgid ""
12092 "This returns true iff this handle is ready to accept commands (in the "
12093 "C<READY> state)."
12094 msgstr ""
12095
12096 # type: =head2
12097 #. type: =head2
12098 #: ../src/guestfs-actions.pod:3189
12099 msgid "guestfs_is_socket"
12100 msgstr ""
12101
12102 # type: verbatim
12103 #. type: verbatim
12104 #: ../src/guestfs-actions.pod:3191
12105 #, no-wrap
12106 msgid ""
12107 " int\n"
12108 " guestfs_is_socket (guestfs_h *g,\n"
12109 "                    const char *path);\n"
12110 "\n"
12111 msgstr ""
12112
12113 # type: textblock
12114 #. type: textblock
12115 #: ../src/guestfs-actions.pod:3195 ../fish/guestfish-actions.pod:2213
12116 msgid ""
12117 "This returns C<true> if and only if there is a Unix domain socket with the "
12118 "given C<path> name."
12119 msgstr ""
12120
12121 # type: =head2
12122 #. type: =head2
12123 #: ../src/guestfs-actions.pod:3204
12124 msgid "guestfs_is_symlink"
12125 msgstr ""
12126
12127 # type: verbatim
12128 #. type: verbatim
12129 #: ../src/guestfs-actions.pod:3206
12130 #, no-wrap
12131 msgid ""
12132 " int\n"
12133 " guestfs_is_symlink (guestfs_h *g,\n"
12134 "                     const char *path);\n"
12135 "\n"
12136 msgstr ""
12137
12138 # type: textblock
12139 #. type: textblock
12140 #: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2222
12141 msgid ""
12142 "This returns C<true> if and only if there is a symbolic link with the given "
12143 "C<path> name."
12144 msgstr ""
12145
12146 # type: =head2
12147 #. type: =head2
12148 #: ../src/guestfs-actions.pod:3219
12149 msgid "guestfs_kill_subprocess"
12150 msgstr ""
12151
12152 # type: verbatim
12153 #. type: verbatim
12154 #: ../src/guestfs-actions.pod:3221
12155 #, no-wrap
12156 msgid ""
12157 " int\n"
12158 " guestfs_kill_subprocess (guestfs_h *g);\n"
12159 "\n"
12160 msgstr ""
12161
12162 # type: textblock
12163 #. type: textblock
12164 #: ../src/guestfs-actions.pod:3224 ../fish/guestfish-actions.pod:2231
12165 msgid "This kills the qemu subprocess.  You should never need to call this."
12166 msgstr ""
12167
12168 # type: =head2
12169 #. type: =head2
12170 #: ../src/guestfs-actions.pod:3230
12171 msgid "guestfs_launch"
12172 msgstr ""
12173
12174 # type: verbatim
12175 #. type: verbatim
12176 #: ../src/guestfs-actions.pod:3232
12177 #, no-wrap
12178 msgid ""
12179 " int\n"
12180 " guestfs_launch (guestfs_h *g);\n"
12181 "\n"
12182 msgstr ""
12183
12184 # type: textblock
12185 #. type: textblock
12186 #: ../src/guestfs-actions.pod:3235 ../fish/guestfish-actions.pod:2239
12187 msgid ""
12188 "Internally libguestfs is implemented by running a virtual machine using "
12189 "L<qemu(1)>."
12190 msgstr ""
12191
12192 # type: textblock
12193 #. type: textblock
12194 #: ../src/guestfs-actions.pod:3238 ../fish/guestfish-actions.pod:2242
12195 msgid ""
12196 "You should call this after configuring the handle (eg. adding drives) but "
12197 "before performing any actions."
12198 msgstr ""
12199
12200 # type: =head2
12201 #. type: =head2
12202 #: ../src/guestfs-actions.pod:3245
12203 msgid "guestfs_lchown"
12204 msgstr ""
12205
12206 # type: verbatim
12207 #. type: verbatim
12208 #: ../src/guestfs-actions.pod:3247
12209 #, no-wrap
12210 msgid ""
12211 " int\n"
12212 " guestfs_lchown (guestfs_h *g,\n"
12213 "                 int owner,\n"
12214 "                 int group,\n"
12215 "                 const char *path);\n"
12216 "\n"
12217 msgstr ""
12218
12219 # type: textblock
12220 #. type: textblock
12221 #: ../src/guestfs-actions.pod:3253
12222 msgid ""
12223 "Change the file owner to C<owner> and group to C<group>.  This is like "
12224 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
12225 "changed, not the target."
12226 msgstr ""
12227
12228 # type: =head2
12229 #. type: =head2
12230 #: ../src/guestfs-actions.pod:3265
12231 msgid "guestfs_lgetxattr"
12232 msgstr ""
12233
12234 # type: verbatim
12235 #. type: verbatim
12236 #: ../src/guestfs-actions.pod:3267
12237 #, no-wrap
12238 msgid ""
12239 " char *\n"
12240 " guestfs_lgetxattr (guestfs_h *g,\n"
12241 "                    const char *path,\n"
12242 "                    const char *name,\n"
12243 "                    size_t *size_r);\n"
12244 "\n"
12245 msgstr ""
12246
12247 # type: textblock
12248 #. type: textblock
12249 #: ../src/guestfs-actions.pod:3273 ../fish/guestfish-actions.pod:2261
12250 msgid ""
12251 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
12252 "is a symlink, then this call returns an extended attribute from the symlink."
12253 msgstr ""
12254
12255 # type: textblock
12256 #. type: textblock
12257 #: ../src/guestfs-actions.pod:3287
12258 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
12259 msgstr ""
12260
12261 # type: =head2
12262 #. type: =head2
12263 #: ../src/guestfs-actions.pod:3295
12264 msgid "guestfs_lgetxattrs"
12265 msgstr ""
12266
12267 # type: verbatim
12268 #. type: verbatim
12269 #: ../src/guestfs-actions.pod:3297
12270 #, no-wrap
12271 msgid ""
12272 " struct guestfs_xattr_list *\n"
12273 " guestfs_lgetxattrs (guestfs_h *g,\n"
12274 "                     const char *path);\n"
12275 "\n"
12276 msgstr ""
12277
12278 # type: textblock
12279 #. type: textblock
12280 #: ../src/guestfs-actions.pod:3301
12281 msgid ""
12282 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
12283 "then it returns the extended attributes of the link itself."
12284 msgstr ""
12285
12286 # type: =head2
12287 #. type: =head2
12288 #: ../src/guestfs-actions.pod:3311
12289 msgid "guestfs_list_devices"
12290 msgstr ""
12291
12292 # type: verbatim
12293 #. type: verbatim
12294 #: ../src/guestfs-actions.pod:3313
12295 #, no-wrap
12296 msgid ""
12297 " char **\n"
12298 " guestfs_list_devices (guestfs_h *g);\n"
12299 "\n"
12300 msgstr ""
12301
12302 # type: textblock
12303 #. type: textblock
12304 #: ../src/guestfs-actions.pod:3316 ../fish/guestfish-actions.pod:2289
12305 msgid "List all the block devices."
12306 msgstr ""
12307
12308 # type: textblock
12309 #. type: textblock
12310 #: ../src/guestfs-actions.pod:3318 ../fish/guestfish-actions.pod:2291
12311 msgid "The full block device names are returned, eg. C</dev/sda>."
12312 msgstr ""
12313
12314 # type: =head2
12315 #. type: =head2
12316 #: ../src/guestfs-actions.pod:3328
12317 msgid "guestfs_list_filesystems"
12318 msgstr ""
12319
12320 # type: verbatim
12321 #. type: verbatim
12322 #: ../src/guestfs-actions.pod:3330
12323 #, no-wrap
12324 msgid ""
12325 " char **\n"
12326 " guestfs_list_filesystems (guestfs_h *g);\n"
12327 "\n"
12328 msgstr ""
12329
12330 # type: textblock
12331 #. type: textblock
12332 #: ../src/guestfs-actions.pod:3333 ../fish/guestfish-actions.pod:2299
12333 msgid ""
12334 "This inspection command looks for filesystems on partitions, block devices "
12335 "and logical volumes, returning a list of devices containing filesystems and "
12336 "their type."
12337 msgstr ""
12338
12339 # type: textblock
12340 #. type: textblock
12341 #: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2303
12342 msgid ""
12343 "The return value is a hash, where the keys are the devices containing "
12344 "filesystems, and the values are the filesystem types.  For example:"
12345 msgstr ""
12346
12347 # type: verbatim
12348 #. type: verbatim
12349 #: ../src/guestfs-actions.pod:3341 ../fish/guestfish-actions.pod:2307
12350 #, no-wrap
12351 msgid ""
12352 " \"/dev/sda1\" => \"ntfs\"\n"
12353 " \"/dev/sda2\" => \"ext2\"\n"
12354 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
12355 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
12356 "\n"
12357 msgstr ""
12358
12359 # type: textblock
12360 #. type: textblock
12361 #: ../src/guestfs-actions.pod:3346 ../fish/guestfish-actions.pod:2312
12362 msgid ""
12363 "The value can have the special value \"unknown\", meaning the content of the "
12364 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
12365 msgstr ""
12366
12367 # type: textblock
12368 #. type: textblock
12369 #: ../src/guestfs-actions.pod:3350
12370 msgid ""
12371 "This command runs other libguestfs commands, which might include "
12372 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
12373 "soon after launch and only when nothing is mounted."
12374 msgstr ""
12375
12376 # type: textblock
12377 #. type: textblock
12378 #: ../src/guestfs-actions.pod:3354
12379 msgid ""
12380 "Not all of the filesystems returned will be mountable.  In particular, swap "
12381 "partitions are returned in the list.  Also this command does not check that "
12382 "each filesystem found is valid and mountable, and some filesystems might be "
12383 "mountable but require special options.  Filesystems may not all belong to a "
12384 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
12385 msgstr ""
12386
12387 # type: textblock
12388 #. type: textblock
12389 #: ../src/guestfs-actions.pod:3368 ../src/guestfs-actions.pod:4961
12390 msgid "(Added in 1.5.15)"
12391 msgstr ""
12392
12393 # type: =head2
12394 #. type: =head2
12395 #: ../src/guestfs-actions.pod:3370
12396 msgid "guestfs_list_partitions"
12397 msgstr ""
12398
12399 # type: verbatim
12400 #. type: verbatim
12401 #: ../src/guestfs-actions.pod:3372
12402 #, no-wrap
12403 msgid ""
12404 " char **\n"
12405 " guestfs_list_partitions (guestfs_h *g);\n"
12406 "\n"
12407 msgstr ""
12408
12409 # type: textblock
12410 #. type: textblock
12411 #: ../src/guestfs-actions.pod:3375 ../fish/guestfish-actions.pod:2332
12412 msgid "List all the partitions detected on all block devices."
12413 msgstr ""
12414
12415 # type: textblock
12416 #. type: textblock
12417 #: ../src/guestfs-actions.pod:3377 ../fish/guestfish-actions.pod:2334
12418 msgid "The full partition device names are returned, eg. C</dev/sda1>"
12419 msgstr ""
12420
12421 # type: textblock
12422 #. type: textblock
12423 #: ../src/guestfs-actions.pod:3379
12424 msgid ""
12425 "This does not return logical volumes.  For that you will need to call "
12426 "C<guestfs_lvs>."
12427 msgstr ""
12428
12429 # type: =head2
12430 #. type: =head2
12431 #: ../src/guestfs-actions.pod:3390
12432 msgid "guestfs_ll"
12433 msgstr ""
12434
12435 # type: verbatim
12436 #. type: verbatim
12437 #: ../src/guestfs-actions.pod:3392
12438 #, no-wrap
12439 msgid ""
12440 " char *\n"
12441 " guestfs_ll (guestfs_h *g,\n"
12442 "             const char *directory);\n"
12443 "\n"
12444 msgstr ""
12445
12446 # type: textblock
12447 #. type: textblock
12448 #: ../src/guestfs-actions.pod:3396 ../fish/guestfish-actions.pod:2345
12449 msgid ""
12450 "List the files in C<directory> (relative to the root directory, there is no "
12451 "cwd) in the format of 'ls -la'."
12452 msgstr ""
12453
12454 # type: textblock
12455 #. type: textblock
12456 #: ../src/guestfs-actions.pod:3399 ../fish/guestfish-actions.pod:2348
12457 msgid ""
12458 "This command is mostly useful for interactive sessions.  It is I<not> "
12459 "intended that you try to parse the output string."
12460 msgstr ""
12461
12462 # type: =head2
12463 #. type: =head2
12464 #: ../src/guestfs-actions.pod:3407
12465 msgid "guestfs_ln"
12466 msgstr ""
12467
12468 # type: verbatim
12469 #. type: verbatim
12470 #: ../src/guestfs-actions.pod:3409
12471 #, no-wrap
12472 msgid ""
12473 " int\n"
12474 " guestfs_ln (guestfs_h *g,\n"
12475 "             const char *target,\n"
12476 "             const char *linkname);\n"
12477 "\n"
12478 msgstr ""
12479
12480 # type: textblock
12481 #. type: textblock
12482 #: ../src/guestfs-actions.pod:3414 ../fish/guestfish-actions.pod:2355
12483 msgid "This command creates a hard link using the C<ln> command."
12484 msgstr ""
12485
12486 # type: =head2
12487 #. type: =head2
12488 #: ../src/guestfs-actions.pod:3420
12489 msgid "guestfs_ln_f"
12490 msgstr ""
12491
12492 # type: verbatim
12493 #. type: verbatim
12494 #: ../src/guestfs-actions.pod:3422
12495 #, no-wrap
12496 msgid ""
12497 " int\n"
12498 " guestfs_ln_f (guestfs_h *g,\n"
12499 "               const char *target,\n"
12500 "               const char *linkname);\n"
12501 "\n"
12502 msgstr ""
12503
12504 # type: textblock
12505 #. type: textblock
12506 #: ../src/guestfs-actions.pod:3427 ../fish/guestfish-actions.pod:2361
12507 msgid ""
12508 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
12509 "option removes the link (C<linkname>) if it exists already."
12510 msgstr ""
12511
12512 # type: =head2
12513 #. type: =head2
12514 #: ../src/guestfs-actions.pod:3434
12515 msgid "guestfs_ln_s"
12516 msgstr ""
12517
12518 # type: verbatim
12519 #. type: verbatim
12520 #: ../src/guestfs-actions.pod:3436
12521 #, no-wrap
12522 msgid ""
12523 " int\n"
12524 " guestfs_ln_s (guestfs_h *g,\n"
12525 "               const char *target,\n"
12526 "               const char *linkname);\n"
12527 "\n"
12528 msgstr ""
12529
12530 # type: textblock
12531 #. type: textblock
12532 #: ../src/guestfs-actions.pod:3441 ../fish/guestfish-actions.pod:2368
12533 msgid "This command creates a symbolic link using the C<ln -s> command."
12534 msgstr ""
12535
12536 # type: =head2
12537 #. type: =head2
12538 #: ../src/guestfs-actions.pod:3447
12539 msgid "guestfs_ln_sf"
12540 msgstr ""
12541
12542 # type: verbatim
12543 #. type: verbatim
12544 #: ../src/guestfs-actions.pod:3449
12545 #, no-wrap
12546 msgid ""
12547 " int\n"
12548 " guestfs_ln_sf (guestfs_h *g,\n"
12549 "                const char *target,\n"
12550 "                const char *linkname);\n"
12551 "\n"
12552 msgstr ""
12553
12554 # type: textblock
12555 #. type: textblock
12556 #: ../src/guestfs-actions.pod:3454 ../fish/guestfish-actions.pod:2374
12557 msgid ""
12558 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
12559 "option removes the link (C<linkname>) if it exists already."
12560 msgstr ""
12561
12562 # type: =head2
12563 #. type: =head2
12564 #: ../src/guestfs-actions.pod:3461
12565 msgid "guestfs_lremovexattr"
12566 msgstr ""
12567
12568 # type: verbatim
12569 #. type: verbatim
12570 #: ../src/guestfs-actions.pod:3463
12571 #, no-wrap
12572 msgid ""
12573 " int\n"
12574 " guestfs_lremovexattr (guestfs_h *g,\n"
12575 "                       const char *xattr,\n"
12576 "                       const char *path);\n"
12577 "\n"
12578 msgstr ""
12579
12580 # type: textblock
12581 #. type: textblock
12582 #: ../src/guestfs-actions.pod:3468
12583 msgid ""
12584 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
12585 "link, then it removes an extended attribute of the link itself."
12586 msgstr ""
12587
12588 # type: =head2
12589 #. type: =head2
12590 #: ../src/guestfs-actions.pod:3476
12591 msgid "guestfs_ls"
12592 msgstr ""
12593
12594 # type: verbatim
12595 #. type: verbatim
12596 #: ../src/guestfs-actions.pod:3478
12597 #, no-wrap
12598 msgid ""
12599 " char **\n"
12600 " guestfs_ls (guestfs_h *g,\n"
12601 "             const char *directory);\n"
12602 "\n"
12603 msgstr ""
12604
12605 # type: textblock
12606 #. type: textblock
12607 #: ../src/guestfs-actions.pod:3482 ../fish/guestfish-actions.pod:2389
12608 msgid ""
12609 "List the files in C<directory> (relative to the root directory, there is no "
12610 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
12611 msgstr ""
12612
12613 # type: textblock
12614 #. type: textblock
12615 #: ../src/guestfs-actions.pod:3486
12616 msgid ""
12617 "This command is mostly useful for interactive sessions.  Programs should "
12618 "probably use C<guestfs_readdir> instead."
12619 msgstr ""
12620
12621 # type: =head2
12622 #. type: =head2
12623 #: ../src/guestfs-actions.pod:3495
12624 msgid "guestfs_lsetxattr"
12625 msgstr ""
12626
12627 # type: verbatim
12628 #. type: verbatim
12629 #: ../src/guestfs-actions.pod:3497
12630 #, no-wrap
12631 msgid ""
12632 " int\n"
12633 " guestfs_lsetxattr (guestfs_h *g,\n"
12634 "                    const char *xattr,\n"
12635 "                    const char *val,\n"
12636 "                    int vallen,\n"
12637 "                    const char *path);\n"
12638 "\n"
12639 msgstr ""
12640
12641 # type: textblock
12642 #. type: textblock
12643 #: ../src/guestfs-actions.pod:3504
12644 msgid ""
12645 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
12646 "then it sets an extended attribute of the link itself."
12647 msgstr ""
12648
12649 # type: =head2
12650 #. type: =head2
12651 #: ../src/guestfs-actions.pod:3512
12652 msgid "guestfs_lstat"
12653 msgstr ""
12654
12655 # type: verbatim
12656 #. type: verbatim
12657 #: ../src/guestfs-actions.pod:3514
12658 #, no-wrap
12659 msgid ""
12660 " struct guestfs_stat *\n"
12661 " guestfs_lstat (guestfs_h *g,\n"
12662 "                const char *path);\n"
12663 "\n"
12664 msgstr ""
12665
12666 # type: textblock
12667 #. type: textblock
12668 #: ../src/guestfs-actions.pod:3518 ../src/guestfs-actions.pod:6015
12669 #: ../fish/guestfish-actions.pod:2408 ../fish/guestfish-actions.pod:4023
12670 msgid "Returns file information for the given C<path>."
12671 msgstr ""
12672
12673 # type: textblock
12674 #. type: textblock
12675 #: ../src/guestfs-actions.pod:3520
12676 msgid ""
12677 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
12678 "link, then the link is stat-ed, not the file it refers to."
12679 msgstr ""
12680
12681 # type: textblock
12682 #. type: textblock
12683 #: ../src/guestfs-actions.pod:3524 ../fish/guestfish-actions.pod:2414
12684 msgid "This is the same as the C<lstat(2)> system call."
12685 msgstr ""
12686
12687 # type: textblock
12688 #. type: textblock
12689 #: ../src/guestfs-actions.pod:3526 ../src/guestfs-actions.pod:6019
12690 msgid ""
12691 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
12692 "error.  I<The caller must call C<guestfs_free_stat> after use>."
12693 msgstr ""
12694
12695 # type: textblock
12696 #. type: textblock
12697 #: ../src/guestfs-actions.pod:3530 ../src/guestfs-actions.pod:6023
12698 #: ../src/guestfs-actions.pod:6041 ../src/guestfs-actions.pod:6422
12699 msgid "(Added in 0.9.2)"
12700 msgstr ""
12701
12702 # type: =head2
12703 #. type: =head2
12704 #: ../src/guestfs-actions.pod:3532
12705 msgid "guestfs_lstatlist"
12706 msgstr ""
12707
12708 # type: verbatim
12709 #. type: verbatim
12710 #: ../src/guestfs-actions.pod:3534
12711 #, no-wrap
12712 msgid ""
12713 " struct guestfs_stat_list *\n"
12714 " guestfs_lstatlist (guestfs_h *g,\n"
12715 "                    const char *path,\n"
12716 "                    char *const *names);\n"
12717 "\n"
12718 msgstr ""
12719
12720 # type: textblock
12721 #. type: textblock
12722 #: ../src/guestfs-actions.pod:3539
12723 msgid ""
12724 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
12725 "files, where all files are in the directory C<path>.  C<names> is the list "
12726 "of files from this directory."
12727 msgstr ""
12728
12729 # type: textblock
12730 #. type: textblock
12731 #: ../src/guestfs-actions.pod:3543 ../fish/guestfish-actions.pod:2424
12732 msgid ""
12733 "On return you get a list of stat structs, with a one-to-one correspondence "
12734 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
12735 "then the C<ino> field of that structure is set to C<-1>."
12736 msgstr ""
12737
12738 # type: textblock
12739 #. type: textblock
12740 #: ../src/guestfs-actions.pod:3548
12741 msgid ""
12742 "This call is intended for programs that want to efficiently list a directory "
12743 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
12744 "for a similarly efficient call for getting extended attributes.  Very long "
12745 "directory listings might cause the protocol message size to be exceeded, "
12746 "causing this call to fail.  The caller must split up such requests into "
12747 "smaller groups of names."
12748 msgstr ""
12749
12750 # type: textblock
12751 #. type: textblock
12752 #: ../src/guestfs-actions.pod:3556
12753 msgid ""
12754 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12755 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12756 msgstr ""
12757
12758 # type: =head2
12759 #. type: =head2
12760 #: ../src/guestfs-actions.pod:3562
12761 msgid "guestfs_luks_add_key"
12762 msgstr ""
12763
12764 # type: verbatim
12765 #. type: verbatim
12766 #: ../src/guestfs-actions.pod:3564
12767 #, no-wrap
12768 msgid ""
12769 " int\n"
12770 " guestfs_luks_add_key (guestfs_h *g,\n"
12771 "                       const char *device,\n"
12772 "                       const char *key,\n"
12773 "                       const char *newkey,\n"
12774 "                       int keyslot);\n"
12775 "\n"
12776 msgstr ""
12777
12778 # type: textblock
12779 #. type: textblock
12780 #: ../src/guestfs-actions.pod:3571 ../fish/guestfish-actions.pod:2441
12781 msgid ""
12782 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12783 "existing key, and is used to access the device.  C<newkey> is the new key to "
12784 "add.  C<keyslot> is the key slot that will be replaced."
12785 msgstr ""
12786
12787 # type: textblock
12788 #. type: textblock
12789 #: ../src/guestfs-actions.pod:3576
12790 msgid ""
12791 "Note that if C<keyslot> already contains a key, then this command will "
12792 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12793 msgstr ""
12794
12795 # type: textblock
12796 #. type: textblock
12797 #: ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3622
12798 #: ../src/guestfs-actions.pod:3645 ../src/guestfs-actions.pod:3665
12799 #: ../src/guestfs-actions.pod:3697 ../src/guestfs-actions.pod:3716
12800 msgid ""
12801 "This function takes a key or passphrase parameter which could contain "
12802 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12803 "information."
12804 msgstr ""
12805
12806 # type: textblock
12807 #. type: textblock
12808 #: ../src/guestfs-actions.pod:3586 ../src/guestfs-actions.pod:3626
12809 #: ../src/guestfs-actions.pod:3649 ../src/guestfs-actions.pod:3669
12810 msgid "(Added in 1.5.2)"
12811 msgstr ""
12812
12813 # type: =head2
12814 #. type: =head2
12815 #: ../src/guestfs-actions.pod:3588
12816 msgid "guestfs_luks_close"
12817 msgstr ""
12818
12819 # type: verbatim
12820 #. type: verbatim
12821 #: ../src/guestfs-actions.pod:3590
12822 #, no-wrap
12823 msgid ""
12824 " int\n"
12825 " guestfs_luks_close (guestfs_h *g,\n"
12826 "                     const char *device);\n"
12827 "\n"
12828 msgstr ""
12829
12830 # type: textblock
12831 #. type: textblock
12832 #: ../src/guestfs-actions.pod:3594
12833 msgid ""
12834 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12835 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12836 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12837 "underlying block device."
12838 msgstr ""
12839
12840 # type: textblock
12841 #. type: textblock
12842 #: ../src/guestfs-actions.pod:3602 ../src/guestfs-actions.pod:3701
12843 #: ../src/guestfs-actions.pod:3720 ../src/guestfs-actions.pod:3770
12844 #: ../src/guestfs-actions.pod:3818
12845 msgid "(Added in 1.5.1)"
12846 msgstr ""
12847
12848 # type: =head2
12849 #. type: =head2
12850 #: ../src/guestfs-actions.pod:3604
12851 msgid "guestfs_luks_format"
12852 msgstr ""
12853
12854 # type: verbatim
12855 #. type: verbatim
12856 #: ../src/guestfs-actions.pod:3606
12857 #, no-wrap
12858 msgid ""
12859 " int\n"
12860 " guestfs_luks_format (guestfs_h *g,\n"
12861 "                      const char *device,\n"
12862 "                      const char *key,\n"
12863 "                      int keyslot);\n"
12864 "\n"
12865 msgstr ""
12866
12867 # type: textblock
12868 #. type: textblock
12869 #: ../src/guestfs-actions.pod:3612 ../fish/guestfish-actions.pod:2467
12870 msgid ""
12871 "This command erases existing data on C<device> and formats the device as a "
12872 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12873 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12874 msgstr ""
12875
12876 # type: textblock
12877 #. type: textblock
12878 #: ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3642
12879 #: ../src/guestfs-actions.pod:3782 ../src/guestfs-actions.pod:4712
12880 #: ../src/guestfs-actions.pod:5475 ../src/guestfs-actions.pod:5850
12881 #: ../src/guestfs-actions.pod:5873 ../src/guestfs-actions.pod:5899
12882 #: ../src/guestfs-actions.pod:7059 ../fish/guestfish-actions.pod:2475
12883 #: ../fish/guestfish-actions.pod:2488 ../fish/guestfish-actions.pod:2572
12884 #: ../fish/guestfish-actions.pod:3135 ../fish/guestfish-actions.pod:3642
12885 #: ../fish/guestfish-actions.pod:3922 ../fish/guestfish-actions.pod:3938
12886 #: ../fish/guestfish-actions.pod:3953 ../fish/guestfish-actions.pod:4668
12887 msgid ""
12888 "B<This command is dangerous.  Without careful use you can easily destroy all "
12889 "your data>."
12890 msgstr ""
12891
12892 # type: =head2
12893 #. type: =head2
12894 #: ../src/guestfs-actions.pod:3628
12895 msgid "guestfs_luks_format_cipher"
12896 msgstr ""
12897
12898 # type: verbatim
12899 #. type: verbatim
12900 #: ../src/guestfs-actions.pod:3630
12901 #, no-wrap
12902 msgid ""
12903 " int\n"
12904 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12905 "                             const char *device,\n"
12906 "                             const char *key,\n"
12907 "                             int keyslot,\n"
12908 "                             const char *cipher);\n"
12909 "\n"
12910 msgstr ""
12911
12912 # type: textblock
12913 #. type: textblock
12914 #: ../src/guestfs-actions.pod:3637
12915 msgid ""
12916 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12917 "set the C<cipher> used."
12918 msgstr ""
12919
12920 # type: =head2
12921 #. type: =head2
12922 #: ../src/guestfs-actions.pod:3651
12923 msgid "guestfs_luks_kill_slot"
12924 msgstr ""
12925
12926 # type: verbatim
12927 #. type: verbatim
12928 #: ../src/guestfs-actions.pod:3653
12929 #, no-wrap
12930 msgid ""
12931 " int\n"
12932 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12933 "                         const char *device,\n"
12934 "                         const char *key,\n"
12935 "                         int keyslot);\n"
12936 "\n"
12937 msgstr ""
12938
12939 # type: textblock
12940 #. type: textblock
12941 #: ../src/guestfs-actions.pod:3659 ../fish/guestfish-actions.pod:2495
12942 msgid ""
12943 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12944 "device C<device>.  C<key> must be one of the I<other> keys."
12945 msgstr ""
12946
12947 # type: =head2
12948 #. type: =head2
12949 #: ../src/guestfs-actions.pod:3671
12950 msgid "guestfs_luks_open"
12951 msgstr ""
12952
12953 # type: verbatim
12954 #. type: verbatim
12955 #: ../src/guestfs-actions.pod:3673
12956 #, no-wrap
12957 msgid ""
12958 " int\n"
12959 " guestfs_luks_open (guestfs_h *g,\n"
12960 "                    const char *device,\n"
12961 "                    const char *key,\n"
12962 "                    const char *mapname);\n"
12963 "\n"
12964 msgstr ""
12965
12966 # type: textblock
12967 #. type: textblock
12968 #: ../src/guestfs-actions.pod:3679 ../fish/guestfish-actions.pod:2506
12969 msgid ""
12970 "This command opens a block device which has been encrypted according to the "
12971 "Linux Unified Key Setup (LUKS) standard."
12972 msgstr ""
12973
12974 # type: textblock
12975 #. type: textblock
12976 #: ../src/guestfs-actions.pod:3682 ../fish/guestfish-actions.pod:2509
12977 msgid "C<device> is the encrypted block device or partition."
12978 msgstr ""
12979
12980 # type: textblock
12981 #. type: textblock
12982 #: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2511
12983 msgid ""
12984 "The caller must supply one of the keys associated with the LUKS block "
12985 "device, in the C<key> parameter."
12986 msgstr ""
12987
12988 # type: textblock
12989 #. type: textblock
12990 #: ../src/guestfs-actions.pod:3687 ../fish/guestfish-actions.pod:2514
12991 msgid ""
12992 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
12993 "writes to this block device are decrypted from and encrypted to the "
12994 "underlying C<device> respectively."
12995 msgstr ""
12996
12997 # type: textblock
12998 #. type: textblock
12999 #: ../src/guestfs-actions.pod:3691
13000 msgid ""
13001 "If this block device contains LVM volume groups, then calling "
13002 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
13003 "visible."
13004 msgstr ""
13005
13006 # type: =head2
13007 #. type: =head2
13008 #: ../src/guestfs-actions.pod:3703
13009 msgid "guestfs_luks_open_ro"
13010 msgstr ""
13011
13012 # type: verbatim
13013 #. type: verbatim
13014 #: ../src/guestfs-actions.pod:3705
13015 #, no-wrap
13016 msgid ""
13017 " int\n"
13018 " guestfs_luks_open_ro (guestfs_h *g,\n"
13019 "                       const char *device,\n"
13020 "                       const char *key,\n"
13021 "                       const char *mapname);\n"
13022 "\n"
13023 msgstr ""
13024
13025 # type: textblock
13026 #. type: textblock
13027 #: ../src/guestfs-actions.pod:3711
13028 msgid ""
13029 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
13030 "created."
13031 msgstr ""
13032
13033 # type: =head2
13034 #. type: =head2
13035 #: ../src/guestfs-actions.pod:3722
13036 msgid "guestfs_lvcreate"
13037 msgstr ""
13038
13039 # type: verbatim
13040 #. type: verbatim
13041 #: ../src/guestfs-actions.pod:3724
13042 #, no-wrap
13043 msgid ""
13044 " int\n"
13045 " guestfs_lvcreate (guestfs_h *g,\n"
13046 "                   const char *logvol,\n"
13047 "                   const char *volgroup,\n"
13048 "                   int mbytes);\n"
13049 "\n"
13050 msgstr ""
13051
13052 # type: textblock
13053 #. type: textblock
13054 #: ../src/guestfs-actions.pod:3730 ../fish/guestfish-actions.pod:2539
13055 msgid ""
13056 "This creates an LVM logical volume called C<logvol> on the volume group "
13057 "C<volgroup>, with C<size> megabytes."
13058 msgstr ""
13059
13060 # type: =head2
13061 #. type: =head2
13062 #: ../src/guestfs-actions.pod:3737
13063 msgid "guestfs_lvm_canonical_lv_name"
13064 msgstr ""
13065
13066 # type: verbatim
13067 #. type: verbatim
13068 #: ../src/guestfs-actions.pod:3739
13069 #, no-wrap
13070 msgid ""
13071 " char *\n"
13072 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
13073 "                                const char *lvname);\n"
13074 "\n"
13075 msgstr ""
13076
13077 # type: textblock
13078 #. type: textblock
13079 #: ../src/guestfs-actions.pod:3743 ../fish/guestfish-actions.pod:2546
13080 msgid ""
13081 "This converts alternative naming schemes for LVs that you might find to the "
13082 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
13083 "LV>."
13084 msgstr ""
13085
13086 # type: textblock
13087 #. type: textblock
13088 #: ../src/guestfs-actions.pod:3747 ../fish/guestfish-actions.pod:2550
13089 msgid ""
13090 "This command returns an error if the C<lvname> parameter does not refer to a "
13091 "logical volume."
13092 msgstr ""
13093
13094 # type: textblock
13095 #. type: textblock
13096 #: ../src/guestfs-actions.pod:3750
13097 msgid "See also C<guestfs_is_lv>."
13098 msgstr ""
13099
13100 # type: textblock
13101 #. type: textblock
13102 #: ../src/guestfs-actions.pod:3755
13103 msgid "(Added in 1.5.24)"
13104 msgstr ""
13105
13106 # type: =head2
13107 #. type: =head2
13108 #: ../src/guestfs-actions.pod:3757
13109 msgid "guestfs_lvm_clear_filter"
13110 msgstr ""
13111
13112 # type: verbatim
13113 #. type: verbatim
13114 #: ../src/guestfs-actions.pod:3759
13115 #, no-wrap
13116 msgid ""
13117 " int\n"
13118 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
13119 "\n"
13120 msgstr ""
13121
13122 # type: textblock
13123 #. type: textblock
13124 #: ../src/guestfs-actions.pod:3762
13125 msgid ""
13126 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
13127 "see every block device."
13128 msgstr ""
13129
13130 # type: textblock
13131 #. type: textblock
13132 #: ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:3807
13133 #: ../fish/guestfish-actions.pod:2562 ../fish/guestfish-actions.pod:2593
13134 msgid ""
13135 "This command also clears the LVM cache and performs a volume group scan."
13136 msgstr ""
13137
13138 # type: =head2
13139 #. type: =head2
13140 #: ../src/guestfs-actions.pod:3772
13141 msgid "guestfs_lvm_remove_all"
13142 msgstr ""
13143
13144 # type: verbatim
13145 #. type: verbatim
13146 #: ../src/guestfs-actions.pod:3774
13147 #, no-wrap
13148 msgid ""
13149 " int\n"
13150 " guestfs_lvm_remove_all (guestfs_h *g);\n"
13151 "\n"
13152 msgstr ""
13153
13154 # type: textblock
13155 #. type: textblock
13156 #: ../src/guestfs-actions.pod:3777 ../fish/guestfish-actions.pod:2569
13157 msgid ""
13158 "This command removes all LVM logical volumes, volume groups and physical "
13159 "volumes."
13160 msgstr ""
13161
13162 # type: =head2
13163 #. type: =head2
13164 #: ../src/guestfs-actions.pod:3787
13165 msgid "guestfs_lvm_set_filter"
13166 msgstr ""
13167
13168 # type: verbatim
13169 #. type: verbatim
13170 #: ../src/guestfs-actions.pod:3789
13171 #, no-wrap
13172 msgid ""
13173 " int\n"
13174 " guestfs_lvm_set_filter (guestfs_h *g,\n"
13175 "                         char *const *devices);\n"
13176 "\n"
13177 msgstr ""
13178
13179 # type: textblock
13180 #. type: textblock
13181 #: ../src/guestfs-actions.pod:3793 ../fish/guestfish-actions.pod:2579
13182 msgid ""
13183 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
13184 "block devices in the list C<devices>, and will ignore all other attached "
13185 "block devices."
13186 msgstr ""
13187
13188 # type: textblock
13189 #. type: textblock
13190 #: ../src/guestfs-actions.pod:3797 ../fish/guestfish-actions.pod:2583
13191 msgid ""
13192 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
13193 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
13194 "there are two types of duplication possible: either cloned PVs/VGs which "
13195 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
13196 "same name.  In normal operation you cannot create this situation, but you "
13197 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
13198 "inside the LVM metadata."
13199 msgstr ""
13200
13201 # type: textblock
13202 #. type: textblock
13203 #: ../src/guestfs-actions.pod:3810 ../fish/guestfish-actions.pod:2596
13204 msgid "You can filter whole block devices or individual partitions."
13205 msgstr ""
13206
13207 # type: textblock
13208 #. type: textblock
13209 #: ../src/guestfs-actions.pod:3812 ../fish/guestfish-actions.pod:2598
13210 msgid ""
13211 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
13212 "filesystem), even if you are not filtering out that VG."
13213 msgstr ""
13214
13215 # type: =head2
13216 #. type: =head2
13217 #: ../src/guestfs-actions.pod:3820
13218 msgid "guestfs_lvremove"
13219 msgstr ""
13220
13221 # type: verbatim
13222 #. type: verbatim
13223 #: ../src/guestfs-actions.pod:3822
13224 #, no-wrap
13225 msgid ""
13226 " int\n"
13227 " guestfs_lvremove (guestfs_h *g,\n"
13228 "                   const char *device);\n"
13229 "\n"
13230 msgstr ""
13231
13232 # type: textblock
13233 #. type: textblock
13234 #: ../src/guestfs-actions.pod:3826 ../fish/guestfish-actions.pod:2606
13235 msgid ""
13236 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
13237 "LV, such as C</dev/VG/LV>."
13238 msgstr ""
13239
13240 # type: textblock
13241 #. type: textblock
13242 #: ../src/guestfs-actions.pod:3829 ../fish/guestfish-actions.pod:2609
13243 msgid ""
13244 "You can also remove all LVs in a volume group by specifying the VG name, C</"
13245 "dev/VG>."
13246 msgstr ""
13247
13248 # type: textblock
13249 #. type: textblock
13250 #: ../src/guestfs-actions.pod:3834 ../src/guestfs-actions.pod:5058
13251 #: ../src/guestfs-actions.pod:6798
13252 msgid "(Added in 1.0.13)"
13253 msgstr ""
13254
13255 # type: =head2
13256 #. type: =head2
13257 #: ../src/guestfs-actions.pod:3836
13258 msgid "guestfs_lvrename"
13259 msgstr ""
13260
13261 # type: verbatim
13262 #. type: verbatim
13263 #: ../src/guestfs-actions.pod:3838
13264 #, no-wrap
13265 msgid ""
13266 " int\n"
13267 " guestfs_lvrename (guestfs_h *g,\n"
13268 "                   const char *logvol,\n"
13269 "                   const char *newlogvol);\n"
13270 "\n"
13271 msgstr ""
13272
13273 # type: textblock
13274 #. type: textblock
13275 #: ../src/guestfs-actions.pod:3843 ../fish/guestfish-actions.pod:2616
13276 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
13277 msgstr ""
13278
13279 # type: textblock
13280 #. type: textblock
13281 #: ../src/guestfs-actions.pod:3847 ../src/guestfs-actions.pod:6811
13282 msgid "(Added in 1.0.83)"
13283 msgstr ""
13284
13285 # type: =head2
13286 #. type: =head2
13287 #: ../src/guestfs-actions.pod:3849
13288 msgid "guestfs_lvresize"
13289 msgstr ""
13290
13291 # type: verbatim
13292 #. type: verbatim
13293 #: ../src/guestfs-actions.pod:3851
13294 #, no-wrap
13295 msgid ""
13296 " int\n"
13297 " guestfs_lvresize (guestfs_h *g,\n"
13298 "                   const char *device,\n"
13299 "                   int mbytes);\n"
13300 "\n"
13301 msgstr ""
13302
13303 # type: textblock
13304 #. type: textblock
13305 #: ../src/guestfs-actions.pod:3856 ../fish/guestfish-actions.pod:2622
13306 msgid ""
13307 "This resizes (expands or shrinks) an existing LVM logical volume to "
13308 "C<mbytes>.  When reducing, data in the reduced part is lost."
13309 msgstr ""
13310
13311 # type: =head2
13312 #. type: =head2
13313 #: ../src/guestfs-actions.pod:3864
13314 msgid "guestfs_lvresize_free"
13315 msgstr ""
13316
13317 # type: verbatim
13318 #. type: verbatim
13319 #: ../src/guestfs-actions.pod:3866
13320 #, no-wrap
13321 msgid ""
13322 " int\n"
13323 " guestfs_lvresize_free (guestfs_h *g,\n"
13324 "                        const char *lv,\n"
13325 "                        int percent);\n"
13326 "\n"
13327 msgstr ""
13328
13329 # type: textblock
13330 #. type: textblock
13331 #: ../src/guestfs-actions.pod:3871 ../fish/guestfish-actions.pod:2630
13332 msgid ""
13333 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
13334 "remaining free space in the volume group.  Commonly you would call this with "
13335 "pc = 100 which expands the logical volume as much as possible, using all "
13336 "remaining free space in the volume group."
13337 msgstr ""
13338
13339 # type: textblock
13340 #. type: textblock
13341 #: ../src/guestfs-actions.pod:3879
13342 msgid "(Added in 1.3.3)"
13343 msgstr ""
13344
13345 # type: =head2
13346 #. type: =head2
13347 #: ../src/guestfs-actions.pod:3881
13348 msgid "guestfs_lvs"
13349 msgstr ""
13350
13351 # type: verbatim
13352 #. type: verbatim
13353 #: ../src/guestfs-actions.pod:3883
13354 #, no-wrap
13355 msgid ""
13356 " char **\n"
13357 " guestfs_lvs (guestfs_h *g);\n"
13358 "\n"
13359 msgstr ""
13360
13361 # type: textblock
13362 #. type: textblock
13363 #: ../src/guestfs-actions.pod:3886 ../fish/guestfish-actions.pod:2640
13364 msgid ""
13365 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13366 "(8)> command."
13367 msgstr ""
13368
13369 # type: textblock
13370 #. type: textblock
13371 #: ../src/guestfs-actions.pod:3889 ../fish/guestfish-actions.pod:2643
13372 msgid ""
13373 "This returns a list of the logical volume device names (eg. C</dev/"
13374 "VolGroup00/LogVol00>)."
13375 msgstr ""
13376
13377 # type: textblock
13378 #. type: textblock
13379 #: ../src/guestfs-actions.pod:3892
13380 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
13381 msgstr ""
13382
13383 # type: =head2
13384 #. type: =head2
13385 #: ../src/guestfs-actions.pod:3900
13386 msgid "guestfs_lvs_full"
13387 msgstr ""
13388
13389 # type: verbatim
13390 #. type: verbatim
13391 #: ../src/guestfs-actions.pod:3902
13392 #, no-wrap
13393 msgid ""
13394 " struct guestfs_lvm_lv_list *\n"
13395 " guestfs_lvs_full (guestfs_h *g);\n"
13396 "\n"
13397 msgstr ""
13398
13399 # type: textblock
13400 #. type: textblock
13401 #: ../src/guestfs-actions.pod:3905 ../fish/guestfish-actions.pod:2652
13402 msgid ""
13403 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13404 "(8)> command.  The \"full\" version includes all fields."
13405 msgstr ""
13406
13407 # type: textblock
13408 #. type: textblock
13409 #: ../src/guestfs-actions.pod:3908
13410 msgid ""
13411 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
13412 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
13413 msgstr ""
13414
13415 # type: =head2
13416 #. type: =head2
13417 #: ../src/guestfs-actions.pod:3914
13418 msgid "guestfs_lvuuid"
13419 msgstr ""
13420
13421 # type: verbatim
13422 #. type: verbatim
13423 #: ../src/guestfs-actions.pod:3916
13424 #, no-wrap
13425 msgid ""
13426 " char *\n"
13427 " guestfs_lvuuid (guestfs_h *g,\n"
13428 "                 const char *device);\n"
13429 "\n"
13430 msgstr ""
13431
13432 # type: textblock
13433 #. type: textblock
13434 #: ../src/guestfs-actions.pod:3920 ../fish/guestfish-actions.pod:2659
13435 msgid "This command returns the UUID of the LVM LV C<device>."
13436 msgstr ""
13437
13438 # type: =head2
13439 #. type: =head2
13440 #: ../src/guestfs-actions.pod:3927
13441 msgid "guestfs_lxattrlist"
13442 msgstr ""
13443
13444 # type: verbatim
13445 #. type: verbatim
13446 #: ../src/guestfs-actions.pod:3929
13447 #, no-wrap
13448 msgid ""
13449 " struct guestfs_xattr_list *\n"
13450 " guestfs_lxattrlist (guestfs_h *g,\n"
13451 "                     const char *path,\n"
13452 "                     char *const *names);\n"
13453 "\n"
13454 msgstr ""
13455
13456 # type: textblock
13457 #. type: textblock
13458 #: ../src/guestfs-actions.pod:3934 ../fish/guestfish-actions.pod:2665
13459 msgid ""
13460 "This call allows you to get the extended attributes of multiple files, where "
13461 "all files are in the directory C<path>.  C<names> is the list of files from "
13462 "this directory."
13463 msgstr ""
13464
13465 # type: textblock
13466 #. type: textblock
13467 #: ../src/guestfs-actions.pod:3938 ../fish/guestfish-actions.pod:2669
13468 msgid ""
13469 "On return you get a flat list of xattr structs which must be interpreted "
13470 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
13471 "C<attrval> in this struct is zero-length to indicate there was an error "
13472 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
13473 "number (the number of following attributes for this file, which could be C<"
13474 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
13475 "for the first named file.  This repeats for the second and subsequent files."
13476 msgstr ""
13477
13478 # type: textblock
13479 #. type: textblock
13480 #: ../src/guestfs-actions.pod:3948
13481 msgid ""
13482 "This call is intended for programs that want to efficiently list a directory "
13483 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
13484 "a similarly efficient call for getting standard stats.  Very long directory "
13485 "listings might cause the protocol message size to be exceeded, causing this "
13486 "call to fail.  The caller must split up such requests into smaller groups of "
13487 "names."
13488 msgstr ""
13489
13490 # type: =head2
13491 #. type: =head2
13492 #: ../src/guestfs-actions.pod:3962
13493 msgid "guestfs_mkdir"
13494 msgstr ""
13495
13496 # type: verbatim
13497 #. type: verbatim
13498 #: ../src/guestfs-actions.pod:3964
13499 #, no-wrap
13500 msgid ""
13501 " int\n"
13502 " guestfs_mkdir (guestfs_h *g,\n"
13503 "                const char *path);\n"
13504 "\n"
13505 msgstr ""
13506
13507 # type: textblock
13508 #. type: textblock
13509 #: ../src/guestfs-actions.pod:3968 ../fish/guestfish-actions.pod:2691
13510 msgid "Create a directory named C<path>."
13511 msgstr ""
13512
13513 # type: =head2
13514 #. type: =head2
13515 #: ../src/guestfs-actions.pod:3974
13516 msgid "guestfs_mkdir_mode"
13517 msgstr ""
13518
13519 # type: verbatim
13520 #. type: verbatim
13521 #: ../src/guestfs-actions.pod:3976
13522 #, no-wrap
13523 msgid ""
13524 " int\n"
13525 " guestfs_mkdir_mode (guestfs_h *g,\n"
13526 "                     const char *path,\n"
13527 "                     int mode);\n"
13528 "\n"
13529 msgstr ""
13530
13531 # type: textblock
13532 #. type: textblock
13533 #: ../src/guestfs-actions.pod:3981 ../fish/guestfish-actions.pod:2697
13534 msgid ""
13535 "This command creates a directory, setting the initial permissions of the "
13536 "directory to C<mode>."
13537 msgstr ""
13538
13539 # type: textblock
13540 #. type: textblock
13541 #: ../src/guestfs-actions.pod:3984 ../fish/guestfish-actions.pod:2700
13542 msgid ""
13543 "For common Linux filesystems, the actual mode which is set will be C<mode & "
13544 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
13545 "other ways."
13546 msgstr ""
13547
13548 # type: textblock
13549 #. type: textblock
13550 #: ../src/guestfs-actions.pod:3988
13551 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
13552 msgstr ""
13553
13554 # type: =head2
13555 #. type: =head2
13556 #: ../src/guestfs-actions.pod:3994
13557 msgid "guestfs_mkdir_p"
13558 msgstr ""
13559
13560 # type: verbatim
13561 #. type: verbatim
13562 #: ../src/guestfs-actions.pod:3996
13563 #, no-wrap
13564 msgid ""
13565 " int\n"
13566 " guestfs_mkdir_p (guestfs_h *g,\n"
13567 "                  const char *path);\n"
13568 "\n"
13569 msgstr ""
13570
13571 # type: textblock
13572 #. type: textblock
13573 #: ../src/guestfs-actions.pod:4000 ../fish/guestfish-actions.pod:2710
13574 msgid ""
13575 "Create a directory named C<path>, creating any parent directories as "
13576 "necessary.  This is like the C<mkdir -p> shell command."
13577 msgstr ""
13578
13579 # type: =head2
13580 #. type: =head2
13581 #: ../src/guestfs-actions.pod:4007
13582 msgid "guestfs_mkdtemp"
13583 msgstr ""
13584
13585 # type: verbatim
13586 #. type: verbatim
13587 #: ../src/guestfs-actions.pod:4009
13588 #, no-wrap
13589 msgid ""
13590 " char *\n"
13591 " guestfs_mkdtemp (guestfs_h *g,\n"
13592 "                  const char *template);\n"
13593 "\n"
13594 msgstr ""
13595
13596 # type: textblock
13597 #. type: textblock
13598 #: ../src/guestfs-actions.pod:4013 ../fish/guestfish-actions.pod:2717
13599 msgid ""
13600 "This command creates a temporary directory.  The C<template> parameter "
13601 "should be a full pathname for the temporary directory name with the final "
13602 "six characters being \"XXXXXX\"."
13603 msgstr ""
13604
13605 # type: textblock
13606 #. type: textblock
13607 #: ../src/guestfs-actions.pod:4018 ../fish/guestfish-actions.pod:2722
13608 msgid ""
13609 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
13610 "being suitable for Windows filesystems."
13611 msgstr ""
13612
13613 # type: textblock
13614 #. type: textblock
13615 #: ../src/guestfs-actions.pod:4021 ../fish/guestfish-actions.pod:2725
13616 msgid "The name of the temporary directory that was created is returned."
13617 msgstr ""
13618
13619 # type: textblock
13620 #. type: textblock
13621 #: ../src/guestfs-actions.pod:4024 ../fish/guestfish-actions.pod:2728
13622 msgid "The temporary directory is created with mode 0700 and is owned by root."
13623 msgstr ""
13624
13625 # type: textblock
13626 #. type: textblock
13627 #: ../src/guestfs-actions.pod:4027 ../fish/guestfish-actions.pod:2731
13628 msgid ""
13629 "The caller is responsible for deleting the temporary directory and its "
13630 "contents after use."
13631 msgstr ""
13632
13633 # type: textblock
13634 #. type: textblock
13635 #: ../src/guestfs-actions.pod:4030 ../fish/guestfish-actions.pod:2734
13636 msgid "See also: L<mkdtemp(3)>"
13637 msgstr ""
13638
13639 # type: =head2
13640 #. type: =head2
13641 #: ../src/guestfs-actions.pod:4037
13642 msgid "guestfs_mke2fs_J"
13643 msgstr ""
13644
13645 # type: verbatim
13646 #. type: verbatim
13647 #: ../src/guestfs-actions.pod:4039
13648 #, no-wrap
13649 msgid ""
13650 " int\n"
13651 " guestfs_mke2fs_J (guestfs_h *g,\n"
13652 "                   const char *fstype,\n"
13653 "                   int blocksize,\n"
13654 "                   const char *device,\n"
13655 "                   const char *journal);\n"
13656 "\n"
13657 msgstr ""
13658
13659 # type: textblock
13660 #. type: textblock
13661 #: ../src/guestfs-actions.pod:4046 ../fish/guestfish-actions.pod:2740
13662 msgid ""
13663 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13664 "C<journal>.  It is equivalent to the command:"
13665 msgstr ""
13666
13667 # type: verbatim
13668 #. type: verbatim
13669 #: ../src/guestfs-actions.pod:4050 ../fish/guestfish-actions.pod:2744
13670 #, no-wrap
13671 msgid ""
13672 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
13673 "\n"
13674 msgstr ""
13675
13676 # type: textblock
13677 #. type: textblock
13678 #: ../src/guestfs-actions.pod:4052
13679 msgid "See also C<guestfs_mke2journal>."
13680 msgstr ""
13681
13682 # type: textblock
13683 #. type: textblock
13684 #: ../src/guestfs-actions.pod:4056 ../src/guestfs-actions.pod:4074
13685 #: ../src/guestfs-actions.pod:4092 ../src/guestfs-actions.pod:4108
13686 #: ../src/guestfs-actions.pod:4122 ../src/guestfs-actions.pod:4136
13687 #: ../src/guestfs-actions.pod:4195 ../src/guestfs-actions.pod:4448
13688 msgid "(Added in 1.0.68)"
13689 msgstr ""
13690
13691 # type: =head2
13692 #. type: =head2
13693 #: ../src/guestfs-actions.pod:4058
13694 msgid "guestfs_mke2fs_JL"
13695 msgstr ""
13696
13697 # type: verbatim
13698 #. type: verbatim
13699 #: ../src/guestfs-actions.pod:4060
13700 #, no-wrap
13701 msgid ""
13702 " int\n"
13703 " guestfs_mke2fs_JL (guestfs_h *g,\n"
13704 "                    const char *fstype,\n"
13705 "                    int blocksize,\n"
13706 "                    const char *device,\n"
13707 "                    const char *label);\n"
13708 "\n"
13709 msgstr ""
13710
13711 # type: textblock
13712 #. type: textblock
13713 #: ../src/guestfs-actions.pod:4067 ../fish/guestfish-actions.pod:2752
13714 msgid ""
13715 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13716 "the journal labeled C<label>."
13717 msgstr ""
13718
13719 # type: textblock
13720 #. type: textblock
13721 #: ../src/guestfs-actions.pod:4070
13722 msgid "See also C<guestfs_mke2journal_L>."
13723 msgstr ""
13724
13725 # type: =head2
13726 #. type: =head2
13727 #: ../src/guestfs-actions.pod:4076
13728 msgid "guestfs_mke2fs_JU"
13729 msgstr ""
13730
13731 # type: verbatim
13732 #. type: verbatim
13733 #: ../src/guestfs-actions.pod:4078
13734 #, no-wrap
13735 msgid ""
13736 " int\n"
13737 " guestfs_mke2fs_JU (guestfs_h *g,\n"
13738 "                    const char *fstype,\n"
13739 "                    int blocksize,\n"
13740 "                    const char *device,\n"
13741 "                    const char *uuid);\n"
13742 "\n"
13743 msgstr ""
13744
13745 # type: textblock
13746 #. type: textblock
13747 #: ../src/guestfs-actions.pod:4085 ../fish/guestfish-actions.pod:2761
13748 msgid ""
13749 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13750 "the journal with UUID C<uuid>."
13751 msgstr ""
13752
13753 # type: textblock
13754 #. type: textblock
13755 #: ../src/guestfs-actions.pod:4088
13756 msgid "See also C<guestfs_mke2journal_U>."
13757 msgstr ""
13758
13759 # type: =head2
13760 #. type: =head2
13761 #: ../src/guestfs-actions.pod:4094
13762 msgid "guestfs_mke2journal"
13763 msgstr ""
13764
13765 # type: verbatim
13766 #. type: verbatim
13767 #: ../src/guestfs-actions.pod:4096
13768 #, no-wrap
13769 msgid ""
13770 " int\n"
13771 " guestfs_mke2journal (guestfs_h *g,\n"
13772 "                      int blocksize,\n"
13773 "                      const char *device);\n"
13774 "\n"
13775 msgstr ""
13776
13777 # type: textblock
13778 #. type: textblock
13779 #: ../src/guestfs-actions.pod:4101 ../fish/guestfish-actions.pod:2770
13780 msgid ""
13781 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
13782 "command:"
13783 msgstr ""
13784
13785 # type: verbatim
13786 #. type: verbatim
13787 #: ../src/guestfs-actions.pod:4104 ../fish/guestfish-actions.pod:2773
13788 #, no-wrap
13789 msgid ""
13790 " mke2fs -O journal_dev -b blocksize device\n"
13791 "\n"
13792 msgstr ""
13793
13794 # type: =head2
13795 #. type: =head2
13796 #: ../src/guestfs-actions.pod:4110
13797 msgid "guestfs_mke2journal_L"
13798 msgstr ""
13799
13800 # type: verbatim
13801 #. type: verbatim
13802 #: ../src/guestfs-actions.pod:4112
13803 #, no-wrap
13804 msgid ""
13805 " int\n"
13806 " guestfs_mke2journal_L (guestfs_h *g,\n"
13807 "                        int blocksize,\n"
13808 "                        const char *label,\n"
13809 "                        const char *device);\n"
13810 "\n"
13811 msgstr ""
13812
13813 # type: textblock
13814 #. type: textblock
13815 #: ../src/guestfs-actions.pod:4118 ../fish/guestfish-actions.pod:2779
13816 msgid "This creates an ext2 external journal on C<device> with label C<label>."
13817 msgstr ""
13818
13819 # type: =head2
13820 #. type: =head2
13821 #: ../src/guestfs-actions.pod:4124
13822 msgid "guestfs_mke2journal_U"
13823 msgstr ""
13824
13825 # type: verbatim
13826 #. type: verbatim
13827 #: ../src/guestfs-actions.pod:4126
13828 #, no-wrap
13829 msgid ""
13830 " int\n"
13831 " guestfs_mke2journal_U (guestfs_h *g,\n"
13832 "                        int blocksize,\n"
13833 "                        const char *uuid,\n"
13834 "                        const char *device);\n"
13835 "\n"
13836 msgstr ""
13837
13838 # type: textblock
13839 #. type: textblock
13840 #: ../src/guestfs-actions.pod:4132 ../fish/guestfish-actions.pod:2785
13841 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
13842 msgstr ""
13843
13844 # type: =head2
13845 #. type: =head2
13846 #: ../src/guestfs-actions.pod:4138
13847 msgid "guestfs_mkfifo"
13848 msgstr ""
13849
13850 # type: verbatim
13851 #. type: verbatim
13852 #: ../src/guestfs-actions.pod:4140
13853 #, no-wrap
13854 msgid ""
13855 " int\n"
13856 " guestfs_mkfifo (guestfs_h *g,\n"
13857 "                 int mode,\n"
13858 "                 const char *path);\n"
13859 "\n"
13860 msgstr ""
13861
13862 # type: textblock
13863 #. type: textblock
13864 #: ../src/guestfs-actions.pod:4145
13865 msgid ""
13866 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
13867 "is just a convenient wrapper around C<guestfs_mknod>."
13868 msgstr ""
13869
13870 # type: =head2
13871 #. type: =head2
13872 #: ../src/guestfs-actions.pod:4155
13873 msgid "guestfs_mkfs"
13874 msgstr ""
13875
13876 # type: verbatim
13877 #. type: verbatim
13878 #: ../src/guestfs-actions.pod:4157
13879 #, no-wrap
13880 msgid ""
13881 " int\n"
13882 " guestfs_mkfs (guestfs_h *g,\n"
13883 "               const char *fstype,\n"
13884 "               const char *device);\n"
13885 "\n"
13886 msgstr ""
13887
13888 # type: textblock
13889 #. type: textblock
13890 #: ../src/guestfs-actions.pod:4162 ../fish/guestfish-actions.pod:2801
13891 msgid ""
13892 "This creates a filesystem on C<device> (usually a partition or LVM logical "
13893 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
13894 msgstr ""
13895
13896 # type: =head2
13897 #. type: =head2
13898 #: ../src/guestfs-actions.pod:4170
13899 msgid "guestfs_mkfs_b"
13900 msgstr ""
13901
13902 # type: verbatim
13903 #. type: verbatim
13904 #: ../src/guestfs-actions.pod:4172
13905 #, no-wrap
13906 msgid ""
13907 " int\n"
13908 " guestfs_mkfs_b (guestfs_h *g,\n"
13909 "                 const char *fstype,\n"
13910 "                 int blocksize,\n"
13911 "                 const char *device);\n"
13912 "\n"
13913 msgstr ""
13914
13915 # type: textblock
13916 #. type: textblock
13917 #: ../src/guestfs-actions.pod:4178
13918 msgid ""
13919 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13920 "block size of the resulting filesystem.  Supported block sizes depend on the "
13921 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13922 msgstr ""
13923
13924 # type: textblock
13925 #. type: textblock
13926 #: ../src/guestfs-actions.pod:4183 ../src/guestfs-actions.pod:4225
13927 #: ../fish/guestfish-actions.pod:2814 ../fish/guestfish-actions.pod:2841
13928 msgid ""
13929 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13930 "cluster size."
13931 msgstr ""
13932
13933 # type: textblock
13934 #. type: textblock
13935 #: ../src/guestfs-actions.pod:4188 ../fish/guestfish-actions.pod:2817
13936 msgid ""
13937 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
13938 msgstr ""
13939
13940 # type: =head2
13941 #. type: =head2
13942 #: ../src/guestfs-actions.pod:4197
13943 msgid "guestfs_mkfs_opts"
13944 msgstr ""
13945
13946 # type: verbatim
13947 #. type: verbatim
13948 #: ../src/guestfs-actions.pod:4199
13949 #, no-wrap
13950 msgid ""
13951 " int\n"
13952 " guestfs_mkfs_opts (guestfs_h *g,\n"
13953 "                    const char *fstype,\n"
13954 "                    const char *device,\n"
13955 "                    ...);\n"
13956 "\n"
13957 msgstr ""
13958
13959 # type: verbatim
13960 #. type: verbatim
13961 #: ../src/guestfs-actions.pod:4210
13962 #, no-wrap
13963 msgid ""
13964 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13965 "\n"
13966 msgstr ""
13967
13968 # type: textblock
13969 #. type: textblock
13970 #: ../src/guestfs-actions.pod:4212 ../fish/guestfish-actions.pod:2828
13971 msgid ""
13972 "This function creates a filesystem on C<device>.  The filesystem type is "
13973 "C<fstype>, for example C<ext3>."
13974 msgstr ""
13975
13976 # type: =item
13977 #. type: =item
13978 #: ../src/guestfs-actions.pod:4219 ../fish/guestfish-actions.pod:2835
13979 msgid "C<blocksize>"
13980 msgstr ""
13981
13982 # type: textblock
13983 #. type: textblock
13984 #: ../src/guestfs-actions.pod:4221 ../fish/guestfish-actions.pod:2837
13985 msgid ""
13986 "The filesystem block size.  Supported block sizes depend on the filesystem "
13987 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13988 "filesystems."
13989 msgstr ""
13990
13991 #. type: textblock
13992 #: ../src/guestfs-actions.pod:4228 ../fish/guestfish-actions.pod:2844
13993 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
13994 msgstr ""
13995
13996 #. type: textblock
13997 #: ../src/guestfs-actions.pod:4234
13998 msgid "(Added in 1.7.19)"
13999 msgstr ""
14000
14001 # type: =head2
14002 #. type: =head2
14003 #: ../src/guestfs-actions.pod:4236
14004 msgid "guestfs_mkfs_opts_va"
14005 msgstr ""
14006
14007 # type: verbatim
14008 #. type: verbatim
14009 #: ../src/guestfs-actions.pod:4238
14010 #, no-wrap
14011 msgid ""
14012 " int\n"
14013 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
14014 "                       const char *fstype,\n"
14015 "                       const char *device,\n"
14016 "                       va_list args);\n"
14017 "\n"
14018 msgstr ""
14019
14020 # type: textblock
14021 #. type: textblock
14022 #: ../src/guestfs-actions.pod:4244
14023 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
14024 msgstr ""
14025
14026 # type: =head2
14027 #. type: =head2
14028 #: ../src/guestfs-actions.pod:4248
14029 msgid "guestfs_mkfs_opts_argv"
14030 msgstr ""
14031
14032 # type: verbatim
14033 #. type: verbatim
14034 #: ../src/guestfs-actions.pod:4250
14035 #, no-wrap
14036 msgid ""
14037 " int\n"
14038 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
14039 "                         const char *fstype,\n"
14040 "                         const char *device,\n"
14041 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
14042 "\n"
14043 msgstr ""
14044
14045 # type: textblock
14046 #. type: textblock
14047 #: ../src/guestfs-actions.pod:4256
14048 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
14049 msgstr ""
14050
14051 # type: =head2
14052 #. type: =head2
14053 #: ../src/guestfs-actions.pod:4260
14054 msgid "guestfs_mkmountpoint"
14055 msgstr ""
14056
14057 # type: verbatim
14058 #. type: verbatim
14059 #: ../src/guestfs-actions.pod:4262
14060 #, no-wrap
14061 msgid ""
14062 " int\n"
14063 " guestfs_mkmountpoint (guestfs_h *g,\n"
14064 "                       const char *exemptpath);\n"
14065 "\n"
14066 msgstr ""
14067
14068 # type: textblock
14069 #. type: textblock
14070 #: ../src/guestfs-actions.pod:4266
14071 msgid ""
14072 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
14073 "that can be used to create extra mountpoints before mounting the first "
14074 "filesystem."
14075 msgstr ""
14076
14077 # type: textblock
14078 #. type: textblock
14079 #: ../src/guestfs-actions.pod:4270 ../fish/guestfish-actions.pod:2858
14080 msgid ""
14081 "These calls are I<only> necessary in some very limited circumstances, mainly "
14082 "the case where you want to mount a mix of unrelated and/or read-only "
14083 "filesystems together."
14084 msgstr ""
14085
14086 # type: textblock
14087 #. type: textblock
14088 #: ../src/guestfs-actions.pod:4274 ../fish/guestfish-actions.pod:2862
14089 msgid ""
14090 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
14091 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
14092 "inside that.  You can unpack this as follows in guestfish:"
14093 msgstr ""
14094
14095 # type: verbatim
14096 #. type: verbatim
14097 #: ../src/guestfs-actions.pod:4279 ../fish/guestfish-actions.pod:2867
14098 #, no-wrap
14099 msgid ""
14100 " add-ro Fedora-11-i686-Live.iso\n"
14101 " run\n"
14102 " mkmountpoint /cd\n"
14103 " mkmountpoint /sqsh\n"
14104 " mkmountpoint /ext3fs\n"
14105 " mount /dev/sda /cd\n"
14106 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
14107 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
14108 "\n"
14109 msgstr ""
14110
14111 # type: textblock
14112 #. type: textblock
14113 #: ../src/guestfs-actions.pod:4288 ../fish/guestfish-actions.pod:2876
14114 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
14115 msgstr ""
14116
14117 # type: textblock
14118 #. type: textblock
14119 #: ../src/guestfs-actions.pod:4290
14120 msgid ""
14121 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
14122 "may get unexpected errors if you try to mix these calls.  It is safest to "
14123 "manually unmount filesystems and remove mountpoints after use."
14124 msgstr ""
14125
14126 # type: textblock
14127 #. type: textblock
14128 #: ../src/guestfs-actions.pod:4294
14129 msgid ""
14130 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
14131 "first, so for this to work for manual mountpoints, you must ensure that the "
14132 "innermost mountpoints have the longest pathnames, as in the example code "
14133 "above."
14134 msgstr ""
14135
14136 # type: textblock
14137 #. type: textblock
14138 #: ../src/guestfs-actions.pod:4299 ../fish/guestfish-actions.pod:2887
14139 msgid ""
14140 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
14141 msgstr ""
14142
14143 # type: textblock
14144 #. type: textblock
14145 #: ../src/guestfs-actions.pod:4301
14146 msgid ""
14147 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
14148 "means that C<guestfs_umount_all> is called when the handle is closed which "
14149 "can also trigger these issues."
14150 msgstr ""
14151
14152 # type: textblock
14153 #. type: textblock
14154 #: ../src/guestfs-actions.pod:4307 ../src/guestfs-actions.pod:4566
14155 #: ../src/guestfs-actions.pod:5459
14156 msgid "(Added in 1.0.62)"
14157 msgstr ""
14158
14159 # type: =head2
14160 #. type: =head2
14161 #: ../src/guestfs-actions.pod:4309
14162 msgid "guestfs_mknod"
14163 msgstr ""
14164
14165 # type: verbatim
14166 #. type: verbatim
14167 #: ../src/guestfs-actions.pod:4311
14168 #, no-wrap
14169 msgid ""
14170 " int\n"
14171 " guestfs_mknod (guestfs_h *g,\n"
14172 "                int mode,\n"
14173 "                int devmajor,\n"
14174 "                int devminor,\n"
14175 "                const char *path);\n"
14176 "\n"
14177 msgstr ""
14178
14179 # type: textblock
14180 #. type: textblock
14181 #: ../src/guestfs-actions.pod:4318 ../fish/guestfish-actions.pod:2897
14182 msgid ""
14183 "This call creates block or character special devices, or named pipes (FIFOs)."
14184 msgstr ""
14185
14186 # type: textblock
14187 #. type: textblock
14188 #: ../src/guestfs-actions.pod:4321 ../fish/guestfish-actions.pod:2900
14189 msgid ""
14190 "The C<mode> parameter should be the mode, using the standard constants.  "
14191 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
14192 "used when creating block and character special devices."
14193 msgstr ""
14194
14195 # type: textblock
14196 #. type: textblock
14197 #: ../src/guestfs-actions.pod:4326
14198 msgid ""
14199 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
14200 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
14201 "regular file).  These constants are available in the standard Linux header "
14202 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
14203 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
14204 "the appropriate constant for you."
14205 msgstr ""
14206
14207 # type: =head2
14208 #. type: =head2
14209 #: ../src/guestfs-actions.pod:4340
14210 msgid "guestfs_mknod_b"
14211 msgstr ""
14212
14213 # type: verbatim
14214 #. type: verbatim
14215 #: ../src/guestfs-actions.pod:4342
14216 #, no-wrap
14217 msgid ""
14218 " int\n"
14219 " guestfs_mknod_b (guestfs_h *g,\n"
14220 "                  int mode,\n"
14221 "                  int devmajor,\n"
14222 "                  int devminor,\n"
14223 "                  const char *path);\n"
14224 "\n"
14225 msgstr ""
14226
14227 # type: textblock
14228 #. type: textblock
14229 #: ../src/guestfs-actions.pod:4349
14230 msgid ""
14231 "This call creates a block device node called C<path> with mode C<mode> and "
14232 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
14233 "wrapper around C<guestfs_mknod>."
14234 msgstr ""
14235
14236 # type: =head2
14237 #. type: =head2
14238 #: ../src/guestfs-actions.pod:4359
14239 msgid "guestfs_mknod_c"
14240 msgstr ""
14241
14242 # type: verbatim
14243 #. type: verbatim
14244 #: ../src/guestfs-actions.pod:4361
14245 #, no-wrap
14246 msgid ""
14247 " int\n"
14248 " guestfs_mknod_c (guestfs_h *g,\n"
14249 "                  int mode,\n"
14250 "                  int devmajor,\n"
14251 "                  int devminor,\n"
14252 "                  const char *path);\n"
14253 "\n"
14254 msgstr ""
14255
14256 # type: textblock
14257 #. type: textblock
14258 #: ../src/guestfs-actions.pod:4368
14259 msgid ""
14260 "This call creates a char device node called C<path> with mode C<mode> and "
14261 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
14262 "wrapper around C<guestfs_mknod>."
14263 msgstr ""
14264
14265 # type: =head2
14266 #. type: =head2
14267 #: ../src/guestfs-actions.pod:4378
14268 msgid "guestfs_mkswap"
14269 msgstr ""
14270
14271 # type: verbatim
14272 #. type: verbatim
14273 #: ../src/guestfs-actions.pod:4380
14274 #, no-wrap
14275 msgid ""
14276 " int\n"
14277 " guestfs_mkswap (guestfs_h *g,\n"
14278 "                 const char *device);\n"
14279 "\n"
14280 msgstr ""
14281
14282 # type: textblock
14283 #. type: textblock
14284 #: ../src/guestfs-actions.pod:4384 ../fish/guestfish-actions.pod:2939
14285 msgid "Create a swap partition on C<device>."
14286 msgstr ""
14287
14288 # type: =head2
14289 #. type: =head2
14290 #: ../src/guestfs-actions.pod:4390
14291 msgid "guestfs_mkswap_L"
14292 msgstr ""
14293
14294 # type: verbatim
14295 #. type: verbatim
14296 #: ../src/guestfs-actions.pod:4392
14297 #, no-wrap
14298 msgid ""
14299 " int\n"
14300 " guestfs_mkswap_L (guestfs_h *g,\n"
14301 "                   const char *label,\n"
14302 "                   const char *device);\n"
14303 "\n"
14304 msgstr ""
14305
14306 # type: textblock
14307 #. type: textblock
14308 #: ../src/guestfs-actions.pod:4397 ../fish/guestfish-actions.pod:2945
14309 msgid "Create a swap partition on C<device> with label C<label>."
14310 msgstr ""
14311
14312 # type: textblock
14313 #. type: textblock
14314 #: ../src/guestfs-actions.pod:4399 ../fish/guestfish-actions.pod:2947
14315 msgid ""
14316 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
14317 "sda>), just to a partition.  This appears to be a limitation of the kernel "
14318 "or swap tools."
14319 msgstr ""
14320
14321 # type: =head2
14322 #. type: =head2
14323 #: ../src/guestfs-actions.pod:4407
14324 msgid "guestfs_mkswap_U"
14325 msgstr ""
14326
14327 # type: verbatim
14328 #. type: verbatim
14329 #: ../src/guestfs-actions.pod:4409
14330 #, no-wrap
14331 msgid ""
14332 " int\n"
14333 " guestfs_mkswap_U (guestfs_h *g,\n"
14334 "                   const char *uuid,\n"
14335 "                   const char *device);\n"
14336 "\n"
14337 msgstr ""
14338
14339 # type: textblock
14340 #. type: textblock
14341 #: ../src/guestfs-actions.pod:4414 ../fish/guestfish-actions.pod:2955
14342 msgid "Create a swap partition on C<device> with UUID C<uuid>."
14343 msgstr ""
14344
14345 # type: =head2
14346 #. type: =head2
14347 #: ../src/guestfs-actions.pod:4420
14348 msgid "guestfs_mkswap_file"
14349 msgstr ""
14350
14351 # type: verbatim
14352 #. type: verbatim
14353 #: ../src/guestfs-actions.pod:4422
14354 #, no-wrap
14355 msgid ""
14356 " int\n"
14357 " guestfs_mkswap_file (guestfs_h *g,\n"
14358 "                      const char *path);\n"
14359 "\n"
14360 msgstr ""
14361
14362 # type: textblock
14363 #. type: textblock
14364 #: ../src/guestfs-actions.pod:4426 ../fish/guestfish-actions.pod:2961
14365 msgid "Create a swap file."
14366 msgstr ""
14367
14368 # type: textblock
14369 #. type: textblock
14370 #: ../src/guestfs-actions.pod:4428
14371 msgid ""
14372 "This command just writes a swap file signature to an existing file.  To "
14373 "create the file itself, use something like C<guestfs_fallocate>."
14374 msgstr ""
14375
14376 # type: =head2
14377 #. type: =head2
14378 #: ../src/guestfs-actions.pod:4435
14379 msgid "guestfs_modprobe"
14380 msgstr ""
14381
14382 # type: verbatim
14383 #. type: verbatim
14384 #: ../src/guestfs-actions.pod:4437
14385 #, no-wrap
14386 msgid ""
14387 " int\n"
14388 " guestfs_modprobe (guestfs_h *g,\n"
14389 "                   const char *modulename);\n"
14390 "\n"
14391 msgstr ""
14392
14393 # type: textblock
14394 #. type: textblock
14395 #: ../src/guestfs-actions.pod:4441 ../fish/guestfish-actions.pod:2970
14396 msgid "This loads a kernel module in the appliance."
14397 msgstr ""
14398
14399 # type: textblock
14400 #. type: textblock
14401 #: ../src/guestfs-actions.pod:4443 ../fish/guestfish-actions.pod:2972
14402 msgid ""
14403 "The kernel module must have been whitelisted when libguestfs was built (see "
14404 "C<appliance/kmod.whitelist.in> in the source)."
14405 msgstr ""
14406
14407 # type: =head2
14408 #. type: =head2
14409 #: ../src/guestfs-actions.pod:4450
14410 msgid "guestfs_mount"
14411 msgstr ""
14412
14413 # type: verbatim
14414 #. type: verbatim
14415 #: ../src/guestfs-actions.pod:4452
14416 #, no-wrap
14417 msgid ""
14418 " int\n"
14419 " guestfs_mount (guestfs_h *g,\n"
14420 "                const char *device,\n"
14421 "                const char *mountpoint);\n"
14422 "\n"
14423 msgstr ""
14424
14425 # type: textblock
14426 #. type: textblock
14427 #: ../src/guestfs-actions.pod:4457 ../fish/guestfish-actions.pod:2979
14428 msgid ""
14429 "Mount a guest disk at a position in the filesystem.  Block devices are named "
14430 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
14431 "those block devices contain partitions, they will have the usual names (eg. "
14432 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
14433 msgstr ""
14434
14435 # type: textblock
14436 #. type: textblock
14437 #: ../src/guestfs-actions.pod:4463 ../fish/guestfish-actions.pod:2985
14438 msgid ""
14439 "The rules are the same as for L<mount(2)>: A filesystem must first be "
14440 "mounted on C</> before others can be mounted.  Other filesystems can only be "
14441 "mounted on directories which already exist."
14442 msgstr ""
14443
14444 # type: textblock
14445 #. type: textblock
14446 #: ../src/guestfs-actions.pod:4468 ../fish/guestfish-actions.pod:2990
14447 msgid ""
14448 "The mounted filesystem is writable, if we have sufficient permissions on the "
14449 "underlying device."
14450 msgstr ""
14451
14452 # type: textblock
14453 #. type: textblock
14454 #: ../src/guestfs-actions.pod:4471
14455 msgid ""
14456 "B<Important note:> When you use this call, the filesystem options C<sync> "
14457 "and C<noatime> are set implicitly.  This was originally done because we "
14458 "thought it would improve reliability, but it turns out that I<-o sync> has a "
14459 "very large negative performance impact and negligible effect on "
14460 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
14461 "in any code that needs performance, and instead use C<guestfs_mount_options> "
14462 "(use an empty string for the first parameter if you don't want any options)."
14463 msgstr ""
14464
14465 # type: =head2
14466 #. type: =head2
14467 #: ../src/guestfs-actions.pod:4485
14468 msgid "guestfs_mount_loop"
14469 msgstr ""
14470
14471 # type: verbatim
14472 #. type: verbatim
14473 #: ../src/guestfs-actions.pod:4487
14474 #, no-wrap
14475 msgid ""
14476 " int\n"
14477 " guestfs_mount_loop (guestfs_h *g,\n"
14478 "                     const char *file,\n"
14479 "                     const char *mountpoint);\n"
14480 "\n"
14481 msgstr ""
14482
14483 # type: textblock
14484 #. type: textblock
14485 #: ../src/guestfs-actions.pod:4492 ../fish/guestfish-actions.pod:3007
14486 msgid ""
14487 "This command lets you mount C<file> (a filesystem image in a file) on a "
14488 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
14489 "mountpoint>."
14490 msgstr ""
14491
14492 # type: =head2
14493 #. type: =head2
14494 #: ../src/guestfs-actions.pod:4500
14495 msgid "guestfs_mount_options"
14496 msgstr ""
14497
14498 # type: verbatim
14499 #. type: verbatim
14500 #: ../src/guestfs-actions.pod:4502
14501 #, no-wrap
14502 msgid ""
14503 " int\n"
14504 " guestfs_mount_options (guestfs_h *g,\n"
14505 "                        const char *options,\n"
14506 "                        const char *device,\n"
14507 "                        const char *mountpoint);\n"
14508 "\n"
14509 msgstr ""
14510
14511 # type: textblock
14512 #. type: textblock
14513 #: ../src/guestfs-actions.pod:4508
14514 msgid ""
14515 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14516 "the mount options as for the L<mount(8)> I<-o> flag."
14517 msgstr ""
14518
14519 # type: textblock
14520 #. type: textblock
14521 #: ../src/guestfs-actions.pod:4512 ../fish/guestfish-actions.pod:3019
14522 msgid ""
14523 "If the C<options> parameter is an empty string, then no options are passed "
14524 "(all options default to whatever the filesystem uses)."
14525 msgstr ""
14526
14527 # type: textblock
14528 #. type: textblock
14529 #: ../src/guestfs-actions.pod:4518 ../src/guestfs-actions.pod:4532
14530 #: ../src/guestfs-actions.pod:4549
14531 msgid "(Added in 1.0.10)"
14532 msgstr ""
14533
14534 # type: =head2
14535 #. type: =head2
14536 #: ../src/guestfs-actions.pod:4520
14537 msgid "guestfs_mount_ro"
14538 msgstr ""
14539
14540 # type: verbatim
14541 #. type: verbatim
14542 #: ../src/guestfs-actions.pod:4522
14543 #, no-wrap
14544 msgid ""
14545 " int\n"
14546 " guestfs_mount_ro (guestfs_h *g,\n"
14547 "                   const char *device,\n"
14548 "                   const char *mountpoint);\n"
14549 "\n"
14550 msgstr ""
14551
14552 # type: textblock
14553 #. type: textblock
14554 #: ../src/guestfs-actions.pod:4527
14555 msgid ""
14556 "This is the same as the C<guestfs_mount> command, but it mounts the "
14557 "filesystem with the read-only (I<-o ro>) flag."
14558 msgstr ""
14559
14560 # type: =head2
14561 #. type: =head2
14562 #: ../src/guestfs-actions.pod:4534
14563 msgid "guestfs_mount_vfs"
14564 msgstr ""
14565
14566 # type: verbatim
14567 #. type: verbatim
14568 #: ../src/guestfs-actions.pod:4536
14569 #, no-wrap
14570 msgid ""
14571 " int\n"
14572 " guestfs_mount_vfs (guestfs_h *g,\n"
14573 "                    const char *options,\n"
14574 "                    const char *vfstype,\n"
14575 "                    const char *device,\n"
14576 "                    const char *mountpoint);\n"
14577 "\n"
14578 msgstr ""
14579
14580 # type: textblock
14581 #. type: textblock
14582 #: ../src/guestfs-actions.pod:4543
14583 msgid ""
14584 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14585 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
14586 "t> flags."
14587 msgstr ""
14588
14589 # type: =head2
14590 #. type: =head2
14591 #: ../src/guestfs-actions.pod:4551
14592 msgid "guestfs_mountpoints"
14593 msgstr ""
14594
14595 # type: verbatim
14596 #. type: verbatim
14597 #: ../src/guestfs-actions.pod:4553
14598 #, no-wrap
14599 msgid ""
14600 " char **\n"
14601 " guestfs_mountpoints (guestfs_h *g);\n"
14602 "\n"
14603 msgstr ""
14604
14605 # type: textblock
14606 #. type: textblock
14607 #: ../src/guestfs-actions.pod:4556
14608 msgid ""
14609 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
14610 "devices.  This one returns a hash table (map) of device name to directory "
14611 "where the device is mounted."
14612 msgstr ""
14613
14614 # type: =head2
14615 #. type: =head2
14616 #: ../src/guestfs-actions.pod:4568
14617 msgid "guestfs_mounts"
14618 msgstr ""
14619
14620 # type: verbatim
14621 #. type: verbatim
14622 #: ../src/guestfs-actions.pod:4570
14623 #, no-wrap
14624 msgid ""
14625 " char **\n"
14626 " guestfs_mounts (guestfs_h *g);\n"
14627 "\n"
14628 msgstr ""
14629
14630 # type: textblock
14631 #. type: textblock
14632 #: ../src/guestfs-actions.pod:4573 ../fish/guestfish-actions.pod:3050
14633 msgid ""
14634 "This returns the list of currently mounted filesystems.  It returns the list "
14635 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
14636 msgstr ""
14637
14638 # type: textblock
14639 #. type: textblock
14640 #: ../src/guestfs-actions.pod:4576 ../fish/guestfish-actions.pod:3053
14641 msgid "Some internal mounts are not shown."
14642 msgstr ""
14643
14644 # type: textblock
14645 #. type: textblock
14646 #: ../src/guestfs-actions.pod:4578
14647 msgid "See also: C<guestfs_mountpoints>"
14648 msgstr ""
14649
14650 # type: =head2
14651 #. type: =head2
14652 #: ../src/guestfs-actions.pod:4586
14653 msgid "guestfs_mv"
14654 msgstr ""
14655
14656 # type: verbatim
14657 #. type: verbatim
14658 #: ../src/guestfs-actions.pod:4588
14659 #, no-wrap
14660 msgid ""
14661 " int\n"
14662 " guestfs_mv (guestfs_h *g,\n"
14663 "             const char *src,\n"
14664 "             const char *dest);\n"
14665 "\n"
14666 msgstr ""
14667
14668 # type: textblock
14669 #. type: textblock
14670 #: ../src/guestfs-actions.pod:4593 ../fish/guestfish-actions.pod:3061
14671 msgid ""
14672 "This moves a file from C<src> to C<dest> where C<dest> is either a "
14673 "destination filename or destination directory."
14674 msgstr ""
14675
14676 # type: =head2
14677 #. type: =head2
14678 #: ../src/guestfs-actions.pod:4600
14679 msgid "guestfs_ntfs_3g_probe"
14680 msgstr ""
14681
14682 # type: verbatim
14683 #. type: verbatim
14684 #: ../src/guestfs-actions.pod:4602
14685 #, no-wrap
14686 msgid ""
14687 " int\n"
14688 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
14689 "                        int rw,\n"
14690 "                        const char *device);\n"
14691 "\n"
14692 msgstr ""
14693
14694 # type: textblock
14695 #. type: textblock
14696 #: ../src/guestfs-actions.pod:4607 ../fish/guestfish-actions.pod:3068
14697 msgid ""
14698 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
14699 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
14700 "write, and some cannot be mounted at all)."
14701 msgstr ""
14702
14703 # type: textblock
14704 #. type: textblock
14705 #: ../src/guestfs-actions.pod:4611 ../fish/guestfish-actions.pod:3072
14706 msgid ""
14707 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
14708 "can be mounted read-write.  Set it to false if you want to test if the "
14709 "volume can be mounted read-only."
14710 msgstr ""
14711
14712 # type: textblock
14713 #. type: textblock
14714 #: ../src/guestfs-actions.pod:4615 ../fish/guestfish-actions.pod:3076
14715 msgid ""
14716 "The return value is an integer which C<0> if the operation would succeed, or "
14717 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
14718 msgstr ""
14719
14720 # type: textblock
14721 #. type: textblock
14722 #: ../src/guestfs-actions.pod:4621
14723 msgid "(Added in 1.0.43)"
14724 msgstr ""
14725
14726 # type: =head2
14727 #. type: =head2
14728 #: ../src/guestfs-actions.pod:4623
14729 msgid "guestfs_ntfsresize"
14730 msgstr ""
14731
14732 # type: verbatim
14733 #. type: verbatim
14734 #: ../src/guestfs-actions.pod:4625
14735 #, no-wrap
14736 msgid ""
14737 " int\n"
14738 " guestfs_ntfsresize (guestfs_h *g,\n"
14739 "                     const char *device);\n"
14740 "\n"
14741 msgstr ""
14742
14743 # type: textblock
14744 #. type: textblock
14745 #: ../src/guestfs-actions.pod:4629 ../fish/guestfish-actions.pod:3084
14746 msgid ""
14747 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
14748 "size of the underlying device.  See also L<ntfsresize(8)>."
14749 msgstr ""
14750
14751 # type: =head2
14752 #. type: =head2
14753 #: ../src/guestfs-actions.pod:4637
14754 msgid "guestfs_ntfsresize_size"
14755 msgstr ""
14756
14757 # type: verbatim
14758 #. type: verbatim
14759 #: ../src/guestfs-actions.pod:4639
14760 #, no-wrap
14761 msgid ""
14762 " int\n"
14763 " guestfs_ntfsresize_size (guestfs_h *g,\n"
14764 "                          const char *device,\n"
14765 "                          int64_t size);\n"
14766 "\n"
14767 msgstr ""
14768
14769 # type: textblock
14770 #. type: textblock
14771 #: ../src/guestfs-actions.pod:4644
14772 msgid ""
14773 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
14774 "to specify the new size (in bytes) explicitly."
14775 msgstr ""
14776
14777 # type: textblock
14778 #. type: textblock
14779 #: ../src/guestfs-actions.pod:4649 ../src/guestfs-actions.pod:5085
14780 #: ../src/guestfs-actions.pod:5158 ../src/guestfs-actions.pod:5407
14781 #: ../src/guestfs-actions.pod:6946
14782 msgid "(Added in 1.3.14)"
14783 msgstr ""
14784
14785 # type: =head2
14786 #. type: =head2
14787 #: ../src/guestfs-actions.pod:4651
14788 msgid "guestfs_part_add"
14789 msgstr ""
14790
14791 # type: verbatim
14792 #. type: verbatim
14793 #: ../src/guestfs-actions.pod:4653
14794 #, no-wrap
14795 msgid ""
14796 " int\n"
14797 " guestfs_part_add (guestfs_h *g,\n"
14798 "                   const char *device,\n"
14799 "                   const char *prlogex,\n"
14800 "                   int64_t startsect,\n"
14801 "                   int64_t endsect);\n"
14802 "\n"
14803 msgstr ""
14804
14805 # type: textblock
14806 #. type: textblock
14807 #: ../src/guestfs-actions.pod:4660
14808 msgid ""
14809 "This command adds a partition to C<device>.  If there is no partition table "
14810 "on the device, call C<guestfs_part_init> first."
14811 msgstr ""
14812
14813 # type: textblock
14814 #. type: textblock
14815 #: ../src/guestfs-actions.pod:4663 ../fish/guestfish-actions.pod:3102
14816 msgid ""
14817 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
14818 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
14819 "C<logical>) and C<e> (or C<extended>) partition types."
14820 msgstr ""
14821
14822 # type: textblock
14823 #. type: textblock
14824 #: ../src/guestfs-actions.pod:4668 ../fish/guestfish-actions.pod:3107
14825 msgid ""
14826 "C<startsect> and C<endsect> are the start and end of the partition in "
14827 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
14828 "from the end of the disk (C<-1> is the last sector)."
14829 msgstr ""
14830
14831 # type: textblock
14832 #. type: textblock
14833 #: ../src/guestfs-actions.pod:4672
14834 msgid ""
14835 "Creating a partition which covers the whole disk is not so easy.  Use "
14836 "C<guestfs_part_disk> to do that."
14837 msgstr ""
14838
14839 # type: textblock
14840 #. type: textblock
14841 #: ../src/guestfs-actions.pod:4677 ../src/guestfs-actions.pod:4715
14842 #: ../src/guestfs-actions.pod:4768 ../src/guestfs-actions.pod:4846
14843 #: ../src/guestfs-actions.pod:4884 ../src/guestfs-actions.pod:4903
14844 #: ../src/guestfs-actions.pod:4943
14845 msgid "(Added in 1.0.78)"
14846 msgstr ""
14847
14848 # type: =head2
14849 #. type: =head2
14850 #: ../src/guestfs-actions.pod:4679
14851 msgid "guestfs_part_del"
14852 msgstr ""
14853
14854 # type: verbatim
14855 #. type: verbatim
14856 #: ../src/guestfs-actions.pod:4681
14857 #, no-wrap
14858 msgid ""
14859 " int\n"
14860 " guestfs_part_del (guestfs_h *g,\n"
14861 "                   const char *device,\n"
14862 "                   int partnum);\n"
14863 "\n"
14864 msgstr ""
14865
14866 # type: textblock
14867 #. type: textblock
14868 #: ../src/guestfs-actions.pod:4686 ../fish/guestfish-actions.pod:3118
14869 msgid "This command deletes the partition numbered C<partnum> on C<device>."
14870 msgstr ""
14871
14872 # type: textblock
14873 #. type: textblock
14874 #: ../src/guestfs-actions.pod:4688 ../fish/guestfish-actions.pod:3120
14875 msgid ""
14876 "Note that in the case of MBR partitioning, deleting an extended partition "
14877 "also deletes any logical partitions it contains."
14878 msgstr ""
14879
14880 # type: =head2
14881 #. type: =head2
14882 #: ../src/guestfs-actions.pod:4696
14883 msgid "guestfs_part_disk"
14884 msgstr ""
14885
14886 # type: verbatim
14887 #. type: verbatim
14888 #: ../src/guestfs-actions.pod:4698
14889 #, no-wrap
14890 msgid ""
14891 " int\n"
14892 " guestfs_part_disk (guestfs_h *g,\n"
14893 "                    const char *device,\n"
14894 "                    const char *parttype);\n"
14895 "\n"
14896 msgstr ""
14897
14898 # type: textblock
14899 #. type: textblock
14900 #: ../src/guestfs-actions.pod:4703
14901 msgid ""
14902 "This command is simply a combination of C<guestfs_part_init> followed by "
14903 "C<guestfs_part_add> to create a single primary partition covering the whole "
14904 "disk."
14905 msgstr ""
14906
14907 # type: textblock
14908 #. type: textblock
14909 #: ../src/guestfs-actions.pod:4707
14910 msgid ""
14911 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
14912 "possible values are described in C<guestfs_part_init>."
14913 msgstr ""
14914
14915 # type: =head2
14916 #. type: =head2
14917 #: ../src/guestfs-actions.pod:4717
14918 msgid "guestfs_part_get_bootable"
14919 msgstr ""
14920
14921 # type: verbatim
14922 #. type: verbatim
14923 #: ../src/guestfs-actions.pod:4719
14924 #, no-wrap
14925 msgid ""
14926 " int\n"
14927 " guestfs_part_get_bootable (guestfs_h *g,\n"
14928 "                            const char *device,\n"
14929 "                            int partnum);\n"
14930 "\n"
14931 msgstr ""
14932
14933 # type: textblock
14934 #. type: textblock
14935 #: ../src/guestfs-actions.pod:4724 ../fish/guestfish-actions.pod:3142
14936 msgid ""
14937 "This command returns true if the partition C<partnum> on C<device> has the "
14938 "bootable flag set."
14939 msgstr ""
14940
14941 # type: textblock
14942 #. type: textblock
14943 #: ../src/guestfs-actions.pod:4727
14944 msgid "See also C<guestfs_part_set_bootable>."
14945 msgstr ""
14946
14947 # type: =head2
14948 #. type: =head2
14949 #: ../src/guestfs-actions.pod:4733
14950 msgid "guestfs_part_get_mbr_id"
14951 msgstr ""
14952
14953 # type: verbatim
14954 #. type: verbatim
14955 #: ../src/guestfs-actions.pod:4735
14956 #, no-wrap
14957 msgid ""
14958 " int\n"
14959 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
14960 "                          const char *device,\n"
14961 "                          int partnum);\n"
14962 "\n"
14963 msgstr ""
14964
14965 # type: textblock
14966 #. type: textblock
14967 #: ../src/guestfs-actions.pod:4740 ../fish/guestfish-actions.pod:3151
14968 msgid ""
14969 "Returns the MBR type byte (also known as the ID byte) from the numbered "
14970 "partition C<partnum>."
14971 msgstr ""
14972
14973 # type: textblock
14974 #. type: textblock
14975 #: ../src/guestfs-actions.pod:4743 ../src/guestfs-actions.pod:4919
14976 msgid ""
14977 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
14978 "undefined results for other partition table types (see "
14979 "C<guestfs_part_get_parttype>)."
14980 msgstr ""
14981
14982 # type: =head2
14983 #. type: =head2
14984 #: ../src/guestfs-actions.pod:4751
14985 msgid "guestfs_part_get_parttype"
14986 msgstr ""
14987
14988 # type: verbatim
14989 #. type: verbatim
14990 #: ../src/guestfs-actions.pod:4753
14991 #, no-wrap
14992 msgid ""
14993 " char *\n"
14994 " guestfs_part_get_parttype (guestfs_h *g,\n"
14995 "                            const char *device);\n"
14996 "\n"
14997 msgstr ""
14998
14999 # type: textblock
15000 #. type: textblock
15001 #: ../src/guestfs-actions.pod:4757 ../fish/guestfish-actions.pod:3162
15002 msgid ""
15003 "This command examines the partition table on C<device> and returns the "
15004 "partition table type (format) being used."
15005 msgstr ""
15006
15007 # type: textblock
15008 #. type: textblock
15009 #: ../src/guestfs-actions.pod:4760
15010 msgid ""
15011 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
15012 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
15013 "possible, although unusual.  See C<guestfs_part_init> for a full list."
15014 msgstr ""
15015
15016 # type: =head2
15017 #. type: =head2
15018 #: ../src/guestfs-actions.pod:4770
15019 msgid "guestfs_part_init"
15020 msgstr ""
15021
15022 # type: verbatim
15023 #. type: verbatim
15024 #: ../src/guestfs-actions.pod:4772
15025 #, no-wrap
15026 msgid ""
15027 " int\n"
15028 " guestfs_part_init (guestfs_h *g,\n"
15029 "                    const char *device,\n"
15030 "                    const char *parttype);\n"
15031 "\n"
15032 msgstr ""
15033
15034 # type: textblock
15035 #. type: textblock
15036 #: ../src/guestfs-actions.pod:4777 ../fish/guestfish-actions.pod:3174
15037 msgid ""
15038 "This creates an empty partition table on C<device> of one of the partition "
15039 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
15040 "(for large disks)."
15041 msgstr ""
15042
15043 # type: textblock
15044 #. type: textblock
15045 #: ../src/guestfs-actions.pod:4781
15046 msgid ""
15047 "Initially there are no partitions.  Following this, you should call "
15048 "C<guestfs_part_add> for each partition required."
15049 msgstr ""
15050
15051 # type: textblock
15052 #. type: textblock
15053 #: ../src/guestfs-actions.pod:4784 ../fish/guestfish-actions.pod:3181
15054 msgid "Possible values for C<parttype> are:"
15055 msgstr ""
15056
15057 # type: =item
15058 #. type: =item
15059 #: ../src/guestfs-actions.pod:4788 ../fish/guestfish-actions.pod:3185
15060 msgid "B<efi> | B<gpt>"
15061 msgstr ""
15062
15063 # type: textblock
15064 #. type: textblock
15065 #: ../src/guestfs-actions.pod:4790 ../fish/guestfish-actions.pod:3187
15066 msgid "Intel EFI / GPT partition table."
15067 msgstr ""
15068
15069 # type: textblock
15070 #. type: textblock
15071 #: ../src/guestfs-actions.pod:4792 ../fish/guestfish-actions.pod:3189
15072 msgid ""
15073 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
15074 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
15075 "the C<mbr> format."
15076 msgstr ""
15077
15078 # type: =item
15079 #. type: =item
15080 #: ../src/guestfs-actions.pod:4796 ../fish/guestfish-actions.pod:3193
15081 msgid "B<mbr> | B<msdos>"
15082 msgstr ""
15083
15084 # type: textblock
15085 #. type: textblock
15086 #: ../src/guestfs-actions.pod:4798 ../fish/guestfish-actions.pod:3195
15087 msgid ""
15088 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
15089 "Windows.  This partition type will B<only> work for device sizes up to 2 "
15090 "TB.  For large disks we recommend using C<gpt>."
15091 msgstr ""
15092
15093 # type: textblock
15094 #. type: textblock
15095 #: ../src/guestfs-actions.pod:4805 ../fish/guestfish-actions.pod:3202
15096 msgid ""
15097 "Other partition table types that may work but are not supported include:"
15098 msgstr ""
15099
15100 # type: =item
15101 #. type: =item
15102 #: ../src/guestfs-actions.pod:4810 ../fish/guestfish-actions.pod:3207
15103 msgid "B<aix>"
15104 msgstr ""
15105
15106 # type: textblock
15107 #. type: textblock
15108 #: ../src/guestfs-actions.pod:4812 ../fish/guestfish-actions.pod:3209
15109 msgid "AIX disk labels."
15110 msgstr ""
15111
15112 # type: =item
15113 #. type: =item
15114 #: ../src/guestfs-actions.pod:4814 ../fish/guestfish-actions.pod:3211
15115 msgid "B<amiga> | B<rdb>"
15116 msgstr ""
15117
15118 # type: textblock
15119 #. type: textblock
15120 #: ../src/guestfs-actions.pod:4816 ../fish/guestfish-actions.pod:3213
15121 msgid "Amiga \"Rigid Disk Block\" format."
15122 msgstr ""
15123
15124 # type: =item
15125 #. type: =item
15126 #: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3215
15127 msgid "B<bsd>"
15128 msgstr ""
15129
15130 # type: textblock
15131 #. type: textblock
15132 #: ../src/guestfs-actions.pod:4820 ../fish/guestfish-actions.pod:3217
15133 msgid "BSD disk labels."
15134 msgstr ""
15135
15136 # type: =item
15137 #. type: =item
15138 #: ../src/guestfs-actions.pod:4822 ../fish/guestfish-actions.pod:3219
15139 msgid "B<dasd>"
15140 msgstr ""
15141
15142 # type: textblock
15143 #. type: textblock
15144 #: ../src/guestfs-actions.pod:4824 ../fish/guestfish-actions.pod:3221
15145 msgid "DASD, used on IBM mainframes."
15146 msgstr ""
15147
15148 # type: =item
15149 #. type: =item
15150 #: ../src/guestfs-actions.pod:4826 ../fish/guestfish-actions.pod:3223
15151 msgid "B<dvh>"
15152 msgstr ""
15153
15154 # type: textblock
15155 #. type: textblock
15156 #: ../src/guestfs-actions.pod:4828 ../fish/guestfish-actions.pod:3225
15157 msgid "MIPS/SGI volumes."
15158 msgstr ""
15159
15160 # type: =item
15161 #. type: =item
15162 #: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3227
15163 msgid "B<mac>"
15164 msgstr ""
15165
15166 # type: textblock
15167 #. type: textblock
15168 #: ../src/guestfs-actions.pod:4832 ../fish/guestfish-actions.pod:3229
15169 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
15170 msgstr ""
15171
15172 # type: =item
15173 #. type: =item
15174 #: ../src/guestfs-actions.pod:4834 ../fish/guestfish-actions.pod:3231
15175 msgid "B<pc98>"
15176 msgstr ""
15177
15178 # type: textblock
15179 #. type: textblock
15180 #: ../src/guestfs-actions.pod:4836 ../fish/guestfish-actions.pod:3233
15181 msgid "NEC PC-98 format, common in Japan apparently."
15182 msgstr ""
15183
15184 # type: =item
15185 #. type: =item
15186 #: ../src/guestfs-actions.pod:4838 ../fish/guestfish-actions.pod:3235
15187 msgid "B<sun>"
15188 msgstr ""
15189
15190 # type: textblock
15191 #. type: textblock
15192 #: ../src/guestfs-actions.pod:4840 ../fish/guestfish-actions.pod:3237
15193 msgid "Sun disk labels."
15194 msgstr ""
15195
15196 # type: =head2
15197 #. type: =head2
15198 #: ../src/guestfs-actions.pod:4848
15199 msgid "guestfs_part_list"
15200 msgstr ""
15201
15202 # type: verbatim
15203 #. type: verbatim
15204 #: ../src/guestfs-actions.pod:4850
15205 #, no-wrap
15206 msgid ""
15207 " struct guestfs_partition_list *\n"
15208 " guestfs_part_list (guestfs_h *g,\n"
15209 "                    const char *device);\n"
15210 "\n"
15211 msgstr ""
15212
15213 # type: textblock
15214 #. type: textblock
15215 #: ../src/guestfs-actions.pod:4854 ../fish/guestfish-actions.pod:3245
15216 msgid ""
15217 "This command parses the partition table on C<device> and returns the list of "
15218 "partitions found."
15219 msgstr ""
15220
15221 # type: textblock
15222 #. type: textblock
15223 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3248
15224 msgid "The fields in the returned structure are:"
15225 msgstr ""
15226
15227 # type: =item
15228 #. type: =item
15229 #: ../src/guestfs-actions.pod:4861 ../fish/guestfish-actions.pod:3252
15230 msgid "B<part_num>"
15231 msgstr ""
15232
15233 # type: textblock
15234 #. type: textblock
15235 #: ../src/guestfs-actions.pod:4863 ../fish/guestfish-actions.pod:3254
15236 msgid "Partition number, counting from 1."
15237 msgstr ""
15238
15239 # type: =item
15240 #. type: =item
15241 #: ../src/guestfs-actions.pod:4865 ../fish/guestfish-actions.pod:3256
15242 msgid "B<part_start>"
15243 msgstr ""
15244
15245 # type: textblock
15246 #. type: textblock
15247 #: ../src/guestfs-actions.pod:4867
15248 msgid ""
15249 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
15250 "the device's sector size, see C<guestfs_blockdev_getss>."
15251 msgstr ""
15252
15253 # type: =item
15254 #. type: =item
15255 #: ../src/guestfs-actions.pod:4870 ../fish/guestfish-actions.pod:3261
15256 msgid "B<part_end>"
15257 msgstr ""
15258
15259 # type: textblock
15260 #. type: textblock
15261 #: ../src/guestfs-actions.pod:4872 ../fish/guestfish-actions.pod:3263
15262 msgid "End of the partition in bytes."
15263 msgstr ""
15264
15265 # type: =item
15266 #. type: =item
15267 #: ../src/guestfs-actions.pod:4874 ../fish/guestfish-actions.pod:3265
15268 msgid "B<part_size>"
15269 msgstr ""
15270
15271 # type: textblock
15272 #. type: textblock
15273 #: ../src/guestfs-actions.pod:4876 ../fish/guestfish-actions.pod:3267
15274 msgid "Size of the partition in bytes."
15275 msgstr ""
15276
15277 # type: textblock
15278 #. type: textblock
15279 #: ../src/guestfs-actions.pod:4880
15280 msgid ""
15281 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
15282 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
15283 "use>."
15284 msgstr ""
15285
15286 # type: =head2
15287 #. type: =head2
15288 #: ../src/guestfs-actions.pod:4886
15289 msgid "guestfs_part_set_bootable"
15290 msgstr ""
15291
15292 # type: verbatim
15293 #. type: verbatim
15294 #: ../src/guestfs-actions.pod:4888
15295 #, no-wrap
15296 msgid ""
15297 " int\n"
15298 " guestfs_part_set_bootable (guestfs_h *g,\n"
15299 "                            const char *device,\n"
15300 "                            int partnum,\n"
15301 "                            int bootable);\n"
15302 "\n"
15303 msgstr ""
15304
15305 # type: textblock
15306 #. type: textblock
15307 #: ../src/guestfs-actions.pod:4894 ../fish/guestfish-actions.pod:3275
15308 msgid ""
15309 "This sets the bootable flag on partition numbered C<partnum> on device "
15310 "C<device>.  Note that partitions are numbered from 1."
15311 msgstr ""
15312
15313 # type: textblock
15314 #. type: textblock
15315 #: ../src/guestfs-actions.pod:4897 ../fish/guestfish-actions.pod:3278
15316 msgid ""
15317 "The bootable flag is used by some operating systems (notably Windows) to "
15318 "determine which partition to boot from.  It is by no means universally "
15319 "recognized."
15320 msgstr ""
15321
15322 # type: =head2
15323 #. type: =head2
15324 #: ../src/guestfs-actions.pod:4905
15325 msgid "guestfs_part_set_mbr_id"
15326 msgstr ""
15327
15328 # type: verbatim
15329 #. type: verbatim
15330 #: ../src/guestfs-actions.pod:4907
15331 #, no-wrap
15332 msgid ""
15333 " int\n"
15334 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
15335 "                          const char *device,\n"
15336 "                          int partnum,\n"
15337 "                          int idbyte);\n"
15338 "\n"
15339 msgstr ""
15340
15341 # type: textblock
15342 #. type: textblock
15343 #: ../src/guestfs-actions.pod:4913 ../fish/guestfish-actions.pod:3286
15344 msgid ""
15345 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
15346 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
15347 "documentation are in fact hexadecimal numbers, but usually documented "
15348 "without any leading \"0x\" which might be confusing."
15349 msgstr ""
15350
15351 # type: =head2
15352 #. type: =head2
15353 #: ../src/guestfs-actions.pod:4927
15354 msgid "guestfs_part_set_name"
15355 msgstr ""
15356
15357 # type: verbatim
15358 #. type: verbatim
15359 #: ../src/guestfs-actions.pod:4929
15360 #, no-wrap
15361 msgid ""
15362 " int\n"
15363 " guestfs_part_set_name (guestfs_h *g,\n"
15364 "                        const char *device,\n"
15365 "                        int partnum,\n"
15366 "                        const char *name);\n"
15367 "\n"
15368 msgstr ""
15369
15370 # type: textblock
15371 #. type: textblock
15372 #: ../src/guestfs-actions.pod:4935 ../fish/guestfish-actions.pod:3300
15373 msgid ""
15374 "This sets the partition name on partition numbered C<partnum> on device "
15375 "C<device>.  Note that partitions are numbered from 1."
15376 msgstr ""
15377
15378 # type: textblock
15379 #. type: textblock
15380 #: ../src/guestfs-actions.pod:4938 ../fish/guestfish-actions.pod:3303
15381 msgid ""
15382 "The partition name can only be set on certain types of partition table.  "
15383 "This works on C<gpt> but not on C<mbr> partitions."
15384 msgstr ""
15385
15386 # type: =head2
15387 #. type: =head2
15388 #: ../src/guestfs-actions.pod:4945
15389 msgid "guestfs_part_to_dev"
15390 msgstr ""
15391
15392 # type: verbatim
15393 #. type: verbatim
15394 #: ../src/guestfs-actions.pod:4947
15395 #, no-wrap
15396 msgid ""
15397 " char *\n"
15398 " guestfs_part_to_dev (guestfs_h *g,\n"
15399 "                      const char *partition);\n"
15400 "\n"
15401 msgstr ""
15402
15403 # type: textblock
15404 #. type: textblock
15405 #: ../src/guestfs-actions.pod:4951 ../fish/guestfish-actions.pod:3310
15406 msgid ""
15407 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
15408 "partition number, returning the device name (eg. \"/dev/sdb\")."
15409 msgstr ""
15410
15411 # type: textblock
15412 #. type: textblock
15413 #: ../src/guestfs-actions.pod:4955
15414 msgid ""
15415 "The named partition must exist, for example as a string returned from "
15416 "C<guestfs_list_partitions>."
15417 msgstr ""
15418
15419 # type: =head2
15420 #. type: =head2
15421 #: ../src/guestfs-actions.pod:4963
15422 msgid "guestfs_ping_daemon"
15423 msgstr ""
15424
15425 # type: verbatim
15426 #. type: verbatim
15427 #: ../src/guestfs-actions.pod:4965
15428 #, no-wrap
15429 msgid ""
15430 " int\n"
15431 " guestfs_ping_daemon (guestfs_h *g);\n"
15432 "\n"
15433 msgstr ""
15434
15435 # type: textblock
15436 #. type: textblock
15437 #: ../src/guestfs-actions.pod:4968 ../fish/guestfish-actions.pod:3321
15438 msgid ""
15439 "This is a test probe into the guestfs daemon running inside the qemu "
15440 "subprocess.  Calling this function checks that the daemon responds to the "
15441 "ping message, without affecting the daemon or attached block device(s) in "
15442 "any other way."
15443 msgstr ""
15444
15445 # type: =head2
15446 #. type: =head2
15447 #: ../src/guestfs-actions.pod:4977
15448 msgid "guestfs_pread"
15449 msgstr ""
15450
15451 # type: verbatim
15452 #. type: verbatim
15453 #: ../src/guestfs-actions.pod:4979
15454 #, no-wrap
15455 msgid ""
15456 " char *\n"
15457 " guestfs_pread (guestfs_h *g,\n"
15458 "                const char *path,\n"
15459 "                int count,\n"
15460 "                int64_t offset,\n"
15461 "                size_t *size_r);\n"
15462 "\n"
15463 msgstr ""
15464
15465 # type: textblock
15466 #. type: textblock
15467 #: ../src/guestfs-actions.pod:4986 ../fish/guestfish-actions.pod:3330
15468 msgid ""
15469 "This command lets you read part of a file.  It reads C<count> bytes of the "
15470 "file, starting at C<offset>, from file C<path>."
15471 msgstr ""
15472
15473 # type: textblock
15474 #. type: textblock
15475 #: ../src/guestfs-actions.pod:4989 ../src/guestfs-actions.pod:5015
15476 #: ../fish/guestfish-actions.pod:3333 ../fish/guestfish-actions.pod:3348
15477 msgid ""
15478 "This may read fewer bytes than requested.  For further details see the "
15479 "L<pread(2)> system call."
15480 msgstr ""
15481
15482 # type: textblock
15483 #. type: textblock
15484 #: ../src/guestfs-actions.pod:4992
15485 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
15486 msgstr ""
15487
15488 # type: =head2
15489 #. type: =head2
15490 #: ../src/guestfs-actions.pod:5003
15491 msgid "guestfs_pread_device"
15492 msgstr ""
15493
15494 # type: verbatim
15495 #. type: verbatim
15496 #: ../src/guestfs-actions.pod:5005
15497 #, no-wrap
15498 msgid ""
15499 " char *\n"
15500 " guestfs_pread_device (guestfs_h *g,\n"
15501 "                       const char *device,\n"
15502 "                       int count,\n"
15503 "                       int64_t offset,\n"
15504 "                       size_t *size_r);\n"
15505 "\n"
15506 msgstr ""
15507
15508 # type: textblock
15509 #. type: textblock
15510 #: ../src/guestfs-actions.pod:5012 ../fish/guestfish-actions.pod:3345
15511 msgid ""
15512 "This command lets you read part of a file.  It reads C<count> bytes of "
15513 "C<device>, starting at C<offset>."
15514 msgstr ""
15515
15516 # type: textblock
15517 #. type: textblock
15518 #: ../src/guestfs-actions.pod:5018
15519 msgid "See also C<guestfs_pread>."
15520 msgstr ""
15521
15522 # type: textblock
15523 #. type: textblock
15524 #: ../src/guestfs-actions.pod:5027
15525 msgid "(Added in 1.5.21)"
15526 msgstr ""
15527
15528 # type: =head2
15529 #. type: =head2
15530 #: ../src/guestfs-actions.pod:5029
15531 msgid "guestfs_pvcreate"
15532 msgstr ""
15533
15534 # type: verbatim
15535 #. type: verbatim
15536 #: ../src/guestfs-actions.pod:5031
15537 #, no-wrap
15538 msgid ""
15539 " int\n"
15540 " guestfs_pvcreate (guestfs_h *g,\n"
15541 "                   const char *device);\n"
15542 "\n"
15543 msgstr ""
15544
15545 # type: textblock
15546 #. type: textblock
15547 #: ../src/guestfs-actions.pod:5035 ../fish/guestfish-actions.pod:3360
15548 msgid ""
15549 "This creates an LVM physical volume on the named C<device>, where C<device> "
15550 "should usually be a partition name such as C</dev/sda1>."
15551 msgstr ""
15552
15553 # type: =head2
15554 #. type: =head2
15555 #: ../src/guestfs-actions.pod:5043
15556 msgid "guestfs_pvremove"
15557 msgstr ""
15558
15559 # type: verbatim
15560 #. type: verbatim
15561 #: ../src/guestfs-actions.pod:5045
15562 #, no-wrap
15563 msgid ""
15564 " int\n"
15565 " guestfs_pvremove (guestfs_h *g,\n"
15566 "                   const char *device);\n"
15567 "\n"
15568 msgstr ""
15569
15570 # type: textblock
15571 #. type: textblock
15572 #: ../src/guestfs-actions.pod:5049 ../fish/guestfish-actions.pod:3368
15573 msgid ""
15574 "This wipes a physical volume C<device> so that LVM will no longer recognise "
15575 "it."
15576 msgstr ""
15577
15578 # type: textblock
15579 #. type: textblock
15580 #: ../src/guestfs-actions.pod:5052 ../fish/guestfish-actions.pod:3371
15581 msgid ""
15582 "The implementation uses the C<pvremove> command which refuses to wipe "
15583 "physical volumes that contain any volume groups, so you have to remove those "
15584 "first."
15585 msgstr ""
15586
15587 # type: =head2
15588 #. type: =head2
15589 #: ../src/guestfs-actions.pod:5060
15590 msgid "guestfs_pvresize"
15591 msgstr ""
15592
15593 # type: verbatim
15594 #. type: verbatim
15595 #: ../src/guestfs-actions.pod:5062
15596 #, no-wrap
15597 msgid ""
15598 " int\n"
15599 " guestfs_pvresize (guestfs_h *g,\n"
15600 "                   const char *device);\n"
15601 "\n"
15602 msgstr ""
15603
15604 # type: textblock
15605 #. type: textblock
15606 #: ../src/guestfs-actions.pod:5066 ../fish/guestfish-actions.pod:3379
15607 msgid ""
15608 "This resizes (expands or shrinks) an existing LVM physical volume to match "
15609 "the new size of the underlying device."
15610 msgstr ""
15611
15612 # type: =head2
15613 #. type: =head2
15614 #: ../src/guestfs-actions.pod:5073
15615 msgid "guestfs_pvresize_size"
15616 msgstr ""
15617
15618 # type: verbatim
15619 #. type: verbatim
15620 #: ../src/guestfs-actions.pod:5075
15621 #, no-wrap
15622 msgid ""
15623 " int\n"
15624 " guestfs_pvresize_size (guestfs_h *g,\n"
15625 "                        const char *device,\n"
15626 "                        int64_t size);\n"
15627 "\n"
15628 msgstr ""
15629
15630 # type: textblock
15631 #. type: textblock
15632 #: ../src/guestfs-actions.pod:5080
15633 msgid ""
15634 "This command is the same as C<guestfs_pvresize> except that it allows you to "
15635 "specify the new size (in bytes) explicitly."
15636 msgstr ""
15637
15638 # type: =head2
15639 #. type: =head2
15640 #: ../src/guestfs-actions.pod:5087
15641 msgid "guestfs_pvs"
15642 msgstr ""
15643
15644 # type: verbatim
15645 #. type: verbatim
15646 #: ../src/guestfs-actions.pod:5089
15647 #, no-wrap
15648 msgid ""
15649 " char **\n"
15650 " guestfs_pvs (guestfs_h *g);\n"
15651 "\n"
15652 msgstr ""
15653
15654 # type: textblock
15655 #. type: textblock
15656 #: ../src/guestfs-actions.pod:5092 ../fish/guestfish-actions.pod:3393
15657 msgid ""
15658 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15659 "(8)> command."
15660 msgstr ""
15661
15662 # type: textblock
15663 #. type: textblock
15664 #: ../src/guestfs-actions.pod:5095 ../fish/guestfish-actions.pod:3396
15665 msgid ""
15666 "This returns a list of just the device names that contain PVs (eg. C</dev/"
15667 "sda2>)."
15668 msgstr ""
15669
15670 # type: textblock
15671 #. type: textblock
15672 #: ../src/guestfs-actions.pod:5098
15673 msgid "See also C<guestfs_pvs_full>."
15674 msgstr ""
15675
15676 # type: =head2
15677 #. type: =head2
15678 #: ../src/guestfs-actions.pod:5106
15679 msgid "guestfs_pvs_full"
15680 msgstr ""
15681
15682 # type: verbatim
15683 #. type: verbatim
15684 #: ../src/guestfs-actions.pod:5108
15685 #, no-wrap
15686 msgid ""
15687 " struct guestfs_lvm_pv_list *\n"
15688 " guestfs_pvs_full (guestfs_h *g);\n"
15689 "\n"
15690 msgstr ""
15691
15692 # type: textblock
15693 #. type: textblock
15694 #: ../src/guestfs-actions.pod:5111 ../fish/guestfish-actions.pod:3405
15695 msgid ""
15696 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15697 "(8)> command.  The \"full\" version includes all fields."
15698 msgstr ""
15699
15700 # type: textblock
15701 #. type: textblock
15702 #: ../src/guestfs-actions.pod:5114
15703 msgid ""
15704 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
15705 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
15706 msgstr ""
15707
15708 # type: =head2
15709 #. type: =head2
15710 #: ../src/guestfs-actions.pod:5120
15711 msgid "guestfs_pvuuid"
15712 msgstr ""
15713
15714 # type: verbatim
15715 #. type: verbatim
15716 #: ../src/guestfs-actions.pod:5122
15717 #, no-wrap
15718 msgid ""
15719 " char *\n"
15720 " guestfs_pvuuid (guestfs_h *g,\n"
15721 "                 const char *device);\n"
15722 "\n"
15723 msgstr ""
15724
15725 # type: textblock
15726 #. type: textblock
15727 #: ../src/guestfs-actions.pod:5126 ../fish/guestfish-actions.pod:3412
15728 msgid "This command returns the UUID of the LVM PV C<device>."
15729 msgstr ""
15730
15731 # type: =head2
15732 #. type: =head2
15733 #: ../src/guestfs-actions.pod:5133
15734 msgid "guestfs_pwrite"
15735 msgstr ""
15736
15737 # type: verbatim
15738 #. type: verbatim
15739 #: ../src/guestfs-actions.pod:5135
15740 #, no-wrap
15741 msgid ""
15742 " int\n"
15743 " guestfs_pwrite (guestfs_h *g,\n"
15744 "                 const char *path,\n"
15745 "                 const char *content,\n"
15746 "                 size_t content_size,\n"
15747 "                 int64_t offset);\n"
15748 "\n"
15749 msgstr ""
15750
15751 # type: textblock
15752 #. type: textblock
15753 #: ../src/guestfs-actions.pod:5142 ../fish/guestfish-actions.pod:3418
15754 msgid ""
15755 "This command writes to part of a file.  It writes the data buffer C<content> "
15756 "to the file C<path> starting at offset C<offset>."
15757 msgstr ""
15758
15759 # type: textblock
15760 #. type: textblock
15761 #: ../src/guestfs-actions.pod:5145 ../fish/guestfish-actions.pod:3421
15762 msgid ""
15763 "This command implements the L<pwrite(2)> system call, and like that system "
15764 "call it may not write the full data requested.  The return value is the "
15765 "number of bytes that were actually written to the file.  This could even be "
15766 "0, although short writes are unlikely for regular files in ordinary "
15767 "circumstances."
15768 msgstr ""
15769
15770 # type: textblock
15771 #. type: textblock
15772 #: ../src/guestfs-actions.pod:5151
15773 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
15774 msgstr ""
15775
15776 # type: =head2
15777 #. type: =head2
15778 #: ../src/guestfs-actions.pod:5160
15779 msgid "guestfs_pwrite_device"
15780 msgstr ""
15781
15782 # type: verbatim
15783 #. type: verbatim
15784 #: ../src/guestfs-actions.pod:5162
15785 #, no-wrap
15786 msgid ""
15787 " int\n"
15788 " guestfs_pwrite_device (guestfs_h *g,\n"
15789 "                        const char *device,\n"
15790 "                        const char *content,\n"
15791 "                        size_t content_size,\n"
15792 "                        int64_t offset);\n"
15793 "\n"
15794 msgstr ""
15795
15796 # type: textblock
15797 #. type: textblock
15798 #: ../src/guestfs-actions.pod:5169 ../fish/guestfish-actions.pod:3436
15799 msgid ""
15800 "This command writes to part of a device.  It writes the data buffer "
15801 "C<content> to C<device> starting at offset C<offset>."
15802 msgstr ""
15803
15804 # type: textblock
15805 #. type: textblock
15806 #: ../src/guestfs-actions.pod:5172 ../fish/guestfish-actions.pod:3439
15807 msgid ""
15808 "This command implements the L<pwrite(2)> system call, and like that system "
15809 "call it may not write the full data requested (although short writes to disk "
15810 "devices and partitions are probably impossible with standard Linux kernels)."
15811 msgstr ""
15812
15813 # type: textblock
15814 #. type: textblock
15815 #: ../src/guestfs-actions.pod:5177
15816 msgid "See also C<guestfs_pwrite>."
15817 msgstr ""
15818
15819 # type: textblock
15820 #. type: textblock
15821 #: ../src/guestfs-actions.pod:5184
15822 msgid "(Added in 1.5.20)"
15823 msgstr ""
15824
15825 # type: =head2
15826 #. type: =head2
15827 #: ../src/guestfs-actions.pod:5186
15828 msgid "guestfs_read_file"
15829 msgstr ""
15830
15831 # type: verbatim
15832 #. type: verbatim
15833 #: ../src/guestfs-actions.pod:5188
15834 #, no-wrap
15835 msgid ""
15836 " char *\n"
15837 " guestfs_read_file (guestfs_h *g,\n"
15838 "                    const char *path,\n"
15839 "                    size_t *size_r);\n"
15840 "\n"
15841 msgstr ""
15842
15843 # type: textblock
15844 #. type: textblock
15845 #: ../src/guestfs-actions.pod:5193 ../fish/guestfish-actions.pod:3453
15846 msgid "This calls returns the contents of the file C<path> as a buffer."
15847 msgstr ""
15848
15849 # type: textblock
15850 #. type: textblock
15851 #: ../src/guestfs-actions.pod:5196
15852 msgid ""
15853 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
15854 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
15855 "function is limited in the total size of file that can be handled."
15856 msgstr ""
15857
15858 # type: textblock
15859 #. type: textblock
15860 #: ../src/guestfs-actions.pod:5208
15861 msgid "(Added in 1.0.63)"
15862 msgstr ""
15863
15864 # type: =head2
15865 #. type: =head2
15866 #: ../src/guestfs-actions.pod:5210
15867 msgid "guestfs_read_lines"
15868 msgstr ""
15869
15870 # type: verbatim
15871 #. type: verbatim
15872 #: ../src/guestfs-actions.pod:5212
15873 #, no-wrap
15874 msgid ""
15875 " char **\n"
15876 " guestfs_read_lines (guestfs_h *g,\n"
15877 "                     const char *path);\n"
15878 "\n"
15879 msgstr ""
15880
15881 # type: textblock
15882 #. type: textblock
15883 #: ../src/guestfs-actions.pod:5218 ../fish/guestfish-actions.pod:3470
15884 msgid ""
15885 "The file contents are returned as a list of lines.  Trailing C<LF> and "
15886 "C<CRLF> character sequences are I<not> returned."
15887 msgstr ""
15888
15889 # type: textblock
15890 #. type: textblock
15891 #: ../src/guestfs-actions.pod:5221
15892 msgid ""
15893 "Note that this function cannot correctly handle binary files (specifically, "
15894 "files containing C<\\0> character which is treated as end of line).  For "
15895 "those you need to use the C<guestfs_read_file> function which has a more "
15896 "complex interface."
15897 msgstr ""
15898
15899 # type: =head2
15900 #. type: =head2
15901 #: ../src/guestfs-actions.pod:5232
15902 msgid "guestfs_readdir"
15903 msgstr ""
15904
15905 # type: verbatim
15906 #. type: verbatim
15907 #: ../src/guestfs-actions.pod:5234
15908 #, no-wrap
15909 msgid ""
15910 " struct guestfs_dirent_list *\n"
15911 " guestfs_readdir (guestfs_h *g,\n"
15912 "                  const char *dir);\n"
15913 "\n"
15914 msgstr ""
15915
15916 # type: textblock
15917 #. type: textblock
15918 #: ../src/guestfs-actions.pod:5238 ../fish/guestfish-actions.pod:3482
15919 msgid "This returns the list of directory entries in directory C<dir>."
15920 msgstr ""
15921
15922 # type: textblock
15923 #. type: textblock
15924 #: ../src/guestfs-actions.pod:5240 ../fish/guestfish-actions.pod:3484
15925 msgid ""
15926 "All entries in the directory are returned, including C<.> and C<..>.  The "
15927 "entries are I<not> sorted, but returned in the same order as the underlying "
15928 "filesystem."
15929 msgstr ""
15930
15931 # type: textblock
15932 #. type: textblock
15933 #: ../src/guestfs-actions.pod:5244 ../fish/guestfish-actions.pod:3488
15934 msgid ""
15935 "Also this call returns basic file type information about each file.  The "
15936 "C<ftyp> field will contain one of the following characters:"
15937 msgstr ""
15938
15939 # type: =item
15940 #. type: =item
15941 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3493
15942 msgid "'b'"
15943 msgstr ""
15944
15945 # type: textblock
15946 #. type: textblock
15947 #: ../src/guestfs-actions.pod:5251 ../fish/guestfish-actions.pod:3495
15948 msgid "Block special"
15949 msgstr ""
15950
15951 # type: =item
15952 #. type: =item
15953 #: ../src/guestfs-actions.pod:5253 ../fish/guestfish-actions.pod:3497
15954 msgid "'c'"
15955 msgstr ""
15956
15957 # type: textblock
15958 #. type: textblock
15959 #: ../src/guestfs-actions.pod:5255 ../fish/guestfish-actions.pod:3499
15960 msgid "Char special"
15961 msgstr ""
15962
15963 # type: =item
15964 #. type: =item
15965 #: ../src/guestfs-actions.pod:5257 ../fish/guestfish-actions.pod:3501
15966 msgid "'d'"
15967 msgstr ""
15968
15969 # type: textblock
15970 #. type: textblock
15971 #: ../src/guestfs-actions.pod:5259 ../fish/guestfish-actions.pod:3503
15972 msgid "Directory"
15973 msgstr ""
15974
15975 # type: =item
15976 #. type: =item
15977 #: ../src/guestfs-actions.pod:5261 ../fish/guestfish-actions.pod:3505
15978 msgid "'f'"
15979 msgstr ""
15980
15981 # type: textblock
15982 #. type: textblock
15983 #: ../src/guestfs-actions.pod:5263 ../fish/guestfish-actions.pod:3507
15984 msgid "FIFO (named pipe)"
15985 msgstr ""
15986
15987 # type: =item
15988 #. type: =item
15989 #: ../src/guestfs-actions.pod:5265 ../fish/guestfish-actions.pod:3509
15990 msgid "'l'"
15991 msgstr ""
15992
15993 # type: textblock
15994 #. type: textblock
15995 #: ../src/guestfs-actions.pod:5267 ../fish/guestfish-actions.pod:3511
15996 msgid "Symbolic link"
15997 msgstr ""
15998
15999 # type: =item
16000 #. type: =item
16001 #: ../src/guestfs-actions.pod:5269 ../fish/guestfish-actions.pod:3513
16002 msgid "'r'"
16003 msgstr ""
16004
16005 # type: textblock
16006 #. type: textblock
16007 #: ../src/guestfs-actions.pod:5271 ../fish/guestfish-actions.pod:3515
16008 msgid "Regular file"
16009 msgstr ""
16010
16011 # type: =item
16012 #. type: =item
16013 #: ../src/guestfs-actions.pod:5273 ../fish/guestfish-actions.pod:3517
16014 msgid "'s'"
16015 msgstr ""
16016
16017 # type: textblock
16018 #. type: textblock
16019 #: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3519
16020 msgid "Socket"
16021 msgstr ""
16022
16023 # type: =item
16024 #. type: =item
16025 #: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3521
16026 msgid "'u'"
16027 msgstr ""
16028
16029 # type: textblock
16030 #. type: textblock
16031 #: ../src/guestfs-actions.pod:5279 ../fish/guestfish-actions.pod:3523
16032 msgid "Unknown file type"
16033 msgstr ""
16034
16035 # type: =item
16036 #. type: =item
16037 #: ../src/guestfs-actions.pod:5281 ../fish/guestfish-actions.pod:3525
16038 msgid "'?'"
16039 msgstr ""
16040
16041 # type: textblock
16042 #. type: textblock
16043 #: ../src/guestfs-actions.pod:5283 ../fish/guestfish-actions.pod:3527
16044 msgid ""
16045 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
16046 msgstr ""
16047
16048 # type: textblock
16049 #. type: textblock
16050 #: ../src/guestfs-actions.pod:5288
16051 msgid ""
16052 "This function is primarily intended for use by programs.  To get a simple "
16053 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
16054 "consumption, use C<guestfs_ll>."
16055 msgstr ""
16056
16057 # type: textblock
16058 #. type: textblock
16059 #: ../src/guestfs-actions.pod:5292
16060 msgid ""
16061 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
16062 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
16063 msgstr ""
16064
16065 # type: =head2
16066 #. type: =head2
16067 #: ../src/guestfs-actions.pod:5298
16068 msgid "guestfs_readlink"
16069 msgstr ""
16070
16071 # type: verbatim
16072 #. type: verbatim
16073 #: ../src/guestfs-actions.pod:5300
16074 #, no-wrap
16075 msgid ""
16076 " char *\n"
16077 " guestfs_readlink (guestfs_h *g,\n"
16078 "                   const char *path);\n"
16079 "\n"
16080 msgstr ""
16081
16082 # type: textblock
16083 #. type: textblock
16084 #: ../src/guestfs-actions.pod:5304 ../fish/guestfish-actions.pod:3540
16085 msgid "This command reads the target of a symbolic link."
16086 msgstr ""
16087
16088 # type: =head2
16089 #. type: =head2
16090 #: ../src/guestfs-actions.pod:5311
16091 msgid "guestfs_readlinklist"
16092 msgstr ""
16093
16094 # type: verbatim
16095 #. type: verbatim
16096 #: ../src/guestfs-actions.pod:5313
16097 #, no-wrap
16098 msgid ""
16099 " char **\n"
16100 " guestfs_readlinklist (guestfs_h *g,\n"
16101 "                       const char *path,\n"
16102 "                       char *const *names);\n"
16103 "\n"
16104 msgstr ""
16105
16106 # type: textblock
16107 #. type: textblock
16108 #: ../src/guestfs-actions.pod:5318 ../fish/guestfish-actions.pod:3546
16109 msgid ""
16110 "This call allows you to do a C<readlink> operation on multiple files, where "
16111 "all files are in the directory C<path>.  C<names> is the list of files from "
16112 "this directory."
16113 msgstr ""
16114
16115 # type: textblock
16116 #. type: textblock
16117 #: ../src/guestfs-actions.pod:5322 ../fish/guestfish-actions.pod:3550
16118 msgid ""
16119 "On return you get a list of strings, with a one-to-one correspondence to the "
16120 "C<names> list.  Each string is the value of the symbolic link."
16121 msgstr ""
16122
16123 # type: textblock
16124 #. type: textblock
16125 #: ../src/guestfs-actions.pod:5326 ../fish/guestfish-actions.pod:3554
16126 msgid ""
16127 "If the C<readlink(2)> operation fails on any name, then the corresponding "
16128 "result string is the empty string C<\"\">.  However the whole operation is "
16129 "completed even if there were C<readlink(2)> errors, and so you can call this "
16130 "function with names where you don't know if they are symbolic links already "
16131 "(albeit slightly less efficient)."
16132 msgstr ""
16133
16134 # type: textblock
16135 #. type: textblock
16136 #: ../src/guestfs-actions.pod:5333 ../fish/guestfish-actions.pod:3561
16137 msgid ""
16138 "This call is intended for programs that want to efficiently list a directory "
16139 "contents without making many round-trips.  Very long directory listings "
16140 "might cause the protocol message size to be exceeded, causing this call to "
16141 "fail.  The caller must split up such requests into smaller groups of names."
16142 msgstr ""
16143
16144 # type: =head2
16145 #. type: =head2
16146 #: ../src/guestfs-actions.pod:5346
16147 msgid "guestfs_realpath"
16148 msgstr ""
16149
16150 # type: verbatim
16151 #. type: verbatim
16152 #: ../src/guestfs-actions.pod:5348
16153 #, no-wrap
16154 msgid ""
16155 " char *\n"
16156 " guestfs_realpath (guestfs_h *g,\n"
16157 "                   const char *path);\n"
16158 "\n"
16159 msgstr ""
16160
16161 # type: textblock
16162 #. type: textblock
16163 #: ../src/guestfs-actions.pod:5352 ../fish/guestfish-actions.pod:3572
16164 msgid ""
16165 "Return the canonicalized absolute pathname of C<path>.  The returned path "
16166 "has no C<.>, C<..> or symbolic link path elements."
16167 msgstr ""
16168
16169 # type: =head2
16170 #. type: =head2
16171 #: ../src/guestfs-actions.pod:5360
16172 msgid "guestfs_removexattr"
16173 msgstr ""
16174
16175 # type: verbatim
16176 #. type: verbatim
16177 #: ../src/guestfs-actions.pod:5362
16178 #, no-wrap
16179 msgid ""
16180 " int\n"
16181 " guestfs_removexattr (guestfs_h *g,\n"
16182 "                      const char *xattr,\n"
16183 "                      const char *path);\n"
16184 "\n"
16185 msgstr ""
16186
16187 # type: textblock
16188 #. type: textblock
16189 #: ../src/guestfs-actions.pod:5367 ../fish/guestfish-actions.pod:3579
16190 msgid ""
16191 "This call removes the extended attribute named C<xattr> of the file C<path>."
16192 msgstr ""
16193
16194 # type: textblock
16195 #. type: textblock
16196 #: ../src/guestfs-actions.pod:5370
16197 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
16198 msgstr ""
16199
16200 # type: =head2
16201 #. type: =head2
16202 #: ../src/guestfs-actions.pod:5376
16203 msgid "guestfs_resize2fs"
16204 msgstr ""
16205
16206 # type: verbatim
16207 #. type: verbatim
16208 #: ../src/guestfs-actions.pod:5378
16209 #, no-wrap
16210 msgid ""
16211 " int\n"
16212 " guestfs_resize2fs (guestfs_h *g,\n"
16213 "                    const char *device);\n"
16214 "\n"
16215 msgstr ""
16216
16217 # type: textblock
16218 #. type: textblock
16219 #: ../src/guestfs-actions.pod:5382 ../fish/guestfish-actions.pod:3588
16220 msgid ""
16221 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
16222 "underlying device."
16223 msgstr ""
16224
16225 # type: textblock
16226 #. type: textblock
16227 #: ../src/guestfs-actions.pod:5385
16228 msgid ""
16229 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
16230 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
16231 "sometimes gives an error about this and sometimes not.  In any case, it is "
16232 "always safe to call C<guestfs_e2fsck_f> before calling this function."
16233 msgstr ""
16234
16235 # type: =head2
16236 #. type: =head2
16237 #: ../src/guestfs-actions.pod:5395
16238 msgid "guestfs_resize2fs_size"
16239 msgstr ""
16240
16241 # type: verbatim
16242 #. type: verbatim
16243 #: ../src/guestfs-actions.pod:5397
16244 #, no-wrap
16245 msgid ""
16246 " int\n"
16247 " guestfs_resize2fs_size (guestfs_h *g,\n"
16248 "                         const char *device,\n"
16249 "                         int64_t size);\n"
16250 "\n"
16251 msgstr ""
16252
16253 # type: textblock
16254 #. type: textblock
16255 #: ../src/guestfs-actions.pod:5402
16256 msgid ""
16257 "This command is the same as C<guestfs_resize2fs> except that it allows you "
16258 "to specify the new size (in bytes) explicitly."
16259 msgstr ""
16260
16261 # type: =head2
16262 #. type: =head2
16263 #: ../src/guestfs-actions.pod:5409
16264 msgid "guestfs_rm"
16265 msgstr ""
16266
16267 # type: verbatim
16268 #. type: verbatim
16269 #: ../src/guestfs-actions.pod:5411
16270 #, no-wrap
16271 msgid ""
16272 " int\n"
16273 " guestfs_rm (guestfs_h *g,\n"
16274 "             const char *path);\n"
16275 "\n"
16276 msgstr ""
16277
16278 # type: textblock
16279 #. type: textblock
16280 #: ../src/guestfs-actions.pod:5415 ../fish/guestfish-actions.pod:3608
16281 msgid "Remove the single file C<path>."
16282 msgstr ""
16283
16284 # type: =head2
16285 #. type: =head2
16286 #: ../src/guestfs-actions.pod:5421
16287 msgid "guestfs_rm_rf"
16288 msgstr ""
16289
16290 # type: verbatim
16291 #. type: verbatim
16292 #: ../src/guestfs-actions.pod:5423
16293 #, no-wrap
16294 msgid ""
16295 " int\n"
16296 " guestfs_rm_rf (guestfs_h *g,\n"
16297 "                const char *path);\n"
16298 "\n"
16299 msgstr ""
16300
16301 # type: textblock
16302 #. type: textblock
16303 #: ../src/guestfs-actions.pod:5427 ../fish/guestfish-actions.pod:3614
16304 msgid ""
16305 "Remove the file or directory C<path>, recursively removing the contents if "
16306 "its a directory.  This is like the C<rm -rf> shell command."
16307 msgstr ""
16308
16309 # type: =head2
16310 #. type: =head2
16311 #: ../src/guestfs-actions.pod:5435
16312 msgid "guestfs_rmdir"
16313 msgstr ""
16314
16315 # type: verbatim
16316 #. type: verbatim
16317 #: ../src/guestfs-actions.pod:5437
16318 #, no-wrap
16319 msgid ""
16320 " int\n"
16321 " guestfs_rmdir (guestfs_h *g,\n"
16322 "                const char *path);\n"
16323 "\n"
16324 msgstr ""
16325
16326 # type: textblock
16327 #. type: textblock
16328 #: ../src/guestfs-actions.pod:5441 ../fish/guestfish-actions.pod:3622
16329 msgid "Remove the single directory C<path>."
16330 msgstr ""
16331
16332 # type: =head2
16333 #. type: =head2
16334 #: ../src/guestfs-actions.pod:5447
16335 msgid "guestfs_rmmountpoint"
16336 msgstr ""
16337
16338 # type: verbatim
16339 #. type: verbatim
16340 #: ../src/guestfs-actions.pod:5449
16341 #, no-wrap
16342 msgid ""
16343 " int\n"
16344 " guestfs_rmmountpoint (guestfs_h *g,\n"
16345 "                       const char *exemptpath);\n"
16346 "\n"
16347 msgstr ""
16348
16349 # type: textblock
16350 #. type: textblock
16351 #: ../src/guestfs-actions.pod:5453
16352 msgid ""
16353 "This calls removes a mountpoint that was previously created with "
16354 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
16355 msgstr ""
16356
16357 # type: =head2
16358 #. type: =head2
16359 #: ../src/guestfs-actions.pod:5461
16360 msgid "guestfs_scrub_device"
16361 msgstr ""
16362
16363 # type: verbatim
16364 #. type: verbatim
16365 #: ../src/guestfs-actions.pod:5463
16366 #, no-wrap
16367 msgid ""
16368 " int\n"
16369 " guestfs_scrub_device (guestfs_h *g,\n"
16370 "                       const char *device);\n"
16371 "\n"
16372 msgstr ""
16373
16374 # type: textblock
16375 #. type: textblock
16376 #: ../src/guestfs-actions.pod:5467 ../fish/guestfish-actions.pod:3636
16377 msgid ""
16378 "This command writes patterns over C<device> to make data retrieval more "
16379 "difficult."
16380 msgstr ""
16381
16382 # type: textblock
16383 #. type: textblock
16384 #: ../src/guestfs-actions.pod:5470 ../src/guestfs-actions.pod:5491
16385 #: ../src/guestfs-actions.pod:5510 ../fish/guestfish-actions.pod:3639
16386 #: ../fish/guestfish-actions.pod:3654 ../fish/guestfish-actions.pod:3667
16387 msgid ""
16388 "It is an interface to the L<scrub(1)> program.  See that manual page for "
16389 "more details."
16390 msgstr ""
16391
16392 # type: textblock
16393 #. type: textblock
16394 #: ../src/guestfs-actions.pod:5478 ../src/guestfs-actions.pod:5496
16395 #: ../src/guestfs-actions.pod:5515
16396 msgid "(Added in 1.0.52)"
16397 msgstr ""
16398
16399 # type: =head2
16400 #. type: =head2
16401 #: ../src/guestfs-actions.pod:5480
16402 msgid "guestfs_scrub_file"
16403 msgstr ""
16404
16405 # type: verbatim
16406 #. type: verbatim
16407 #: ../src/guestfs-actions.pod:5482
16408 #, no-wrap
16409 msgid ""
16410 " int\n"
16411 " guestfs_scrub_file (guestfs_h *g,\n"
16412 "                     const char *file);\n"
16413 "\n"
16414 msgstr ""
16415
16416 # type: textblock
16417 #. type: textblock
16418 #: ../src/guestfs-actions.pod:5486 ../fish/guestfish-actions.pod:3649
16419 msgid ""
16420 "This command writes patterns over a file to make data retrieval more "
16421 "difficult."
16422 msgstr ""
16423
16424 # type: textblock
16425 #. type: textblock
16426 #: ../src/guestfs-actions.pod:5489 ../fish/guestfish-actions.pod:3652
16427 msgid "The file is I<removed> after scrubbing."
16428 msgstr ""
16429
16430 # type: =head2
16431 #. type: =head2
16432 #: ../src/guestfs-actions.pod:5498
16433 msgid "guestfs_scrub_freespace"
16434 msgstr ""
16435
16436 # type: verbatim
16437 #. type: verbatim
16438 #: ../src/guestfs-actions.pod:5500
16439 #, no-wrap
16440 msgid ""
16441 " int\n"
16442 " guestfs_scrub_freespace (guestfs_h *g,\n"
16443 "                          const char *dir);\n"
16444 "\n"
16445 msgstr ""
16446
16447 # type: textblock
16448 #. type: textblock
16449 #: ../src/guestfs-actions.pod:5504
16450 msgid ""
16451 "This command creates the directory C<dir> and then fills it with files until "
16452 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
16453 "and deletes them.  The intention is to scrub any free space on the partition "
16454 "containing C<dir>."
16455 msgstr ""
16456
16457 # type: =head2
16458 #. type: =head2
16459 #: ../src/guestfs-actions.pod:5517
16460 msgid "guestfs_set_append"
16461 msgstr ""
16462
16463 # type: verbatim
16464 #. type: verbatim
16465 #: ../src/guestfs-actions.pod:5519
16466 #, no-wrap
16467 msgid ""
16468 " int\n"
16469 " guestfs_set_append (guestfs_h *g,\n"
16470 "                     const char *append);\n"
16471 "\n"
16472 msgstr ""
16473
16474 # type: textblock
16475 #. type: textblock
16476 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3676
16477 msgid ""
16478 "This function is used to add additional options to the guest kernel command "
16479 "line."
16480 msgstr ""
16481
16482 # type: textblock
16483 #. type: textblock
16484 #: ../src/guestfs-actions.pod:5526 ../fish/guestfish-actions.pod:3679
16485 msgid ""
16486 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
16487 "environment variable."
16488 msgstr ""
16489
16490 # type: textblock
16491 #. type: textblock
16492 #: ../src/guestfs-actions.pod:5529 ../fish/guestfish-actions.pod:3682
16493 msgid ""
16494 "Setting C<append> to C<NULL> means I<no> additional options are passed "
16495 "(libguestfs always adds a few of its own)."
16496 msgstr ""
16497
16498 # type: =head2
16499 #. type: =head2
16500 #: ../src/guestfs-actions.pod:5536
16501 msgid "guestfs_set_autosync"
16502 msgstr ""
16503
16504 # type: verbatim
16505 #. type: verbatim
16506 #: ../src/guestfs-actions.pod:5538
16507 #, no-wrap
16508 msgid ""
16509 " int\n"
16510 " guestfs_set_autosync (guestfs_h *g,\n"
16511 "                       int autosync);\n"
16512 "\n"
16513 msgstr ""
16514
16515 # type: textblock
16516 #. type: textblock
16517 #: ../src/guestfs-actions.pod:5542
16518 msgid ""
16519 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
16520 "effort attempt to run C<guestfs_umount_all> followed by C<guestfs_sync> when "
16521 "the handle is closed (also if the program exits without closing handles)."
16522 msgstr ""
16523
16524 # type: textblock
16525 #. type: textblock
16526 #: ../src/guestfs-actions.pod:5547 ../fish/guestfish-actions.pod:3696
16527 msgid ""
16528 "This is enabled by default (since libguestfs 1.5.24, previously it was "
16529 "disabled by default)."
16530 msgstr ""
16531
16532 # type: =head2
16533 #. type: =head2
16534 #: ../src/guestfs-actions.pod:5554
16535 msgid "guestfs_set_direct"
16536 msgstr ""
16537
16538 # type: verbatim
16539 #. type: verbatim
16540 #: ../src/guestfs-actions.pod:5556
16541 #, no-wrap
16542 msgid ""
16543 " int\n"
16544 " guestfs_set_direct (guestfs_h *g,\n"
16545 "                     int direct);\n"
16546 "\n"
16547 msgstr ""
16548
16549 # type: textblock
16550 #. type: textblock
16551 #: ../src/guestfs-actions.pod:5560 ../fish/guestfish-actions.pod:3705
16552 msgid ""
16553 "If the direct appliance mode flag is enabled, then stdin and stdout are "
16554 "passed directly through to the appliance once it is launched."
16555 msgstr ""
16556
16557 # type: textblock
16558 #. type: textblock
16559 #: ../src/guestfs-actions.pod:5564
16560 msgid ""
16561 "One consequence of this is that log messages aren't caught by the library "
16562 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
16563 "stdout."
16564 msgstr ""
16565
16566 # type: textblock
16567 #. type: textblock
16568 #: ../src/guestfs-actions.pod:5568 ../fish/guestfish-actions.pod:3713
16569 msgid "You probably don't want to use this unless you know what you are doing."
16570 msgstr ""
16571
16572 # type: textblock
16573 #. type: textblock
16574 #: ../src/guestfs-actions.pod:5571 ../fish/guestfish-actions.pod:3716
16575 msgid "The default is disabled."
16576 msgstr ""
16577
16578 # type: =head2
16579 #. type: =head2
16580 #: ../src/guestfs-actions.pod:5577
16581 msgid "guestfs_set_e2label"
16582 msgstr ""
16583
16584 # type: verbatim
16585 #. type: verbatim
16586 #: ../src/guestfs-actions.pod:5579
16587 #, no-wrap
16588 msgid ""
16589 " int\n"
16590 " guestfs_set_e2label (guestfs_h *g,\n"
16591 "                      const char *device,\n"
16592 "                      const char *label);\n"
16593 "\n"
16594 msgstr ""
16595
16596 # type: textblock
16597 #. type: textblock
16598 #: ../src/guestfs-actions.pod:5584 ../fish/guestfish-actions.pod:3722
16599 msgid ""
16600 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
16601 "C<label>.  Filesystem labels are limited to 16 characters."
16602 msgstr ""
16603
16604 # type: textblock
16605 #. type: textblock
16606 #: ../src/guestfs-actions.pod:5588
16607 msgid ""
16608 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
16609 "the existing label on a filesystem."
16610 msgstr ""
16611
16612 # type: =head2
16613 #. type: =head2
16614 #: ../src/guestfs-actions.pod:5595
16615 msgid "guestfs_set_e2uuid"
16616 msgstr ""
16617
16618 # type: verbatim
16619 #. type: verbatim
16620 #: ../src/guestfs-actions.pod:5597
16621 #, no-wrap
16622 msgid ""
16623 " int\n"
16624 " guestfs_set_e2uuid (guestfs_h *g,\n"
16625 "                     const char *device,\n"
16626 "                     const char *uuid);\n"
16627 "\n"
16628 msgstr ""
16629
16630 # type: textblock
16631 #. type: textblock
16632 #: ../src/guestfs-actions.pod:5602 ../fish/guestfish-actions.pod:3733
16633 msgid ""
16634 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
16635 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
16636 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
16637 msgstr ""
16638
16639 # type: textblock
16640 #. type: textblock
16641 #: ../src/guestfs-actions.pod:5607
16642 msgid ""
16643 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
16644 "the existing UUID of a filesystem."
16645 msgstr ""
16646
16647 # type: =head2
16648 #. type: =head2
16649 #: ../src/guestfs-actions.pod:5614
16650 msgid "guestfs_set_memsize"
16651 msgstr ""
16652
16653 # type: verbatim
16654 #. type: verbatim
16655 #: ../src/guestfs-actions.pod:5616
16656 #, no-wrap
16657 msgid ""
16658 " int\n"
16659 " guestfs_set_memsize (guestfs_h *g,\n"
16660 "                      int memsize);\n"
16661 "\n"
16662 msgstr ""
16663
16664 # type: textblock
16665 #. type: textblock
16666 #: ../src/guestfs-actions.pod:5620
16667 msgid ""
16668 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
16669 "This only has any effect if called before C<guestfs_launch>."
16670 msgstr ""
16671
16672 # type: textblock
16673 #. type: textblock
16674 #: ../src/guestfs-actions.pod:5624 ../fish/guestfish-actions.pod:3751
16675 msgid ""
16676 "You can also change this by setting the environment variable "
16677 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
16678 msgstr ""
16679
16680 # type: =head2
16681 #. type: =head2
16682 #: ../src/guestfs-actions.pod:5635
16683 msgid "guestfs_set_network"
16684 msgstr ""
16685
16686 # type: verbatim
16687 #. type: verbatim
16688 #: ../src/guestfs-actions.pod:5637
16689 #, no-wrap
16690 msgid ""
16691 " int\n"
16692 " guestfs_set_network (guestfs_h *g,\n"
16693 "                      int network);\n"
16694 "\n"
16695 msgstr ""
16696
16697 # type: textblock
16698 #. type: textblock
16699 #: ../src/guestfs-actions.pod:5641 ../fish/guestfish-actions.pod:3764
16700 msgid ""
16701 "If C<network> is true, then the network is enabled in the libguestfs "
16702 "appliance.  The default is false."
16703 msgstr ""
16704
16705 # type: textblock
16706 #. type: textblock
16707 #: ../src/guestfs-actions.pod:5644 ../fish/guestfish-actions.pod:3767
16708 msgid ""
16709 "This affects whether commands are able to access the network (see L<guestfs"
16710 "(3)/RUNNING COMMANDS>)."
16711 msgstr ""
16712
16713 # type: textblock
16714 #. type: textblock
16715 #: ../src/guestfs-actions.pod:5647
16716 msgid ""
16717 "You must call this before calling C<guestfs_launch>, otherwise it has no "
16718 "effect."
16719 msgstr ""
16720
16721 # type: =head2
16722 #. type: =head2
16723 #: ../src/guestfs-actions.pod:5654
16724 msgid "guestfs_set_path"
16725 msgstr ""
16726
16727 # type: verbatim
16728 #. type: verbatim
16729 #: ../src/guestfs-actions.pod:5656
16730 #, no-wrap
16731 msgid ""
16732 " int\n"
16733 " guestfs_set_path (guestfs_h *g,\n"
16734 "                   const char *searchpath);\n"
16735 "\n"
16736 msgstr ""
16737
16738 # type: textblock
16739 #. type: textblock
16740 #: ../src/guestfs-actions.pod:5660 ../fish/guestfish-actions.pod:3779
16741 msgid "Set the path that libguestfs searches for kernel and initrd.img."
16742 msgstr ""
16743
16744 # type: textblock
16745 #. type: textblock
16746 #: ../src/guestfs-actions.pod:5662 ../fish/guestfish-actions.pod:3781
16747 msgid ""
16748 "The default is C<$libdir/guestfs> unless overridden by setting "
16749 "C<LIBGUESTFS_PATH> environment variable."
16750 msgstr ""
16751
16752 # type: textblock
16753 #. type: textblock
16754 #: ../src/guestfs-actions.pod:5665 ../fish/guestfish-actions.pod:3784
16755 msgid "Setting C<path> to C<NULL> restores the default path."
16756 msgstr ""
16757
16758 # type: =head2
16759 #. type: =head2
16760 #: ../src/guestfs-actions.pod:5671
16761 msgid "guestfs_set_qemu"
16762 msgstr ""
16763
16764 # type: verbatim
16765 #. type: verbatim
16766 #: ../src/guestfs-actions.pod:5673
16767 #, no-wrap
16768 msgid ""
16769 " int\n"
16770 " guestfs_set_qemu (guestfs_h *g,\n"
16771 "                   const char *qemu);\n"
16772 "\n"
16773 msgstr ""
16774
16775 # type: textblock
16776 #. type: textblock
16777 #: ../src/guestfs-actions.pod:5677 ../fish/guestfish-actions.pod:3792
16778 msgid "Set the qemu binary that we will use."
16779 msgstr ""
16780
16781 # type: textblock
16782 #. type: textblock
16783 #: ../src/guestfs-actions.pod:5679 ../fish/guestfish-actions.pod:3794
16784 msgid ""
16785 "The default is chosen when the library was compiled by the configure script."
16786 msgstr ""
16787
16788 # type: textblock
16789 #. type: textblock
16790 #: ../src/guestfs-actions.pod:5682 ../fish/guestfish-actions.pod:3797
16791 msgid ""
16792 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
16793 "variable."
16794 msgstr ""
16795
16796 # type: textblock
16797 #. type: textblock
16798 #: ../src/guestfs-actions.pod:5685 ../fish/guestfish-actions.pod:3800
16799 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
16800 msgstr ""
16801
16802 # type: textblock
16803 #. type: textblock
16804 #: ../src/guestfs-actions.pod:5687 ../fish/guestfish-actions.pod:3802
16805 msgid ""
16806 "Note that you should call this function as early as possible after creating "
16807 "the handle.  This is because some pre-launch operations depend on testing "
16808 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
16809 "don't retest features, and so you might see inconsistent results.  Using the "
16810 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
16811 "the qemu binary at the same time as the handle is created."
16812 msgstr ""
16813
16814 # type: =head2
16815 #. type: =head2
16816 #: ../src/guestfs-actions.pod:5699
16817 msgid "guestfs_set_recovery_proc"
16818 msgstr ""
16819
16820 # type: verbatim
16821 #. type: verbatim
16822 #: ../src/guestfs-actions.pod:5701
16823 #, no-wrap
16824 msgid ""
16825 " int\n"
16826 " guestfs_set_recovery_proc (guestfs_h *g,\n"
16827 "                            int recoveryproc);\n"
16828 "\n"
16829 msgstr ""
16830
16831 # type: textblock
16832 #. type: textblock
16833 #: ../src/guestfs-actions.pod:5705
16834 msgid ""
16835 "If this is called with the parameter C<false> then C<guestfs_launch> does "
16836 "not create a recovery process.  The purpose of the recovery process is to "
16837 "stop runaway qemu processes in the case where the main program aborts "
16838 "abruptly."
16839 msgstr ""
16840
16841 # type: textblock
16842 #. type: textblock
16843 #: ../src/guestfs-actions.pod:5710
16844 msgid ""
16845 "This only has any effect if called before C<guestfs_launch>, and the default "
16846 "is true."
16847 msgstr ""
16848
16849 # type: textblock
16850 #. type: textblock
16851 #: ../src/guestfs-actions.pod:5713 ../fish/guestfish-actions.pod:3824
16852 msgid ""
16853 "About the only time when you would want to disable this is if the main "
16854 "process will fork itself into the background (\"daemonize\" itself).  In "
16855 "this case the recovery process thinks that the main program has disappeared "
16856 "and so kills qemu, which is not very helpful."
16857 msgstr ""
16858
16859 # type: =head2
16860 #. type: =head2
16861 #: ../src/guestfs-actions.pod:5723
16862 msgid "guestfs_set_selinux"
16863 msgstr ""
16864
16865 # type: verbatim
16866 #. type: verbatim
16867 #: ../src/guestfs-actions.pod:5725
16868 #, no-wrap
16869 msgid ""
16870 " int\n"
16871 " guestfs_set_selinux (guestfs_h *g,\n"
16872 "                      int selinux);\n"
16873 "\n"
16874 msgstr ""
16875
16876 # type: textblock
16877 #. type: textblock
16878 #: ../src/guestfs-actions.pod:5729 ../fish/guestfish-actions.pod:3836
16879 msgid ""
16880 "This sets the selinux flag that is passed to the appliance at boot time.  "
16881 "The default is C<selinux=0> (disabled)."
16882 msgstr ""
16883
16884 # type: textblock
16885 #. type: textblock
16886 #: ../src/guestfs-actions.pod:5732 ../fish/guestfish-actions.pod:3839
16887 msgid ""
16888 "Note that if SELinux is enabled, it is always in Permissive mode "
16889 "(C<enforcing=0>)."
16890 msgstr ""
16891
16892 # type: =head2
16893 #. type: =head2
16894 #: ../src/guestfs-actions.pod:5742
16895 msgid "guestfs_set_trace"
16896 msgstr ""
16897
16898 # type: verbatim
16899 #. type: verbatim
16900 #: ../src/guestfs-actions.pod:5744
16901 #, no-wrap
16902 msgid ""
16903 " int\n"
16904 " guestfs_set_trace (guestfs_h *g,\n"
16905 "                    int trace);\n"
16906 "\n"
16907 msgstr ""
16908
16909 # type: textblock
16910 #. type: textblock
16911 #: ../src/guestfs-actions.pod:5748 ../fish/guestfish-actions.pod:3851
16912 msgid ""
16913 "If the command trace flag is set to 1, then commands are printed on stderr "
16914 "before they are executed in a format which is very similar to the one used "
16915 "by guestfish.  In other words, you can run a program with this enabled, and "
16916 "you will get out a script which you can feed to guestfish to perform the "
16917 "same set of actions."
16918 msgstr ""
16919
16920 # type: textblock
16921 #. type: textblock
16922 #: ../src/guestfs-actions.pod:5755 ../fish/guestfish-actions.pod:3858
16923 msgid ""
16924 "If you want to trace C API calls into libguestfs (and other libraries) then "
16925 "possibly a better way is to use the external ltrace(1) command."
16926 msgstr ""
16927
16928 # type: textblock
16929 #. type: textblock
16930 #: ../src/guestfs-actions.pod:5759 ../fish/guestfish-actions.pod:3862
16931 msgid ""
16932 "Command traces are disabled unless the environment variable "
16933 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
16934 msgstr ""
16935
16936 # type: =head2
16937 #. type: =head2
16938 #: ../src/guestfs-actions.pod:5766
16939 msgid "guestfs_set_verbose"
16940 msgstr ""
16941
16942 # type: verbatim
16943 #. type: verbatim
16944 #: ../src/guestfs-actions.pod:5768
16945 #, no-wrap
16946 msgid ""
16947 " int\n"
16948 " guestfs_set_verbose (guestfs_h *g,\n"
16949 "                      int verbose);\n"
16950 "\n"
16951 msgstr ""
16952
16953 # type: textblock
16954 #. type: textblock
16955 #: ../src/guestfs-actions.pod:5772 ../fish/guestfish-actions.pod:3871
16956 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
16957 msgstr ""
16958
16959 # type: textblock
16960 #. type: textblock
16961 #: ../src/guestfs-actions.pod:5774 ../fish/guestfish-actions.pod:3873
16962 msgid ""
16963 "Verbose messages are disabled unless the environment variable "
16964 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
16965 msgstr ""
16966
16967 # type: =head2
16968 #. type: =head2
16969 #: ../src/guestfs-actions.pod:5781
16970 msgid "guestfs_setcon"
16971 msgstr ""
16972
16973 # type: verbatim
16974 #. type: verbatim
16975 #: ../src/guestfs-actions.pod:5783
16976 #, no-wrap
16977 msgid ""
16978 " int\n"
16979 " guestfs_setcon (guestfs_h *g,\n"
16980 "                 const char *context);\n"
16981 "\n"
16982 msgstr ""
16983
16984 # type: textblock
16985 #. type: textblock
16986 #: ../src/guestfs-actions.pod:5787 ../fish/guestfish-actions.pod:3880
16987 msgid ""
16988 "This sets the SELinux security context of the daemon to the string "
16989 "C<context>."
16990 msgstr ""
16991
16992 # type: textblock
16993 #. type: textblock
16994 #: ../src/guestfs-actions.pod:5790 ../fish/guestfish-actions.pod:3883
16995 msgid "See the documentation about SELINUX in L<guestfs(3)>."
16996 msgstr ""
16997
16998 # type: =head2
16999 #. type: =head2
17000 #: ../src/guestfs-actions.pod:5796
17001 msgid "guestfs_setxattr"
17002 msgstr ""
17003
17004 # type: verbatim
17005 #. type: verbatim
17006 #: ../src/guestfs-actions.pod:5798
17007 #, no-wrap
17008 msgid ""
17009 " int\n"
17010 " guestfs_setxattr (guestfs_h *g,\n"
17011 "                   const char *xattr,\n"
17012 "                   const char *val,\n"
17013 "                   int vallen,\n"
17014 "                   const char *path);\n"
17015 "\n"
17016 msgstr ""
17017
17018 # type: textblock
17019 #. type: textblock
17020 #: ../src/guestfs-actions.pod:5805 ../fish/guestfish-actions.pod:3889
17021 msgid ""
17022 "This call sets the extended attribute named C<xattr> of the file C<path> to "
17023 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
17024 msgstr ""
17025
17026 # type: textblock
17027 #. type: textblock
17028 #: ../src/guestfs-actions.pod:5809
17029 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
17030 msgstr ""
17031
17032 # type: =head2
17033 #. type: =head2
17034 #: ../src/guestfs-actions.pod:5815
17035 msgid "guestfs_sfdisk"
17036 msgstr ""
17037
17038 # type: verbatim
17039 #. type: verbatim
17040 #: ../src/guestfs-actions.pod:5817
17041 #, no-wrap
17042 msgid ""
17043 " int\n"
17044 " guestfs_sfdisk (guestfs_h *g,\n"
17045 "                 const char *device,\n"
17046 "                 int cyls,\n"
17047 "                 int heads,\n"
17048 "                 int sectors,\n"
17049 "                 char *const *lines);\n"
17050 "\n"
17051 msgstr ""
17052
17053 # type: textblock
17054 #. type: textblock
17055 #: ../src/guestfs-actions.pod:5825 ../fish/guestfish-actions.pod:3899
17056 msgid ""
17057 "This is a direct interface to the L<sfdisk(8)> program for creating "
17058 "partitions on block devices."
17059 msgstr ""
17060
17061 # type: textblock
17062 #. type: textblock
17063 #: ../src/guestfs-actions.pod:5828 ../fish/guestfish-actions.pod:3902
17064 msgid "C<device> should be a block device, for example C</dev/sda>."
17065 msgstr ""
17066
17067 # type: textblock
17068 #. type: textblock
17069 #: ../src/guestfs-actions.pod:5830 ../fish/guestfish-actions.pod:3904
17070 msgid ""
17071 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
17072 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
17073 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
17074 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
17075 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
17076 "the kernel) cannot work out the right geometry and you will need to tell it."
17077 msgstr ""
17078
17079 # type: textblock
17080 #. type: textblock
17081 #: ../src/guestfs-actions.pod:5838 ../fish/guestfish-actions.pod:3912
17082 msgid ""
17083 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
17084 "refer to the L<sfdisk(8)> manpage."
17085 msgstr ""
17086
17087 # type: textblock
17088 #. type: textblock
17089 #: ../src/guestfs-actions.pod:5841 ../fish/guestfish-actions.pod:3915
17090 msgid ""
17091 "To create a single partition occupying the whole disk, you would pass "
17092 "C<lines> as a single element list, when the single element being the string "
17093 "C<,> (comma)."
17094 msgstr ""
17095
17096 # type: textblock
17097 #. type: textblock
17098 #: ../src/guestfs-actions.pod:5845
17099 msgid ""
17100 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
17101 msgstr ""
17102
17103 # type: =head2
17104 #. type: =head2
17105 #: ../src/guestfs-actions.pod:5855
17106 msgid "guestfs_sfdiskM"
17107 msgstr ""
17108
17109 # type: verbatim
17110 #. type: verbatim
17111 #: ../src/guestfs-actions.pod:5857
17112 #, no-wrap
17113 msgid ""
17114 " int\n"
17115 " guestfs_sfdiskM (guestfs_h *g,\n"
17116 "                  const char *device,\n"
17117 "                  char *const *lines);\n"
17118 "\n"
17119 msgstr ""
17120
17121 # type: textblock
17122 #. type: textblock
17123 #: ../src/guestfs-actions.pod:5862
17124 msgid ""
17125 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
17126 "partition sizes are specified in megabytes only (rounded to the nearest "
17127 "cylinder) and you don't need to specify the cyls, heads and sectors "
17128 "parameters which were rarely if ever used anyway."
17129 msgstr ""
17130
17131 # type: textblock
17132 #. type: textblock
17133 #: ../src/guestfs-actions.pod:5868
17134 msgid ""
17135 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
17136 "C<guestfs_part_disk>"
17137 msgstr ""
17138
17139 # type: =head2
17140 #. type: =head2
17141 #: ../src/guestfs-actions.pod:5878
17142 msgid "guestfs_sfdisk_N"
17143 msgstr ""
17144
17145 # type: verbatim
17146 #. type: verbatim
17147 #: ../src/guestfs-actions.pod:5880
17148 #, no-wrap
17149 msgid ""
17150 " int\n"
17151 " guestfs_sfdisk_N (guestfs_h *g,\n"
17152 "                   const char *device,\n"
17153 "                   int partnum,\n"
17154 "                   int cyls,\n"
17155 "                   int heads,\n"
17156 "                   int sectors,\n"
17157 "                   const char *line);\n"
17158 "\n"
17159 msgstr ""
17160
17161 # type: textblock
17162 #. type: textblock
17163 #: ../src/guestfs-actions.pod:5889 ../fish/guestfish-actions.pod:3945
17164 msgid ""
17165 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
17166 "(note: C<n> counts from 1)."
17167 msgstr ""
17168
17169 # type: textblock
17170 #. type: textblock
17171 #: ../src/guestfs-actions.pod:5892
17172 msgid ""
17173 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
17174 "for the cyls/heads/sectors parameters."
17175 msgstr ""
17176
17177 # type: textblock
17178 #. type: textblock
17179 #: ../src/guestfs-actions.pod:5895
17180 msgid "See also: C<guestfs_part_add>"
17181 msgstr ""
17182
17183 # type: =head2
17184 #. type: =head2
17185 #: ../src/guestfs-actions.pod:5904
17186 msgid "guestfs_sfdisk_disk_geometry"
17187 msgstr ""
17188
17189 # type: verbatim
17190 #. type: verbatim
17191 #: ../src/guestfs-actions.pod:5906
17192 #, no-wrap
17193 msgid ""
17194 " char *\n"
17195 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
17196 "                               const char *device);\n"
17197 "\n"
17198 msgstr ""
17199
17200 # type: textblock
17201 #. type: textblock
17202 #: ../src/guestfs-actions.pod:5910
17203 msgid ""
17204 "This displays the disk geometry of C<device> read from the partition table.  "
17205 "Especially in the case where the underlying block device has been resized, "
17206 "this can be different from the kernel's idea of the geometry (see "
17207 "C<guestfs_sfdisk_kernel_geometry>)."
17208 msgstr ""
17209
17210 # type: textblock
17211 #. type: textblock
17212 #: ../src/guestfs-actions.pod:5915 ../src/guestfs-actions.pod:5931
17213 #: ../fish/guestfish-actions.pod:3965 ../fish/guestfish-actions.pod:3974
17214 msgid "The result is in human-readable format, and not designed to be parsed."
17215 msgstr ""
17216
17217 # type: =head2
17218 #. type: =head2
17219 #: ../src/guestfs-actions.pod:5923
17220 msgid "guestfs_sfdisk_kernel_geometry"
17221 msgstr ""
17222
17223 # type: verbatim
17224 #. type: verbatim
17225 #: ../src/guestfs-actions.pod:5925
17226 #, no-wrap
17227 msgid ""
17228 " char *\n"
17229 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
17230 "                                 const char *device);\n"
17231 "\n"
17232 msgstr ""
17233
17234 # type: textblock
17235 #. type: textblock
17236 #: ../src/guestfs-actions.pod:5929 ../fish/guestfish-actions.pod:3972
17237 msgid "This displays the kernel's idea of the geometry of C<device>."
17238 msgstr ""
17239
17240 # type: =head2
17241 #. type: =head2
17242 #: ../src/guestfs-actions.pod:5939
17243 msgid "guestfs_sfdisk_l"
17244 msgstr ""
17245
17246 # type: verbatim
17247 #. type: verbatim
17248 #: ../src/guestfs-actions.pod:5941
17249 #, no-wrap
17250 msgid ""
17251 " char *\n"
17252 " guestfs_sfdisk_l (guestfs_h *g,\n"
17253 "                   const char *device);\n"
17254 "\n"
17255 msgstr ""
17256
17257 # type: textblock
17258 #. type: textblock
17259 #: ../src/guestfs-actions.pod:5945 ../fish/guestfish-actions.pod:3981
17260 msgid ""
17261 "This displays the partition table on C<device>, in the human-readable output "
17262 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
17263 msgstr ""
17264
17265 # type: textblock
17266 #. type: textblock
17267 #: ../src/guestfs-actions.pod:5949
17268 msgid "See also: C<guestfs_part_list>"
17269 msgstr ""
17270
17271 # type: =head2
17272 #. type: =head2
17273 #: ../src/guestfs-actions.pod:5956
17274 msgid "guestfs_sh"
17275 msgstr ""
17276
17277 # type: verbatim
17278 #. type: verbatim
17279 #: ../src/guestfs-actions.pod:5958
17280 #, no-wrap
17281 msgid ""
17282 " char *\n"
17283 " guestfs_sh (guestfs_h *g,\n"
17284 "             const char *command);\n"
17285 "\n"
17286 msgstr ""
17287
17288 # type: textblock
17289 #. type: textblock
17290 #: ../src/guestfs-actions.pod:5962 ../fish/guestfish-actions.pod:3991
17291 msgid ""
17292 "This call runs a command from the guest filesystem via the guest's C</bin/"
17293 "sh>."
17294 msgstr ""
17295
17296 # type: textblock
17297 #. type: textblock
17298 #: ../src/guestfs-actions.pod:5965
17299 msgid "This is like C<guestfs_command>, but passes the command to:"
17300 msgstr ""
17301
17302 # type: verbatim
17303 #. type: verbatim
17304 #: ../src/guestfs-actions.pod:5967 ../fish/guestfish-actions.pod:3996
17305 #, no-wrap
17306 msgid ""
17307 " /bin/sh -c \"command\"\n"
17308 "\n"
17309 msgstr ""
17310
17311 # type: textblock
17312 #. type: textblock
17313 #: ../src/guestfs-actions.pod:5969 ../fish/guestfish-actions.pod:3998
17314 msgid ""
17315 "Depending on the guest's shell, this usually results in wildcards being "
17316 "expanded, shell expressions being interpolated and so on."
17317 msgstr ""
17318
17319 # type: textblock
17320 #. type: textblock
17321 #: ../src/guestfs-actions.pod:5973
17322 msgid "All the provisos about C<guestfs_command> apply to this call."
17323 msgstr ""
17324
17325 # type: =head2
17326 #. type: =head2
17327 #: ../src/guestfs-actions.pod:5980
17328 msgid "guestfs_sh_lines"
17329 msgstr ""
17330
17331 # type: verbatim
17332 #. type: verbatim
17333 #: ../src/guestfs-actions.pod:5982
17334 #, no-wrap
17335 msgid ""
17336 " char **\n"
17337 " guestfs_sh_lines (guestfs_h *g,\n"
17338 "                   const char *command);\n"
17339 "\n"
17340 msgstr ""
17341
17342 # type: textblock
17343 #. type: textblock
17344 #: ../src/guestfs-actions.pod:5986
17345 msgid ""
17346 "This is the same as C<guestfs_sh>, but splits the result into a list of "
17347 "lines."
17348 msgstr ""
17349
17350 # type: textblock
17351 #. type: textblock
17352 #: ../src/guestfs-actions.pod:5989
17353 msgid "See also: C<guestfs_command_lines>"
17354 msgstr ""
17355
17356 # type: =head2
17357 #. type: =head2
17358 #: ../src/guestfs-actions.pod:5997
17359 msgid "guestfs_sleep"
17360 msgstr ""
17361
17362 # type: verbatim
17363 #. type: verbatim
17364 #: ../src/guestfs-actions.pod:5999
17365 #, no-wrap
17366 msgid ""
17367 " int\n"
17368 " guestfs_sleep (guestfs_h *g,\n"
17369 "                int secs);\n"
17370 "\n"
17371 msgstr ""
17372
17373 # type: textblock
17374 #. type: textblock
17375 #: ../src/guestfs-actions.pod:6003 ../fish/guestfish-actions.pod:4017
17376 msgid "Sleep for C<secs> seconds."
17377 msgstr ""
17378
17379 # type: textblock
17380 #. type: textblock
17381 #: ../src/guestfs-actions.pod:6007
17382 msgid "(Added in 1.0.41)"
17383 msgstr ""
17384
17385 # type: =head2
17386 #. type: =head2
17387 #: ../src/guestfs-actions.pod:6009 ../src/guestfs-structs.pod:109
17388 msgid "guestfs_stat"
17389 msgstr ""
17390
17391 # type: verbatim
17392 #. type: verbatim
17393 #: ../src/guestfs-actions.pod:6011
17394 #, no-wrap
17395 msgid ""
17396 " struct guestfs_stat *\n"
17397 " guestfs_stat (guestfs_h *g,\n"
17398 "               const char *path);\n"
17399 "\n"
17400 msgstr ""
17401
17402 # type: textblock
17403 #. type: textblock
17404 #: ../src/guestfs-actions.pod:6017 ../fish/guestfish-actions.pod:4025
17405 msgid "This is the same as the C<stat(2)> system call."
17406 msgstr ""
17407
17408 # type: =head2
17409 #. type: =head2
17410 #: ../src/guestfs-actions.pod:6025 ../src/guestfs-structs.pod:135
17411 msgid "guestfs_statvfs"
17412 msgstr ""
17413
17414 # type: verbatim
17415 #. type: verbatim
17416 #: ../src/guestfs-actions.pod:6027
17417 #, no-wrap
17418 msgid ""
17419 " struct guestfs_statvfs *\n"
17420 " guestfs_statvfs (guestfs_h *g,\n"
17421 "                  const char *path);\n"
17422 "\n"
17423 msgstr ""
17424
17425 # type: textblock
17426 #. type: textblock
17427 #: ../src/guestfs-actions.pod:6031 ../fish/guestfish-actions.pod:4031
17428 msgid ""
17429 "Returns file system statistics for any mounted file system.  C<path> should "
17430 "be a file or directory in the mounted file system (typically it is the mount "
17431 "point itself, but it doesn't need to be)."
17432 msgstr ""
17433
17434 # type: textblock
17435 #. type: textblock
17436 #: ../src/guestfs-actions.pod:6035 ../fish/guestfish-actions.pod:4035
17437 msgid "This is the same as the C<statvfs(2)> system call."
17438 msgstr ""
17439
17440 # type: textblock
17441 #. type: textblock
17442 #: ../src/guestfs-actions.pod:6037
17443 msgid ""
17444 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
17445 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
17446 msgstr ""
17447
17448 # type: =head2
17449 #. type: =head2
17450 #: ../src/guestfs-actions.pod:6043
17451 msgid "guestfs_strings"
17452 msgstr ""
17453
17454 # type: verbatim
17455 #. type: verbatim
17456 #: ../src/guestfs-actions.pod:6045
17457 #, no-wrap
17458 msgid ""
17459 " char **\n"
17460 " guestfs_strings (guestfs_h *g,\n"
17461 "                  const char *path);\n"
17462 "\n"
17463 msgstr ""
17464
17465 # type: textblock
17466 #. type: textblock
17467 #: ../src/guestfs-actions.pod:6049 ../fish/guestfish-actions.pod:4041
17468 msgid ""
17469 "This runs the L<strings(1)> command on a file and returns the list of "
17470 "printable strings found."
17471 msgstr ""
17472
17473 # type: =head2
17474 #. type: =head2
17475 #: ../src/guestfs-actions.pod:6061
17476 msgid "guestfs_strings_e"
17477 msgstr ""
17478
17479 # type: verbatim
17480 #. type: verbatim
17481 #: ../src/guestfs-actions.pod:6063
17482 #, no-wrap
17483 msgid ""
17484 " char **\n"
17485 " guestfs_strings_e (guestfs_h *g,\n"
17486 "                    const char *encoding,\n"
17487 "                    const char *path);\n"
17488 "\n"
17489 msgstr ""
17490
17491 # type: textblock
17492 #. type: textblock
17493 #: ../src/guestfs-actions.pod:6068
17494 msgid ""
17495 "This is like the C<guestfs_strings> command, but allows you to specify the "
17496 "encoding of strings that are looked for in the source file C<path>."
17497 msgstr ""
17498
17499 # type: textblock
17500 #. type: textblock
17501 #: ../src/guestfs-actions.pod:6072 ../fish/guestfish-actions.pod:4055
17502 msgid "Allowed encodings are:"
17503 msgstr ""
17504
17505 # type: =item
17506 #. type: =item
17507 #: ../src/guestfs-actions.pod:6076 ../fish/guestfish-actions.pod:4059
17508 msgid "s"
17509 msgstr ""
17510
17511 # type: textblock
17512 #. type: textblock
17513 #: ../src/guestfs-actions.pod:6078
17514 msgid ""
17515 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
17516 "ISO-8859-X (this is what C<guestfs_strings> uses)."
17517 msgstr ""
17518
17519 # type: =item
17520 #. type: =item
17521 #: ../src/guestfs-actions.pod:6081 ../fish/guestfish-actions.pod:4064
17522 msgid "S"
17523 msgstr ""
17524
17525 # type: textblock
17526 #. type: textblock
17527 #: ../src/guestfs-actions.pod:6083 ../fish/guestfish-actions.pod:4066
17528 msgid "Single 8-bit-byte characters."
17529 msgstr ""
17530
17531 # type: =item
17532 #. type: =item
17533 #: ../src/guestfs-actions.pod:6085 ../fish/guestfish-actions.pod:4068
17534 msgid "b"
17535 msgstr ""
17536
17537 # type: textblock
17538 #. type: textblock
17539 #: ../src/guestfs-actions.pod:6087 ../fish/guestfish-actions.pod:4070
17540 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
17541 msgstr ""
17542
17543 # type: =item
17544 #. type: =item
17545 #: ../src/guestfs-actions.pod:6090 ../fish/guestfish-actions.pod:4073
17546 msgid "l (lower case letter L)"
17547 msgstr ""
17548
17549 # type: textblock
17550 #. type: textblock
17551 #: ../src/guestfs-actions.pod:6092 ../fish/guestfish-actions.pod:4075
17552 msgid ""
17553 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
17554 "examining binaries in Windows guests."
17555 msgstr ""
17556
17557 # type: =item
17558 #. type: =item
17559 #: ../src/guestfs-actions.pod:6095 ../fish/guestfish-actions.pod:4078
17560 msgid "B"
17561 msgstr ""
17562
17563 # type: textblock
17564 #. type: textblock
17565 #: ../src/guestfs-actions.pod:6097 ../fish/guestfish-actions.pod:4080
17566 msgid "32-bit big endian such as UCS-4BE."
17567 msgstr ""
17568
17569 # type: =item
17570 #. type: =item
17571 #: ../src/guestfs-actions.pod:6099 ../fish/guestfish-actions.pod:4082
17572 msgid "L"
17573 msgstr ""
17574
17575 # type: textblock
17576 #. type: textblock
17577 #: ../src/guestfs-actions.pod:6101 ../fish/guestfish-actions.pod:4084
17578 msgid "32-bit little endian such as UCS-4LE."
17579 msgstr ""
17580
17581 # type: textblock
17582 #. type: textblock
17583 #: ../src/guestfs-actions.pod:6105 ../fish/guestfish-actions.pod:4088
17584 msgid "The returned strings are transcoded to UTF-8."
17585 msgstr ""
17586
17587 # type: =head2
17588 #. type: =head2
17589 #: ../src/guestfs-actions.pod:6116
17590 msgid "guestfs_swapoff_device"
17591 msgstr ""
17592
17593 # type: verbatim
17594 #. type: verbatim
17595 #: ../src/guestfs-actions.pod:6118
17596 #, no-wrap
17597 msgid ""
17598 " int\n"
17599 " guestfs_swapoff_device (guestfs_h *g,\n"
17600 "                         const char *device);\n"
17601 "\n"
17602 msgstr ""
17603
17604 # type: textblock
17605 #. type: textblock
17606 #: ../src/guestfs-actions.pod:6122
17607 msgid ""
17608 "This command disables the libguestfs appliance swap device or partition "
17609 "named C<device>.  See C<guestfs_swapon_device>."
17610 msgstr ""
17611
17612 # type: =head2
17613 #. type: =head2
17614 #: ../src/guestfs-actions.pod:6130
17615 msgid "guestfs_swapoff_file"
17616 msgstr ""
17617
17618 # type: verbatim
17619 #. type: verbatim
17620 #: ../src/guestfs-actions.pod:6132
17621 #, no-wrap
17622 msgid ""
17623 " int\n"
17624 " guestfs_swapoff_file (guestfs_h *g,\n"
17625 "                       const char *file);\n"
17626 "\n"
17627 msgstr ""
17628
17629 # type: textblock
17630 #. type: textblock
17631 #: ../src/guestfs-actions.pod:6136 ../fish/guestfish-actions.pod:4105
17632 msgid "This command disables the libguestfs appliance swap on file."
17633 msgstr ""
17634
17635 # type: =head2
17636 #. type: =head2
17637 #: ../src/guestfs-actions.pod:6142
17638 msgid "guestfs_swapoff_label"
17639 msgstr ""
17640
17641 # type: verbatim
17642 #. type: verbatim
17643 #: ../src/guestfs-actions.pod:6144
17644 #, no-wrap
17645 msgid ""
17646 " int\n"
17647 " guestfs_swapoff_label (guestfs_h *g,\n"
17648 "                        const char *label);\n"
17649 "\n"
17650 msgstr ""
17651
17652 # type: textblock
17653 #. type: textblock
17654 #: ../src/guestfs-actions.pod:6148 ../fish/guestfish-actions.pod:4111
17655 msgid ""
17656 "This command disables the libguestfs appliance swap on labeled swap "
17657 "partition."
17658 msgstr ""
17659
17660 # type: =head2
17661 #. type: =head2
17662 #: ../src/guestfs-actions.pod:6155
17663 msgid "guestfs_swapoff_uuid"
17664 msgstr ""
17665
17666 # type: verbatim
17667 #. type: verbatim
17668 #: ../src/guestfs-actions.pod:6157
17669 #, no-wrap
17670 msgid ""
17671 " int\n"
17672 " guestfs_swapoff_uuid (guestfs_h *g,\n"
17673 "                       const char *uuid);\n"
17674 "\n"
17675 msgstr ""
17676
17677 # type: textblock
17678 #. type: textblock
17679 #: ../src/guestfs-actions.pod:6161 ../fish/guestfish-actions.pod:4118
17680 msgid ""
17681 "This command disables the libguestfs appliance swap partition with the given "
17682 "UUID."
17683 msgstr ""
17684
17685 # type: =head2
17686 #. type: =head2
17687 #: ../src/guestfs-actions.pod:6168
17688 msgid "guestfs_swapon_device"
17689 msgstr ""
17690
17691 # type: verbatim
17692 #. type: verbatim
17693 #: ../src/guestfs-actions.pod:6170
17694 #, no-wrap
17695 msgid ""
17696 " int\n"
17697 " guestfs_swapon_device (guestfs_h *g,\n"
17698 "                        const char *device);\n"
17699 "\n"
17700 msgstr ""
17701
17702 # type: textblock
17703 #. type: textblock
17704 #: ../src/guestfs-actions.pod:6174
17705 msgid ""
17706 "This command enables the libguestfs appliance to use the swap device or "
17707 "partition named C<device>.  The increased memory is made available for all "
17708 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
17709 msgstr ""
17710
17711 # type: textblock
17712 #. type: textblock
17713 #: ../src/guestfs-actions.pod:6179 ../fish/guestfish-actions.pod:4130
17714 msgid ""
17715 "Note that you should not swap to existing guest swap partitions unless you "
17716 "know what you are doing.  They may contain hibernation information, or other "
17717 "information that the guest doesn't want you to trash.  You also risk leaking "
17718 "information about the host to the guest this way.  Instead, attach a new "
17719 "host device to the guest and swap on that."
17720 msgstr ""
17721
17722 # type: =head2
17723 #. type: =head2
17724 #: ../src/guestfs-actions.pod:6190
17725 msgid "guestfs_swapon_file"
17726 msgstr ""
17727
17728 # type: verbatim
17729 #. type: verbatim
17730 #: ../src/guestfs-actions.pod:6192
17731 #, no-wrap
17732 msgid ""
17733 " int\n"
17734 " guestfs_swapon_file (guestfs_h *g,\n"
17735 "                      const char *file);\n"
17736 "\n"
17737 msgstr ""
17738
17739 # type: textblock
17740 #. type: textblock
17741 #: ../src/guestfs-actions.pod:6196
17742 msgid ""
17743 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
17744 "notes."
17745 msgstr ""
17746
17747 # type: =head2
17748 #. type: =head2
17749 #: ../src/guestfs-actions.pod:6203
17750 msgid "guestfs_swapon_label"
17751 msgstr ""
17752
17753 # type: verbatim
17754 #. type: verbatim
17755 #: ../src/guestfs-actions.pod:6205
17756 #, no-wrap
17757 msgid ""
17758 " int\n"
17759 " guestfs_swapon_label (guestfs_h *g,\n"
17760 "                       const char *label);\n"
17761 "\n"
17762 msgstr ""
17763
17764 # type: textblock
17765 #. type: textblock
17766 #: ../src/guestfs-actions.pod:6209
17767 msgid ""
17768 "This command enables swap to a labeled swap partition.  See "
17769 "C<guestfs_swapon_device> for other notes."
17770 msgstr ""
17771
17772 # type: =head2
17773 #. type: =head2
17774 #: ../src/guestfs-actions.pod:6216
17775 msgid "guestfs_swapon_uuid"
17776 msgstr ""
17777
17778 # type: verbatim
17779 #. type: verbatim
17780 #: ../src/guestfs-actions.pod:6218
17781 #, no-wrap
17782 msgid ""
17783 " int\n"
17784 " guestfs_swapon_uuid (guestfs_h *g,\n"
17785 "                      const char *uuid);\n"
17786 "\n"
17787 msgstr ""
17788
17789 # type: textblock
17790 #. type: textblock
17791 #: ../src/guestfs-actions.pod:6222
17792 msgid ""
17793 "This command enables swap to a swap partition with the given UUID.  See "
17794 "C<guestfs_swapon_device> for other notes."
17795 msgstr ""
17796
17797 # type: =head2
17798 #. type: =head2
17799 #: ../src/guestfs-actions.pod:6229
17800 msgid "guestfs_sync"
17801 msgstr ""
17802
17803 # type: verbatim
17804 #. type: verbatim
17805 #: ../src/guestfs-actions.pod:6231
17806 #, no-wrap
17807 msgid ""
17808 " int\n"
17809 " guestfs_sync (guestfs_h *g);\n"
17810 "\n"
17811 msgstr ""
17812
17813 # type: textblock
17814 #. type: textblock
17815 #: ../src/guestfs-actions.pod:6234 ../fish/guestfish-actions.pod:4162
17816 msgid ""
17817 "This syncs the disk, so that any writes are flushed through to the "
17818 "underlying disk image."
17819 msgstr ""
17820
17821 # type: textblock
17822 #. type: textblock
17823 #: ../src/guestfs-actions.pod:6237 ../fish/guestfish-actions.pod:4165
17824 msgid ""
17825 "You should always call this if you have modified a disk image, before "
17826 "closing the handle."
17827 msgstr ""
17828
17829 # type: =head2
17830 #. type: =head2
17831 #: ../src/guestfs-actions.pod:6244
17832 msgid "guestfs_tail"
17833 msgstr ""
17834
17835 # type: verbatim
17836 #. type: verbatim
17837 #: ../src/guestfs-actions.pod:6246
17838 #, no-wrap
17839 msgid ""
17840 " char **\n"
17841 " guestfs_tail (guestfs_h *g,\n"
17842 "               const char *path);\n"
17843 "\n"
17844 msgstr ""
17845
17846 # type: textblock
17847 #. type: textblock
17848 #: ../src/guestfs-actions.pod:6250 ../fish/guestfish-actions.pod:4172
17849 msgid ""
17850 "This command returns up to the last 10 lines of a file as a list of strings."
17851 msgstr ""
17852
17853 # type: =head2
17854 #. type: =head2
17855 #: ../src/guestfs-actions.pod:6262
17856 msgid "guestfs_tail_n"
17857 msgstr ""
17858
17859 # type: verbatim
17860 #. type: verbatim
17861 #: ../src/guestfs-actions.pod:6264
17862 #, no-wrap
17863 msgid ""
17864 " char **\n"
17865 " guestfs_tail_n (guestfs_h *g,\n"
17866 "                 int nrlines,\n"
17867 "                 const char *path);\n"
17868 "\n"
17869 msgstr ""
17870
17871 # type: textblock
17872 #. type: textblock
17873 #: ../src/guestfs-actions.pod:6269 ../fish/guestfish-actions.pod:4182
17874 msgid ""
17875 "If the parameter C<nrlines> is a positive number, this returns the last "
17876 "C<nrlines> lines of the file C<path>."
17877 msgstr ""
17878
17879 # type: textblock
17880 #. type: textblock
17881 #: ../src/guestfs-actions.pod:6272 ../fish/guestfish-actions.pod:4185
17882 msgid ""
17883 "If the parameter C<nrlines> is a negative number, this returns lines from "
17884 "the file C<path>, starting with the C<-nrlines>th line."
17885 msgstr ""
17886
17887 # type: =head2
17888 #. type: =head2
17889 #: ../src/guestfs-actions.pod:6286
17890 msgid "guestfs_tar_in"
17891 msgstr ""
17892
17893 # type: verbatim
17894 #. type: verbatim
17895 #: ../src/guestfs-actions.pod:6288
17896 #, no-wrap
17897 msgid ""
17898 " int\n"
17899 " guestfs_tar_in (guestfs_h *g,\n"
17900 "                 const char *tarfile,\n"
17901 "                 const char *directory);\n"
17902 "\n"
17903 msgstr ""
17904
17905 # type: textblock
17906 #. type: textblock
17907 #: ../src/guestfs-actions.pod:6293 ../fish/guestfish-actions.pod:4197
17908 msgid ""
17909 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
17910 "tar file) into C<directory>."
17911 msgstr ""
17912
17913 # type: textblock
17914 #. type: textblock
17915 #: ../src/guestfs-actions.pod:6296
17916 msgid ""
17917 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
17918 msgstr ""
17919
17920 # type: textblock
17921 #. type: textblock
17922 #: ../src/guestfs-actions.pod:6301 ../src/guestfs-actions.pod:6318
17923 #: ../src/guestfs-actions.pod:6334 ../src/guestfs-actions.pod:6350
17924 msgid "(Added in 1.0.3)"
17925 msgstr ""
17926
17927 # type: =head2
17928 #. type: =head2
17929 #: ../src/guestfs-actions.pod:6303
17930 msgid "guestfs_tar_out"
17931 msgstr ""
17932
17933 # type: verbatim
17934 #. type: verbatim
17935 #: ../src/guestfs-actions.pod:6305
17936 #, no-wrap
17937 msgid ""
17938 " int\n"
17939 " guestfs_tar_out (guestfs_h *g,\n"
17940 "                  const char *directory,\n"
17941 "                  const char *tarfile);\n"
17942 "\n"
17943 msgstr ""
17944
17945 # type: textblock
17946 #. type: textblock
17947 #: ../src/guestfs-actions.pod:6310 ../fish/guestfish-actions.pod:4209
17948 msgid ""
17949 "This command packs the contents of C<directory> and downloads it to local "
17950 "file C<tarfile>."
17951 msgstr ""
17952
17953 # type: textblock
17954 #. type: textblock
17955 #: ../src/guestfs-actions.pod:6313
17956 msgid ""
17957 "To download a compressed tarball, use C<guestfs_tgz_out> or "
17958 "C<guestfs_txz_out>."
17959 msgstr ""
17960
17961 # type: =head2
17962 #. type: =head2
17963 #: ../src/guestfs-actions.pod:6320
17964 msgid "guestfs_tgz_in"
17965 msgstr ""
17966
17967 # type: verbatim
17968 #. type: verbatim
17969 #: ../src/guestfs-actions.pod:6322
17970 #, no-wrap
17971 msgid ""
17972 " int\n"
17973 " guestfs_tgz_in (guestfs_h *g,\n"
17974 "                 const char *tarball,\n"
17975 "                 const char *directory);\n"
17976 "\n"
17977 msgstr ""
17978
17979 # type: textblock
17980 #. type: textblock
17981 #: ../src/guestfs-actions.pod:6327 ../fish/guestfish-actions.pod:4221
17982 msgid ""
17983 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
17984 "tar file) into C<directory>."
17985 msgstr ""
17986
17987 # type: textblock
17988 #. type: textblock
17989 #: ../src/guestfs-actions.pod:6330
17990 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
17991 msgstr ""
17992
17993 # type: =head2
17994 #. type: =head2
17995 #: ../src/guestfs-actions.pod:6336
17996 msgid "guestfs_tgz_out"
17997 msgstr ""
17998
17999 # type: verbatim
18000 #. type: verbatim
18001 #: ../src/guestfs-actions.pod:6338
18002 #, no-wrap
18003 msgid ""
18004 " int\n"
18005 " guestfs_tgz_out (guestfs_h *g,\n"
18006 "                  const char *directory,\n"
18007 "                  const char *tarball);\n"
18008 "\n"
18009 msgstr ""
18010
18011 # type: textblock
18012 #. type: textblock
18013 #: ../src/guestfs-actions.pod:6343 ../fish/guestfish-actions.pod:4232
18014 msgid ""
18015 "This command packs the contents of C<directory> and downloads it to local "
18016 "file C<tarball>."
18017 msgstr ""
18018
18019 # type: textblock
18020 #. type: textblock
18021 #: ../src/guestfs-actions.pod:6346
18022 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
18023 msgstr ""
18024
18025 # type: =head2
18026 #. type: =head2
18027 #: ../src/guestfs-actions.pod:6352
18028 msgid "guestfs_touch"
18029 msgstr ""
18030
18031 # type: verbatim
18032 #. type: verbatim
18033 #: ../src/guestfs-actions.pod:6354
18034 #, no-wrap
18035 msgid ""
18036 " int\n"
18037 " guestfs_touch (guestfs_h *g,\n"
18038 "                const char *path);\n"
18039 "\n"
18040 msgstr ""
18041
18042 # type: textblock
18043 #. type: textblock
18044 #: ../src/guestfs-actions.pod:6358 ../fish/guestfish-actions.pod:4243
18045 msgid ""
18046 "Touch acts like the L<touch(1)> command.  It can be used to update the "
18047 "timestamps on a file, or, if the file does not exist, to create a new zero-"
18048 "length file."
18049 msgstr ""
18050
18051 # type: textblock
18052 #. type: textblock
18053 #: ../src/guestfs-actions.pod:6362 ../fish/guestfish-actions.pod:4247
18054 msgid ""
18055 "This command only works on regular files, and will fail on other file types "
18056 "such as directories, symbolic links, block special etc."
18057 msgstr ""
18058
18059 # type: =head2
18060 #. type: =head2
18061 #: ../src/guestfs-actions.pod:6369
18062 msgid "guestfs_truncate"
18063 msgstr ""
18064
18065 # type: verbatim
18066 #. type: verbatim
18067 #: ../src/guestfs-actions.pod:6371
18068 #, no-wrap
18069 msgid ""
18070 " int\n"
18071 " guestfs_truncate (guestfs_h *g,\n"
18072 "                   const char *path);\n"
18073 "\n"
18074 msgstr ""
18075
18076 # type: textblock
18077 #. type: textblock
18078 #: ../src/guestfs-actions.pod:6375 ../fish/guestfish-actions.pod:4254
18079 msgid ""
18080 "This command truncates C<path> to a zero-length file.  The file must exist "
18081 "already."
18082 msgstr ""
18083
18084 # type: =head2
18085 #. type: =head2
18086 #: ../src/guestfs-actions.pod:6382
18087 msgid "guestfs_truncate_size"
18088 msgstr ""
18089
18090 # type: verbatim
18091 #. type: verbatim
18092 #: ../src/guestfs-actions.pod:6384
18093 #, no-wrap
18094 msgid ""
18095 " int\n"
18096 " guestfs_truncate_size (guestfs_h *g,\n"
18097 "                        const char *path,\n"
18098 "                        int64_t size);\n"
18099 "\n"
18100 msgstr ""
18101
18102 # type: textblock
18103 #. type: textblock
18104 #: ../src/guestfs-actions.pod:6389 ../fish/guestfish-actions.pod:4261
18105 msgid ""
18106 "This command truncates C<path> to size C<size> bytes.  The file must exist "
18107 "already."
18108 msgstr ""
18109
18110 # type: textblock
18111 #. type: textblock
18112 #: ../src/guestfs-actions.pod:6392
18113 msgid ""
18114 "If the current file size is less than C<size> then the file is extended to "
18115 "the required size with zero bytes.  This creates a sparse file (ie. disk "
18116 "blocks are not allocated for the file until you write to it).  To create a "
18117 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
18118 msgstr ""
18119
18120 # type: =head2
18121 #. type: =head2
18122 #: ../src/guestfs-actions.pod:6402
18123 msgid "guestfs_tune2fs_l"
18124 msgstr ""
18125
18126 # type: verbatim
18127 #. type: verbatim
18128 #: ../src/guestfs-actions.pod:6404
18129 #, no-wrap
18130 msgid ""
18131 " char **\n"
18132 " guestfs_tune2fs_l (guestfs_h *g,\n"
18133 "                    const char *device);\n"
18134 "\n"
18135 msgstr ""
18136
18137 # type: textblock
18138 #. type: textblock
18139 #: ../src/guestfs-actions.pod:6408 ../fish/guestfish-actions.pod:4274
18140 msgid ""
18141 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
18142 "C<device>."
18143 msgstr ""
18144
18145 # type: textblock
18146 #. type: textblock
18147 #: ../src/guestfs-actions.pod:6411 ../fish/guestfish-actions.pod:4277
18148 msgid ""
18149 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
18150 "for more details.  The list of fields returned isn't clearly defined, and "
18151 "depends on both the version of C<tune2fs> that libguestfs was built against, "
18152 "and the filesystem itself."
18153 msgstr ""
18154
18155 # type: =head2
18156 #. type: =head2
18157 #: ../src/guestfs-actions.pod:6424
18158 msgid "guestfs_txz_in"
18159 msgstr ""
18160
18161 # type: verbatim
18162 #. type: verbatim
18163 #: ../src/guestfs-actions.pod:6426
18164 #, no-wrap
18165 msgid ""
18166 " int\n"
18167 " guestfs_txz_in (guestfs_h *g,\n"
18168 "                 const char *tarball,\n"
18169 "                 const char *directory);\n"
18170 "\n"
18171 msgstr ""
18172
18173 # type: textblock
18174 #. type: textblock
18175 #: ../src/guestfs-actions.pod:6431 ../fish/guestfish-actions.pod:4286
18176 msgid ""
18177 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
18178 "tar file) into C<directory>."
18179 msgstr ""
18180
18181 # type: =head2
18182 #. type: =head2
18183 #: ../src/guestfs-actions.pod:6438
18184 msgid "guestfs_txz_out"
18185 msgstr ""
18186
18187 # type: verbatim
18188 #. type: verbatim
18189 #: ../src/guestfs-actions.pod:6440
18190 #, no-wrap
18191 msgid ""
18192 " int\n"
18193 " guestfs_txz_out (guestfs_h *g,\n"
18194 "                  const char *directory,\n"
18195 "                  const char *tarball);\n"
18196 "\n"
18197 msgstr ""
18198
18199 # type: textblock
18200 #. type: textblock
18201 #: ../src/guestfs-actions.pod:6445 ../fish/guestfish-actions.pod:4295
18202 msgid ""
18203 "This command packs the contents of C<directory> and downloads it to local "
18204 "file C<tarball> (as an xz compressed tar archive)."
18205 msgstr ""
18206
18207 # type: =head2
18208 #. type: =head2
18209 #: ../src/guestfs-actions.pod:6452
18210 msgid "guestfs_umask"
18211 msgstr ""
18212
18213 # type: verbatim
18214 #. type: verbatim
18215 #: ../src/guestfs-actions.pod:6454
18216 #, no-wrap
18217 msgid ""
18218 " int\n"
18219 " guestfs_umask (guestfs_h *g,\n"
18220 "                int mask);\n"
18221 "\n"
18222 msgstr ""
18223
18224 # type: textblock
18225 #. type: textblock
18226 #: ../src/guestfs-actions.pod:6458 ../fish/guestfish-actions.pod:4304
18227 msgid ""
18228 "This function sets the mask used for creating new files and device nodes to "
18229 "C<mask & 0777>."
18230 msgstr ""
18231
18232 # type: textblock
18233 #. type: textblock
18234 #: ../src/guestfs-actions.pod:6461 ../fish/guestfish-actions.pod:4307
18235 msgid ""
18236 "Typical umask values would be C<022> which creates new files with "
18237 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
18238 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
18239 msgstr ""
18240
18241 # type: textblock
18242 #. type: textblock
18243 #: ../src/guestfs-actions.pod:6466 ../fish/guestfish-actions.pod:4312
18244 msgid ""
18245 "The default umask is C<022>.  This is important because it means that "
18246 "directories and device nodes will be created with C<0644> or C<0755> mode "
18247 "even if you specify C<0777>."
18248 msgstr ""
18249
18250 # type: textblock
18251 #. type: textblock
18252 #: ../src/guestfs-actions.pod:6470
18253 msgid ""
18254 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
18255 "C<guestfs_mkdir>."
18256 msgstr ""
18257
18258 # type: textblock
18259 #. type: textblock
18260 #: ../src/guestfs-actions.pod:6473 ../fish/guestfish-actions.pod:4319
18261 msgid "This call returns the previous umask."
18262 msgstr ""
18263
18264 # type: =head2
18265 #. type: =head2
18266 #: ../src/guestfs-actions.pod:6479
18267 msgid "guestfs_umount"
18268 msgstr ""
18269
18270 # type: verbatim
18271 #. type: verbatim
18272 #: ../src/guestfs-actions.pod:6481
18273 #, no-wrap
18274 msgid ""
18275 " int\n"
18276 " guestfs_umount (guestfs_h *g,\n"
18277 "                 const char *pathordevice);\n"
18278 "\n"
18279 msgstr ""
18280
18281 # type: textblock
18282 #. type: textblock
18283 #: ../src/guestfs-actions.pod:6485 ../fish/guestfish-actions.pod:4327
18284 msgid ""
18285 "This unmounts the given filesystem.  The filesystem may be specified either "
18286 "by its mountpoint (path) or the device which contains the filesystem."
18287 msgstr ""
18288
18289 # type: =head2
18290 #. type: =head2
18291 #: ../src/guestfs-actions.pod:6493
18292 msgid "guestfs_umount_all"
18293 msgstr ""
18294
18295 # type: verbatim
18296 #. type: verbatim
18297 #: ../src/guestfs-actions.pod:6495
18298 #, no-wrap
18299 msgid ""
18300 " int\n"
18301 " guestfs_umount_all (guestfs_h *g);\n"
18302 "\n"
18303 msgstr ""
18304
18305 # type: textblock
18306 #. type: textblock
18307 #: ../src/guestfs-actions.pod:6498 ../fish/guestfish-actions.pod:4337
18308 msgid "This unmounts all mounted filesystems."
18309 msgstr ""
18310
18311 # type: textblock
18312 #. type: textblock
18313 #: ../src/guestfs-actions.pod:6500 ../fish/guestfish-actions.pod:4339
18314 msgid "Some internal mounts are not unmounted by this call."
18315 msgstr ""
18316
18317 # type: =head2
18318 #. type: =head2
18319 #: ../src/guestfs-actions.pod:6506
18320 msgid "guestfs_upload"
18321 msgstr ""
18322
18323 # type: verbatim
18324 #. type: verbatim
18325 #: ../src/guestfs-actions.pod:6508
18326 #, no-wrap
18327 msgid ""
18328 " int\n"
18329 " guestfs_upload (guestfs_h *g,\n"
18330 "                 const char *filename,\n"
18331 "                 const char *remotefilename);\n"
18332 "\n"
18333 msgstr ""
18334
18335 # type: textblock
18336 #. type: textblock
18337 #: ../src/guestfs-actions.pod:6513 ../src/guestfs-actions.pod:6537
18338 #: ../fish/guestfish-actions.pod:4345 ../fish/guestfish-actions.pod:4358
18339 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
18340 msgstr ""
18341
18342 # type: textblock
18343 #. type: textblock
18344 #: ../src/guestfs-actions.pod:6518
18345 msgid "See also C<guestfs_download>."
18346 msgstr ""
18347
18348 # type: =head2
18349 #. type: =head2
18350 #: ../src/guestfs-actions.pod:6529
18351 msgid "guestfs_upload_offset"
18352 msgstr ""
18353
18354 # type: verbatim
18355 #. type: verbatim
18356 #: ../src/guestfs-actions.pod:6531
18357 #, no-wrap
18358 msgid ""
18359 " int\n"
18360 " guestfs_upload_offset (guestfs_h *g,\n"
18361 "                        const char *filename,\n"
18362 "                        const char *remotefilename,\n"
18363 "                        int64_t offset);\n"
18364 "\n"
18365 msgstr ""
18366
18367 # type: textblock
18368 #. type: textblock
18369 #: ../src/guestfs-actions.pod:6540 ../fish/guestfish-actions.pod:4361
18370 msgid ""
18371 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
18372 "The intention is to overwrite parts of existing files or devices, although "
18373 "if a non-existant file is specified then it is created with a \"hole\" "
18374 "before C<offset>.  The size of the data written is implicit in the size of "
18375 "the source C<filename>."
18376 msgstr ""
18377
18378 # type: textblock
18379 #. type: textblock
18380 #: ../src/guestfs-actions.pod:6547
18381 msgid ""
18382 "Note that there is no limit on the amount of data that can be uploaded with "
18383 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
18384 "full amount unless an error occurs."
18385 msgstr ""
18386
18387 # type: textblock
18388 #. type: textblock
18389 #: ../src/guestfs-actions.pod:6552
18390 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
18391 msgstr ""
18392
18393 # type: =head2
18394 #. type: =head2
18395 #: ../src/guestfs-actions.pod:6563
18396 msgid "guestfs_utimens"
18397 msgstr ""
18398
18399 # type: verbatim
18400 #. type: verbatim
18401 #: ../src/guestfs-actions.pod:6565
18402 #, no-wrap
18403 msgid ""
18404 " int\n"
18405 " guestfs_utimens (guestfs_h *g,\n"
18406 "                  const char *path,\n"
18407 "                  int64_t atsecs,\n"
18408 "                  int64_t atnsecs,\n"
18409 "                  int64_t mtsecs,\n"
18410 "                  int64_t mtnsecs);\n"
18411 "\n"
18412 msgstr ""
18413
18414 # type: textblock
18415 #. type: textblock
18416 #: ../src/guestfs-actions.pod:6573 ../fish/guestfish-actions.pod:4381
18417 msgid "This command sets the timestamps of a file with nanosecond precision."
18418 msgstr ""
18419
18420 # type: textblock
18421 #. type: textblock
18422 #: ../src/guestfs-actions.pod:6576 ../fish/guestfish-actions.pod:4384
18423 msgid ""
18424 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
18425 "from the epoch."
18426 msgstr ""
18427
18428 # type: textblock
18429 #. type: textblock
18430 #: ../src/guestfs-actions.pod:6579 ../fish/guestfish-actions.pod:4387
18431 msgid ""
18432 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
18433 "nanoseconds from the epoch."
18434 msgstr ""
18435
18436 # type: textblock
18437 #. type: textblock
18438 #: ../src/guestfs-actions.pod:6582 ../fish/guestfish-actions.pod:4390
18439 msgid ""
18440 "If the C<*nsecs> field contains the special value C<-1> then the "
18441 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
18442 "ignored in this case)."
18443 msgstr ""
18444
18445 # type: textblock
18446 #. type: textblock
18447 #: ../src/guestfs-actions.pod:6586 ../fish/guestfish-actions.pod:4394
18448 msgid ""
18449 "If the C<*nsecs> field contains the special value C<-2> then the "
18450 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
18451 "in this case)."
18452 msgstr ""
18453
18454 # type: =head2
18455 #. type: =head2
18456 #: ../src/guestfs-actions.pod:6594 ../src/guestfs-structs.pod:175
18457 msgid "guestfs_version"
18458 msgstr ""
18459
18460 # type: verbatim
18461 #. type: verbatim
18462 #: ../src/guestfs-actions.pod:6596
18463 #, no-wrap
18464 msgid ""
18465 " struct guestfs_version *\n"
18466 " guestfs_version (guestfs_h *g);\n"
18467 "\n"
18468 msgstr ""
18469
18470 # type: textblock
18471 #. type: textblock
18472 #: ../src/guestfs-actions.pod:6599 ../fish/guestfish-actions.pod:4402
18473 msgid ""
18474 "Return the libguestfs version number that the program is linked against."
18475 msgstr ""
18476
18477 # type: textblock
18478 #. type: textblock
18479 #: ../src/guestfs-actions.pod:6602 ../fish/guestfish-actions.pod:4405
18480 msgid ""
18481 "Note that because of dynamic linking this is not necessarily the version of "
18482 "libguestfs that you compiled against.  You can compile the program, and then "
18483 "at runtime dynamically link against a completely different C<libguestfs.so> "
18484 "library."
18485 msgstr ""
18486
18487 # type: textblock
18488 #. type: textblock
18489 #: ../src/guestfs-actions.pod:6607 ../fish/guestfish-actions.pod:4410
18490 msgid ""
18491 "This call was added in version C<1.0.58>.  In previous versions of "
18492 "libguestfs there was no way to get the version number.  From C code you can "
18493 "use dynamic linker functions to find out if this symbol exists (if it "
18494 "doesn't, then it's an earlier version)."
18495 msgstr ""
18496
18497 # type: textblock
18498 #. type: textblock
18499 #: ../src/guestfs-actions.pod:6613 ../fish/guestfish-actions.pod:4416
18500 msgid ""
18501 "The call returns a structure with four elements.  The first three (C<major>, "
18502 "C<minor> and C<release>) are numbers and correspond to the usual version "
18503 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
18504 "but may be used for distro-specific information."
18505 msgstr ""
18506
18507 # type: textblock
18508 #. type: textblock
18509 #: ../src/guestfs-actions.pod:6619 ../fish/guestfish-actions.pod:4422
18510 msgid ""
18511 "To construct the original version string: C<$major.$minor.$release$extra>"
18512 msgstr ""
18513
18514 # type: textblock
18515 #. type: textblock
18516 #: ../src/guestfs-actions.pod:6622 ../fish/guestfish-actions.pod:4425
18517 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
18518 msgstr ""
18519
18520 # type: textblock
18521 #. type: textblock
18522 #: ../src/guestfs-actions.pod:6624
18523 msgid ""
18524 "I<Note:> Don't use this call to test for availability of features.  In "
18525 "enterprise distributions we backport features from later versions into "
18526 "earlier versions, making this an unreliable way to test for features.  Use "
18527 "C<guestfs_available> instead."
18528 msgstr ""
18529
18530 # type: textblock
18531 #. type: textblock
18532 #: ../src/guestfs-actions.pod:6630
18533 msgid ""
18534 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
18535 "error.  I<The caller must call C<guestfs_free_version> after use>."
18536 msgstr ""
18537
18538 # type: textblock
18539 #. type: textblock
18540 #: ../src/guestfs-actions.pod:6634
18541 msgid "(Added in 1.0.58)"
18542 msgstr ""
18543
18544 # type: =head2
18545 #. type: =head2
18546 #: ../src/guestfs-actions.pod:6636
18547 msgid "guestfs_vfs_label"
18548 msgstr ""
18549
18550 # type: verbatim
18551 #. type: verbatim
18552 #: ../src/guestfs-actions.pod:6638
18553 #, no-wrap
18554 msgid ""
18555 " char *\n"
18556 " guestfs_vfs_label (guestfs_h *g,\n"
18557 "                    const char *device);\n"
18558 "\n"
18559 msgstr ""
18560
18561 # type: textblock
18562 #. type: textblock
18563 #: ../src/guestfs-actions.pod:6642 ../fish/guestfish-actions.pod:4437
18564 msgid "This returns the filesystem label of the filesystem on C<device>."
18565 msgstr ""
18566
18567 # type: textblock
18568 #. type: textblock
18569 #: ../src/guestfs-actions.pod:6645 ../fish/guestfish-actions.pod:4440
18570 msgid "If the filesystem is unlabeled, this returns the empty string."
18571 msgstr ""
18572
18573 # type: textblock
18574 #. type: textblock
18575 #: ../src/guestfs-actions.pod:6647
18576 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
18577 msgstr ""
18578
18579 # type: textblock
18580 #. type: textblock
18581 #: ../src/guestfs-actions.pod:6652 ../src/guestfs-actions.pod:6689
18582 msgid "(Added in 1.3.18)"
18583 msgstr ""
18584
18585 # type: =head2
18586 #. type: =head2
18587 #: ../src/guestfs-actions.pod:6654
18588 msgid "guestfs_vfs_type"
18589 msgstr ""
18590
18591 # type: verbatim
18592 #. type: verbatim
18593 #: ../src/guestfs-actions.pod:6656
18594 #, no-wrap
18595 msgid ""
18596 " char *\n"
18597 " guestfs_vfs_type (guestfs_h *g,\n"
18598 "                   const char *device);\n"
18599 "\n"
18600 msgstr ""
18601
18602 # type: textblock
18603 #. type: textblock
18604 #: ../src/guestfs-actions.pod:6660 ../fish/guestfish-actions.pod:4448
18605 msgid ""
18606 "This command gets the filesystem type corresponding to the filesystem on "
18607 "C<device>."
18608 msgstr ""
18609
18610 # type: textblock
18611 #. type: textblock
18612 #: ../src/guestfs-actions.pod:6663 ../fish/guestfish-actions.pod:4451
18613 msgid ""
18614 "For most filesystems, the result is the name of the Linux VFS module which "
18615 "would be used to mount this filesystem if you mounted it without specifying "
18616 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
18617 msgstr ""
18618
18619 # type: =head2
18620 #. type: =head2
18621 #: ../src/guestfs-actions.pod:6673
18622 msgid "guestfs_vfs_uuid"
18623 msgstr ""
18624
18625 # type: verbatim
18626 #. type: verbatim
18627 #: ../src/guestfs-actions.pod:6675
18628 #, no-wrap
18629 msgid ""
18630 " char *\n"
18631 " guestfs_vfs_uuid (guestfs_h *g,\n"
18632 "                   const char *device);\n"
18633 "\n"
18634 msgstr ""
18635
18636 # type: textblock
18637 #. type: textblock
18638 #: ../src/guestfs-actions.pod:6679 ../fish/guestfish-actions.pod:4460
18639 msgid "This returns the filesystem UUID of the filesystem on C<device>."
18640 msgstr ""
18641
18642 # type: textblock
18643 #. type: textblock
18644 #: ../src/guestfs-actions.pod:6682 ../fish/guestfish-actions.pod:4463
18645 msgid "If the filesystem does not have a UUID, this returns the empty string."
18646 msgstr ""
18647
18648 # type: textblock
18649 #. type: textblock
18650 #: ../src/guestfs-actions.pod:6684
18651 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
18652 msgstr ""
18653
18654 # type: =head2
18655 #. type: =head2
18656 #: ../src/guestfs-actions.pod:6691
18657 msgid "guestfs_vg_activate"
18658 msgstr ""
18659
18660 # type: verbatim
18661 #. type: verbatim
18662 #: ../src/guestfs-actions.pod:6693
18663 #, no-wrap
18664 msgid ""
18665 " int\n"
18666 " guestfs_vg_activate (guestfs_h *g,\n"
18667 "                      int activate,\n"
18668 "                      char *const *volgroups);\n"
18669 "\n"
18670 msgstr ""
18671
18672 # type: textblock
18673 #. type: textblock
18674 #: ../src/guestfs-actions.pod:6698 ../fish/guestfish-actions.pod:4471
18675 msgid ""
18676 "This command activates or (if C<activate> is false) deactivates all logical "
18677 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
18678 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
18679 "deactivated, then those devices disappear."
18680 msgstr ""
18681
18682 # type: textblock
18683 #. type: textblock
18684 #: ../src/guestfs-actions.pod:6704 ../fish/guestfish-actions.pod:4477
18685 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
18686 msgstr ""
18687
18688 # type: textblock
18689 #. type: textblock
18690 #: ../src/guestfs-actions.pod:6706 ../fish/guestfish-actions.pod:4479
18691 msgid ""
18692 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
18693 "activated or deactivated."
18694 msgstr ""
18695
18696 # type: =head2
18697 #. type: =head2
18698 #: ../src/guestfs-actions.pod:6713
18699 msgid "guestfs_vg_activate_all"
18700 msgstr ""
18701
18702 # type: verbatim
18703 #. type: verbatim
18704 #: ../src/guestfs-actions.pod:6715
18705 #, no-wrap
18706 msgid ""
18707 " int\n"
18708 " guestfs_vg_activate_all (guestfs_h *g,\n"
18709 "                          int activate);\n"
18710 "\n"
18711 msgstr ""
18712
18713 # type: textblock
18714 #. type: textblock
18715 #: ../src/guestfs-actions.pod:6719 ../fish/guestfish-actions.pod:4486
18716 msgid ""
18717 "This command activates or (if C<activate> is false) deactivates all logical "
18718 "volumes in all volume groups.  If activated, then they are made known to the "
18719 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
18720 "those devices disappear."
18721 msgstr ""
18722
18723 # type: textblock
18724 #. type: textblock
18725 #: ../src/guestfs-actions.pod:6725 ../fish/guestfish-actions.pod:4492
18726 msgid "This command is the same as running C<vgchange -a y|n>"
18727 msgstr ""
18728
18729 # type: =head2
18730 #. type: =head2
18731 #: ../src/guestfs-actions.pod:6731
18732 msgid "guestfs_vgcreate"
18733 msgstr ""
18734
18735 # type: verbatim
18736 #. type: verbatim
18737 #: ../src/guestfs-actions.pod:6733
18738 #, no-wrap
18739 msgid ""
18740 " int\n"
18741 " guestfs_vgcreate (guestfs_h *g,\n"
18742 "                   const char *volgroup,\n"
18743 "                   char *const *physvols);\n"
18744 "\n"
18745 msgstr ""
18746
18747 # type: textblock
18748 #. type: textblock
18749 #: ../src/guestfs-actions.pod:6738 ../fish/guestfish-actions.pod:4498
18750 msgid ""
18751 "This creates an LVM volume group called C<volgroup> from the non-empty list "
18752 "of physical volumes C<physvols>."
18753 msgstr ""
18754
18755 # type: =head2
18756 #. type: =head2
18757 #: ../src/guestfs-actions.pod:6745
18758 msgid "guestfs_vglvuuids"
18759 msgstr ""
18760
18761 # type: verbatim
18762 #. type: verbatim
18763 #: ../src/guestfs-actions.pod:6747
18764 #, no-wrap
18765 msgid ""
18766 " char **\n"
18767 " guestfs_vglvuuids (guestfs_h *g,\n"
18768 "                    const char *vgname);\n"
18769 "\n"
18770 msgstr ""
18771
18772 # type: textblock
18773 #. type: textblock
18774 #: ../src/guestfs-actions.pod:6751 ../fish/guestfish-actions.pod:4505
18775 msgid ""
18776 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
18777 "volumes created in this volume group."
18778 msgstr ""
18779
18780 # type: textblock
18781 #. type: textblock
18782 #: ../src/guestfs-actions.pod:6754
18783 msgid ""
18784 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
18785 "associate logical volumes and volume groups."
18786 msgstr ""
18787
18788 # type: textblock
18789 #. type: textblock
18790 #: ../src/guestfs-actions.pod:6757
18791 msgid "See also C<guestfs_vgpvuuids>."
18792 msgstr ""
18793
18794 # type: =head2
18795 #. type: =head2
18796 #: ../src/guestfs-actions.pod:6765
18797 msgid "guestfs_vgpvuuids"
18798 msgstr ""
18799
18800 # type: verbatim
18801 #. type: verbatim
18802 #: ../src/guestfs-actions.pod:6767
18803 #, no-wrap
18804 msgid ""
18805 " char **\n"
18806 " guestfs_vgpvuuids (guestfs_h *g,\n"
18807 "                    const char *vgname);\n"
18808 "\n"
18809 msgstr ""
18810
18811 # type: textblock
18812 #. type: textblock
18813 #: ../src/guestfs-actions.pod:6771 ../fish/guestfish-actions.pod:4517
18814 msgid ""
18815 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
18816 "volumes that this volume group resides on."
18817 msgstr ""
18818
18819 # type: textblock
18820 #. type: textblock
18821 #: ../src/guestfs-actions.pod:6774
18822 msgid ""
18823 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
18824 "associate physical volumes and volume groups."
18825 msgstr ""
18826
18827 # type: textblock
18828 #. type: textblock
18829 #: ../src/guestfs-actions.pod:6777
18830 msgid "See also C<guestfs_vglvuuids>."
18831 msgstr ""
18832
18833 # type: =head2
18834 #. type: =head2
18835 #: ../src/guestfs-actions.pod:6785
18836 msgid "guestfs_vgremove"
18837 msgstr ""
18838
18839 # type: verbatim
18840 #. type: verbatim
18841 #: ../src/guestfs-actions.pod:6787
18842 #, no-wrap
18843 msgid ""
18844 " int\n"
18845 " guestfs_vgremove (guestfs_h *g,\n"
18846 "                   const char *vgname);\n"
18847 "\n"
18848 msgstr ""
18849
18850 # type: textblock
18851 #. type: textblock
18852 #: ../src/guestfs-actions.pod:6791 ../fish/guestfish-actions.pod:4529
18853 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
18854 msgstr ""
18855
18856 # type: textblock
18857 #. type: textblock
18858 #: ../src/guestfs-actions.pod:6793 ../fish/guestfish-actions.pod:4531
18859 msgid ""
18860 "This also forcibly removes all logical volumes in the volume group (if any)."
18861 msgstr ""
18862
18863 # type: =head2
18864 #. type: =head2
18865 #: ../src/guestfs-actions.pod:6800
18866 msgid "guestfs_vgrename"
18867 msgstr ""
18868
18869 # type: verbatim
18870 #. type: verbatim
18871 #: ../src/guestfs-actions.pod:6802
18872 #, no-wrap
18873 msgid ""
18874 " int\n"
18875 " guestfs_vgrename (guestfs_h *g,\n"
18876 "                   const char *volgroup,\n"
18877 "                   const char *newvolgroup);\n"
18878 "\n"
18879 msgstr ""
18880
18881 # type: textblock
18882 #. type: textblock
18883 #: ../src/guestfs-actions.pod:6807 ../fish/guestfish-actions.pod:4538
18884 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
18885 msgstr ""
18886
18887 # type: =head2
18888 #. type: =head2
18889 #: ../src/guestfs-actions.pod:6813
18890 msgid "guestfs_vgs"
18891 msgstr ""
18892
18893 # type: verbatim
18894 #. type: verbatim
18895 #: ../src/guestfs-actions.pod:6815
18896 #, no-wrap
18897 msgid ""
18898 " char **\n"
18899 " guestfs_vgs (guestfs_h *g);\n"
18900 "\n"
18901 msgstr ""
18902
18903 # type: textblock
18904 #. type: textblock
18905 #: ../src/guestfs-actions.pod:6818 ../fish/guestfish-actions.pod:4544
18906 msgid ""
18907 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18908 "> command."
18909 msgstr ""
18910
18911 # type: textblock
18912 #. type: textblock
18913 #: ../src/guestfs-actions.pod:6821 ../fish/guestfish-actions.pod:4547
18914 msgid ""
18915 "This returns a list of just the volume group names that were detected (eg. "
18916 "C<VolGroup00>)."
18917 msgstr ""
18918
18919 # type: textblock
18920 #. type: textblock
18921 #: ../src/guestfs-actions.pod:6824
18922 msgid "See also C<guestfs_vgs_full>."
18923 msgstr ""
18924
18925 # type: =head2
18926 #. type: =head2
18927 #: ../src/guestfs-actions.pod:6832
18928 msgid "guestfs_vgs_full"
18929 msgstr ""
18930
18931 # type: verbatim
18932 #. type: verbatim
18933 #: ../src/guestfs-actions.pod:6834
18934 #, no-wrap
18935 msgid ""
18936 " struct guestfs_lvm_vg_list *\n"
18937 " guestfs_vgs_full (guestfs_h *g);\n"
18938 "\n"
18939 msgstr ""
18940
18941 # type: textblock
18942 #. type: textblock
18943 #: ../src/guestfs-actions.pod:6837 ../fish/guestfish-actions.pod:4556
18944 msgid ""
18945 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18946 "> command.  The \"full\" version includes all fields."
18947 msgstr ""
18948
18949 # type: textblock
18950 #. type: textblock
18951 #: ../src/guestfs-actions.pod:6840
18952 msgid ""
18953 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
18954 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
18955 msgstr ""
18956
18957 # type: =head2
18958 #. type: =head2
18959 #: ../src/guestfs-actions.pod:6846
18960 msgid "guestfs_vgscan"
18961 msgstr ""
18962
18963 # type: verbatim
18964 #. type: verbatim
18965 #: ../src/guestfs-actions.pod:6848
18966 #, no-wrap
18967 msgid ""
18968 " int\n"
18969 " guestfs_vgscan (guestfs_h *g);\n"
18970 "\n"
18971 msgstr ""
18972
18973 # type: textblock
18974 #. type: textblock
18975 #: ../src/guestfs-actions.pod:6851 ../fish/guestfish-actions.pod:4563
18976 msgid ""
18977 "This rescans all block devices and rebuilds the list of LVM physical "
18978 "volumes, volume groups and logical volumes."
18979 msgstr ""
18980
18981 # type: =head2
18982 #. type: =head2
18983 #: ../src/guestfs-actions.pod:6858
18984 msgid "guestfs_vguuid"
18985 msgstr ""
18986
18987 # type: verbatim
18988 #. type: verbatim
18989 #: ../src/guestfs-actions.pod:6860
18990 #, no-wrap
18991 msgid ""
18992 " char *\n"
18993 " guestfs_vguuid (guestfs_h *g,\n"
18994 "                 const char *vgname);\n"
18995 "\n"
18996 msgstr ""
18997
18998 # type: textblock
18999 #. type: textblock
19000 #: ../src/guestfs-actions.pod:6864 ../fish/guestfish-actions.pod:4570
19001 msgid "This command returns the UUID of the LVM VG named C<vgname>."
19002 msgstr ""
19003
19004 # type: =head2
19005 #. type: =head2
19006 #: ../src/guestfs-actions.pod:6871
19007 msgid "guestfs_wait_ready"
19008 msgstr ""
19009
19010 # type: verbatim
19011 #. type: verbatim
19012 #: ../src/guestfs-actions.pod:6873
19013 #, no-wrap
19014 msgid ""
19015 " int\n"
19016 " guestfs_wait_ready (guestfs_h *g);\n"
19017 "\n"
19018 msgstr ""
19019
19020 # type: textblock
19021 #. type: textblock
19022 #: ../src/guestfs-actions.pod:6876
19023 msgid "This function is a no op."
19024 msgstr ""
19025
19026 # type: textblock
19027 #. type: textblock
19028 #: ../src/guestfs-actions.pod:6878
19029 msgid ""
19030 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
19031 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
19032 "is no longer necessary because C<guestfs_launch> now does the waiting."
19033 msgstr ""
19034
19035 # type: textblock
19036 #. type: textblock
19037 #: ../src/guestfs-actions.pod:6883
19038 msgid ""
19039 "If you see any calls to this function in code then you can just remove them, "
19040 "unless you want to retain compatibility with older versions of the API."
19041 msgstr ""
19042
19043 # type: =head2
19044 #. type: =head2
19045 #: ../src/guestfs-actions.pod:6891
19046 msgid "guestfs_wc_c"
19047 msgstr ""
19048
19049 # type: verbatim
19050 #. type: verbatim
19051 #: ../src/guestfs-actions.pod:6893
19052 #, no-wrap
19053 msgid ""
19054 " int\n"
19055 " guestfs_wc_c (guestfs_h *g,\n"
19056 "               const char *path);\n"
19057 "\n"
19058 msgstr ""
19059
19060 # type: textblock
19061 #. type: textblock
19062 #: ../src/guestfs-actions.pod:6897 ../fish/guestfish-actions.pod:4576
19063 msgid ""
19064 "This command counts the characters in a file, using the C<wc -c> external "
19065 "command."
19066 msgstr ""
19067
19068 # type: =head2
19069 #. type: =head2
19070 #: ../src/guestfs-actions.pod:6904
19071 msgid "guestfs_wc_l"
19072 msgstr ""
19073
19074 # type: verbatim
19075 #. type: verbatim
19076 #: ../src/guestfs-actions.pod:6906
19077 #, no-wrap
19078 msgid ""
19079 " int\n"
19080 " guestfs_wc_l (guestfs_h *g,\n"
19081 "               const char *path);\n"
19082 "\n"
19083 msgstr ""
19084
19085 # type: textblock
19086 #. type: textblock
19087 #: ../src/guestfs-actions.pod:6910 ../fish/guestfish-actions.pod:4583
19088 msgid ""
19089 "This command counts the lines in a file, using the C<wc -l> external command."
19090 msgstr ""
19091
19092 # type: =head2
19093 #. type: =head2
19094 #: ../src/guestfs-actions.pod:6917
19095 msgid "guestfs_wc_w"
19096 msgstr ""
19097
19098 # type: verbatim
19099 #. type: verbatim
19100 #: ../src/guestfs-actions.pod:6919
19101 #, no-wrap
19102 msgid ""
19103 " int\n"
19104 " guestfs_wc_w (guestfs_h *g,\n"
19105 "               const char *path);\n"
19106 "\n"
19107 msgstr ""
19108
19109 # type: textblock
19110 #. type: textblock
19111 #: ../src/guestfs-actions.pod:6923 ../fish/guestfish-actions.pod:4590
19112 msgid ""
19113 "This command counts the words in a file, using the C<wc -w> external command."
19114 msgstr ""
19115
19116 # type: =head2
19117 #. type: =head2
19118 #: ../src/guestfs-actions.pod:6930
19119 msgid "guestfs_write"
19120 msgstr ""
19121
19122 # type: verbatim
19123 #. type: verbatim
19124 #: ../src/guestfs-actions.pod:6932
19125 #, no-wrap
19126 msgid ""
19127 " int\n"
19128 " guestfs_write (guestfs_h *g,\n"
19129 "                const char *path,\n"
19130 "                const char *content,\n"
19131 "                size_t content_size);\n"
19132 "\n"
19133 msgstr ""
19134
19135 # type: textblock
19136 #. type: textblock
19137 #: ../src/guestfs-actions.pod:6938 ../fish/guestfish-actions.pod:4597
19138 msgid ""
19139 "This call creates a file called C<path>.  The content of the file is the "
19140 "string C<content> (which can contain any 8 bit data)."
19141 msgstr ""
19142
19143 # type: =head2
19144 #. type: =head2
19145 #: ../src/guestfs-actions.pod:6948
19146 msgid "guestfs_write_file"
19147 msgstr ""
19148
19149 # type: verbatim
19150 #. type: verbatim
19151 #: ../src/guestfs-actions.pod:6950
19152 #, no-wrap
19153 msgid ""
19154 " int\n"
19155 " guestfs_write_file (guestfs_h *g,\n"
19156 "                     const char *path,\n"
19157 "                     const char *content,\n"
19158 "                     int size);\n"
19159 "\n"
19160 msgstr ""
19161
19162 # type: textblock
19163 #. type: textblock
19164 #: ../src/guestfs-actions.pod:6956 ../fish/guestfish-actions.pod:4607
19165 msgid ""
19166 "This call creates a file called C<path>.  The contents of the file is the "
19167 "string C<content> (which can contain any 8 bit data), with length C<size>."
19168 msgstr ""
19169
19170 # type: textblock
19171 #. type: textblock
19172 #: ../src/guestfs-actions.pod:6960 ../fish/guestfish-actions.pod:4611
19173 msgid ""
19174 "As a special case, if C<size> is C<0> then the length is calculated using "
19175 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
19176 msgstr ""
19177
19178 # type: textblock
19179 #. type: textblock
19180 #: ../src/guestfs-actions.pod:6964 ../fish/guestfish-actions.pod:4615
19181 msgid ""
19182 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
19183 "I<not> work, even if the length is specified."
19184 msgstr ""
19185
19186 # type: textblock
19187 #. type: textblock
19188 #: ../src/guestfs-actions.pod:6972 ../fish/guestfish-actions.pod:4621
19189 msgid ""
19190 "This function is deprecated.  In new code, use the C<write> call instead."
19191 msgstr ""
19192
19193 # type: =head2
19194 #. type: =head2
19195 #: ../src/guestfs-actions.pod:6981
19196 msgid "guestfs_zegrep"
19197 msgstr ""
19198
19199 # type: verbatim
19200 #. type: verbatim
19201 #: ../src/guestfs-actions.pod:6983
19202 #, no-wrap
19203 msgid ""
19204 " char **\n"
19205 " guestfs_zegrep (guestfs_h *g,\n"
19206 "                 const char *regex,\n"
19207 "                 const char *path);\n"
19208 "\n"
19209 msgstr ""
19210
19211 # type: textblock
19212 #. type: textblock
19213 #: ../src/guestfs-actions.pod:6988 ../fish/guestfish-actions.pod:4632
19214 msgid ""
19215 "This calls the external C<zegrep> program and returns the matching lines."
19216 msgstr ""
19217
19218 # type: =head2
19219 #. type: =head2
19220 #: ../src/guestfs-actions.pod:7000
19221 msgid "guestfs_zegrepi"
19222 msgstr ""
19223
19224 # type: verbatim
19225 #. type: verbatim
19226 #: ../src/guestfs-actions.pod:7002
19227 #, no-wrap
19228 msgid ""
19229 " char **\n"
19230 " guestfs_zegrepi (guestfs_h *g,\n"
19231 "                  const char *regex,\n"
19232 "                  const char *path);\n"
19233 "\n"
19234 msgstr ""
19235
19236 # type: textblock
19237 #. type: textblock
19238 #: ../src/guestfs-actions.pod:7007 ../fish/guestfish-actions.pod:4642
19239 msgid ""
19240 "This calls the external C<zegrep -i> program and returns the matching lines."
19241 msgstr ""
19242
19243 # type: =head2
19244 #. type: =head2
19245 #: ../src/guestfs-actions.pod:7019
19246 msgid "guestfs_zero"
19247 msgstr ""
19248
19249 # type: verbatim
19250 #. type: verbatim
19251 #: ../src/guestfs-actions.pod:7021
19252 #, no-wrap
19253 msgid ""
19254 " int\n"
19255 " guestfs_zero (guestfs_h *g,\n"
19256 "               const char *device);\n"
19257 "\n"
19258 msgstr ""
19259
19260 # type: textblock
19261 #. type: textblock
19262 #: ../src/guestfs-actions.pod:7025 ../fish/guestfish-actions.pod:4652
19263 msgid "This command writes zeroes over the first few blocks of C<device>."
19264 msgstr ""
19265
19266 # type: textblock
19267 #. type: textblock
19268 #: ../src/guestfs-actions.pod:7027 ../fish/guestfish-actions.pod:4654
19269 msgid ""
19270 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
19271 "securely wipe the device).  It should be sufficient to remove any partition "
19272 "tables, filesystem superblocks and so on."
19273 msgstr ""
19274
19275 # type: textblock
19276 #. type: textblock
19277 #: ../src/guestfs-actions.pod:7031
19278 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
19279 msgstr ""
19280
19281 # type: =head2
19282 #. type: =head2
19283 #: ../src/guestfs-actions.pod:7042
19284 msgid "guestfs_zero_device"
19285 msgstr ""
19286
19287 # type: verbatim
19288 #. type: verbatim
19289 #: ../src/guestfs-actions.pod:7044
19290 #, no-wrap
19291 msgid ""
19292 " int\n"
19293 " guestfs_zero_device (guestfs_h *g,\n"
19294 "                      const char *device);\n"
19295 "\n"
19296 msgstr ""
19297
19298 # type: textblock
19299 #. type: textblock
19300 #: ../src/guestfs-actions.pod:7048
19301 msgid ""
19302 "This command writes zeroes over the entire C<device>.  Compare with "
19303 "C<guestfs_zero> which just zeroes the first few blocks of a device."
19304 msgstr ""
19305
19306 # type: textblock
19307 #. type: textblock
19308 #: ../src/guestfs-actions.pod:7062
19309 msgid "(Added in 1.3.1)"
19310 msgstr ""
19311
19312 # type: =head2
19313 #. type: =head2
19314 #: ../src/guestfs-actions.pod:7064
19315 msgid "guestfs_zerofree"
19316 msgstr ""
19317
19318 # type: verbatim
19319 #. type: verbatim
19320 #: ../src/guestfs-actions.pod:7066
19321 #, no-wrap
19322 msgid ""
19323 " int\n"
19324 " guestfs_zerofree (guestfs_h *g,\n"
19325 "                   const char *device);\n"
19326 "\n"
19327 msgstr ""
19328
19329 # type: textblock
19330 #. type: textblock
19331 #: ../src/guestfs-actions.pod:7070 ../fish/guestfish-actions.pod:4675
19332 msgid ""
19333 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
19334 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
19335 "possible to compress the filesystem more effectively."
19336 msgstr ""
19337
19338 # type: textblock
19339 #. type: textblock
19340 #: ../src/guestfs-actions.pod:7075 ../fish/guestfish-actions.pod:4680
19341 msgid "You should B<not> run this program if the filesystem is mounted."
19342 msgstr ""
19343
19344 # type: textblock
19345 #. type: textblock
19346 #: ../src/guestfs-actions.pod:7078 ../fish/guestfish-actions.pod:4683
19347 msgid ""
19348 "It is possible that using this program can damage the filesystem or data on "
19349 "the filesystem."
19350 msgstr ""
19351
19352 # type: =head2
19353 #. type: =head2
19354 #: ../src/guestfs-actions.pod:7085
19355 msgid "guestfs_zfgrep"
19356 msgstr ""
19357
19358 # type: verbatim
19359 #. type: verbatim
19360 #: ../src/guestfs-actions.pod:7087
19361 #, no-wrap
19362 msgid ""
19363 " char **\n"
19364 " guestfs_zfgrep (guestfs_h *g,\n"
19365 "                 const char *pattern,\n"
19366 "                 const char *path);\n"
19367 "\n"
19368 msgstr ""
19369
19370 # type: textblock
19371 #. type: textblock
19372 #: ../src/guestfs-actions.pod:7092 ../fish/guestfish-actions.pod:4690
19373 msgid ""
19374 "This calls the external C<zfgrep> program and returns the matching lines."
19375 msgstr ""
19376
19377 # type: =head2
19378 #. type: =head2
19379 #: ../src/guestfs-actions.pod:7104
19380 msgid "guestfs_zfgrepi"
19381 msgstr ""
19382
19383 # type: verbatim
19384 #. type: verbatim
19385 #: ../src/guestfs-actions.pod:7106
19386 #, no-wrap
19387 msgid ""
19388 " char **\n"
19389 " guestfs_zfgrepi (guestfs_h *g,\n"
19390 "                  const char *pattern,\n"
19391 "                  const char *path);\n"
19392 "\n"
19393 msgstr ""
19394
19395 # type: textblock
19396 #. type: textblock
19397 #: ../src/guestfs-actions.pod:7111 ../fish/guestfish-actions.pod:4700
19398 msgid ""
19399 "This calls the external C<zfgrep -i> program and returns the matching lines."
19400 msgstr ""
19401
19402 # type: =head2
19403 #. type: =head2
19404 #: ../src/guestfs-actions.pod:7123
19405 msgid "guestfs_zfile"
19406 msgstr ""
19407
19408 # type: verbatim
19409 #. type: verbatim
19410 #: ../src/guestfs-actions.pod:7125
19411 #, no-wrap
19412 msgid ""
19413 " char *\n"
19414 " guestfs_zfile (guestfs_h *g,\n"
19415 "                const char *meth,\n"
19416 "                const char *path);\n"
19417 "\n"
19418 msgstr ""
19419
19420 # type: textblock
19421 #. type: textblock
19422 #: ../src/guestfs-actions.pod:7130 ../fish/guestfish-actions.pod:4710
19423 msgid ""
19424 "This command runs C<file> after first decompressing C<path> using C<method>."
19425 msgstr ""
19426
19427 # type: textblock
19428 #. type: textblock
19429 #: ../src/guestfs-actions.pod:7133 ../fish/guestfish-actions.pod:4713
19430 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
19431 msgstr ""
19432
19433 # type: textblock
19434 #. type: textblock
19435 #: ../src/guestfs-actions.pod:7135
19436 msgid ""
19437 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
19438 "files."
19439 msgstr ""
19440
19441 # type: textblock
19442 #. type: textblock
19443 #: ../src/guestfs-actions.pod:7141 ../fish/guestfish-actions.pod:4718
19444 msgid ""
19445 "This function is deprecated.  In new code, use the C<file> call instead."
19446 msgstr ""
19447
19448 # type: =head2
19449 #. type: =head2
19450 #: ../src/guestfs-actions.pod:7150
19451 msgid "guestfs_zgrep"
19452 msgstr ""
19453
19454 # type: verbatim
19455 #. type: verbatim
19456 #: ../src/guestfs-actions.pod:7152
19457 #, no-wrap
19458 msgid ""
19459 " char **\n"
19460 " guestfs_zgrep (guestfs_h *g,\n"
19461 "                const char *regex,\n"
19462 "                const char *path);\n"
19463 "\n"
19464 msgstr ""
19465
19466 # type: textblock
19467 #. type: textblock
19468 #: ../src/guestfs-actions.pod:7157 ../fish/guestfish-actions.pod:4729
19469 msgid ""
19470 "This calls the external C<zgrep> program and returns the matching lines."
19471 msgstr ""
19472
19473 # type: =head2
19474 #. type: =head2
19475 #: ../src/guestfs-actions.pod:7169
19476 msgid "guestfs_zgrepi"
19477 msgstr ""
19478
19479 # type: verbatim
19480 #. type: verbatim
19481 #: ../src/guestfs-actions.pod:7171
19482 #, no-wrap
19483 msgid ""
19484 " char **\n"
19485 " guestfs_zgrepi (guestfs_h *g,\n"
19486 "                 const char *regex,\n"
19487 "                 const char *path);\n"
19488 "\n"
19489 msgstr ""
19490
19491 # type: textblock
19492 #. type: textblock
19493 #: ../src/guestfs-actions.pod:7176 ../fish/guestfish-actions.pod:4739
19494 msgid ""
19495 "This calls the external C<zgrep -i> program and returns the matching lines."
19496 msgstr ""
19497
19498 # type: =item
19499 #. type: =item
19500 #: ../src/guestfs-availability.pod:3
19501 msgid "B<augeas>"
19502 msgstr ""
19503
19504 # type: textblock
19505 #. type: textblock
19506 #: ../src/guestfs-availability.pod:5
19507 msgid ""
19508 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
19509 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
19510 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
19511 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
19512 "L</guestfs_aug_save> L</guestfs_aug_set>"
19513 msgstr ""
19514
19515 # type: =item
19516 #. type: =item
19517 #: ../src/guestfs-availability.pod:21
19518 msgid "B<inotify>"
19519 msgstr ""
19520
19521 # type: textblock
19522 #. type: textblock
19523 #: ../src/guestfs-availability.pod:23
19524 msgid ""
19525 "The following functions: L</guestfs_inotify_add_watch> L</"
19526 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
19527 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
19528 msgstr ""
19529
19530 # type: =item
19531 #. type: =item
19532 #: ../src/guestfs-availability.pod:31
19533 msgid "B<linuxfsuuid>"
19534 msgstr ""
19535
19536 # type: textblock
19537 #. type: textblock
19538 #: ../src/guestfs-availability.pod:33
19539 msgid ""
19540 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
19541 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
19542 msgstr ""
19543
19544 # type: =item
19545 #. type: =item
19546 #: ../src/guestfs-availability.pod:40
19547 msgid "B<linuxmodules>"
19548 msgstr ""
19549
19550 # type: textblock
19551 #. type: textblock
19552 #: ../src/guestfs-availability.pod:42
19553 msgid "The following functions: L</guestfs_modprobe>"
19554 msgstr ""
19555
19556 # type: =item
19557 #. type: =item
19558 #: ../src/guestfs-availability.pod:45
19559 msgid "B<linuxxattrs>"
19560 msgstr ""
19561
19562 # type: textblock
19563 #. type: textblock
19564 #: ../src/guestfs-availability.pod:47
19565 msgid ""
19566 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
19567 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
19568 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
19569 "guestfs_setxattr>"
19570 msgstr ""
19571
19572 # type: =item
19573 #. type: =item
19574 #: ../src/guestfs-availability.pod:58
19575 msgid "B<luks>"
19576 msgstr ""
19577
19578 # type: textblock
19579 #. type: textblock
19580 #: ../src/guestfs-availability.pod:60
19581 msgid ""
19582 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
19583 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
19584 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
19585 msgstr ""
19586
19587 # type: =item
19588 #. type: =item
19589 #: ../src/guestfs-availability.pod:69
19590 msgid "B<lvm2>"
19591 msgstr ""
19592
19593 # type: textblock
19594 #. type: textblock
19595 #: ../src/guestfs-availability.pod:71
19596 msgid ""
19597 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
19598 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
19599 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
19600 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
19601 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
19602 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
19603 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
19604 msgstr ""
19605
19606 # type: =item
19607 #. type: =item
19608 #: ../src/guestfs-availability.pod:94
19609 msgid "B<mknod>"
19610 msgstr ""
19611
19612 # type: textblock
19613 #. type: textblock
19614 #: ../src/guestfs-availability.pod:96
19615 msgid ""
19616 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
19617 "guestfs_mknod_b> L</guestfs_mknod_c>"
19618 msgstr ""
19619
19620 # type: =item
19621 #. type: =item
19622 #: ../src/guestfs-availability.pod:102
19623 msgid "B<ntfs3g>"
19624 msgstr ""
19625
19626 # type: textblock
19627 #. type: textblock
19628 #: ../src/guestfs-availability.pod:104
19629 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
19630 msgstr ""
19631
19632 # type: =item
19633 #. type: =item
19634 #: ../src/guestfs-availability.pod:107
19635 msgid "B<ntfsprogs>"
19636 msgstr ""
19637
19638 # type: textblock
19639 #. type: textblock
19640 #: ../src/guestfs-availability.pod:109
19641 msgid ""
19642 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
19643 msgstr ""
19644
19645 # type: =item
19646 #. type: =item
19647 #: ../src/guestfs-availability.pod:113
19648 msgid "B<realpath>"
19649 msgstr ""
19650
19651 # type: textblock
19652 #. type: textblock
19653 #: ../src/guestfs-availability.pod:115
19654 msgid "The following functions: L</guestfs_realpath>"
19655 msgstr ""
19656
19657 # type: =item
19658 #. type: =item
19659 #: ../src/guestfs-availability.pod:118
19660 msgid "B<scrub>"
19661 msgstr ""
19662
19663 # type: textblock
19664 #. type: textblock
19665 #: ../src/guestfs-availability.pod:120
19666 msgid ""
19667 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
19668 "guestfs_scrub_freespace>"
19669 msgstr ""
19670
19671 # type: =item
19672 #. type: =item
19673 #: ../src/guestfs-availability.pod:125
19674 msgid "B<selinux>"
19675 msgstr ""
19676
19677 # type: textblock
19678 #. type: textblock
19679 #: ../src/guestfs-availability.pod:127
19680 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
19681 msgstr ""
19682
19683 # type: =item
19684 #. type: =item
19685 #: ../src/guestfs-availability.pod:131
19686 msgid "B<xz>"
19687 msgstr ""
19688
19689 # type: textblock
19690 #. type: textblock
19691 #: ../src/guestfs-availability.pod:133
19692 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
19693 msgstr ""
19694
19695 # type: =item
19696 #. type: =item
19697 #: ../src/guestfs-availability.pod:137
19698 msgid "B<zerofree>"
19699 msgstr ""
19700
19701 # type: textblock
19702 #. type: textblock
19703 #: ../src/guestfs-availability.pod:139
19704 msgid "The following functions: L</guestfs_zerofree>"
19705 msgstr ""
19706
19707 # type: =head2
19708 #. type: =head2
19709 #: ../src/guestfs-structs.pod:1
19710 msgid "guestfs_int_bool"
19711 msgstr ""
19712
19713 # type: verbatim
19714 #. type: verbatim
19715 #: ../src/guestfs-structs.pod:3
19716 #, no-wrap
19717 msgid ""
19718 " struct guestfs_int_bool {\n"
19719 "   int32_t i;\n"
19720 "   int32_t b;\n"
19721 " };\n"
19722 " \n"
19723 msgstr ""
19724
19725 # type: verbatim
19726 #. type: verbatim
19727 #: ../src/guestfs-structs.pod:8
19728 #, no-wrap
19729 msgid ""
19730 " struct guestfs_int_bool_list {\n"
19731 "   uint32_t len; /* Number of elements in list. */\n"
19732 "   struct guestfs_int_bool *val; /* Elements. */\n"
19733 " };\n"
19734 " \n"
19735 msgstr ""
19736
19737 # type: verbatim
19738 #. type: verbatim
19739 #: ../src/guestfs-structs.pod:13
19740 #, no-wrap
19741 msgid ""
19742 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
19743 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
19744 "\n"
19745 msgstr ""
19746
19747 # type: =head2
19748 #. type: =head2
19749 #: ../src/guestfs-structs.pod:16
19750 msgid "guestfs_lvm_pv"
19751 msgstr ""
19752
19753 # type: verbatim
19754 #. type: verbatim
19755 #: ../src/guestfs-structs.pod:18
19756 #, no-wrap
19757 msgid ""
19758 " struct guestfs_lvm_pv {\n"
19759 "   char *pv_name;\n"
19760 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19761 "   char pv_uuid[32];\n"
19762 "   char *pv_fmt;\n"
19763 "   uint64_t pv_size;\n"
19764 "   uint64_t dev_size;\n"
19765 "   uint64_t pv_free;\n"
19766 "   uint64_t pv_used;\n"
19767 "   char *pv_attr;\n"
19768 "   int64_t pv_pe_count;\n"
19769 "   int64_t pv_pe_alloc_count;\n"
19770 "   char *pv_tags;\n"
19771 "   uint64_t pe_start;\n"
19772 "   int64_t pv_mda_count;\n"
19773 "   uint64_t pv_mda_free;\n"
19774 " };\n"
19775 " \n"
19776 msgstr ""
19777
19778 # type: verbatim
19779 #. type: verbatim
19780 #: ../src/guestfs-structs.pod:36
19781 #, no-wrap
19782 msgid ""
19783 " struct guestfs_lvm_pv_list {\n"
19784 "   uint32_t len; /* Number of elements in list. */\n"
19785 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
19786 " };\n"
19787 " \n"
19788 msgstr ""
19789
19790 # type: verbatim
19791 #. type: verbatim
19792 #: ../src/guestfs-structs.pod:41
19793 #, no-wrap
19794 msgid ""
19795 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
19796 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
19797 "\n"
19798 msgstr ""
19799
19800 # type: =head2
19801 #. type: =head2
19802 #: ../src/guestfs-structs.pod:44
19803 msgid "guestfs_lvm_vg"
19804 msgstr ""
19805
19806 # type: verbatim
19807 #. type: verbatim
19808 #: ../src/guestfs-structs.pod:46
19809 #, no-wrap
19810 msgid ""
19811 " struct guestfs_lvm_vg {\n"
19812 "   char *vg_name;\n"
19813 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19814 "   char vg_uuid[32];\n"
19815 "   char *vg_fmt;\n"
19816 "   char *vg_attr;\n"
19817 "   uint64_t vg_size;\n"
19818 "   uint64_t vg_free;\n"
19819 "   char *vg_sysid;\n"
19820 "   uint64_t vg_extent_size;\n"
19821 "   int64_t vg_extent_count;\n"
19822 "   int64_t vg_free_count;\n"
19823 "   int64_t max_lv;\n"
19824 "   int64_t max_pv;\n"
19825 "   int64_t pv_count;\n"
19826 "   int64_t lv_count;\n"
19827 "   int64_t snap_count;\n"
19828 "   int64_t vg_seqno;\n"
19829 "   char *vg_tags;\n"
19830 "   int64_t vg_mda_count;\n"
19831 "   uint64_t vg_mda_free;\n"
19832 " };\n"
19833 " \n"
19834 msgstr ""
19835
19836 # type: verbatim
19837 #. type: verbatim
19838 #: ../src/guestfs-structs.pod:69
19839 #, no-wrap
19840 msgid ""
19841 " struct guestfs_lvm_vg_list {\n"
19842 "   uint32_t len; /* Number of elements in list. */\n"
19843 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
19844 " };\n"
19845 " \n"
19846 msgstr ""
19847
19848 # type: verbatim
19849 #. type: verbatim
19850 #: ../src/guestfs-structs.pod:74
19851 #, no-wrap
19852 msgid ""
19853 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
19854 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
19855 "\n"
19856 msgstr ""
19857
19858 # type: =head2
19859 #. type: =head2
19860 #: ../src/guestfs-structs.pod:77
19861 msgid "guestfs_lvm_lv"
19862 msgstr ""
19863
19864 # type: verbatim
19865 #. type: verbatim
19866 #: ../src/guestfs-structs.pod:79
19867 #, no-wrap
19868 msgid ""
19869 " struct guestfs_lvm_lv {\n"
19870 "   char *lv_name;\n"
19871 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
19872 "   char lv_uuid[32];\n"
19873 "   char *lv_attr;\n"
19874 "   int64_t lv_major;\n"
19875 "   int64_t lv_minor;\n"
19876 "   int64_t lv_kernel_major;\n"
19877 "   int64_t lv_kernel_minor;\n"
19878 "   uint64_t lv_size;\n"
19879 "   int64_t seg_count;\n"
19880 "   char *origin;\n"
19881 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
19882 "   float snap_percent;\n"
19883 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
19884 "   float copy_percent;\n"
19885 "   char *move_pv;\n"
19886 "   char *lv_tags;\n"
19887 "   char *mirror_log;\n"
19888 "   char *modules;\n"
19889 " };\n"
19890 " \n"
19891 msgstr ""
19892
19893 # type: verbatim
19894 #. type: verbatim
19895 #: ../src/guestfs-structs.pod:101
19896 #, no-wrap
19897 msgid ""
19898 " struct guestfs_lvm_lv_list {\n"
19899 "   uint32_t len; /* Number of elements in list. */\n"
19900 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
19901 " };\n"
19902 " \n"
19903 msgstr ""
19904
19905 # type: verbatim
19906 #. type: verbatim
19907 #: ../src/guestfs-structs.pod:106
19908 #, no-wrap
19909 msgid ""
19910 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
19911 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
19912 "\n"
19913 msgstr ""
19914
19915 # type: verbatim
19916 #. type: verbatim
19917 #: ../src/guestfs-structs.pod:111
19918 #, no-wrap
19919 msgid ""
19920 " struct guestfs_stat {\n"
19921 "   int64_t dev;\n"
19922 "   int64_t ino;\n"
19923 "   int64_t mode;\n"
19924 "   int64_t nlink;\n"
19925 "   int64_t uid;\n"
19926 "   int64_t gid;\n"
19927 "   int64_t rdev;\n"
19928 "   int64_t size;\n"
19929 "   int64_t blksize;\n"
19930 "   int64_t blocks;\n"
19931 "   int64_t atime;\n"
19932 "   int64_t mtime;\n"
19933 "   int64_t ctime;\n"
19934 " };\n"
19935 " \n"
19936 msgstr ""
19937
19938 # type: verbatim
19939 #. type: verbatim
19940 #: ../src/guestfs-structs.pod:127
19941 #, no-wrap
19942 msgid ""
19943 " struct guestfs_stat_list {\n"
19944 "   uint32_t len; /* Number of elements in list. */\n"
19945 "   struct guestfs_stat *val; /* Elements. */\n"
19946 " };\n"
19947 " \n"
19948 msgstr ""
19949
19950 # type: verbatim
19951 #. type: verbatim
19952 #: ../src/guestfs-structs.pod:132
19953 #, no-wrap
19954 msgid ""
19955 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
19956 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
19957 "\n"
19958 msgstr ""
19959
19960 # type: verbatim
19961 #. type: verbatim
19962 #: ../src/guestfs-structs.pod:137
19963 #, no-wrap
19964 msgid ""
19965 " struct guestfs_statvfs {\n"
19966 "   int64_t bsize;\n"
19967 "   int64_t frsize;\n"
19968 "   int64_t blocks;\n"
19969 "   int64_t bfree;\n"
19970 "   int64_t bavail;\n"
19971 "   int64_t files;\n"
19972 "   int64_t ffree;\n"
19973 "   int64_t favail;\n"
19974 "   int64_t fsid;\n"
19975 "   int64_t flag;\n"
19976 "   int64_t namemax;\n"
19977 " };\n"
19978 " \n"
19979 msgstr ""
19980
19981 # type: verbatim
19982 #. type: verbatim
19983 #: ../src/guestfs-structs.pod:151
19984 #, no-wrap
19985 msgid ""
19986 " struct guestfs_statvfs_list {\n"
19987 "   uint32_t len; /* Number of elements in list. */\n"
19988 "   struct guestfs_statvfs *val; /* Elements. */\n"
19989 " };\n"
19990 " \n"
19991 msgstr ""
19992
19993 # type: verbatim
19994 #. type: verbatim
19995 #: ../src/guestfs-structs.pod:156
19996 #, no-wrap
19997 msgid ""
19998 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
19999 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
20000 "\n"
20001 msgstr ""
20002
20003 # type: =head2
20004 #. type: =head2
20005 #: ../src/guestfs-structs.pod:159
20006 msgid "guestfs_dirent"
20007 msgstr ""
20008
20009 # type: verbatim
20010 #. type: verbatim
20011 #: ../src/guestfs-structs.pod:161
20012 #, no-wrap
20013 msgid ""
20014 " struct guestfs_dirent {\n"
20015 "   int64_t ino;\n"
20016 "   char ftyp;\n"
20017 "   char *name;\n"
20018 " };\n"
20019 " \n"
20020 msgstr ""
20021
20022 # type: verbatim
20023 #. type: verbatim
20024 #: ../src/guestfs-structs.pod:167
20025 #, no-wrap
20026 msgid ""
20027 " struct guestfs_dirent_list {\n"
20028 "   uint32_t len; /* Number of elements in list. */\n"
20029 "   struct guestfs_dirent *val; /* Elements. */\n"
20030 " };\n"
20031 " \n"
20032 msgstr ""
20033
20034 # type: verbatim
20035 #. type: verbatim
20036 #: ../src/guestfs-structs.pod:172
20037 #, no-wrap
20038 msgid ""
20039 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
20040 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
20041 "\n"
20042 msgstr ""
20043
20044 # type: verbatim
20045 #. type: verbatim
20046 #: ../src/guestfs-structs.pod:177
20047 #, no-wrap
20048 msgid ""
20049 " struct guestfs_version {\n"
20050 "   int64_t major;\n"
20051 "   int64_t minor;\n"
20052 "   int64_t release;\n"
20053 "   char *extra;\n"
20054 " };\n"
20055 " \n"
20056 msgstr ""
20057
20058 # type: verbatim
20059 #. type: verbatim
20060 #: ../src/guestfs-structs.pod:184
20061 #, no-wrap
20062 msgid ""
20063 " struct guestfs_version_list {\n"
20064 "   uint32_t len; /* Number of elements in list. */\n"
20065 "   struct guestfs_version *val; /* Elements. */\n"
20066 " };\n"
20067 " \n"
20068 msgstr ""
20069
20070 # type: verbatim
20071 #. type: verbatim
20072 #: ../src/guestfs-structs.pod:189
20073 #, no-wrap
20074 msgid ""
20075 " void guestfs_free_version (struct guestfs_free_version *);\n"
20076 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
20077 "\n"
20078 msgstr ""
20079
20080 # type: =head2
20081 #. type: =head2
20082 #: ../src/guestfs-structs.pod:192
20083 msgid "guestfs_xattr"
20084 msgstr ""
20085
20086 # type: verbatim
20087 #. type: verbatim
20088 #: ../src/guestfs-structs.pod:194
20089 #, no-wrap
20090 msgid ""
20091 " struct guestfs_xattr {\n"
20092 "   char *attrname;\n"
20093 "   /* The next two fields describe a byte array. */\n"
20094 "   uint32_t attrval_len;\n"
20095 "   char *attrval;\n"
20096 " };\n"
20097 " \n"
20098 msgstr ""
20099
20100 # type: verbatim
20101 #. type: verbatim
20102 #: ../src/guestfs-structs.pod:201
20103 #, no-wrap
20104 msgid ""
20105 " struct guestfs_xattr_list {\n"
20106 "   uint32_t len; /* Number of elements in list. */\n"
20107 "   struct guestfs_xattr *val; /* Elements. */\n"
20108 " };\n"
20109 " \n"
20110 msgstr ""
20111
20112 # type: verbatim
20113 #. type: verbatim
20114 #: ../src/guestfs-structs.pod:206
20115 #, no-wrap
20116 msgid ""
20117 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
20118 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
20119 "\n"
20120 msgstr ""
20121
20122 # type: =head2
20123 #. type: =head2
20124 #: ../src/guestfs-structs.pod:209
20125 msgid "guestfs_inotify_event"
20126 msgstr ""
20127
20128 # type: verbatim
20129 #. type: verbatim
20130 #: ../src/guestfs-structs.pod:211
20131 #, no-wrap
20132 msgid ""
20133 " struct guestfs_inotify_event {\n"
20134 "   int64_t in_wd;\n"
20135 "   uint32_t in_mask;\n"
20136 "   uint32_t in_cookie;\n"
20137 "   char *in_name;\n"
20138 " };\n"
20139 " \n"
20140 msgstr ""
20141
20142 # type: verbatim
20143 #. type: verbatim
20144 #: ../src/guestfs-structs.pod:218
20145 #, no-wrap
20146 msgid ""
20147 " struct guestfs_inotify_event_list {\n"
20148 "   uint32_t len; /* Number of elements in list. */\n"
20149 "   struct guestfs_inotify_event *val; /* Elements. */\n"
20150 " };\n"
20151 " \n"
20152 msgstr ""
20153
20154 # type: verbatim
20155 #. type: verbatim
20156 #: ../src/guestfs-structs.pod:223
20157 #, no-wrap
20158 msgid ""
20159 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
20160 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
20161 "\n"
20162 msgstr ""
20163
20164 # type: =head2
20165 #. type: =head2
20166 #: ../src/guestfs-structs.pod:226
20167 msgid "guestfs_partition"
20168 msgstr ""
20169
20170 # type: verbatim
20171 #. type: verbatim
20172 #: ../src/guestfs-structs.pod:228
20173 #, no-wrap
20174 msgid ""
20175 " struct guestfs_partition {\n"
20176 "   int32_t part_num;\n"
20177 "   uint64_t part_start;\n"
20178 "   uint64_t part_end;\n"
20179 "   uint64_t part_size;\n"
20180 " };\n"
20181 " \n"
20182 msgstr ""
20183
20184 # type: verbatim
20185 #. type: verbatim
20186 #: ../src/guestfs-structs.pod:235
20187 #, no-wrap
20188 msgid ""
20189 " struct guestfs_partition_list {\n"
20190 "   uint32_t len; /* Number of elements in list. */\n"
20191 "   struct guestfs_partition *val; /* Elements. */\n"
20192 " };\n"
20193 " \n"
20194 msgstr ""
20195
20196 # type: verbatim
20197 #. type: verbatim
20198 #: ../src/guestfs-structs.pod:240
20199 #, no-wrap
20200 msgid ""
20201 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
20202 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
20203 "\n"
20204 msgstr ""
20205
20206 # type: =head2
20207 #. type: =head2
20208 #: ../src/guestfs-structs.pod:243
20209 msgid "guestfs_application"
20210 msgstr ""
20211
20212 # type: verbatim
20213 #. type: verbatim
20214 #: ../src/guestfs-structs.pod:245
20215 #, no-wrap
20216 msgid ""
20217 " struct guestfs_application {\n"
20218 "   char *app_name;\n"
20219 "   char *app_display_name;\n"
20220 "   int32_t app_epoch;\n"
20221 "   char *app_version;\n"
20222 "   char *app_release;\n"
20223 "   char *app_install_path;\n"
20224 "   char *app_trans_path;\n"
20225 "   char *app_publisher;\n"
20226 "   char *app_url;\n"
20227 "   char *app_source_package;\n"
20228 "   char *app_summary;\n"
20229 "   char *app_description;\n"
20230 " };\n"
20231 " \n"
20232 msgstr ""
20233
20234 # type: verbatim
20235 #. type: verbatim
20236 #: ../src/guestfs-structs.pod:260
20237 #, no-wrap
20238 msgid ""
20239 " struct guestfs_application_list {\n"
20240 "   uint32_t len; /* Number of elements in list. */\n"
20241 "   struct guestfs_application *val; /* Elements. */\n"
20242 " };\n"
20243 " \n"
20244 msgstr ""
20245
20246 # type: verbatim
20247 #. type: verbatim
20248 #: ../src/guestfs-structs.pod:265
20249 #, no-wrap
20250 msgid ""
20251 " void guestfs_free_application (struct guestfs_free_application *);\n"
20252 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
20253 "\n"
20254 msgstr ""
20255
20256 # type: textblock
20257 #. type: textblock
20258 #: ../fish/guestfish.pod:5
20259 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
20260 msgstr ""
20261
20262 # type: verbatim
20263 #. type: verbatim
20264 #: ../fish/guestfish.pod:9
20265 #, no-wrap
20266 msgid ""
20267 " guestfish [--options] [commands]\n"
20268 "\n"
20269 msgstr ""
20270
20271 # type: verbatim
20272 #. type: verbatim
20273 #: ../fish/guestfish.pod:11
20274 #, no-wrap
20275 msgid ""
20276 " guestfish\n"
20277 "\n"
20278 msgstr ""
20279
20280 # type: verbatim
20281 #. type: verbatim
20282 #: ../fish/guestfish.pod:13
20283 #, no-wrap
20284 msgid ""
20285 " guestfish [--ro|--rw] -a disk.img\n"
20286 "\n"
20287 msgstr ""
20288
20289 # type: verbatim
20290 #. type: verbatim
20291 #: ../fish/guestfish.pod:15
20292 #, no-wrap
20293 msgid ""
20294 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
20295 "\n"
20296 msgstr ""
20297
20298 # type: verbatim
20299 #. type: verbatim
20300 #: ../fish/guestfish.pod:17
20301 #, no-wrap
20302 msgid ""
20303 " guestfish -d libvirt-domain\n"
20304 "\n"
20305 msgstr ""
20306
20307 # type: verbatim
20308 #. type: verbatim
20309 #: ../fish/guestfish.pod:19
20310 #, no-wrap
20311 msgid ""
20312 " guestfish [--ro|--rw] -a disk.img -i\n"
20313 "\n"
20314 msgstr ""
20315
20316 # type: verbatim
20317 #. type: verbatim
20318 #: ../fish/guestfish.pod:21
20319 #, no-wrap
20320 msgid ""
20321 " guestfish -d libvirt-domain -i\n"
20322 "\n"
20323 msgstr ""
20324
20325 # type: =head1
20326 #. type: =head1
20327 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44
20328 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:59
20329 msgid "WARNING"
20330 msgstr ""
20331
20332 # type: textblock
20333 #. type: textblock
20334 #: ../fish/guestfish.pod:25
20335 msgid ""
20336 "Using guestfish in read/write mode on live virtual machines can be "
20337 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
20338 "option to use guestfish safely if the disk image or virtual machine might be "
20339 "live."
20340 msgstr ""
20341
20342 # type: textblock
20343 #. type: textblock
20344 #: ../fish/guestfish.pod:32
20345 msgid ""
20346 "Guestfish is a shell and command-line tool for examining and modifying "
20347 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
20348 "functionality of the guestfs API, see L<guestfs(3)>."
20349 msgstr ""
20350
20351 # type: textblock
20352 #. type: textblock
20353 #: ../fish/guestfish.pod:36
20354 msgid ""
20355 "Guestfish gives you structured access to the libguestfs API, from shell "
20356 "scripts or the command line or interactively.  If you want to rescue a "
20357 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
20358 "command."
20359 msgstr ""
20360
20361 # type: =head1
20362 #. type: =head1
20363 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:897
20364 #: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:58
20365 #: ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:45
20366 msgid "EXAMPLES"
20367 msgstr ""
20368
20369 # type: =head2
20370 #. type: =head2
20371 #: ../fish/guestfish.pod:43
20372 msgid "As an interactive shell"
20373 msgstr ""
20374
20375 # type: verbatim
20376 #. type: verbatim
20377 #: ../fish/guestfish.pod:45
20378 #, no-wrap
20379 msgid ""
20380 " $ guestfish\n"
20381 " \n"
20382 msgstr ""
20383
20384 # type: verbatim
20385 #. type: verbatim
20386 #: ../fish/guestfish.pod:47
20387 #, no-wrap
20388 msgid ""
20389 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
20390 " editing virtual machine filesystems.\n"
20391 " \n"
20392 msgstr ""
20393
20394 # type: verbatim
20395 #. type: verbatim
20396 #: ../fish/guestfish.pod:50
20397 #, no-wrap
20398 msgid ""
20399 " Type: 'help' for a list of commands\n"
20400 "       'man' to read the manual\n"
20401 "       'quit' to quit the shell\n"
20402 " \n"
20403 msgstr ""
20404
20405 # type: verbatim
20406 #. type: verbatim
20407 #: ../fish/guestfish.pod:54
20408 #, no-wrap
20409 msgid ""
20410 " ><fs> add-ro disk.img\n"
20411 " ><fs> run\n"
20412 " ><fs> list-filesystems\n"
20413 " /dev/sda1: ext4\n"
20414 " /dev/vg_guest/lv_root: ext4\n"
20415 " /dev/vg_guest/lv_swap: swap\n"
20416 " ><fs> mount /dev/vg_guest/lv_root /\n"
20417 " ><fs> cat /etc/fstab\n"
20418 " # /etc/fstab\n"
20419 " # Created by anaconda\n"
20420 " [...]\n"
20421 " ><fs> exit\n"
20422 "\n"
20423 msgstr ""
20424
20425 # type: =head2
20426 #. type: =head2
20427 #: ../fish/guestfish.pod:67
20428 msgid "From shell scripts"
20429 msgstr ""
20430
20431 # type: textblock
20432 #. type: textblock
20433 #: ../fish/guestfish.pod:69
20434 msgid "Create a new C</etc/motd> file in a guest or disk image:"
20435 msgstr ""
20436
20437 # type: verbatim
20438 #. type: verbatim
20439 #: ../fish/guestfish.pod:71
20440 #, no-wrap
20441 msgid ""
20442 " guestfish <<_EOF_\n"
20443 " add disk.img\n"
20444 " run\n"
20445 " mount /dev/vg_guest/lv_root /\n"
20446 " write /etc/motd \"Welcome, new users\"\n"
20447 " _EOF_\n"
20448 "\n"
20449 msgstr ""
20450
20451 # type: textblock
20452 #. type: textblock
20453 #: ../fish/guestfish.pod:78
20454 msgid "List the LVM logical volumes in a disk image:"
20455 msgstr ""
20456
20457 # type: verbatim
20458 #. type: verbatim
20459 #: ../fish/guestfish.pod:80
20460 #, no-wrap
20461 msgid ""
20462 " guestfish -a disk.img --ro <<_EOF_\n"
20463 " run\n"
20464 " lvs\n"
20465 " _EOF_\n"
20466 "\n"
20467 msgstr ""
20468
20469 # type: textblock
20470 #. type: textblock
20471 #: ../fish/guestfish.pod:85
20472 msgid "List all the filesystems in a disk image:"
20473 msgstr ""
20474
20475 # type: verbatim
20476 #. type: verbatim
20477 #: ../fish/guestfish.pod:87
20478 #, no-wrap
20479 msgid ""
20480 " guestfish -a disk.img --ro <<_EOF_\n"
20481 " run\n"
20482 " list-filesystems\n"
20483 " _EOF_\n"
20484 "\n"
20485 msgstr ""
20486
20487 # type: =head2
20488 #. type: =head2
20489 #: ../fish/guestfish.pod:92
20490 msgid "On one command line"
20491 msgstr ""
20492
20493 # type: textblock
20494 #. type: textblock
20495 #: ../fish/guestfish.pod:94
20496 msgid "Update C</etc/resolv.conf> in a guest:"
20497 msgstr ""
20498
20499 # type: verbatim
20500 #. type: verbatim
20501 #: ../fish/guestfish.pod:96
20502 #, no-wrap
20503 msgid ""
20504 " guestfish \\\n"
20505 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
20506 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
20507 "\n"
20508 msgstr ""
20509
20510 # type: textblock
20511 #. type: textblock
20512 #: ../fish/guestfish.pod:100
20513 msgid "Edit C</boot/grub/grub.conf> interactively:"
20514 msgstr ""
20515
20516 # type: verbatim
20517 #. type: verbatim
20518 #: ../fish/guestfish.pod:102
20519 #, no-wrap
20520 msgid ""
20521 " guestfish --rw --add disk.img \\\n"
20522 "   --mount /dev/vg_guest/lv_root \\\n"
20523 "   --mount /dev/sda1:/boot \\\n"
20524 "   edit /boot/grub/grub.conf\n"
20525 "\n"
20526 msgstr ""
20527
20528 # type: =head2
20529 #. type: =head2
20530 #: ../fish/guestfish.pod:107
20531 msgid "Mount disks automatically"
20532 msgstr ""
20533
20534 # type: textblock
20535 #. type: textblock
20536 #: ../fish/guestfish.pod:109
20537 msgid ""
20538 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
20539 msgstr ""
20540
20541 # type: verbatim
20542 #. type: verbatim
20543 #: ../fish/guestfish.pod:112
20544 #, no-wrap
20545 msgid ""
20546 " guestfish --ro -a disk.img -i cat /etc/group\n"
20547 "\n"
20548 msgstr ""
20549
20550 # type: verbatim
20551 #. type: verbatim
20552 #: ../fish/guestfish.pod:114
20553 #, no-wrap
20554 msgid ""
20555 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
20556 "\n"
20557 msgstr ""
20558
20559 # type: textblock
20560 #. type: textblock
20561 #: ../fish/guestfish.pod:116
20562 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
20563 msgstr ""
20564
20565 # type: verbatim
20566 #. type: verbatim
20567 #: ../fish/guestfish.pod:118
20568 #, no-wrap
20569 msgid ""
20570 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
20571 "\n"
20572 msgstr ""
20573
20574 # type: =head2
20575 #. type: =head2
20576 #: ../fish/guestfish.pod:120
20577 msgid "As a script interpreter"
20578 msgstr ""
20579
20580 # type: textblock
20581 #. type: textblock
20582 #: ../fish/guestfish.pod:122
20583 msgid "Create a 100MB disk containing an ext2-formatted partition:"
20584 msgstr ""
20585
20586 # type: verbatim
20587 #. type: verbatim
20588 #: ../fish/guestfish.pod:124
20589 #, no-wrap
20590 msgid ""
20591 " #!/usr/bin/guestfish -f\n"
20592 " sparse test1.img 100M\n"
20593 " run\n"
20594 " part-disk /dev/sda mbr\n"
20595 " mkfs ext2 /dev/sda1\n"
20596 "\n"
20597 msgstr ""
20598
20599 # type: =head2
20600 #. type: =head2
20601 #: ../fish/guestfish.pod:130
20602 msgid "Start with a prepared disk"
20603 msgstr ""
20604
20605 # type: textblock
20606 #. type: textblock
20607 #: ../fish/guestfish.pod:132
20608 msgid ""
20609 "An alternate way to create a 100MB disk called C<test1.img> containing a "
20610 "single ext2-formatted partition:"
20611 msgstr ""
20612
20613 # type: verbatim
20614 #. type: verbatim
20615 #: ../fish/guestfish.pod:135
20616 #, no-wrap
20617 msgid ""
20618 " guestfish -N fs\n"
20619 "\n"
20620 msgstr ""
20621
20622 # type: textblock
20623 #. type: textblock
20624 #: ../fish/guestfish.pod:137
20625 msgid "To list what is available do:"
20626 msgstr ""
20627
20628 # type: verbatim
20629 #. type: verbatim
20630 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:888
20631 #, no-wrap
20632 msgid ""
20633 " guestfish -N help | less\n"
20634 "\n"
20635 msgstr ""
20636
20637 # type: =head2
20638 #. type: =head2
20639 #: ../fish/guestfish.pod:141
20640 msgid "Remote control"
20641 msgstr ""
20642
20643 # type: verbatim
20644 #. type: verbatim
20645 #: ../fish/guestfish.pod:143
20646 #, no-wrap
20647 msgid ""
20648 " eval \"`guestfish --listen`\"\n"
20649 " guestfish --remote add-ro disk.img\n"
20650 " guestfish --remote run\n"
20651 " guestfish --remote lvs\n"
20652 "\n"
20653 msgstr ""
20654
20655 # type: =head1
20656 #. type: =head1
20657 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
20658 #: ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:72
20659 #: ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254
20660 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:98
20661 #: ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
20662 msgid "OPTIONS"
20663 msgstr ""
20664
20665 # type: =item
20666 #. type: =item
20667 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131
20668 #: ../tools/virt-edit.pl:80 ../tools/virt-win-reg.pl:104
20669 #: ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61
20670 #: ../tools/virt-tar.pl:106 ../tools/virt-make-fs.pl:161
20671 #: ../tools/virt-list-partitions.pl:62
20672 msgid "B<--help>"
20673 msgstr ""
20674
20675 # type: textblock
20676 #. type: textblock
20677 #: ../fish/guestfish.pod:154
20678 msgid "Displays general help on options."
20679 msgstr ""
20680
20681 # type: =item
20682 #. type: =item
20683 #: ../fish/guestfish.pod:156
20684 msgid "B<-h>"
20685 msgstr ""
20686
20687 # type: =item
20688 #. type: =item
20689 #: ../fish/guestfish.pod:158
20690 msgid "B<--cmd-help>"
20691 msgstr ""
20692
20693 # type: textblock
20694 #. type: textblock
20695 #: ../fish/guestfish.pod:160
20696 msgid "Lists all available guestfish commands."
20697 msgstr ""
20698
20699 # type: =item
20700 #. type: =item
20701 #: ../fish/guestfish.pod:162
20702 msgid "B<-h cmd>"
20703 msgstr ""
20704
20705 # type: =item
20706 #. type: =item
20707 #: ../fish/guestfish.pod:164
20708 msgid "B<--cmd-help cmd>"
20709 msgstr ""
20710
20711 # type: textblock
20712 #. type: textblock
20713 #: ../fish/guestfish.pod:166
20714 msgid "Displays detailed help on a single command C<cmd>."
20715 msgstr ""
20716
20717 # type: =item
20718 #. type: =item
20719 #: ../fish/guestfish.pod:168
20720 msgid "B<-a image>"
20721 msgstr ""
20722
20723 # type: =item
20724 #. type: =item
20725 #: ../fish/guestfish.pod:170
20726 msgid "B<--add image>"
20727 msgstr ""
20728
20729 # type: textblock
20730 #. type: textblock
20731 #: ../fish/guestfish.pod:172
20732 msgid "Add a block device or virtual machine image to the shell."
20733 msgstr ""
20734
20735 # type: textblock
20736 #. type: textblock
20737 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
20738 msgid ""
20739 "The format of the disk image is auto-detected.  To override this and force a "
20740 "particular format use the I<--format=..> option."
20741 msgstr ""
20742
20743 # type: textblock
20744 #. type: textblock
20745 #: ../fish/guestfish.pod:177
20746 msgid ""
20747 "Using this flag is mostly equivalent to using the C<add> command, with "
20748 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
20749 "the I<--format:...> flag was given."
20750 msgstr ""
20751
20752 # type: =item
20753 #. type: =item
20754 #: ../fish/guestfish.pod:181
20755 msgid "B<-c URI>"
20756 msgstr ""
20757
20758 # type: =item
20759 #. type: =item
20760 #: ../fish/guestfish.pod:183
20761 msgid "B<--connect URI>"
20762 msgstr ""
20763
20764 # type: textblock
20765 #. type: textblock
20766 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
20767 msgid ""
20768 "When used in conjunction with the I<-d> option, this specifies the libvirt "
20769 "URI to use.  The default is to use the default libvirt connection."
20770 msgstr ""
20771
20772 # type: =item
20773 #. type: =item
20774 #: ../fish/guestfish.pod:189
20775 msgid "B<--csh>"
20776 msgstr ""
20777
20778 # type: textblock
20779 #. type: textblock
20780 #: ../fish/guestfish.pod:191
20781 msgid ""
20782 "If using the I<--listen> option and a csh-like shell, use this option.  See "
20783 "section L</REMOTE CONTROL AND CSH> below."
20784 msgstr ""
20785
20786 # type: =item
20787 #. type: =item
20788 #: ../fish/guestfish.pod:194
20789 msgid "B<-d libvirt-domain>"
20790 msgstr ""
20791
20792 # type: =item
20793 #. type: =item
20794 #: ../fish/guestfish.pod:196
20795 msgid "B<--domain libvirt-domain>"
20796 msgstr ""
20797
20798 # type: textblock
20799 #. type: textblock
20800 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
20801 msgid ""
20802 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
20803 "used, then any libvirt domain can be used.  However in write mode, only "
20804 "libvirt domains which are shut down can be named here."
20805 msgstr ""
20806
20807 # type: textblock
20808 #. type: textblock
20809 #: ../fish/guestfish.pod:202
20810 msgid ""
20811 "Using this flag is mostly equivalent to using the C<add-domain> command, "
20812 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
20813 "if the I<--format:...> flag was given."
20814 msgstr ""
20815
20816 # type: =item
20817 #. type: =item
20818 #: ../fish/guestfish.pod:206
20819 msgid "B<-D>"
20820 msgstr ""
20821
20822 # type: =item
20823 #. type: =item
20824 #: ../fish/guestfish.pod:208
20825 msgid "B<--no-dest-paths>"
20826 msgstr ""
20827
20828 # type: textblock
20829 #. type: textblock
20830 #: ../fish/guestfish.pod:210
20831 msgid ""
20832 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
20833 "to hit the tab key to complete paths on the guest filesystem, but this "
20834 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
20835 "allow this feature to be disabled."
20836 msgstr ""
20837
20838 # type: =item
20839 #. type: =item
20840 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
20841 msgid "B<--echo-keys>"
20842 msgstr ""
20843
20844 # type: textblock
20845 #. type: textblock
20846 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
20847 msgid ""
20848 "When prompting for keys and passphrases, guestfish normally turns echoing "
20849 "off so you cannot see what you are typing.  If you are not worried about "
20850 "Tempest attacks and there is no one else in the room you can specify this "
20851 "flag to see what you are typing."
20852 msgstr ""
20853
20854 # type: =item
20855 #. type: =item
20856 #: ../fish/guestfish.pod:222
20857 msgid "B<-f file>"
20858 msgstr ""
20859
20860 # type: =item
20861 #. type: =item
20862 #: ../fish/guestfish.pod:224
20863 msgid "B<--file file>"
20864 msgstr ""
20865
20866 # type: textblock
20867 #. type: textblock
20868 #: ../fish/guestfish.pod:226
20869 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
20870 msgstr ""
20871
20872 # type: verbatim
20873 #. type: verbatim
20874 #: ../fish/guestfish.pod:229
20875 #, no-wrap
20876 msgid ""
20877 " #!/usr/bin/guestfish -f\n"
20878 "\n"
20879 msgstr ""
20880
20881 # type: =item
20882 #. type: =item
20883 #: ../fish/guestfish.pod:231
20884 msgid "B<--format=raw|qcow2|..>"
20885 msgstr ""
20886
20887 # type: =item
20888 #. type: =item
20889 #: ../fish/guestfish.pod:233
20890 msgid "B<--format>"
20891 msgstr ""
20892
20893 # type: textblock
20894 #. type: textblock
20895 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
20896 msgid ""
20897 "The default for the I<-a> option is to auto-detect the format of the disk "
20898 "image.  Using this forces the disk format for I<-a> options which follow on "
20899 "the command line.  Using I<--format> with no argument switches back to auto-"
20900 "detection for subsequent I<-a> options."
20901 msgstr ""
20902
20903 # type: verbatim
20904 #. type: verbatim
20905 #: ../fish/guestfish.pod:242
20906 #, no-wrap
20907 msgid ""
20908 " guestfish --format=raw -a disk.img\n"
20909 "\n"
20910 msgstr ""
20911
20912 # type: textblock
20913 #. type: textblock
20914 #: ../fish/guestfish.pod:244
20915 msgid "forces raw format (no auto-detection) for C<disk.img>."
20916 msgstr ""
20917
20918 # type: verbatim
20919 #. type: verbatim
20920 #: ../fish/guestfish.pod:246
20921 #, no-wrap
20922 msgid ""
20923 " guestfish --format=raw -a disk.img --format -a another.img\n"
20924 "\n"
20925 msgstr ""
20926
20927 # type: textblock
20928 #. type: textblock
20929 #: ../fish/guestfish.pod:248
20930 msgid ""
20931 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
20932 "detection for C<another.img>."
20933 msgstr ""
20934
20935 # type: textblock
20936 #. type: textblock
20937 #: ../fish/guestfish.pod:251
20938 msgid ""
20939 "If you have untrusted raw-format guest disk images, you should use this "
20940 "option to specify the disk format.  This avoids a possible security problem "
20941 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
20942 msgstr ""
20943
20944 # type: =item
20945 #. type: =item
20946 #: ../fish/guestfish.pod:256
20947 msgid "B<-i>"
20948 msgstr ""
20949
20950 # type: =item
20951 #. type: =item
20952 #: ../fish/guestfish.pod:258
20953 msgid "B<--inspector>"
20954 msgstr ""
20955
20956 # type: textblock
20957 #. type: textblock
20958 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
20959 msgid ""
20960 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
20961 "system and mount filesystems as they would be mounted on the real virtual "
20962 "machine."
20963 msgstr ""
20964
20965 # type: textblock
20966 #. type: textblock
20967 #: ../fish/guestfish.pod:264
20968 msgid "Typical usage is either:"
20969 msgstr ""
20970
20971 # type: verbatim
20972 #. type: verbatim
20973 #: ../fish/guestfish.pod:266
20974 #, no-wrap
20975 msgid ""
20976 " guestfish -d myguest -i\n"
20977 "\n"
20978 msgstr ""
20979
20980 # type: textblock
20981 #. type: textblock
20982 #: ../fish/guestfish.pod:268
20983 msgid "(for an inactive libvirt domain called I<myguest>), or:"
20984 msgstr ""
20985
20986 # type: verbatim
20987 #. type: verbatim
20988 #: ../fish/guestfish.pod:270
20989 #, no-wrap
20990 msgid ""
20991 " guestfish --ro -d myguest -i\n"
20992 "\n"
20993 msgstr ""
20994
20995 # type: textblock
20996 #. type: textblock
20997 #: ../fish/guestfish.pod:272
20998 msgid "(for active domains, readonly), or specify the block device directly:"
20999 msgstr ""
21000
21001 # type: verbatim
21002 #. type: verbatim
21003 #: ../fish/guestfish.pod:274
21004 #, no-wrap
21005 msgid ""
21006 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
21007 "\n"
21008 msgstr ""
21009
21010 # type: textblock
21011 #. type: textblock
21012 #: ../fish/guestfish.pod:276
21013 msgid ""
21014 "Note that the command line syntax changed slightly over older versions of "
21015 "guestfish.  You can still use the old syntax:"
21016 msgstr ""
21017
21018 # type: verbatim
21019 #. type: verbatim
21020 #: ../fish/guestfish.pod:279
21021 #, no-wrap
21022 msgid ""
21023 " guestfish [--ro] -i disk.img\n"
21024 "\n"
21025 msgstr ""
21026
21027 # type: verbatim
21028 #. type: verbatim
21029 #: ../fish/guestfish.pod:281
21030 #, no-wrap
21031 msgid ""
21032 " guestfish [--ro] -i libvirt-domain\n"
21033 "\n"
21034 msgstr ""
21035
21036 # type: textblock
21037 #. type: textblock
21038 #: ../fish/guestfish.pod:283
21039 msgid ""
21040 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
21041 "then using other commands to mount the filesystems that were found."
21042 msgstr ""
21043
21044 # type: =item
21045 #. type: =item
21046 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
21047 msgid "B<--keys-from-stdin>"
21048 msgstr ""
21049
21050 # type: textblock
21051 #. type: textblock
21052 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
21053 msgid ""
21054 "Read key or passphrase parameters from stdin.  The default is to try to read "
21055 "passphrases from the user by opening C</dev/tty>."
21056 msgstr ""
21057
21058 # type: =item
21059 #. type: =item
21060 #: ../fish/guestfish.pod:292
21061 msgid "B<--listen>"
21062 msgstr ""
21063
21064 # type: textblock
21065 #. type: textblock
21066 #: ../fish/guestfish.pod:294
21067 msgid ""
21068 "Fork into the background and listen for remote commands.  See section L</"
21069 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
21070 msgstr ""
21071
21072 # type: =item
21073 #. type: =item
21074 #: ../fish/guestfish.pod:297
21075 msgid "B<-m dev[:mountpoint]>"
21076 msgstr ""
21077
21078 # type: =item
21079 #. type: =item
21080 #: ../fish/guestfish.pod:299
21081 msgid "B<--mount dev[:mountpoint]>"
21082 msgstr ""
21083
21084 # type: textblock
21085 #. type: textblock
21086 #: ../fish/guestfish.pod:301
21087 msgid "Mount the named partition or logical volume on the given mountpoint."
21088 msgstr ""
21089
21090 # type: textblock
21091 #. type: textblock
21092 #: ../fish/guestfish.pod:303
21093 msgid "If the mountpoint is omitted, it defaults to C</>."
21094 msgstr ""
21095
21096 # type: textblock
21097 #. type: textblock
21098 #: ../fish/guestfish.pod:305
21099 msgid "You have to mount something on C</> before most commands will work."
21100 msgstr ""
21101
21102 # type: textblock
21103 #. type: textblock
21104 #: ../fish/guestfish.pod:307
21105 msgid ""
21106 "If any I<-m> or I<--mount> options are given, the guest is automatically "
21107 "launched."
21108 msgstr ""
21109
21110 # type: textblock
21111 #. type: textblock
21112 #: ../fish/guestfish.pod:310
21113 msgid ""
21114 "If you don't know what filesystems a disk image contains, you can either run "
21115 "guestfish without this option, then list the partitions, filesystems and LVs "
21116 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
21117 "commands), or you can use the L<virt-filesystems(1)> program."
21118 msgstr ""
21119
21120 # type: textblock
21121 #. type: textblock
21122 #: ../fish/guestfish.pod:316
21123 msgid ""
21124 "Using this flag is mostly equivalent to using the C<mount-options> command "
21125 "or the C<mount-ro> command if the I<--ro> flag was given."
21126 msgstr ""
21127
21128 # type: =item
21129 #. type: =item
21130 #: ../fish/guestfish.pod:319
21131 msgid "B<-n>"
21132 msgstr ""
21133
21134 # type: =item
21135 #. type: =item
21136 #: ../fish/guestfish.pod:321
21137 msgid "B<--no-sync>"
21138 msgstr ""
21139
21140 # type: textblock
21141 #. type: textblock
21142 #: ../fish/guestfish.pod:323
21143 msgid ""
21144 "Disable autosync.  This is enabled by default.  See the discussion of "
21145 "autosync in the L<guestfs(3)> manpage."
21146 msgstr ""
21147
21148 # type: =item
21149 #. type: =item
21150 #: ../fish/guestfish.pod:326
21151 msgid "B<-N type>"
21152 msgstr ""
21153
21154 # type: =item
21155 #. type: =item
21156 #: ../fish/guestfish.pod:328
21157 msgid "B<--new type>"
21158 msgstr ""
21159
21160 # type: =item
21161 #. type: =item
21162 #: ../fish/guestfish.pod:330
21163 msgid "B<-N help>"
21164 msgstr ""
21165
21166 # type: textblock
21167 #. type: textblock
21168 #: ../fish/guestfish.pod:332
21169 msgid ""
21170 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
21171 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
21172 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
21173 "IMAGES> below."
21174 msgstr ""
21175
21176 # type: =item
21177 #. type: =item
21178 #: ../fish/guestfish.pod:337
21179 msgid "B<--progress-bars>"
21180 msgstr ""
21181
21182 # type: textblock
21183 #. type: textblock
21184 #: ../fish/guestfish.pod:339
21185 msgid "Enable progress bars, even when guestfish is used non-interactively."
21186 msgstr ""
21187
21188 # type: textblock
21189 #. type: textblock
21190 #: ../fish/guestfish.pod:341
21191 msgid ""
21192 "Progress bars are enabled by default when guestfish is used as an "
21193 "interactive shell."
21194 msgstr ""
21195
21196 # type: =item
21197 #. type: =item
21198 #: ../fish/guestfish.pod:344
21199 msgid "B<--no-progress-bars>"
21200 msgstr ""
21201
21202 # type: textblock
21203 #. type: textblock
21204 #: ../fish/guestfish.pod:346
21205 msgid "Disable progress bars."
21206 msgstr ""
21207
21208 # type: =item
21209 #. type: =item
21210 #: ../fish/guestfish.pod:348
21211 msgid "B<--remote[=pid]>"
21212 msgstr ""
21213
21214 # type: textblock
21215 #. type: textblock
21216 #: ../fish/guestfish.pod:350
21217 msgid ""
21218 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
21219 "CONTROL GUESTFISH OVER A SOCKET> below."
21220 msgstr ""
21221
21222 # type: =item
21223 #. type: =item
21224 #: ../fish/guestfish.pod:353
21225 msgid "B<-r>"
21226 msgstr ""
21227
21228 # type: =item
21229 #. type: =item
21230 #: ../fish/guestfish.pod:355
21231 msgid "B<--ro>"
21232 msgstr ""
21233
21234 # type: textblock
21235 #. type: textblock
21236 #: ../fish/guestfish.pod:357
21237 msgid ""
21238 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
21239 "mounts are done read-only."
21240 msgstr ""
21241
21242 # type: textblock
21243 #. type: textblock
21244 #: ../fish/guestfish.pod:360
21245 msgid ""
21246 "The option must always be used if the disk image or virtual machine might be "
21247 "running, and is generally recommended in cases where you don't need write "
21248 "access to the disk."
21249 msgstr ""
21250
21251 # type: textblock
21252 #. type: textblock
21253 #: ../fish/guestfish.pod:364
21254 msgid ""
21255 "Note that prepared disk images created with I<-N> are not affected by this "
21256 "option.  Also commands like C<add> are not affected - you have to specify "
21257 "the C<readonly:true> option explicitly if you need it."
21258 msgstr ""
21259
21260 # type: textblock
21261 #. type: textblock
21262 #: ../fish/guestfish.pod:368
21263 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
21264 msgstr ""
21265
21266 # type: =item
21267 #. type: =item
21268 #: ../fish/guestfish.pod:370 ../fuse/guestmount.pod:208
21269 msgid "B<--selinux>"
21270 msgstr ""
21271
21272 # type: textblock
21273 #. type: textblock
21274 #: ../fish/guestfish.pod:372
21275 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
21276 msgstr ""
21277
21278 # type: =item
21279 #. type: =item
21280 #: ../fish/guestfish.pod:374
21281 msgid "B<-v>"
21282 msgstr ""
21283
21284 # type: =item
21285 #. type: =item
21286 #: ../fish/guestfish.pod:376
21287 msgid "B<--verbose>"
21288 msgstr ""
21289
21290 # type: textblock
21291 #. type: textblock
21292 #: ../fish/guestfish.pod:378
21293 msgid ""
21294 "Enable very verbose messages.  This is particularly useful if you find a bug."
21295 msgstr ""
21296
21297 # type: =item
21298 #. type: =item
21299 #: ../fish/guestfish.pod:381
21300 msgid "B<-V>"
21301 msgstr ""
21302
21303 # type: =item
21304 #. type: =item
21305 #: ../fish/guestfish.pod:383 ../tools/virt-edit.pl:88
21306 #: ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270
21307 #: ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:114
21308 #: ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
21309 msgid "B<--version>"
21310 msgstr ""
21311
21312 # type: textblock
21313 #. type: textblock
21314 #: ../fish/guestfish.pod:385
21315 msgid "Display the guestfish / libguestfs version number and exit."
21316 msgstr ""
21317
21318 # type: =item
21319 #. type: =item
21320 #: ../fish/guestfish.pod:387
21321 msgid "B<-w>"
21322 msgstr ""
21323
21324 # type: =item
21325 #. type: =item
21326 #: ../fish/guestfish.pod:389
21327 msgid "B<--rw>"
21328 msgstr ""
21329
21330 # type: textblock
21331 #. type: textblock
21332 #: ../fish/guestfish.pod:391
21333 msgid ""
21334 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
21335 "WRITE> below."
21336 msgstr ""
21337
21338 # type: =item
21339 #. type: =item
21340 #: ../fish/guestfish.pod:394
21341 msgid "B<-x>"
21342 msgstr ""
21343
21344 # type: textblock
21345 #. type: textblock
21346 #: ../fish/guestfish.pod:396
21347 msgid "Echo each command before executing it."
21348 msgstr ""
21349
21350 # type: =head1
21351 #. type: =head1
21352 #: ../fish/guestfish.pod:400
21353 msgid "COMMANDS ON COMMAND LINE"
21354 msgstr ""
21355
21356 # type: textblock
21357 #. type: textblock
21358 #: ../fish/guestfish.pod:402
21359 msgid ""
21360 "Any additional (non-option) arguments are treated as commands to execute."
21361 msgstr ""
21362
21363 # type: textblock
21364 #. type: textblock
21365 #: ../fish/guestfish.pod:405
21366 msgid ""
21367 "Commands to execute should be separated by a colon (C<:>), where the colon "
21368 "is a separate parameter.  Thus:"
21369 msgstr ""
21370
21371 # type: verbatim
21372 #. type: verbatim
21373 #: ../fish/guestfish.pod:408
21374 #, no-wrap
21375 msgid ""
21376 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
21377 "\n"
21378 msgstr ""
21379
21380 # type: textblock
21381 #. type: textblock
21382 #: ../fish/guestfish.pod:410
21383 msgid ""
21384 "If there are no additional arguments, then we enter a shell, either an "
21385 "interactive shell with a prompt (if the input is a terminal) or a non-"
21386 "interactive shell."
21387 msgstr ""
21388
21389 # type: textblock
21390 #. type: textblock
21391 #: ../fish/guestfish.pod:414
21392 msgid ""
21393 "In either command line mode or non-interactive shell, the first command that "
21394 "gives an error causes the whole shell to exit.  In interactive mode (with a "
21395 "prompt) if a command fails, you can continue to enter commands."
21396 msgstr ""
21397
21398 # type: =head1
21399 #. type: =head1
21400 #: ../fish/guestfish.pod:419
21401 msgid "USING launch (OR run)"
21402 msgstr ""
21403
21404 # type: textblock
21405 #. type: textblock
21406 #: ../fish/guestfish.pod:421
21407 msgid ""
21408 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
21409 "then launch it, then mount any disks you need, and finally issue actions/"
21410 "commands.  So the general order of the day is:"
21411 msgstr ""
21412
21413 # type: textblock
21414 #. type: textblock
21415 #: ../fish/guestfish.pod:429
21416 msgid "add or -a/--add"
21417 msgstr ""
21418
21419 # type: textblock
21420 #. type: textblock
21421 #: ../fish/guestfish.pod:433
21422 msgid "launch (aka run)"
21423 msgstr ""
21424
21425 # type: textblock
21426 #. type: textblock
21427 #: ../fish/guestfish.pod:437
21428 msgid "mount or -m/--mount"
21429 msgstr ""
21430
21431 # type: textblock
21432 #. type: textblock
21433 #: ../fish/guestfish.pod:441
21434 msgid "any other commands"
21435 msgstr ""
21436
21437 # type: textblock
21438 #. type: textblock
21439 #: ../fish/guestfish.pod:445
21440 msgid ""
21441 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
21442 "guest before mounting or performing any other commands."
21443 msgstr ""
21444
21445 # type: textblock
21446 #. type: textblock
21447 #: ../fish/guestfish.pod:448
21448 msgid ""
21449 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
21450 "I<--new> options were given then C<run> is done automatically, simply "
21451 "because guestfish can't perform the action you asked for without doing this."
21452 msgstr ""
21453
21454 # type: =head1
21455 #. type: =head1
21456 #: ../fish/guestfish.pod:453
21457 msgid "OPENING DISKS FOR READ AND WRITE"
21458 msgstr ""
21459
21460 # type: textblock
21461 #. type: textblock
21462 #: ../fish/guestfish.pod:455
21463 msgid ""
21464 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
21465 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
21466 "open disk images read-only or for writing."
21467 msgstr ""
21468
21469 # type: textblock
21470 #. type: textblock
21471 #: ../fish/guestfish.pod:459
21472 msgid ""
21473 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
21474 "disk images supplied on the command line for write.  To open a disk image "
21475 "read-only you have to do I<-a image --ro>."
21476 msgstr ""
21477
21478 # type: textblock
21479 #. type: textblock
21480 #: ../fish/guestfish.pod:463
21481 msgid ""
21482 "This matters: If you accidentally open a live VM disk image writable then "
21483 "you will cause irreversible disk corruption."
21484 msgstr ""
21485
21486 #. type: textblock
21487 #: ../fish/guestfish.pod:466
21488 msgid ""
21489 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
21490 "images will be opened read-only.  You will have to either specify "
21491 "I<guestfish --rw> or change a configuration file in order to get write "
21492 "access for disk images specified by those other command line options."
21493 msgstr ""
21494
21495 # type: textblock
21496 #. type: textblock
21497 #: ../fish/guestfish.pod:471
21498 msgid ""
21499 "This version of guestfish has a I<--rw> option which does nothing (it is "
21500 "already the default).  However it is highly recommended that you use this "
21501 "option to indicate that guestfish needs write access, and to prepare your "
21502 "scripts for the day when this option will be required for write access."
21503 msgstr ""
21504
21505 # type: textblock
21506 #. type: textblock
21507 #: ../fish/guestfish.pod:477
21508 msgid ""
21509 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
21510 "other libguestfs program apart from guestfish and guestmount."
21511 msgstr ""
21512
21513 # type: =head1
21514 #. type: =head1
21515 #: ../fish/guestfish.pod:480
21516 msgid "QUOTING"
21517 msgstr ""
21518
21519 # type: textblock
21520 #. type: textblock
21521 #: ../fish/guestfish.pod:482
21522 msgid ""
21523 "You can quote ordinary parameters using either single or double quotes.  For "
21524 "example:"
21525 msgstr ""
21526
21527 # type: verbatim
21528 #. type: verbatim
21529 #: ../fish/guestfish.pod:485
21530 #, no-wrap
21531 msgid ""
21532 " add \"file with a space.img\"\n"
21533 "\n"
21534 msgstr ""
21535
21536 # type: verbatim
21537 #. type: verbatim
21538 #: ../fish/guestfish.pod:487
21539 #, no-wrap
21540 msgid ""
21541 " rm '/file name'\n"
21542 "\n"
21543 msgstr ""
21544
21545 # type: verbatim
21546 #. type: verbatim
21547 #: ../fish/guestfish.pod:489
21548 #, no-wrap
21549 msgid ""
21550 " rm '/\"'\n"
21551 "\n"
21552 msgstr ""
21553
21554 # type: textblock
21555 #. type: textblock
21556 #: ../fish/guestfish.pod:491
21557 msgid ""
21558 "A few commands require a list of strings to be passed.  For these, use a "
21559 "whitespace-separated list, enclosed in quotes.  Strings containing "
21560 "whitespace to be passed through must be enclosed in single quotes.  A "
21561 "literal single quote must be escaped with a backslash."
21562 msgstr ""
21563
21564 # type: verbatim
21565 #. type: verbatim
21566 #: ../fish/guestfish.pod:496
21567 #, no-wrap
21568 msgid ""
21569 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
21570 " command \"/bin/echo 'foo      bar'\"\n"
21571 " command \"/bin/echo \\'foo\\'\"\n"
21572 "\n"
21573 msgstr ""
21574
21575 # type: =head1
21576 #. type: =head1
21577 #: ../fish/guestfish.pod:500
21578 msgid "OPTIONAL ARGUMENTS"
21579 msgstr ""
21580
21581 # type: textblock
21582 #. type: textblock
21583 #: ../fish/guestfish.pod:502
21584 msgid ""
21585 "Some commands take optional arguments.  These arguments appear in this "
21586 "documentation as C<[argname:..]>.  You can use them as in these examples:"
21587 msgstr ""
21588
21589 # type: verbatim
21590 #. type: verbatim
21591 #: ../fish/guestfish.pod:506
21592 #, no-wrap
21593 msgid ""
21594 " add-drive-opts filename\n"
21595 "\n"
21596 msgstr ""
21597
21598 # type: verbatim
21599 #. type: verbatim
21600 #: ../fish/guestfish.pod:508
21601 #, no-wrap
21602 msgid ""
21603 " add-drive-opts filename readonly:true\n"
21604 "\n"
21605 msgstr ""
21606
21607 # type: verbatim
21608 #. type: verbatim
21609 #: ../fish/guestfish.pod:510
21610 #, no-wrap
21611 msgid ""
21612 " add-drive-opts filename format:qcow2 readonly:false\n"
21613 "\n"
21614 msgstr ""
21615
21616 # type: textblock
21617 #. type: textblock
21618 #: ../fish/guestfish.pod:512
21619 msgid ""
21620 "Each optional argument can appear at most once.  All optional arguments must "
21621 "appear after the required ones."
21622 msgstr ""
21623
21624 # type: =head1
21625 #. type: =head1
21626 #: ../fish/guestfish.pod:515
21627 msgid "NUMBERS"
21628 msgstr ""
21629
21630 # type: textblock
21631 #. type: textblock
21632 #: ../fish/guestfish.pod:517
21633 msgid ""
21634 "This section applies to all commands which can take integers as parameters."
21635 msgstr ""
21636
21637 # type: =head2
21638 #. type: =head2
21639 #: ../fish/guestfish.pod:520
21640 msgid "SIZE SUFFIX"
21641 msgstr ""
21642
21643 # type: textblock
21644 #. type: textblock
21645 #: ../fish/guestfish.pod:522
21646 msgid ""
21647 "When the command takes a parameter measured in bytes, you can use one of the "
21648 "following suffixes to specify kilobytes, megabytes and larger sizes:"
21649 msgstr ""
21650
21651 # type: =item
21652 #. type: =item
21653 #: ../fish/guestfish.pod:528
21654 msgid "B<k> or B<K> or B<KiB>"
21655 msgstr ""
21656
21657 # type: textblock
21658 #. type: textblock
21659 #: ../fish/guestfish.pod:530
21660 msgid "The size in kilobytes (multiplied by 1024)."
21661 msgstr ""
21662
21663 # type: =item
21664 #. type: =item
21665 #: ../fish/guestfish.pod:532
21666 msgid "B<KB>"
21667 msgstr ""
21668
21669 # type: textblock
21670 #. type: textblock
21671 #: ../fish/guestfish.pod:534
21672 msgid "The size in SI 1000 byte units."
21673 msgstr ""
21674
21675 # type: =item
21676 #. type: =item
21677 #: ../fish/guestfish.pod:536
21678 msgid "B<M> or B<MiB>"
21679 msgstr ""
21680
21681 # type: textblock
21682 #. type: textblock
21683 #: ../fish/guestfish.pod:538
21684 msgid "The size in megabytes (multiplied by 1048576)."
21685 msgstr ""
21686
21687 # type: =item
21688 #. type: =item
21689 #: ../fish/guestfish.pod:540
21690 msgid "B<MB>"
21691 msgstr ""
21692
21693 # type: textblock
21694 #. type: textblock
21695 #: ../fish/guestfish.pod:542
21696 msgid "The size in SI 1000000 byte units."
21697 msgstr ""
21698
21699 # type: =item
21700 #. type: =item
21701 #: ../fish/guestfish.pod:544
21702 msgid "B<G> or B<GiB>"
21703 msgstr ""
21704
21705 # type: textblock
21706 #. type: textblock
21707 #: ../fish/guestfish.pod:546
21708 msgid "The size in gigabytes (multiplied by 2**30)."
21709 msgstr ""
21710
21711 # type: =item
21712 #. type: =item
21713 #: ../fish/guestfish.pod:548
21714 msgid "B<GB>"
21715 msgstr ""
21716
21717 # type: textblock
21718 #. type: textblock
21719 #: ../fish/guestfish.pod:550
21720 msgid "The size in SI 10**9 byte units."
21721 msgstr ""
21722
21723 # type: =item
21724 #. type: =item
21725 #: ../fish/guestfish.pod:552
21726 msgid "B<T> or B<TiB>"
21727 msgstr ""
21728
21729 # type: textblock
21730 #. type: textblock
21731 #: ../fish/guestfish.pod:554
21732 msgid "The size in terabytes (multiplied by 2**40)."
21733 msgstr ""
21734
21735 # type: =item
21736 #. type: =item
21737 #: ../fish/guestfish.pod:556
21738 msgid "B<TB>"
21739 msgstr ""
21740
21741 # type: textblock
21742 #. type: textblock
21743 #: ../fish/guestfish.pod:558
21744 msgid "The size in SI 10**12 byte units."
21745 msgstr ""
21746
21747 # type: =item
21748 #. type: =item
21749 #: ../fish/guestfish.pod:560
21750 msgid "B<P> or B<PiB>"
21751 msgstr ""
21752
21753 # type: textblock
21754 #. type: textblock
21755 #: ../fish/guestfish.pod:562
21756 msgid "The size in petabytes (multiplied by 2**50)."
21757 msgstr ""
21758
21759 # type: =item
21760 #. type: =item
21761 #: ../fish/guestfish.pod:564
21762 msgid "B<PB>"
21763 msgstr ""
21764
21765 # type: textblock
21766 #. type: textblock
21767 #: ../fish/guestfish.pod:566
21768 msgid "The size in SI 10**15 byte units."
21769 msgstr ""
21770
21771 # type: =item
21772 #. type: =item
21773 #: ../fish/guestfish.pod:568
21774 msgid "B<E> or B<EiB>"
21775 msgstr ""
21776
21777 # type: textblock
21778 #. type: textblock
21779 #: ../fish/guestfish.pod:570
21780 msgid "The size in exabytes (multiplied by 2**60)."
21781 msgstr ""
21782
21783 # type: =item
21784 #. type: =item
21785 #: ../fish/guestfish.pod:572
21786 msgid "B<EB>"
21787 msgstr ""
21788
21789 # type: textblock
21790 #. type: textblock
21791 #: ../fish/guestfish.pod:574
21792 msgid "The size in SI 10**18 byte units."
21793 msgstr ""
21794
21795 # type: =item
21796 #. type: =item
21797 #: ../fish/guestfish.pod:576
21798 msgid "B<Z> or B<ZiB>"
21799 msgstr ""
21800
21801 # type: textblock
21802 #. type: textblock
21803 #: ../fish/guestfish.pod:578
21804 msgid "The size in zettabytes (multiplied by 2**70)."
21805 msgstr ""
21806
21807 # type: =item
21808 #. type: =item
21809 #: ../fish/guestfish.pod:580
21810 msgid "B<ZB>"
21811 msgstr ""
21812
21813 # type: textblock
21814 #. type: textblock
21815 #: ../fish/guestfish.pod:582
21816 msgid "The size in SI 10**21 byte units."
21817 msgstr ""
21818
21819 # type: =item
21820 #. type: =item
21821 #: ../fish/guestfish.pod:584
21822 msgid "B<Y> or B<YiB>"
21823 msgstr ""
21824
21825 # type: textblock
21826 #. type: textblock
21827 #: ../fish/guestfish.pod:586
21828 msgid "The size in yottabytes (multiplied by 2**80)."
21829 msgstr ""
21830
21831 # type: =item
21832 #. type: =item
21833 #: ../fish/guestfish.pod:588
21834 msgid "B<YB>"
21835 msgstr ""
21836
21837 # type: textblock
21838 #. type: textblock
21839 #: ../fish/guestfish.pod:590
21840 msgid "The size in SI 10**24 byte units."
21841 msgstr ""
21842
21843 # type: verbatim
21844 #. type: verbatim
21845 #: ../fish/guestfish.pod:596
21846 #, no-wrap
21847 msgid ""
21848 " truncate-size /file 1G\n"
21849 "\n"
21850 msgstr ""
21851
21852 # type: textblock
21853 #. type: textblock
21854 #: ../fish/guestfish.pod:598
21855 msgid "would truncate the file to 1 gigabyte."
21856 msgstr ""
21857
21858 # type: textblock
21859 #. type: textblock
21860 #: ../fish/guestfish.pod:600
21861 msgid ""
21862 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
21863 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
21864 "suffix will probably not do what you expect."
21865 msgstr ""
21866
21867 # type: =head2
21868 #. type: =head2
21869 #: ../fish/guestfish.pod:604
21870 msgid "OCTAL AND HEXADECIMAL NUMBERS"
21871 msgstr ""
21872
21873 # type: textblock
21874 #. type: textblock
21875 #: ../fish/guestfish.pod:606
21876 msgid ""
21877 "For specifying the radix (base) use the C convention: C<0> to prefix an "
21878 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
21879 msgstr ""
21880
21881 # type: verbatim
21882 #. type: verbatim
21883 #: ../fish/guestfish.pod:609
21884 #, no-wrap
21885 msgid ""
21886 " 1234      decimal number 1234\n"
21887 " 02322     octal number, equivalent to decimal 1234\n"
21888 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
21889 "\n"
21890 msgstr ""
21891
21892 # type: textblock
21893 #. type: textblock
21894 #: ../fish/guestfish.pod:613
21895 msgid ""
21896 "When using the C<chmod> command, you almost always want to specify an octal "
21897 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
21898 "L<chmod(1)> program):"
21899 msgstr ""
21900
21901 # type: verbatim
21902 #. type: verbatim
21903 #: ../fish/guestfish.pod:617
21904 #, no-wrap
21905 msgid ""
21906 " chmod 0777 /public  # OK\n"
21907 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
21908 "\n"
21909 msgstr ""
21910
21911 # type: textblock
21912 #. type: textblock
21913 #: ../fish/guestfish.pod:620
21914 msgid ""
21915 "Commands that return numbers usually print them in decimal, but some "
21916 "commands print numbers in other radices (eg. C<umask> prints the mode in "
21917 "octal, preceeded by C<0>)."
21918 msgstr ""
21919
21920 # type: =head1
21921 #. type: =head1
21922 #: ../fish/guestfish.pod:624
21923 msgid "WILDCARDS AND GLOBBING"
21924 msgstr ""
21925
21926 # type: textblock
21927 #. type: textblock
21928 #: ../fish/guestfish.pod:626
21929 msgid ""
21930 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
21931 "(globbing) by default.  So for example the following will not do what you "
21932 "expect:"
21933 msgstr ""
21934
21935 # type: verbatim
21936 #. type: verbatim
21937 #: ../fish/guestfish.pod:630
21938 #, no-wrap
21939 msgid ""
21940 " rm-rf /home/*\n"
21941 "\n"
21942 msgstr ""
21943
21944 # type: textblock
21945 #. type: textblock
21946 #: ../fish/guestfish.pod:632
21947 msgid ""
21948 "Assuming you don't have a directory called literally C</home/*> then the "
21949 "above command will return an error."
21950 msgstr ""
21951
21952 # type: textblock
21953 #. type: textblock
21954 #: ../fish/guestfish.pod:635
21955 msgid "To perform wildcard expansion, use the C<glob> command."
21956 msgstr ""
21957
21958 # type: verbatim
21959 #. type: verbatim
21960 #: ../fish/guestfish.pod:637
21961 #, no-wrap
21962 msgid ""
21963 " glob rm-rf /home/*\n"
21964 "\n"
21965 msgstr ""
21966
21967 # type: textblock
21968 #. type: textblock
21969 #: ../fish/guestfish.pod:639
21970 msgid ""
21971 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
21972 "many times), equivalent to:"
21973 msgstr ""
21974
21975 # type: verbatim
21976 #. type: verbatim
21977 #: ../fish/guestfish.pod:642
21978 #, no-wrap
21979 msgid ""
21980 " rm-rf /home/jim\n"
21981 " rm-rf /home/joe\n"
21982 " rm-rf /home/mary\n"
21983 "\n"
21984 msgstr ""
21985
21986 # type: textblock
21987 #. type: textblock
21988 #: ../fish/guestfish.pod:646
21989 msgid "C<glob> only works on simple guest paths and not on device names."
21990 msgstr ""
21991
21992 # type: textblock
21993 #. type: textblock
21994 #: ../fish/guestfish.pod:648
21995 msgid ""
21996 "If you have several parameters, each containing a wildcard, then glob will "
21997 "perform a Cartesian product."
21998 msgstr ""
21999
22000 # type: =head1
22001 #. type: =head1
22002 #: ../fish/guestfish.pod:651
22003 msgid "COMMENTS"
22004 msgstr ""
22005
22006 # type: textblock
22007 #. type: textblock
22008 #: ../fish/guestfish.pod:653
22009 msgid ""
22010 "Any line which starts with a I<#> character is treated as a comment and "
22011 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
22012 "a command.  For example:"
22013 msgstr ""
22014
22015 # type: verbatim
22016 #. type: verbatim
22017 #: ../fish/guestfish.pod:657
22018 #, no-wrap
22019 msgid ""
22020 " # this is a comment\n"
22021 "         # this is a comment\n"
22022 " foo # NOT a comment\n"
22023 "\n"
22024 msgstr ""
22025
22026 # type: textblock
22027 #. type: textblock
22028 #: ../fish/guestfish.pod:661
22029 msgid "Blank lines are also ignored."
22030 msgstr ""
22031
22032 # type: =head1
22033 #. type: =head1
22034 #: ../fish/guestfish.pod:663
22035 msgid "RUNNING COMMANDS LOCALLY"
22036 msgstr ""
22037
22038 # type: textblock
22039 #. type: textblock
22040 #: ../fish/guestfish.pod:665
22041 msgid ""
22042 "Any line which starts with a I<!> character is treated as a command sent to "
22043 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
22044 msgstr ""
22045
22046 # type: verbatim
22047 #. type: verbatim
22048 #: ../fish/guestfish.pod:669
22049 #, no-wrap
22050 msgid ""
22051 " !mkdir local\n"
22052 " tgz-out /remote local/remote-data.tar.gz\n"
22053 "\n"
22054 msgstr ""
22055
22056 # type: textblock
22057 #. type: textblock
22058 #: ../fish/guestfish.pod:672
22059 msgid ""
22060 "will create a directory C<local> on the host, and then export the contents "
22061 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
22062 "(See C<tgz-out>)."
22063 msgstr ""
22064
22065 # type: textblock
22066 #. type: textblock
22067 #: ../fish/guestfish.pod:676
22068 msgid ""
22069 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
22070 "effect, due to the way that subprocesses work in Unix."
22071 msgstr ""
22072
22073 # type: =head1
22074 #. type: =head1
22075 #: ../fish/guestfish.pod:679
22076 msgid "PIPES"
22077 msgstr ""
22078
22079 # type: textblock
22080 #. type: textblock
22081 #: ../fish/guestfish.pod:681
22082 msgid ""
22083 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
22084 "command (a guestfish command) to the second command (any host command).  For "
22085 "example:"
22086 msgstr ""
22087
22088 # type: verbatim
22089 #. type: verbatim
22090 #: ../fish/guestfish.pod:685
22091 #, no-wrap
22092 msgid ""
22093 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
22094 "\n"
22095 msgstr ""
22096
22097 # type: textblock
22098 #. type: textblock
22099 #: ../fish/guestfish.pod:687
22100 msgid ""
22101 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
22102 "program).  The above command would list all accounts in the guest filesystem "
22103 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
22104 msgstr ""
22105
22106 # type: verbatim
22107 #. type: verbatim
22108 #: ../fish/guestfish.pod:692
22109 #, no-wrap
22110 msgid ""
22111 " hexdump /bin/ls | head\n"
22112 " list-devices | tail -1\n"
22113 " tgz-out / - | tar ztf -\n"
22114 "\n"
22115 msgstr ""
22116
22117 # type: textblock
22118 #. type: textblock
22119 #: ../fish/guestfish.pod:696
22120 msgid ""
22121 "The space before the pipe symbol is required, any space after the pipe "
22122 "symbol is optional.  Everything after the pipe symbol is just passed "
22123 "straight to the host shell, so it can contain redirections, globs and "
22124 "anything else that makes sense on the host side."
22125 msgstr ""
22126
22127 # type: textblock
22128 #. type: textblock
22129 #: ../fish/guestfish.pod:701
22130 msgid ""
22131 "To use a literal argument which begins with a pipe symbol, you have to quote "
22132 "it, eg:"
22133 msgstr ""
22134
22135 # type: verbatim
22136 #. type: verbatim
22137 #: ../fish/guestfish.pod:704
22138 #, no-wrap
22139 msgid ""
22140 " echo \"|\"\n"
22141 "\n"
22142 msgstr ""
22143
22144 # type: =head1
22145 #. type: =head1
22146 #: ../fish/guestfish.pod:706
22147 msgid "HOME DIRECTORIES"
22148 msgstr ""
22149
22150 # type: textblock
22151 #. type: textblock
22152 #: ../fish/guestfish.pod:708
22153 msgid ""
22154 "If a parameter starts with the character C<~> then the tilde may be expanded "
22155 "as a home directory path (either C<~> for the current user's home directory, "
22156 "or C<~user> for another user)."
22157 msgstr ""
22158
22159 # type: textblock
22160 #. type: textblock
22161 #: ../fish/guestfish.pod:712
22162 msgid ""
22163 "Note that home directory expansion happens for users known I<on the host>, "
22164 "not in the guest filesystem."
22165 msgstr ""
22166
22167 # type: textblock
22168 #. type: textblock
22169 #: ../fish/guestfish.pod:715
22170 msgid ""
22171 "To use a literal argument which begins with a tilde, you have to quote it, "
22172 "eg:"
22173 msgstr ""
22174
22175 # type: verbatim
22176 #. type: verbatim
22177 #: ../fish/guestfish.pod:718
22178 #, no-wrap
22179 msgid ""
22180 " echo \"~\"\n"
22181 "\n"
22182 msgstr ""
22183
22184 # type: textblock
22185 #. type: textblock
22186 #: ../fish/guestfish.pod:722
22187 msgid ""
22188 "Libguestfs has some support for Linux guests encrypted according to the "
22189 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
22190 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
22191 "LUKS is supported."
22192 msgstr ""
22193
22194 # type: textblock
22195 #. type: textblock
22196 #: ../fish/guestfish.pod:727
22197 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
22198 msgstr ""
22199
22200 # type: verbatim
22201 #. type: verbatim
22202 #: ../fish/guestfish.pod:729
22203 #, no-wrap
22204 msgid ""
22205 " ><fs> vfs-type /dev/sda2\n"
22206 " crypto_LUKS\n"
22207 "\n"
22208 msgstr ""
22209
22210 # type: textblock
22211 #. type: textblock
22212 #: ../fish/guestfish.pod:732
22213 msgid ""
22214 "Then open those devices using L</luks-open>.  This creates a device-mapper "
22215 "device called C</dev/mapper/luksdev>."
22216 msgstr ""
22217
22218 # type: verbatim
22219 #. type: verbatim
22220 #: ../fish/guestfish.pod:735
22221 #, no-wrap
22222 msgid ""
22223 " ><fs> luks-open /dev/sda2 luksdev\n"
22224 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
22225 "\n"
22226 msgstr ""
22227
22228 # type: textblock
22229 #. type: textblock
22230 #: ../fish/guestfish.pod:738
22231 msgid ""
22232 "Finally you have to tell LVM to scan for volume groups on the newly created "
22233 "mapper device:"
22234 msgstr ""
22235
22236 # type: verbatim
22237 #. type: verbatim
22238 #: ../fish/guestfish.pod:741
22239 #, no-wrap
22240 msgid ""
22241 " vgscan\n"
22242 " vg-activate-all true\n"
22243 "\n"
22244 msgstr ""
22245
22246 # type: textblock
22247 #. type: textblock
22248 #: ../fish/guestfish.pod:744
22249 msgid "The logical volume(s) can now be mounted in the usual way."
22250 msgstr ""
22251
22252 # type: textblock
22253 #. type: textblock
22254 #: ../fish/guestfish.pod:746
22255 msgid ""
22256 "Before closing a LUKS device you must unmount any logical volumes on it and "
22257 "deactivate the volume groups by calling C<vg-activate false VG> on each "
22258 "one.  Then you can close the mapper device:"
22259 msgstr ""
22260
22261 # type: verbatim
22262 #. type: verbatim
22263 #: ../fish/guestfish.pod:750
22264 #, no-wrap
22265 msgid ""
22266 " vg-activate false /dev/VG\n"
22267 " luks-close /dev/mapper/luksdev\n"
22268 "\n"
22269 msgstr ""
22270
22271 # type: =head1
22272 #. type: =head1
22273 #: ../fish/guestfish.pod:753
22274 msgid "WINDOWS PATHS"
22275 msgstr ""
22276
22277 # type: textblock
22278 #. type: textblock
22279 #: ../fish/guestfish.pod:755
22280 msgid ""
22281 "If a path is prefixed with C<win:> then you can use Windows-style paths "
22282 "(with some limitations).  The following commands are equivalent:"
22283 msgstr ""
22284
22285 # type: verbatim
22286 #. type: verbatim
22287 #: ../fish/guestfish.pod:758
22288 #, no-wrap
22289 msgid ""
22290 " file /WINDOWS/system32/config/system.LOG\n"
22291 "\n"
22292 msgstr ""
22293
22294 # type: verbatim
22295 #. type: verbatim
22296 #: ../fish/guestfish.pod:760
22297 #, no-wrap
22298 msgid ""
22299 " file win:/windows/system32/config/system.log\n"
22300 "\n"
22301 msgstr ""
22302
22303 # type: verbatim
22304 #. type: verbatim
22305 #: ../fish/guestfish.pod:762
22306 #, no-wrap
22307 msgid ""
22308 " file win:\\windows\\system32\\config\\system.log\n"
22309 "\n"
22310 msgstr ""
22311
22312 # type: verbatim
22313 #. type: verbatim
22314 #: ../fish/guestfish.pod:764
22315 #, no-wrap
22316 msgid ""
22317 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
22318 "\n"
22319 msgstr ""
22320
22321 # type: textblock
22322 #. type: textblock
22323 #: ../fish/guestfish.pod:766
22324 msgid ""
22325 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
22326 "handles case insensitivity like Windows would.  This only works in argument "
22327 "positions that expect a path."
22328 msgstr ""
22329
22330 # type: =head1
22331 #. type: =head1
22332 #: ../fish/guestfish.pod:770
22333 msgid "UPLOADING AND DOWNLOADING FILES"
22334 msgstr ""
22335
22336 # type: textblock
22337 #. type: textblock
22338 #: ../fish/guestfish.pod:772
22339 msgid ""
22340 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
22341 "others which upload from or download to a local file, you can use the "
22342 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
22343 msgstr ""
22344
22345 # type: verbatim
22346 #. type: verbatim
22347 #: ../fish/guestfish.pod:776
22348 #, no-wrap
22349 msgid ""
22350 " upload - /foo\n"
22351 "\n"
22352 msgstr ""
22353
22354 # type: textblock
22355 #. type: textblock
22356 #: ../fish/guestfish.pod:778
22357 msgid ""
22358 "reads stdin and creates from that a file C</foo> in the disk image, and:"
22359 msgstr ""
22360
22361 # type: verbatim
22362 #. type: verbatim
22363 #: ../fish/guestfish.pod:781
22364 #, no-wrap
22365 msgid ""
22366 " tar-out /etc - | tar tf -\n"
22367 "\n"
22368 msgstr ""
22369
22370 # type: textblock
22371 #. type: textblock
22372 #: ../fish/guestfish.pod:783
22373 msgid ""
22374 "writes the tarball to stdout and then pipes that into the external \"tar\" "
22375 "command (see L</PIPES>)."
22376 msgstr ""
22377
22378 # type: textblock
22379 #. type: textblock
22380 #: ../fish/guestfish.pod:786
22381 msgid ""
22382 "When using C<-> to read from stdin, the input is read up to the end of "
22383 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
22384 "some arbitrary end marker:"
22385 msgstr ""
22386
22387 # type: verbatim
22388 #. type: verbatim
22389 #: ../fish/guestfish.pod:790
22390 #, no-wrap
22391 msgid ""
22392 " upload -<<END /foo\n"
22393 " input line 1\n"
22394 " input line 2\n"
22395 " input line 3\n"
22396 " END\n"
22397 "\n"
22398 msgstr ""
22399
22400 # type: textblock
22401 #. type: textblock
22402 #: ../fish/guestfish.pod:796
22403 msgid ""
22404 "Any string of characters can be used instead of C<END>.  The end marker must "
22405 "appear on a line of its own, without any preceeding or following characters "
22406 "(not even spaces)."
22407 msgstr ""
22408
22409 # type: textblock
22410 #. type: textblock
22411 #: ../fish/guestfish.pod:800
22412 msgid ""
22413 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
22414 "upload local files (so-called \"FileIn\" parameters in the generator)."
22415 msgstr ""
22416
22417 # type: =head1
22418 #. type: =head1
22419 #: ../fish/guestfish.pod:803
22420 msgid "EXIT ON ERROR BEHAVIOUR"
22421 msgstr ""
22422
22423 # type: textblock
22424 #. type: textblock
22425 #: ../fish/guestfish.pod:805
22426 msgid ""
22427 "By default, guestfish will ignore any errors when in interactive mode (ie. "
22428 "taking commands from a human over a tty), and will exit on the first error "
22429 "in non-interactive mode (scripts, commands given on the command line)."
22430 msgstr ""
22431
22432 # type: textblock
22433 #. type: textblock
22434 #: ../fish/guestfish.pod:810
22435 msgid ""
22436 "If you prefix a command with a I<-> character, then that command will not "
22437 "cause guestfish to exit, even if that (one) command returns an error."
22438 msgstr ""
22439
22440 # type: =head1
22441 #. type: =head1
22442 #: ../fish/guestfish.pod:814
22443 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
22444 msgstr ""
22445
22446 # type: textblock
22447 #. type: textblock
22448 #: ../fish/guestfish.pod:816
22449 msgid ""
22450 "Guestfish can be remote-controlled over a socket.  This is useful "
22451 "particularly in shell scripts where you want to make several different "
22452 "changes to a filesystem, but you don't want the overhead of starting up a "
22453 "guestfish process each time."
22454 msgstr ""
22455
22456 # type: textblock
22457 #. type: textblock
22458 #: ../fish/guestfish.pod:821
22459 msgid "Start a guestfish server process using:"
22460 msgstr ""
22461
22462 # type: verbatim
22463 #. type: verbatim
22464 #: ../fish/guestfish.pod:823
22465 #, no-wrap
22466 msgid ""
22467 " eval \"`guestfish --listen`\"\n"
22468 "\n"
22469 msgstr ""
22470
22471 # type: textblock
22472 #. type: textblock
22473 #: ../fish/guestfish.pod:825
22474 msgid "and then send it commands by doing:"
22475 msgstr ""
22476
22477 # type: verbatim
22478 #. type: verbatim
22479 #: ../fish/guestfish.pod:827
22480 #, no-wrap
22481 msgid ""
22482 " guestfish --remote cmd [...]\n"
22483 "\n"
22484 msgstr ""
22485
22486 # type: textblock
22487 #. type: textblock
22488 #: ../fish/guestfish.pod:829
22489 msgid "To cause the server to exit, send it the exit command:"
22490 msgstr ""
22491
22492 # type: verbatim
22493 #. type: verbatim
22494 #: ../fish/guestfish.pod:831
22495 #, no-wrap
22496 msgid ""
22497 " guestfish --remote exit\n"
22498 "\n"
22499 msgstr ""
22500
22501 # type: textblock
22502 #. type: textblock
22503 #: ../fish/guestfish.pod:833
22504 msgid ""
22505 "Note that the server will normally exit if there is an error in a command.  "
22506 "You can change this in the usual way.  See section L</EXIT ON ERROR "
22507 "BEHAVIOUR>."
22508 msgstr ""
22509
22510 # type: =head2
22511 #. type: =head2
22512 #: ../fish/guestfish.pod:837
22513 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
22514 msgstr ""
22515
22516 # type: textblock
22517 #. type: textblock
22518 #: ../fish/guestfish.pod:839
22519 msgid ""
22520 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
22521 "is how the I<--remote> option knows where to send the commands.  You can "
22522 "have several guestfish listener processes running using:"
22523 msgstr ""
22524
22525 # type: verbatim
22526 #. type: verbatim
22527 #: ../fish/guestfish.pod:843
22528 #, no-wrap
22529 msgid ""
22530 " eval \"`guestfish --listen`\"\n"
22531 " pid1=$GUESTFISH_PID\n"
22532 " eval \"`guestfish --listen`\"\n"
22533 " pid2=$GUESTFISH_PID\n"
22534 " ...\n"
22535 " guestfish --remote=$pid1 cmd\n"
22536 " guestfish --remote=$pid2 cmd\n"
22537 "\n"
22538 msgstr ""
22539
22540 # type: =head2
22541 #. type: =head2
22542 #: ../fish/guestfish.pod:851
22543 msgid "REMOTE CONTROL AND CSH"
22544 msgstr ""
22545
22546 # type: textblock
22547 #. type: textblock
22548 #: ../fish/guestfish.pod:853
22549 msgid ""
22550 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
22551 "option:"
22552 msgstr ""
22553
22554 # type: verbatim
22555 #. type: verbatim
22556 #: ../fish/guestfish.pod:856
22557 #, no-wrap
22558 msgid ""
22559 " eval \"`guestfish --listen --csh`\"\n"
22560 "\n"
22561 msgstr ""
22562
22563 # type: =head2
22564 #. type: =head2
22565 #: ../fish/guestfish.pod:858
22566 msgid "REMOTE CONTROL DETAILS"
22567 msgstr ""
22568
22569 # type: textblock
22570 #. type: textblock
22571 #: ../fish/guestfish.pod:860
22572 msgid ""
22573 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
22574 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
22575 "and C<$PID> is the process ID of the server."
22576 msgstr ""
22577
22578 # type: textblock
22579 #. type: textblock
22580 #: ../fish/guestfish.pod:864
22581 msgid "Guestfish client and server versions must match exactly."
22582 msgstr ""
22583
22584 # type: =head1
22585 #. type: =head1
22586 #: ../fish/guestfish.pod:866
22587 msgid "PREPARED DISK IMAGES"
22588 msgstr ""
22589
22590 # type: textblock
22591 #. type: textblock
22592 #: ../fish/guestfish.pod:868
22593 msgid ""
22594 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
22595 "preformatted disk images that guestfish can make for you to save typing.  "
22596 "This is particularly useful for testing purposes.  This option is used "
22597 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
22598 "can be mixed with I<-a>)."
22599 msgstr ""
22600
22601 # type: textblock
22602 #. type: textblock
22603 #: ../fish/guestfish.pod:874
22604 msgid ""
22605 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
22606 "the second and so on.  Existing files in the current directory are "
22607 "I<overwritten>."
22608 msgstr ""
22609
22610 # type: textblock
22611 #. type: textblock
22612 #: ../fish/guestfish.pod:878
22613 msgid ""
22614 "The type briefly describes how the disk should be sized, partitioned, how "
22615 "filesystem(s) should be created, and how content should be added.  "
22616 "Optionally the type can be followed by extra parameters, separated by C<:> "
22617 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
22618 "allocated disk, containing a single partition, with the partition formatted "
22619 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
22620 "disk instead."
22621 msgstr ""
22622
22623 # type: textblock
22624 #. type: textblock
22625 #: ../fish/guestfish.pod:886
22626 msgid "To list the available types and any extra parameters they take, run:"
22627 msgstr ""
22628
22629 # type: textblock
22630 #. type: textblock
22631 #: ../fish/guestfish.pod:890
22632 msgid ""
22633 "Note that the prepared filesystem is not mounted.  You would usually have to "
22634 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
22635 msgstr ""
22636
22637 # type: textblock
22638 #. type: textblock
22639 #: ../fish/guestfish.pod:894
22640 msgid ""
22641 "If any I<-N> or I<--new> options are given, the guest is automatically "
22642 "launched."
22643 msgstr ""
22644
22645 # type: textblock
22646 #. type: textblock
22647 #: ../fish/guestfish.pod:899
22648 msgid "Create a 100MB disk with an ext4-formatted partition:"
22649 msgstr ""
22650
22651 # type: verbatim
22652 #. type: verbatim
22653 #: ../fish/guestfish.pod:901
22654 #, no-wrap
22655 msgid ""
22656 " guestfish -N fs:ext4\n"
22657 "\n"
22658 msgstr ""
22659
22660 # type: textblock
22661 #. type: textblock
22662 #: ../fish/guestfish.pod:903
22663 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
22664 msgstr ""
22665
22666 # type: verbatim
22667 #. type: verbatim
22668 #: ../fish/guestfish.pod:905
22669 #, no-wrap
22670 msgid ""
22671 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
22672 "\n"
22673 msgstr ""
22674
22675 # type: textblock
22676 #. type: textblock
22677 #: ../fish/guestfish.pod:907
22678 msgid "Create a blank 200MB disk:"
22679 msgstr ""
22680
22681 # type: verbatim
22682 #. type: verbatim
22683 #: ../fish/guestfish.pod:909
22684 #, no-wrap
22685 msgid ""
22686 " guestfish -N disk:200M\n"
22687 "\n"
22688 msgstr ""
22689
22690 # type: =head1
22691 #. type: =head1
22692 #: ../fish/guestfish.pod:911
22693 msgid "PROGRESS BARS"
22694 msgstr ""
22695
22696 # type: textblock
22697 #. type: textblock
22698 #: ../fish/guestfish.pod:913
22699 msgid ""
22700 "Some (not all) long-running commands send progress notification messages as "
22701 "they are running.  Guestfish turns these messages into progress bars."
22702 msgstr ""
22703
22704 # type: textblock
22705 #. type: textblock
22706 #: ../fish/guestfish.pod:917
22707 msgid ""
22708 "When a command that supports progress bars takes longer than two seconds to "
22709 "run, and if progress bars are enabled, then you will see one appearing below "
22710 "the command:"
22711 msgstr ""
22712
22713 # type: verbatim
22714 #. type: verbatim
22715 #: ../fish/guestfish.pod:921
22716 #, no-wrap
22717 msgid ""
22718 " ><fs> copy-size /large-file /another-file 2048M\n"
22719 " / 10% [#####-----------------------------------------] 00:30\n"
22720 "\n"
22721 msgstr ""
22722
22723 # type: textblock
22724 #. type: textblock
22725 #: ../fish/guestfish.pod:924
22726 msgid ""
22727 "The spinner on the left hand side moves round once for every progress "
22728 "notification received from the backend.  This is a (reasonably) golden "
22729 "assurance that the command is \"doing something\" even if the progress bar "
22730 "is not moving, because the command is able to send the progress "
22731 "notifications.  When the bar reaches 100% and the command finishes, the "
22732 "spinner disappears."
22733 msgstr ""
22734
22735 # type: textblock
22736 #. type: textblock
22737 #: ../fish/guestfish.pod:931
22738 msgid ""
22739 "Progress bars are enabled by default when guestfish is used interactively.  "
22740 "You can enable them even for non-interactive modes using I<--progress-bars>, "
22741 "and you can disable them completely using I<--no-progress-bars>."
22742 msgstr ""
22743
22744 # type: =head1
22745 #. type: =head1
22746 #: ../fish/guestfish.pod:936
22747 msgid "GUESTFISH COMMANDS"
22748 msgstr ""
22749
22750 # type: textblock
22751 #. type: textblock
22752 #: ../fish/guestfish.pod:938
22753 msgid ""
22754 "The commands in this section are guestfish convenience commands, in other "
22755 "words, they are not part of the L<guestfs(3)> API."
22756 msgstr ""
22757
22758 # type: =head2
22759 #. type: =head2
22760 #: ../fish/guestfish.pod:941
22761 msgid "help"
22762 msgstr ""
22763
22764 # type: verbatim
22765 #. type: verbatim
22766 #: ../fish/guestfish.pod:943
22767 #, no-wrap
22768 msgid ""
22769 " help\n"
22770 " help cmd\n"
22771 "\n"
22772 msgstr ""
22773
22774 # type: textblock
22775 #. type: textblock
22776 #: ../fish/guestfish.pod:946
22777 msgid "Without any parameter, this provides general help."
22778 msgstr ""
22779
22780 # type: textblock
22781 #. type: textblock
22782 #: ../fish/guestfish.pod:948
22783 msgid "With a C<cmd> parameter, this displays detailed help for that command."
22784 msgstr ""
22785
22786 # type: =head2
22787 #. type: =head2
22788 #: ../fish/guestfish.pod:950
22789 msgid "quit | exit"
22790 msgstr ""
22791
22792 # type: textblock
22793 #. type: textblock
22794 #: ../fish/guestfish.pod:952
22795 msgid "This exits guestfish.  You can also use C<^D> key."
22796 msgstr ""
22797
22798 # type: textblock
22799 #. type: textblock
22800 #: ../fish/guestfish.pod:954
22801 msgid "@FISH_COMMANDS@"
22802 msgstr ""
22803
22804 # type: =head1
22805 #. type: =head1
22806 #: ../fish/guestfish.pod:956
22807 msgid "COMMANDS"
22808 msgstr ""
22809
22810 # type: =head1
22811 #. type: =head1
22812 #: ../fish/guestfish.pod:960 ../test-tool/libguestfs-test-tool.pod:83
22813 msgid "EXIT CODE"
22814 msgstr ""
22815
22816 # type: textblock
22817 #. type: textblock
22818 #: ../fish/guestfish.pod:962
22819 msgid ""
22820 "guestfish returns 0 if the commands completed without error, or 1 if there "
22821 "was an error."
22822 msgstr ""
22823
22824 # type: =item
22825 #. type: =item
22826 #: ../fish/guestfish.pod:969
22827 msgid "EDITOR"
22828 msgstr ""
22829
22830 # type: textblock
22831 #. type: textblock
22832 #: ../fish/guestfish.pod:971
22833 msgid ""
22834 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
22835 "C<vi>."
22836 msgstr ""
22837
22838 # type: =item
22839 #. type: =item
22840 #: ../fish/guestfish.pod:974
22841 msgid "GUESTFISH_PID"
22842 msgstr ""
22843
22844 # type: textblock
22845 #. type: textblock
22846 #: ../fish/guestfish.pod:976
22847 msgid ""
22848 "Used with the I<--remote> option to specify the remote guestfish process to "
22849 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
22850 msgstr ""
22851
22852 # type: =item
22853 #. type: =item
22854 #: ../fish/guestfish.pod:980
22855 msgid "HEXEDITOR"
22856 msgstr ""
22857
22858 # type: textblock
22859 #. type: textblock
22860 #: ../fish/guestfish.pod:982
22861 msgid ""
22862 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
22863 "not specified, the external L<hexedit(1)> program is used."
22864 msgstr ""
22865
22866 # type: =item
22867 #. type: =item
22868 #: ../fish/guestfish.pod:986
22869 msgid "HOME"
22870 msgstr ""
22871
22872 # type: textblock
22873 #. type: textblock
22874 #: ../fish/guestfish.pod:988
22875 msgid ""
22876 "If compiled with GNU readline support, various files in the home directory "
22877 "can be used.  See L</FILES>."
22878 msgstr ""
22879
22880 # type: textblock
22881 #. type: textblock
22882 #: ../fish/guestfish.pod:997
22883 msgid ""
22884 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
22885 "effect as using the B<-v> option."
22886 msgstr ""
22887
22888 # type: textblock
22889 #. type: textblock
22890 #: ../fish/guestfish.pod:1009
22891 msgid ""
22892 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
22893 "the discussion of paths in L<guestfs(3)>."
22894 msgstr ""
22895
22896 # type: textblock
22897 #. type: textblock
22898 #: ../fish/guestfish.pod:1020
22899 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
22900 msgstr ""
22901
22902 # type: =item
22903 #. type: =item
22904 #: ../fish/guestfish.pod:1022
22905 msgid "PAGER"
22906 msgstr ""
22907
22908 # type: textblock
22909 #. type: textblock
22910 #: ../fish/guestfish.pod:1024
22911 msgid ""
22912 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
22913 "C<more>."
22914 msgstr ""
22915
22916 # type: =head1
22917 #. type: =head1
22918 #: ../fish/guestfish.pod:1039 ../test-tool/libguestfs-test-tool.pod:88
22919 msgid "FILES"
22920 msgstr ""
22921
22922 # type: =item
22923 #. type: =item
22924 #: ../fish/guestfish.pod:1043
22925 msgid "$HOME/.guestfish"
22926 msgstr ""
22927
22928 # type: textblock
22929 #. type: textblock
22930 #: ../fish/guestfish.pod:1045
22931 msgid ""
22932 "If compiled with GNU readline support, then the command history is saved in "
22933 "this file."
22934 msgstr ""
22935
22936 # type: =item
22937 #. type: =item
22938 #: ../fish/guestfish.pod:1048
22939 msgid "$HOME/.inputrc"
22940 msgstr ""
22941
22942 # type: =item
22943 #. type: =item
22944 #: ../fish/guestfish.pod:1050
22945 msgid "/etc/inputrc"
22946 msgstr ""
22947
22948 # type: textblock
22949 #. type: textblock
22950 #: ../fish/guestfish.pod:1052
22951 msgid ""
22952 "If compiled with GNU readline support, then these files can be used to "
22953 "configure readline.  For further information, please see L<readline(3)/"
22954 "INITIALIZATION FILE>."
22955 msgstr ""
22956
22957 # type: textblock
22958 #. type: textblock
22959 #: ../fish/guestfish.pod:1056
22960 msgid "To write rules which only apply to guestfish, use:"
22961 msgstr ""
22962
22963 # type: verbatim
22964 #. type: verbatim
22965 #: ../fish/guestfish.pod:1058
22966 #, no-wrap
22967 msgid ""
22968 " $if guestfish\n"
22969 " ...\n"
22970 " $endif\n"
22971 "\n"
22972 msgstr ""
22973
22974 # type: textblock
22975 #. type: textblock
22976 #: ../fish/guestfish.pod:1062
22977 msgid ""
22978 "Variables that you can set in inputrc that change the behaviour of guestfish "
22979 "in useful ways include:"
22980 msgstr ""
22981
22982 # type: =item
22983 #. type: =item
22984 #: ../fish/guestfish.pod:1067
22985 msgid "completion-ignore-case (default: on)"
22986 msgstr ""
22987
22988 # type: textblock
22989 #. type: textblock
22990 #: ../fish/guestfish.pod:1069
22991 msgid ""
22992 "By default, guestfish will ignore case when tab-completing paths on the "
22993 "disk.  Use:"
22994 msgstr ""
22995
22996 # type: verbatim
22997 #. type: verbatim
22998 #: ../fish/guestfish.pod:1072
22999 #, no-wrap
23000 msgid ""
23001 " set completion-ignore-case off\n"
23002 "\n"
23003 msgstr ""
23004
23005 # type: textblock
23006 #. type: textblock
23007 #: ../fish/guestfish.pod:1074
23008 msgid "to make guestfish case sensitive."
23009 msgstr ""
23010
23011 # type: =item
23012 #. type: =item
23013 #: ../fish/guestfish.pod:1078
23014 msgid "test1.img"
23015 msgstr ""
23016
23017 # type: =item
23018 #. type: =item
23019 #: ../fish/guestfish.pod:1080
23020 msgid "test2.img (etc)"
23021 msgstr ""
23022
23023 # type: textblock
23024 #. type: textblock
23025 #: ../fish/guestfish.pod:1082
23026 msgid ""
23027 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
23028 "will be created in the file C<test1.img> in the current directory.  The "
23029 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
23030 "the same name will be overwritten."
23031 msgstr ""
23032
23033 # type: textblock
23034 #. type: textblock
23035 #: ../fish/guestfish.pod:1091
23036 msgid ""
23037 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-df(1)>, "
23038 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-"
23039 "filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)"
23040 ">, L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, "
23041 "L<hexedit(1)>."
23042 msgstr ""
23043
23044 # type: textblock
23045 #. type: textblock
23046 #: ../fish/guestfish.pod:1117 ../test-tool/libguestfs-test-tool.pod:124
23047 #: ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:370
23048 #: ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1512
23049 #: ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:300
23050 #: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
23051 msgid ""
23052 "This program is free software; you can redistribute it and/or modify it "
23053 "under the terms of the GNU General Public License as published by the Free "
23054 "Software Foundation; either version 2 of the License, or (at your option) "
23055 "any later version."
23056 msgstr ""
23057
23058 # type: textblock
23059 #. type: textblock
23060 #: ../fish/guestfish.pod:1122 ../test-tool/libguestfs-test-tool.pod:129
23061 #: ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:375
23062 #: ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1517
23063 #: ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:305
23064 #: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
23065 msgid ""
23066 "This program is distributed in the hope that it will be useful, but WITHOUT "
23067 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
23068 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
23069 "more details."
23070 msgstr ""
23071
23072 # type: textblock
23073 #. type: textblock
23074 #: ../fish/guestfish.pod:1127 ../test-tool/libguestfs-test-tool.pod:134
23075 #: ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:380
23076 #: ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1522
23077 #: ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:310
23078 #: ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
23079 msgid ""
23080 "You should have received a copy of the GNU General Public License along with "
23081 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
23082 "Ave, Cambridge, MA 02139, USA."
23083 msgstr ""
23084
23085 # type: =head2
23086 #. type: =head2
23087 #: ../fish/guestfish-actions.pod:1
23088 msgid "add-cdrom"
23089 msgstr ""
23090
23091 # type: verbatim
23092 #. type: verbatim
23093 #: ../fish/guestfish-actions.pod:3
23094 #, no-wrap
23095 msgid ""
23096 " add-cdrom filename\n"
23097 "\n"
23098 msgstr ""
23099
23100 # type: textblock
23101 #. type: textblock
23102 #: ../fish/guestfish-actions.pod:15
23103 msgid ""
23104 "This call checks for the existence of C<filename>.  This stops you from "
23105 "specifying other types of drive which are supported by qemu such as C<nbd:> "
23106 "and C<http:> URLs.  To specify those, use the general L</config> call "
23107 "instead."
23108 msgstr ""
23109
23110 # type: textblock
23111 #. type: textblock
23112 #: ../fish/guestfish-actions.pod:22
23113 msgid ""
23114 "If you just want to add an ISO file (often you use this as an efficient way "
23115 "to transfer large files into the guest), then you should probably use L</add-"
23116 "drive-ro> instead."
23117 msgstr ""
23118
23119 # type: =head2
23120 #. type: =head2
23121 #: ../fish/guestfish-actions.pod:35
23122 msgid "add-domain"
23123 msgstr ""
23124
23125 # type: =head2
23126 #. type: =head2
23127 #: ../fish/guestfish-actions.pod:37
23128 msgid "domain"
23129 msgstr ""
23130
23131 # type: verbatim
23132 #. type: verbatim
23133 #: ../fish/guestfish-actions.pod:39
23134 #, no-wrap
23135 msgid ""
23136 " add-domain dom [libvirturi:..] [readonly:..] [iface:..]\n"
23137 "\n"
23138 msgstr ""
23139
23140 # type: textblock
23141 #. type: textblock
23142 #: ../fish/guestfish-actions.pod:41
23143 msgid ""
23144 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
23145 "It works by connecting to libvirt, requesting the domain and domain XML from "
23146 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
23147 msgstr ""
23148
23149 # type: textblock
23150 #. type: textblock
23151 #: ../fish/guestfish-actions.pod:64
23152 msgid ""
23153 "The other optional parameters are passed directly through to L</add-drive-"
23154 "opts>."
23155 msgstr ""
23156
23157 # type: textblock
23158 #. type: textblock
23159 #: ../fish/guestfish-actions.pod:67 ../fish/guestfish-actions.pod:131
23160 #: ../fish/guestfish-actions.pod:2848
23161 msgid ""
23162 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
23163 msgstr ""
23164
23165 # type: =head2
23166 #. type: =head2
23167 #: ../fish/guestfish-actions.pod:69
23168 msgid "add-drive"
23169 msgstr ""
23170
23171 # type: verbatim
23172 #. type: verbatim
23173 #: ../fish/guestfish-actions.pod:71
23174 #, no-wrap
23175 msgid ""
23176 " add-drive filename\n"
23177 "\n"
23178 msgstr ""
23179
23180 # type: textblock
23181 #. type: textblock
23182 #: ../fish/guestfish-actions.pod:73
23183 msgid ""
23184 "This function is the equivalent of calling L</add-drive-opts> with no "
23185 "optional parameters, so the disk is added writable, with the format being "
23186 "detected automatically."
23187 msgstr ""
23188
23189 # type: textblock
23190 #. type: textblock
23191 #: ../fish/guestfish-actions.pod:77
23192 msgid ""
23193 "Automatic detection of the format opens you up to a potential security hole "
23194 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
23195 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
23196 "you should think about replacing calls to this function with calls to L</add-"
23197 "drive-opts>, and specifying the format."
23198 msgstr ""
23199
23200 # type: =head2
23201 #. type: =head2
23202 #: ../fish/guestfish-actions.pod:84
23203 msgid "add-drive-opts"
23204 msgstr ""
23205
23206 # type: =head2
23207 #. type: =head2
23208 #: ../fish/guestfish-actions.pod:86
23209 msgid "add"
23210 msgstr ""
23211
23212 # type: verbatim
23213 #. type: verbatim
23214 #: ../fish/guestfish-actions.pod:88
23215 #, no-wrap
23216 msgid ""
23217 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
23218 "\n"
23219 msgstr ""
23220
23221 # type: textblock
23222 #. type: textblock
23223 #: ../fish/guestfish-actions.pod:115
23224 msgid ""
23225 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
23226 "add-drive-ro>) then the format is automatically detected.  Possible formats "
23227 "include C<raw> and C<qcow2>."
23228 msgstr ""
23229
23230 # type: textblock
23231 #. type: textblock
23232 #: ../fish/guestfish-actions.pod:126
23233 msgid ""
23234 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
23235 "add-drive-with-if> call (q.v.)"
23236 msgstr ""
23237
23238 # type: =head2
23239 #. type: =head2
23240 #: ../fish/guestfish-actions.pod:133
23241 msgid "add-drive-ro"
23242 msgstr ""
23243
23244 # type: =head2
23245 #. type: =head2
23246 #: ../fish/guestfish-actions.pod:135
23247 msgid "add-ro"
23248 msgstr ""
23249
23250 # type: verbatim
23251 #. type: verbatim
23252 #: ../fish/guestfish-actions.pod:137
23253 #, no-wrap
23254 msgid ""
23255 " add-drive-ro filename\n"
23256 "\n"
23257 msgstr ""
23258
23259 # type: textblock
23260 #. type: textblock
23261 #: ../fish/guestfish-actions.pod:139
23262 msgid ""
23263 "This function is the equivalent of calling L</add-drive-opts> with the "
23264 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
23265 "is added read-only, with the format being detected automatically."
23266 msgstr ""
23267
23268 # type: =head2
23269 #. type: =head2
23270 #: ../fish/guestfish-actions.pod:144
23271 msgid "add-drive-ro-with-if"
23272 msgstr ""
23273
23274 # type: verbatim
23275 #. type: verbatim
23276 #: ../fish/guestfish-actions.pod:146
23277 #, no-wrap
23278 msgid ""
23279 " add-drive-ro-with-if filename iface\n"
23280 "\n"
23281 msgstr ""
23282
23283 # type: textblock
23284 #. type: textblock
23285 #: ../fish/guestfish-actions.pod:148
23286 msgid ""
23287 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
23288 "interface emulation to use at run time."
23289 msgstr ""
23290
23291 # type: =head2
23292 #. type: =head2
23293 #: ../fish/guestfish-actions.pod:158
23294 msgid "add-drive-with-if"
23295 msgstr ""
23296
23297 # type: verbatim
23298 #. type: verbatim
23299 #: ../fish/guestfish-actions.pod:160
23300 #, no-wrap
23301 msgid ""
23302 " add-drive-with-if filename iface\n"
23303 "\n"
23304 msgstr ""
23305
23306 # type: textblock
23307 #. type: textblock
23308 #: ../fish/guestfish-actions.pod:162
23309 msgid ""
23310 "This is the same as L</add-drive> but it allows you to specify the QEMU "
23311 "interface emulation to use at run time."
23312 msgstr ""
23313
23314 # type: =head2
23315 #. type: =head2
23316 #: ../fish/guestfish-actions.pod:172
23317 msgid "aug-clear"
23318 msgstr ""
23319
23320 # type: verbatim
23321 #. type: verbatim
23322 #: ../fish/guestfish-actions.pod:174
23323 #, no-wrap
23324 msgid ""
23325 " aug-clear augpath\n"
23326 "\n"
23327 msgstr ""
23328
23329 # type: =head2
23330 #. type: =head2
23331 #: ../fish/guestfish-actions.pod:179
23332 msgid "aug-close"
23333 msgstr ""
23334
23335 # type: verbatim
23336 #. type: verbatim
23337 #: ../fish/guestfish-actions.pod:181
23338 #, no-wrap
23339 msgid ""
23340 " aug-close\n"
23341 "\n"
23342 msgstr ""
23343
23344 # type: textblock
23345 #. type: textblock
23346 #: ../fish/guestfish-actions.pod:183
23347 msgid ""
23348 "Close the current Augeas handle and free up any resources used by it.  After "
23349 "calling this, you have to call L</aug-init> again before you can use any "
23350 "other Augeas functions."
23351 msgstr ""
23352
23353 # type: =head2
23354 #. type: =head2
23355 #: ../fish/guestfish-actions.pod:188
23356 msgid "aug-defnode"
23357 msgstr ""
23358
23359 # type: verbatim
23360 #. type: verbatim
23361 #: ../fish/guestfish-actions.pod:190
23362 #, no-wrap
23363 msgid ""
23364 " aug-defnode name expr val\n"
23365 "\n"
23366 msgstr ""
23367
23368 # type: textblock
23369 #. type: textblock
23370 #: ../fish/guestfish-actions.pod:195
23371 msgid ""
23372 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
23373 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
23374 "containing that single node."
23375 msgstr ""
23376
23377 # type: =head2
23378 #. type: =head2
23379 #: ../fish/guestfish-actions.pod:203
23380 msgid "aug-defvar"
23381 msgstr ""
23382
23383 # type: verbatim
23384 #. type: verbatim
23385 #: ../fish/guestfish-actions.pod:205
23386 #, no-wrap
23387 msgid ""
23388 " aug-defvar name expr\n"
23389 "\n"
23390 msgstr ""
23391
23392 # type: =head2
23393 #. type: =head2
23394 #: ../fish/guestfish-actions.pod:214
23395 msgid "aug-get"
23396 msgstr ""
23397
23398 # type: verbatim
23399 #. type: verbatim
23400 #: ../fish/guestfish-actions.pod:216
23401 #, no-wrap
23402 msgid ""
23403 " aug-get augpath\n"
23404 "\n"
23405 msgstr ""
23406
23407 # type: =head2
23408 #. type: =head2
23409 #: ../fish/guestfish-actions.pod:221
23410 msgid "aug-init"
23411 msgstr ""
23412
23413 # type: verbatim
23414 #. type: verbatim
23415 #: ../fish/guestfish-actions.pod:223
23416 #, no-wrap
23417 msgid ""
23418 " aug-init root flags\n"
23419 "\n"
23420 msgstr ""
23421
23422 # type: textblock
23423 #. type: textblock
23424 #: ../fish/guestfish-actions.pod:229
23425 msgid "You must call this before using any other L</aug-*> commands."
23426 msgstr ""
23427
23428 # type: textblock
23429 #. type: textblock
23430 #: ../fish/guestfish-actions.pod:264
23431 msgid "Do not load the tree in L</aug-init>."
23432 msgstr ""
23433
23434 # type: textblock
23435 #. type: textblock
23436 #: ../fish/guestfish-actions.pod:268
23437 msgid "To close the handle, you can call L</aug-close>."
23438 msgstr ""
23439
23440 # type: =head2
23441 #. type: =head2
23442 #: ../fish/guestfish-actions.pod:272
23443 msgid "aug-insert"
23444 msgstr ""
23445
23446 # type: verbatim
23447 #. type: verbatim
23448 #: ../fish/guestfish-actions.pod:274
23449 #, no-wrap
23450 msgid ""
23451 " aug-insert augpath label true|false\n"
23452 "\n"
23453 msgstr ""
23454
23455 # type: =head2
23456 #. type: =head2
23457 #: ../fish/guestfish-actions.pod:284
23458 msgid "aug-load"
23459 msgstr ""
23460
23461 # type: verbatim
23462 #. type: verbatim
23463 #: ../fish/guestfish-actions.pod:286
23464 #, no-wrap
23465 msgid ""
23466 " aug-load\n"
23467 "\n"
23468 msgstr ""
23469
23470 # type: =head2
23471 #. type: =head2
23472 #: ../fish/guestfish-actions.pod:293
23473 msgid "aug-ls"
23474 msgstr ""
23475
23476 # type: verbatim
23477 #. type: verbatim
23478 #: ../fish/guestfish-actions.pod:295
23479 #, no-wrap
23480 msgid ""
23481 " aug-ls augpath\n"
23482 "\n"
23483 msgstr ""
23484
23485 # type: textblock
23486 #. type: textblock
23487 #: ../fish/guestfish-actions.pod:297
23488 msgid ""
23489 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
23490 "resulting nodes into alphabetical order."
23491 msgstr ""
23492
23493 # type: =head2
23494 #. type: =head2
23495 #: ../fish/guestfish-actions.pod:300
23496 msgid "aug-match"
23497 msgstr ""
23498
23499 # type: verbatim
23500 #. type: verbatim
23501 #: ../fish/guestfish-actions.pod:302
23502 #, no-wrap
23503 msgid ""
23504 " aug-match augpath\n"
23505 "\n"
23506 msgstr ""
23507
23508 # type: =head2
23509 #. type: =head2
23510 #: ../fish/guestfish-actions.pod:308
23511 msgid "aug-mv"
23512 msgstr ""
23513
23514 # type: verbatim
23515 #. type: verbatim
23516 #: ../fish/guestfish-actions.pod:310
23517 #, no-wrap
23518 msgid ""
23519 " aug-mv src dest\n"
23520 "\n"
23521 msgstr ""
23522
23523 # type: =head2
23524 #. type: =head2
23525 #: ../fish/guestfish-actions.pod:315
23526 msgid "aug-rm"
23527 msgstr ""
23528
23529 # type: verbatim
23530 #. type: verbatim
23531 #: ../fish/guestfish-actions.pod:317
23532 #, no-wrap
23533 msgid ""
23534 " aug-rm augpath\n"
23535 "\n"
23536 msgstr ""
23537
23538 # type: =head2
23539 #. type: =head2
23540 #: ../fish/guestfish-actions.pod:323
23541 msgid "aug-save"
23542 msgstr ""
23543
23544 # type: verbatim
23545 #. type: verbatim
23546 #: ../fish/guestfish-actions.pod:325
23547 #, no-wrap
23548 msgid ""
23549 " aug-save\n"
23550 "\n"
23551 msgstr ""
23552
23553 # type: textblock
23554 #. type: textblock
23555 #: ../fish/guestfish-actions.pod:329
23556 msgid ""
23557 "The flags which were passed to L</aug-init> affect exactly how files are "
23558 "saved."
23559 msgstr ""
23560
23561 # type: =head2
23562 #. type: =head2
23563 #: ../fish/guestfish-actions.pod:332
23564 msgid "aug-set"
23565 msgstr ""
23566
23567 # type: verbatim
23568 #. type: verbatim
23569 #: ../fish/guestfish-actions.pod:334
23570 #, no-wrap
23571 msgid ""
23572 " aug-set augpath val\n"
23573 "\n"
23574 msgstr ""
23575
23576 # type: textblock
23577 #. type: textblock
23578 #: ../fish/guestfish-actions.pod:338
23579 msgid ""
23580 "In the Augeas API, it is possible to clear a node by setting the value to "
23581 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
23582 "this call.  Instead you must use the L</aug-clear> call."
23583 msgstr ""
23584
23585 # type: =head2
23586 #. type: =head2
23587 #: ../fish/guestfish-actions.pod:343
23588 msgid "available"
23589 msgstr ""
23590
23591 # type: verbatim
23592 #. type: verbatim
23593 #: ../fish/guestfish-actions.pod:345
23594 #, no-wrap
23595 msgid ""
23596 " available 'groups ...'\n"
23597 "\n"
23598 msgstr ""
23599
23600 # type: textblock
23601 #. type: textblock
23602 #: ../fish/guestfish-actions.pod:351
23603 msgid ""
23604 "The libguestfs groups, and the functions that those groups correspond to, "
23605 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
23606 "runtime by calling L</available-all-groups>."
23607 msgstr ""
23608
23609 # type: textblock
23610 #. type: textblock
23611 #: ../fish/guestfish-actions.pod:375
23612 msgid "You must call L</launch> before calling this function."
23613 msgstr ""
23614
23615 # type: textblock
23616 #. type: textblock
23617 #: ../fish/guestfish-actions.pod:397
23618 msgid ""
23619 "This call was added in version C<1.0.80>.  In previous versions of "
23620 "libguestfs all you could do would be to speculatively execute a command to "
23621 "find out if the daemon implemented it.  See also L</version>."
23622 msgstr ""
23623
23624 # type: =head2
23625 #. type: =head2
23626 #: ../fish/guestfish-actions.pod:404
23627 msgid "available-all-groups"
23628 msgstr ""
23629
23630 # type: verbatim
23631 #. type: verbatim
23632 #: ../fish/guestfish-actions.pod:406
23633 #, no-wrap
23634 msgid ""
23635 " available-all-groups\n"
23636 "\n"
23637 msgstr ""
23638
23639 # type: textblock
23640 #. type: textblock
23641 #: ../fish/guestfish-actions.pod:408
23642 msgid ""
23643 "This command returns a list of all optional groups that this daemon knows "
23644 "about.  Note this returns both supported and unsupported groups.  To find "
23645 "out which ones the daemon can actually support you have to call L</"
23646 "available> on each member of the returned list."
23647 msgstr ""
23648
23649 # type: textblock
23650 #. type: textblock
23651 #: ../fish/guestfish-actions.pod:414
23652 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
23653 msgstr ""
23654
23655 # type: =head2
23656 #. type: =head2
23657 #: ../fish/guestfish-actions.pod:416
23658 msgid "base64-in"
23659 msgstr ""
23660
23661 # type: verbatim
23662 #. type: verbatim
23663 #: ../fish/guestfish-actions.pod:418
23664 #, no-wrap
23665 msgid ""
23666 " base64-in (base64file|-) filename\n"
23667 "\n"
23668 msgstr ""
23669
23670 # type: textblock
23671 #. type: textblock
23672 #: ../fish/guestfish-actions.pod:423 ../fish/guestfish-actions.pod:432
23673 #: ../fish/guestfish-actions.pod:656 ../fish/guestfish-actions.pod:825
23674 #: ../fish/guestfish-actions.pod:844 ../fish/guestfish-actions.pod:1221
23675 #: ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4215
23676 #: ../fish/guestfish-actions.pod:4226 ../fish/guestfish-actions.pod:4237
23677 #: ../fish/guestfish-actions.pod:4289 ../fish/guestfish-actions.pod:4298
23678 #: ../fish/guestfish-actions.pod:4352 ../fish/guestfish-actions.pod:4375
23679 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
23680 msgstr ""
23681
23682 # type: =head2
23683 #. type: =head2
23684 #: ../fish/guestfish-actions.pod:425
23685 msgid "base64-out"
23686 msgstr ""
23687
23688 # type: verbatim
23689 #. type: verbatim
23690 #: ../fish/guestfish-actions.pod:427
23691 #, no-wrap
23692 msgid ""
23693 " base64-out filename (base64file|-)\n"
23694 "\n"
23695 msgstr ""
23696
23697 # type: =head2
23698 #. type: =head2
23699 #: ../fish/guestfish-actions.pod:434
23700 msgid "blockdev-flushbufs"
23701 msgstr ""
23702
23703 # type: verbatim
23704 #. type: verbatim
23705 #: ../fish/guestfish-actions.pod:436
23706 #, no-wrap
23707 msgid ""
23708 " blockdev-flushbufs device\n"
23709 "\n"
23710 msgstr ""
23711
23712 # type: =head2
23713 #. type: =head2
23714 #: ../fish/guestfish-actions.pod:443
23715 msgid "blockdev-getbsz"
23716 msgstr ""
23717
23718 # type: verbatim
23719 #. type: verbatim
23720 #: ../fish/guestfish-actions.pod:445
23721 #, no-wrap
23722 msgid ""
23723 " blockdev-getbsz device\n"
23724 "\n"
23725 msgstr ""
23726
23727 # type: =head2
23728 #. type: =head2
23729 #: ../fish/guestfish-actions.pod:454
23730 msgid "blockdev-getro"
23731 msgstr ""
23732
23733 # type: verbatim
23734 #. type: verbatim
23735 #: ../fish/guestfish-actions.pod:456
23736 #, no-wrap
23737 msgid ""
23738 " blockdev-getro device\n"
23739 "\n"
23740 msgstr ""
23741
23742 # type: =head2
23743 #. type: =head2
23744 #: ../fish/guestfish-actions.pod:463
23745 msgid "blockdev-getsize64"
23746 msgstr ""
23747
23748 # type: verbatim
23749 #. type: verbatim
23750 #: ../fish/guestfish-actions.pod:465
23751 #, no-wrap
23752 msgid ""
23753 " blockdev-getsize64 device\n"
23754 "\n"
23755 msgstr ""
23756
23757 # type: textblock
23758 #. type: textblock
23759 #: ../fish/guestfish-actions.pod:469
23760 msgid "See also L</blockdev-getsz>."
23761 msgstr ""
23762
23763 # type: =head2
23764 #. type: =head2
23765 #: ../fish/guestfish-actions.pod:473
23766 msgid "blockdev-getss"
23767 msgstr ""
23768
23769 # type: verbatim
23770 #. type: verbatim
23771 #: ../fish/guestfish-actions.pod:475
23772 #, no-wrap
23773 msgid ""
23774 " blockdev-getss device\n"
23775 "\n"
23776 msgstr ""
23777
23778 # type: textblock
23779 #. type: textblock
23780 #: ../fish/guestfish-actions.pod:480
23781 msgid ""
23782 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
23783 msgstr ""
23784
23785 # type: =head2
23786 #. type: =head2
23787 #: ../fish/guestfish-actions.pod:485
23788 msgid "blockdev-getsz"
23789 msgstr ""
23790
23791 # type: verbatim
23792 #. type: verbatim
23793 #: ../fish/guestfish-actions.pod:487
23794 #, no-wrap
23795 msgid ""
23796 " blockdev-getsz device\n"
23797 "\n"
23798 msgstr ""
23799
23800 # type: textblock
23801 #. type: textblock
23802 #: ../fish/guestfish-actions.pod:492
23803 msgid ""
23804 "See also L</blockdev-getss> for the real sector size of the device, and L</"
23805 "blockdev-getsize64> for the more useful I<size in bytes>."
23806 msgstr ""
23807
23808 # type: =head2
23809 #. type: =head2
23810 #: ../fish/guestfish-actions.pod:498
23811 msgid "blockdev-rereadpt"
23812 msgstr ""
23813
23814 # type: verbatim
23815 #. type: verbatim
23816 #: ../fish/guestfish-actions.pod:500
23817 #, no-wrap
23818 msgid ""
23819 " blockdev-rereadpt device\n"
23820 "\n"
23821 msgstr ""
23822
23823 # type: =head2
23824 #. type: =head2
23825 #: ../fish/guestfish-actions.pod:506
23826 msgid "blockdev-setbsz"
23827 msgstr ""
23828
23829 # type: verbatim
23830 #. type: verbatim
23831 #: ../fish/guestfish-actions.pod:508
23832 #, no-wrap
23833 msgid ""
23834 " blockdev-setbsz device blocksize\n"
23835 "\n"
23836 msgstr ""
23837
23838 # type: =head2
23839 #. type: =head2
23840 #: ../fish/guestfish-actions.pod:517
23841 msgid "blockdev-setro"
23842 msgstr ""
23843
23844 # type: verbatim
23845 #. type: verbatim
23846 #: ../fish/guestfish-actions.pod:519
23847 #, no-wrap
23848 msgid ""
23849 " blockdev-setro device\n"
23850 "\n"
23851 msgstr ""
23852
23853 # type: =head2
23854 #. type: =head2
23855 #: ../fish/guestfish-actions.pod:525
23856 msgid "blockdev-setrw"
23857 msgstr ""
23858
23859 # type: verbatim
23860 #. type: verbatim
23861 #: ../fish/guestfish-actions.pod:527
23862 #, no-wrap
23863 msgid ""
23864 " blockdev-setrw device\n"
23865 "\n"
23866 msgstr ""
23867
23868 # type: =head2
23869 #. type: =head2
23870 #: ../fish/guestfish-actions.pod:533
23871 msgid "case-sensitive-path"
23872 msgstr ""
23873
23874 # type: verbatim
23875 #. type: verbatim
23876 #: ../fish/guestfish-actions.pod:535
23877 #, no-wrap
23878 msgid ""
23879 " case-sensitive-path path\n"
23880 "\n"
23881 msgstr ""
23882
23883 # type: textblock
23884 #. type: textblock
23885 #: ../fish/guestfish-actions.pod:559
23886 msgid ""
23887 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
23888 "WINDOWS/system32\"> (the exact return value would depend on details of how "
23889 "the directories were originally created under Windows)."
23890 msgstr ""
23891
23892 # type: textblock
23893 #. type: textblock
23894 #: ../fish/guestfish-actions.pod:567
23895 msgid "See also L</realpath>."
23896 msgstr ""
23897
23898 # type: =head2
23899 #. type: =head2
23900 #: ../fish/guestfish-actions.pod:569
23901 msgid "cat"
23902 msgstr ""
23903
23904 # type: verbatim
23905 #. type: verbatim
23906 #: ../fish/guestfish-actions.pod:571
23907 #, no-wrap
23908 msgid ""
23909 " cat path\n"
23910 "\n"
23911 msgstr ""
23912
23913 # type: textblock
23914 #. type: textblock
23915 #: ../fish/guestfish-actions.pod:575
23916 msgid ""
23917 "Note that this function cannot correctly handle binary files (specifically, "
23918 "files containing C<\\0> character which is treated as end of string).  For "
23919 "those you need to use the L</read-file> or L</download> functions which have "
23920 "a more complex interface."
23921 msgstr ""
23922
23923 # type: =head2
23924 #. type: =head2
23925 #: ../fish/guestfish-actions.pod:583
23926 msgid "checksum"
23927 msgstr ""
23928
23929 # type: verbatim
23930 #. type: verbatim
23931 #: ../fish/guestfish-actions.pod:585
23932 #, no-wrap
23933 msgid ""
23934 " checksum csumtype path\n"
23935 "\n"
23936 msgstr ""
23937
23938 # type: textblock
23939 #. type: textblock
23940 #: ../fish/guestfish-actions.pod:628
23941 msgid "To get the checksum for a device, use L</checksum-device>."
23942 msgstr ""
23943
23944 # type: textblock
23945 #. type: textblock
23946 #: ../fish/guestfish-actions.pod:630
23947 msgid "To get the checksums for many files, use L</checksums-out>."
23948 msgstr ""
23949
23950 # type: =head2
23951 #. type: =head2
23952 #: ../fish/guestfish-actions.pod:632
23953 msgid "checksum-device"
23954 msgstr ""
23955
23956 # type: verbatim
23957 #. type: verbatim
23958 #: ../fish/guestfish-actions.pod:634
23959 #, no-wrap
23960 msgid ""
23961 " checksum-device csumtype device\n"
23962 "\n"
23963 msgstr ""
23964
23965 # type: textblock
23966 #. type: textblock
23967 #: ../fish/guestfish-actions.pod:636
23968 msgid ""
23969 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
23970 "device named C<device>.  For the types of checksums supported see the L</"
23971 "checksum> command."
23972 msgstr ""
23973
23974 # type: =head2
23975 #. type: =head2
23976 #: ../fish/guestfish-actions.pod:640
23977 msgid "checksums-out"
23978 msgstr ""
23979
23980 # type: verbatim
23981 #. type: verbatim
23982 #: ../fish/guestfish-actions.pod:642
23983 #, no-wrap
23984 msgid ""
23985 " checksums-out csumtype directory (sumsfile|-)\n"
23986 "\n"
23987 msgstr ""
23988
23989 # type: =head2
23990 #. type: =head2
23991 #: ../fish/guestfish-actions.pod:658
23992 msgid "chmod"
23993 msgstr ""
23994
23995 # type: verbatim
23996 #. type: verbatim
23997 #: ../fish/guestfish-actions.pod:660
23998 #, no-wrap
23999 msgid ""
24000 " chmod mode path\n"
24001 "\n"
24002 msgstr ""
24003
24004 # type: =head2
24005 #. type: =head2
24006 #: ../fish/guestfish-actions.pod:671
24007 msgid "chown"
24008 msgstr ""
24009
24010 # type: verbatim
24011 #. type: verbatim
24012 #: ../fish/guestfish-actions.pod:673
24013 #, no-wrap
24014 msgid ""
24015 " chown owner group path\n"
24016 "\n"
24017 msgstr ""
24018
24019 # type: =head2
24020 #. type: =head2
24021 #: ../fish/guestfish-actions.pod:681
24022 msgid "command"
24023 msgstr ""
24024
24025 # type: verbatim
24026 #. type: verbatim
24027 #: ../fish/guestfish-actions.pod:683
24028 #, no-wrap
24029 msgid ""
24030 " command 'arguments ...'\n"
24031 "\n"
24032 msgstr ""
24033
24034 # type: textblock
24035 #. type: textblock
24036 #: ../fish/guestfish-actions.pod:690
24037 msgid ""
24038 "The single parameter is an argv-style list of arguments.  The first element "
24039 "is the name of the program to run.  Subsequent elements are parameters.  The "
24040 "list must be non-empty (ie. must contain a program name).  Note that the "
24041 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
24042 msgstr ""
24043
24044 # type: =head2
24045 #. type: =head2
24046 #: ../fish/guestfish-actions.pod:718
24047 msgid "command-lines"
24048 msgstr ""
24049
24050 # type: verbatim
24051 #. type: verbatim
24052 #: ../fish/guestfish-actions.pod:720
24053 #, no-wrap
24054 msgid ""
24055 " command-lines 'arguments ...'\n"
24056 "\n"
24057 msgstr ""
24058
24059 # type: textblock
24060 #. type: textblock
24061 #: ../fish/guestfish-actions.pod:722
24062 msgid ""
24063 "This is the same as L</command>, but splits the result into a list of lines."
24064 msgstr ""
24065
24066 # type: textblock
24067 #. type: textblock
24068 #: ../fish/guestfish-actions.pod:725
24069 msgid "See also: L</sh-lines>"
24070 msgstr ""
24071
24072 # type: =head2
24073 #. type: =head2
24074 #: ../fish/guestfish-actions.pod:730
24075 msgid "config"
24076 msgstr ""
24077
24078 # type: verbatim
24079 #. type: verbatim
24080 #: ../fish/guestfish-actions.pod:732
24081 #, no-wrap
24082 msgid ""
24083 " config qemuparam qemuvalue\n"
24084 "\n"
24085 msgstr ""
24086
24087 # type: =head2
24088 #. type: =head2
24089 #: ../fish/guestfish-actions.pod:743
24090 msgid "copy-size"
24091 msgstr ""
24092
24093 # type: verbatim
24094 #. type: verbatim
24095 #: ../fish/guestfish-actions.pod:745
24096 #, no-wrap
24097 msgid ""
24098 " copy-size src dest size\n"
24099 "\n"
24100 msgstr ""
24101
24102 # type: =head2
24103 #. type: =head2
24104 #: ../fish/guestfish-actions.pod:753
24105 msgid "cp"
24106 msgstr ""
24107
24108 # type: verbatim
24109 #. type: verbatim
24110 #: ../fish/guestfish-actions.pod:755
24111 #, no-wrap
24112 msgid ""
24113 " cp src dest\n"
24114 "\n"
24115 msgstr ""
24116
24117 # type: =head2
24118 #. type: =head2
24119 #: ../fish/guestfish-actions.pod:760
24120 msgid "cp-a"
24121 msgstr ""
24122
24123 # type: verbatim
24124 #. type: verbatim
24125 #: ../fish/guestfish-actions.pod:762
24126 #, no-wrap
24127 msgid ""
24128 " cp-a src dest\n"
24129 "\n"
24130 msgstr ""
24131
24132 # type: =head2
24133 #. type: =head2
24134 #: ../fish/guestfish-actions.pod:767
24135 msgid "dd"
24136 msgstr ""
24137
24138 # type: verbatim
24139 #. type: verbatim
24140 #: ../fish/guestfish-actions.pod:769
24141 #, no-wrap
24142 msgid ""
24143 " dd src dest\n"
24144 "\n"
24145 msgstr ""
24146
24147 # type: textblock
24148 #. type: textblock
24149 #: ../fish/guestfish-actions.pod:776
24150 msgid ""
24151 "If the destination is a device, it must be as large or larger than the "
24152 "source file or device, otherwise the copy will fail.  This command cannot do "
24153 "partial copies (see L</copy-size>)."
24154 msgstr ""
24155
24156 # type: =head2
24157 #. type: =head2
24158 #: ../fish/guestfish-actions.pod:780
24159 msgid "df"
24160 msgstr ""
24161
24162 # type: verbatim
24163 #. type: verbatim
24164 #: ../fish/guestfish-actions.pod:782
24165 #, no-wrap
24166 msgid ""
24167 " df\n"
24168 "\n"
24169 msgstr ""
24170
24171 # type: textblock
24172 #. type: textblock
24173 #: ../fish/guestfish-actions.pod:786 ../fish/guestfish-actions.pod:797
24174 msgid ""
24175 "This command is mostly useful for interactive sessions.  It is I<not> "
24176 "intended that you try to parse the output string.  Use L</statvfs> from "
24177 "programs."
24178 msgstr ""
24179
24180 # type: =head2
24181 #. type: =head2
24182 #: ../fish/guestfish-actions.pod:790
24183 msgid "df-h"
24184 msgstr ""
24185
24186 # type: verbatim
24187 #. type: verbatim
24188 #: ../fish/guestfish-actions.pod:792
24189 #, no-wrap
24190 msgid ""
24191 " df-h\n"
24192 "\n"
24193 msgstr ""
24194
24195 # type: =head2
24196 #. type: =head2
24197 #: ../fish/guestfish-actions.pod:801
24198 msgid "dmesg"
24199 msgstr ""
24200
24201 # type: verbatim
24202 #. type: verbatim
24203 #: ../fish/guestfish-actions.pod:803
24204 #, no-wrap
24205 msgid ""
24206 " dmesg\n"
24207 "\n"
24208 msgstr ""
24209
24210 # type: textblock
24211 #. type: textblock
24212 #: ../fish/guestfish-actions.pod:809
24213 msgid ""
24214 "Another way to get the same information is to enable verbose messages with "
24215 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
24216 "before running the program."
24217 msgstr ""
24218
24219 # type: =head2
24220 #. type: =head2
24221 #: ../fish/guestfish-actions.pod:814
24222 msgid "download"
24223 msgstr ""
24224
24225 # type: verbatim
24226 #. type: verbatim
24227 #: ../fish/guestfish-actions.pod:816
24228 #, no-wrap
24229 msgid ""
24230 " download remotefilename (filename|-)\n"
24231 "\n"
24232 msgstr ""
24233
24234 # type: textblock
24235 #. type: textblock
24236 #: ../fish/guestfish-actions.pod:823
24237 msgid "See also L</upload>, L</cat>."
24238 msgstr ""
24239
24240 # type: =head2
24241 #. type: =head2
24242 #: ../fish/guestfish-actions.pod:827
24243 msgid "download-offset"
24244 msgstr ""
24245
24246 # type: verbatim
24247 #. type: verbatim
24248 #: ../fish/guestfish-actions.pod:829
24249 #, no-wrap
24250 msgid ""
24251 " download-offset remotefilename (filename|-) offset size\n"
24252 "\n"
24253 msgstr ""
24254
24255 # type: textblock
24256 #. type: textblock
24257 #: ../fish/guestfish-actions.pod:837
24258 msgid ""
24259 "Note that there is no limit on the amount of data that can be downloaded "
24260 "with this call, unlike with L</pread>, and this call always reads the full "
24261 "amount unless an error occurs."
24262 msgstr ""
24263
24264 # type: textblock
24265 #. type: textblock
24266 #: ../fish/guestfish-actions.pod:842
24267 msgid "See also L</download>, L</pread>."
24268 msgstr ""
24269
24270 # type: =head2
24271 #. type: =head2
24272 #: ../fish/guestfish-actions.pod:846
24273 msgid "drop-caches"
24274 msgstr ""
24275
24276 # type: verbatim
24277 #. type: verbatim
24278 #: ../fish/guestfish-actions.pod:848
24279 #, no-wrap
24280 msgid ""
24281 " drop-caches whattodrop\n"
24282 "\n"
24283 msgstr ""
24284
24285 # type: =head2
24286 #. type: =head2
24287 #: ../fish/guestfish-actions.pod:860
24288 msgid "du"
24289 msgstr ""
24290
24291 # type: verbatim
24292 #. type: verbatim
24293 #: ../fish/guestfish-actions.pod:862
24294 #, no-wrap
24295 msgid ""
24296 " du path\n"
24297 "\n"
24298 msgstr ""
24299
24300 # type: =head2
24301 #. type: =head2
24302 #: ../fish/guestfish-actions.pod:874
24303 msgid "e2fsck-f"
24304 msgstr ""
24305
24306 # type: verbatim
24307 #. type: verbatim
24308 #: ../fish/guestfish-actions.pod:876
24309 #, no-wrap
24310 msgid ""
24311 " e2fsck-f device\n"
24312 "\n"
24313 msgstr ""
24314
24315 # type: textblock
24316 #. type: textblock
24317 #: ../fish/guestfish-actions.pod:882
24318 msgid ""
24319 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
24320 "should use L</fsck>."
24321 msgstr ""
24322
24323 # type: =head2
24324 #. type: =head2
24325 #: ../fish/guestfish-actions.pod:885
24326 msgid "echo-daemon"
24327 msgstr ""
24328
24329 # type: verbatim
24330 #. type: verbatim
24331 #: ../fish/guestfish-actions.pod:887
24332 #, no-wrap
24333 msgid ""
24334 " echo-daemon 'words ...'\n"
24335 "\n"
24336 msgstr ""
24337
24338 # type: textblock
24339 #. type: textblock
24340 #: ../fish/guestfish-actions.pod:894
24341 msgid "See also L</ping-daemon>."
24342 msgstr ""
24343
24344 # type: =head2
24345 #. type: =head2
24346 #: ../fish/guestfish-actions.pod:896
24347 msgid "egrep"
24348 msgstr ""
24349
24350 # type: verbatim
24351 #. type: verbatim
24352 #: ../fish/guestfish-actions.pod:898
24353 #, no-wrap
24354 msgid ""
24355 " egrep regex path\n"
24356 "\n"
24357 msgstr ""
24358
24359 # type: =head2
24360 #. type: =head2
24361 #: ../fish/guestfish-actions.pod:906
24362 msgid "egrepi"
24363 msgstr ""
24364
24365 # type: verbatim
24366 #. type: verbatim
24367 #: ../fish/guestfish-actions.pod:908
24368 #, no-wrap
24369 msgid ""
24370 " egrepi regex path\n"
24371 "\n"
24372 msgstr ""
24373
24374 # type: =head2
24375 #. type: =head2
24376 #: ../fish/guestfish-actions.pod:916
24377 msgid "equal"
24378 msgstr ""
24379
24380 # type: verbatim
24381 #. type: verbatim
24382 #: ../fish/guestfish-actions.pod:918
24383 #, no-wrap
24384 msgid ""
24385 " equal file1 file2\n"
24386 "\n"
24387 msgstr ""
24388
24389 # type: =head2
24390 #. type: =head2
24391 #: ../fish/guestfish-actions.pod:925
24392 msgid "exists"
24393 msgstr ""
24394
24395 # type: verbatim
24396 #. type: verbatim
24397 #: ../fish/guestfish-actions.pod:927
24398 #, no-wrap
24399 msgid ""
24400 " exists path\n"
24401 "\n"
24402 msgstr ""
24403
24404 # type: textblock
24405 #. type: textblock
24406 #: ../fish/guestfish-actions.pod:932
24407 msgid "See also L</is-file>, L</is-dir>, L</stat>."
24408 msgstr ""
24409
24410 # type: =head2
24411 #. type: =head2
24412 #: ../fish/guestfish-actions.pod:934
24413 msgid "fallocate"
24414 msgstr ""
24415
24416 # type: verbatim
24417 #. type: verbatim
24418 #: ../fish/guestfish-actions.pod:936
24419 #, no-wrap
24420 msgid ""
24421 " fallocate path len\n"
24422 "\n"
24423 msgstr ""
24424
24425 # type: =head2
24426 #. type: =head2
24427 #: ../fish/guestfish-actions.pod:953
24428 msgid "fallocate64"
24429 msgstr ""
24430
24431 # type: verbatim
24432 #. type: verbatim
24433 #: ../fish/guestfish-actions.pod:955
24434 #, no-wrap
24435 msgid ""
24436 " fallocate64 path len\n"
24437 "\n"
24438 msgstr ""
24439
24440 # type: textblock
24441 #. type: textblock
24442 #: ../fish/guestfish-actions.pod:961
24443 msgid ""
24444 "Note that this call allocates disk blocks for the file.  To create a sparse "
24445 "file use L</truncate-size> instead."
24446 msgstr ""
24447
24448 # type: textblock
24449 #. type: textblock
24450 #: ../fish/guestfish-actions.pod:964
24451 msgid ""
24452 "The deprecated call L</fallocate> does the same, but owing to an oversight "
24453 "it only allowed 30 bit lengths to be specified, effectively limiting the "
24454 "maximum size of files created through that call to 1GB."
24455 msgstr ""
24456
24457 # type: =head2
24458 #. type: =head2
24459 #: ../fish/guestfish-actions.pod:973
24460 msgid "fgrep"
24461 msgstr ""
24462
24463 # type: verbatim
24464 #. type: verbatim
24465 #: ../fish/guestfish-actions.pod:975
24466 #, no-wrap
24467 msgid ""
24468 " fgrep pattern path\n"
24469 "\n"
24470 msgstr ""
24471
24472 # type: =head2
24473 #. type: =head2
24474 #: ../fish/guestfish-actions.pod:983
24475 msgid "fgrepi"
24476 msgstr ""
24477
24478 # type: verbatim
24479 #. type: verbatim
24480 #: ../fish/guestfish-actions.pod:985
24481 #, no-wrap
24482 msgid ""
24483 " fgrepi pattern path\n"
24484 "\n"
24485 msgstr ""
24486
24487 # type: =head2
24488 #. type: =head2
24489 #: ../fish/guestfish-actions.pod:993
24490 msgid "file"
24491 msgstr ""
24492
24493 # type: verbatim
24494 #. type: verbatim
24495 #: ../fish/guestfish-actions.pod:995
24496 #, no-wrap
24497 msgid ""
24498 " file path\n"
24499 "\n"
24500 msgstr ""
24501
24502 # type: textblock
24503 #. type: textblock
24504 #: ../fish/guestfish-actions.pod:1007
24505 msgid ""
24506 "This command can also be used on C</dev/> devices (and partitions, LV "
24507 "names).  You can for example use this to determine if a device contains a "
24508 "filesystem, although it's usually better to use L</vfs-type>."
24509 msgstr ""
24510
24511 # type: =head2
24512 #. type: =head2
24513 #: ../fish/guestfish-actions.pod:1017
24514 msgid "file-architecture"
24515 msgstr ""
24516
24517 # type: verbatim
24518 #. type: verbatim
24519 #: ../fish/guestfish-actions.pod:1019
24520 #, no-wrap
24521 msgid ""
24522 " file-architecture filename\n"
24523 "\n"
24524 msgstr ""
24525
24526 # type: =head2
24527 #. type: =head2
24528 #: ../fish/guestfish-actions.pod:1122
24529 msgid "filesize"
24530 msgstr ""
24531
24532 # type: verbatim
24533 #. type: verbatim
24534 #: ../fish/guestfish-actions.pod:1124
24535 #, no-wrap
24536 msgid ""
24537 " filesize file\n"
24538 "\n"
24539 msgstr ""
24540
24541 # type: textblock
24542 #. type: textblock
24543 #: ../fish/guestfish-actions.pod:1128
24544 msgid ""
24545 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
24546 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
24547 msgstr ""
24548
24549 # type: =head2
24550 #. type: =head2
24551 #: ../fish/guestfish-actions.pod:1132
24552 msgid "fill"
24553 msgstr ""
24554
24555 # type: verbatim
24556 #. type: verbatim
24557 #: ../fish/guestfish-actions.pod:1134
24558 #, no-wrap
24559 msgid ""
24560 " fill c len path\n"
24561 "\n"
24562 msgstr ""
24563
24564 # type: textblock
24565 #. type: textblock
24566 #: ../fish/guestfish-actions.pod:1140
24567 msgid ""
24568 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
24569 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
24570 "L</fill-pattern>."
24571 msgstr ""
24572
24573 # type: =head2
24574 #. type: =head2
24575 #: ../fish/guestfish-actions.pod:1145
24576 msgid "fill-pattern"
24577 msgstr ""
24578
24579 # type: verbatim
24580 #. type: verbatim
24581 #: ../fish/guestfish-actions.pod:1147
24582 #, no-wrap
24583 msgid ""
24584 " fill-pattern pattern len path\n"
24585 "\n"
24586 msgstr ""
24587
24588 # type: textblock
24589 #. type: textblock
24590 #: ../fish/guestfish-actions.pod:1149
24591 msgid ""
24592 "This function is like L</fill> except that it creates a new file of length "
24593 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
24594 "is truncated if necessary to ensure the length of the file is exactly C<len> "
24595 "bytes."
24596 msgstr ""
24597
24598 # type: =head2
24599 #. type: =head2
24600 #: ../fish/guestfish-actions.pod:1154
24601 msgid "find"
24602 msgstr ""
24603
24604 # type: verbatim
24605 #. type: verbatim
24606 #: ../fish/guestfish-actions.pod:1156
24607 #, no-wrap
24608 msgid ""
24609 " find directory\n"
24610 "\n"
24611 msgstr ""
24612
24613 # type: textblock
24614 #. type: textblock
24615 #: ../fish/guestfish-actions.pod:1170
24616 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
24617 msgstr ""
24618
24619 # type: textblock
24620 #. type: textblock
24621 #: ../fish/guestfish-actions.pod:1183
24622 msgid "See also L</find0>."
24623 msgstr ""
24624
24625 # type: =head2
24626 #. type: =head2
24627 #: ../fish/guestfish-actions.pod:1188
24628 msgid "find0"
24629 msgstr ""
24630
24631 # type: verbatim
24632 #. type: verbatim
24633 #: ../fish/guestfish-actions.pod:1190
24634 #, no-wrap
24635 msgid ""
24636 " find0 directory (files|-)\n"
24637 "\n"
24638 msgstr ""
24639
24640 # type: textblock
24641 #. type: textblock
24642 #: ../fish/guestfish-actions.pod:1196
24643 msgid ""
24644 "This command works the same way as L</find> with the following exceptions:"
24645 msgstr ""
24646
24647 # type: =head2
24648 #. type: =head2
24649 #: ../fish/guestfish-actions.pod:1223
24650 msgid "findfs-label"
24651 msgstr ""
24652
24653 # type: verbatim
24654 #. type: verbatim
24655 #: ../fish/guestfish-actions.pod:1225
24656 #, no-wrap
24657 msgid ""
24658 " findfs-label label\n"
24659 "\n"
24660 msgstr ""
24661
24662 # type: textblock
24663 #. type: textblock
24664 #: ../fish/guestfish-actions.pod:1231
24665 msgid "To find the label of a filesystem, use L</vfs-label>."
24666 msgstr ""
24667
24668 # type: =head2
24669 #. type: =head2
24670 #: ../fish/guestfish-actions.pod:1233
24671 msgid "findfs-uuid"
24672 msgstr ""
24673
24674 # type: verbatim
24675 #. type: verbatim
24676 #: ../fish/guestfish-actions.pod:1235
24677 #, no-wrap
24678 msgid ""
24679 " findfs-uuid uuid\n"
24680 "\n"
24681 msgstr ""
24682
24683 # type: textblock
24684 #. type: textblock
24685 #: ../fish/guestfish-actions.pod:1241
24686 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
24687 msgstr ""
24688
24689 # type: =head2
24690 #. type: =head2
24691 #: ../fish/guestfish-actions.pod:1243
24692 msgid "fsck"
24693 msgstr ""
24694
24695 # type: verbatim
24696 #. type: verbatim
24697 #: ../fish/guestfish-actions.pod:1245
24698 #, no-wrap
24699 msgid ""
24700 " fsck fstype device\n"
24701 "\n"
24702 msgstr ""
24703
24704 # type: =head2
24705 #. type: =head2
24706 #: ../fish/guestfish-actions.pod:1275
24707 msgid "get-append"
24708 msgstr ""
24709
24710 # type: verbatim
24711 #. type: verbatim
24712 #: ../fish/guestfish-actions.pod:1277
24713 #, no-wrap
24714 msgid ""
24715 " get-append\n"
24716 "\n"
24717 msgstr ""
24718
24719 # type: =head2
24720 #. type: =head2
24721 #: ../fish/guestfish-actions.pod:1284
24722 msgid "get-autosync"
24723 msgstr ""
24724
24725 # type: verbatim
24726 #. type: verbatim
24727 #: ../fish/guestfish-actions.pod:1286
24728 #, no-wrap
24729 msgid ""
24730 " get-autosync\n"
24731 "\n"
24732 msgstr ""
24733
24734 # type: =head2
24735 #. type: =head2
24736 #: ../fish/guestfish-actions.pod:1290
24737 msgid "get-direct"
24738 msgstr ""
24739
24740 # type: verbatim
24741 #. type: verbatim
24742 #: ../fish/guestfish-actions.pod:1292
24743 #, no-wrap
24744 msgid ""
24745 " get-direct\n"
24746 "\n"
24747 msgstr ""
24748
24749 # type: =head2
24750 #. type: =head2
24751 #: ../fish/guestfish-actions.pod:1296
24752 msgid "get-e2label"
24753 msgstr ""
24754
24755 # type: verbatim
24756 #. type: verbatim
24757 #: ../fish/guestfish-actions.pod:1298
24758 #, no-wrap
24759 msgid ""
24760 " get-e2label device\n"
24761 "\n"
24762 msgstr ""
24763
24764 # type: =head2
24765 #. type: =head2
24766 #: ../fish/guestfish-actions.pod:1310
24767 msgid "get-e2uuid"
24768 msgstr ""
24769
24770 # type: verbatim
24771 #. type: verbatim
24772 #: ../fish/guestfish-actions.pod:1312
24773 #, no-wrap
24774 msgid ""
24775 " get-e2uuid device\n"
24776 "\n"
24777 msgstr ""
24778
24779 # type: =head2
24780 #. type: =head2
24781 #: ../fish/guestfish-actions.pod:1324
24782 msgid "get-memsize"
24783 msgstr ""
24784
24785 # type: verbatim
24786 #. type: verbatim
24787 #: ../fish/guestfish-actions.pod:1326
24788 #, no-wrap
24789 msgid ""
24790 " get-memsize\n"
24791 "\n"
24792 msgstr ""
24793
24794 # type: textblock
24795 #. type: textblock
24796 #: ../fish/guestfish-actions.pod:1331
24797 msgid ""
24798 "If L</set-memsize> was not called on this handle, and if "
24799 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
24800 "value for memsize."
24801 msgstr ""
24802
24803 # type: =head2
24804 #. type: =head2
24805 #: ../fish/guestfish-actions.pod:1338
24806 msgid "get-network"
24807 msgstr ""
24808
24809 # type: verbatim
24810 #. type: verbatim
24811 #: ../fish/guestfish-actions.pod:1340
24812 #, no-wrap
24813 msgid ""
24814 " get-network\n"
24815 "\n"
24816 msgstr ""
24817
24818 # type: =head2
24819 #. type: =head2
24820 #: ../fish/guestfish-actions.pod:1344
24821 msgid "get-path"
24822 msgstr ""
24823
24824 # type: verbatim
24825 #. type: verbatim
24826 #: ../fish/guestfish-actions.pod:1346
24827 #, no-wrap
24828 msgid ""
24829 " get-path\n"
24830 "\n"
24831 msgstr ""
24832
24833 # type: =head2
24834 #. type: =head2
24835 #: ../fish/guestfish-actions.pod:1353
24836 msgid "get-pid"
24837 msgstr ""
24838
24839 # type: =head2
24840 #. type: =head2
24841 #: ../fish/guestfish-actions.pod:1355
24842 msgid "pid"
24843 msgstr ""
24844
24845 # type: verbatim
24846 #. type: verbatim
24847 #: ../fish/guestfish-actions.pod:1357
24848 #, no-wrap
24849 msgid ""
24850 " get-pid\n"
24851 "\n"
24852 msgstr ""
24853
24854 # type: =head2
24855 #. type: =head2
24856 #: ../fish/guestfish-actions.pod:1364
24857 msgid "get-qemu"
24858 msgstr ""
24859
24860 # type: verbatim
24861 #. type: verbatim
24862 #: ../fish/guestfish-actions.pod:1366
24863 #, no-wrap
24864 msgid ""
24865 " get-qemu\n"
24866 "\n"
24867 msgstr ""
24868
24869 # type: =head2
24870 #. type: =head2
24871 #: ../fish/guestfish-actions.pod:1373
24872 msgid "get-recovery-proc"
24873 msgstr ""
24874
24875 # type: verbatim
24876 #. type: verbatim
24877 #: ../fish/guestfish-actions.pod:1375
24878 #, no-wrap
24879 msgid ""
24880 " get-recovery-proc\n"
24881 "\n"
24882 msgstr ""
24883
24884 # type: =head2
24885 #. type: =head2
24886 #: ../fish/guestfish-actions.pod:1379
24887 msgid "get-selinux"
24888 msgstr ""
24889
24890 # type: verbatim
24891 #. type: verbatim
24892 #: ../fish/guestfish-actions.pod:1381
24893 #, no-wrap
24894 msgid ""
24895 " get-selinux\n"
24896 "\n"
24897 msgstr ""
24898
24899 # type: textblock
24900 #. type: textblock
24901 #: ../fish/guestfish-actions.pod:1383
24902 msgid ""
24903 "This returns the current setting of the selinux flag which is passed to the "
24904 "appliance at boot time.  See L</set-selinux>."
24905 msgstr ""
24906
24907 # type: =head2
24908 #. type: =head2
24909 #: ../fish/guestfish-actions.pod:1389
24910 msgid "get-state"
24911 msgstr ""
24912
24913 # type: verbatim
24914 #. type: verbatim
24915 #: ../fish/guestfish-actions.pod:1391
24916 #, no-wrap
24917 msgid ""
24918 " get-state\n"
24919 "\n"
24920 msgstr ""
24921
24922 # type: =head2
24923 #. type: =head2
24924 #: ../fish/guestfish-actions.pod:1398
24925 msgid "get-trace"
24926 msgstr ""
24927
24928 # type: verbatim
24929 #. type: verbatim
24930 #: ../fish/guestfish-actions.pod:1400
24931 #, no-wrap
24932 msgid ""
24933 " get-trace\n"
24934 "\n"
24935 msgstr ""
24936
24937 # type: =head2
24938 #. type: =head2
24939 #: ../fish/guestfish-actions.pod:1404
24940 msgid "get-umask"
24941 msgstr ""
24942
24943 # type: verbatim
24944 #. type: verbatim
24945 #: ../fish/guestfish-actions.pod:1406
24946 #, no-wrap
24947 msgid ""
24948 " get-umask\n"
24949 "\n"
24950 msgstr ""
24951
24952 # type: textblock
24953 #. type: textblock
24954 #: ../fish/guestfish-actions.pod:1408
24955 msgid ""
24956 "Return the current umask.  By default the umask is C<022> unless it has been "
24957 "set by calling L</umask>."
24958 msgstr ""
24959
24960 # type: =head2
24961 #. type: =head2
24962 #: ../fish/guestfish-actions.pod:1411
24963 msgid "get-verbose"
24964 msgstr ""
24965
24966 # type: verbatim
24967 #. type: verbatim
24968 #: ../fish/guestfish-actions.pod:1413
24969 #, no-wrap
24970 msgid ""
24971 " get-verbose\n"
24972 "\n"
24973 msgstr ""
24974
24975 # type: =head2
24976 #. type: =head2
24977 #: ../fish/guestfish-actions.pod:1417
24978 msgid "getcon"
24979 msgstr ""
24980
24981 # type: verbatim
24982 #. type: verbatim
24983 #: ../fish/guestfish-actions.pod:1419
24984 #, no-wrap
24985 msgid ""
24986 " getcon\n"
24987 "\n"
24988 msgstr ""
24989
24990 # type: textblock
24991 #. type: textblock
24992 #: ../fish/guestfish-actions.pod:1423
24993 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
24994 msgstr ""
24995
24996 # type: =head2
24997 #. type: =head2
24998 #: ../fish/guestfish-actions.pod:1426
24999 msgid "getxattr"
25000 msgstr ""
25001
25002 # type: verbatim
25003 #. type: verbatim
25004 #: ../fish/guestfish-actions.pod:1428
25005 #, no-wrap
25006 msgid ""
25007 " getxattr path name\n"
25008 "\n"
25009 msgstr ""
25010
25011 # type: textblock
25012 #. type: textblock
25013 #: ../fish/guestfish-actions.pod:1430
25014 msgid ""
25015 "Get a single extended attribute from file C<path> named C<name>.  This call "
25016 "follows symlinks.  If you want to lookup an extended attribute for the "
25017 "symlink itself, use L</lgetxattr>."
25018 msgstr ""
25019
25020 # type: textblock
25021 #. type: textblock
25022 #: ../fish/guestfish-actions.pod:1434 ../fish/guestfish-actions.pod:2265
25023 msgid ""
25024 "Normally it is better to get all extended attributes from a file in one go "
25025 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
25026 "buggy and do not provide a way to list out attributes.  For these "
25027 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
25028 "attributes you want in advance and call this function."
25029 msgstr ""
25030
25031 # type: textblock
25032 #. type: textblock
25033 #: ../fish/guestfish-actions.pod:1444
25034 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
25035 msgstr ""
25036
25037 # type: =head2
25038 #. type: =head2
25039 #: ../fish/guestfish-actions.pod:1446
25040 msgid "getxattrs"
25041 msgstr ""
25042
25043 # type: verbatim
25044 #. type: verbatim
25045 #: ../fish/guestfish-actions.pod:1448
25046 #, no-wrap
25047 msgid ""
25048 " getxattrs path\n"
25049 "\n"
25050 msgstr ""
25051
25052 # type: textblock
25053 #. type: textblock
25054 #: ../fish/guestfish-actions.pod:1456
25055 msgid "See also: L</lgetxattrs>, L<attr(5)>."
25056 msgstr ""
25057
25058 # type: =head2
25059 #. type: =head2
25060 #: ../fish/guestfish-actions.pod:1458
25061 msgid "glob-expand"
25062 msgstr ""
25063
25064 # type: verbatim
25065 #. type: verbatim
25066 #: ../fish/guestfish-actions.pod:1460
25067 #, no-wrap
25068 msgid ""
25069 " glob-expand pattern\n"
25070 "\n"
25071 msgstr ""
25072
25073 # type: =head2
25074 #. type: =head2
25075 #: ../fish/guestfish-actions.pod:1473
25076 msgid "grep"
25077 msgstr ""
25078
25079 # type: verbatim
25080 #. type: verbatim
25081 #: ../fish/guestfish-actions.pod:1475
25082 #, no-wrap
25083 msgid ""
25084 " grep regex path\n"
25085 "\n"
25086 msgstr ""
25087
25088 # type: =head2
25089 #. type: =head2
25090 #: ../fish/guestfish-actions.pod:1483
25091 msgid "grepi"
25092 msgstr ""
25093
25094 # type: verbatim
25095 #. type: verbatim
25096 #: ../fish/guestfish-actions.pod:1485
25097 #, no-wrap
25098 msgid ""
25099 " grepi regex path\n"
25100 "\n"
25101 msgstr ""
25102
25103 # type: =head2
25104 #. type: =head2
25105 #: ../fish/guestfish-actions.pod:1493
25106 msgid "grub-install"
25107 msgstr ""
25108
25109 # type: verbatim
25110 #. type: verbatim
25111 #: ../fish/guestfish-actions.pod:1495
25112 #, no-wrap
25113 msgid ""
25114 " grub-install root device\n"
25115 "\n"
25116 msgstr ""
25117
25118 # type: =head2
25119 #. type: =head2
25120 #: ../fish/guestfish-actions.pod:1511
25121 msgid "head"
25122 msgstr ""
25123
25124 # type: verbatim
25125 #. type: verbatim
25126 #: ../fish/guestfish-actions.pod:1513
25127 #, no-wrap
25128 msgid ""
25129 " head path\n"
25130 "\n"
25131 msgstr ""
25132
25133 # type: =head2
25134 #. type: =head2
25135 #: ../fish/guestfish-actions.pod:1521
25136 msgid "head-n"
25137 msgstr ""
25138
25139 # type: verbatim
25140 #. type: verbatim
25141 #: ../fish/guestfish-actions.pod:1523
25142 #, no-wrap
25143 msgid ""
25144 " head-n nrlines path\n"
25145 "\n"
25146 msgstr ""
25147
25148 # type: =head2
25149 #. type: =head2
25150 #: ../fish/guestfish-actions.pod:1536
25151 msgid "hexdump"
25152 msgstr ""
25153
25154 # type: verbatim
25155 #. type: verbatim
25156 #: ../fish/guestfish-actions.pod:1538
25157 #, no-wrap
25158 msgid ""
25159 " hexdump path\n"
25160 "\n"
25161 msgstr ""
25162
25163 # type: =head2
25164 #. type: =head2
25165 #: ../fish/guestfish-actions.pod:1546
25166 msgid "initrd-cat"
25167 msgstr ""
25168
25169 # type: verbatim
25170 #. type: verbatim
25171 #: ../fish/guestfish-actions.pod:1548
25172 #, no-wrap
25173 msgid ""
25174 " initrd-cat initrdpath filename\n"
25175 "\n"
25176 msgstr ""
25177
25178 # type: textblock
25179 #. type: textblock
25180 #: ../fish/guestfish-actions.pod:1560
25181 msgid "See also L</initrd-list>."
25182 msgstr ""
25183
25184 # type: =head2
25185 #. type: =head2
25186 #: ../fish/guestfish-actions.pod:1565
25187 msgid "initrd-list"
25188 msgstr ""
25189
25190 # type: verbatim
25191 #. type: verbatim
25192 #: ../fish/guestfish-actions.pod:1567
25193 #, no-wrap
25194 msgid ""
25195 " initrd-list path\n"
25196 "\n"
25197 msgstr ""
25198
25199 # type: =head2
25200 #. type: =head2
25201 #: ../fish/guestfish-actions.pod:1579
25202 msgid "inotify-add-watch"
25203 msgstr ""
25204
25205 # type: verbatim
25206 #. type: verbatim
25207 #: ../fish/guestfish-actions.pod:1581
25208 #, no-wrap
25209 msgid ""
25210 " inotify-add-watch path mask\n"
25211 "\n"
25212 msgstr ""
25213
25214 # type: =head2
25215 #. type: =head2
25216 #: ../fish/guestfish-actions.pod:1593
25217 msgid "inotify-close"
25218 msgstr ""
25219
25220 # type: verbatim
25221 #. type: verbatim
25222 #: ../fish/guestfish-actions.pod:1595
25223 #, no-wrap
25224 msgid ""
25225 " inotify-close\n"
25226 "\n"
25227 msgstr ""
25228
25229 # type: =head2
25230 #. type: =head2
25231 #: ../fish/guestfish-actions.pod:1601
25232 msgid "inotify-files"
25233 msgstr ""
25234
25235 # type: verbatim
25236 #. type: verbatim
25237 #: ../fish/guestfish-actions.pod:1603
25238 #, no-wrap
25239 msgid ""
25240 " inotify-files\n"
25241 "\n"
25242 msgstr ""
25243
25244 # type: textblock
25245 #. type: textblock
25246 #: ../fish/guestfish-actions.pod:1605
25247 msgid ""
25248 "This function is a helpful wrapper around L</inotify-read> which just "
25249 "returns a list of pathnames of objects that were touched.  The returned "
25250 "pathnames are sorted and deduplicated."
25251 msgstr ""
25252
25253 # type: =head2
25254 #. type: =head2
25255 #: ../fish/guestfish-actions.pod:1609
25256 msgid "inotify-init"
25257 msgstr ""
25258
25259 # type: verbatim
25260 #. type: verbatim
25261 #: ../fish/guestfish-actions.pod:1611
25262 #, no-wrap
25263 msgid ""
25264 " inotify-init maxevents\n"
25265 "\n"
25266 msgstr ""
25267
25268 # type: textblock
25269 #. type: textblock
25270 #: ../fish/guestfish-actions.pod:1617
25271 msgid ""
25272 "C<maxevents> is the maximum number of events which will be queued up between "
25273 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
25274 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
25275 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
25276 "but records the fact that it threw them away by setting a flag "
25277 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
25278 msgstr ""
25279
25280 # type: textblock
25281 #. type: textblock
25282 #: ../fish/guestfish-actions.pod:1627
25283 msgid ""
25284 "Before any events are generated, you have to add some watches to the "
25285 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
25286 "L</inotify-watch-all>."
25287 msgstr ""
25288
25289 # type: textblock
25290 #. type: textblock
25291 #: ../fish/guestfish-actions.pod:1633
25292 msgid ""
25293 "Queued up events should be read periodically by calling L</inotify-read> (or "
25294 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
25295 "If you don't read the events out often enough then you risk the internal "
25296 "queue overflowing."
25297 msgstr ""
25298
25299 # type: textblock
25300 #. type: textblock
25301 #: ../fish/guestfish-actions.pod:1640
25302 msgid ""
25303 "The handle should be closed after use by calling L</inotify-close>.  This "
25304 "also removes any watches automatically."
25305 msgstr ""
25306
25307 # type: =head2
25308 #. type: =head2
25309 #: ../fish/guestfish-actions.pod:1649
25310 msgid "inotify-read"
25311 msgstr ""
25312
25313 # type: verbatim
25314 #. type: verbatim
25315 #: ../fish/guestfish-actions.pod:1651
25316 #, no-wrap
25317 msgid ""
25318 " inotify-read\n"
25319 "\n"
25320 msgstr ""
25321
25322 # type: =head2
25323 #. type: =head2
25324 #: ../fish/guestfish-actions.pod:1664
25325 msgid "inotify-rm-watch"
25326 msgstr ""
25327
25328 # type: verbatim
25329 #. type: verbatim
25330 #: ../fish/guestfish-actions.pod:1666
25331 #, no-wrap
25332 msgid ""
25333 " inotify-rm-watch wd\n"
25334 "\n"
25335 msgstr ""
25336
25337 # type: textblock
25338 #. type: textblock
25339 #: ../fish/guestfish-actions.pod:1668
25340 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
25341 msgstr ""
25342
25343 # type: =head2
25344 #. type: =head2
25345 #: ../fish/guestfish-actions.pod:1671
25346 msgid "inspect-get-arch"
25347 msgstr ""
25348
25349 # type: verbatim
25350 #. type: verbatim
25351 #: ../fish/guestfish-actions.pod:1673
25352 #, no-wrap
25353 msgid ""
25354 " inspect-get-arch root\n"
25355 "\n"
25356 msgstr ""
25357
25358 # type: textblock
25359 #. type: textblock
25360 #: ../fish/guestfish-actions.pod:1675 ../fish/guestfish-actions.pod:1691
25361 #: ../fish/guestfish-actions.pod:1765 ../fish/guestfish-actions.pod:1783
25362 #: ../fish/guestfish-actions.pod:1798 ../fish/guestfish-actions.pod:1819
25363 #: ../fish/guestfish-actions.pod:1834 ../fish/guestfish-actions.pod:1861
25364 #: ../fish/guestfish-actions.pod:1883 ../fish/guestfish-actions.pod:1907
25365 #: ../fish/guestfish-actions.pod:1937 ../fish/guestfish-actions.pod:1972
25366 #: ../fish/guestfish-actions.pod:1988
25367 msgid ""
25368 "This function should only be called with a root device string as returned by "
25369 "L</inspect-os>."
25370 msgstr ""
25371
25372 # type: textblock
25373 #. type: textblock
25374 #: ../fish/guestfish-actions.pod:1678
25375 msgid ""
25376 "This returns the architecture of the inspected operating system.  The "
25377 "possible return values are listed under L</file-architecture>."
25378 msgstr ""
25379
25380 # type: =head2
25381 #. type: =head2
25382 #: ../fish/guestfish-actions.pod:1687
25383 msgid "inspect-get-distro"
25384 msgstr ""
25385
25386 # type: verbatim
25387 #. type: verbatim
25388 #: ../fish/guestfish-actions.pod:1689
25389 #, no-wrap
25390 msgid ""
25391 " inspect-get-distro root\n"
25392 "\n"
25393 msgstr ""
25394
25395 # type: =head2
25396 #. type: =head2
25397 #: ../fish/guestfish-actions.pod:1761
25398 msgid "inspect-get-filesystems"
25399 msgstr ""
25400
25401 # type: verbatim
25402 #. type: verbatim
25403 #: ../fish/guestfish-actions.pod:1763
25404 #, no-wrap
25405 msgid ""
25406 " inspect-get-filesystems root\n"
25407 "\n"
25408 msgstr ""
25409
25410 # type: textblock
25411 #. type: textblock
25412 #: ../fish/guestfish-actions.pod:1776
25413 msgid ""
25414 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25415 "get-mountpoints>."
25416 msgstr ""
25417
25418 # type: =head2
25419 #. type: =head2
25420 #: ../fish/guestfish-actions.pod:1779
25421 msgid "inspect-get-hostname"
25422 msgstr ""
25423
25424 # type: verbatim
25425 #. type: verbatim
25426 #: ../fish/guestfish-actions.pod:1781
25427 #, no-wrap
25428 msgid ""
25429 " inspect-get-hostname root\n"
25430 "\n"
25431 msgstr ""
25432
25433 # type: =head2
25434 #. type: =head2
25435 #: ../fish/guestfish-actions.pod:1794
25436 msgid "inspect-get-major-version"
25437 msgstr ""
25438
25439 # type: verbatim
25440 #. type: verbatim
25441 #: ../fish/guestfish-actions.pod:1796
25442 #, no-wrap
25443 msgid ""
25444 " inspect-get-major-version root\n"
25445 "\n"
25446 msgstr ""
25447
25448 # type: =head2
25449 #. type: =head2
25450 #: ../fish/guestfish-actions.pod:1815
25451 msgid "inspect-get-minor-version"
25452 msgstr ""
25453
25454 # type: verbatim
25455 #. type: verbatim
25456 #: ../fish/guestfish-actions.pod:1817
25457 #, no-wrap
25458 msgid ""
25459 " inspect-get-minor-version root\n"
25460 "\n"
25461 msgstr ""
25462
25463 # type: textblock
25464 #. type: textblock
25465 #: ../fish/guestfish-actions.pod:1827
25466 msgid ""
25467 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25468 "get-major-version>."
25469 msgstr ""
25470
25471 # type: =head2
25472 #. type: =head2
25473 #: ../fish/guestfish-actions.pod:1830
25474 msgid "inspect-get-mountpoints"
25475 msgstr ""
25476
25477 # type: verbatim
25478 #. type: verbatim
25479 #: ../fish/guestfish-actions.pod:1832
25480 #, no-wrap
25481 msgid ""
25482 " inspect-get-mountpoints root\n"
25483 "\n"
25484 msgstr ""
25485
25486 # type: textblock
25487 #. type: textblock
25488 #: ../fish/guestfish-actions.pod:1854
25489 msgid ""
25490 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
25491 "get-filesystems>."
25492 msgstr ""
25493
25494 # type: =head2
25495 #. type: =head2
25496 #: ../fish/guestfish-actions.pod:1857
25497 msgid "inspect-get-package-format"
25498 msgstr ""
25499
25500 # type: verbatim
25501 #. type: verbatim
25502 #: ../fish/guestfish-actions.pod:1859
25503 #, no-wrap
25504 msgid ""
25505 " inspect-get-package-format root\n"
25506 "\n"
25507 msgstr ""
25508
25509 # type: textblock
25510 #. type: textblock
25511 #: ../fish/guestfish-actions.pod:1864
25512 msgid ""
25513 "This function and L</inspect-get-package-management> return the package "
25514 "format and package management tool used by the inspected operating system.  "
25515 "For example for Fedora these functions would return C<rpm> (package format) "
25516 "and C<yum> (package management)."
25517 msgstr ""
25518
25519 # type: =head2
25520 #. type: =head2
25521 #: ../fish/guestfish-actions.pod:1879
25522 msgid "inspect-get-package-management"
25523 msgstr ""
25524
25525 # type: verbatim
25526 #. type: verbatim
25527 #: ../fish/guestfish-actions.pod:1881
25528 #, no-wrap
25529 msgid ""
25530 " inspect-get-package-management root\n"
25531 "\n"
25532 msgstr ""
25533
25534 # type: textblock
25535 #. type: textblock
25536 #: ../fish/guestfish-actions.pod:1886
25537 msgid ""
25538 "L</inspect-get-package-format> and this function return the package format "
25539 "and package management tool used by the inspected operating system.  For "
25540 "example for Fedora these functions would return C<rpm> (package format) and "
25541 "C<yum> (package management)."
25542 msgstr ""
25543
25544 # type: =head2
25545 #. type: =head2
25546 #: ../fish/guestfish-actions.pod:1903
25547 msgid "inspect-get-product-name"
25548 msgstr ""
25549
25550 # type: verbatim
25551 #. type: verbatim
25552 #: ../fish/guestfish-actions.pod:1905
25553 #, no-wrap
25554 msgid ""
25555 " inspect-get-product-name root\n"
25556 "\n"
25557 msgstr ""
25558
25559 # type: =head2
25560 #. type: =head2
25561 #: ../fish/guestfish-actions.pod:1920
25562 msgid "inspect-get-roots"
25563 msgstr ""
25564
25565 # type: verbatim
25566 #. type: verbatim
25567 #: ../fish/guestfish-actions.pod:1922
25568 #, no-wrap
25569 msgid ""
25570 " inspect-get-roots\n"
25571 "\n"
25572 msgstr ""
25573
25574 # type: textblock
25575 #. type: textblock
25576 #: ../fish/guestfish-actions.pod:1924
25577 msgid ""
25578 "This function is a convenient way to get the list of root devices, as "
25579 "returned from a previous call to L</inspect-os>, but without redoing the "
25580 "whole inspection process."
25581 msgstr ""
25582
25583 # type: textblock
25584 #. type: textblock
25585 #: ../fish/guestfish-actions.pod:1928
25586 msgid ""
25587 "This returns an empty list if either no root devices were found or the "
25588 "caller has not called L</inspect-os>."
25589 msgstr ""
25590
25591 # type: =head2
25592 #. type: =head2
25593 #: ../fish/guestfish-actions.pod:1933
25594 msgid "inspect-get-type"
25595 msgstr ""
25596
25597 # type: verbatim
25598 #. type: verbatim
25599 #: ../fish/guestfish-actions.pod:1935
25600 #, no-wrap
25601 msgid ""
25602 " inspect-get-type root\n"
25603 "\n"
25604 msgstr ""
25605
25606 # type: =head2
25607 #. type: =head2
25608 #: ../fish/guestfish-actions.pod:1968
25609 msgid "inspect-get-windows-systemroot"
25610 msgstr ""
25611
25612 # type: verbatim
25613 #. type: verbatim
25614 #: ../fish/guestfish-actions.pod:1970
25615 #, no-wrap
25616 msgid ""
25617 " inspect-get-windows-systemroot root\n"
25618 "\n"
25619 msgstr ""
25620
25621 # type: =head2
25622 #. type: =head2
25623 #: ../fish/guestfish-actions.pod:1984
25624 msgid "inspect-list-applications"
25625 msgstr ""
25626
25627 # type: verbatim
25628 #. type: verbatim
25629 #: ../fish/guestfish-actions.pod:1986
25630 #, no-wrap
25631 msgid ""
25632 " inspect-list-applications root\n"
25633 "\n"
25634 msgstr ""
25635
25636 # type: textblock
25637 #. type: textblock
25638 #: ../fish/guestfish-actions.pod:1993
25639 msgid ""
25640 "I<Note:> This call works differently from other parts of the inspection "
25641 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
25642 "then mount up the disks, before calling this.  Listing applications is a "
25643 "significantly more difficult operation which requires access to the full "
25644 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
25645 "are just returning data cached in the libguestfs handle, this call actually "
25646 "reads parts of the mounted filesystems during the call."
25647 msgstr ""
25648
25649 # type: =head2
25650 #. type: =head2
25651 #: ../fish/guestfish-actions.pod:2083
25652 msgid "inspect-os"
25653 msgstr ""
25654
25655 # type: verbatim
25656 #. type: verbatim
25657 #: ../fish/guestfish-actions.pod:2085
25658 #, no-wrap
25659 msgid ""
25660 " inspect-os\n"
25661 "\n"
25662 msgstr ""
25663
25664 # type: textblock
25665 #. type: textblock
25666 #: ../fish/guestfish-actions.pod:2100
25667 msgid ""
25668 "You can pass the root string(s) returned to other L</inspect-get-*> "
25669 "functions in order to query further information about each operating system, "
25670 "such as the name and version."
25671 msgstr ""
25672
25673 # type: textblock
25674 #. type: textblock
25675 #: ../fish/guestfish-actions.pod:2105
25676 msgid ""
25677 "This function uses other libguestfs features such as L</mount-ro> and L</"
25678 "umount-all> in order to mount and unmount filesystems and look at the "
25679 "contents.  This should be called with no disks currently mounted.  The "
25680 "function may also use Augeas, so any existing Augeas handle will be closed."
25681 msgstr ""
25682
25683 # type: textblock
25684 #. type: textblock
25685 #: ../fish/guestfish-actions.pod:2117 ../fish/guestfish-actions.pod:2293
25686 #: ../fish/guestfish-actions.pod:2339
25687 msgid "See also L</list-filesystems>."
25688 msgstr ""
25689
25690 # type: =head2
25691 #. type: =head2
25692 #: ../fish/guestfish-actions.pod:2119
25693 msgid "is-blockdev"
25694 msgstr ""
25695
25696 # type: verbatim
25697 #. type: verbatim
25698 #: ../fish/guestfish-actions.pod:2121
25699 #, no-wrap
25700 msgid ""
25701 " is-blockdev path\n"
25702 "\n"
25703 msgstr ""
25704
25705 # type: textblock
25706 #. type: textblock
25707 #: ../fish/guestfish-actions.pod:2126 ../fish/guestfish-actions.pod:2144
25708 #: ../fish/guestfish-actions.pod:2163 ../fish/guestfish-actions.pod:2172
25709 #: ../fish/guestfish-actions.pod:2182 ../fish/guestfish-actions.pod:2216
25710 #: ../fish/guestfish-actions.pod:2225
25711 msgid "See also L</stat>."
25712 msgstr ""
25713
25714 # type: =head2
25715 #. type: =head2
25716 #: ../fish/guestfish-actions.pod:2128
25717 msgid "is-busy"
25718 msgstr ""
25719
25720 # type: verbatim
25721 #. type: verbatim
25722 #: ../fish/guestfish-actions.pod:2130
25723 #, no-wrap
25724 msgid ""
25725 " is-busy\n"
25726 "\n"
25727 msgstr ""
25728
25729 # type: =head2
25730 #. type: =head2
25731 #: ../fish/guestfish-actions.pod:2137
25732 msgid "is-chardev"
25733 msgstr ""
25734
25735 # type: verbatim
25736 #. type: verbatim
25737 #: ../fish/guestfish-actions.pod:2139
25738 #, no-wrap
25739 msgid ""
25740 " is-chardev path\n"
25741 "\n"
25742 msgstr ""
25743
25744 # type: =head2
25745 #. type: =head2
25746 #: ../fish/guestfish-actions.pod:2146
25747 msgid "is-config"
25748 msgstr ""
25749
25750 # type: verbatim
25751 #. type: verbatim
25752 #: ../fish/guestfish-actions.pod:2148
25753 #, no-wrap
25754 msgid ""
25755 " is-config\n"
25756 "\n"
25757 msgstr ""
25758
25759 # type: =head2
25760 #. type: =head2
25761 #: ../fish/guestfish-actions.pod:2155
25762 msgid "is-dir"
25763 msgstr ""
25764
25765 # type: verbatim
25766 #. type: verbatim
25767 #: ../fish/guestfish-actions.pod:2157
25768 #, no-wrap
25769 msgid ""
25770 " is-dir path\n"
25771 "\n"
25772 msgstr ""
25773
25774 # type: =head2
25775 #. type: =head2
25776 #: ../fish/guestfish-actions.pod:2165
25777 msgid "is-fifo"
25778 msgstr ""
25779
25780 # type: verbatim
25781 #. type: verbatim
25782 #: ../fish/guestfish-actions.pod:2167
25783 #, no-wrap
25784 msgid ""
25785 " is-fifo path\n"
25786 "\n"
25787 msgstr ""
25788
25789 # type: =head2
25790 #. type: =head2
25791 #: ../fish/guestfish-actions.pod:2174
25792 msgid "is-file"
25793 msgstr ""
25794
25795 # type: verbatim
25796 #. type: verbatim
25797 #: ../fish/guestfish-actions.pod:2176
25798 #, no-wrap
25799 msgid ""
25800 " is-file path\n"
25801 "\n"
25802 msgstr ""
25803
25804 # type: =head2
25805 #. type: =head2
25806 #: ../fish/guestfish-actions.pod:2184
25807 msgid "is-launching"
25808 msgstr ""
25809
25810 # type: verbatim
25811 #. type: verbatim
25812 #: ../fish/guestfish-actions.pod:2186
25813 #, no-wrap
25814 msgid ""
25815 " is-launching\n"
25816 "\n"
25817 msgstr ""
25818
25819 # type: =head2
25820 #. type: =head2
25821 #: ../fish/guestfish-actions.pod:2193
25822 msgid "is-lv"
25823 msgstr ""
25824
25825 # type: verbatim
25826 #. type: verbatim
25827 #: ../fish/guestfish-actions.pod:2195
25828 #, no-wrap
25829 msgid ""
25830 " is-lv device\n"
25831 "\n"
25832 msgstr ""
25833
25834 # type: =head2
25835 #. type: =head2
25836 #: ../fish/guestfish-actions.pod:2200
25837 msgid "is-ready"
25838 msgstr ""
25839
25840 # type: verbatim
25841 #. type: verbatim
25842 #: ../fish/guestfish-actions.pod:2202
25843 #, no-wrap
25844 msgid ""
25845 " is-ready\n"
25846 "\n"
25847 msgstr ""
25848
25849 # type: =head2
25850 #. type: =head2
25851 #: ../fish/guestfish-actions.pod:2209
25852 msgid "is-socket"
25853 msgstr ""
25854
25855 # type: verbatim
25856 #. type: verbatim
25857 #: ../fish/guestfish-actions.pod:2211
25858 #, no-wrap
25859 msgid ""
25860 " is-socket path\n"
25861 "\n"
25862 msgstr ""
25863
25864 # type: =head2
25865 #. type: =head2
25866 #: ../fish/guestfish-actions.pod:2218
25867 msgid "is-symlink"
25868 msgstr ""
25869
25870 # type: verbatim
25871 #. type: verbatim
25872 #: ../fish/guestfish-actions.pod:2220
25873 #, no-wrap
25874 msgid ""
25875 " is-symlink path\n"
25876 "\n"
25877 msgstr ""
25878
25879 # type: =head2
25880 #. type: =head2
25881 #: ../fish/guestfish-actions.pod:2227
25882 msgid "kill-subprocess"
25883 msgstr ""
25884
25885 # type: verbatim
25886 #. type: verbatim
25887 #: ../fish/guestfish-actions.pod:2229
25888 #, no-wrap
25889 msgid ""
25890 " kill-subprocess\n"
25891 "\n"
25892 msgstr ""
25893
25894 # type: =head2
25895 #. type: =head2
25896 #: ../fish/guestfish-actions.pod:2233
25897 msgid "launch"
25898 msgstr ""
25899
25900 # type: =head2
25901 #. type: =head2
25902 #: ../fish/guestfish-actions.pod:2235
25903 msgid "run"
25904 msgstr ""
25905
25906 # type: verbatim
25907 #. type: verbatim
25908 #: ../fish/guestfish-actions.pod:2237
25909 #, no-wrap
25910 msgid ""
25911 " launch\n"
25912 "\n"
25913 msgstr ""
25914
25915 # type: =head2
25916 #. type: =head2
25917 #: ../fish/guestfish-actions.pod:2245
25918 msgid "lchown"
25919 msgstr ""
25920
25921 # type: verbatim
25922 #. type: verbatim
25923 #: ../fish/guestfish-actions.pod:2247
25924 #, no-wrap
25925 msgid ""
25926 " lchown owner group path\n"
25927 "\n"
25928 msgstr ""
25929
25930 # type: textblock
25931 #. type: textblock
25932 #: ../fish/guestfish-actions.pod:2249
25933 msgid ""
25934 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
25935 "chown> but if C<path> is a symlink then the link itself is changed, not the "
25936 "target."
25937 msgstr ""
25938
25939 # type: =head2
25940 #. type: =head2
25941 #: ../fish/guestfish-actions.pod:2257
25942 msgid "lgetxattr"
25943 msgstr ""
25944
25945 # type: verbatim
25946 #. type: verbatim
25947 #: ../fish/guestfish-actions.pod:2259
25948 #, no-wrap
25949 msgid ""
25950 " lgetxattr path name\n"
25951 "\n"
25952 msgstr ""
25953
25954 # type: textblock
25955 #. type: textblock
25956 #: ../fish/guestfish-actions.pod:2275
25957 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
25958 msgstr ""
25959
25960 # type: =head2
25961 #. type: =head2
25962 #: ../fish/guestfish-actions.pod:2277
25963 msgid "lgetxattrs"
25964 msgstr ""
25965
25966 # type: verbatim
25967 #. type: verbatim
25968 #: ../fish/guestfish-actions.pod:2279
25969 #, no-wrap
25970 msgid ""
25971 " lgetxattrs path\n"
25972 "\n"
25973 msgstr ""
25974
25975 # type: textblock
25976 #. type: textblock
25977 #: ../fish/guestfish-actions.pod:2281
25978 msgid ""
25979 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
25980 "it returns the extended attributes of the link itself."
25981 msgstr ""
25982
25983 # type: =head2
25984 #. type: =head2
25985 #: ../fish/guestfish-actions.pod:2285
25986 msgid "list-devices"
25987 msgstr ""
25988
25989 # type: verbatim
25990 #. type: verbatim
25991 #: ../fish/guestfish-actions.pod:2287
25992 #, no-wrap
25993 msgid ""
25994 " list-devices\n"
25995 "\n"
25996 msgstr ""
25997
25998 # type: =head2
25999 #. type: =head2
26000 #: ../fish/guestfish-actions.pod:2295
26001 msgid "list-filesystems"
26002 msgstr ""
26003
26004 # type: verbatim
26005 #. type: verbatim
26006 #: ../fish/guestfish-actions.pod:2297
26007 #, no-wrap
26008 msgid ""
26009 " list-filesystems\n"
26010 "\n"
26011 msgstr ""
26012
26013 # type: textblock
26014 #. type: textblock
26015 #: ../fish/guestfish-actions.pod:2316
26016 msgid ""
26017 "This command runs other libguestfs commands, which might include L</mount> "
26018 "and L</umount>, and therefore you should use this soon after launch and only "
26019 "when nothing is mounted."
26020 msgstr ""
26021
26022 # type: textblock
26023 #. type: textblock
26024 #: ../fish/guestfish-actions.pod:2320
26025 msgid ""
26026 "Not all of the filesystems returned will be mountable.  In particular, swap "
26027 "partitions are returned in the list.  Also this command does not check that "
26028 "each filesystem found is valid and mountable, and some filesystems might be "
26029 "mountable but require special options.  Filesystems may not all belong to a "
26030 "single logical operating system (use L</inspect-os> to look for OSes)."
26031 msgstr ""
26032
26033 # type: =head2
26034 #. type: =head2
26035 #: ../fish/guestfish-actions.pod:2328
26036 msgid "list-partitions"
26037 msgstr ""
26038
26039 # type: verbatim
26040 #. type: verbatim
26041 #: ../fish/guestfish-actions.pod:2330
26042 #, no-wrap
26043 msgid ""
26044 " list-partitions\n"
26045 "\n"
26046 msgstr ""
26047
26048 # type: textblock
26049 #. type: textblock
26050 #: ../fish/guestfish-actions.pod:2336
26051 msgid ""
26052 "This does not return logical volumes.  For that you will need to call L</"
26053 "lvs>."
26054 msgstr ""
26055
26056 # type: =head2
26057 #. type: =head2
26058 #: ../fish/guestfish-actions.pod:2341
26059 msgid "ll"
26060 msgstr ""
26061
26062 # type: verbatim
26063 #. type: verbatim
26064 #: ../fish/guestfish-actions.pod:2343
26065 #, no-wrap
26066 msgid ""
26067 " ll directory\n"
26068 "\n"
26069 msgstr ""
26070
26071 # type: =head2
26072 #. type: =head2
26073 #: ../fish/guestfish-actions.pod:2351
26074 msgid "ln"
26075 msgstr ""
26076
26077 # type: verbatim
26078 #. type: verbatim
26079 #: ../fish/guestfish-actions.pod:2353
26080 #, no-wrap
26081 msgid ""
26082 " ln target linkname\n"
26083 "\n"
26084 msgstr ""
26085
26086 # type: =head2
26087 #. type: =head2
26088 #: ../fish/guestfish-actions.pod:2357
26089 msgid "ln-f"
26090 msgstr ""
26091
26092 # type: verbatim
26093 #. type: verbatim
26094 #: ../fish/guestfish-actions.pod:2359
26095 #, no-wrap
26096 msgid ""
26097 " ln-f target linkname\n"
26098 "\n"
26099 msgstr ""
26100
26101 # type: =head2
26102 #. type: =head2
26103 #: ../fish/guestfish-actions.pod:2364
26104 msgid "ln-s"
26105 msgstr ""
26106
26107 # type: verbatim
26108 #. type: verbatim
26109 #: ../fish/guestfish-actions.pod:2366
26110 #, no-wrap
26111 msgid ""
26112 " ln-s target linkname\n"
26113 "\n"
26114 msgstr ""
26115
26116 # type: =head2
26117 #. type: =head2
26118 #: ../fish/guestfish-actions.pod:2370
26119 msgid "ln-sf"
26120 msgstr ""
26121
26122 # type: verbatim
26123 #. type: verbatim
26124 #: ../fish/guestfish-actions.pod:2372
26125 #, no-wrap
26126 msgid ""
26127 " ln-sf target linkname\n"
26128 "\n"
26129 msgstr ""
26130
26131 # type: =head2
26132 #. type: =head2
26133 #: ../fish/guestfish-actions.pod:2377
26134 msgid "lremovexattr"
26135 msgstr ""
26136
26137 # type: verbatim
26138 #. type: verbatim
26139 #: ../fish/guestfish-actions.pod:2379
26140 #, no-wrap
26141 msgid ""
26142 " lremovexattr xattr path\n"
26143 "\n"
26144 msgstr ""
26145
26146 # type: textblock
26147 #. type: textblock
26148 #: ../fish/guestfish-actions.pod:2381
26149 msgid ""
26150 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
26151 "it removes an extended attribute of the link itself."
26152 msgstr ""
26153
26154 # type: =head2
26155 #. type: =head2
26156 #: ../fish/guestfish-actions.pod:2385
26157 msgid "ls"
26158 msgstr ""
26159
26160 # type: verbatim
26161 #. type: verbatim
26162 #: ../fish/guestfish-actions.pod:2387
26163 #, no-wrap
26164 msgid ""
26165 " ls directory\n"
26166 "\n"
26167 msgstr ""
26168
26169 # type: textblock
26170 #. type: textblock
26171 #: ../fish/guestfish-actions.pod:2393
26172 msgid ""
26173 "This command is mostly useful for interactive sessions.  Programs should "
26174 "probably use L</readdir> instead."
26175 msgstr ""
26176
26177 # type: =head2
26178 #. type: =head2
26179 #: ../fish/guestfish-actions.pod:2396
26180 msgid "lsetxattr"
26181 msgstr ""
26182
26183 # type: verbatim
26184 #. type: verbatim
26185 #: ../fish/guestfish-actions.pod:2398
26186 #, no-wrap
26187 msgid ""
26188 " lsetxattr xattr val vallen path\n"
26189 "\n"
26190 msgstr ""
26191
26192 # type: textblock
26193 #. type: textblock
26194 #: ../fish/guestfish-actions.pod:2400
26195 msgid ""
26196 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
26197 "sets an extended attribute of the link itself."
26198 msgstr ""
26199
26200 # type: =head2
26201 #. type: =head2
26202 #: ../fish/guestfish-actions.pod:2404
26203 msgid "lstat"
26204 msgstr ""
26205
26206 # type: verbatim
26207 #. type: verbatim
26208 #: ../fish/guestfish-actions.pod:2406
26209 #, no-wrap
26210 msgid ""
26211 " lstat path\n"
26212 "\n"
26213 msgstr ""
26214
26215 # type: textblock
26216 #. type: textblock
26217 #: ../fish/guestfish-actions.pod:2410
26218 msgid ""
26219 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
26220 "the link is stat-ed, not the file it refers to."
26221 msgstr ""
26222
26223 # type: =head2
26224 #. type: =head2
26225 #: ../fish/guestfish-actions.pod:2416
26226 msgid "lstatlist"
26227 msgstr ""
26228
26229 # type: verbatim
26230 #. type: verbatim
26231 #: ../fish/guestfish-actions.pod:2418
26232 #, no-wrap
26233 msgid ""
26234 " lstatlist path 'names ...'\n"
26235 "\n"
26236 msgstr ""
26237
26238 # type: textblock
26239 #. type: textblock
26240 #: ../fish/guestfish-actions.pod:2420
26241 msgid ""
26242 "This call allows you to perform the L</lstat> operation on multiple files, "
26243 "where all files are in the directory C<path>.  C<names> is the list of files "
26244 "from this directory."
26245 msgstr ""
26246
26247 # type: textblock
26248 #. type: textblock
26249 #: ../fish/guestfish-actions.pod:2429
26250 msgid ""
26251 "This call is intended for programs that want to efficiently list a directory "
26252 "contents without making many round-trips.  See also L</lxattrlist> for a "
26253 "similarly efficient call for getting extended attributes.  Very long "
26254 "directory listings might cause the protocol message size to be exceeded, "
26255 "causing this call to fail.  The caller must split up such requests into "
26256 "smaller groups of names."
26257 msgstr ""
26258
26259 # type: =head2
26260 #. type: =head2
26261 #: ../fish/guestfish-actions.pod:2437
26262 msgid "luks-add-key"
26263 msgstr ""
26264
26265 # type: verbatim
26266 #. type: verbatim
26267 #: ../fish/guestfish-actions.pod:2439
26268 #, no-wrap
26269 msgid ""
26270 " luks-add-key device keyslot\n"
26271 "\n"
26272 msgstr ""
26273
26274 # type: textblock
26275 #. type: textblock
26276 #: ../fish/guestfish-actions.pod:2446
26277 msgid ""
26278 "Note that if C<keyslot> already contains a key, then this command will "
26279 "fail.  You have to use L</luks-kill-slot> first to remove that key."
26280 msgstr ""
26281
26282 # type: textblock
26283 #. type: textblock
26284 #: ../fish/guestfish-actions.pod:2450 ../fish/guestfish-actions.pod:2472
26285 #: ../fish/guestfish-actions.pod:2485 ../fish/guestfish-actions.pod:2499
26286 #: ../fish/guestfish-actions.pod:2522 ../fish/guestfish-actions.pod:2532
26287 msgid ""
26288 "This command has one or more key or passphrase parameters.  Guestfish will "
26289 "prompt for these separately."
26290 msgstr ""
26291
26292 # type: =head2
26293 #. type: =head2
26294 #: ../fish/guestfish-actions.pod:2453
26295 msgid "luks-close"
26296 msgstr ""
26297
26298 # type: verbatim
26299 #. type: verbatim
26300 #: ../fish/guestfish-actions.pod:2455
26301 #, no-wrap
26302 msgid ""
26303 " luks-close device\n"
26304 "\n"
26305 msgstr ""
26306
26307 # type: textblock
26308 #. type: textblock
26309 #: ../fish/guestfish-actions.pod:2457
26310 msgid ""
26311 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
26312 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
26313 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
26314 "block device."
26315 msgstr ""
26316
26317 # type: =head2
26318 #. type: =head2
26319 #: ../fish/guestfish-actions.pod:2463
26320 msgid "luks-format"
26321 msgstr ""
26322
26323 # type: verbatim
26324 #. type: verbatim
26325 #: ../fish/guestfish-actions.pod:2465
26326 #, no-wrap
26327 msgid ""
26328 " luks-format device keyslot\n"
26329 "\n"
26330 msgstr ""
26331
26332 # type: =head2
26333 #. type: =head2
26334 #: ../fish/guestfish-actions.pod:2478
26335 msgid "luks-format-cipher"
26336 msgstr ""
26337
26338 # type: verbatim
26339 #. type: verbatim
26340 #: ../fish/guestfish-actions.pod:2480
26341 #, no-wrap
26342 msgid ""
26343 " luks-format-cipher device keyslot cipher\n"
26344 "\n"
26345 msgstr ""
26346
26347 # type: textblock
26348 #. type: textblock
26349 #: ../fish/guestfish-actions.pod:2482
26350 msgid ""
26351 "This command is the same as L</luks-format> but it also allows you to set "
26352 "the C<cipher> used."
26353 msgstr ""
26354
26355 # type: =head2
26356 #. type: =head2
26357 #: ../fish/guestfish-actions.pod:2491
26358 msgid "luks-kill-slot"
26359 msgstr ""
26360
26361 # type: verbatim
26362 #. type: verbatim
26363 #: ../fish/guestfish-actions.pod:2493
26364 #, no-wrap
26365 msgid ""
26366 " luks-kill-slot device keyslot\n"
26367 "\n"
26368 msgstr ""
26369
26370 # type: =head2
26371 #. type: =head2
26372 #: ../fish/guestfish-actions.pod:2502
26373 msgid "luks-open"
26374 msgstr ""
26375
26376 # type: verbatim
26377 #. type: verbatim
26378 #: ../fish/guestfish-actions.pod:2504
26379 #, no-wrap
26380 msgid ""
26381 " luks-open device mapname\n"
26382 "\n"
26383 msgstr ""
26384
26385 # type: textblock
26386 #. type: textblock
26387 #: ../fish/guestfish-actions.pod:2518
26388 msgid ""
26389 "If this block device contains LVM volume groups, then calling L</vgscan> "
26390 "followed by L</vg-activate-all> will make them visible."
26391 msgstr ""
26392
26393 # type: =head2
26394 #. type: =head2
26395 #: ../fish/guestfish-actions.pod:2525
26396 msgid "luks-open-ro"
26397 msgstr ""
26398
26399 # type: verbatim
26400 #. type: verbatim
26401 #: ../fish/guestfish-actions.pod:2527
26402 #, no-wrap
26403 msgid ""
26404 " luks-open-ro device mapname\n"
26405 "\n"
26406 msgstr ""
26407
26408 # type: textblock
26409 #. type: textblock
26410 #: ../fish/guestfish-actions.pod:2529
26411 msgid ""
26412 "This is the same as L</luks-open> except that a read-only mapping is created."
26413 msgstr ""
26414
26415 # type: =head2
26416 #. type: =head2
26417 #: ../fish/guestfish-actions.pod:2535
26418 msgid "lvcreate"
26419 msgstr ""
26420
26421 # type: verbatim
26422 #. type: verbatim
26423 #: ../fish/guestfish-actions.pod:2537
26424 #, no-wrap
26425 msgid ""
26426 " lvcreate logvol volgroup mbytes\n"
26427 "\n"
26428 msgstr ""
26429
26430 # type: =head2
26431 #. type: =head2
26432 #: ../fish/guestfish-actions.pod:2542
26433 msgid "lvm-canonical-lv-name"
26434 msgstr ""
26435
26436 # type: verbatim
26437 #. type: verbatim
26438 #: ../fish/guestfish-actions.pod:2544
26439 #, no-wrap
26440 msgid ""
26441 " lvm-canonical-lv-name lvname\n"
26442 "\n"
26443 msgstr ""
26444
26445 # type: textblock
26446 #. type: textblock
26447 #: ../fish/guestfish-actions.pod:2553
26448 msgid "See also L</is-lv>."
26449 msgstr ""
26450
26451 # type: =head2
26452 #. type: =head2
26453 #: ../fish/guestfish-actions.pod:2555
26454 msgid "lvm-clear-filter"
26455 msgstr ""
26456
26457 # type: verbatim
26458 #. type: verbatim
26459 #: ../fish/guestfish-actions.pod:2557
26460 #, no-wrap
26461 msgid ""
26462 " lvm-clear-filter\n"
26463 "\n"
26464 msgstr ""
26465
26466 # type: textblock
26467 #. type: textblock
26468 #: ../fish/guestfish-actions.pod:2559
26469 msgid ""
26470 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
26471 "block device."
26472 msgstr ""
26473
26474 # type: =head2
26475 #. type: =head2
26476 #: ../fish/guestfish-actions.pod:2565
26477 msgid "lvm-remove-all"
26478 msgstr ""
26479
26480 # type: verbatim
26481 #. type: verbatim
26482 #: ../fish/guestfish-actions.pod:2567
26483 #, no-wrap
26484 msgid ""
26485 " lvm-remove-all\n"
26486 "\n"
26487 msgstr ""
26488
26489 # type: =head2
26490 #. type: =head2
26491 #: ../fish/guestfish-actions.pod:2575
26492 msgid "lvm-set-filter"
26493 msgstr ""
26494
26495 # type: verbatim
26496 #. type: verbatim
26497 #: ../fish/guestfish-actions.pod:2577
26498 #, no-wrap
26499 msgid ""
26500 " lvm-set-filter 'devices ...'\n"
26501 "\n"
26502 msgstr ""
26503
26504 # type: =head2
26505 #. type: =head2
26506 #: ../fish/guestfish-actions.pod:2602
26507 msgid "lvremove"
26508 msgstr ""
26509
26510 # type: verbatim
26511 #. type: verbatim
26512 #: ../fish/guestfish-actions.pod:2604
26513 #, no-wrap
26514 msgid ""
26515 " lvremove device\n"
26516 "\n"
26517 msgstr ""
26518
26519 # type: =head2
26520 #. type: =head2
26521 #: ../fish/guestfish-actions.pod:2612
26522 msgid "lvrename"
26523 msgstr ""
26524
26525 # type: verbatim
26526 #. type: verbatim
26527 #: ../fish/guestfish-actions.pod:2614
26528 #, no-wrap
26529 msgid ""
26530 " lvrename logvol newlogvol\n"
26531 "\n"
26532 msgstr ""
26533
26534 # type: =head2
26535 #. type: =head2
26536 #: ../fish/guestfish-actions.pod:2618
26537 msgid "lvresize"
26538 msgstr ""
26539
26540 # type: verbatim
26541 #. type: verbatim
26542 #: ../fish/guestfish-actions.pod:2620
26543 #, no-wrap
26544 msgid ""
26545 " lvresize device mbytes\n"
26546 "\n"
26547 msgstr ""
26548
26549 # type: =head2
26550 #. type: =head2
26551 #: ../fish/guestfish-actions.pod:2626
26552 msgid "lvresize-free"
26553 msgstr ""
26554
26555 # type: verbatim
26556 #. type: verbatim
26557 #: ../fish/guestfish-actions.pod:2628
26558 #, no-wrap
26559 msgid ""
26560 " lvresize-free lv percent\n"
26561 "\n"
26562 msgstr ""
26563
26564 # type: =head2
26565 #. type: =head2
26566 #: ../fish/guestfish-actions.pod:2636
26567 msgid "lvs"
26568 msgstr ""
26569
26570 # type: verbatim
26571 #. type: verbatim
26572 #: ../fish/guestfish-actions.pod:2638
26573 #, no-wrap
26574 msgid ""
26575 " lvs\n"
26576 "\n"
26577 msgstr ""
26578
26579 # type: textblock
26580 #. type: textblock
26581 #: ../fish/guestfish-actions.pod:2646
26582 msgid "See also L</lvs-full>, L</list-filesystems>."
26583 msgstr ""
26584
26585 # type: =head2
26586 #. type: =head2
26587 #: ../fish/guestfish-actions.pod:2648
26588 msgid "lvs-full"
26589 msgstr ""
26590
26591 # type: verbatim
26592 #. type: verbatim
26593 #: ../fish/guestfish-actions.pod:2650
26594 #, no-wrap
26595 msgid ""
26596 " lvs-full\n"
26597 "\n"
26598 msgstr ""
26599
26600 # type: =head2
26601 #. type: =head2
26602 #: ../fish/guestfish-actions.pod:2655
26603 msgid "lvuuid"
26604 msgstr ""
26605
26606 # type: verbatim
26607 #. type: verbatim
26608 #: ../fish/guestfish-actions.pod:2657
26609 #, no-wrap
26610 msgid ""
26611 " lvuuid device\n"
26612 "\n"
26613 msgstr ""
26614
26615 # type: =head2
26616 #. type: =head2
26617 #: ../fish/guestfish-actions.pod:2661
26618 msgid "lxattrlist"
26619 msgstr ""
26620
26621 # type: verbatim
26622 #. type: verbatim
26623 #: ../fish/guestfish-actions.pod:2663
26624 #, no-wrap
26625 msgid ""
26626 " lxattrlist path 'names ...'\n"
26627 "\n"
26628 msgstr ""
26629
26630 # type: textblock
26631 #. type: textblock
26632 #: ../fish/guestfish-actions.pod:2679
26633 msgid ""
26634 "This call is intended for programs that want to efficiently list a directory "
26635 "contents without making many round-trips.  See also L</lstatlist> for a "
26636 "similarly efficient call for getting standard stats.  Very long directory "
26637 "listings might cause the protocol message size to be exceeded, causing this "
26638 "call to fail.  The caller must split up such requests into smaller groups of "
26639 "names."
26640 msgstr ""
26641
26642 # type: =head2
26643 #. type: =head2
26644 #: ../fish/guestfish-actions.pod:2687
26645 msgid "mkdir"
26646 msgstr ""
26647
26648 # type: verbatim
26649 #. type: verbatim
26650 #: ../fish/guestfish-actions.pod:2689
26651 #, no-wrap
26652 msgid ""
26653 " mkdir path\n"
26654 "\n"
26655 msgstr ""
26656
26657 # type: =head2
26658 #. type: =head2
26659 #: ../fish/guestfish-actions.pod:2693
26660 msgid "mkdir-mode"
26661 msgstr ""
26662
26663 # type: verbatim
26664 #. type: verbatim
26665 #: ../fish/guestfish-actions.pod:2695
26666 #, no-wrap
26667 msgid ""
26668 " mkdir-mode path mode\n"
26669 "\n"
26670 msgstr ""
26671
26672 # type: textblock
26673 #. type: textblock
26674 #: ../fish/guestfish-actions.pod:2704
26675 msgid "See also L</mkdir>, L</umask>"
26676 msgstr ""
26677
26678 # type: =head2
26679 #. type: =head2
26680 #: ../fish/guestfish-actions.pod:2706
26681 msgid "mkdir-p"
26682 msgstr ""
26683
26684 # type: verbatim
26685 #. type: verbatim
26686 #: ../fish/guestfish-actions.pod:2708
26687 #, no-wrap
26688 msgid ""
26689 " mkdir-p path\n"
26690 "\n"
26691 msgstr ""
26692
26693 # type: =head2
26694 #. type: =head2
26695 #: ../fish/guestfish-actions.pod:2713
26696 msgid "mkdtemp"
26697 msgstr ""
26698
26699 # type: verbatim
26700 #. type: verbatim
26701 #: ../fish/guestfish-actions.pod:2715
26702 #, no-wrap
26703 msgid ""
26704 " mkdtemp template\n"
26705 "\n"
26706 msgstr ""
26707
26708 # type: =head2
26709 #. type: =head2
26710 #: ../fish/guestfish-actions.pod:2736
26711 msgid "mke2fs-J"
26712 msgstr ""
26713
26714 # type: verbatim
26715 #. type: verbatim
26716 #: ../fish/guestfish-actions.pod:2738
26717 #, no-wrap
26718 msgid ""
26719 " mke2fs-J fstype blocksize device journal\n"
26720 "\n"
26721 msgstr ""
26722
26723 # type: textblock
26724 #. type: textblock
26725 #: ../fish/guestfish-actions.pod:2746
26726 msgid "See also L</mke2journal>."
26727 msgstr ""
26728
26729 # type: =head2
26730 #. type: =head2
26731 #: ../fish/guestfish-actions.pod:2748
26732 msgid "mke2fs-JL"
26733 msgstr ""
26734
26735 # type: verbatim
26736 #. type: verbatim
26737 #: ../fish/guestfish-actions.pod:2750
26738 #, no-wrap
26739 msgid ""
26740 " mke2fs-JL fstype blocksize device label\n"
26741 "\n"
26742 msgstr ""
26743
26744 # type: textblock
26745 #. type: textblock
26746 #: ../fish/guestfish-actions.pod:2755
26747 msgid "See also L</mke2journal-L>."
26748 msgstr ""
26749
26750 # type: =head2
26751 #. type: =head2
26752 #: ../fish/guestfish-actions.pod:2757
26753 msgid "mke2fs-JU"
26754 msgstr ""
26755
26756 # type: verbatim
26757 #. type: verbatim
26758 #: ../fish/guestfish-actions.pod:2759
26759 #, no-wrap
26760 msgid ""
26761 " mke2fs-JU fstype blocksize device uuid\n"
26762 "\n"
26763 msgstr ""
26764
26765 # type: textblock
26766 #. type: textblock
26767 #: ../fish/guestfish-actions.pod:2764
26768 msgid "See also L</mke2journal-U>."
26769 msgstr ""
26770
26771 # type: =head2
26772 #. type: =head2
26773 #: ../fish/guestfish-actions.pod:2766
26774 msgid "mke2journal"
26775 msgstr ""
26776
26777 # type: verbatim
26778 #. type: verbatim
26779 #: ../fish/guestfish-actions.pod:2768
26780 #, no-wrap
26781 msgid ""
26782 " mke2journal blocksize device\n"
26783 "\n"
26784 msgstr ""
26785
26786 # type: =head2
26787 #. type: =head2
26788 #: ../fish/guestfish-actions.pod:2775
26789 msgid "mke2journal-L"
26790 msgstr ""
26791
26792 # type: verbatim
26793 #. type: verbatim
26794 #: ../fish/guestfish-actions.pod:2777
26795 #, no-wrap
26796 msgid ""
26797 " mke2journal-L blocksize label device\n"
26798 "\n"
26799 msgstr ""
26800
26801 # type: =head2
26802 #. type: =head2
26803 #: ../fish/guestfish-actions.pod:2781
26804 msgid "mke2journal-U"
26805 msgstr ""
26806
26807 # type: verbatim
26808 #. type: verbatim
26809 #: ../fish/guestfish-actions.pod:2783
26810 #, no-wrap
26811 msgid ""
26812 " mke2journal-U blocksize uuid device\n"
26813 "\n"
26814 msgstr ""
26815
26816 # type: =head2
26817 #. type: =head2
26818 #: ../fish/guestfish-actions.pod:2787
26819 msgid "mkfifo"
26820 msgstr ""
26821
26822 # type: verbatim
26823 #. type: verbatim
26824 #: ../fish/guestfish-actions.pod:2789
26825 #, no-wrap
26826 msgid ""
26827 " mkfifo mode path\n"
26828 "\n"
26829 msgstr ""
26830
26831 # type: textblock
26832 #. type: textblock
26833 #: ../fish/guestfish-actions.pod:2791
26834 msgid ""
26835 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
26836 "is just a convenient wrapper around L</mknod>."
26837 msgstr ""
26838
26839 # type: =head2
26840 #. type: =head2
26841 #: ../fish/guestfish-actions.pod:2797
26842 msgid "mkfs"
26843 msgstr ""
26844
26845 # type: verbatim
26846 #. type: verbatim
26847 #: ../fish/guestfish-actions.pod:2799
26848 #, no-wrap
26849 msgid ""
26850 " mkfs fstype device\n"
26851 "\n"
26852 msgstr ""
26853
26854 # type: =head2
26855 #. type: =head2
26856 #: ../fish/guestfish-actions.pod:2805
26857 msgid "mkfs-b"
26858 msgstr ""
26859
26860 # type: verbatim
26861 #. type: verbatim
26862 #: ../fish/guestfish-actions.pod:2807
26863 #, no-wrap
26864 msgid ""
26865 " mkfs-b fstype blocksize device\n"
26866 "\n"
26867 msgstr ""
26868
26869 # type: textblock
26870 #. type: textblock
26871 #: ../fish/guestfish-actions.pod:2809
26872 msgid ""
26873 "This call is similar to L</mkfs>, but it allows you to control the block "
26874 "size of the resulting filesystem.  Supported block sizes depend on the "
26875 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
26876 msgstr ""
26877
26878 # type: =head2
26879 #. type: =head2
26880 #: ../fish/guestfish-actions.pod:2824
26881 msgid "mkfs-opts"
26882 msgstr ""
26883
26884 # type: verbatim
26885 #. type: verbatim
26886 #: ../fish/guestfish-actions.pod:2826
26887 #, no-wrap
26888 msgid ""
26889 " mkfs-opts fstype device [blocksize:..]\n"
26890 "\n"
26891 msgstr ""
26892
26893 # type: =head2
26894 #. type: =head2
26895 #: ../fish/guestfish-actions.pod:2850
26896 msgid "mkmountpoint"
26897 msgstr ""
26898
26899 # type: verbatim
26900 #. type: verbatim
26901 #: ../fish/guestfish-actions.pod:2852
26902 #, no-wrap
26903 msgid ""
26904 " mkmountpoint exemptpath\n"
26905 "\n"
26906 msgstr ""
26907
26908 # type: textblock
26909 #. type: textblock
26910 #: ../fish/guestfish-actions.pod:2854
26911 msgid ""
26912 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
26913 "to create extra mountpoints before mounting the first filesystem."
26914 msgstr ""
26915
26916 # type: textblock
26917 #. type: textblock
26918 #: ../fish/guestfish-actions.pod:2878
26919 msgid ""
26920 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
26921 "unexpected errors if you try to mix these calls.  It is safest to manually "
26922 "unmount filesystems and remove mountpoints after use."
26923 msgstr ""
26924
26925 # type: textblock
26926 #. type: textblock
26927 #: ../fish/guestfish-actions.pod:2882
26928 msgid ""
26929 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
26930 "for this to work for manual mountpoints, you must ensure that the innermost "
26931 "mountpoints have the longest pathnames, as in the example code above."
26932 msgstr ""
26933
26934 # type: textblock
26935 #. type: textblock
26936 #: ../fish/guestfish-actions.pod:2889
26937 msgid ""
26938 "Autosync [see L</set-autosync>, this is set by default on handles] means "
26939 "that L</umount-all> is called when the handle is closed which can also "
26940 "trigger these issues."
26941 msgstr ""
26942
26943 # type: =head2
26944 #. type: =head2
26945 #: ../fish/guestfish-actions.pod:2893
26946 msgid "mknod"
26947 msgstr ""
26948
26949 # type: verbatim
26950 #. type: verbatim
26951 #: ../fish/guestfish-actions.pod:2895
26952 #, no-wrap
26953 msgid ""
26954 " mknod mode devmajor devminor path\n"
26955 "\n"
26956 msgstr ""
26957
26958 # type: textblock
26959 #. type: textblock
26960 #: ../fish/guestfish-actions.pod:2905
26961 msgid ""
26962 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
26963 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
26964 "regular file).  These constants are available in the standard Linux header "
26965 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
26966 "wrappers around this command which bitwise OR in the appropriate constant "
26967 "for you."
26968 msgstr ""
26969
26970 # type: =head2
26971 #. type: =head2
26972 #: ../fish/guestfish-actions.pod:2915
26973 msgid "mknod-b"
26974 msgstr ""
26975
26976 # type: verbatim
26977 #. type: verbatim
26978 #: ../fish/guestfish-actions.pod:2917
26979 #, no-wrap
26980 msgid ""
26981 " mknod-b mode devmajor devminor path\n"
26982 "\n"
26983 msgstr ""
26984
26985 # type: textblock
26986 #. type: textblock
26987 #: ../fish/guestfish-actions.pod:2919
26988 msgid ""
26989 "This call creates a block device node called C<path> with mode C<mode> and "
26990 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
26991 "wrapper around L</mknod>."
26992 msgstr ""
26993
26994 # type: =head2
26995 #. type: =head2
26996 #: ../fish/guestfish-actions.pod:2925
26997 msgid "mknod-c"
26998 msgstr ""
26999
27000 # type: verbatim
27001 #. type: verbatim
27002 #: ../fish/guestfish-actions.pod:2927
27003 #, no-wrap
27004 msgid ""
27005 " mknod-c mode devmajor devminor path\n"
27006 "\n"
27007 msgstr ""
27008
27009 # type: textblock
27010 #. type: textblock
27011 #: ../fish/guestfish-actions.pod:2929
27012 msgid ""
27013 "This call creates a char device node called C<path> with mode C<mode> and "
27014 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
27015 "wrapper around L</mknod>."
27016 msgstr ""
27017
27018 # type: =head2
27019 #. type: =head2
27020 #: ../fish/guestfish-actions.pod:2935
27021 msgid "mkswap"
27022 msgstr ""
27023
27024 # type: verbatim
27025 #. type: verbatim
27026 #: ../fish/guestfish-actions.pod:2937
27027 #, no-wrap
27028 msgid ""
27029 " mkswap device\n"
27030 "\n"
27031 msgstr ""
27032
27033 # type: =head2
27034 #. type: =head2
27035 #: ../fish/guestfish-actions.pod:2941
27036 msgid "mkswap-L"
27037 msgstr ""
27038
27039 # type: verbatim
27040 #. type: verbatim
27041 #: ../fish/guestfish-actions.pod:2943
27042 #, no-wrap
27043 msgid ""
27044 " mkswap-L label device\n"
27045 "\n"
27046 msgstr ""
27047
27048 # type: =head2
27049 #. type: =head2
27050 #: ../fish/guestfish-actions.pod:2951
27051 msgid "mkswap-U"
27052 msgstr ""
27053
27054 # type: verbatim
27055 #. type: verbatim
27056 #: ../fish/guestfish-actions.pod:2953
27057 #, no-wrap
27058 msgid ""
27059 " mkswap-U uuid device\n"
27060 "\n"
27061 msgstr ""
27062
27063 # type: =head2
27064 #. type: =head2
27065 #: ../fish/guestfish-actions.pod:2957
27066 msgid "mkswap-file"
27067 msgstr ""
27068
27069 # type: verbatim
27070 #. type: verbatim
27071 #: ../fish/guestfish-actions.pod:2959
27072 #, no-wrap
27073 msgid ""
27074 " mkswap-file path\n"
27075 "\n"
27076 msgstr ""
27077
27078 # type: textblock
27079 #. type: textblock
27080 #: ../fish/guestfish-actions.pod:2963
27081 msgid ""
27082 "This command just writes a swap file signature to an existing file.  To "
27083 "create the file itself, use something like L</fallocate>."
27084 msgstr ""
27085
27086 # type: =head2
27087 #. type: =head2
27088 #: ../fish/guestfish-actions.pod:2966
27089 msgid "modprobe"
27090 msgstr ""
27091
27092 # type: verbatim
27093 #. type: verbatim
27094 #: ../fish/guestfish-actions.pod:2968
27095 #, no-wrap
27096 msgid ""
27097 " modprobe modulename\n"
27098 "\n"
27099 msgstr ""
27100
27101 # type: =head2
27102 #. type: =head2
27103 #: ../fish/guestfish-actions.pod:2975
27104 msgid "mount"
27105 msgstr ""
27106
27107 # type: verbatim
27108 #. type: verbatim
27109 #: ../fish/guestfish-actions.pod:2977
27110 #, no-wrap
27111 msgid ""
27112 " mount device mountpoint\n"
27113 "\n"
27114 msgstr ""
27115
27116 # type: textblock
27117 #. type: textblock
27118 #: ../fish/guestfish-actions.pod:2993
27119 msgid ""
27120 "B<Important note:> When you use this call, the filesystem options C<sync> "
27121 "and C<noatime> are set implicitly.  This was originally done because we "
27122 "thought it would improve reliability, but it turns out that I<-o sync> has a "
27123 "very large negative performance impact and negligible effect on "
27124 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
27125 "code that needs performance, and instead use L</mount-options> (use an empty "
27126 "string for the first parameter if you don't want any options)."
27127 msgstr ""
27128
27129 # type: =head2
27130 #. type: =head2
27131 #: ../fish/guestfish-actions.pod:3003
27132 msgid "mount-loop"
27133 msgstr ""
27134
27135 # type: verbatim
27136 #. type: verbatim
27137 #: ../fish/guestfish-actions.pod:3005
27138 #, no-wrap
27139 msgid ""
27140 " mount-loop file mountpoint\n"
27141 "\n"
27142 msgstr ""
27143
27144 # type: =head2
27145 #. type: =head2
27146 #: ../fish/guestfish-actions.pod:3011
27147 msgid "mount-options"
27148 msgstr ""
27149
27150 # type: verbatim
27151 #. type: verbatim
27152 #: ../fish/guestfish-actions.pod:3013
27153 #, no-wrap
27154 msgid ""
27155 " mount-options options device mountpoint\n"
27156 "\n"
27157 msgstr ""
27158
27159 # type: textblock
27160 #. type: textblock
27161 #: ../fish/guestfish-actions.pod:3015
27162 msgid ""
27163 "This is the same as the L</mount> command, but it allows you to set the "
27164 "mount options as for the L<mount(8)> I<-o> flag."
27165 msgstr ""
27166
27167 # type: =head2
27168 #. type: =head2
27169 #: ../fish/guestfish-actions.pod:3023
27170 msgid "mount-ro"
27171 msgstr ""
27172
27173 # type: verbatim
27174 #. type: verbatim
27175 #: ../fish/guestfish-actions.pod:3025
27176 #, no-wrap
27177 msgid ""
27178 " mount-ro device mountpoint\n"
27179 "\n"
27180 msgstr ""
27181
27182 # type: textblock
27183 #. type: textblock
27184 #: ../fish/guestfish-actions.pod:3027
27185 msgid ""
27186 "This is the same as the L</mount> command, but it mounts the filesystem with "
27187 "the read-only (I<-o ro>) flag."
27188 msgstr ""
27189
27190 # type: =head2
27191 #. type: =head2
27192 #: ../fish/guestfish-actions.pod:3030
27193 msgid "mount-vfs"
27194 msgstr ""
27195
27196 # type: verbatim
27197 #. type: verbatim
27198 #: ../fish/guestfish-actions.pod:3032
27199 #, no-wrap
27200 msgid ""
27201 " mount-vfs options vfstype device mountpoint\n"
27202 "\n"
27203 msgstr ""
27204
27205 # type: textblock
27206 #. type: textblock
27207 #: ../fish/guestfish-actions.pod:3034
27208 msgid ""
27209 "This is the same as the L</mount> command, but it allows you to set both the "
27210 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
27211 msgstr ""
27212
27213 # type: =head2
27214 #. type: =head2
27215 #: ../fish/guestfish-actions.pod:3038
27216 msgid "mountpoints"
27217 msgstr ""
27218
27219 # type: verbatim
27220 #. type: verbatim
27221 #: ../fish/guestfish-actions.pod:3040
27222 #, no-wrap
27223 msgid ""
27224 " mountpoints\n"
27225 "\n"
27226 msgstr ""
27227
27228 # type: textblock
27229 #. type: textblock
27230 #: ../fish/guestfish-actions.pod:3042
27231 msgid ""
27232 "This call is similar to L</mounts>.  That call returns a list of devices.  "
27233 "This one returns a hash table (map) of device name to directory where the "
27234 "device is mounted."
27235 msgstr ""
27236
27237 # type: =head2
27238 #. type: =head2
27239 #: ../fish/guestfish-actions.pod:3046
27240 msgid "mounts"
27241 msgstr ""
27242
27243 # type: verbatim
27244 #. type: verbatim
27245 #: ../fish/guestfish-actions.pod:3048
27246 #, no-wrap
27247 msgid ""
27248 " mounts\n"
27249 "\n"
27250 msgstr ""
27251
27252 # type: textblock
27253 #. type: textblock
27254 #: ../fish/guestfish-actions.pod:3055
27255 msgid "See also: L</mountpoints>"
27256 msgstr ""
27257
27258 # type: =head2
27259 #. type: =head2
27260 #: ../fish/guestfish-actions.pod:3057
27261 msgid "mv"
27262 msgstr ""
27263
27264 # type: verbatim
27265 #. type: verbatim
27266 #: ../fish/guestfish-actions.pod:3059
27267 #, no-wrap
27268 msgid ""
27269 " mv src dest\n"
27270 "\n"
27271 msgstr ""
27272
27273 # type: =head2
27274 #. type: =head2
27275 #: ../fish/guestfish-actions.pod:3064
27276 msgid "ntfs-3g-probe"
27277 msgstr ""
27278
27279 # type: verbatim
27280 #. type: verbatim
27281 #: ../fish/guestfish-actions.pod:3066
27282 #, no-wrap
27283 msgid ""
27284 " ntfs-3g-probe true|false device\n"
27285 "\n"
27286 msgstr ""
27287
27288 # type: =head2
27289 #. type: =head2
27290 #: ../fish/guestfish-actions.pod:3080
27291 msgid "ntfsresize"
27292 msgstr ""
27293
27294 # type: verbatim
27295 #. type: verbatim
27296 #: ../fish/guestfish-actions.pod:3082
27297 #, no-wrap
27298 msgid ""
27299 " ntfsresize device\n"
27300 "\n"
27301 msgstr ""
27302
27303 # type: =head2
27304 #. type: =head2
27305 #: ../fish/guestfish-actions.pod:3088
27306 msgid "ntfsresize-size"
27307 msgstr ""
27308
27309 # type: verbatim
27310 #. type: verbatim
27311 #: ../fish/guestfish-actions.pod:3090
27312 #, no-wrap
27313 msgid ""
27314 " ntfsresize-size device size\n"
27315 "\n"
27316 msgstr ""
27317
27318 # type: textblock
27319 #. type: textblock
27320 #: ../fish/guestfish-actions.pod:3092
27321 msgid ""
27322 "This command is the same as L</ntfsresize> except that it allows you to "
27323 "specify the new size (in bytes) explicitly."
27324 msgstr ""
27325
27326 # type: =head2
27327 #. type: =head2
27328 #: ../fish/guestfish-actions.pod:3095
27329 msgid "part-add"
27330 msgstr ""
27331
27332 # type: verbatim
27333 #. type: verbatim
27334 #: ../fish/guestfish-actions.pod:3097
27335 #, no-wrap
27336 msgid ""
27337 " part-add device prlogex startsect endsect\n"
27338 "\n"
27339 msgstr ""
27340
27341 # type: textblock
27342 #. type: textblock
27343 #: ../fish/guestfish-actions.pod:3099
27344 msgid ""
27345 "This command adds a partition to C<device>.  If there is no partition table "
27346 "on the device, call L</part-init> first."
27347 msgstr ""
27348
27349 # type: textblock
27350 #. type: textblock
27351 #: ../fish/guestfish-actions.pod:3111
27352 msgid ""
27353 "Creating a partition which covers the whole disk is not so easy.  Use L</"
27354 "part-disk> to do that."
27355 msgstr ""
27356
27357 # type: =head2
27358 #. type: =head2
27359 #: ../fish/guestfish-actions.pod:3114
27360 msgid "part-del"
27361 msgstr ""
27362
27363 # type: verbatim
27364 #. type: verbatim
27365 #: ../fish/guestfish-actions.pod:3116
27366 #, no-wrap
27367 msgid ""
27368 " part-del device partnum\n"
27369 "\n"
27370 msgstr ""
27371
27372 # type: =head2
27373 #. type: =head2
27374 #: ../fish/guestfish-actions.pod:3124
27375 msgid "part-disk"
27376 msgstr ""
27377
27378 # type: verbatim
27379 #. type: verbatim
27380 #: ../fish/guestfish-actions.pod:3126
27381 #, no-wrap
27382 msgid ""
27383 " part-disk device parttype\n"
27384 "\n"
27385 msgstr ""
27386
27387 # type: textblock
27388 #. type: textblock
27389 #: ../fish/guestfish-actions.pod:3128
27390 msgid ""
27391 "This command is simply a combination of L</part-init> followed by L</part-"
27392 "add> to create a single primary partition covering the whole disk."
27393 msgstr ""
27394
27395 # type: textblock
27396 #. type: textblock
27397 #: ../fish/guestfish-actions.pod:3132
27398 msgid ""
27399 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
27400 "possible values are described in L</part-init>."
27401 msgstr ""
27402
27403 # type: =head2
27404 #. type: =head2
27405 #: ../fish/guestfish-actions.pod:3138
27406 msgid "part-get-bootable"
27407 msgstr ""
27408
27409 # type: verbatim
27410 #. type: verbatim
27411 #: ../fish/guestfish-actions.pod:3140
27412 #, no-wrap
27413 msgid ""
27414 " part-get-bootable device partnum\n"
27415 "\n"
27416 msgstr ""
27417
27418 # type: textblock
27419 #. type: textblock
27420 #: ../fish/guestfish-actions.pod:3145
27421 msgid "See also L</part-set-bootable>."
27422 msgstr ""
27423
27424 # type: =head2
27425 #. type: =head2
27426 #: ../fish/guestfish-actions.pod:3147
27427 msgid "part-get-mbr-id"
27428 msgstr ""
27429
27430 # type: verbatim
27431 #. type: verbatim
27432 #: ../fish/guestfish-actions.pod:3149
27433 #, no-wrap
27434 msgid ""
27435 " part-get-mbr-id device partnum\n"
27436 "\n"
27437 msgstr ""
27438
27439 # type: textblock
27440 #. type: textblock
27441 #: ../fish/guestfish-actions.pod:3154 ../fish/guestfish-actions.pod:3292
27442 msgid ""
27443 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
27444 "undefined results for other partition table types (see L</part-get-"
27445 "parttype>)."
27446 msgstr ""
27447
27448 # type: =head2
27449 #. type: =head2
27450 #: ../fish/guestfish-actions.pod:3158
27451 msgid "part-get-parttype"
27452 msgstr ""
27453
27454 # type: verbatim
27455 #. type: verbatim
27456 #: ../fish/guestfish-actions.pod:3160
27457 #, no-wrap
27458 msgid ""
27459 " part-get-parttype device\n"
27460 "\n"
27461 msgstr ""
27462
27463 # type: textblock
27464 #. type: textblock
27465 #: ../fish/guestfish-actions.pod:3165
27466 msgid ""
27467 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
27468 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
27469 "possible, although unusual.  See L</part-init> for a full list."
27470 msgstr ""
27471
27472 # type: =head2
27473 #. type: =head2
27474 #: ../fish/guestfish-actions.pod:3170
27475 msgid "part-init"
27476 msgstr ""
27477
27478 # type: verbatim
27479 #. type: verbatim
27480 #: ../fish/guestfish-actions.pod:3172
27481 #, no-wrap
27482 msgid ""
27483 " part-init device parttype\n"
27484 "\n"
27485 msgstr ""
27486
27487 # type: textblock
27488 #. type: textblock
27489 #: ../fish/guestfish-actions.pod:3178
27490 msgid ""
27491 "Initially there are no partitions.  Following this, you should call L</part-"
27492 "add> for each partition required."
27493 msgstr ""
27494
27495 # type: =head2
27496 #. type: =head2
27497 #: ../fish/guestfish-actions.pod:3241
27498 msgid "part-list"
27499 msgstr ""
27500
27501 # type: verbatim
27502 #. type: verbatim
27503 #: ../fish/guestfish-actions.pod:3243
27504 #, no-wrap
27505 msgid ""
27506 " part-list device\n"
27507 "\n"
27508 msgstr ""
27509
27510 # type: textblock
27511 #. type: textblock
27512 #: ../fish/guestfish-actions.pod:3258
27513 msgid ""
27514 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
27515 "the device's sector size, see L</blockdev-getss>."
27516 msgstr ""
27517
27518 # type: =head2
27519 #. type: =head2
27520 #: ../fish/guestfish-actions.pod:3271
27521 msgid "part-set-bootable"
27522 msgstr ""
27523
27524 # type: verbatim
27525 #. type: verbatim
27526 #: ../fish/guestfish-actions.pod:3273
27527 #, no-wrap
27528 msgid ""
27529 " part-set-bootable device partnum true|false\n"
27530 "\n"
27531 msgstr ""
27532
27533 # type: =head2
27534 #. type: =head2
27535 #: ../fish/guestfish-actions.pod:3282
27536 msgid "part-set-mbr-id"
27537 msgstr ""
27538
27539 # type: verbatim
27540 #. type: verbatim
27541 #: ../fish/guestfish-actions.pod:3284
27542 #, no-wrap
27543 msgid ""
27544 " part-set-mbr-id device partnum idbyte\n"
27545 "\n"
27546 msgstr ""
27547
27548 # type: =head2
27549 #. type: =head2
27550 #: ../fish/guestfish-actions.pod:3296
27551 msgid "part-set-name"
27552 msgstr ""
27553
27554 # type: verbatim
27555 #. type: verbatim
27556 #: ../fish/guestfish-actions.pod:3298
27557 #, no-wrap
27558 msgid ""
27559 " part-set-name device partnum name\n"
27560 "\n"
27561 msgstr ""
27562
27563 # type: =head2
27564 #. type: =head2
27565 #: ../fish/guestfish-actions.pod:3306
27566 msgid "part-to-dev"
27567 msgstr ""
27568
27569 # type: verbatim
27570 #. type: verbatim
27571 #: ../fish/guestfish-actions.pod:3308
27572 #, no-wrap
27573 msgid ""
27574 " part-to-dev partition\n"
27575 "\n"
27576 msgstr ""
27577
27578 # type: textblock
27579 #. type: textblock
27580 #: ../fish/guestfish-actions.pod:3314
27581 msgid ""
27582 "The named partition must exist, for example as a string returned from L</"
27583 "list-partitions>."
27584 msgstr ""
27585
27586 # type: =head2
27587 #. type: =head2
27588 #: ../fish/guestfish-actions.pod:3317
27589 msgid "ping-daemon"
27590 msgstr ""
27591
27592 # type: verbatim
27593 #. type: verbatim
27594 #: ../fish/guestfish-actions.pod:3319
27595 #, no-wrap
27596 msgid ""
27597 " ping-daemon\n"
27598 "\n"
27599 msgstr ""
27600
27601 # type: =head2
27602 #. type: =head2
27603 #: ../fish/guestfish-actions.pod:3326
27604 msgid "pread"
27605 msgstr ""
27606
27607 # type: verbatim
27608 #. type: verbatim
27609 #: ../fish/guestfish-actions.pod:3328
27610 #, no-wrap
27611 msgid ""
27612 " pread path count offset\n"
27613 "\n"
27614 msgstr ""
27615
27616 # type: textblock
27617 #. type: textblock
27618 #: ../fish/guestfish-actions.pod:3336
27619 msgid "See also L</pwrite>, L</pread-device>."
27620 msgstr ""
27621
27622 # type: =head2
27623 #. type: =head2
27624 #: ../fish/guestfish-actions.pod:3341
27625 msgid "pread-device"
27626 msgstr ""
27627
27628 # type: verbatim
27629 #. type: verbatim
27630 #: ../fish/guestfish-actions.pod:3343
27631 #, no-wrap
27632 msgid ""
27633 " pread-device device count offset\n"
27634 "\n"
27635 msgstr ""
27636
27637 # type: textblock
27638 #. type: textblock
27639 #: ../fish/guestfish-actions.pod:3351
27640 msgid "See also L</pread>."
27641 msgstr ""
27642
27643 # type: =head2
27644 #. type: =head2
27645 #: ../fish/guestfish-actions.pod:3356
27646 msgid "pvcreate"
27647 msgstr ""
27648
27649 # type: verbatim
27650 #. type: verbatim
27651 #: ../fish/guestfish-actions.pod:3358
27652 #, no-wrap
27653 msgid ""
27654 " pvcreate device\n"
27655 "\n"
27656 msgstr ""
27657
27658 # type: =head2
27659 #. type: =head2
27660 #: ../fish/guestfish-actions.pod:3364
27661 msgid "pvremove"
27662 msgstr ""
27663
27664 # type: verbatim
27665 #. type: verbatim
27666 #: ../fish/guestfish-actions.pod:3366
27667 #, no-wrap
27668 msgid ""
27669 " pvremove device\n"
27670 "\n"
27671 msgstr ""
27672
27673 # type: =head2
27674 #. type: =head2
27675 #: ../fish/guestfish-actions.pod:3375
27676 msgid "pvresize"
27677 msgstr ""
27678
27679 # type: verbatim
27680 #. type: verbatim
27681 #: ../fish/guestfish-actions.pod:3377
27682 #, no-wrap
27683 msgid ""
27684 " pvresize device\n"
27685 "\n"
27686 msgstr ""
27687
27688 # type: =head2
27689 #. type: =head2
27690 #: ../fish/guestfish-actions.pod:3382
27691 msgid "pvresize-size"
27692 msgstr ""
27693
27694 # type: verbatim
27695 #. type: verbatim
27696 #: ../fish/guestfish-actions.pod:3384
27697 #, no-wrap
27698 msgid ""
27699 " pvresize-size device size\n"
27700 "\n"
27701 msgstr ""
27702
27703 # type: textblock
27704 #. type: textblock
27705 #: ../fish/guestfish-actions.pod:3386
27706 msgid ""
27707 "This command is the same as L</pvresize> except that it allows you to "
27708 "specify the new size (in bytes) explicitly."
27709 msgstr ""
27710
27711 # type: =head2
27712 #. type: =head2
27713 #: ../fish/guestfish-actions.pod:3389
27714 msgid "pvs"
27715 msgstr ""
27716
27717 # type: verbatim
27718 #. type: verbatim
27719 #: ../fish/guestfish-actions.pod:3391
27720 #, no-wrap
27721 msgid ""
27722 " pvs\n"
27723 "\n"
27724 msgstr ""
27725
27726 # type: textblock
27727 #. type: textblock
27728 #: ../fish/guestfish-actions.pod:3399
27729 msgid "See also L</pvs-full>."
27730 msgstr ""
27731
27732 # type: =head2
27733 #. type: =head2
27734 #: ../fish/guestfish-actions.pod:3401
27735 msgid "pvs-full"
27736 msgstr ""
27737
27738 # type: verbatim
27739 #. type: verbatim
27740 #: ../fish/guestfish-actions.pod:3403
27741 #, no-wrap
27742 msgid ""
27743 " pvs-full\n"
27744 "\n"
27745 msgstr ""
27746
27747 # type: =head2
27748 #. type: =head2
27749 #: ../fish/guestfish-actions.pod:3408
27750 msgid "pvuuid"
27751 msgstr ""
27752
27753 # type: verbatim
27754 #. type: verbatim
27755 #: ../fish/guestfish-actions.pod:3410
27756 #, no-wrap
27757 msgid ""
27758 " pvuuid device\n"
27759 "\n"
27760 msgstr ""
27761
27762 # type: =head2
27763 #. type: =head2
27764 #: ../fish/guestfish-actions.pod:3414
27765 msgid "pwrite"
27766 msgstr ""
27767
27768 # type: verbatim
27769 #. type: verbatim
27770 #: ../fish/guestfish-actions.pod:3416
27771 #, no-wrap
27772 msgid ""
27773 " pwrite path content offset\n"
27774 "\n"
27775 msgstr ""
27776
27777 # type: textblock
27778 #. type: textblock
27779 #: ../fish/guestfish-actions.pod:3427
27780 msgid "See also L</pread>, L</pwrite-device>."
27781 msgstr ""
27782
27783 # type: =head2
27784 #. type: =head2
27785 #: ../fish/guestfish-actions.pod:3432
27786 msgid "pwrite-device"
27787 msgstr ""
27788
27789 # type: verbatim
27790 #. type: verbatim
27791 #: ../fish/guestfish-actions.pod:3434
27792 #, no-wrap
27793 msgid ""
27794 " pwrite-device device content offset\n"
27795 "\n"
27796 msgstr ""
27797
27798 # type: textblock
27799 #. type: textblock
27800 #: ../fish/guestfish-actions.pod:3444
27801 msgid "See also L</pwrite>."
27802 msgstr ""
27803
27804 # type: =head2
27805 #. type: =head2
27806 #: ../fish/guestfish-actions.pod:3449
27807 msgid "read-file"
27808 msgstr ""
27809
27810 # type: verbatim
27811 #. type: verbatim
27812 #: ../fish/guestfish-actions.pod:3451
27813 #, no-wrap
27814 msgid ""
27815 " read-file path\n"
27816 "\n"
27817 msgstr ""
27818
27819 # type: textblock
27820 #. type: textblock
27821 #: ../fish/guestfish-actions.pod:3456
27822 msgid ""
27823 "Unlike L</cat>, this function can correctly handle files that contain "
27824 "embedded ASCII NUL characters.  However unlike L</download>, this function "
27825 "is limited in the total size of file that can be handled."
27826 msgstr ""
27827
27828 # type: =head2
27829 #. type: =head2
27830 #: ../fish/guestfish-actions.pod:3464
27831 msgid "read-lines"
27832 msgstr ""
27833
27834 # type: verbatim
27835 #. type: verbatim
27836 #: ../fish/guestfish-actions.pod:3466
27837 #, no-wrap
27838 msgid ""
27839 " read-lines path\n"
27840 "\n"
27841 msgstr ""
27842
27843 # type: textblock
27844 #. type: textblock
27845 #: ../fish/guestfish-actions.pod:3473
27846 msgid ""
27847 "Note that this function cannot correctly handle binary files (specifically, "
27848 "files containing C<\\0> character which is treated as end of line).  For "
27849 "those you need to use the L</read-file> function which has a more complex "
27850 "interface."
27851 msgstr ""
27852
27853 # type: =head2
27854 #. type: =head2
27855 #: ../fish/guestfish-actions.pod:3478
27856 msgid "readdir"
27857 msgstr ""
27858
27859 # type: verbatim
27860 #. type: verbatim
27861 #: ../fish/guestfish-actions.pod:3480
27862 #, no-wrap
27863 msgid ""
27864 " readdir dir\n"
27865 "\n"
27866 msgstr ""
27867
27868 # type: textblock
27869 #. type: textblock
27870 #: ../fish/guestfish-actions.pod:3532
27871 msgid ""
27872 "This function is primarily intended for use by programs.  To get a simple "
27873 "list of names, use L</ls>.  To get a printable directory for human "
27874 "consumption, use L</ll>."
27875 msgstr ""
27876
27877 # type: =head2
27878 #. type: =head2
27879 #: ../fish/guestfish-actions.pod:3536
27880 msgid "readlink"
27881 msgstr ""
27882
27883 # type: verbatim
27884 #. type: verbatim
27885 #: ../fish/guestfish-actions.pod:3538
27886 #, no-wrap
27887 msgid ""
27888 " readlink path\n"
27889 "\n"
27890 msgstr ""
27891
27892 # type: =head2
27893 #. type: =head2
27894 #: ../fish/guestfish-actions.pod:3542
27895 msgid "readlinklist"
27896 msgstr ""
27897
27898 # type: verbatim
27899 #. type: verbatim
27900 #: ../fish/guestfish-actions.pod:3544
27901 #, no-wrap
27902 msgid ""
27903 " readlinklist path 'names ...'\n"
27904 "\n"
27905 msgstr ""
27906
27907 # type: =head2
27908 #. type: =head2
27909 #: ../fish/guestfish-actions.pod:3568
27910 msgid "realpath"
27911 msgstr ""
27912
27913 # type: verbatim
27914 #. type: verbatim
27915 #: ../fish/guestfish-actions.pod:3570
27916 #, no-wrap
27917 msgid ""
27918 " realpath path\n"
27919 "\n"
27920 msgstr ""
27921
27922 # type: =head2
27923 #. type: =head2
27924 #: ../fish/guestfish-actions.pod:3575
27925 msgid "removexattr"
27926 msgstr ""
27927
27928 # type: verbatim
27929 #. type: verbatim
27930 #: ../fish/guestfish-actions.pod:3577
27931 #, no-wrap
27932 msgid ""
27933 " removexattr xattr path\n"
27934 "\n"
27935 msgstr ""
27936
27937 # type: textblock
27938 #. type: textblock
27939 #: ../fish/guestfish-actions.pod:3582
27940 msgid "See also: L</lremovexattr>, L<attr(5)>."
27941 msgstr ""
27942
27943 # type: =head2
27944 #. type: =head2
27945 #: ../fish/guestfish-actions.pod:3584
27946 msgid "resize2fs"
27947 msgstr ""
27948
27949 # type: verbatim
27950 #. type: verbatim
27951 #: ../fish/guestfish-actions.pod:3586
27952 #, no-wrap
27953 msgid ""
27954 " resize2fs device\n"
27955 "\n"
27956 msgstr ""
27957
27958 # type: textblock
27959 #. type: textblock
27960 #: ../fish/guestfish-actions.pod:3591
27961 msgid ""
27962 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
27963 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
27964 "gives an error about this and sometimes not.  In any case, it is always safe "
27965 "to call L</e2fsck-f> before calling this function."
27966 msgstr ""
27967
27968 # type: =head2
27969 #. type: =head2
27970 #: ../fish/guestfish-actions.pod:3597
27971 msgid "resize2fs-size"
27972 msgstr ""
27973
27974 # type: verbatim
27975 #. type: verbatim
27976 #: ../fish/guestfish-actions.pod:3599
27977 #, no-wrap
27978 msgid ""
27979 " resize2fs-size device size\n"
27980 "\n"
27981 msgstr ""
27982
27983 # type: textblock
27984 #. type: textblock
27985 #: ../fish/guestfish-actions.pod:3601
27986 msgid ""
27987 "This command is the same as L</resize2fs> except that it allows you to "
27988 "specify the new size (in bytes) explicitly."
27989 msgstr ""
27990
27991 # type: =head2
27992 #. type: =head2
27993 #: ../fish/guestfish-actions.pod:3604
27994 msgid "rm"
27995 msgstr ""
27996
27997 # type: verbatim
27998 #. type: verbatim
27999 #: ../fish/guestfish-actions.pod:3606
28000 #, no-wrap
28001 msgid ""
28002 " rm path\n"
28003 "\n"
28004 msgstr ""
28005
28006 # type: =head2
28007 #. type: =head2
28008 #: ../fish/guestfish-actions.pod:3610
28009 msgid "rm-rf"
28010 msgstr ""
28011
28012 # type: verbatim
28013 #. type: verbatim
28014 #: ../fish/guestfish-actions.pod:3612
28015 #, no-wrap
28016 msgid ""
28017 " rm-rf path\n"
28018 "\n"
28019 msgstr ""
28020
28021 # type: =head2
28022 #. type: =head2
28023 #: ../fish/guestfish-actions.pod:3618
28024 msgid "rmdir"
28025 msgstr ""
28026
28027 # type: verbatim
28028 #. type: verbatim
28029 #: ../fish/guestfish-actions.pod:3620
28030 #, no-wrap
28031 msgid ""
28032 " rmdir path\n"
28033 "\n"
28034 msgstr ""
28035
28036 # type: =head2
28037 #. type: =head2
28038 #: ../fish/guestfish-actions.pod:3624
28039 msgid "rmmountpoint"
28040 msgstr ""
28041
28042 # type: verbatim
28043 #. type: verbatim
28044 #: ../fish/guestfish-actions.pod:3626
28045 #, no-wrap
28046 msgid ""
28047 " rmmountpoint exemptpath\n"
28048 "\n"
28049 msgstr ""
28050
28051 # type: textblock
28052 #. type: textblock
28053 #: ../fish/guestfish-actions.pod:3628
28054 msgid ""
28055 "This calls removes a mountpoint that was previously created with L</"
28056 "mkmountpoint>.  See L</mkmountpoint> for full details."
28057 msgstr ""
28058
28059 # type: =head2
28060 #. type: =head2
28061 #: ../fish/guestfish-actions.pod:3632
28062 msgid "scrub-device"
28063 msgstr ""
28064
28065 # type: verbatim
28066 #. type: verbatim
28067 #: ../fish/guestfish-actions.pod:3634
28068 #, no-wrap
28069 msgid ""
28070 " scrub-device device\n"
28071 "\n"
28072 msgstr ""
28073
28074 # type: =head2
28075 #. type: =head2
28076 #: ../fish/guestfish-actions.pod:3645
28077 msgid "scrub-file"
28078 msgstr ""
28079
28080 # type: verbatim
28081 #. type: verbatim
28082 #: ../fish/guestfish-actions.pod:3647
28083 #, no-wrap
28084 msgid ""
28085 " scrub-file file\n"
28086 "\n"
28087 msgstr ""
28088
28089 # type: =head2
28090 #. type: =head2
28091 #: ../fish/guestfish-actions.pod:3657
28092 msgid "scrub-freespace"
28093 msgstr ""
28094
28095 # type: verbatim
28096 #. type: verbatim
28097 #: ../fish/guestfish-actions.pod:3659
28098 #, no-wrap
28099 msgid ""
28100 " scrub-freespace dir\n"
28101 "\n"
28102 msgstr ""
28103
28104 # type: textblock
28105 #. type: textblock
28106 #: ../fish/guestfish-actions.pod:3661
28107 msgid ""
28108 "This command creates the directory C<dir> and then fills it with files until "
28109 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
28110 "deletes them.  The intention is to scrub any free space on the partition "
28111 "containing C<dir>."
28112 msgstr ""
28113
28114 # type: =head2
28115 #. type: =head2
28116 #: ../fish/guestfish-actions.pod:3670
28117 msgid "set-append"
28118 msgstr ""
28119
28120 # type: =head2
28121 #. type: =head2
28122 #: ../fish/guestfish-actions.pod:3672
28123 msgid "append"
28124 msgstr ""
28125
28126 # type: verbatim
28127 #. type: verbatim
28128 #: ../fish/guestfish-actions.pod:3674
28129 #, no-wrap
28130 msgid ""
28131 " set-append append\n"
28132 "\n"
28133 msgstr ""
28134
28135 # type: =head2
28136 #. type: =head2
28137 #: ../fish/guestfish-actions.pod:3685
28138 msgid "set-autosync"
28139 msgstr ""
28140
28141 # type: =head2
28142 #. type: =head2
28143 #: ../fish/guestfish-actions.pod:3687
28144 msgid "autosync"
28145 msgstr ""
28146
28147 # type: verbatim
28148 #. type: verbatim
28149 #: ../fish/guestfish-actions.pod:3689
28150 #, no-wrap
28151 msgid ""
28152 " set-autosync true|false\n"
28153 "\n"
28154 msgstr ""
28155
28156 # type: textblock
28157 #. type: textblock
28158 #: ../fish/guestfish-actions.pod:3691
28159 msgid ""
28160 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
28161 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
28162 "closed (also if the program exits without closing handles)."
28163 msgstr ""
28164
28165 # type: =head2
28166 #. type: =head2
28167 #: ../fish/guestfish-actions.pod:3699
28168 msgid "set-direct"
28169 msgstr ""
28170
28171 # type: =head2
28172 #. type: =head2
28173 #: ../fish/guestfish-actions.pod:3701
28174 msgid "direct"
28175 msgstr ""
28176
28177 # type: verbatim
28178 #. type: verbatim
28179 #: ../fish/guestfish-actions.pod:3703
28180 #, no-wrap
28181 msgid ""
28182 " set-direct true|false\n"
28183 "\n"
28184 msgstr ""
28185
28186 # type: textblock
28187 #. type: textblock
28188 #: ../fish/guestfish-actions.pod:3709
28189 msgid ""
28190 "One consequence of this is that log messages aren't caught by the library "
28191 "and handled by L</set-log-message-callback>, but go straight to stdout."
28192 msgstr ""
28193
28194 # type: =head2
28195 #. type: =head2
28196 #: ../fish/guestfish-actions.pod:3718
28197 msgid "set-e2label"
28198 msgstr ""
28199
28200 # type: verbatim
28201 #. type: verbatim
28202 #: ../fish/guestfish-actions.pod:3720
28203 #, no-wrap
28204 msgid ""
28205 " set-e2label device label\n"
28206 "\n"
28207 msgstr ""
28208
28209 # type: textblock
28210 #. type: textblock
28211 #: ../fish/guestfish-actions.pod:3726
28212 msgid ""
28213 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
28214 "label on a filesystem."
28215 msgstr ""
28216
28217 # type: =head2
28218 #. type: =head2
28219 #: ../fish/guestfish-actions.pod:3729
28220 msgid "set-e2uuid"
28221 msgstr ""
28222
28223 # type: verbatim
28224 #. type: verbatim
28225 #: ../fish/guestfish-actions.pod:3731
28226 #, no-wrap
28227 msgid ""
28228 " set-e2uuid device uuid\n"
28229 "\n"
28230 msgstr ""
28231
28232 # type: textblock
28233 #. type: textblock
28234 #: ../fish/guestfish-actions.pod:3738
28235 msgid ""
28236 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
28237 "UUID of a filesystem."
28238 msgstr ""
28239
28240 # type: =head2
28241 #. type: =head2
28242 #: ../fish/guestfish-actions.pod:3741
28243 msgid "set-memsize"
28244 msgstr ""
28245
28246 # type: =head2
28247 #. type: =head2
28248 #: ../fish/guestfish-actions.pod:3743
28249 msgid "memsize"
28250 msgstr ""
28251
28252 # type: verbatim
28253 #. type: verbatim
28254 #: ../fish/guestfish-actions.pod:3745
28255 #, no-wrap
28256 msgid ""
28257 " set-memsize memsize\n"
28258 "\n"
28259 msgstr ""
28260
28261 # type: textblock
28262 #. type: textblock
28263 #: ../fish/guestfish-actions.pod:3747
28264 msgid ""
28265 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
28266 "This only has any effect if called before L</launch>."
28267 msgstr ""
28268
28269 # type: =head2
28270 #. type: =head2
28271 #: ../fish/guestfish-actions.pod:3758
28272 msgid "set-network"
28273 msgstr ""
28274
28275 # type: =head2
28276 #. type: =head2
28277 #: ../fish/guestfish-actions.pod:3760
28278 msgid "network"
28279 msgstr ""
28280
28281 # type: verbatim
28282 #. type: verbatim
28283 #: ../fish/guestfish-actions.pod:3762
28284 #, no-wrap
28285 msgid ""
28286 " set-network true|false\n"
28287 "\n"
28288 msgstr ""
28289
28290 # type: textblock
28291 #. type: textblock
28292 #: ../fish/guestfish-actions.pod:3770
28293 msgid ""
28294 "You must call this before calling L</launch>, otherwise it has no effect."
28295 msgstr ""
28296
28297 # type: =head2
28298 #. type: =head2
28299 #: ../fish/guestfish-actions.pod:3773
28300 msgid "set-path"
28301 msgstr ""
28302
28303 # type: =head2
28304 #. type: =head2
28305 #: ../fish/guestfish-actions.pod:3775
28306 msgid "path"
28307 msgstr ""
28308
28309 # type: verbatim
28310 #. type: verbatim
28311 #: ../fish/guestfish-actions.pod:3777
28312 #, no-wrap
28313 msgid ""
28314 " set-path searchpath\n"
28315 "\n"
28316 msgstr ""
28317
28318 # type: =head2
28319 #. type: =head2
28320 #: ../fish/guestfish-actions.pod:3786
28321 msgid "set-qemu"
28322 msgstr ""
28323
28324 # type: =head2
28325 #. type: =head2
28326 #: ../fish/guestfish-actions.pod:3788
28327 msgid "qemu"
28328 msgstr ""
28329
28330 # type: verbatim
28331 #. type: verbatim
28332 #: ../fish/guestfish-actions.pod:3790
28333 #, no-wrap
28334 msgid ""
28335 " set-qemu qemu\n"
28336 "\n"
28337 msgstr ""
28338
28339 # type: =head2
28340 #. type: =head2
28341 #: ../fish/guestfish-actions.pod:3810
28342 msgid "set-recovery-proc"
28343 msgstr ""
28344
28345 # type: =head2
28346 #. type: =head2
28347 #: ../fish/guestfish-actions.pod:3812
28348 msgid "recovery-proc"
28349 msgstr ""
28350
28351 # type: verbatim
28352 #. type: verbatim
28353 #: ../fish/guestfish-actions.pod:3814
28354 #, no-wrap
28355 msgid ""
28356 " set-recovery-proc true|false\n"
28357 "\n"
28358 msgstr ""
28359
28360 # type: textblock
28361 #. type: textblock
28362 #: ../fish/guestfish-actions.pod:3816
28363 msgid ""
28364 "If this is called with the parameter C<false> then L</launch> does not "
28365 "create a recovery process.  The purpose of the recovery process is to stop "
28366 "runaway qemu processes in the case where the main program aborts abruptly."
28367 msgstr ""
28368
28369 # type: textblock
28370 #. type: textblock
28371 #: ../fish/guestfish-actions.pod:3821
28372 msgid ""
28373 "This only has any effect if called before L</launch>, and the default is "
28374 "true."
28375 msgstr ""
28376
28377 # type: =head2
28378 #. type: =head2
28379 #: ../fish/guestfish-actions.pod:3830
28380 msgid "set-selinux"
28381 msgstr ""
28382
28383 # type: =head2
28384 #. type: =head2
28385 #: ../fish/guestfish-actions.pod:3832
28386 msgid "selinux"
28387 msgstr ""
28388
28389 # type: verbatim
28390 #. type: verbatim
28391 #: ../fish/guestfish-actions.pod:3834
28392 #, no-wrap
28393 msgid ""
28394 " set-selinux true|false\n"
28395 "\n"
28396 msgstr ""
28397
28398 # type: =head2
28399 #. type: =head2
28400 #: ../fish/guestfish-actions.pod:3845
28401 msgid "set-trace"
28402 msgstr ""
28403
28404 # type: =head2
28405 #. type: =head2
28406 #: ../fish/guestfish-actions.pod:3847
28407 msgid "trace"
28408 msgstr ""
28409
28410 # type: verbatim
28411 #. type: verbatim
28412 #: ../fish/guestfish-actions.pod:3849
28413 #, no-wrap
28414 msgid ""
28415 " set-trace true|false\n"
28416 "\n"
28417 msgstr ""
28418
28419 # type: =head2
28420 #. type: =head2
28421 #: ../fish/guestfish-actions.pod:3865
28422 msgid "set-verbose"
28423 msgstr ""
28424
28425 # type: =head2
28426 #. type: =head2
28427 #: ../fish/guestfish-actions.pod:3867
28428 msgid "verbose"
28429 msgstr ""
28430
28431 # type: verbatim
28432 #. type: verbatim
28433 #: ../fish/guestfish-actions.pod:3869
28434 #, no-wrap
28435 msgid ""
28436 " set-verbose true|false\n"
28437 "\n"
28438 msgstr ""
28439
28440 # type: =head2
28441 #. type: =head2
28442 #: ../fish/guestfish-actions.pod:3876
28443 msgid "setcon"
28444 msgstr ""
28445
28446 # type: verbatim
28447 #. type: verbatim
28448 #: ../fish/guestfish-actions.pod:3878
28449 #, no-wrap
28450 msgid ""
28451 " setcon context\n"
28452 "\n"
28453 msgstr ""
28454
28455 # type: =head2
28456 #. type: =head2
28457 #: ../fish/guestfish-actions.pod:3885
28458 msgid "setxattr"
28459 msgstr ""
28460
28461 # type: verbatim
28462 #. type: verbatim
28463 #: ../fish/guestfish-actions.pod:3887
28464 #, no-wrap
28465 msgid ""
28466 " setxattr xattr val vallen path\n"
28467 "\n"
28468 msgstr ""
28469
28470 # type: textblock
28471 #. type: textblock
28472 #: ../fish/guestfish-actions.pod:3893
28473 msgid "See also: L</lsetxattr>, L<attr(5)>."
28474 msgstr ""
28475
28476 # type: =head2
28477 #. type: =head2
28478 #: ../fish/guestfish-actions.pod:3895
28479 msgid "sfdisk"
28480 msgstr ""
28481
28482 # type: verbatim
28483 #. type: verbatim
28484 #: ../fish/guestfish-actions.pod:3897
28485 #, no-wrap
28486 msgid ""
28487 " sfdisk device cyls heads sectors 'lines ...'\n"
28488 "\n"
28489 msgstr ""
28490
28491 # type: textblock
28492 #. type: textblock
28493 #: ../fish/guestfish-actions.pod:3919
28494 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
28495 msgstr ""
28496
28497 # type: =head2
28498 #. type: =head2
28499 #: ../fish/guestfish-actions.pod:3925
28500 msgid "sfdiskM"
28501 msgstr ""
28502
28503 # type: verbatim
28504 #. type: verbatim
28505 #: ../fish/guestfish-actions.pod:3927
28506 #, no-wrap
28507 msgid ""
28508 " sfdiskM device 'lines ...'\n"
28509 "\n"
28510 msgstr ""
28511
28512 # type: textblock
28513 #. type: textblock
28514 #: ../fish/guestfish-actions.pod:3929
28515 msgid ""
28516 "This is a simplified interface to the L</sfdisk> command, where partition "
28517 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
28518 "you don't need to specify the cyls, heads and sectors parameters which were "
28519 "rarely if ever used anyway."
28520 msgstr ""
28521
28522 # type: textblock
28523 #. type: textblock
28524 #: ../fish/guestfish-actions.pod:3935
28525 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
28526 msgstr ""
28527
28528 # type: =head2
28529 #. type: =head2
28530 #: ../fish/guestfish-actions.pod:3941
28531 msgid "sfdisk-N"
28532 msgstr ""
28533
28534 # type: verbatim
28535 #. type: verbatim
28536 #: ../fish/guestfish-actions.pod:3943
28537 #, no-wrap
28538 msgid ""
28539 " sfdisk-N device partnum cyls heads sectors line\n"
28540 "\n"
28541 msgstr ""
28542
28543 # type: textblock
28544 #. type: textblock
28545 #: ../fish/guestfish-actions.pod:3948
28546 msgid ""
28547 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
28548 "cyls/heads/sectors parameters."
28549 msgstr ""
28550
28551 # type: textblock
28552 #. type: textblock
28553 #: ../fish/guestfish-actions.pod:3951
28554 msgid "See also: L</part-add>"
28555 msgstr ""
28556
28557 # type: =head2
28558 #. type: =head2
28559 #: ../fish/guestfish-actions.pod:3956
28560 msgid "sfdisk-disk-geometry"
28561 msgstr ""
28562
28563 # type: verbatim
28564 #. type: verbatim
28565 #: ../fish/guestfish-actions.pod:3958
28566 #, no-wrap
28567 msgid ""
28568 " sfdisk-disk-geometry device\n"
28569 "\n"
28570 msgstr ""
28571
28572 # type: textblock
28573 #. type: textblock
28574 #: ../fish/guestfish-actions.pod:3960
28575 msgid ""
28576 "This displays the disk geometry of C<device> read from the partition table.  "
28577 "Especially in the case where the underlying block device has been resized, "
28578 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
28579 "kernel-geometry>)."
28580 msgstr ""
28581
28582 # type: =head2
28583 #. type: =head2
28584 #: ../fish/guestfish-actions.pod:3968
28585 msgid "sfdisk-kernel-geometry"
28586 msgstr ""
28587
28588 # type: verbatim
28589 #. type: verbatim
28590 #: ../fish/guestfish-actions.pod:3970
28591 #, no-wrap
28592 msgid ""
28593 " sfdisk-kernel-geometry device\n"
28594 "\n"
28595 msgstr ""
28596
28597 # type: =head2
28598 #. type: =head2
28599 #: ../fish/guestfish-actions.pod:3977
28600 msgid "sfdisk-l"
28601 msgstr ""
28602
28603 # type: verbatim
28604 #. type: verbatim
28605 #: ../fish/guestfish-actions.pod:3979
28606 #, no-wrap
28607 msgid ""
28608 " sfdisk-l device\n"
28609 "\n"
28610 msgstr ""
28611
28612 # type: textblock
28613 #. type: textblock
28614 #: ../fish/guestfish-actions.pod:3985
28615 msgid "See also: L</part-list>"
28616 msgstr ""
28617
28618 # type: =head2
28619 #. type: =head2
28620 #: ../fish/guestfish-actions.pod:3987
28621 msgid "sh"
28622 msgstr ""
28623
28624 # type: verbatim
28625 #. type: verbatim
28626 #: ../fish/guestfish-actions.pod:3989
28627 #, no-wrap
28628 msgid ""
28629 " sh command\n"
28630 "\n"
28631 msgstr ""
28632
28633 # type: textblock
28634 #. type: textblock
28635 #: ../fish/guestfish-actions.pod:3994
28636 msgid "This is like L</command>, but passes the command to:"
28637 msgstr ""
28638
28639 # type: textblock
28640 #. type: textblock
28641 #: ../fish/guestfish-actions.pod:4002
28642 msgid "All the provisos about L</command> apply to this call."
28643 msgstr ""
28644
28645 # type: =head2
28646 #. type: =head2
28647 #: ../fish/guestfish-actions.pod:4004
28648 msgid "sh-lines"
28649 msgstr ""
28650
28651 # type: verbatim
28652 #. type: verbatim
28653 #: ../fish/guestfish-actions.pod:4006
28654 #, no-wrap
28655 msgid ""
28656 " sh-lines command\n"
28657 "\n"
28658 msgstr ""
28659
28660 # type: textblock
28661 #. type: textblock
28662 #: ../fish/guestfish-actions.pod:4008
28663 msgid "This is the same as L</sh>, but splits the result into a list of lines."
28664 msgstr ""
28665
28666 # type: textblock
28667 #. type: textblock
28668 #: ../fish/guestfish-actions.pod:4011
28669 msgid "See also: L</command-lines>"
28670 msgstr ""
28671
28672 # type: =head2
28673 #. type: =head2
28674 #: ../fish/guestfish-actions.pod:4013
28675 msgid "sleep"
28676 msgstr ""
28677
28678 # type: verbatim
28679 #. type: verbatim
28680 #: ../fish/guestfish-actions.pod:4015
28681 #, no-wrap
28682 msgid ""
28683 " sleep secs\n"
28684 "\n"
28685 msgstr ""
28686
28687 # type: =head2
28688 #. type: =head2
28689 #: ../fish/guestfish-actions.pod:4019
28690 msgid "stat"
28691 msgstr ""
28692
28693 # type: verbatim
28694 #. type: verbatim
28695 #: ../fish/guestfish-actions.pod:4021
28696 #, no-wrap
28697 msgid ""
28698 " stat path\n"
28699 "\n"
28700 msgstr ""
28701
28702 # type: =head2
28703 #. type: =head2
28704 #: ../fish/guestfish-actions.pod:4027
28705 msgid "statvfs"
28706 msgstr ""
28707
28708 # type: verbatim
28709 #. type: verbatim
28710 #: ../fish/guestfish-actions.pod:4029
28711 #, no-wrap
28712 msgid ""
28713 " statvfs path\n"
28714 "\n"
28715 msgstr ""
28716
28717 # type: =head2
28718 #. type: =head2
28719 #: ../fish/guestfish-actions.pod:4037
28720 msgid "strings"
28721 msgstr ""
28722
28723 # type: verbatim
28724 #. type: verbatim
28725 #: ../fish/guestfish-actions.pod:4039
28726 #, no-wrap
28727 msgid ""
28728 " strings path\n"
28729 "\n"
28730 msgstr ""
28731
28732 # type: =head2
28733 #. type: =head2
28734 #: ../fish/guestfish-actions.pod:4047
28735 msgid "strings-e"
28736 msgstr ""
28737
28738 # type: verbatim
28739 #. type: verbatim
28740 #: ../fish/guestfish-actions.pod:4049
28741 #, no-wrap
28742 msgid ""
28743 " strings-e encoding path\n"
28744 "\n"
28745 msgstr ""
28746
28747 # type: textblock
28748 #. type: textblock
28749 #: ../fish/guestfish-actions.pod:4051
28750 msgid ""
28751 "This is like the L</strings> command, but allows you to specify the encoding "
28752 "of strings that are looked for in the source file C<path>."
28753 msgstr ""
28754
28755 # type: textblock
28756 #. type: textblock
28757 #: ../fish/guestfish-actions.pod:4061
28758 msgid ""
28759 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
28760 "ISO-8859-X (this is what L</strings> uses)."
28761 msgstr ""
28762
28763 # type: =head2
28764 #. type: =head2
28765 #: ../fish/guestfish-actions.pod:4093
28766 msgid "swapoff-device"
28767 msgstr ""
28768
28769 # type: verbatim
28770 #. type: verbatim
28771 #: ../fish/guestfish-actions.pod:4095
28772 #, no-wrap
28773 msgid ""
28774 " swapoff-device device\n"
28775 "\n"
28776 msgstr ""
28777
28778 # type: textblock
28779 #. type: textblock
28780 #: ../fish/guestfish-actions.pod:4097
28781 msgid ""
28782 "This command disables the libguestfs appliance swap device or partition "
28783 "named C<device>.  See L</swapon-device>."
28784 msgstr ""
28785
28786 # type: =head2
28787 #. type: =head2
28788 #: ../fish/guestfish-actions.pod:4101
28789 msgid "swapoff-file"
28790 msgstr ""
28791
28792 # type: verbatim
28793 #. type: verbatim
28794 #: ../fish/guestfish-actions.pod:4103
28795 #, no-wrap
28796 msgid ""
28797 " swapoff-file file\n"
28798 "\n"
28799 msgstr ""
28800
28801 # type: =head2
28802 #. type: =head2
28803 #: ../fish/guestfish-actions.pod:4107
28804 msgid "swapoff-label"
28805 msgstr ""
28806
28807 # type: verbatim
28808 #. type: verbatim
28809 #: ../fish/guestfish-actions.pod:4109
28810 #, no-wrap
28811 msgid ""
28812 " swapoff-label label\n"
28813 "\n"
28814 msgstr ""
28815
28816 # type: =head2
28817 #. type: =head2
28818 #: ../fish/guestfish-actions.pod:4114
28819 msgid "swapoff-uuid"
28820 msgstr ""
28821
28822 # type: verbatim
28823 #. type: verbatim
28824 #: ../fish/guestfish-actions.pod:4116
28825 #, no-wrap
28826 msgid ""
28827 " swapoff-uuid uuid\n"
28828 "\n"
28829 msgstr ""
28830
28831 # type: =head2
28832 #. type: =head2
28833 #: ../fish/guestfish-actions.pod:4121
28834 msgid "swapon-device"
28835 msgstr ""
28836
28837 # type: verbatim
28838 #. type: verbatim
28839 #: ../fish/guestfish-actions.pod:4123
28840 #, no-wrap
28841 msgid ""
28842 " swapon-device device\n"
28843 "\n"
28844 msgstr ""
28845
28846 # type: textblock
28847 #. type: textblock
28848 #: ../fish/guestfish-actions.pod:4125
28849 msgid ""
28850 "This command enables the libguestfs appliance to use the swap device or "
28851 "partition named C<device>.  The increased memory is made available for all "
28852 "commands, for example those run using L</command> or L</sh>."
28853 msgstr ""
28854
28855 # type: =head2
28856 #. type: =head2
28857 #: ../fish/guestfish-actions.pod:4137
28858 msgid "swapon-file"
28859 msgstr ""
28860
28861 # type: verbatim
28862 #. type: verbatim
28863 #: ../fish/guestfish-actions.pod:4139
28864 #, no-wrap
28865 msgid ""
28866 " swapon-file file\n"
28867 "\n"
28868 msgstr ""
28869
28870 # type: textblock
28871 #. type: textblock
28872 #: ../fish/guestfish-actions.pod:4141
28873 msgid ""
28874 "This command enables swap to a file.  See L</swapon-device> for other notes."
28875 msgstr ""
28876
28877 # type: =head2
28878 #. type: =head2
28879 #: ../fish/guestfish-actions.pod:4144
28880 msgid "swapon-label"
28881 msgstr ""
28882
28883 # type: verbatim
28884 #. type: verbatim
28885 #: ../fish/guestfish-actions.pod:4146
28886 #, no-wrap
28887 msgid ""
28888 " swapon-label label\n"
28889 "\n"
28890 msgstr ""
28891
28892 # type: textblock
28893 #. type: textblock
28894 #: ../fish/guestfish-actions.pod:4148
28895 msgid ""
28896 "This command enables swap to a labeled swap partition.  See L</swapon-"
28897 "device> for other notes."
28898 msgstr ""
28899
28900 # type: =head2
28901 #. type: =head2
28902 #: ../fish/guestfish-actions.pod:4151
28903 msgid "swapon-uuid"
28904 msgstr ""
28905
28906 # type: verbatim
28907 #. type: verbatim
28908 #: ../fish/guestfish-actions.pod:4153
28909 #, no-wrap
28910 msgid ""
28911 " swapon-uuid uuid\n"
28912 "\n"
28913 msgstr ""
28914
28915 # type: textblock
28916 #. type: textblock
28917 #: ../fish/guestfish-actions.pod:4155
28918 msgid ""
28919 "This command enables swap to a swap partition with the given UUID.  See L</"
28920 "swapon-device> for other notes."
28921 msgstr ""
28922
28923 # type: =head2
28924 #. type: =head2
28925 #: ../fish/guestfish-actions.pod:4158
28926 msgid "sync"
28927 msgstr ""
28928
28929 # type: verbatim
28930 #. type: verbatim
28931 #: ../fish/guestfish-actions.pod:4160
28932 #, no-wrap
28933 msgid ""
28934 " sync\n"
28935 "\n"
28936 msgstr ""
28937
28938 # type: =head2
28939 #. type: =head2
28940 #: ../fish/guestfish-actions.pod:4168
28941 msgid "tail"
28942 msgstr ""
28943
28944 # type: verbatim
28945 #. type: verbatim
28946 #: ../fish/guestfish-actions.pod:4170
28947 #, no-wrap
28948 msgid ""
28949 " tail path\n"
28950 "\n"
28951 msgstr ""
28952
28953 # type: =head2
28954 #. type: =head2
28955 #: ../fish/guestfish-actions.pod:4178
28956 msgid "tail-n"
28957 msgstr ""
28958
28959 # type: verbatim
28960 #. type: verbatim
28961 #: ../fish/guestfish-actions.pod:4180
28962 #, no-wrap
28963 msgid ""
28964 " tail-n nrlines path\n"
28965 "\n"
28966 msgstr ""
28967
28968 # type: =head2
28969 #. type: =head2
28970 #: ../fish/guestfish-actions.pod:4193
28971 msgid "tar-in"
28972 msgstr ""
28973
28974 # type: verbatim
28975 #. type: verbatim
28976 #: ../fish/guestfish-actions.pod:4195
28977 #, no-wrap
28978 msgid ""
28979 " tar-in (tarfile|-) directory\n"
28980 "\n"
28981 msgstr ""
28982
28983 # type: textblock
28984 #. type: textblock
28985 #: ../fish/guestfish-actions.pod:4200
28986 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
28987 msgstr ""
28988
28989 # type: =head2
28990 #. type: =head2
28991 #: ../fish/guestfish-actions.pod:4205
28992 msgid "tar-out"
28993 msgstr ""
28994
28995 # type: verbatim
28996 #. type: verbatim
28997 #: ../fish/guestfish-actions.pod:4207
28998 #, no-wrap
28999 msgid ""
29000 " tar-out directory (tarfile|-)\n"
29001 "\n"
29002 msgstr ""
29003
29004 # type: textblock
29005 #. type: textblock
29006 #: ../fish/guestfish-actions.pod:4212
29007 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
29008 msgstr ""
29009
29010 # type: =head2
29011 #. type: =head2
29012 #: ../fish/guestfish-actions.pod:4217
29013 msgid "tgz-in"
29014 msgstr ""
29015
29016 # type: verbatim
29017 #. type: verbatim
29018 #: ../fish/guestfish-actions.pod:4219
29019 #, no-wrap
29020 msgid ""
29021 " tgz-in (tarball|-) directory\n"
29022 "\n"
29023 msgstr ""
29024
29025 # type: textblock
29026 #. type: textblock
29027 #: ../fish/guestfish-actions.pod:4224
29028 msgid "To upload an uncompressed tarball, use L</tar-in>."
29029 msgstr ""
29030
29031 # type: =head2
29032 #. type: =head2
29033 #: ../fish/guestfish-actions.pod:4228
29034 msgid "tgz-out"
29035 msgstr ""
29036
29037 # type: verbatim
29038 #. type: verbatim
29039 #: ../fish/guestfish-actions.pod:4230
29040 #, no-wrap
29041 msgid ""
29042 " tgz-out directory (tarball|-)\n"
29043 "\n"
29044 msgstr ""
29045
29046 # type: textblock
29047 #. type: textblock
29048 #: ../fish/guestfish-actions.pod:4235
29049 msgid "To download an uncompressed tarball, use L</tar-out>."
29050 msgstr ""
29051
29052 # type: =head2
29053 #. type: =head2
29054 #: ../fish/guestfish-actions.pod:4239
29055 msgid "touch"
29056 msgstr ""
29057
29058 # type: verbatim
29059 #. type: verbatim
29060 #: ../fish/guestfish-actions.pod:4241
29061 #, no-wrap
29062 msgid ""
29063 " touch path\n"
29064 "\n"
29065 msgstr ""
29066
29067 # type: =head2
29068 #. type: =head2
29069 #: ../fish/guestfish-actions.pod:4250
29070 msgid "truncate"
29071 msgstr ""
29072
29073 # type: verbatim
29074 #. type: verbatim
29075 #: ../fish/guestfish-actions.pod:4252
29076 #, no-wrap
29077 msgid ""
29078 " truncate path\n"
29079 "\n"
29080 msgstr ""
29081
29082 # type: =head2
29083 #. type: =head2
29084 #: ../fish/guestfish-actions.pod:4257
29085 msgid "truncate-size"
29086 msgstr ""
29087
29088 # type: verbatim
29089 #. type: verbatim
29090 #: ../fish/guestfish-actions.pod:4259
29091 #, no-wrap
29092 msgid ""
29093 " truncate-size path size\n"
29094 "\n"
29095 msgstr ""
29096
29097 # type: textblock
29098 #. type: textblock
29099 #: ../fish/guestfish-actions.pod:4264
29100 msgid ""
29101 "If the current file size is less than C<size> then the file is extended to "
29102 "the required size with zero bytes.  This creates a sparse file (ie. disk "
29103 "blocks are not allocated for the file until you write to it).  To create a "
29104 "non-sparse file of zeroes, use L</fallocate64> instead."
29105 msgstr ""
29106
29107 # type: =head2
29108 #. type: =head2
29109 #: ../fish/guestfish-actions.pod:4270
29110 msgid "tune2fs-l"
29111 msgstr ""
29112
29113 # type: verbatim
29114 #. type: verbatim
29115 #: ../fish/guestfish-actions.pod:4272
29116 #, no-wrap
29117 msgid ""
29118 " tune2fs-l device\n"
29119 "\n"
29120 msgstr ""
29121
29122 # type: =head2
29123 #. type: =head2
29124 #: ../fish/guestfish-actions.pod:4282
29125 msgid "txz-in"
29126 msgstr ""
29127
29128 # type: verbatim
29129 #. type: verbatim
29130 #: ../fish/guestfish-actions.pod:4284
29131 #, no-wrap
29132 msgid ""
29133 " txz-in (tarball|-) directory\n"
29134 "\n"
29135 msgstr ""
29136
29137 # type: =head2
29138 #. type: =head2
29139 #: ../fish/guestfish-actions.pod:4291
29140 msgid "txz-out"
29141 msgstr ""
29142
29143 # type: verbatim
29144 #. type: verbatim
29145 #: ../fish/guestfish-actions.pod:4293
29146 #, no-wrap
29147 msgid ""
29148 " txz-out directory (tarball|-)\n"
29149 "\n"
29150 msgstr ""
29151
29152 # type: =head2
29153 #. type: =head2
29154 #: ../fish/guestfish-actions.pod:4300
29155 msgid "umask"
29156 msgstr ""
29157
29158 # type: verbatim
29159 #. type: verbatim
29160 #: ../fish/guestfish-actions.pod:4302
29161 #, no-wrap
29162 msgid ""
29163 " umask mask\n"
29164 "\n"
29165 msgstr ""
29166
29167 # type: textblock
29168 #. type: textblock
29169 #: ../fish/guestfish-actions.pod:4316
29170 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
29171 msgstr ""
29172
29173 # type: =head2
29174 #. type: =head2
29175 #: ../fish/guestfish-actions.pod:4321
29176 msgid "umount"
29177 msgstr ""
29178
29179 # type: =head2
29180 #. type: =head2
29181 #: ../fish/guestfish-actions.pod:4323
29182 msgid "unmount"
29183 msgstr ""
29184
29185 # type: verbatim
29186 #. type: verbatim
29187 #: ../fish/guestfish-actions.pod:4325
29188 #, no-wrap
29189 msgid ""
29190 " umount pathordevice\n"
29191 "\n"
29192 msgstr ""
29193
29194 # type: =head2
29195 #. type: =head2
29196 #: ../fish/guestfish-actions.pod:4331
29197 msgid "umount-all"
29198 msgstr ""
29199
29200 # type: =head2
29201 #. type: =head2
29202 #: ../fish/guestfish-actions.pod:4333
29203 msgid "unmount-all"
29204 msgstr ""
29205
29206 # type: verbatim
29207 #. type: verbatim
29208 #: ../fish/guestfish-actions.pod:4335
29209 #, no-wrap
29210 msgid ""
29211 " umount-all\n"
29212 "\n"
29213 msgstr ""
29214
29215 # type: =head2
29216 #. type: =head2
29217 #: ../fish/guestfish-actions.pod:4341
29218 msgid "upload"
29219 msgstr ""
29220
29221 # type: verbatim
29222 #. type: verbatim
29223 #: ../fish/guestfish-actions.pod:4343
29224 #, no-wrap
29225 msgid ""
29226 " upload (filename|-) remotefilename\n"
29227 "\n"
29228 msgstr ""
29229
29230 # type: textblock
29231 #. type: textblock
29232 #: ../fish/guestfish-actions.pod:4350
29233 msgid "See also L</download>."
29234 msgstr ""
29235
29236 # type: =head2
29237 #. type: =head2
29238 #: ../fish/guestfish-actions.pod:4354
29239 msgid "upload-offset"
29240 msgstr ""
29241
29242 # type: verbatim
29243 #. type: verbatim
29244 #: ../fish/guestfish-actions.pod:4356
29245 #, no-wrap
29246 msgid ""
29247 " upload-offset (filename|-) remotefilename offset\n"
29248 "\n"
29249 msgstr ""
29250
29251 # type: textblock
29252 #. type: textblock
29253 #: ../fish/guestfish-actions.pod:4368
29254 msgid ""
29255 "Note that there is no limit on the amount of data that can be uploaded with "
29256 "this call, unlike with L</pwrite>, and this call always writes the full "
29257 "amount unless an error occurs."
29258 msgstr ""
29259
29260 # type: textblock
29261 #. type: textblock
29262 #: ../fish/guestfish-actions.pod:4373
29263 msgid "See also L</upload>, L</pwrite>."
29264 msgstr ""
29265
29266 # type: =head2
29267 #. type: =head2
29268 #: ../fish/guestfish-actions.pod:4377
29269 msgid "utimens"
29270 msgstr ""
29271
29272 # type: verbatim
29273 #. type: verbatim
29274 #: ../fish/guestfish-actions.pod:4379
29275 #, no-wrap
29276 msgid ""
29277 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
29278 "\n"
29279 msgstr ""
29280
29281 # type: =head2
29282 #. type: =head2
29283 #: ../fish/guestfish-actions.pod:4398
29284 msgid "version"
29285 msgstr ""
29286
29287 # type: verbatim
29288 #. type: verbatim
29289 #: ../fish/guestfish-actions.pod:4400
29290 #, no-wrap
29291 msgid ""
29292 " version\n"
29293 "\n"
29294 msgstr ""
29295
29296 # type: textblock
29297 #. type: textblock
29298 #: ../fish/guestfish-actions.pod:4427
29299 msgid ""
29300 "I<Note:> Don't use this call to test for availability of features.  In "
29301 "enterprise distributions we backport features from later versions into "
29302 "earlier versions, making this an unreliable way to test for features.  Use "
29303 "L</available> instead."
29304 msgstr ""
29305
29306 # type: =head2
29307 #. type: =head2
29308 #: ../fish/guestfish-actions.pod:4433
29309 msgid "vfs-label"
29310 msgstr ""
29311
29312 # type: verbatim
29313 #. type: verbatim
29314 #: ../fish/guestfish-actions.pod:4435
29315 #, no-wrap
29316 msgid ""
29317 " vfs-label device\n"
29318 "\n"
29319 msgstr ""
29320
29321 # type: textblock
29322 #. type: textblock
29323 #: ../fish/guestfish-actions.pod:4442
29324 msgid "To find a filesystem from the label, use L</findfs-label>."
29325 msgstr ""
29326
29327 # type: =head2
29328 #. type: =head2
29329 #: ../fish/guestfish-actions.pod:4444
29330 msgid "vfs-type"
29331 msgstr ""
29332
29333 # type: verbatim
29334 #. type: verbatim
29335 #: ../fish/guestfish-actions.pod:4446
29336 #, no-wrap
29337 msgid ""
29338 " vfs-type device\n"
29339 "\n"
29340 msgstr ""
29341
29342 # type: =head2
29343 #. type: =head2
29344 #: ../fish/guestfish-actions.pod:4456
29345 msgid "vfs-uuid"
29346 msgstr ""
29347
29348 # type: verbatim
29349 #. type: verbatim
29350 #: ../fish/guestfish-actions.pod:4458
29351 #, no-wrap
29352 msgid ""
29353 " vfs-uuid device\n"
29354 "\n"
29355 msgstr ""
29356
29357 # type: textblock
29358 #. type: textblock
29359 #: ../fish/guestfish-actions.pod:4465
29360 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
29361 msgstr ""
29362
29363 # type: =head2
29364 #. type: =head2
29365 #: ../fish/guestfish-actions.pod:4467
29366 msgid "vg-activate"
29367 msgstr ""
29368
29369 # type: verbatim
29370 #. type: verbatim
29371 #: ../fish/guestfish-actions.pod:4469
29372 #, no-wrap
29373 msgid ""
29374 " vg-activate true|false 'volgroups ...'\n"
29375 "\n"
29376 msgstr ""
29377
29378 # type: =head2
29379 #. type: =head2
29380 #: ../fish/guestfish-actions.pod:4482
29381 msgid "vg-activate-all"
29382 msgstr ""
29383
29384 # type: verbatim
29385 #. type: verbatim
29386 #: ../fish/guestfish-actions.pod:4484
29387 #, no-wrap
29388 msgid ""
29389 " vg-activate-all true|false\n"
29390 "\n"
29391 msgstr ""
29392
29393 # type: =head2
29394 #. type: =head2
29395 #: ../fish/guestfish-actions.pod:4494
29396 msgid "vgcreate"
29397 msgstr ""
29398
29399 # type: verbatim
29400 #. type: verbatim
29401 #: ../fish/guestfish-actions.pod:4496
29402 #, no-wrap
29403 msgid ""
29404 " vgcreate volgroup 'physvols ...'\n"
29405 "\n"
29406 msgstr ""
29407
29408 # type: =head2
29409 #. type: =head2
29410 #: ../fish/guestfish-actions.pod:4501
29411 msgid "vglvuuids"
29412 msgstr ""
29413
29414 # type: verbatim
29415 #. type: verbatim
29416 #: ../fish/guestfish-actions.pod:4503
29417 #, no-wrap
29418 msgid ""
29419 " vglvuuids vgname\n"
29420 "\n"
29421 msgstr ""
29422
29423 # type: textblock
29424 #. type: textblock
29425 #: ../fish/guestfish-actions.pod:4508
29426 msgid ""
29427 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
29428 "logical volumes and volume groups."
29429 msgstr ""
29430
29431 # type: textblock
29432 #. type: textblock
29433 #: ../fish/guestfish-actions.pod:4511
29434 msgid "See also L</vgpvuuids>."
29435 msgstr ""
29436
29437 # type: =head2
29438 #. type: =head2
29439 #: ../fish/guestfish-actions.pod:4513
29440 msgid "vgpvuuids"
29441 msgstr ""
29442
29443 # type: verbatim
29444 #. type: verbatim
29445 #: ../fish/guestfish-actions.pod:4515
29446 #, no-wrap
29447 msgid ""
29448 " vgpvuuids vgname\n"
29449 "\n"
29450 msgstr ""
29451
29452 # type: textblock
29453 #. type: textblock
29454 #: ../fish/guestfish-actions.pod:4520
29455 msgid ""
29456 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
29457 "physical volumes and volume groups."
29458 msgstr ""
29459
29460 # type: textblock
29461 #. type: textblock
29462 #: ../fish/guestfish-actions.pod:4523
29463 msgid "See also L</vglvuuids>."
29464 msgstr ""
29465
29466 # type: =head2
29467 #. type: =head2
29468 #: ../fish/guestfish-actions.pod:4525
29469 msgid "vgremove"
29470 msgstr ""
29471
29472 # type: verbatim
29473 #. type: verbatim
29474 #: ../fish/guestfish-actions.pod:4527
29475 #, no-wrap
29476 msgid ""
29477 " vgremove vgname\n"
29478 "\n"
29479 msgstr ""
29480
29481 # type: =head2
29482 #. type: =head2
29483 #: ../fish/guestfish-actions.pod:4534
29484 msgid "vgrename"
29485 msgstr ""
29486
29487 # type: verbatim
29488 #. type: verbatim
29489 #: ../fish/guestfish-actions.pod:4536
29490 #, no-wrap
29491 msgid ""
29492 " vgrename volgroup newvolgroup\n"
29493 "\n"
29494 msgstr ""
29495
29496 # type: =head2
29497 #. type: =head2
29498 #: ../fish/guestfish-actions.pod:4540
29499 msgid "vgs"
29500 msgstr ""
29501
29502 # type: verbatim
29503 #. type: verbatim
29504 #: ../fish/guestfish-actions.pod:4542
29505 #, no-wrap
29506 msgid ""
29507 " vgs\n"
29508 "\n"
29509 msgstr ""
29510
29511 # type: textblock
29512 #. type: textblock
29513 #: ../fish/guestfish-actions.pod:4550
29514 msgid "See also L</vgs-full>."
29515 msgstr ""
29516
29517 # type: =head2
29518 #. type: =head2
29519 #: ../fish/guestfish-actions.pod:4552
29520 msgid "vgs-full"
29521 msgstr ""
29522
29523 # type: verbatim
29524 #. type: verbatim
29525 #: ../fish/guestfish-actions.pod:4554
29526 #, no-wrap
29527 msgid ""
29528 " vgs-full\n"
29529 "\n"
29530 msgstr ""
29531
29532 # type: =head2
29533 #. type: =head2
29534 #: ../fish/guestfish-actions.pod:4559
29535 msgid "vgscan"
29536 msgstr ""
29537
29538 # type: verbatim
29539 #. type: verbatim
29540 #: ../fish/guestfish-actions.pod:4561
29541 #, no-wrap
29542 msgid ""
29543 " vgscan\n"
29544 "\n"
29545 msgstr ""
29546
29547 # type: =head2
29548 #. type: =head2
29549 #: ../fish/guestfish-actions.pod:4566
29550 msgid "vguuid"
29551 msgstr ""
29552
29553 # type: verbatim
29554 #. type: verbatim
29555 #: ../fish/guestfish-actions.pod:4568
29556 #, no-wrap
29557 msgid ""
29558 " vguuid vgname\n"
29559 "\n"
29560 msgstr ""
29561
29562 # type: =head2
29563 #. type: =head2
29564 #: ../fish/guestfish-actions.pod:4572
29565 msgid "wc-c"
29566 msgstr ""
29567
29568 # type: verbatim
29569 #. type: verbatim
29570 #: ../fish/guestfish-actions.pod:4574
29571 #, no-wrap
29572 msgid ""
29573 " wc-c path\n"
29574 "\n"
29575 msgstr ""
29576
29577 # type: =head2
29578 #. type: =head2
29579 #: ../fish/guestfish-actions.pod:4579
29580 msgid "wc-l"
29581 msgstr ""
29582
29583 # type: verbatim
29584 #. type: verbatim
29585 #: ../fish/guestfish-actions.pod:4581
29586 #, no-wrap
29587 msgid ""
29588 " wc-l path\n"
29589 "\n"
29590 msgstr ""
29591
29592 # type: =head2
29593 #. type: =head2
29594 #: ../fish/guestfish-actions.pod:4586
29595 msgid "wc-w"
29596 msgstr ""
29597
29598 # type: verbatim
29599 #. type: verbatim
29600 #: ../fish/guestfish-actions.pod:4588
29601 #, no-wrap
29602 msgid ""
29603 " wc-w path\n"
29604 "\n"
29605 msgstr ""
29606
29607 # type: =head2
29608 #. type: =head2
29609 #: ../fish/guestfish-actions.pod:4593
29610 msgid "write"
29611 msgstr ""
29612
29613 # type: verbatim
29614 #. type: verbatim
29615 #: ../fish/guestfish-actions.pod:4595
29616 #, no-wrap
29617 msgid ""
29618 " write path content\n"
29619 "\n"
29620 msgstr ""
29621
29622 # type: =head2
29623 #. type: =head2
29624 #: ../fish/guestfish-actions.pod:4603
29625 msgid "write-file"
29626 msgstr ""
29627
29628 # type: verbatim
29629 #. type: verbatim
29630 #: ../fish/guestfish-actions.pod:4605
29631 #, no-wrap
29632 msgid ""
29633 " write-file path content size\n"
29634 "\n"
29635 msgstr ""
29636
29637 # type: =head2
29638 #. type: =head2
29639 #: ../fish/guestfish-actions.pod:4628
29640 msgid "zegrep"
29641 msgstr ""
29642
29643 # type: verbatim
29644 #. type: verbatim
29645 #: ../fish/guestfish-actions.pod:4630
29646 #, no-wrap
29647 msgid ""
29648 " zegrep regex path\n"
29649 "\n"
29650 msgstr ""
29651
29652 # type: =head2
29653 #. type: =head2
29654 #: ../fish/guestfish-actions.pod:4638
29655 msgid "zegrepi"
29656 msgstr ""
29657
29658 # type: verbatim
29659 #. type: verbatim
29660 #: ../fish/guestfish-actions.pod:4640
29661 #, no-wrap
29662 msgid ""
29663 " zegrepi regex path\n"
29664 "\n"
29665 msgstr ""
29666
29667 # type: =head2
29668 #. type: =head2
29669 #: ../fish/guestfish-actions.pod:4648
29670 msgid "zero"
29671 msgstr ""
29672
29673 # type: verbatim
29674 #. type: verbatim
29675 #: ../fish/guestfish-actions.pod:4650
29676 #, no-wrap
29677 msgid ""
29678 " zero device\n"
29679 "\n"
29680 msgstr ""
29681
29682 # type: textblock
29683 #. type: textblock
29684 #: ../fish/guestfish-actions.pod:4658
29685 msgid "See also: L</zero-device>, L</scrub-device>."
29686 msgstr ""
29687
29688 # type: =head2
29689 #. type: =head2
29690 #: ../fish/guestfish-actions.pod:4660
29691 msgid "zero-device"
29692 msgstr ""
29693
29694 # type: verbatim
29695 #. type: verbatim
29696 #: ../fish/guestfish-actions.pod:4662
29697 #, no-wrap
29698 msgid ""
29699 " zero-device device\n"
29700 "\n"
29701 msgstr ""
29702
29703 # type: textblock
29704 #. type: textblock
29705 #: ../fish/guestfish-actions.pod:4664
29706 msgid ""
29707 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
29708 "which just zeroes the first few blocks of a device."
29709 msgstr ""
29710
29711 # type: =head2
29712 #. type: =head2
29713 #: ../fish/guestfish-actions.pod:4671
29714 msgid "zerofree"
29715 msgstr ""
29716
29717 # type: verbatim
29718 #. type: verbatim
29719 #: ../fish/guestfish-actions.pod:4673
29720 #, no-wrap
29721 msgid ""
29722 " zerofree device\n"
29723 "\n"
29724 msgstr ""
29725
29726 # type: =head2
29727 #. type: =head2
29728 #: ../fish/guestfish-actions.pod:4686
29729 msgid "zfgrep"
29730 msgstr ""
29731
29732 # type: verbatim
29733 #. type: verbatim
29734 #: ../fish/guestfish-actions.pod:4688
29735 #, no-wrap
29736 msgid ""
29737 " zfgrep pattern path\n"
29738 "\n"
29739 msgstr ""
29740
29741 # type: =head2
29742 #. type: =head2
29743 #: ../fish/guestfish-actions.pod:4696
29744 msgid "zfgrepi"
29745 msgstr ""
29746
29747 # type: verbatim
29748 #. type: verbatim
29749 #: ../fish/guestfish-actions.pod:4698
29750 #, no-wrap
29751 msgid ""
29752 " zfgrepi pattern path\n"
29753 "\n"
29754 msgstr ""
29755
29756 # type: =head2
29757 #. type: =head2
29758 #: ../fish/guestfish-actions.pod:4706
29759 msgid "zfile"
29760 msgstr ""
29761
29762 # type: verbatim
29763 #. type: verbatim
29764 #: ../fish/guestfish-actions.pod:4708
29765 #, no-wrap
29766 msgid ""
29767 " zfile meth path\n"
29768 "\n"
29769 msgstr ""
29770
29771 # type: textblock
29772 #. type: textblock
29773 #: ../fish/guestfish-actions.pod:4715
29774 msgid ""
29775 "Since 1.0.63, use L</file> instead which can now process compressed files."
29776 msgstr ""
29777
29778 # type: =head2
29779 #. type: =head2
29780 #: ../fish/guestfish-actions.pod:4725
29781 msgid "zgrep"
29782 msgstr ""
29783
29784 # type: verbatim
29785 #. type: verbatim
29786 #: ../fish/guestfish-actions.pod:4727
29787 #, no-wrap
29788 msgid ""
29789 " zgrep regex path\n"
29790 "\n"
29791 msgstr ""
29792
29793 # type: =head2
29794 #. type: =head2
29795 #: ../fish/guestfish-actions.pod:4735
29796 msgid "zgrepi"
29797 msgstr ""
29798
29799 # type: verbatim
29800 #. type: verbatim
29801 #: ../fish/guestfish-actions.pod:4737
29802 #, no-wrap
29803 msgid ""
29804 " zgrepi regex path\n"
29805 "\n"
29806 msgstr ""
29807
29808 # type: =head2
29809 #. type: =head2
29810 #: ../fish/guestfish-commands.pod:1
29811 msgid "alloc"
29812 msgstr ""
29813
29814 # type: =head2
29815 #. type: =head2
29816 #: ../fish/guestfish-commands.pod:3
29817 msgid "allocate"
29818 msgstr ""
29819
29820 # type: verbatim
29821 #. type: verbatim
29822 #: ../fish/guestfish-commands.pod:5
29823 #, no-wrap
29824 msgid ""
29825 " alloc filename size\n"
29826 "\n"
29827 msgstr ""
29828
29829 # type: textblock
29830 #. type: textblock
29831 #: ../fish/guestfish-commands.pod:7
29832 msgid ""
29833 "This creates an empty (zeroed) file of the given size, and then adds so it "
29834 "can be further examined."
29835 msgstr ""
29836
29837 # type: textblock
29838 #. type: textblock
29839 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
29840 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
29841 msgstr ""
29842
29843 # type: textblock
29844 #. type: textblock
29845 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
29846 msgid "Size can be specified using standard suffixes, eg. C<1M>."
29847 msgstr ""
29848
29849 # type: textblock
29850 #. type: textblock
29851 #: ../fish/guestfish-commands.pod:14
29852 msgid ""
29853 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
29854 "image, see L</PREPARED DISK IMAGES>."
29855 msgstr ""
29856
29857 # type: =head2
29858 #. type: =head2
29859 #: ../fish/guestfish-commands.pod:17
29860 msgid "copy-in"
29861 msgstr ""
29862
29863 # type: verbatim
29864 #. type: verbatim
29865 #: ../fish/guestfish-commands.pod:19
29866 #, no-wrap
29867 msgid ""
29868 " copy-in local [local ...] /remotedir\n"
29869 "\n"
29870 msgstr ""
29871
29872 # type: textblock
29873 #. type: textblock
29874 #: ../fish/guestfish-commands.pod:21
29875 msgid ""
29876 "C<copy-in> copies local files or directories recursively into the disk "
29877 "image, placing them in the directory called C</remotedir> (which must "
29878 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
29879 "other commands as necessary."
29880 msgstr ""
29881
29882 # type: textblock
29883 #. type: textblock
29884 #: ../fish/guestfish-commands.pod:26
29885 msgid ""
29886 "Multiple local files and directories can be specified, but the last "
29887 "parameter must always be a remote directory.  Wildcards cannot be used."
29888 msgstr ""
29889
29890 # type: =head2
29891 #. type: =head2
29892 #: ../fish/guestfish-commands.pod:30
29893 msgid "copy-out"
29894 msgstr ""
29895
29896 # type: verbatim
29897 #. type: verbatim
29898 #: ../fish/guestfish-commands.pod:32
29899 #, no-wrap
29900 msgid ""
29901 " copy-out remote [remote ...] localdir\n"
29902 "\n"
29903 msgstr ""
29904
29905 # type: textblock
29906 #. type: textblock
29907 #: ../fish/guestfish-commands.pod:34
29908 msgid ""
29909 "C<copy-out> copies remote files or directories recursively out of the disk "
29910 "image, placing them on the host disk in a local directory called C<localdir> "
29911 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
29912 "download>, L</tar-out> and other commands as necessary."
29913 msgstr ""
29914
29915 # type: textblock
29916 #. type: textblock
29917 #: ../fish/guestfish-commands.pod:40
29918 msgid ""
29919 "Multiple remote files and directories can be specified, but the last "
29920 "parameter must always be a local directory.  To download to the current "
29921 "directory, use C<.> as in:"
29922 msgstr ""
29923
29924 # type: verbatim
29925 #. type: verbatim
29926 #: ../fish/guestfish-commands.pod:44
29927 #, no-wrap
29928 msgid ""
29929 " copy-out /home .\n"
29930 "\n"
29931 msgstr ""
29932
29933 # type: textblock
29934 #. type: textblock
29935 #: ../fish/guestfish-commands.pod:46
29936 msgid ""
29937 "Wildcards cannot be used in the ordinary command, but you can use them with "
29938 "the help of L</glob> like this:"
29939 msgstr ""
29940
29941 # type: verbatim
29942 #. type: verbatim
29943 #: ../fish/guestfish-commands.pod:49
29944 #, no-wrap
29945 msgid ""
29946 " glob copy-out /home/* .\n"
29947 "\n"
29948 msgstr ""
29949
29950 # type: =head2
29951 #. type: =head2
29952 #: ../fish/guestfish-commands.pod:51
29953 msgid "echo"
29954 msgstr ""
29955
29956 # type: verbatim
29957 #. type: verbatim
29958 #: ../fish/guestfish-commands.pod:53
29959 #, no-wrap
29960 msgid ""
29961 " echo [params ...]\n"
29962 "\n"
29963 msgstr ""
29964
29965 # type: textblock
29966 #. type: textblock
29967 #: ../fish/guestfish-commands.pod:55
29968 msgid "This echos the parameters to the terminal."
29969 msgstr ""
29970
29971 # type: =head2
29972 #. type: =head2
29973 #: ../fish/guestfish-commands.pod:57
29974 msgid "edit"
29975 msgstr ""
29976
29977 # type: =head2
29978 #. type: =head2
29979 #: ../fish/guestfish-commands.pod:59
29980 msgid "vi"
29981 msgstr ""
29982
29983 # type: =head2
29984 #. type: =head2
29985 #: ../fish/guestfish-commands.pod:61
29986 msgid "emacs"
29987 msgstr ""
29988
29989 # type: verbatim
29990 #. type: verbatim
29991 #: ../fish/guestfish-commands.pod:63
29992 #, no-wrap
29993 msgid ""
29994 " edit filename\n"
29995 "\n"
29996 msgstr ""
29997
29998 # type: textblock
29999 #. type: textblock
30000 #: ../fish/guestfish-commands.pod:65
30001 msgid ""
30002 "This is used to edit a file.  It downloads the file, edits it locally using "
30003 "your editor, then uploads the result."
30004 msgstr ""
30005
30006 # type: textblock
30007 #. type: textblock
30008 #: ../fish/guestfish-commands.pod:68
30009 msgid ""
30010 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
30011 "or C<emacs> you will get those corresponding editors."
30012 msgstr ""
30013
30014 # type: =head2
30015 #. type: =head2
30016 #: ../fish/guestfish-commands.pod:72
30017 msgid "glob"
30018 msgstr ""
30019
30020 # type: verbatim
30021 #. type: verbatim
30022 #: ../fish/guestfish-commands.pod:74
30023 #, no-wrap
30024 msgid ""
30025 " glob command args...\n"
30026 "\n"
30027 msgstr ""
30028
30029 # type: textblock
30030 #. type: textblock
30031 #: ../fish/guestfish-commands.pod:76
30032 msgid ""
30033 "Expand wildcards in any paths in the args list, and run C<command> "
30034 "repeatedly on each matching path."
30035 msgstr ""
30036
30037 # type: textblock
30038 #. type: textblock
30039 #: ../fish/guestfish-commands.pod:79
30040 msgid "See L</WILDCARDS AND GLOBBING>."
30041 msgstr ""
30042
30043 # type: =head2
30044 #. type: =head2
30045 #: ../fish/guestfish-commands.pod:81
30046 msgid "hexedit"
30047 msgstr ""
30048
30049 # type: verbatim
30050 #. type: verbatim
30051 #: ../fish/guestfish-commands.pod:83
30052 #, no-wrap
30053 msgid ""
30054 " hexedit <filename|device>\n"
30055 " hexedit <filename|device> <max>\n"
30056 " hexedit <filename|device> <start> <max>\n"
30057 "\n"
30058 msgstr ""
30059
30060 # type: textblock
30061 #. type: textblock
30062 #: ../fish/guestfish-commands.pod:87
30063 msgid ""
30064 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
30065 "device."
30066 msgstr ""
30067
30068 # type: textblock
30069 #. type: textblock
30070 #: ../fish/guestfish-commands.pod:90
30071 msgid ""
30072 "This command works by downloading potentially the whole file or device, "
30073 "editing it locally, then uploading it.  If the file or device is large, you "
30074 "have to specify which part you wish to edit by using C<max> and/or C<start> "
30075 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
30076 "usual modifiers allowed such as C<1M> (1 megabyte)."
30077 msgstr ""
30078
30079 # type: textblock
30080 #. type: textblock
30081 #: ../fish/guestfish-commands.pod:97
30082 msgid "For example to edit the first few sectors of a disk you might do:"
30083 msgstr ""
30084
30085 # type: verbatim
30086 #. type: verbatim
30087 #: ../fish/guestfish-commands.pod:100
30088 #, no-wrap
30089 msgid ""
30090 " hexedit /dev/sda 1M\n"
30091 "\n"
30092 msgstr ""
30093
30094 # type: textblock
30095 #. type: textblock
30096 #: ../fish/guestfish-commands.pod:102
30097 msgid ""
30098 "which would allow you to edit anywhere within the first megabyte of the disk."
30099 msgstr ""
30100
30101 # type: textblock
30102 #. type: textblock
30103 #: ../fish/guestfish-commands.pod:105
30104 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
30105 msgstr ""
30106
30107 # type: verbatim
30108 #. type: verbatim
30109 #: ../fish/guestfish-commands.pod:107
30110 #, no-wrap
30111 msgid ""
30112 " hexedit /dev/sda1 0x400 0x400\n"
30113 "\n"
30114 msgstr ""
30115
30116 # type: textblock
30117 #. type: textblock
30118 #: ../fish/guestfish-commands.pod:109
30119 msgid "(assuming the superblock is in the standard location)."
30120 msgstr ""
30121
30122 # type: textblock
30123 #. type: textblock
30124 #: ../fish/guestfish-commands.pod:111
30125 msgid ""
30126 "This command requires the external L<hexedit(1)> program.  You can specify "
30127 "another program to use by setting the C<HEXEDITOR> environment variable."
30128 msgstr ""
30129
30130 # type: textblock
30131 #. type: textblock
30132 #: ../fish/guestfish-commands.pod:115
30133 msgid "See also L</hexdump>."
30134 msgstr ""
30135
30136 # type: =head2
30137 #. type: =head2
30138 #: ../fish/guestfish-commands.pod:117
30139 msgid "lcd"
30140 msgstr ""
30141
30142 # type: verbatim
30143 #. type: verbatim
30144 #: ../fish/guestfish-commands.pod:119
30145 #, no-wrap
30146 msgid ""
30147 " lcd directory\n"
30148 "\n"
30149 msgstr ""
30150
30151 # type: textblock
30152 #. type: textblock
30153 #: ../fish/guestfish-commands.pod:121
30154 msgid ""
30155 "Change the local directory, ie. the current directory of guestfish itself."
30156 msgstr ""
30157
30158 # type: textblock
30159 #. type: textblock
30160 #: ../fish/guestfish-commands.pod:124
30161 msgid "Note that C<!cd> won't do what you might expect."
30162 msgstr ""
30163
30164 # type: =head2
30165 #. type: =head2
30166 #: ../fish/guestfish-commands.pod:126
30167 msgid "man"
30168 msgstr ""
30169
30170 # type: =head2
30171 #. type: =head2
30172 #: ../fish/guestfish-commands.pod:128
30173 msgid "manual"
30174 msgstr ""
30175
30176 # type: verbatim
30177 #. type: verbatim
30178 #: ../fish/guestfish-commands.pod:130
30179 #, no-wrap
30180 msgid ""
30181 "  man\n"
30182 "\n"
30183 msgstr ""
30184
30185 # type: textblock
30186 #. type: textblock
30187 #: ../fish/guestfish-commands.pod:132
30188 msgid "Opens the manual page for guestfish."
30189 msgstr ""
30190
30191 # type: =head2
30192 #. type: =head2
30193 #: ../fish/guestfish-commands.pod:134
30194 msgid "more"
30195 msgstr ""
30196
30197 # type: =head2
30198 #. type: =head2
30199 #: ../fish/guestfish-commands.pod:136
30200 msgid "less"
30201 msgstr ""
30202
30203 # type: verbatim
30204 #. type: verbatim
30205 #: ../fish/guestfish-commands.pod:138
30206 #, no-wrap
30207 msgid ""
30208 " more filename\n"
30209 "\n"
30210 msgstr ""
30211
30212 # type: verbatim
30213 #. type: verbatim
30214 #: ../fish/guestfish-commands.pod:140
30215 #, no-wrap
30216 msgid ""
30217 " less filename\n"
30218 "\n"
30219 msgstr ""
30220
30221 # type: textblock
30222 #. type: textblock
30223 #: ../fish/guestfish-commands.pod:142
30224 msgid "This is used to view a file."
30225 msgstr ""
30226
30227 # type: textblock
30228 #. type: textblock
30229 #: ../fish/guestfish-commands.pod:144
30230 msgid ""
30231 "The default viewer is C<$PAGER>.  However if you use the alternate command "
30232 "C<less> you will get the C<less> command specifically."
30233 msgstr ""
30234
30235 # type: =head2
30236 #. type: =head2
30237 #: ../fish/guestfish-commands.pod:147
30238 msgid "reopen"
30239 msgstr ""
30240
30241 # type: verbatim
30242 #. type: verbatim
30243 #: ../fish/guestfish-commands.pod:149
30244 #, no-wrap
30245 msgid ""
30246 "  reopen\n"
30247 "\n"
30248 msgstr ""
30249
30250 # type: textblock
30251 #. type: textblock
30252 #: ../fish/guestfish-commands.pod:151
30253 msgid ""
30254 "Close and reopen the libguestfs handle.  It is not necessary to use this "
30255 "normally, because the handle is closed properly when guestfish exits.  "
30256 "However this is occasionally useful for testing."
30257 msgstr ""
30258
30259 # type: =head2
30260 #. type: =head2
30261 #: ../fish/guestfish-commands.pod:155
30262 msgid "sparse"
30263 msgstr ""
30264
30265 # type: verbatim
30266 #. type: verbatim
30267 #: ../fish/guestfish-commands.pod:157
30268 #, no-wrap
30269 msgid ""
30270 " sparse filename size\n"
30271 "\n"
30272 msgstr ""
30273
30274 # type: textblock
30275 #. type: textblock
30276 #: ../fish/guestfish-commands.pod:159
30277 msgid ""
30278 "This creates an empty sparse file of the given size, and then adds so it can "
30279 "be further examined."
30280 msgstr ""
30281
30282 # type: textblock
30283 #. type: textblock
30284 #: ../fish/guestfish-commands.pod:162
30285 msgid ""
30286 "In all respects it works the same as the L</alloc> command, except that the "
30287 "image file is allocated sparsely, which means that disk blocks are not "
30288 "assigned to the file until they are needed.  Sparse disk files only use "
30289 "space when written to, but they are slower and there is a danger you could "
30290 "run out of real disk space during a write operation."
30291 msgstr ""
30292
30293 # type: =head2
30294 #. type: =head2
30295 #: ../fish/guestfish-commands.pod:172
30296 msgid "supported"
30297 msgstr ""
30298
30299 # type: verbatim
30300 #. type: verbatim
30301 #: ../fish/guestfish-commands.pod:174
30302 #, no-wrap
30303 msgid ""
30304 " supported\n"
30305 "\n"
30306 msgstr ""
30307
30308 # type: textblock
30309 #. type: textblock
30310 #: ../fish/guestfish-commands.pod:176
30311 msgid ""
30312 "This command returns a list of the optional groups known to the daemon, and "
30313 "indicates which ones are supported by this build of the libguestfs appliance."
30314 msgstr ""
30315
30316 # type: textblock
30317 #. type: textblock
30318 #: ../fish/guestfish-commands.pod:180
30319 msgid "See also L<guestfs(3)/AVAILABILITY>."
30320 msgstr ""
30321
30322 # type: =head2
30323 #. type: =head2
30324 #: ../fish/guestfish-commands.pod:182
30325 msgid "time"
30326 msgstr ""
30327
30328 # type: verbatim
30329 #. type: verbatim
30330 #: ../fish/guestfish-commands.pod:184
30331 #, no-wrap
30332 msgid ""
30333 " time command args...\n"
30334 "\n"
30335 msgstr ""
30336
30337 # type: textblock
30338 #. type: textblock
30339 #: ../fish/guestfish-commands.pod:186
30340 msgid ""
30341 "Run the command as usual, but print the elapsed time afterwards.  This can "
30342 "be useful for benchmarking operations."
30343 msgstr ""
30344
30345 # type: textblock
30346 #. type: textblock
30347 #: ../test-tool/libguestfs-test-tool.pod:5
30348 msgid "libguestfs-test-tool - End user tests for libguestfs"
30349 msgstr ""
30350
30351 # type: verbatim
30352 #. type: verbatim
30353 #: ../test-tool/libguestfs-test-tool.pod:9
30354 #, no-wrap
30355 msgid ""
30356 " libguestfs-test-tool [--options]\n"
30357 "\n"
30358 msgstr ""
30359
30360 # type: textblock
30361 #. type: textblock
30362 #: ../test-tool/libguestfs-test-tool.pod:13
30363 msgid ""
30364 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
30365 "and developers, to allow them to check basic libguestfs functionality is "
30366 "working.  This is needed because libguestfs occasionally breaks for reasons "
30367 "beyond our control: usually because of changes in the underlying qemu or "
30368 "kernel packages, or the host environment."
30369 msgstr ""
30370
30371 # type: textblock
30372 #. type: textblock
30373 #: ../test-tool/libguestfs-test-tool.pod:20
30374 msgid "If you suspect a problem in libguestfs, then just run:"
30375 msgstr ""
30376
30377 # type: verbatim
30378 #. type: verbatim
30379 #: ../test-tool/libguestfs-test-tool.pod:22
30380 #, no-wrap
30381 msgid ""
30382 " libguestfs-test-tool\n"
30383 "\n"
30384 msgstr ""
30385
30386 # type: textblock
30387 #. type: textblock
30388 #: ../test-tool/libguestfs-test-tool.pod:24
30389 msgid "It will print lots of diagnostic messages."
30390 msgstr ""
30391
30392 # type: textblock
30393 #. type: textblock
30394 #: ../test-tool/libguestfs-test-tool.pod:26
30395 msgid "If it runs to completion successfully, you will see this near the end:"
30396 msgstr ""
30397
30398 # type: verbatim
30399 #. type: verbatim
30400 #: ../test-tool/libguestfs-test-tool.pod:28
30401 #, no-wrap
30402 msgid ""
30403 " ===== TEST FINISHED OK =====\n"
30404 "\n"
30405 msgstr ""
30406
30407 # type: textblock
30408 #. type: textblock
30409 #: ../test-tool/libguestfs-test-tool.pod:30
30410 msgid "and the test tool will exit with code 0."
30411 msgstr ""
30412
30413 # type: textblock
30414 #. type: textblock
30415 #: ../test-tool/libguestfs-test-tool.pod:32
30416 msgid ""
30417 "If it fails (and/or exits with non-zero error code), please paste the "
30418 "B<complete, unedited> output of the test tool into a bug report.  More "
30419 "information about reporting bugs can be found on the L<http://libguestfs.org/"
30420 "> website."
30421 msgstr ""
30422
30423 # type: =item
30424 #. type: =item
30425 #: ../test-tool/libguestfs-test-tool.pod:41
30426 msgid "I<--help>"
30427 msgstr ""
30428
30429 # type: textblock
30430 #. type: textblock
30431 #: ../test-tool/libguestfs-test-tool.pod:43
30432 msgid "Display short usage information and exit."
30433 msgstr ""
30434
30435 # type: =item
30436 #. type: =item
30437 #: ../test-tool/libguestfs-test-tool.pod:45
30438 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
30439 msgstr ""
30440
30441 # type: textblock
30442 #. type: textblock
30443 #: ../test-tool/libguestfs-test-tool.pod:47
30444 msgid ""
30445 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
30446 "normally look in the C<$libexec> directory that was configured when the tool "
30447 "was built."
30448 msgstr ""
30449
30450 # type: =item
30451 #. type: =item
30452 #: ../test-tool/libguestfs-test-tool.pod:51
30453 msgid "I<--qemu qemu_binary>"
30454 msgstr ""
30455
30456 # type: textblock
30457 #. type: textblock
30458 #: ../test-tool/libguestfs-test-tool.pod:53
30459 msgid ""
30460 "If you have downloaded another qemu binary, point this option at the full "
30461 "path of the binary to try it."
30462 msgstr ""
30463
30464 # type: =item
30465 #. type: =item
30466 #: ../test-tool/libguestfs-test-tool.pod:56
30467 msgid "I<--qemudir qemu_source_dir>"
30468 msgstr ""
30469
30470 # type: textblock
30471 #. type: textblock
30472 #: ../test-tool/libguestfs-test-tool.pod:58
30473 msgid ""
30474 "If you have compiled qemu from source, point this option at the source "
30475 "directory to try it."
30476 msgstr ""
30477
30478 # type: =item
30479 #. type: =item
30480 #: ../test-tool/libguestfs-test-tool.pod:61
30481 msgid "I<--timeout N>"
30482 msgstr ""
30483
30484 # type: textblock
30485 #. type: textblock
30486 #: ../test-tool/libguestfs-test-tool.pod:63
30487 msgid ""
30488 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
30489 "does not usually need to be adjusted unless your machine is very slow."
30490 msgstr ""
30491
30492 # type: =head1
30493 #. type: =head1
30494 #: ../test-tool/libguestfs-test-tool.pod:69
30495 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
30496 msgstr ""
30497
30498 # type: textblock
30499 #. type: textblock
30500 #: ../test-tool/libguestfs-test-tool.pod:71
30501 msgid ""
30502 "If you have compiled another version of qemu from source and would like to "
30503 "try that, then you can use the I<--qemudir> option to point to the qemu "
30504 "source directory."
30505 msgstr ""
30506
30507 # type: textblock
30508 #. type: textblock
30509 #: ../test-tool/libguestfs-test-tool.pod:75
30510 msgid ""
30511 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
30512 "option to point to the binary."
30513 msgstr ""
30514
30515 # type: textblock
30516 #. type: textblock
30517 #: ../test-tool/libguestfs-test-tool.pod:78
30518 msgid ""
30519 "When using an alternate qemu with libguestfs, usually you would need to "
30520 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
30521 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
30522 "use either of the I<--qemudir> or I<--qemu> options."
30523 msgstr ""
30524
30525 # type: textblock
30526 #. type: textblock
30527 #: ../test-tool/libguestfs-test-tool.pod:85
30528 msgid ""
30529 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
30530 "I<1> if there was an error."
30531 msgstr ""
30532
30533 # type: =item
30534 #. type: =item
30535 #: ../test-tool/libguestfs-test-tool.pod:92
30536 msgid "/usr/libexec/libguestfs-test-tool-helper"
30537 msgstr ""
30538
30539 # type: textblock
30540 #. type: textblock
30541 #: ../test-tool/libguestfs-test-tool.pod:94
30542 msgid ""
30543 "This helper program is run inside the appliance and provides additional "
30544 "tests."
30545 msgstr ""
30546
30547 # type: =item
30548 #. type: =item
30549 #: ../test-tool/libguestfs-test-tool.pod:97
30550 msgid "/usr/bin/mkisofs"
30551 msgstr ""
30552
30553 # type: textblock
30554 #. type: textblock
30555 #: ../test-tool/libguestfs-test-tool.pod:99
30556 msgid ""
30557 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
30558 "which is used as part of the tests."
30559 msgstr ""
30560
30561 # type: textblock
30562 #. type: textblock
30563 #: ../test-tool/libguestfs-test-tool.pod:106
30564 msgid ""
30565 "For the full list of environment variables which may affect libguestfs, "
30566 "please see the L<guestfs(3)> manual page."
30567 msgstr ""
30568
30569 # type: textblock
30570 #. type: textblock
30571 #: ../test-tool/libguestfs-test-tool.pod:111
30572 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
30573 msgstr ""
30574
30575 # type: textblock
30576 #. type: textblock
30577 #: ../test-tool/libguestfs-test-tool.pod:121
30578 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
30579 msgstr ""
30580
30581 # type: textblock
30582 #. type: textblock
30583 #: ../fuse/guestmount.pod:5
30584 msgid ""
30585 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
30586 msgstr ""
30587
30588 # type: verbatim
30589 #. type: verbatim
30590 #: ../fuse/guestmount.pod:9
30591 #, no-wrap
30592 msgid ""
30593 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
30594 "\n"
30595 msgstr ""
30596
30597 # type: verbatim
30598 #. type: verbatim
30599 #: ../fuse/guestmount.pod:11
30600 #, no-wrap
30601 msgid ""
30602 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
30603 "\n"
30604 msgstr ""
30605
30606 # type: verbatim
30607 #. type: verbatim
30608 #: ../fuse/guestmount.pod:13
30609 #, no-wrap
30610 msgid ""
30611 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
30612 "\n"
30613 msgstr ""
30614
30615 # type: textblock
30616 #. type: textblock
30617 #: ../fuse/guestmount.pod:17
30618 msgid ""
30619 "You must I<not> use C<guestmount> in read-write mode on live virtual "
30620 "machines.  If you do this, you risk disk corruption in the VM."
30621 msgstr ""
30622
30623 # type: textblock
30624 #. type: textblock
30625 #: ../fuse/guestmount.pod:22
30626 msgid ""
30627 "The guestmount program can be used to mount virtual machine filesystems and "
30628 "other disk images on the host.  It uses libguestfs for access to the guest "
30629 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
30630 "a mountable device."
30631 msgstr ""
30632
30633 # type: textblock
30634 #. type: textblock
30635 #: ../fuse/guestmount.pod:27
30636 msgid ""
30637 "Along with other options, you have to give at least one device (I<-a> "
30638 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
30639 "option) or use the I<-i> inspection option.  How this works is better "
30640 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
30641 "below."
30642 msgstr ""
30643
30644 # type: textblock
30645 #. type: textblock
30646 #: ../fuse/guestmount.pod:33
30647 msgid ""
30648 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
30649 "by you, and the filesystem will not be visible to any other users unless you "
30650 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
30651 "the filesystem, use the C<fusermount -u> command."
30652 msgstr ""
30653
30654 # type: textblock
30655 #. type: textblock
30656 #: ../fuse/guestmount.pod:41
30657 msgid ""
30658 "For a typical Windows guest which has its main filesystem on the first "
30659 "partition:"
30660 msgstr ""
30661
30662 # type: verbatim
30663 #. type: verbatim
30664 #: ../fuse/guestmount.pod:44
30665 #, no-wrap
30666 msgid ""
30667 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
30668 "\n"
30669 msgstr ""
30670
30671 # type: textblock
30672 #. type: textblock
30673 #: ../fuse/guestmount.pod:46
30674 msgid ""
30675 "For a typical Linux guest which has a /boot filesystem on the first "
30676 "partition, and the root filesystem on a logical volume:"
30677 msgstr ""
30678
30679 # type: verbatim
30680 #. type: verbatim
30681 #: ../fuse/guestmount.pod:49
30682 #, no-wrap
30683 msgid ""
30684 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
30685 "\n"
30686 msgstr ""
30687
30688 # type: textblock
30689 #. type: textblock
30690 #: ../fuse/guestmount.pod:51
30691 msgid "To get libguestfs to detect guest mountpoints for you:"
30692 msgstr ""
30693
30694 # type: verbatim
30695 #. type: verbatim
30696 #: ../fuse/guestmount.pod:53
30697 #, no-wrap
30698 msgid ""
30699 " guestmount -a guest.img -i --ro /mnt\n"
30700 "\n"
30701 msgstr ""
30702
30703 # type: textblock
30704 #. type: textblock
30705 #: ../fuse/guestmount.pod:55
30706 msgid "For a libvirt guest called \"Guest\" you could do:"
30707 msgstr ""
30708
30709 # type: verbatim
30710 #. type: verbatim
30711 #: ../fuse/guestmount.pod:57
30712 #, no-wrap
30713 msgid ""
30714 " guestmount -d Guest -i --ro /mnt\n"
30715 "\n"
30716 msgstr ""
30717
30718 # type: textblock
30719 #. type: textblock
30720 #: ../fuse/guestmount.pod:59
30721 msgid ""
30722 "If you don't know what filesystems are contained in a guest or disk image, "
30723 "use L<virt-filesystems(1)> first:"
30724 msgstr ""
30725
30726 # type: verbatim
30727 #. type: verbatim
30728 #: ../fuse/guestmount.pod:62
30729 #, no-wrap
30730 msgid ""
30731 " virt-filesystems MyGuest\n"
30732 "\n"
30733 msgstr ""
30734
30735 # type: textblock
30736 #. type: textblock
30737 #: ../fuse/guestmount.pod:64
30738 msgid ""
30739 "If you want to trace the libguestfs calls but without excessive debugging "
30740 "information, we recommend:"
30741 msgstr ""
30742
30743 # type: verbatim
30744 #. type: verbatim
30745 #: ../fuse/guestmount.pod:67
30746 #, no-wrap
30747 msgid ""
30748 " guestmount [...] --trace /mnt\n"
30749 "\n"
30750 msgstr ""
30751
30752 # type: textblock
30753 #. type: textblock
30754 #: ../fuse/guestmount.pod:69
30755 msgid "If you want to debug the program, we recommend:"
30756 msgstr ""
30757
30758 # type: verbatim
30759 #. type: verbatim
30760 #: ../fuse/guestmount.pod:71
30761 #, no-wrap
30762 msgid ""
30763 " guestmount [...] --trace --verbose /mnt\n"
30764 "\n"
30765 msgstr ""
30766
30767 # type: =item
30768 #. type: =item
30769 #: ../fuse/guestmount.pod:77
30770 msgid "B<-a image> | B<--add image>"
30771 msgstr ""
30772
30773 # type: textblock
30774 #. type: textblock
30775 #: ../fuse/guestmount.pod:79
30776 msgid "Add a block device or virtual machine image."
30777 msgstr ""
30778
30779 # type: =item
30780 #. type: =item
30781 #: ../fuse/guestmount.pod:84
30782 msgid "B<-c URI> | B<--connect URI>"
30783 msgstr ""
30784
30785 # type: =item
30786 #. type: =item
30787 #: ../fuse/guestmount.pod:90
30788 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
30789 msgstr ""
30790
30791 # type: =item
30792 #. type: =item
30793 #: ../fuse/guestmount.pod:96
30794 msgid "B<--dir-cache-timeout N>"
30795 msgstr ""
30796
30797 # type: textblock
30798 #. type: textblock
30799 #: ../fuse/guestmount.pod:98
30800 msgid ""
30801 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
30802 "seconds.  The readdir cache [actually, there are several semi-independent "
30803 "caches] is populated after a readdir(2) call with the stat and extended "
30804 "attributes of the files in the directory, in anticipation that they will be "
30805 "requested soon after."
30806 msgstr ""
30807
30808 # type: textblock
30809 #. type: textblock
30810 #: ../fuse/guestmount.pod:104
30811 msgid ""
30812 "There is also a different attribute cache implemented by FUSE (see the FUSE "
30813 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
30814 "requests, only cache existing ones."
30815 msgstr ""
30816
30817 # type: =item
30818 #. type: =item
30819 #: ../fuse/guestmount.pod:115
30820 msgid "B<--format=raw|qcow2|..> | B<--format>"
30821 msgstr ""
30822
30823 # type: textblock
30824 #. type: textblock
30825 #: ../fuse/guestmount.pod:122
30826 msgid ""
30827 "If you have untrusted raw-format guest disk images, you should use this "
30828 "option to specify the disk format.  This avoids a possible security problem "
30829 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
30830 "guestfs_add_drive_opts>."
30831 msgstr ""
30832
30833 # type: =item
30834 #. type: =item
30835 #: ../fuse/guestmount.pod:127
30836 msgid "B<--fuse-help>"
30837 msgstr ""
30838
30839 # type: textblock
30840 #. type: textblock
30841 #: ../fuse/guestmount.pod:129
30842 msgid "Display help on special FUSE options (see I<-o> below)."
30843 msgstr ""
30844
30845 # type: textblock
30846 #. type: textblock
30847 #: ../fuse/guestmount.pod:133
30848 msgid "Display brief help and exit."
30849 msgstr ""
30850
30851 # type: =item
30852 #. type: =item
30853 #: ../fuse/guestmount.pod:135
30854 msgid "B<-i> | B<--inspector>"
30855 msgstr ""
30856
30857 # type: =item
30858 #. type: =item
30859 #: ../fuse/guestmount.pod:146
30860 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
30861 msgstr ""
30862
30863 # type: textblock
30864 #. type: textblock
30865 #: ../fuse/guestmount.pod:148
30866 msgid ""
30867 "Mount the named partition or logical volume on the given mountpoint B<in the "
30868 "guest> (this has nothing to do with mountpoints in the host)."
30869 msgstr ""
30870
30871 # type: textblock
30872 #. type: textblock
30873 #: ../fuse/guestmount.pod:151
30874 msgid ""
30875 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
30876 "something on C</>."
30877 msgstr ""
30878
30879 # type: =item
30880 #. type: =item
30881 #: ../fuse/guestmount.pod:154
30882 msgid "B<-n> | B<--no-sync>"
30883 msgstr ""
30884
30885 # type: textblock
30886 #. type: textblock
30887 #: ../fuse/guestmount.pod:156
30888 msgid ""
30889 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
30890 "unmounted.  If you specify this option, then we don't attempt to sync the "
30891 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
30892 msgstr ""
30893
30894 # type: =item
30895 #. type: =item
30896 #: ../fuse/guestmount.pod:161
30897 msgid "B<-o option> | B<--option option>"
30898 msgstr ""
30899
30900 # type: textblock
30901 #. type: textblock
30902 #: ../fuse/guestmount.pod:163
30903 msgid "Pass extra options to FUSE."
30904 msgstr ""
30905
30906 # type: textblock
30907 #. type: textblock
30908 #: ../fuse/guestmount.pod:165
30909 msgid ""
30910 "To get a list of all the extra options supported by FUSE, use the command "
30911 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
30912 "of them are a good idea."
30913 msgstr ""
30914
30915 # type: verbatim
30916 #. type: verbatim
30917 #: ../fuse/guestmount.pod:169
30918 #, no-wrap
30919 msgid ""
30920 " guestmount --fuse-help\n"
30921 "\n"
30922 msgstr ""
30923
30924 # type: textblock
30925 #. type: textblock
30926 #: ../fuse/guestmount.pod:171
30927 msgid "Some potentially useful FUSE options:"
30928 msgstr ""
30929
30930 # type: =item
30931 #. type: =item
30932 #: ../fuse/guestmount.pod:175
30933 msgid "B<-o allow_other>"
30934 msgstr ""
30935
30936 # type: textblock
30937 #. type: textblock
30938 #: ../fuse/guestmount.pod:177
30939 msgid "Allow other users to see the filesystem."
30940 msgstr ""
30941
30942 # type: =item
30943 #. type: =item
30944 #: ../fuse/guestmount.pod:179
30945 msgid "B<-o attr_timeout=N>"
30946 msgstr ""
30947
30948 # type: textblock
30949 #. type: textblock
30950 #: ../fuse/guestmount.pod:181
30951 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
30952 msgstr ""
30953
30954 # type: =item
30955 #. type: =item
30956 #: ../fuse/guestmount.pod:183
30957 msgid "B<-o kernel_cache>"
30958 msgstr ""
30959
30960 # type: textblock
30961 #. type: textblock
30962 #: ../fuse/guestmount.pod:185
30963 msgid ""
30964 "Allow the kernel to cache files (reduces the number of reads that have to go "
30965 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
30966 "afford the extra memory usage."
30967 msgstr ""
30968
30969 # type: =item
30970 #. type: =item
30971 #: ../fuse/guestmount.pod:189
30972 msgid "B<-o uid=N> B<-o gid=N>"
30973 msgstr ""
30974
30975 # type: textblock
30976 #. type: textblock
30977 #: ../fuse/guestmount.pod:191
30978 msgid ""
30979 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
30980 "the chosen values."
30981 msgstr ""
30982
30983 # type: =item
30984 #. type: =item
30985 #: ../fuse/guestmount.pod:196
30986 msgid "B<-r> | B<--ro>"
30987 msgstr ""
30988
30989 # type: textblock
30990 #. type: textblock
30991 #: ../fuse/guestmount.pod:198
30992 msgid ""
30993 "Add devices and mount everything read-only.  Also disallow writes and make "
30994 "the disk appear read-only to FUSE."
30995 msgstr ""
30996
30997 # type: textblock
30998 #. type: textblock
30999 #: ../fuse/guestmount.pod:201
31000 msgid ""
31001 "This is highly recommended if you are not going to edit the guest disk.  If "
31002 "the guest is running and this option is I<not> supplied, then there is a "
31003 "strong risk of disk corruption in the guest.  We try to prevent this from "
31004 "happening, but it is not always possible."
31005 msgstr ""
31006
31007 # type: textblock
31008 #. type: textblock
31009 #: ../fuse/guestmount.pod:206
31010 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
31011 msgstr ""
31012
31013 # type: textblock
31014 #. type: textblock
31015 #: ../fuse/guestmount.pod:210
31016 msgid "Enable SELinux support for the guest."
31017 msgstr ""
31018
31019 # type: =item
31020 #. type: =item
31021 #: ../fuse/guestmount.pod:212
31022 msgid "B<-v> | B<--verbose>"
31023 msgstr ""
31024
31025 # type: textblock
31026 #. type: textblock
31027 #: ../fuse/guestmount.pod:214
31028 msgid "Enable verbose messages from underlying libguestfs."
31029 msgstr ""
31030
31031 # type: =item
31032 #. type: =item
31033 #: ../fuse/guestmount.pod:216
31034 msgid "B<-V> | B<--version>"
31035 msgstr ""
31036
31037 # type: textblock
31038 #. type: textblock
31039 #: ../fuse/guestmount.pod:218
31040 msgid "Display the program version and exit."
31041 msgstr ""
31042
31043 # type: =item
31044 #. type: =item
31045 #: ../fuse/guestmount.pod:220
31046 msgid "B<-w> | B<--rw>"
31047 msgstr ""
31048
31049 # type: textblock
31050 #. type: textblock
31051 #: ../fuse/guestmount.pod:222
31052 msgid ""
31053 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
31054 "FOR READ AND WRITE>."
31055 msgstr ""
31056
31057 # type: =item
31058 #. type: =item
31059 #: ../fuse/guestmount.pod:225
31060 msgid "B<-x> | B<--trace>"
31061 msgstr ""
31062
31063 # type: textblock
31064 #. type: textblock
31065 #: ../fuse/guestmount.pod:227
31066 msgid "Trace libguestfs calls and entry into each FUSE function."
31067 msgstr ""
31068
31069 # type: textblock
31070 #. type: textblock
31071 #: ../fuse/guestmount.pod:229
31072 msgid "This also stops the daemon from forking into the background."
31073 msgstr ""
31074
31075 # type: textblock
31076 #. type: textblock
31077 #: ../fuse/guestmount.pod:235
31078 msgid ""
31079 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
31080 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
31081 "net/>."
31082 msgstr ""
31083
31084 #. type: textblock
31085 #: ../tools/virt-edit.pl:34
31086 msgid "virt-edit - Edit a file in a virtual machine"
31087 msgstr ""
31088
31089 #. type: verbatim
31090 #: ../tools/virt-edit.pl:38
31091 #, no-wrap
31092 msgid ""
31093 " virt-edit [--options] domname file\n"
31094 "\n"
31095 msgstr ""
31096
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 #: ../tools/virt-edit.pl:42
31107 #, no-wrap
31108 msgid ""
31109 " virt-edit [domname|disk.img] file -e 'expr'\n"
31110 "\n"
31111 msgstr ""
31112
31113 #. type: textblock
31114 #: ../tools/virt-edit.pl:46
31115 msgid ""
31116 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
31117 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
31118 "doing this, but doesn't catch all cases."
31119 msgstr ""
31120
31121 #. type: textblock
31122 #: ../tools/virt-edit.pl:52
31123 msgid ""
31124 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
31125 "the named virtual machine (or disk image)."
31126 msgstr ""
31127
31128 #. type: textblock
31129 #: ../tools/virt-edit.pl:55
31130 msgid ""
31131 "If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
31132 "you should look at the L<guestfish(1)> tool."
31133 msgstr ""
31134
31135 #. type: textblock
31136 #: ../tools/virt-edit.pl:60
31137 msgid "Edit the named files interactively:"
31138 msgstr ""
31139
31140 #. type: verbatim
31141 #: ../tools/virt-edit.pl:62
31142 #, no-wrap
31143 msgid ""
31144 " virt-edit mydomain /boot/grub/grub.conf\n"
31145 "\n"
31146 msgstr ""
31147
31148 #. type: verbatim
31149 #: ../tools/virt-edit.pl:64
31150 #, no-wrap
31151 msgid ""
31152 " virt-edit mydomain /etc/passwd\n"
31153 "\n"
31154 msgstr ""
31155
31156 #. type: textblock
31157 #: ../tools/virt-edit.pl:66
31158 msgid ""
31159 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
31160 "below).  To change the init default level to 5:"
31161 msgstr ""
31162
31163 #. type: verbatim
31164 #: ../tools/virt-edit.pl:70
31165 #, no-wrap
31166 msgid ""
31167 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
31168 "\n"
31169 msgstr ""
31170
31171 #. type: textblock
31172 #: ../tools/virt-edit.pl:82 ../tools/virt-win-reg.pl:106
31173 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:108
31174 #: ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
31175 msgid "Display brief help."
31176 msgstr ""
31177
31178 #. type: textblock
31179 #: ../tools/virt-edit.pl:90 ../tools/virt-win-reg.pl:114
31180 #: ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71
31181 #: ../tools/virt-tar.pl:116 ../tools/virt-make-fs.pl:171
31182 #: ../tools/virt-list-partitions.pl:72
31183 msgid "Display version number and exit."
31184 msgstr ""
31185
31186 #. type: =item
31187 #: ../tools/virt-edit.pl:96
31188 msgid "B<--backup extension> | B<-b extension>"
31189 msgstr ""
31190
31191 #. type: textblock
31192 #: ../tools/virt-edit.pl:98
31193 msgid ""
31194 "Create a backup of the original file I<in the guest disk image>.  The backup "
31195 "has the original filename with C<extension> added."
31196 msgstr ""
31197
31198 #. type: textblock
31199 #: ../tools/virt-edit.pl:101
31200 msgid ""
31201 "Usually the first character of C<extension> would be a dot C<.> so you would "
31202 "write:"
31203 msgstr ""
31204
31205 #. type: verbatim
31206 #: ../tools/virt-edit.pl:104
31207 #, no-wrap
31208 msgid ""
31209 " virt-edit -b .orig [etc]\n"
31210 "\n"
31211 msgstr ""
31212
31213 #. type: textblock
31214 #: ../tools/virt-edit.pl:106
31215 msgid "By default, no backup file is made."
31216 msgstr ""
31217
31218 #. type: =item
31219 #: ../tools/virt-edit.pl:112 ../tools/virt-win-reg.pl:128
31220 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:122
31221 #: ../tools/virt-list-partitions.pl:78
31222 msgid "B<--connect URI> | B<-c URI>"
31223 msgstr ""
31224
31225 #. type: textblock
31226 #: ../tools/virt-edit.pl:114 ../tools/virt-win-reg.pl:130
31227 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:124
31228 #: ../tools/virt-list-partitions.pl:80
31229 msgid ""
31230 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
31231 "to the default libvirt hypervisor."
31232 msgstr ""
31233
31234 #. type: textblock
31235 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:133
31236 #: ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:127
31237 #: ../tools/virt-list-partitions.pl:83
31238 msgid ""
31239 "If you specify guest block devices directly, then libvirt is not used at all."
31240 msgstr ""
31241
31242 #. type: =item
31243 #: ../tools/virt-edit.pl:124 ../tools/virt-win-reg.pl:140
31244 #: ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89
31245 #: ../tools/virt-tar.pl:134 ../tools/virt-list-partitions.pl:90
31246 msgid "B<--format> raw"
31247 msgstr ""
31248
31249 #. type: textblock
31250 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:142
31251 #: ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:136
31252 #: ../tools/virt-list-partitions.pl:92
31253 msgid ""
31254 "Specify the format of disk images given on the command line.  If this is "
31255 "omitted then the format is autodetected from the content of the disk image."
31256 msgstr ""
31257
31258 #. type: textblock
31259 #: ../tools/virt-edit.pl:130 ../tools/virt-win-reg.pl:146
31260 #: ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:140
31261 #: ../tools/virt-list-partitions.pl:96
31262 msgid ""
31263 "If disk images are requested from libvirt, then this program asks libvirt "
31264 "for this information.  In this case, the value of the format parameter is "
31265 "ignored."
31266 msgstr ""
31267
31268 #. type: textblock
31269 #: ../tools/virt-edit.pl:134 ../tools/virt-win-reg.pl:150
31270 #: ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540
31271 #: ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:144
31272 #: ../tools/virt-list-partitions.pl:100
31273 msgid ""
31274 "If working with untrusted raw-format guest disk images, you should ensure "
31275 "the format is always specified."
31276 msgstr ""
31277
31278 #. type: =item
31279 #: ../tools/virt-edit.pl:141
31280 msgid "B<--expr EXPR> | B<-e EXPR>"
31281 msgstr ""
31282
31283 #. type: textblock
31284 #: ../tools/virt-edit.pl:143
31285 msgid ""
31286 "Instead of launching the external editor, non-interactively apply the Perl "
31287 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
31288 "EDITING> below."
31289 msgstr ""
31290
31291 #. type: textblock
31292 #: ../tools/virt-edit.pl:147
31293 msgid ""
31294 "Be careful to properly quote the expression to prevent it from being altered "
31295 "by the shell."
31296 msgstr ""
31297
31298 #. type: =head1
31299 #: ../tools/virt-edit.pl:268
31300 msgid "NON-INTERACTIVE EDITING"
31301 msgstr ""
31302
31303 #. type: textblock
31304 #: ../tools/virt-edit.pl:270
31305 msgid ""
31306 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
31307 "administrator can interactively edit the file."
31308 msgstr ""
31309
31310 #. type: textblock
31311 #: ../tools/virt-edit.pl:273
31312 msgid ""
31313 "There are two ways also to use C<virt-edit> from scripts in order to make "
31314 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
31315 "like this, it's less error-prone to write scripts directly using the "
31316 "libguestfs API and Augeas for configuration file editing.)"
31317 msgstr ""
31318
31319 #. type: textblock
31320 #: ../tools/virt-edit.pl:279
31321 msgid ""
31322 "The first method is to temporarily set C<$EDITOR> to any script or program "
31323 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
31324 "update C<tmpfile> in place however it likes."
31325 msgstr ""
31326
31327 #. type: textblock
31328 #: ../tools/virt-edit.pl:283
31329 msgid ""
31330 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
31331 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
31332 "instances of C<foo> with C<bar> in a file:"
31333 msgstr ""
31334
31335 #. type: verbatim
31336 #: ../tools/virt-edit.pl:287
31337 #, no-wrap
31338 msgid ""
31339 " virt-edit domname filename -e 's/foo/bar/'\n"
31340 "\n"
31341 msgstr ""
31342
31343 #. type: textblock
31344 #: ../tools/virt-edit.pl:289
31345 msgid ""
31346 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
31347 "For example to delete root's password you could do:"
31348 msgstr ""
31349
31350 #. type: verbatim
31351 #: ../tools/virt-edit.pl:292
31352 #, no-wrap
31353 msgid ""
31354 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
31355 "\n"
31356 msgstr ""
31357
31358 #. type: textblock
31359 #: ../tools/virt-edit.pl:294
31360 msgid ""
31361 "What really happens is that the snippet is evaluated as a Perl expression "
31362 "for each line of the file.  The line, including the final C<\\n>, is passed "
31363 "in C<$_> and the expression should update C<$_> or leave it unchanged."
31364 msgstr ""
31365
31366 #. type: textblock
31367 #: ../tools/virt-edit.pl:299
31368 msgid ""
31369 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
31370 "C<apache> user account from the password file you can do:"
31371 msgstr ""
31372
31373 #. type: verbatim
31374 #: ../tools/virt-edit.pl:302
31375 #, no-wrap
31376 msgid ""
31377 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
31378 "\n"
31379 msgstr ""
31380
31381 #. type: textblock
31382 #: ../tools/virt-edit.pl:304
31383 msgid ""
31384 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
31385 "the end of the file is rather difficult this way since there is no concept "
31386 "of \"last line of the file\" - your expression just doesn't get called "
31387 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
31388 "want to do this."
31389 msgstr ""
31390
31391 #. type: textblock
31392 #: ../tools/virt-edit.pl:310
31393 msgid ""
31394 "The variable C<$lineno> contains the current line number.  As is "
31395 "traditional, the first line in the file is number C<1>."
31396 msgstr ""
31397
31398 #. type: textblock
31399 #: ../tools/virt-edit.pl:313
31400 msgid ""
31401 "The return value from the expression is ignored, but the expression may call "
31402 "C<die> in order to abort the whole program, leaving the original file "
31403 "untouched."
31404 msgstr ""
31405
31406 #. type: textblock
31407 #: ../tools/virt-edit.pl:317
31408 msgid ""
31409 "Remember when matching the end of a line that C<$_> may contain the final C<"
31410 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
31411 "newline then neither of these.  Thus to match or substitute some text at the "
31412 "end of a line, use this regular expression:"
31413 msgstr ""
31414
31415 #. type: verbatim
31416 #: ../tools/virt-edit.pl:322
31417 #, no-wrap
31418 msgid ""
31419 " /some text(\\r?\\n)?$/\n"
31420 "\n"
31421 msgstr ""
31422
31423 #. type: textblock
31424 #: ../tools/virt-edit.pl:324
31425 msgid ""
31426 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
31427 "$_> itself (since that would remove all newlines from the file):"
31428 msgstr ""
31429
31430 #. type: verbatim
31431 #: ../tools/virt-edit.pl:328
31432 #, no-wrap
31433 msgid ""
31434 " my $m = $_; chomp $m; $m =~ /some text$/\n"
31435 "\n"
31436 msgstr ""
31437
31438 #. type: =item
31439 #: ../tools/virt-edit.pl:334
31440 msgid "C<EDITOR>"
31441 msgstr ""
31442
31443 #. type: textblock
31444 #: ../tools/virt-edit.pl:336
31445 msgid ""
31446 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
31447 "\"emacs -nw\">"
31448 msgstr ""
31449
31450 #. type: textblock
31451 #: ../tools/virt-edit.pl:339
31452 msgid "If not set, C<vi> is used."
31453 msgstr ""
31454
31455 #. type: =head1
31456 #: ../tools/virt-edit.pl:343 ../tools/virt-win-reg.pl:559
31457 #: ../tools/virt-resize.pl:1476 ../tools/virt-list-filesystems.pl:182
31458 #: ../tools/virt-tar.pl:274 ../tools/virt-make-fs.pl:532
31459 #: ../tools/virt-list-partitions.pl:250
31460 msgid "SHELL QUOTING"
31461 msgstr ""
31462
31463 #. type: textblock
31464 #: ../tools/virt-edit.pl:345 ../tools/virt-win-reg.pl:567
31465 #: ../tools/virt-resize.pl:1478 ../tools/virt-list-filesystems.pl:184
31466 #: ../tools/virt-tar.pl:276 ../tools/virt-make-fs.pl:534
31467 #: ../tools/virt-list-partitions.pl:252
31468 msgid ""
31469 "Libvirt guest names can contain arbitrary characters, some of which have "
31470 "meaning to the shell such as C<#> and space.  You may need to quote or "
31471 "escape these characters on the command line.  See the shell manual page L<sh"
31472 "(1)> for details."
31473 msgstr ""
31474
31475 #. type: textblock
31476 #: ../tools/virt-edit.pl:352
31477 msgid ""
31478 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::"
31479 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, "
31480 "L<perlre(1)>."
31481 msgstr ""
31482
31483 #. type: =head1
31484 #: ../tools/virt-edit.pl:362 ../tools/virt-win-reg.pl:598
31485 #: ../tools/virt-resize.pl:1504 ../tools/virt-list-filesystems.pl:202
31486 #: ../tools/virt-tar.pl:292 ../tools/virt-make-fs.pl:564
31487 #: ../tools/virt-list-partitions.pl:269
31488 msgid "AUTHOR"
31489 msgstr ""
31490
31491 #. type: textblock
31492 #: ../tools/virt-edit.pl:364 ../tools/virt-win-reg.pl:600
31493 #: ../tools/virt-resize.pl:1506 ../tools/virt-list-filesystems.pl:204
31494 #: ../tools/virt-tar.pl:294 ../tools/virt-make-fs.pl:566
31495 #: ../tools/virt-list-partitions.pl:271
31496 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
31497 msgstr ""
31498
31499 #. type: textblock
31500 #: ../tools/virt-edit.pl:368 ../tools/virt-list-partitions.pl:275
31501 msgid "Copyright (C) 2009-2010 Red Hat Inc."
31502 msgstr ""
31503
31504 #. type: textblock
31505 #: ../tools/virt-win-reg.pl:37
31506 msgid ""
31507 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
31508 msgstr ""
31509
31510 #. type: verbatim
31511 #: ../tools/virt-win-reg.pl:41
31512 #, no-wrap
31513 msgid ""
31514 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
31515 "\n"
31516 msgstr ""
31517
31518 #. type: verbatim
31519 #: ../tools/virt-win-reg.pl:43
31520 #, no-wrap
31521 msgid ""
31522 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
31523 "\n"
31524 msgstr ""
31525
31526 #. type: verbatim
31527 #: ../tools/virt-win-reg.pl:45
31528 #, no-wrap
31529 msgid ""
31530 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
31531 "\n"
31532 msgstr ""
31533
31534 #. type: verbatim
31535 #: ../tools/virt-win-reg.pl:47
31536 #, no-wrap
31537 msgid ""
31538 " virt-win-reg --merge domname [input.reg ...]\n"
31539 "\n"
31540 msgstr ""
31541
31542 #. type: verbatim
31543 #: ../tools/virt-win-reg.pl:49
31544 #, no-wrap
31545 msgid ""
31546 " virt-win-reg [--options] disk.img ... # instead of domname\n"
31547 "\n"
31548 msgstr ""
31549
31550 #. type: textblock
31551 #: ../tools/virt-win-reg.pl:53
31552 msgid ""
31553 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
31554 "virtual machines.  If you do this, you I<will> get irreversible disk "
31555 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
31556 "but doesn't catch all cases."
31557 msgstr ""
31558
31559 #. type: textblock
31560 #: ../tools/virt-win-reg.pl:58
31561 msgid ""
31562 "Modifying the Windows Registry is an inherently risky operation.  The format "
31563 "is deliberately obscure and undocumented, and Registry changes can leave the "
31564 "system unbootable.  Therefore when using the C<--merge> option, make sure "
31565 "you have a reliable backup first."
31566 msgstr ""
31567
31568 #. type: textblock
31569 #: ../tools/virt-win-reg.pl:65
31570 msgid ""
31571 "This program can export and merge Windows Registry entries from a Windows "
31572 "guest."
31573 msgstr ""
31574
31575 #. type: textblock
31576 #: ../tools/virt-win-reg.pl:68
31577 msgid ""
31578 "The first parameter is the libvirt guest name or the raw disk image of a "
31579 "Windows guest."
31580 msgstr ""
31581
31582 #. type: textblock
31583 #: ../tools/virt-win-reg.pl:71
31584 msgid ""
31585 "If C<--merge> is I<not> specified, then the chosen registry key is displayed/"
31586 "exported (recursively).  For example:"
31587 msgstr ""
31588
31589 #. type: verbatim
31590 #: ../tools/virt-win-reg.pl:74
31591 #, no-wrap
31592 msgid ""
31593 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
31594 "\n"
31595 msgstr ""
31596
31597 #. type: textblock
31598 #: ../tools/virt-win-reg.pl:76
31599 msgid ""
31600 "You can also display single values from within registry keys, for example:"
31601 msgstr ""
31602
31603 #. type: verbatim
31604 #: ../tools/virt-win-reg.pl:79
31605 #, no-wrap
31606 msgid ""
31607 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
31608 " $ virt-win-reg Windows7 $cvkey ProductName\n"
31609 " Windows 7 Enterprise\n"
31610 "\n"
31611 msgstr ""
31612
31613 #. type: textblock
31614 #: ../tools/virt-win-reg.pl:83
31615 msgid ""
31616 "With C<--merge>, you can merge a textual regedit file into the Windows "
31617 "Registry:"
31618 msgstr ""
31619
31620 #. type: verbatim
31621 #: ../tools/virt-win-reg.pl:86
31622 #, no-wrap
31623 msgid ""
31624 " $ virt-win-reg --merge Windows7 changes.reg\n"
31625 "\n"
31626 msgstr ""
31627
31628 #. type: =head2
31629 #: ../tools/virt-win-reg.pl:88
31630 msgid "NOTE"
31631 msgstr ""
31632
31633 #. type: textblock
31634 #: ../tools/virt-win-reg.pl:90
31635 msgid ""
31636 "This program is only meant for simple access to the registry.  If you want "
31637 "to do complicated things with the registry, we suggest you download the "
31638 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
31639 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
31640 "L<hivexregedit(1)>."
31641 msgstr ""
31642
31643 #. type: =item
31644 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
31645 msgid "B<--debug>"
31646 msgstr ""
31647
31648 #. type: textblock
31649 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
31650 msgid "Enable debugging messages."
31651 msgstr ""
31652
31653 #. type: =item
31654 #: ../tools/virt-win-reg.pl:157
31655 msgid "B<--merge>"
31656 msgstr ""
31657
31658 #. type: textblock
31659 #: ../tools/virt-win-reg.pl:159
31660 msgid ""
31661 "In merge mode, this merges a textual regedit file into the Windows Registry "
31662 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
31663 "displays or exports Registry entries instead."
31664 msgstr ""
31665
31666 #. type: textblock
31667 #: ../tools/virt-win-reg.pl:163
31668 msgid ""
31669 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
31670 "result in disk corruption.  However exporting (without this flag)  is always "
31671 "safe."
31672 msgstr ""
31673
31674 #. type: =item
31675 #: ../tools/virt-win-reg.pl:171
31676 msgid "B<--encoding> UTF-16LE|ASCII"
31677 msgstr ""
31678
31679 #. type: textblock
31680 #: ../tools/virt-win-reg.pl:173
31681 msgid ""
31682 "When merging (only), you may need to specify the encoding for strings to be "
31683 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
31684 "(3)/ENCODING STRINGS>."
31685 msgstr ""
31686
31687 #. type: textblock
31688 #: ../tools/virt-win-reg.pl:177
31689 msgid ""
31690 "The default is to use UTF-16LE, which should work with recent versions of "
31691 "Windows."
31692 msgstr ""
31693
31694 #. type: =head1
31695 #: ../tools/virt-win-reg.pl:402
31696 msgid "SUPPORTED SYSTEMS"
31697 msgstr ""
31698
31699 #. type: textblock
31700 #: ../tools/virt-win-reg.pl:404
31701 msgid ""
31702 "The program currently supports Windows NT-derived guests starting with "
31703 "Windows XP through to at least Windows 7."
31704 msgstr ""
31705
31706 #. type: textblock
31707 #: ../tools/virt-win-reg.pl:407
31708 msgid ""
31709 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, C<HKEY_LOCAL_MACHINE"
31710 "\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, C<HKEY_LOCAL_MACHINE\\SYSTEM> "
31711 "and C<HKEY_USERS\\.DEFAULT>."
31712 msgstr ""
31713
31714 #. type: textblock
31715 #: ../tools/virt-win-reg.pl:411
31716 msgid ""
31717 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
31718 "C<HKEY_USERS>."
31719 msgstr ""
31720
31721 #. type: textblock
31722 #: ../tools/virt-win-reg.pl:414
31723 msgid ""
31724 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
31725 "time."
31726 msgstr ""
31727
31728 #. type: =head1
31729 #: ../tools/virt-win-reg.pl:417
31730 msgid "ENCODING"
31731 msgstr ""
31732
31733 #. type: textblock
31734 #: ../tools/virt-win-reg.pl:419
31735 msgid ""
31736 "C<virt-win-reg> expects that regedit files have already been reencoded in "
31737 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
31738 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
31739 "Windows-style line endings, you may need to reencode the whole file before "
31740 "or after processing."
31741 msgstr ""
31742
31743 #. type: textblock
31744 #: ../tools/virt-win-reg.pl:425
31745 msgid ""
31746 "To reencode a file from Windows format to Linux (before processing it with "
31747 "the C<--merge> option), you would do something like this:"
31748 msgstr ""
31749
31750 #. type: verbatim
31751 #: ../tools/virt-win-reg.pl:428
31752 #, no-wrap
31753 msgid ""
31754 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
31755 "\n"
31756 msgstr ""
31757
31758 #. type: textblock
31759 #: ../tools/virt-win-reg.pl:430
31760 msgid ""
31761 "To go in the opposite direction, after exporting and before sending the file "
31762 "to a Windows user, do something like this:"
31763 msgstr ""
31764
31765 #. type: verbatim
31766 #: ../tools/virt-win-reg.pl:433
31767 #, no-wrap
31768 msgid ""
31769 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
31770 "\n"
31771 msgstr ""
31772
31773 #. type: textblock
31774 #: ../tools/virt-win-reg.pl:435
31775 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
31776 msgstr ""
31777
31778 #. type: textblock
31779 #: ../tools/virt-win-reg.pl:437
31780 msgid ""
31781 "If you are unsure about the current encoding, use the L<file(1)> command.  "
31782 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
31783 "style (CRLF) line endings, like this:"
31784 msgstr ""
31785
31786 #. type: verbatim
31787 #: ../tools/virt-win-reg.pl:441
31788 #, no-wrap
31789 msgid ""
31790 " $ file software.reg\n"
31791 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
31792 " with CRLF line terminators\n"
31793 "\n"
31794 msgstr ""
31795
31796 #. type: textblock
31797 #: ../tools/virt-win-reg.pl:445
31798 msgid "This file would need conversion before you could C<--merge> it."
31799 msgstr ""
31800
31801 #. type: =head1
31802 #: ../tools/virt-win-reg.pl:447
31803 msgid "CurrentControlSet etc."
31804 msgstr ""
31805
31806 #. type: textblock
31807 #: ../tools/virt-win-reg.pl:449
31808 msgid ""
31809 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
31810 "Registry at the level of the hive file, and therefore you cannot modify "
31811 "these."
31812 msgstr ""
31813
31814 #. type: textblock
31815 #: ../tools/virt-win-reg.pl:453
31816 msgid ""
31817 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
31818 "circumstances it might refer to another control set.  The way to find out is "
31819 "to look at the C<HKLM\\SYSTEM\\Select> key:"
31820 msgstr ""
31821
31822 #. type: verbatim
31823 #: ../tools/virt-win-reg.pl:457
31824 #, no-wrap
31825 msgid ""
31826 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
31827 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
31828 " \"Current\"=dword:00000001\n"
31829 " \"Default\"=dword:00000001\n"
31830 " \"Failed\"=dword:00000000\n"
31831 " \"LastKnownGood\"=dword:00000002\n"
31832 "\n"
31833 msgstr ""
31834
31835 #. type: textblock
31836 #: ../tools/virt-win-reg.pl:464
31837 msgid "\"Current\" is the one which Windows will choose when it boots."
31838 msgstr ""
31839
31840 #. type: textblock
31841 #: ../tools/virt-win-reg.pl:466
31842 msgid ""
31843 "Similarly, other C<Current...> keys in the path may need to be replaced."
31844 msgstr ""
31845
31846 #. type: =head1
31847 #: ../tools/virt-win-reg.pl:469
31848 msgid "WINDOWS TIPS"
31849 msgstr ""
31850
31851 #. type: textblock
31852 #: ../tools/virt-win-reg.pl:471
31853 msgid ""
31854 "Note that some of these tips modify the guest disk image.  The guest I<must> "
31855 "be shut off, else you will get disk corruption."
31856 msgstr ""
31857
31858 #. type: =head2
31859 #: ../tools/virt-win-reg.pl:474
31860 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
31861 msgstr ""
31862
31863 #. type: textblock
31864 #: ../tools/virt-win-reg.pl:476
31865 msgid ""
31866 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
31867 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
31868 "is uploaded into C<C:\\>:"
31869 msgstr ""
31870
31871 #. type: verbatim
31872 #: ../tools/virt-win-reg.pl:480
31873 #, no-wrap
31874 msgid ""
31875 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
31876 "\n"
31877 msgstr ""
31878
31879 #. type: textblock
31880 #: ../tools/virt-win-reg.pl:482
31881 msgid "Prepare a regedit file containing the registry change:"
31882 msgstr ""
31883
31884 #. type: verbatim
31885 #: ../tools/virt-win-reg.pl:484
31886 #, no-wrap
31887 msgid ""
31888 " cat > test.reg <<'EOF'\n"
31889 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
31890 " \"Test\"=\"c:\\\\test.bat\"\n"
31891 " EOF\n"
31892 "\n"
31893 msgstr ""
31894
31895 #. type: textblock
31896 #: ../tools/virt-win-reg.pl:489
31897 msgid ""
31898 "In this example we use the key C<RunOnce> which means that the script will "
31899 "run precisely once when the first user logs in.  If you want it to run every "
31900 "time a user logs in, replace C<RunOnce> with C<Run>."
31901 msgstr ""
31902
31903 #. type: textblock
31904 #: ../tools/virt-win-reg.pl:493
31905 msgid "Now update the registry:"
31906 msgstr ""
31907
31908 #. type: verbatim
31909 #: ../tools/virt-win-reg.pl:495
31910 #, no-wrap
31911 msgid ""
31912 " virt-win-reg --merge WindowsGuest test.reg\n"
31913 "\n"
31914 msgstr ""
31915
31916 #. type: =head2
31917 #: ../tools/virt-win-reg.pl:497
31918 msgid "INSTALLING A SERVICE"
31919 msgstr ""
31920
31921 #. type: textblock
31922 #: ../tools/virt-win-reg.pl:499
31923 msgid ""
31924 "This section assumes you are familiar with Windows services, and you either "
31925 "have a program which handles the Windows Service Control Protocol directly "
31926 "or you want to run any program using a service wrapper like SrvAny or the "
31927 "free RHSrvAny."
31928 msgstr ""
31929
31930 #. type: textblock
31931 #: ../tools/virt-win-reg.pl:504
31932 msgid ""
31933 "First upload the program and optionally the service wrapper.  In this case "
31934 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
31935 msgstr ""
31936
31937 #. type: verbatim
31938 #: ../tools/virt-win-reg.pl:508
31939 #, no-wrap
31940 msgid ""
31941 " guestfish -i -d WindowsGuest <<EOF\n"
31942 "   upload rhsrvany.exe /rhsrvany.exe\n"
31943 "   upload test.exe /test.exe\n"
31944 " EOF\n"
31945 "\n"
31946 msgstr ""
31947
31948 #. type: textblock
31949 #: ../tools/virt-win-reg.pl:513
31950 msgid ""
31951 "Prepare a regedit file containing the registry changes.  In this example, "
31952 "the first registry change is needed for the service itself or the service "
31953 "wrapper (if used).  The second registry change is only needed because I am "
31954 "using the RHSrvAny service wrapper."
31955 msgstr ""
31956
31957 #. type: verbatim
31958 #: ../tools/virt-win-reg.pl:518
31959 #, no-wrap
31960 msgid ""
31961 " cat > service.reg <<'EOF'\n"
31962 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
31963 " \"Type\"=dword:00000010\n"
31964 " \"Start\"=dword:00000002\n"
31965 " \"ErrorControl\"=dword:00000001\n"
31966 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
31967 " \"DisplayName\"=\"RHSrvAny\"\n"
31968 " \"ObjectName\"=\"NetworkService\"\n"
31969 " \n"
31970 msgstr ""
31971
31972 #. type: verbatim
31973 #: ../tools/virt-win-reg.pl:527
31974 #, no-wrap
31975 msgid ""
31976 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
31977 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
31978 " \"PWD\"=\"c:\\\\Temp\"\n"
31979 " EOF\n"
31980 "\n"
31981 msgstr ""
31982
31983 #. type: textblock
31984 #: ../tools/virt-win-reg.pl:538
31985 msgid ""
31986 "For use of C<ControlSet001> see the section above in this manual page.  You "
31987 "may need to adjust this according to the control set that is in use by the "
31988 "guest."
31989 msgstr ""
31990
31991 #. type: textblock
31992 #: ../tools/virt-win-reg.pl:544
31993 msgid ""
31994 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
31995 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
31996 "privileged account."
31997 msgstr ""
31998
31999 #. type: textblock
32000 #: ../tools/virt-win-reg.pl:550
32001 msgid ""
32002 "For the meaning of the magic numbers, see this Microsoft KB article: "
32003 "L<http://support.microsoft.com/kb/103000>."
32004 msgstr ""
32005
32006 #. type: textblock
32007 #: ../tools/virt-win-reg.pl:555
32008 msgid "Update the registry:"
32009 msgstr ""
32010
32011 #. type: verbatim
32012 #: ../tools/virt-win-reg.pl:557
32013 #, no-wrap
32014 msgid ""
32015 " virt-win-reg --merge WindowsGuest service.reg\n"
32016 "\n"
32017 msgstr ""
32018
32019 #. type: textblock
32020 #: ../tools/virt-win-reg.pl:561
32021 msgid ""
32022 "Be careful when passing parameters containing C<\\> (backslash) in the "
32023 "shell.  Usually you will have to use 'single quotes' or double backslashes "
32024 "(but not both) to protect them from the shell."
32025 msgstr ""
32026
32027 #. type: textblock
32028 #: ../tools/virt-win-reg.pl:565
32029 msgid "Paths and value names are case-insensitive."
32030 msgstr ""
32031
32032 #. type: textblock
32033 #: ../tools/virt-win-reg.pl:574
32034 msgid ""
32035 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
32036 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
32037 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
32038 msgstr ""
32039
32040 #. type: textblock
32041 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
32042 msgid ""
32043 "When reporting bugs, please enable debugging and capture the I<complete> "
32044 "output:"
32045 msgstr ""
32046
32047 #. type: verbatim
32048 #: ../tools/virt-win-reg.pl:592
32049 #, no-wrap
32050 msgid ""
32051 " export LIBGUESTFS_DEBUG=1\n"
32052 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
32053 "\n"
32054 msgstr ""
32055
32056 #. type: textblock
32057 #: ../tools/virt-win-reg.pl:595
32058 msgid ""
32059 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
32060 "redhat.com/>"
32061 msgstr ""
32062
32063 #. type: textblock
32064 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1510
32065 #: ../tools/virt-make-fs.pl:570
32066 msgid "Copyright (C) 2010 Red Hat Inc."
32067 msgstr ""
32068
32069 #. type: textblock
32070 #: ../tools/virt-resize.pl:42
32071 msgid "virt-resize - Resize a virtual machine disk"
32072 msgstr ""
32073
32074 #. type: verbatim
32075 #: ../tools/virt-resize.pl:46
32076 #, no-wrap
32077 msgid ""
32078 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
32079 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
32080 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
32081 "\n"
32082 msgstr ""
32083
32084 #. type: textblock
32085 #: ../tools/virt-resize.pl:52
32086 msgid ""
32087 "Virt-resize is a tool which can resize a virtual machine disk, making it "
32088 "larger or smaller overall, and resizing or deleting any partitions contained "
32089 "within."
32090 msgstr ""
32091
32092 #. type: textblock
32093 #: ../tools/virt-resize.pl:56
32094 msgid ""
32095 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
32096 "not> be used on live virtual machines - for consistent results, shut the "
32097 "virtual machine down before resizing it."
32098 msgstr ""
32099
32100 #. type: textblock
32101 #: ../tools/virt-resize.pl:60
32102 msgid ""
32103 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
32104 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
32105 msgstr ""
32106
32107 #. type: textblock
32108 #: ../tools/virt-resize.pl:66
32109 msgid ""
32110 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
32111 "fill the extra 5GB of space."
32112 msgstr ""
32113
32114 #. type: verbatim
32115 #: ../tools/virt-resize.pl:69
32116 #, no-wrap
32117 msgid ""
32118 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
32119 " virt-filesystems --long -h --all -a olddisk\n"
32120 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
32121 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
32122 "\n"
32123 msgstr ""
32124
32125 #. type: textblock
32126 #: ../tools/virt-resize.pl:74
32127 msgid ""
32128 "As above, but make the /boot partition 200MB bigger, while giving the "
32129 "remaining space to /dev/sda2:"
32130 msgstr ""
32131
32132 #. type: verbatim
32133 #: ../tools/virt-resize.pl:77
32134 #, no-wrap
32135 msgid ""
32136 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
32137 "\n"
32138 msgstr ""
32139
32140 #. type: textblock
32141 #: ../tools/virt-resize.pl:79
32142 msgid "As above, but the output format will be uncompressed qcow2:"
32143 msgstr ""
32144
32145 #. type: verbatim
32146 #: ../tools/virt-resize.pl:81
32147 #, no-wrap
32148 msgid ""
32149 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
32150 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
32151 "\n"
32152 msgstr ""
32153
32154 #. type: =head1
32155 #: ../tools/virt-resize.pl:84
32156 msgid "DETAILED USAGE"
32157 msgstr ""
32158
32159 #. type: =head2
32160 #: ../tools/virt-resize.pl:86
32161 msgid "EXPANDING A VIRTUAL MACHINE DISK"
32162 msgstr ""
32163
32164 #. type: =item
32165 #: ../tools/virt-resize.pl:90
32166 msgid "1. Shut down the virtual machine"
32167 msgstr ""
32168
32169 #. type: =item
32170 #: ../tools/virt-resize.pl:92
32171 msgid "2. Locate input disk image"
32172 msgstr ""
32173
32174 #. type: textblock
32175 #: ../tools/virt-resize.pl:94
32176 msgid ""
32177 "Locate the input disk image (ie. the file or device on the host containing "
32178 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
32179 "dumpxml> like this to find the disk image name:"
32180 msgstr ""
32181
32182 #. type: verbatim
32183 #: ../tools/virt-resize.pl:98
32184 #, no-wrap
32185 msgid ""
32186 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
32187 " Found 1 nodes:\n"
32188 " -- NODE --\n"
32189 " <source dev=\"/dev/vg/lv_guest\" />\n"
32190 "\n"
32191 msgstr ""
32192
32193 #. type: =item
32194 #: ../tools/virt-resize.pl:103
32195 msgid "3. Look at current sizing"
32196 msgstr ""
32197
32198 #. type: textblock
32199 #: ../tools/virt-resize.pl:105
32200 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
32201 msgstr ""
32202
32203 #. type: verbatim
32204 #: ../tools/virt-resize.pl:108
32205 #, no-wrap
32206 msgid ""
32207 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
32208 " Name       Type       Size  Parent\n"
32209 " /dev/sda1  partition  101M  /dev/sda\n"
32210 " /dev/sda2  partition  7.9G  /dev/sda\n"
32211 " /dev/sda   device     8.0G  -\n"
32212 "\n"
32213 msgstr ""
32214
32215 #. type: textblock
32216 #: ../tools/virt-resize.pl:114
32217 msgid ""
32218 "(This example is a virtual machine with an 8 GB disk which we would like to "
32219 "expand up to 10 GB)."
32220 msgstr ""
32221
32222 #. type: =item
32223 #: ../tools/virt-resize.pl:117
32224 msgid "4. Create output disk"
32225 msgstr ""
32226
32227 #. type: textblock
32228 #: ../tools/virt-resize.pl:119
32229 msgid ""
32230 "Virt-resize cannot do in-place disk modifications.  You have to have space "
32231 "to store the resized output disk."
32232 msgstr ""
32233
32234 #. type: textblock
32235 #: ../tools/virt-resize.pl:122
32236 msgid ""
32237 "To store the resized disk image in a file, create a file of a suitable size:"
32238 msgstr ""
32239
32240 #. type: verbatim
32241 #: ../tools/virt-resize.pl:125
32242 #, no-wrap
32243 msgid ""
32244 " # rm -f outdisk\n"
32245 " # truncate -s 10G outdisk\n"
32246 "\n"
32247 msgstr ""
32248
32249 #. type: textblock
32250 #: ../tools/virt-resize.pl:128
32251 msgid "Or use L<lvcreate(1)> to create a logical volume:"
32252 msgstr ""
32253
32254 #. type: verbatim
32255 #: ../tools/virt-resize.pl:130
32256 #, no-wrap
32257 msgid ""
32258 " # lvcreate -L 10G -n lv_name vg_name\n"
32259 "\n"
32260 msgstr ""
32261
32262 #. type: textblock
32263 #: ../tools/virt-resize.pl:132
32264 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
32265 msgstr ""
32266
32267 #. type: verbatim
32268 #: ../tools/virt-resize.pl:134
32269 #, no-wrap
32270 msgid ""
32271 " # virsh pool-list\n"
32272 " # virsh vol-create-as poolname newvol 10G\n"
32273 "\n"
32274 msgstr ""
32275
32276 #. type: =item
32277 #: ../tools/virt-resize.pl:137
32278 msgid "5. Resize"
32279 msgstr ""
32280
32281 #. type: textblock
32282 #: ../tools/virt-resize.pl:139
32283 msgid ""
32284 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
32285 "file) and the output disk.  The output disk is the one created in the "
32286 "previous step."
32287 msgstr ""
32288
32289 #. type: verbatim
32290 #: ../tools/virt-resize.pl:143
32291 #, no-wrap
32292 msgid ""
32293 " # virt-resize indisk outdisk\n"
32294 "\n"
32295 msgstr ""
32296
32297 #. type: textblock
32298 #: ../tools/virt-resize.pl:145
32299 msgid ""
32300 "This command just copies disk image C<indisk> to disk image C<outdisk> "
32301 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
32302 "larger, then an extra, empty partition is created at the end of the disk "
32303 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
32304 "error."
32305 msgstr ""
32306
32307 #. type: textblock
32308 #: ../tools/virt-resize.pl:151
32309 msgid ""
32310 "More realistically you'd want to expand existing partitions in the disk "
32311 "image by passing extra options (for the full list see the L</OPTIONS> "
32312 "section below)."
32313 msgstr ""
32314
32315 #. type: textblock
32316 #: ../tools/virt-resize.pl:155
32317 msgid ""
32318 "L</--expand> is the most useful option.  It expands the named partition "
32319 "within the disk to fill any extra space:"
32320 msgstr ""
32321
32322 #. type: verbatim
32323 #: ../tools/virt-resize.pl:158
32324 #, no-wrap
32325 msgid ""
32326 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
32327 "\n"
32328 msgstr ""
32329
32330 #. type: textblock
32331 #: ../tools/virt-resize.pl:160
32332 msgid ""
32333 "(In this case, an extra partition is I<not> created at the end of the disk, "
32334 "because there will be no unused space)."
32335 msgstr ""
32336
32337 #. type: textblock
32338 #: ../tools/virt-resize.pl:163
32339 msgid ""
32340 "L</--resize> is the other commonly used option.  The following would "
32341 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
32342 "rest of the available space:"
32343 msgstr ""
32344
32345 #. type: verbatim
32346 #: ../tools/virt-resize.pl:167
32347 #, no-wrap
32348 msgid ""
32349 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
32350 "     indisk outdisk\n"
32351 "\n"
32352 msgstr ""
32353
32354 #. type: textblock
32355 #: ../tools/virt-resize.pl:170
32356 msgid ""
32357 "If the expanded partition in the image contains a filesystem or LVM PV, then "
32358 "if virt-resize knows how, it will resize the contents, the equivalent of "
32359 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or L<ntfsresize(8)"
32360 ">.  However virt-resize does not know how to resize some filesystems, so you "
32361 "would have to online resize them after booting the guest."
32362 msgstr ""
32363
32364 #. type: textblock
32365 #: ../tools/virt-resize.pl:177
32366 msgid "Other options are covered below."
32367 msgstr ""
32368
32369 #. type: =item
32370 #: ../tools/virt-resize.pl:179
32371 msgid "6. Test"
32372 msgstr ""
32373
32374 #. type: textblock
32375 #: ../tools/virt-resize.pl:181
32376 msgid "Thoroughly test the new disk image I<before> discarding the old one."
32377 msgstr ""
32378
32379 #. type: textblock
32380 #: ../tools/virt-resize.pl:183
32381 msgid "If you are using libvirt, edit the XML to point at the new disk:"
32382 msgstr ""
32383
32384 #. type: verbatim
32385 #: ../tools/virt-resize.pl:185
32386 #, no-wrap
32387 msgid ""
32388 " # virsh edit guestname\n"
32389 "\n"
32390 msgstr ""
32391
32392 #. type: textblock
32393 #: ../tools/virt-resize.pl:187
32394 msgid ""
32395 "Change E<lt>source ...E<gt>, see L<http://libvirt.org/formatdomain."
32396 "html#elementsDisks>"
32397 msgstr ""
32398
32399 #. type: textblock
32400 #: ../tools/virt-resize.pl:190
32401 msgid "Then start up the domain with the new, resized disk:"
32402 msgstr ""
32403
32404 #. type: verbatim
32405 #: ../tools/virt-resize.pl:192
32406 #, no-wrap
32407 msgid ""
32408 " # virsh start guestname\n"
32409 "\n"
32410 msgstr ""
32411
32412 #. type: textblock
32413 #: ../tools/virt-resize.pl:194
32414 msgid ""
32415 "and check that it still works.  See also the L</NOTES> section below for "
32416 "additional information."
32417 msgstr ""
32418
32419 #. type: =item
32420 #: ../tools/virt-resize.pl:197
32421 msgid "7. Resize LVs etc inside the guest"
32422 msgstr ""
32423
32424 #. type: textblock
32425 #: ../tools/virt-resize.pl:199
32426 msgid "(This can also be done offline using L<guestfish(1)>)"
32427 msgstr ""
32428
32429 #. type: textblock
32430 #: ../tools/virt-resize.pl:201
32431 msgid ""
32432 "Once the guest has booted you should see the new space available, at least "
32433 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
32434 "may need to resize LVs inside PVs, and also resize filesystem types that "
32435 "virt-resize does not know how to expand."
32436 msgstr ""
32437
32438 #. type: =head2
32439 #: ../tools/virt-resize.pl:208
32440 msgid "SHRINKING A VIRTUAL MACHINE DISK"
32441 msgstr ""
32442
32443 #. type: textblock
32444 #: ../tools/virt-resize.pl:210
32445 msgid ""
32446 "Shrinking is somewhat more complex than expanding, and only an overview is "
32447 "given here."
32448 msgstr ""
32449
32450 #. type: textblock
32451 #: ../tools/virt-resize.pl:213
32452 msgid ""
32453 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
32454 "filesystems).  The user has to shrink content before passing the disk image "
32455 "to virt-resize, and virt-resize will check that the content has been shrunk "
32456 "properly."
32457 msgstr ""
32458
32459 #. type: textblock
32460 #: ../tools/virt-resize.pl:218
32461 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
32462 msgstr ""
32463
32464 #. type: textblock
32465 #: ../tools/virt-resize.pl:220
32466 msgid ""
32467 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
32468 "steps 3 and 4 above to allocate a new disk image."
32469 msgstr ""
32470
32471 #. type: textblock
32472 #: ../tools/virt-resize.pl:223
32473 msgid ""
32474 "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
32475 msgstr ""
32476
32477 #. type: =head2
32478 #: ../tools/virt-resize.pl:226
32479 msgid "IGNORING OR DELETING PARTITIONS"
32480 msgstr ""
32481
32482 #. type: textblock
32483 #: ../tools/virt-resize.pl:228
32484 msgid ""
32485 "virt-resize also gives a convenient way to ignore or delete partitions when "
32486 "copying from the input disk to the output disk.  Ignoring a partition speeds "
32487 "up the copy where you don't care about the existing contents of a "
32488 "partition.  Deleting a partition removes it completely, but note that it "
32489 "also renumbers any partitions after the one which is deleted, which can "
32490 "leave some guests unbootable."
32491 msgstr ""
32492
32493 #. type: =head2
32494 #: ../tools/virt-resize.pl:235
32495 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
32496 msgstr ""
32497
32498 #. type: textblock
32499 #: ../tools/virt-resize.pl:237
32500 msgid ""
32501 "If the input disk is in qcow2 format, then you may prefer that the output is "
32502 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
32503 "the fly.  The output format is simply determined by the format of the empty "
32504 "output container that you provide.  Thus to create qcow2 output, use:"
32505 msgstr ""
32506
32507 #. type: verbatim
32508 #: ../tools/virt-resize.pl:243
32509 #, no-wrap
32510 msgid ""
32511 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
32512 "\n"
32513 msgstr ""
32514
32515 #. type: textblock
32516 #: ../tools/virt-resize.pl:245
32517 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
32518 msgstr ""
32519
32520 #. type: textblock
32521 #: ../tools/virt-resize.pl:247
32522 msgid "Similarly, to get non-sparse raw output use:"
32523 msgstr ""
32524
32525 #. type: verbatim
32526 #: ../tools/virt-resize.pl:249
32527 #, no-wrap
32528 msgid ""
32529 " fallocate -l size outdisk\n"
32530 "\n"
32531 msgstr ""
32532
32533 #. type: textblock
32534 #: ../tools/virt-resize.pl:251
32535 msgid ""
32536 "(on older systems that don't have the L<fallocate(1)> command use C<dd if=/"
32537 "dev/zero of=outdisk bs=1M count=..>)"
32538 msgstr ""
32539
32540 #. type: textblock
32541 #: ../tools/virt-resize.pl:264
32542 msgid "Display help."
32543 msgstr ""
32544
32545 #. type: =item
32546 #: ../tools/virt-resize.pl:278
32547 msgid "B<--resize part=size>"
32548 msgstr ""
32549
32550 #. type: textblock
32551 #: ../tools/virt-resize.pl:280
32552 msgid ""
32553 "Resize the named partition (expanding or shrinking it) so that it has the "
32554 "given size."
32555 msgstr ""
32556
32557 #. type: textblock
32558 #: ../tools/virt-resize.pl:283
32559 msgid ""
32560 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
32561 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
32562 "Exabytes; or as a percentage of the current size; or as a relative number or "
32563 "percentage.  For example:"
32564 msgstr ""
32565
32566 #. type: verbatim
32567 #: ../tools/virt-resize.pl:288
32568 #, no-wrap
32569 msgid ""
32570 " --resize /dev/sda2=10G\n"
32571 "\n"
32572 msgstr ""
32573
32574 #. type: verbatim
32575 #: ../tools/virt-resize.pl:290
32576 #, no-wrap
32577 msgid ""
32578 " --resize /dev/sda4=90%\n"
32579 "\n"
32580 msgstr ""
32581
32582 #. type: verbatim
32583 #: ../tools/virt-resize.pl:292
32584 #, no-wrap
32585 msgid ""
32586 " --resize /dev/sda2=+1G\n"
32587 "\n"
32588 msgstr ""
32589
32590 #. type: verbatim
32591 #: ../tools/virt-resize.pl:294
32592 #, no-wrap
32593 msgid ""
32594 " --resize /dev/sda2=-200M\n"
32595 "\n"
32596 msgstr ""
32597
32598 #. type: verbatim
32599 #: ../tools/virt-resize.pl:296
32600 #, no-wrap
32601 msgid ""
32602 " --resize /dev/sda1=+128K\n"
32603 "\n"
32604 msgstr ""
32605
32606 #. type: verbatim
32607 #: ../tools/virt-resize.pl:298
32608 #, no-wrap
32609 msgid ""
32610 " --resize /dev/sda1=+10%\n"
32611 "\n"
32612 msgstr ""
32613
32614 #. type: verbatim
32615 #: ../tools/virt-resize.pl:300
32616 #, no-wrap
32617 msgid ""
32618 " --resize /dev/sda1=-10%\n"
32619 "\n"
32620 msgstr ""
32621
32622 #. type: textblock
32623 #: ../tools/virt-resize.pl:302
32624 msgid ""
32625 "You can increase the size of any partition.  Virt-resize will expand the "
32626 "direct content of the partition if it knows how (see C<--expand> below)."
32627 msgstr ""
32628
32629 #. type: textblock
32630 #: ../tools/virt-resize.pl:306
32631 msgid ""
32632 "You can only I<decrease> the size of partitions that contain filesystems or "
32633 "PVs which have already been shrunk.  Virt-resize will check this has been "
32634 "done before proceeding, or else will print an error (see also C<--resize-"
32635 "force>)."
32636 msgstr ""
32637
32638 #. type: textblock
32639 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403
32640 #: ../tools/virt-resize.pl:420
32641 msgid "You can give this option multiple times."
32642 msgstr ""
32643
32644 #. type: =item
32645 #: ../tools/virt-resize.pl:317
32646 msgid "B<--resize-force part=size>"
32647 msgstr ""
32648
32649 #. type: textblock
32650 #: ../tools/virt-resize.pl:319
32651 msgid ""
32652 "This is the same as C<--resize> except that it will let you decrease the "
32653 "size of any partition.  Generally this means you will lose any data which "
32654 "was at the end of the partition you shrink, but you may not care about that "
32655 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
32656 "as a swap partition)."
32657 msgstr ""
32658
32659 #. type: textblock
32660 #: ../tools/virt-resize.pl:325
32661 msgid "See also the C<--ignore> option."
32662 msgstr ""
32663
32664 #. type: =item
32665 #: ../tools/virt-resize.pl:331
32666 msgid "B<--expand part>"
32667 msgstr ""
32668
32669 #. type: textblock
32670 #: ../tools/virt-resize.pl:333
32671 msgid ""
32672 "Expand the named partition so it uses up all extra space (space left over "
32673 "after any other resize changes that you request have been done)."
32674 msgstr ""
32675
32676 #. type: textblock
32677 #: ../tools/virt-resize.pl:336
32678 msgid ""
32679 "If virt-resize knows how, it will expand the direct content of the "
32680 "partition.  For example, if the partition is an LVM PV, it will expand the "
32681 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
32682 "content it doesn't know about alone."
32683 msgstr ""
32684
32685 #. type: textblock
32686 #: ../tools/virt-resize.pl:341
32687 msgid "Currently virt-resize can resize:"
32688 msgstr ""
32689
32690 #. type: textblock
32691 #: ../tools/virt-resize.pl:347
32692 msgid ""
32693 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
32694 "partition."
32695 msgstr ""
32696
32697 #. type: textblock
32698 #: ../tools/virt-resize.pl:352
32699 msgid ""
32700 "NTFS filesystems contained directly in a partition, if libguestfs was "
32701 "compiled with support for NTFS."
32702 msgstr ""
32703
32704 #. type: textblock
32705 #: ../tools/virt-resize.pl:355
32706 msgid ""
32707 "The filesystem must have been shut down consistently last time it was used.  "
32708 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
32709 "consistency check, so at the first boot after resizing Windows will check "
32710 "the disk."
32711 msgstr ""
32712
32713 #. type: textblock
32714 #: ../tools/virt-resize.pl:362
32715 msgid ""
32716 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
32717 "inside the PV, but see the C<--LV-expand> option.  The user could also "
32718 "resize LVs as desired after boot."
32719 msgstr ""
32720
32721 #. type: textblock
32722 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
32723 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
32724 msgstr ""
32725
32726 #. type: =item
32727 #: ../tools/virt-resize.pl:374
32728 msgid "B<--shrink part>"
32729 msgstr ""
32730
32731 #. type: textblock
32732 #: ../tools/virt-resize.pl:376
32733 msgid ""
32734 "Shrink the named partition until the overall disk image fits in the "
32735 "destination.  The named partition B<must> contain a filesystem or PV which "
32736 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
32737 "online tools).  Virt-resize will check this and give an error if it has not "
32738 "been done."
32739 msgstr ""
32740
32741 #. type: textblock
32742 #: ../tools/virt-resize.pl:382
32743 msgid ""
32744 "The amount by which the overall disk must be shrunk (after carrying out all "
32745 "other operations requested by the user) is called the \"deficit\".  For "
32746 "example, a straight copy (assume no other operations)  from a 5GB disk image "
32747 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
32748 "would give an error unless the user specified a partition to shrink and that "
32749 "partition had more than a gigabyte of free space."
32750 msgstr ""
32751
32752 #. type: =item
32753 #: ../tools/virt-resize.pl:396
32754 msgid "B<--ignore part>"
32755 msgstr ""
32756
32757 #. type: textblock
32758 #: ../tools/virt-resize.pl:398
32759 msgid ""
32760 "Ignore the named partition.  Effectively this means the partition is "
32761 "allocated on the destination disk, but the content is not copied across from "
32762 "the source disk.  The content of the partition will be blank (all zero "
32763 "bytes)."
32764 msgstr ""
32765
32766 #. type: =item
32767 #: ../tools/virt-resize.pl:409
32768 msgid "B<--delete part>"
32769 msgstr ""
32770
32771 #. type: textblock
32772 #: ../tools/virt-resize.pl:411
32773 msgid ""
32774 "Delete the named partition.  It would be more accurate to describe this as "
32775 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
32776 "the original disk image is left intact."
32777 msgstr ""
32778
32779 #. type: textblock
32780 #: ../tools/virt-resize.pl:415
32781 msgid ""
32782 "Note that when you delete a partition, then anything contained in the "
32783 "partition is also deleted.  Furthermore, this causes any partitions that "
32784 "come after to be I<renumbered>, which can easily make your guest unbootable."
32785 msgstr ""
32786
32787 #. type: =item
32788 #: ../tools/virt-resize.pl:426
32789 msgid "B<--LV-expand logvol>"
32790 msgstr ""
32791
32792 #. type: textblock
32793 #: ../tools/virt-resize.pl:428
32794 msgid ""
32795 "This takes the logical volume and, as a final step, expands it to fill all "
32796 "the space available in its volume group.  A typical usage, assuming a Linux "
32797 "guest with a single PV C</dev/sda2> and a root device called C</dev/vg_guest/"
32798 "lv_root> would be:"
32799 msgstr ""
32800
32801 #. type: verbatim
32802 #: ../tools/virt-resize.pl:433
32803 #, no-wrap
32804 msgid ""
32805 " virt-resize indisk outdisk \\\n"
32806 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
32807 "\n"
32808 msgstr ""
32809
32810 #. type: textblock
32811 #: ../tools/virt-resize.pl:436
32812 msgid ""
32813 "This would first expand the partition (and PV), and then expand the root "
32814 "device to fill the extra space in the PV."
32815 msgstr ""
32816
32817 #. type: textblock
32818 #: ../tools/virt-resize.pl:439
32819 msgid ""
32820 "The contents of the LV are also resized if virt-resize knows how to do "
32821 "that.  You can stop virt-resize from trying to expand the content by using "
32822 "the option C<--no-expand-content>."
32823 msgstr ""
32824
32825 #. type: textblock
32826 #: ../tools/virt-resize.pl:443
32827 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
32828 msgstr ""
32829
32830 #. type: textblock
32831 #: ../tools/virt-resize.pl:446
32832 msgid ""
32833 "You can give this option multiple times, I<but> it doesn't make sense to do "
32834 "this unless the logical volumes you specify are all in different volume "
32835 "groups."
32836 msgstr ""
32837
32838 #. type: =item
32839 #: ../tools/virt-resize.pl:454
32840 msgid "B<--no-copy-boot-loader>"
32841 msgstr ""
32842
32843 #. type: textblock
32844 #: ../tools/virt-resize.pl:456
32845 msgid ""
32846 "By default, virt-resize copies over some sectors at the start of the disk "
32847 "(up to the beginning of the first partition).  Commonly these sectors "
32848 "contain the Master Boot Record (MBR) and the boot loader, and are required "
32849 "in order for the guest to boot correctly."
32850 msgstr ""
32851
32852 #. type: textblock
32853 #: ../tools/virt-resize.pl:461
32854 msgid ""
32855 "If you specify this flag, then this initial copy is not done.  You may need "
32856 "to reinstall the boot loader in this case."
32857 msgstr ""
32858
32859 #. type: =item
32860 #: ../tools/virt-resize.pl:469
32861 msgid "B<--no-extra-partition>"
32862 msgstr ""
32863
32864 #. type: textblock
32865 #: ../tools/virt-resize.pl:471
32866 msgid ""
32867 "By default, virt-resize creates an extra partition if there is any extra, "
32868 "unused space after all resizing has happened.  Use this option to prevent "
32869 "the extra partition from being created.  If you do this then the extra space "
32870 "will be inaccessible until you run fdisk, parted, or some other partitioning "
32871 "tool in the guest."
32872 msgstr ""
32873
32874 #. type: textblock
32875 #: ../tools/virt-resize.pl:477
32876 msgid ""
32877 "Note that if the surplus space is smaller than 10 MB, no extra partition "
32878 "will be created."
32879 msgstr ""
32880
32881 #. type: =item
32882 #: ../tools/virt-resize.pl:484
32883 msgid "B<--no-expand-content>"
32884 msgstr ""
32885
32886 #. type: textblock
32887 #: ../tools/virt-resize.pl:486
32888 msgid ""
32889 "By default, virt-resize will try to expand the direct contents of "
32890 "partitions, if it knows how (see C<--expand> option above)."
32891 msgstr ""
32892
32893 #. type: textblock
32894 #: ../tools/virt-resize.pl:489
32895 msgid ""
32896 "If you give the C<--no-expand-content> option then virt-resize will not "
32897 "attempt this."
32898 msgstr ""
32899
32900 #. type: =item
32901 #: ../tools/virt-resize.pl:496
32902 msgid "B<-d> | B<--debug>"
32903 msgstr ""
32904
32905 #. type: =item
32906 #: ../tools/virt-resize.pl:504
32907 msgid "B<-n> | B<--dryrun>"
32908 msgstr ""
32909
32910 #. type: textblock
32911 #: ../tools/virt-resize.pl:506
32912 msgid "Print a summary of what would be done, but don't do anything."
32913 msgstr ""
32914
32915 #. type: =item
32916 #: ../tools/virt-resize.pl:512
32917 msgid "B<-q> | B<--quiet>"
32918 msgstr ""
32919
32920 #. type: textblock
32921 #: ../tools/virt-resize.pl:514
32922 msgid "Don't print the summary."
32923 msgstr ""
32924
32925 #. type: textblock
32926 #: ../tools/virt-resize.pl:522
32927 msgid ""
32928 "Specify the format of the input disk image.  If this flag is not given then "
32929 "it is auto-detected from the image itself."
32930 msgstr ""
32931
32932 #. type: textblock
32933 #: ../tools/virt-resize.pl:528
32934 msgid ""
32935 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
32936 "AND NON-SPARSE RAW FORMATS>."
32937 msgstr ""
32938
32939 #. type: =item
32940 #: ../tools/virt-resize.pl:535
32941 msgid "B<--output-format> raw"
32942 msgstr ""
32943
32944 #. type: textblock
32945 #: ../tools/virt-resize.pl:537
32946 msgid ""
32947 "Specify the format of the output disk image.  If this flag is not given then "
32948 "it is auto-detected from the image itself."
32949 msgstr ""
32950
32951 #. type: textblock
32952 #: ../tools/virt-resize.pl:543
32953 msgid ""
32954 "Note that you still need to create the output disk with the right format.  "
32955 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
32956 msgstr ""
32957
32958 #. type: =head1
32959 #: ../tools/virt-resize.pl:1419
32960 msgid "NOTES"
32961 msgstr ""
32962
32963 #. type: =head2
32964 #: ../tools/virt-resize.pl:1421
32965 msgid "\"Partition 1 does not end on cylinder boundary.\""
32966 msgstr ""
32967
32968 #. type: textblock
32969 #: ../tools/virt-resize.pl:1423
32970 msgid ""
32971 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
32972 "means the partitions will not be aligned to the ancient CHS geometry.  "
32973 "However CHS geometry is meaningless for disks manufactured since the early "
32974 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
32975 "cylinders is not required by any modern operating system."
32976 msgstr ""
32977
32978 #. type: =head2
32979 #: ../tools/virt-resize.pl:1430
32980 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
32981 msgstr ""
32982
32983 #. type: textblock
32984 #: ../tools/virt-resize.pl:1432
32985 msgid ""
32986 "In Windows Vista and later versions, Microsoft switched to using a separate "
32987 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
32988 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
32989 "the boot partition.  Doing so seems to break the guest completely.  However "
32990 "expanding the second partition (ie. C: drive) should work."
32991 msgstr ""
32992
32993 #. type: textblock
32994 #: ../tools/virt-resize.pl:1439
32995 msgid ""
32996 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
32997 "NTFS partitions have been expanded.  This is just a safety check and (unless "
32998 "it find errors) is nothing to worry about."
32999 msgstr ""
33000
33001 #. type: =head2
33002 #: ../tools/virt-resize.pl:1443
33003 msgid "GUEST BOOT STUCK AT \"GRUB\""
33004 msgstr ""
33005
33006 #. type: textblock
33007 #: ../tools/virt-resize.pl:1445
33008 msgid ""
33009 "If a Linux guest does not boot after resizing, and the boot is stuck after "
33010 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
33011 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
33012 "although we think is to do with partition alignment."
33013 msgstr ""
33014
33015 #. type: verbatim
33016 #: ../tools/virt-resize.pl:1450
33017 #, no-wrap
33018 msgid ""
33019 " guestfish -i -a newdisk\n"
33020 " ><fs> cat /boot/grub/device.map\n"
33021 " # check the contents of this file are sensible or\n"
33022 " # edit the file if necessary\n"
33023 " ><fs> grub-install / /dev/vda\n"
33024 " ><fs> exit\n"
33025 "\n"
33026 msgstr ""
33027
33028 #. type: textblock
33029 #: ../tools/virt-resize.pl:1457
33030 msgid ""
33031 "For more flexible guest reconfiguration, including if you need to specify "
33032 "other parameters to grub-install, use L<virt-rescue(1)>."
33033 msgstr ""
33034
33035 #. type: =head1
33036 #: ../tools/virt-resize.pl:1460
33037 msgid "ALTERNATIVE TOOLS"
33038 msgstr ""
33039
33040 #. type: textblock
33041 #: ../tools/virt-resize.pl:1462
33042 msgid ""
33043 "There are several proprietary tools for resizing partitions.  We won't "
33044 "mention any here."
33045 msgstr ""
33046
33047 #. type: textblock
33048 #: ../tools/virt-resize.pl:1465
33049 msgid ""
33050 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
33051 "operations on disk images.  They can resize and move partitions, but I don't "
33052 "think they can do anything with the contents, and they certainly don't "
33053 "understand LVM."
33054 msgstr ""
33055
33056 #. type: textblock
33057 #: ../tools/virt-resize.pl:1470
33058 msgid ""
33059 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
33060 "but at a much lower level.  You will probably end up hand-calculating sector "
33061 "offsets, which is something that virt-resize was designed to avoid.  If you "
33062 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
33063 "C<--debug> flag."
33064 msgstr ""
33065
33066 #. type: textblock
33067 #: ../tools/virt-resize.pl:1485
33068 msgid ""
33069 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, L<lvm"
33070 "(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, L<ntfsresize(8)>, "
33071 "L<virsh(1)>, L<parted(8)>, L<truncate(1)>, L<fallocate(1)>, L<grub(8)>, "
33072 "L<grub-install(8)>, L<virt-rescue(1)>, L<Sys::Guestfs(3)>, L<http://"
33073 "libguestfs.org/>."
33074 msgstr ""
33075
33076 #. type: textblock
33077 #: ../tools/virt-list-filesystems.pl:32
33078 msgid ""
33079 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
33080 msgstr ""
33081
33082 #. type: verbatim
33083 #: ../tools/virt-list-filesystems.pl:36
33084 #, no-wrap
33085 msgid ""
33086 " virt-list-filesystems [--options] domname\n"
33087 "\n"
33088 msgstr ""
33089
33090 #. type: verbatim
33091 #: ../tools/virt-list-filesystems.pl:38
33092 #, no-wrap
33093 msgid ""
33094 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
33095 "\n"
33096 msgstr ""
33097
33098 #. type: textblock
33099 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
33100 msgid ""
33101 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
33102 "replacement."
33103 msgstr ""
33104
33105 #. type: textblock
33106 #: ../tools/virt-list-filesystems.pl:45
33107 msgid ""
33108 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
33109 "are contained in a virtual machine or disk image."
33110 msgstr ""
33111
33112 #. type: textblock
33113 #: ../tools/virt-list-filesystems.pl:49
33114 msgid ""
33115 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
33116 "functionality.  For more complex cases you should look at the L<guestfish(1)"
33117 "> tool."
33118 msgstr ""
33119
33120 #. type: =item
33121 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
33122 msgid "B<-l> | B<--long>"
33123 msgstr ""
33124
33125 #. type: textblock
33126 #: ../tools/virt-list-filesystems.pl:108
33127 msgid ""
33128 "With this option, C<virt-list-filesystems> displays the type of each "
33129 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
33130 msgstr ""
33131
33132 #. type: =item
33133 #: ../tools/virt-list-filesystems.pl:115
33134 msgid "B<-a> | B<--all>"
33135 msgstr ""
33136
33137 #. type: textblock
33138 #: ../tools/virt-list-filesystems.pl:117
33139 msgid ""
33140 "Normally we only show mountable filesystems.  If this option is given then "
33141 "swap devices are shown too."
33142 msgstr ""
33143
33144 #. type: textblock
33145 #: ../tools/virt-list-filesystems.pl:191
33146 msgid ""
33147 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
33148 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
33149 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33150 msgstr ""
33151
33152 #. type: textblock
33153 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:298
33154 msgid "Copyright (C) 2009 Red Hat Inc."
33155 msgstr ""
33156
33157 #. type: textblock
33158 #: ../tools/virt-tar.pl:33
33159 msgid "virt-tar - Extract or upload files to a virtual machine"
33160 msgstr ""
33161
33162 #. type: verbatim
33163 #: ../tools/virt-tar.pl:37
33164 #, no-wrap
33165 msgid ""
33166 " virt-tar [--options] -x domname directory tarball\n"
33167 "\n"
33168 msgstr ""
33169
33170 #. type: verbatim
33171 #: ../tools/virt-tar.pl:39
33172 #, no-wrap
33173 msgid ""
33174 " virt-tar [--options] -u domname tarball directory\n"
33175 "\n"
33176 msgstr ""
33177
33178 #. type: verbatim
33179 #: ../tools/virt-tar.pl:41
33180 #, no-wrap
33181 msgid ""
33182 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
33183 "\n"
33184 msgstr ""
33185
33186 #. type: verbatim
33187 #: ../tools/virt-tar.pl:43
33188 #, no-wrap
33189 msgid ""
33190 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
33191 "\n"
33192 msgstr ""
33193
33194 #. type: textblock
33195 #: ../tools/virt-tar.pl:47
33196 msgid "Download C</home> from the VM into a local tarball:"
33197 msgstr ""
33198
33199 #. type: verbatim
33200 #: ../tools/virt-tar.pl:49
33201 #, no-wrap
33202 msgid ""
33203 " virt-tar -x domname /home home.tar\n"
33204 "\n"
33205 msgstr ""
33206
33207 #. type: verbatim
33208 #: ../tools/virt-tar.pl:51
33209 #, no-wrap
33210 msgid ""
33211 " virt-tar -zx domname /home home.tar.gz\n"
33212 "\n"
33213 msgstr ""
33214
33215 #. type: textblock
33216 #: ../tools/virt-tar.pl:53
33217 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
33218 msgstr ""
33219
33220 #. type: verbatim
33221 #: ../tools/virt-tar.pl:55
33222 #, no-wrap
33223 msgid ""
33224 " virt-tar -u domname uploadstuff.tar /tmp\n"
33225 "\n"
33226 msgstr ""
33227
33228 #. type: verbatim
33229 #: ../tools/virt-tar.pl:57
33230 #, no-wrap
33231 msgid ""
33232 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
33233 "\n"
33234 msgstr ""
33235
33236 #. type: textblock
33237 #: ../tools/virt-tar.pl:61
33238 msgid ""
33239 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
33240 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
33241 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
33242 msgstr ""
33243
33244 #. type: textblock
33245 #: ../tools/virt-tar.pl:66
33246 msgid ""
33247 "You can use C<-x> (extract) on live virtual machines, but you might get "
33248 "inconsistent results or errors if there is filesystem activity inside the "
33249 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
33250 "work, but the only way to guarantee consistent results is if the virtual "
33251 "machine is shut down."
33252 msgstr ""
33253
33254 #. type: textblock
33255 #: ../tools/virt-tar.pl:74
33256 msgid ""
33257 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
33258 "parts of a guest filesystem.  There are many possibilities: making backups, "
33259 "uploading data files, snooping on guest activity, fixing or customizing "
33260 "guests, etc."
33261 msgstr ""
33262
33263 #. type: textblock
33264 #: ../tools/virt-tar.pl:79
33265 msgid ""
33266 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
33267 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
33268 "should look at the L<guestfish(1)> tool."
33269 msgstr ""
33270
33271 #. type: textblock
33272 #: ../tools/virt-tar.pl:83
33273 msgid ""
33274 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
33275 "its contents (recursively) from the virtual machine into a local tarball.  "
33276 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
33277 "virtual machine.  You cannot use these two options together."
33278 msgstr ""
33279
33280 #. type: textblock
33281 #: ../tools/virt-tar.pl:89
33282 msgid ""
33283 "In addition, you may need to use the C<-z> (gZip) option to enable "
33284 "compression.  When uploading, you have to specify C<-z> if the upload file "
33285 "is compressed because virt-tar won't detect this on its own."
33286 msgstr ""
33287
33288 #. type: textblock
33289 #: ../tools/virt-tar.pl:93
33290 msgid ""
33291 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
33292 "example it cannot do PKZip files or bzip2 compression.  If you want that "
33293 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
33294 "the L<libguestfs(3)> API)."
33295 msgstr ""
33296
33297 #. type: =item
33298 #: ../tools/virt-tar.pl:151
33299 msgid "B<-x> | B<--extract> | B<--download>"
33300 msgstr ""
33301
33302 #. type: =item
33303 #: ../tools/virt-tar.pl:153
33304 msgid "B<-u> | B<--upload>"
33305 msgstr ""
33306
33307 #. type: textblock
33308 #: ../tools/virt-tar.pl:155
33309 msgid ""
33310 "Use C<-x> to extract (download) a directory from a virtual machine to a "
33311 "local tarball."
33312 msgstr ""
33313
33314 #. type: textblock
33315 #: ../tools/virt-tar.pl:158
33316 msgid ""
33317 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
33318 "Please read the L</WARNING> section above before using this option."
33319 msgstr ""
33320
33321 #. type: textblock
33322 #: ../tools/virt-tar.pl:162
33323 msgid "You must specify exactly one of these options."
33324 msgstr ""
33325
33326 #. type: =item
33327 #: ../tools/virt-tar.pl:168
33328 msgid "B<-z> | B<--gzip>"
33329 msgstr ""
33330
33331 #. type: textblock
33332 #: ../tools/virt-tar.pl:170
33333 msgid "Specify that the input or output tarball is gzip-compressed."
33334 msgstr ""
33335
33336 #. type: textblock
33337 #: ../tools/virt-tar.pl:283
33338 msgid ""
33339 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<Sys::"
33340 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
33341 "org/>."
33342 msgstr ""
33343
33344 #. type: textblock
33345 #: ../tools/virt-make-fs.pl:37
33346 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
33347 msgstr ""
33348
33349 #. type: verbatim
33350 #: ../tools/virt-make-fs.pl:41
33351 #, no-wrap
33352 msgid ""
33353 " virt-make-fs [--options] input.tar output.img\n"
33354 "\n"
33355 msgstr ""
33356
33357 #. type: verbatim
33358 #: ../tools/virt-make-fs.pl:43
33359 #, no-wrap
33360 msgid ""
33361 " virt-make-fs [--options] input.tar.gz output.img\n"
33362 "\n"
33363 msgstr ""
33364
33365 #. type: verbatim
33366 #: ../tools/virt-make-fs.pl:45
33367 #, no-wrap
33368 msgid ""
33369 " virt-make-fs [--options] directory output.img\n"
33370 "\n"
33371 msgstr ""
33372
33373 #. type: textblock
33374 #: ../tools/virt-make-fs.pl:49
33375 msgid ""
33376 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
33377 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
33378 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
33379 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
33380 "you want to attach these filesystems to existing virtual machines (eg. to "
33381 "import large amounts of read-only data to a VM)."
33382 msgstr ""
33383
33384 #. type: textblock
33385 #: ../tools/virt-make-fs.pl:57
33386 msgid "Basic usage is:"
33387 msgstr ""
33388
33389 #. type: verbatim
33390 #: ../tools/virt-make-fs.pl:59
33391 #, no-wrap
33392 msgid ""
33393 " virt-make-fs input output\n"
33394 "\n"
33395 msgstr ""
33396
33397 #. type: textblock
33398 #: ../tools/virt-make-fs.pl:61
33399 msgid ""
33400 "where C<input> is either a directory containing files that you want to add, "
33401 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
33402 "C<output> is a disk image.  The input type is detected automatically.  The "
33403 "output disk image defaults to a raw ext2 image unless you specify extra "
33404 "flags (see L</OPTIONS> below)."
33405 msgstr ""
33406
33407 #. type: =head2
33408 #: ../tools/virt-make-fs.pl:67
33409 msgid "EXTRA SPACE"
33410 msgstr ""
33411
33412 #. type: textblock
33413 #: ../tools/virt-make-fs.pl:69
33414 msgid ""
33415 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
33416 "the files that it contains, but might have extra space.  Depending on how "
33417 "you are going to use the output, you might think this extra space is wasted "
33418 "and want to minimize it, or you might want to leave space so that more files "
33419 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
33420 "but you can use the C<--size> flag to leave space in the filesystem if you "
33421 "want it."
33422 msgstr ""
33423
33424 #. type: textblock
33425 #: ../tools/virt-make-fs.pl:77
33426 msgid ""
33427 "An alternative way to leave extra space but not make the output image any "
33428 "bigger is to use an alternative disk image format (instead of the default "
33429 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
33430 "image format (check your hypervisor supports this before using it).  This "
33431 "allows you to choose a large C<--size> but the extra space won't actually be "
33432 "allocated in the image until you try to store something in it."
33433 msgstr ""
33434
33435 #. type: textblock
33436 #: ../tools/virt-make-fs.pl:85
33437 msgid ""
33438 "Don't forget that you can also use local commands including L<resize2fs(8)> "
33439 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
33440 "to build another image from scratch."
33441 msgstr ""
33442
33443 #. type: =head3
33444 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
33445 #: ../tools/virt-make-fs.pl:142
33446 msgid "EXAMPLE"
33447 msgstr ""
33448
33449 #. type: verbatim
33450 #: ../tools/virt-make-fs.pl:91
33451 #, no-wrap
33452 msgid ""
33453 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
33454 "\n"
33455 msgstr ""
33456
33457 #. type: =head2
33458 #: ../tools/virt-make-fs.pl:93
33459 msgid "FILESYSTEM TYPE"
33460 msgstr ""
33461
33462 #. type: textblock
33463 #: ../tools/virt-make-fs.pl:95
33464 msgid ""
33465 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
33466 "libguestfs supports can be used (but I<not> read-only formats like "
33467 "ISO9660).  Here are some of the more common choices:"
33468 msgstr ""
33469
33470 #. type: =item
33471 #: ../tools/virt-make-fs.pl:101
33472 msgid "I<ext3>"
33473 msgstr ""
33474
33475 #. type: textblock
33476 #: ../tools/virt-make-fs.pl:103
33477 msgid ""
33478 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
33479 "you are not going to use the filesystem in a way that requires the journal, "
33480 "then this is just wasted overhead."
33481 msgstr ""
33482
33483 #. type: =item
33484 #: ../tools/virt-make-fs.pl:107
33485 msgid "I<ntfs> or I<vfat>"
33486 msgstr ""
33487
33488 #. type: textblock
33489 #: ../tools/virt-make-fs.pl:109
33490 msgid "Useful if exporting data to a Windows guest."
33491 msgstr ""
33492
33493 #. type: textblock
33494 #: ../tools/virt-make-fs.pl:111
33495 msgid ""
33496 "I<Note for vfat>: The tar archive or local directory must only contain files "
33497 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
33498 "program running within libguestfs is unable to change the ownership of non-"
33499 "root files, since vfat itself does not support this."
33500 msgstr ""
33501
33502 #. type: =item
33503 #: ../tools/virt-make-fs.pl:116
33504 msgid "I<minix>"
33505 msgstr ""
33506
33507 #. type: textblock
33508 #: ../tools/virt-make-fs.pl:118
33509 msgid ""
33510 "Lower overhead than C<ext2>, but certain limitations on filename length and "
33511 "total filesystem size."
33512 msgstr ""
33513
33514 #. type: verbatim
33515 #: ../tools/virt-make-fs.pl:125
33516 #, no-wrap
33517 msgid ""
33518 " virt-make-fs --type=minix input minixfs.img\n"
33519 "\n"
33520 msgstr ""
33521
33522 #. type: =head2
33523 #: ../tools/virt-make-fs.pl:127
33524 msgid "TO PARTITION OR NOT TO PARTITION"
33525 msgstr ""
33526
33527 #. type: textblock
33528 #: ../tools/virt-make-fs.pl:129
33529 msgid "Optionally virt-make-fs can add a partition table to the output disk."
33530 msgstr ""
33531
33532 #. type: textblock
33533 #: ../tools/virt-make-fs.pl:131
33534 msgid ""
33535 "Adding a partition can make the disk image more compatible with certain "
33536 "virtualized operating systems which don't expect to see a filesystem "
33537 "directly located on a block device (Linux doesn't care and will happily "
33538 "handle both types)."
33539 msgstr ""
33540
33541 #. type: textblock
33542 #: ../tools/virt-make-fs.pl:136
33543 msgid ""
33544 "On the other hand, if you have a partition table then the output image is no "
33545 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
33546 "directly on a partitioned disk image.  (However libguestfs tools such as "
33547 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
33548 msgstr ""
33549
33550 #. type: textblock
33551 #: ../tools/virt-make-fs.pl:144
33552 msgid "Add an MBR partition:"
33553 msgstr ""
33554
33555 #. type: verbatim
33556 #: ../tools/virt-make-fs.pl:146
33557 #, no-wrap
33558 msgid ""
33559 " virt-make-fs --partition -- input disk.img\n"
33560 "\n"
33561 msgstr ""
33562
33563 #. type: textblock
33564 #: ../tools/virt-make-fs.pl:148
33565 msgid ""
33566 "If the output disk image could be terabyte-sized or larger, it's better to "
33567 "use an EFI/GPT-compatible partition table:"
33568 msgstr ""
33569
33570 #. type: verbatim
33571 #: ../tools/virt-make-fs.pl:151
33572 #, no-wrap
33573 msgid ""
33574 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
33575 "\n"
33576 msgstr ""
33577
33578 #. type: textblock
33579 #: ../tools/virt-make-fs.pl:179
33580 msgid "Enable debugging information."
33581 msgstr ""
33582
33583 #. type: =item
33584 #: ../tools/virt-make-fs.pl:185
33585 msgid "B<--size=E<lt>NE<gt>>"
33586 msgstr ""
33587
33588 #. type: =item
33589 #: ../tools/virt-make-fs.pl:187
33590 msgid "B<--size=+E<lt>NE<gt>>"
33591 msgstr ""
33592
33593 #. type: =item
33594 #: ../tools/virt-make-fs.pl:189
33595 msgid "B<-s E<lt>NE<gt>>"
33596 msgstr ""
33597
33598 #. type: =item
33599 #: ../tools/virt-make-fs.pl:191
33600 msgid "B<-s +E<lt>NE<gt>>"
33601 msgstr ""
33602
33603 #. type: textblock
33604 #: ../tools/virt-make-fs.pl:193
33605 msgid ""
33606 "Use the C<--size> (or C<-s>) option to choose the size of the output image."
33607 msgstr ""
33608
33609 #. type: textblock
33610 #: ../tools/virt-make-fs.pl:196
33611 msgid ""
33612 "If this option is I<not> given, then the output image will be just large "
33613 "enough to contain all the files, with not much wasted space."
33614 msgstr ""
33615
33616 #. type: textblock
33617 #: ../tools/virt-make-fs.pl:199
33618 msgid ""
33619 "To choose a fixed size output disk, specify an absolute number followed by b/"
33620 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
33621 "Petabytes or Exabytes.  This must be large enough to contain all the input "
33622 "files, else you will get an error."
33623 msgstr ""
33624
33625 #. type: textblock
33626 #: ../tools/virt-make-fs.pl:204
33627 msgid ""
33628 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
33629 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
33630 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
33631 "the input files, and (approximately) an extra 200 MB free space."
33632 msgstr ""
33633
33634 #. type: textblock
33635 #: ../tools/virt-make-fs.pl:210
33636 msgid ""
33637 "Note that virt-make-fs estimates free space, and therefore will not produce "
33638 "filesystems containing precisely the free space requested.  (It is much more "
33639 "expensive and time-consuming to produce a filesystem which has precisely the "
33640 "desired free space)."
33641 msgstr ""
33642
33643 #. type: =item
33644 #: ../tools/virt-make-fs.pl:219
33645 msgid "B<--format=E<lt>fmtE<gt>>"
33646 msgstr ""
33647
33648 #. type: =item
33649 #: ../tools/virt-make-fs.pl:221
33650 msgid "B<-F E<lt>fmtE<gt>>"
33651 msgstr ""
33652
33653 #. type: textblock
33654 #: ../tools/virt-make-fs.pl:223
33655 msgid "Choose the output disk image format."
33656 msgstr ""
33657
33658 #. type: textblock
33659 #: ../tools/virt-make-fs.pl:225
33660 msgid "The default is C<raw> (raw disk image)."
33661 msgstr ""
33662
33663 #. type: textblock
33664 #: ../tools/virt-make-fs.pl:227
33665 msgid ""
33666 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
33667 "that would really make sense here is C<qcow2>."
33668 msgstr ""
33669
33670 #. type: =item
33671 #: ../tools/virt-make-fs.pl:234
33672 msgid "B<--type=E<lt>fsE<gt>>"
33673 msgstr ""
33674
33675 #. type: =item
33676 #: ../tools/virt-make-fs.pl:236
33677 msgid "B<-t E<lt>fsE<gt>>"
33678 msgstr ""
33679
33680 #. type: textblock
33681 #: ../tools/virt-make-fs.pl:238
33682 msgid "Choose the output filesystem type."
33683 msgstr ""
33684
33685 #. type: textblock
33686 #: ../tools/virt-make-fs.pl:240
33687 msgid "The default is C<ext2>."
33688 msgstr ""
33689
33690 #. type: textblock
33691 #: ../tools/virt-make-fs.pl:242
33692 msgid ""
33693 "Any filesystem which is supported read-write by libguestfs can be used here."
33694 msgstr ""
33695
33696 #. type: =item
33697 #: ../tools/virt-make-fs.pl:249
33698 msgid "B<--partition>"
33699 msgstr ""
33700
33701 #. type: =item
33702 #: ../tools/virt-make-fs.pl:251
33703 msgid "B<--partition=E<lt>parttypeE<gt>>"
33704 msgstr ""
33705
33706 #. type: textblock
33707 #: ../tools/virt-make-fs.pl:253
33708 msgid ""
33709 "If specified, this flag adds an MBR partition table to the output disk image."
33710 msgstr ""
33711
33712 #. type: textblock
33713 #: ../tools/virt-make-fs.pl:256
33714 msgid ""
33715 "You can change the partition table type, eg. C<--partition=gpt> for large "
33716 "disks."
33717 msgstr ""
33718
33719 #. type: textblock
33720 #: ../tools/virt-make-fs.pl:259
33721 msgid ""
33722 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
33723 "might consider the next parameter to be the partition type.  For example:"
33724 msgstr ""
33725
33726 #. type: verbatim
33727 #: ../tools/virt-make-fs.pl:263
33728 #, no-wrap
33729 msgid ""
33730 " virt-make-fs --partition input.tar ...\n"
33731 "\n"
33732 msgstr ""
33733
33734 #. type: textblock
33735 #: ../tools/virt-make-fs.pl:265
33736 msgid ""
33737 "would cause virt-make-fs to think you wanted to use a partition type of "
33738 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
33739 "dash) between options and the input file argument:"
33740 msgstr ""
33741
33742 #. type: verbatim
33743 #: ../tools/virt-make-fs.pl:269
33744 #, no-wrap
33745 msgid ""
33746 " virt-make-fs --partition -- input.tar ...\n"
33747 "\n"
33748 msgstr ""
33749
33750 #. type: textblock
33751 #: ../tools/virt-make-fs.pl:541
33752 msgid ""
33753 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<mkisofs(1)>, "
33754 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
33755 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
33756 msgstr ""
33757
33758 #. type: verbatim
33759 #: ../tools/virt-make-fs.pl:558
33760 #, no-wrap
33761 msgid ""
33762 " export LIBGUESTFS_DEBUG=1\n"
33763 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
33764 "\n"
33765 msgstr ""
33766
33767 #. type: textblock
33768 #: ../tools/virt-make-fs.pl:561
33769 msgid ""
33770 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
33771 "redhat.com/>"
33772 msgstr ""
33773
33774 #. type: textblock
33775 #: ../tools/virt-list-partitions.pl:32
33776 msgid ""
33777 "virt-list-partitions - List partitions in a virtual machine or disk image"
33778 msgstr ""
33779
33780 #. type: verbatim
33781 #: ../tools/virt-list-partitions.pl:36
33782 #, no-wrap
33783 msgid ""
33784 " virt-list-partitions [--options] domname\n"
33785 "\n"
33786 msgstr ""
33787
33788 #. type: verbatim
33789 #: ../tools/virt-list-partitions.pl:38
33790 #, no-wrap
33791 msgid ""
33792 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
33793 "\n"
33794 msgstr ""
33795
33796 #. type: textblock
33797 #: ../tools/virt-list-partitions.pl:45
33798 msgid ""
33799 "C<virt-list-partitions> is a command line tool to list the partitions that "
33800 "are contained in a virtual machine or disk image.  It is mainly useful as a "
33801 "first step to using L<virt-resize(1)>."
33802 msgstr ""
33803
33804 #. type: textblock
33805 #: ../tools/virt-list-partitions.pl:50
33806 msgid ""
33807 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
33808 "functionality.  For more complex cases you should look at the L<guestfish(1)"
33809 "> tool."
33810 msgstr ""
33811
33812 #. type: =item
33813 #: ../tools/virt-list-partitions.pl:107
33814 msgid "B<-h> | B<--human-readable>"
33815 msgstr ""
33816
33817 #. type: textblock
33818 #: ../tools/virt-list-partitions.pl:109
33819 msgid "Show sizes in human-readable form (eg. \"1G\")."
33820 msgstr ""
33821
33822 #. type: textblock
33823 #: ../tools/virt-list-partitions.pl:117
33824 msgid ""
33825 "With this option, C<virt-list-partitions> displays the type and size of each "
33826 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
33827 msgstr ""
33828
33829 #. type: =item
33830 #: ../tools/virt-list-partitions.pl:124
33831 msgid "B<-t> | B<--total>"
33832 msgstr ""
33833
33834 #. type: textblock
33835 #: ../tools/virt-list-partitions.pl:126
33836 msgid ""
33837 "Display the total size of each block device (as a separate row or rows)."
33838 msgstr ""
33839
33840 #. type: textblock
33841 #: ../tools/virt-list-partitions.pl:259
33842 msgid ""
33843 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
33844 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
33845 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
33846 msgstr ""