Version 1.10.5.
[libguestfs.git] / po-docs / libguestfs-docs.pot
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Red Hat Inc.
3 # This file is distributed under the same license as the libguestfs package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: libguestfs 1.10.5\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-07-13 17:55+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3 ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3 ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35 ../tools/virt-list-filesystems.pl:30 ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35 ../tools/virt-list-partitions.pl:30
22 msgid "NAME"
23 msgstr ""
24
25 #. type: textblock
26 #: ../src/guestfs.pod:5
27 msgid "guestfs - Library for accessing and modifying virtual machine images"
28 msgstr ""
29
30 #. type: =head1
31 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7 ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7 ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39 ../tools/virt-list-filesystems.pl:34 ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39 ../tools/virt-list-partitions.pl:34
32 msgid "SYNOPSIS"
33 msgstr ""
34
35 #. type: verbatim
36 #: ../src/guestfs.pod:9
37 #, no-wrap
38 msgid ""
39 " #include <guestfs.h>\n"
40 " \n"
41 msgstr ""
42
43 #. type: verbatim
44 #: ../src/guestfs.pod:11
45 #, no-wrap
46 msgid ""
47 " guestfs_h *g = guestfs_create ();\n"
48 " guestfs_add_drive (g, \"guest.img\");\n"
49 " guestfs_launch (g);\n"
50 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
51 " guestfs_touch (g, \"/hello\");\n"
52 " guestfs_umount (g, \"/\");\n"
53 " guestfs_close (g);\n"
54 "\n"
55 msgstr ""
56
57 #. type: verbatim
58 #: ../src/guestfs.pod:19
59 #, no-wrap
60 msgid ""
61 " cc prog.c -o prog -lguestfs\n"
62 "or:\n"
63 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
64 "\n"
65 msgstr ""
66
67 #. type: =head1
68 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30 ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20 ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63 ../tools/virt-list-filesystems.pl:40 ../tools/virt-tar.pl:77 ../tools/virt-make-fs.pl:47 ../tools/virt-list-partitions.pl:40
69 msgid "DESCRIPTION"
70 msgstr ""
71
72 #. type: textblock
73 #: ../src/guestfs.pod:25
74 msgid ""
75 "Libguestfs is a library for accessing and modifying guest disk images.  "
76 "Amongst the things this is good for: making batch configuration changes to "
77 "guests, getting disk used/free statistics (see also: virt-df), migrating "
78 "between virtualization systems (see also: virt-p2v), performing partial "
79 "backups, performing partial guest clones, cloning guests and changing "
80 "registry/UUID/hostname info, and much else besides."
81 msgstr ""
82
83 #. type: textblock
84 #: ../src/guestfs.pod:33
85 msgid ""
86 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
87 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
88 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
89 "qcow2, vmdk."
90 msgstr ""
91
92 #. type: textblock
93 #: ../src/guestfs.pod:38
94 msgid ""
95 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
96 "what filesystem is in each LV, etc.).  It can also run commands in the "
97 "context of the guest.  Also you can access filesystems over FUSE."
98 msgstr ""
99
100 #. type: textblock
101 #: ../src/guestfs.pod:43
102 msgid ""
103 "Libguestfs is a library that can be linked with C and C++ management "
104 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
105 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
106 "line."
107 msgstr ""
108
109 #. type: textblock
110 #: ../src/guestfs.pod:48
111 msgid ""
112 "You don't need to be root to use libguestfs, although obviously you do need "
113 "enough permissions to access the disk images."
114 msgstr ""
115
116 #. type: textblock
117 #: ../src/guestfs.pod:51
118 msgid ""
119 "Libguestfs is a large API because it can do many things.  For a gentle "
120 "introduction, please read the L</API OVERVIEW> section next."
121 msgstr ""
122
123 #. type: textblock
124 #: ../src/guestfs.pod:54
125 msgid ""
126 "There are also some example programs in the L<guestfs-examples(3)> manual "
127 "page."
128 msgstr ""
129
130 #. type: =head1
131 #: ../src/guestfs.pod:57
132 msgid "API OVERVIEW"
133 msgstr ""
134
135 #. type: textblock
136 #: ../src/guestfs.pod:59
137 msgid ""
138 "This section provides a gentler overview of the libguestfs API.  We also try "
139 "to group API calls together, where that may not be obvious from reading "
140 "about the individual calls in the main section of this manual."
141 msgstr ""
142
143 #. type: =head2
144 #: ../src/guestfs.pod:64
145 msgid "HANDLES"
146 msgstr ""
147
148 #. type: textblock
149 #: ../src/guestfs.pod:66
150 msgid ""
151 "Before you can use libguestfs calls, you have to create a handle.  Then you "
152 "must add at least one disk image to the handle, followed by launching the "
153 "handle, then performing whatever operations you want, and finally closing "
154 "the handle.  By convention we use the single letter C<g> for the name of the "
155 "handle variable, although of course you can use any name you want."
156 msgstr ""
157
158 #. type: textblock
159 #: ../src/guestfs.pod:73
160 msgid "The general structure of all libguestfs-using programs looks like this:"
161 msgstr ""
162
163 #. type: verbatim
164 #: ../src/guestfs.pod:76
165 #, no-wrap
166 msgid ""
167 " guestfs_h *g = guestfs_create ();\n"
168 " \n"
169 msgstr ""
170
171 #. type: verbatim
172 #: ../src/guestfs.pod:78
173 #, no-wrap
174 msgid ""
175 " /* Call guestfs_add_drive additional times if there are\n"
176 "  * multiple disk images.\n"
177 "  */\n"
178 " guestfs_add_drive (g, \"guest.img\");\n"
179 " \n"
180 msgstr ""
181
182 #. type: verbatim
183 #: ../src/guestfs.pod:83
184 #, no-wrap
185 msgid ""
186 " /* Most manipulation calls won't work until you've launched\n"
187 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
188 "  * and _before_ other commands.\n"
189 "  */\n"
190 " guestfs_launch (g);\n"
191 " \n"
192 msgstr ""
193
194 #. type: verbatim
195 #: ../src/guestfs.pod:89
196 #, no-wrap
197 msgid ""
198 " /* Now you can examine what partitions, LVs etc are available.\n"
199 "  */\n"
200 " char **partitions = guestfs_list_partitions (g);\n"
201 " char **logvols = guestfs_lvs (g);\n"
202 " \n"
203 msgstr ""
204
205 #. type: verbatim
206 #: ../src/guestfs.pod:94
207 #, no-wrap
208 msgid ""
209 " /* To access a filesystem in the image, you must mount it.\n"
210 "  */\n"
211 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
212 " \n"
213 msgstr ""
214
215 #. type: verbatim
216 #: ../src/guestfs.pod:98
217 #, no-wrap
218 msgid ""
219 " /* Now you can perform filesystem actions on the guest\n"
220 "  * disk image.\n"
221 "  */\n"
222 " guestfs_touch (g, \"/hello\");\n"
223 " \n"
224 msgstr ""
225
226 #. type: verbatim
227 #: ../src/guestfs.pod:103
228 #, no-wrap
229 msgid ""
230 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
231 "  * it is done automatically when you close the handle.  See\n"
232 "  * discussion of autosync in this page.\n"
233 "  */\n"
234 " guestfs_sync (g);\n"
235 " \n"
236 msgstr ""
237
238 #. type: verbatim
239 #: ../src/guestfs.pod:109
240 #, no-wrap
241 msgid ""
242 " /* Close the handle 'g'. */\n"
243 " guestfs_close (g);\n"
244 "\n"
245 msgstr ""
246
247 #. type: textblock
248 #: ../src/guestfs.pod:112
249 msgid ""
250 "The code above doesn't include any error checking.  In real code you should "
251 "check return values carefully for errors.  In general all functions that "
252 "return integers return C<-1> on error, and all functions that return "
253 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
254 "how to handle errors, and consult the documentation for each function call "
255 "below to see precisely how they return error indications.  See "
256 "L<guestfs-examples(3)> for fully worked examples."
257 msgstr ""
258
259 #. type: =head2
260 #: ../src/guestfs.pod:121
261 msgid "DISK IMAGES"
262 msgstr ""
263
264 #. type: textblock
265 #: ../src/guestfs.pod:123
266 msgid ""
267 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
268 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
269 "actual block device, or simply an empty file of zeroes that you have created "
270 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
271 "of these."
272 msgstr ""
273
274 #. type: textblock
275 #: ../src/guestfs.pod:129
276 msgid ""
277 "The call you should use in modern code for adding drives is "
278 "L</guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
279 "specifying that the format is raw, do:"
280 msgstr ""
281
282 #. type: verbatim
283 #: ../src/guestfs.pod:133
284 #, no-wrap
285 msgid ""
286 " guestfs_add_drive_opts (g, filename,\n"
287 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
288 "                         -1);\n"
289 "\n"
290 msgstr ""
291
292 #. type: textblock
293 #: ../src/guestfs.pod:137
294 msgid "You can add a disk read-only using:"
295 msgstr ""
296
297 #. type: verbatim
298 #: ../src/guestfs.pod:139
299 #, no-wrap
300 msgid ""
301 " guestfs_add_drive_opts (g, filename,\n"
302 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
303 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
304 "                         -1);\n"
305 "\n"
306 msgstr ""
307
308 #. type: textblock
309 #: ../src/guestfs.pod:144
310 msgid ""
311 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
312 "libguestfs won't modify the file."
313 msgstr ""
314
315 #. type: textblock
316 #: ../src/guestfs.pod:147
317 msgid ""
318 "Be extremely cautious if the disk image is in use, eg. if it is being used "
319 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
320 "corruption, but adding it read-only is safe."
321 msgstr ""
322
323 #. type: textblock
324 #: ../src/guestfs.pod:151
325 msgid ""
326 "You must add at least one disk image, and you may add multiple disk images.  "
327 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
328 "first one you added), C</dev/sdb> (for the second one you added), etc."
329 msgstr ""
330
331 #. type: textblock
332 #: ../src/guestfs.pod:156
333 msgid ""
334 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
335 "can call L</guestfs_list_devices> to get a list of the device names, in the "
336 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
337 msgstr ""
338
339 #. type: =head2
340 #: ../src/guestfs.pod:161
341 msgid "MOUNTING"
342 msgstr ""
343
344 #. type: textblock
345 #: ../src/guestfs.pod:163
346 msgid ""
347 "Before you can read or write files, create directories and so on in a disk "
348 "image that contains filesystems, you have to mount those filesystems using "
349 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
350 "a disk image contains (for example) one partition with a filesystem on that "
351 "partition, then you can mount it directly:"
352 msgstr ""
353
354 #. type: verbatim
355 #: ../src/guestfs.pod:170
356 #, no-wrap
357 msgid ""
358 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
359 "\n"
360 msgstr ""
361
362 #. type: textblock
363 #: ../src/guestfs.pod:172
364 msgid ""
365 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
366 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
367 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
368 "that these are libguestfs virtual devices, and are nothing to do with host "
369 "devices."
370 msgstr ""
371
372 #. type: textblock
373 #: ../src/guestfs.pod:178
374 msgid ""
375 "If you are given a disk image and you don't know what it contains then you "
376 "have to find out.  Libguestfs can do that too: use "
377 "L</guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions "
378 "and LVs, and either try mounting each to see what is mountable, or else "
379 "examine them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
380 "filesystems, use L</guestfs_list_filesystems>."
381 msgstr ""
382
383 #. type: textblock
384 #: ../src/guestfs.pod:186
385 msgid ""
386 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
387 "L</INSPECTION> below).  But you might find it easier to look at higher level "
388 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
389 msgstr ""
390
391 #. type: textblock
392 #: ../src/guestfs.pod:191
393 msgid ""
394 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
395 "several other variations of the C<guestfs_mount_*> call."
396 msgstr ""
397
398 #. type: =head2
399 #: ../src/guestfs.pod:194
400 msgid "FILESYSTEM ACCESS AND MODIFICATION"
401 msgstr ""
402
403 #. type: textblock
404 #: ../src/guestfs.pod:196
405 msgid ""
406 "The majority of the libguestfs API consists of fairly low-level calls for "
407 "accessing and modifying the files, directories, symlinks etc on mounted "
408 "filesystems.  There are over a hundred such calls which you can find listed "
409 "in detail below in this man page, and we don't even pretend to cover them "
410 "all in this overview."
411 msgstr ""
412
413 #. type: textblock
414 #: ../src/guestfs.pod:202
415 msgid ""
416 "Specify filenames as full paths, starting with C<\"/\"> and including the "
417 "mount point."
418 msgstr ""
419
420 #. type: textblock
421 #: ../src/guestfs.pod:205
422 msgid ""
423 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
424 "the file called C<\"etc/passwd\"> then you could do:"
425 msgstr ""
426
427 #. type: verbatim
428 #: ../src/guestfs.pod:208
429 #, no-wrap
430 msgid ""
431 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
432 "\n"
433 msgstr ""
434
435 #. type: textblock
436 #: ../src/guestfs.pod:210
437 msgid ""
438 "This would return C<data> as a newly allocated buffer containing the full "
439 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
440 "or C<NULL> if there was an error."
441 msgstr ""
442
443 #. type: textblock
444 #: ../src/guestfs.pod:214
445 msgid ""
446 "As another example, to create a top-level directory on that filesystem "
447 "called C<\"var\"> you would do:"
448 msgstr ""
449
450 #. type: verbatim
451 #: ../src/guestfs.pod:217
452 #, no-wrap
453 msgid ""
454 " guestfs_mkdir (g, \"/var\");\n"
455 "\n"
456 msgstr ""
457
458 #. type: textblock
459 #: ../src/guestfs.pod:219
460 msgid "To create a symlink you could do:"
461 msgstr ""
462
463 #. type: verbatim
464 #: ../src/guestfs.pod:221
465 #, no-wrap
466 msgid ""
467 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
468 "               \"/etc/rc3.d/S30portmap\");\n"
469 "\n"
470 msgstr ""
471
472 #. type: textblock
473 #: ../src/guestfs.pod:224
474 msgid ""
475 "Libguestfs will reject attempts to use relative paths and there is no "
476 "concept of a current working directory."
477 msgstr ""
478
479 #. type: textblock
480 #: ../src/guestfs.pod:227
481 msgid ""
482 "Libguestfs can return errors in many situations: for example if the "
483 "filesystem isn't writable, or if a file or directory that you requested "
484 "doesn't exist.  If you are using the C API (documented here)  you have to "
485 "check for those error conditions after each call.  (Other language bindings "
486 "turn these errors into exceptions)."
487 msgstr ""
488
489 #. type: textblock
490 #: ../src/guestfs.pod:233
491 msgid ""
492 "File writes are affected by the per-handle umask, set by calling "
493 "L</guestfs_umask> and defaulting to 022.  See L</UMASK>."
494 msgstr ""
495
496 #. type: =head2
497 #: ../src/guestfs.pod:236
498 msgid "PARTITIONING"
499 msgstr ""
500
501 #. type: textblock
502 #: ../src/guestfs.pod:238
503 msgid ""
504 "Libguestfs contains API calls to read, create and modify partition tables on "
505 "disk images."
506 msgstr ""
507
508 #. type: textblock
509 #: ../src/guestfs.pod:241
510 msgid ""
511 "In the common case where you want to create a single partition covering the "
512 "whole disk, you should use the L</guestfs_part_disk> call:"
513 msgstr ""
514
515 #. type: verbatim
516 #: ../src/guestfs.pod:245
517 #, no-wrap
518 msgid ""
519 " const char *parttype = \"mbr\";\n"
520 " if (disk_is_larger_than_2TB)\n"
521 "   parttype = \"gpt\";\n"
522 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
523 "\n"
524 msgstr ""
525
526 #. type: textblock
527 #: ../src/guestfs.pod:250
528 msgid ""
529 "Obviously this effectively wipes anything that was on that disk image "
530 "before."
531 msgstr ""
532
533 #. type: =head2
534 #: ../src/guestfs.pod:253
535 msgid "LVM2"
536 msgstr ""
537
538 #. type: textblock
539 #: ../src/guestfs.pod:255
540 msgid ""
541 "Libguestfs provides access to a large part of the LVM2 API, such as "
542 "L</guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense "
543 "unless you familiarize yourself with the concepts of physical volumes, "
544 "volume groups and logical volumes."
545 msgstr ""
546
547 #. type: textblock
548 #: ../src/guestfs.pod:260
549 msgid ""
550 "This author strongly recommends reading the LVM HOWTO, online at "
551 "L<http://tldp.org/HOWTO/LVM-HOWTO/>."
552 msgstr ""
553
554 #. type: =head2
555 #: ../src/guestfs.pod:263
556 msgid "DOWNLOADING"
557 msgstr ""
558
559 #. type: textblock
560 #: ../src/guestfs.pod:265
561 msgid ""
562 "Use L</guestfs_cat> to download small, text only files.  This call is "
563 "limited to files which are less than 2 MB and which cannot contain any ASCII "
564 "NUL (C<\\0>) characters.  However the API is very simple to use."
565 msgstr ""
566
567 #. type: textblock
568 #: ../src/guestfs.pod:269
569 msgid ""
570 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
571 "bit data, since it returns a (pointer, size) pair.  However it is still "
572 "limited to \"small\" files, less than 2 MB."
573 msgstr ""
574
575 #. type: textblock
576 #: ../src/guestfs.pod:273
577 msgid ""
578 "L</guestfs_download> can be used to download any file, with no limits on "
579 "content or size (even files larger than 4 GB)."
580 msgstr ""
581
582 #. type: textblock
583 #: ../src/guestfs.pod:276
584 msgid "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
585 msgstr ""
586
587 #. type: =head2
588 #: ../src/guestfs.pod:279
589 msgid "UPLOADING"
590 msgstr ""
591
592 #. type: textblock
593 #: ../src/guestfs.pod:281
594 msgid ""
595 "It's often the case that you want to write a file or files to the disk "
596 "image."
597 msgstr ""
598
599 #. type: textblock
600 #: ../src/guestfs.pod:284
601 msgid ""
602 "To write a small file with fixed content, use L</guestfs_write>.  To create "
603 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or "
604 "L</guestfs_fallocate64> (with all disk blocks allocated).  There are a "
605 "variety of other functions for creating test files, for example "
606 "L</guestfs_fill> and L</guestfs_fill_pattern>."
607 msgstr ""
608
609 #. type: textblock
610 #: ../src/guestfs.pod:290
611 msgid ""
612 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
613 "file content or size (even files larger than 4 GB)."
614 msgstr ""
615
616 #. type: textblock
617 #: ../src/guestfs.pod:293
618 msgid "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
619 msgstr ""
620
621 #. type: textblock
622 #: ../src/guestfs.pod:295
623 msgid ""
624 "However the fastest way to upload I<large numbers of arbitrary files> is to "
625 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and "
626 "L<mkisofs(8)>), then attach this using L</guestfs_add_drive_ro>.  If you add "
627 "the drive in a predictable way (eg. adding it last after all other drives) "
628 "then you can get the device name from L</guestfs_list_devices> and mount it "
629 "directly using L</guestfs_mount_ro>.  Note that squashfs images are "
630 "sometimes non-portable between kernel versions, and they don't support "
631 "labels or UUIDs.  If you want to pre-build an image or you need to mount it "
632 "using a label or UUID, use an ISO image instead."
633 msgstr ""
634
635 #. type: =head2
636 #: ../src/guestfs.pod:306
637 msgid "COPYING"
638 msgstr ""
639
640 #. type: textblock
641 #: ../src/guestfs.pod:308
642 msgid ""
643 "There are various different commands for copying between files and devices "
644 "and in and out of the guest filesystem.  These are summarised in the table "
645 "below."
646 msgstr ""
647
648 #. type: =item
649 #: ../src/guestfs.pod:314
650 msgid "B<file> to B<file>"
651 msgstr ""
652
653 #. type: textblock
654 #: ../src/guestfs.pod:316
655 msgid ""
656 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
657 "directories recursively."
658 msgstr ""
659
660 #. type: =item
661 #: ../src/guestfs.pod:319
662 msgid "B<file or device> to B<file or device>"
663 msgstr ""
664
665 #. type: textblock
666 #: ../src/guestfs.pod:321
667 msgid ""
668 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
669 "devices in the guest."
670 msgstr ""
671
672 #. type: textblock
673 #: ../src/guestfs.pod:324
674 msgid "Example: duplicate the contents of an LV:"
675 msgstr ""
676
677 #. type: verbatim
678 #: ../src/guestfs.pod:326
679 #, no-wrap
680 msgid ""
681 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
682 "\n"
683 msgstr ""
684
685 #. type: textblock
686 #: ../src/guestfs.pod:328
687 msgid ""
688 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
689 "(C</dev/VG/Original>).  To copy less than the whole source device, use "
690 "L</guestfs_copy_size>."
691 msgstr ""
692
693 #. type: =item
694 #: ../src/guestfs.pod:332
695 msgid "B<file on the host> to B<file or device>"
696 msgstr ""
697
698 #. type: textblock
699 #: ../src/guestfs.pod:334
700 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
701 msgstr ""
702
703 #. type: =item
704 #: ../src/guestfs.pod:336
705 msgid "B<file or device> to B<file on the host>"
706 msgstr ""
707
708 #. type: textblock
709 #: ../src/guestfs.pod:338
710 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
711 msgstr ""
712
713 #. type: =head2
714 #: ../src/guestfs.pod:342
715 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
716 msgstr ""
717
718 #. type: textblock
719 #: ../src/guestfs.pod:344
720 msgid ""
721 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, "
722 "L</guestfs_tar_out> etc appear to only take filenames as arguments, so it "
723 "appears you can only upload and download to files.  However many Un*x-like "
724 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, "
725 "C</dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, "
726 "stderr, and arbitrary file descriptor N."
727 msgstr ""
728
729 #. type: textblock
730 #: ../src/guestfs.pod:352
731 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
732 msgstr ""
733
734 #. type: verbatim
735 #: ../src/guestfs.pod:355
736 #, no-wrap
737 msgid ""
738 " guestfs_download (g, filename, \"/dev/stdout\");\n"
739 "\n"
740 msgstr ""
741
742 #. type: textblock
743 #: ../src/guestfs.pod:357
744 msgid "and you can write tar output to a file descriptor C<fd> by doing:"
745 msgstr ""
746
747 #. type: verbatim
748 #: ../src/guestfs.pod:359
749 #, no-wrap
750 msgid ""
751 " char devfd[64];\n"
752 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
753 " guestfs_tar_out (g, \"/\", devfd);\n"
754 "\n"
755 msgstr ""
756
757 #. type: =head2
758 #: ../src/guestfs.pod:363
759 msgid "LISTING FILES"
760 msgstr ""
761
762 #. type: textblock
763 #: ../src/guestfs.pod:365
764 msgid ""
765 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
766 "L<guestfish(1)>-equivalent command C<ll>)."
767 msgstr ""
768
769 #. type: textblock
770 #: ../src/guestfs.pod:368
771 msgid ""
772 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
773 "programs, as a flat list of strings."
774 msgstr ""
775
776 #. type: textblock
777 #: ../src/guestfs.pod:371
778 msgid ""
779 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
780 "directory, plus additional information about each one.  It is more "
781 "equivalent to using the L<readdir(3)> call on a local filesystem."
782 msgstr ""
783
784 #. type: textblock
785 #: ../src/guestfs.pod:375
786 msgid ""
787 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list "
788 "files."
789 msgstr ""
790
791 #. type: =head2
792 #: ../src/guestfs.pod:378
793 msgid "RUNNING COMMANDS"
794 msgstr ""
795
796 #. type: textblock
797 #: ../src/guestfs.pod:380
798 msgid ""
799 "Although libguestfs is primarily an API for manipulating files inside guest "
800 "images, we also provide some limited facilities for running commands inside "
801 "guests."
802 msgstr ""
803
804 #. type: textblock
805 #: ../src/guestfs.pod:384
806 msgid "There are many limitations to this:"
807 msgstr ""
808
809 #. type: =item
810 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398 ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411 ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1064 ../src/guestfs.pod:1068 ../src/guestfs.pod:1072 ../src/guestfs.pod:1077 ../src/guestfs.pod:1085 ../src/guestfs.pod:1104 ../src/guestfs.pod:1112 ../src/guestfs.pod:1134 ../src/guestfs.pod:1138 ../src/guestfs.pod:1142 ../src/guestfs.pod:1146 ../src/guestfs.pod:1150 ../src/guestfs.pod:1154 ../src/guestfs.pod:1643 ../src/guestfs.pod:1648 ../src/guestfs.pod:1652 ../src/guestfs.pod:1753 ../src/guestfs.pod:1758 ../src/guestfs.pod:1762 ../src/guestfs.pod:1772 ../src/guestfs.pod:2007 ../src/guestfs.pod:2012 ../src/guestfs.pod:2018 ../src/guestfs.pod:2026 ../src/guestfs.pod:2380 ../src/guestfs.pod:2386 ../src/guestfs.pod:2391 ../src/guestfs.pod:2397 ../src/guestfs.pod:2967 ../src/guestfs.pod:2971 ../src/guestfs.pod:2975 ../src/guestfs.pod:2979 ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:577 ../src/guestfs-actions.pod:585 ../src/guestfs-actions.pod:592 ../src/guestfs-actions.pod:599 ../src/guestfs-actions.pod:1597 ../src/guestfs-actions.pod:1601 ../src/guestfs-actions.pod:1605 ../src/guestfs-actions.pod:1609 ../src/guestfs-actions.pod:1617 ../src/guestfs-actions.pod:1621 ../src/guestfs-actions.pod:1625 ../src/guestfs-actions.pod:1635 ../src/guestfs-actions.pod:1639 ../src/guestfs-actions.pod:1643 ../src/guestfs-actions.pod:1781 ../src/guestfs-actions.pod:1785 ../src/guestfs-actions.pod:1790 ../src/guestfs-actions.pod:1795 ../src/guestfs-actions.pod:1856 ../src/guestfs-actions.pod:1860 ../src/guestfs-actions.pod:1865 ../fish/guestfish.pod:443 ../fish/guestfish.pod:447 ../fish/guestfish.pod:451 ../fish/guestfish.pod:455 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:380 ../fish/guestfish-actions.pod:388 ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:402 ../fish/guestfish-actions.pod:1069 ../fish/guestfish-actions.pod:1073 ../fish/guestfish-actions.pod:1077 ../fish/guestfish-actions.pod:1081 ../fish/guestfish-actions.pod:1089 ../fish/guestfish-actions.pod:1093 ../fish/guestfish-actions.pod:1097 ../fish/guestfish-actions.pod:1107 ../fish/guestfish-actions.pod:1111 ../fish/guestfish-actions.pod:1115 ../fish/guestfish-actions.pod:1205 ../fish/guestfish-actions.pod:1209 ../fish/guestfish-actions.pod:1214 ../fish/guestfish-actions.pod:1219 ../fish/guestfish-actions.pod:1261 ../fish/guestfish-actions.pod:1265 ../fish/guestfish-actions.pod:1270 ../tools/virt-edit.pl:351 ../tools/virt-edit.pl:356 ../tools/virt-edit.pl:361 ../tools/virt-edit.pl:372 ../tools/virt-edit.pl:376 ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542 ../tools/virt-win-reg.pl:548
811 msgid "*"
812 msgstr ""
813
814 #. type: textblock
815 #: ../src/guestfs.pod:390
816 msgid ""
817 "The kernel version that the command runs under will be different from what "
818 "it expects."
819 msgstr ""
820
821 #. type: textblock
822 #: ../src/guestfs.pod:395
823 msgid ""
824 "If the command needs to communicate with daemons, then most likely they "
825 "won't be running."
826 msgstr ""
827
828 #. type: textblock
829 #: ../src/guestfs.pod:400
830 msgid "The command will be running in limited memory."
831 msgstr ""
832
833 #. type: textblock
834 #: ../src/guestfs.pod:404
835 msgid ""
836 "The network may not be available unless you enable it (see "
837 "L</guestfs_set_network>)."
838 msgstr ""
839
840 #. type: textblock
841 #: ../src/guestfs.pod:409
842 msgid "Only supports Linux guests (not Windows, BSD, etc)."
843 msgstr ""
844
845 #. type: textblock
846 #: ../src/guestfs.pod:413
847 msgid "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
848 msgstr ""
849
850 #. type: textblock
851 #: ../src/guestfs.pod:418
852 msgid ""
853 "For SELinux guests, you may need to enable SELinux and load policy first.  "
854 "See L</SELINUX> in this manpage."
855 msgstr ""
856
857 #. type: textblock
858 #: ../src/guestfs.pod:423
859 msgid ""
860 "I<Security:> It is not safe to run commands from untrusted, possibly "
861 "malicious guests.  These commands may attempt to exploit your program by "
862 "sending unexpected output.  They could also try to exploit the Linux kernel "
863 "or qemu provided by the libguestfs appliance.  They could use the network "
864 "provided by the libguestfs appliance to bypass ordinary network partitions "
865 "and firewalls.  They could use the elevated privileges or different SELinux "
866 "context of your program to their advantage."
867 msgstr ""
868
869 #. type: textblock
870 #: ../src/guestfs.pod:432
871 msgid ""
872 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
873 "(a script which runs when the guest next boots normally), and to have this "
874 "script run the commands you want in the normal context of the running guest, "
875 "network security and so on.  For information about other security issues, "
876 "see L</SECURITY>."
877 msgstr ""
878
879 #. type: textblock
880 #: ../src/guestfs.pod:440
881 msgid ""
882 "The two main API calls to run commands are L</guestfs_command> and "
883 "L</guestfs_sh> (there are also variations)."
884 msgstr ""
885
886 #. type: textblock
887 #: ../src/guestfs.pod:443
888 msgid ""
889 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
890 "shell globs, redirections, etc will work."
891 msgstr ""
892
893 #. type: =head2
894 #: ../src/guestfs.pod:446
895 msgid "CONFIGURATION FILES"
896 msgstr ""
897
898 #. type: textblock
899 #: ../src/guestfs.pod:448
900 msgid ""
901 "To read and write configuration files in Linux guest filesystems, we "
902 "strongly recommend using Augeas.  For example, Augeas understands how to "
903 "read and write, say, a Linux shadow password file or X.org configuration "
904 "file, and so avoids you having to write that code."
905 msgstr ""
906
907 #. type: textblock
908 #: ../src/guestfs.pod:453
909 msgid ""
910 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
911 "document Augeas itself here because there is excellent documentation on the "
912 "L<http://augeas.net/> website."
913 msgstr ""
914
915 #. type: textblock
916 #: ../src/guestfs.pod:457
917 msgid ""
918 "If you don't want to use Augeas (you fool!) then try calling "
919 "L</guestfs_read_lines> to get the file as a list of lines which you can "
920 "iterate over."
921 msgstr ""
922
923 #. type: =head2
924 #: ../src/guestfs.pod:461
925 msgid "SELINUX"
926 msgstr ""
927
928 #. type: textblock
929 #: ../src/guestfs.pod:463
930 msgid ""
931 "We support SELinux guests.  To ensure that labeling happens correctly in "
932 "SELinux guests, you need to enable SELinux and load the guest's policy:"
933 msgstr ""
934
935 #. type: =item
936 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1257 ../src/guestfs.pod:1395 ../src/guestfs.pod:2425
937 msgid "1."
938 msgstr ""
939
940 #. type: textblock
941 #: ../src/guestfs.pod:471
942 msgid "Before launching, do:"
943 msgstr ""
944
945 #. type: verbatim
946 #: ../src/guestfs.pod:473
947 #, no-wrap
948 msgid ""
949 " guestfs_set_selinux (g, 1);\n"
950 "\n"
951 msgstr ""
952
953 #. type: =item
954 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1261 ../src/guestfs.pod:1399 ../src/guestfs.pod:2450
955 msgid "2."
956 msgstr ""
957
958 #. type: textblock
959 #: ../src/guestfs.pod:477
960 msgid ""
961 "After mounting the guest's filesystem(s), load the policy.  This is best "
962 "done by running the L<load_policy(8)> command in the guest itself:"
963 msgstr ""
964
965 #. type: verbatim
966 #: ../src/guestfs.pod:481
967 #, no-wrap
968 msgid ""
969 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
970 "\n"
971 msgstr ""
972
973 #. type: textblock
974 #: ../src/guestfs.pod:483
975 msgid ""
976 "(Older versions of C<load_policy> require you to specify the name of the "
977 "policy file)."
978 msgstr ""
979
980 #. type: =item
981 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1405
982 msgid "3."
983 msgstr ""
984
985 #. type: textblock
986 #: ../src/guestfs.pod:488
987 msgid ""
988 "Optionally, set the security context for the API.  The correct security "
989 "context to use can only be known by inspecting the guest.  As an example:"
990 msgstr ""
991
992 #. type: verbatim
993 #: ../src/guestfs.pod:492
994 #, no-wrap
995 msgid ""
996 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
997 "\n"
998 msgstr ""
999
1000 #. type: textblock
1001 #: ../src/guestfs.pod:496
1002 msgid "This will work for running commands and editing existing files."
1003 msgstr ""
1004
1005 #. type: textblock
1006 #: ../src/guestfs.pod:498
1007 msgid ""
1008 "When new files are created, you may need to label them explicitly, for "
1009 "example by running the external command C<restorecon pathname>."
1010 msgstr ""
1011
1012 #. type: =head2
1013 #: ../src/guestfs.pod:502
1014 msgid "UMASK"
1015 msgstr ""
1016
1017 #. type: textblock
1018 #: ../src/guestfs.pod:504
1019 msgid ""
1020 "Certain calls are affected by the current file mode creation mask (the "
1021 "\"umask\").  In particular ones which create files or directories, such as "
1022 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1023 "either the default mode that the file is created with or modifies the mode "
1024 "that you supply."
1025 msgstr ""
1026
1027 #. type: textblock
1028 #: ../src/guestfs.pod:510
1029 msgid ""
1030 "The default umask is C<022>, so files are created with modes such as C<0644> "
1031 "and directories with C<0755>."
1032 msgstr ""
1033
1034 #. type: textblock
1035 #: ../src/guestfs.pod:513
1036 msgid ""
1037 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1038 "(call C<guestfs_umask (g, 0)> early after launching).  Or call "
1039 "L</guestfs_chmod> after creating each file or directory."
1040 msgstr ""
1041
1042 #. type: textblock
1043 #: ../src/guestfs.pod:517
1044 msgid "For more information about umask, see L<umask(2)>."
1045 msgstr ""
1046
1047 #. type: =head1
1048 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:765
1049 msgid "ENCRYPTED DISKS"
1050 msgstr ""
1051
1052 #. type: textblock
1053 #: ../src/guestfs.pod:521
1054 msgid ""
1055 "Libguestfs allows you to access Linux guests which have been encrypted using "
1056 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1057 "standard.  This includes nearly all whole disk encryption systems used by "
1058 "modern Linux guests."
1059 msgstr ""
1060
1061 #. type: textblock
1062 #: ../src/guestfs.pod:527
1063 msgid ""
1064 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1065 "returns the string C<crypto_LUKS>)."
1066 msgstr ""
1067
1068 #. type: textblock
1069 #: ../src/guestfs.pod:530
1070 msgid ""
1071 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1072 "will require the passphrase!"
1073 msgstr ""
1074
1075 #. type: textblock
1076 #: ../src/guestfs.pod:533
1077 msgid ""
1078 "Opening a LUKS device creates a new device mapper device called "
1079 "C</dev/mapper/mapname> (where C<mapname> is the string you supply to "
1080 "L</guestfs_luks_open>).  Reads and writes to this mapper device are "
1081 "decrypted from and encrypted to the underlying block device respectively."
1082 msgstr ""
1083
1084 #. type: textblock
1085 #: ../src/guestfs.pod:539
1086 msgid ""
1087 "LVM volume groups on the device can be made visible by calling "
1088 "L</guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical "
1089 "volume(s) can now be mounted in the usual way."
1090 msgstr ""
1091
1092 #. type: textblock
1093 #: ../src/guestfs.pod:543
1094 msgid ""
1095 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1096 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1097 "[\"/dev/VG\"])>.  Then close the mapper device by calling "
1098 "L</guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1099 "underlying encrypted block device)."
1100 msgstr ""
1101
1102 #. type: =head2
1103 #: ../src/guestfs.pod:550
1104 msgid "INSPECTION"
1105 msgstr ""
1106
1107 #. type: textblock
1108 #: ../src/guestfs.pod:552
1109 msgid ""
1110 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1111 "contains operating systems, an install CD or a live CD.  (These APIs used to "
1112 "be in a separate Perl-only library called L<Sys::Guestfs::Lib(3)> but since "
1113 "version 1.5.3 the most frequently used part of this library has been "
1114 "rewritten in C and moved into the core code)."
1115 msgstr ""
1116
1117 #. type: textblock
1118 #: ../src/guestfs.pod:559
1119 msgid ""
1120 "Add all disks belonging to the unknown virtual machine and call "
1121 "L</guestfs_launch> in the usual way."
1122 msgstr ""
1123
1124 #. type: textblock
1125 #: ../src/guestfs.pod:562
1126 msgid ""
1127 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1128 "and certain heuristics, and returns a list of operating systems that were "
1129 "found.  An empty list means none were found.  A single element is the root "
1130 "filesystem of the operating system.  For dual- or multi-boot guests, "
1131 "multiple roots can be returned, each one corresponding to a separate "
1132 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1133 "world of virtualization, but since this scenario can happen, we have built "
1134 "libguestfs to deal with it.)"
1135 msgstr ""
1136
1137 #. type: textblock
1138 #: ../src/guestfs.pod:571
1139 msgid ""
1140 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1141 "to get additional details about that operating system.  For example, call "
1142 "L</guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1143 "Windows and Linux-based operating systems respectively."
1144 msgstr ""
1145
1146 #. type: textblock
1147 #: ../src/guestfs.pod:577
1148 msgid ""
1149 "Un*x-like and Linux-based operating systems usually consist of several "
1150 "filesystems which are mounted at boot time (for example, a separate boot "
1151 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1152 "filesystems correspond to mount points.  Call "
1153 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1154 "hash table like this example:"
1155 msgstr ""
1156
1157 #. type: verbatim
1158 #: ../src/guestfs.pod:584
1159 #, no-wrap
1160 msgid ""
1161 " /boot => /dev/sda1\n"
1162 " /     => /dev/vg_guest/lv_root\n"
1163 " /usr  => /dev/vg_guest/lv_usr\n"
1164 "\n"
1165 msgstr ""
1166
1167 #. type: textblock
1168 #: ../src/guestfs.pod:588
1169 msgid ""
1170 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1171 "filesystems as suggested."
1172 msgstr ""
1173
1174 #. type: textblock
1175 #: ../src/guestfs.pod:591
1176 msgid ""
1177 "Be careful to mount filesystems in the right order (eg. C</> before "
1178 "C</usr>).  Sorting the keys of the hash by length, shortest first, should "
1179 "work."
1180 msgstr ""
1181
1182 #. type: textblock
1183 #: ../src/guestfs.pod:595
1184 msgid ""
1185 "Inspection currently only works for some common operating systems.  "
1186 "Contributors are welcome to send patches for other operating systems that we "
1187 "currently cannot detect."
1188 msgstr ""
1189
1190 #. type: textblock
1191 #: ../src/guestfs.pod:599
1192 msgid ""
1193 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1194 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1195 "encrypted devices."
1196 msgstr ""
1197
1198 #. type: textblock
1199 #: ../src/guestfs.pod:603
1200 msgid ""
1201 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1202 "inspection and caches the results in the guest handle.  Subsequent calls to "
1203 "C<guestfs_inspect_get_*> return this cached information, but I<do not> "
1204 "re-read the disks.  If you change the content of the guest disks, you can "
1205 "redo inspection by calling L</guestfs_inspect_os> again.  "
1206 "(L</guestfs_inspect_list_applications> works a little differently from the "
1207 "other calls and does read the disks.  See documentation for that function "
1208 "for details)."
1209 msgstr ""
1210
1211 #. type: =head3
1212 #: ../src/guestfs.pod:612
1213 msgid "INSPECTING INSTALL DISKS"
1214 msgstr ""
1215
1216 #. type: textblock
1217 #: ../src/guestfs.pod:614
1218 msgid ""
1219 "Libguestfs (since 1.9.4) can detect some install disks, install CDs, live "
1220 "CDs and more."
1221 msgstr ""
1222
1223 #. type: textblock
1224 #: ../src/guestfs.pod:617
1225 msgid ""
1226 "Call L</guestfs_inspect_get_format> to return the format of the operating "
1227 "system, which currently can be C<installed> (a regular operating system) or "
1228 "C<installer> (some sort of install disk)."
1229 msgstr ""
1230
1231 #. type: textblock
1232 #: ../src/guestfs.pod:621
1233 msgid ""
1234 "Further information is available about the operating system that can be "
1235 "installed using the regular inspection APIs like "
1236 "L</guestfs_inspect_get_product_name>, L</guestfs_inspect_get_major_version> "
1237 "etc."
1238 msgstr ""
1239
1240 #. type: textblock
1241 #: ../src/guestfs.pod:626
1242 msgid ""
1243 "Some additional information specific to installer disks is also available "
1244 "from the L</guestfs_inspect_is_live>, L</guestfs_inspect_is_netinst> and "
1245 "L</guestfs_inspect_is_multipart> calls."
1246 msgstr ""
1247
1248 #. type: =head2
1249 #: ../src/guestfs.pod:631
1250 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1251 msgstr ""
1252
1253 #. type: textblock
1254 #: ../src/guestfs.pod:633
1255 msgid ""
1256 "Libguestfs can mount NTFS partitions.  It does this using the "
1257 "L<http://www.ntfs-3g.org/> driver."
1258 msgstr ""
1259
1260 #. type: =head3
1261 #: ../src/guestfs.pod:636
1262 msgid "DRIVE LETTERS AND PATHS"
1263 msgstr ""
1264
1265 #. type: textblock
1266 #: ../src/guestfs.pod:638
1267 msgid ""
1268 "DOS and Windows still use drive letters, and the filesystems are always "
1269 "treated as case insensitive by Windows itself, and therefore you might find "
1270 "a Windows configuration file referring to a path like "
1271 "C<c:\\windows\\system32>.  When the filesystem is mounted in libguestfs, "
1272 "that directory might be referred to as C</WINDOWS/System32>."
1273 msgstr ""
1274
1275 #. type: textblock
1276 #: ../src/guestfs.pod:644
1277 msgid ""
1278 "Drive letter mappings can be found using inspection (see L</INSPECTION> and "
1279 "L</guestfs_inspect_get_drive_mappings>)"
1280 msgstr ""
1281
1282 #. type: textblock
1283 #: ../src/guestfs.pod:647
1284 msgid ""
1285 "Dealing with separator characters (backslash vs forward slash) is outside "
1286 "the scope of libguestfs, but usually a simple character replacement will "
1287 "work."
1288 msgstr ""
1289
1290 #. type: textblock
1291 #: ../src/guestfs.pod:651
1292 msgid ""
1293 "To resolve the case insensitivity of paths, call "
1294 "L</guestfs_case_sensitive_path>."
1295 msgstr ""
1296
1297 #. type: =head3
1298 #: ../src/guestfs.pod:654
1299 msgid "ACCESSING THE WINDOWS REGISTRY"
1300 msgstr ""
1301
1302 #. type: textblock
1303 #: ../src/guestfs.pod:656
1304 msgid ""
1305 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1306 "files, through the library C<hivex> which is part of the libguestfs project "
1307 "although ships as a separate tarball.  You have to locate and download the "
1308 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1309 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and "
1310 "L<virt-win-reg(1)> for more help on this issue."
1311 msgstr ""
1312
1313 #. type: =head3
1314 #: ../src/guestfs.pod:664
1315 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1316 msgstr ""
1317
1318 #. type: textblock
1319 #: ../src/guestfs.pod:666
1320 msgid ""
1321 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1322 "provide something which looks like a Linux symlink.  The way it tries to do "
1323 "the rewriting is described here:"
1324 msgstr ""
1325
1326 #. type: textblock
1327 #: ../src/guestfs.pod:670
1328 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-symbolic-links/>"
1329 msgstr ""
1330
1331 #. type: textblock
1332 #: ../src/guestfs.pod:672
1333 msgid ""
1334 "The essential problem is that ntfs-3g simply does not have enough "
1335 "information to do a correct job.  NTFS links can contain drive letters and "
1336 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1337 "It is almost certainly the case that libguestfs callers should ignore what "
1338 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1339 msgstr ""
1340
1341 #. type: textblock
1342 #: ../src/guestfs.pod:679
1343 msgid ""
1344 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use "
1345 "L</guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1346 "attribute, and read the raw reparse data from that (you can find the format "
1347 "documented in various places around the web)."
1348 msgstr ""
1349
1350 #. type: =head3
1351 #: ../src/guestfs.pod:684
1352 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1353 msgstr ""
1354
1355 #. type: textblock
1356 #: ../src/guestfs.pod:686
1357 msgid ""
1358 "There are other useful extended attributes that can be read from ntfs-3g "
1359 "filesystems (using L</guestfs_getxattr>).  See:"
1360 msgstr ""
1361
1362 #. type: textblock
1363 #: ../src/guestfs.pod:689
1364 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1365 msgstr ""
1366
1367 #. type: =head2
1368 #: ../src/guestfs.pod:691
1369 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1370 msgstr ""
1371
1372 #. type: textblock
1373 #: ../src/guestfs.pod:693
1374 msgid ""
1375 "Although we don't want to discourage you from using the C API, we will "
1376 "mention here that the same API is also available in other languages."
1377 msgstr ""
1378
1379 #. type: textblock
1380 #: ../src/guestfs.pod:696
1381 msgid ""
1382 "The API is broadly identical in all supported languages.  This means that "
1383 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1384 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1385 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1386 "each language."
1387 msgstr ""
1388
1389 #. type: textblock
1390 #: ../src/guestfs.pod:702
1391 msgid ""
1392 "Error messages are automatically transformed into exceptions if the language "
1393 "supports it."
1394 msgstr ""
1395
1396 #. type: textblock
1397 #: ../src/guestfs.pod:705
1398 msgid ""
1399 "We don't try to \"object orientify\" parts of the API in OO languages, "
1400 "although contributors are welcome to write higher level APIs above what we "
1401 "provide in their favourite languages if they wish."
1402 msgstr ""
1403
1404 #. type: =item
1405 #: ../src/guestfs.pod:711
1406 msgid "B<C++>"
1407 msgstr ""
1408
1409 #. type: textblock
1410 #: ../src/guestfs.pod:713
1411 msgid ""
1412 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1413 "identical to the C API.  C++ classes and exceptions are not used."
1414 msgstr ""
1415
1416 #. type: =item
1417 #: ../src/guestfs.pod:717
1418 msgid "B<C#>"
1419 msgstr ""
1420
1421 #. type: textblock
1422 #: ../src/guestfs.pod:719
1423 msgid ""
1424 "The C# bindings are highly experimental.  Please read the warnings at the "
1425 "top of C<csharp/Libguestfs.cs>."
1426 msgstr ""
1427
1428 #. type: =item
1429 #: ../src/guestfs.pod:722
1430 msgid "B<Haskell>"
1431 msgstr ""
1432
1433 #. type: textblock
1434 #: ../src/guestfs.pod:724
1435 msgid ""
1436 "This is the only language binding that is working but incomplete.  Only "
1437 "calls which return simple integers have been bound in Haskell, and we are "
1438 "looking for help to complete this binding."
1439 msgstr ""
1440
1441 #. type: =item
1442 #: ../src/guestfs.pod:728
1443 msgid "B<Java>"
1444 msgstr ""
1445
1446 #. type: textblock
1447 #: ../src/guestfs.pod:730
1448 msgid ""
1449 "Full documentation is contained in the Javadoc which is distributed with "
1450 "libguestfs."
1451 msgstr ""
1452
1453 #. type: =item
1454 #: ../src/guestfs.pod:733
1455 msgid "B<OCaml>"
1456 msgstr ""
1457
1458 #. type: textblock
1459 #: ../src/guestfs.pod:735
1460 msgid "See L<guestfs-ocaml(3)>."
1461 msgstr ""
1462
1463 #. type: =item
1464 #: ../src/guestfs.pod:737
1465 msgid "B<Perl>"
1466 msgstr ""
1467
1468 #. type: textblock
1469 #: ../src/guestfs.pod:739
1470 msgid "See L<guestfs-perl(3)> and L<Sys::Guestfs(3)>."
1471 msgstr ""
1472
1473 #. type: =item
1474 #: ../src/guestfs.pod:741
1475 msgid "B<PHP>"
1476 msgstr ""
1477
1478 #. type: textblock
1479 #: ../src/guestfs.pod:743
1480 msgid ""
1481 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1482 "the php-libguestfs package for your distribution."
1483 msgstr ""
1484
1485 #. type: textblock
1486 #: ../src/guestfs.pod:746
1487 msgid "The PHP binding only works correctly on 64 bit machines."
1488 msgstr ""
1489
1490 #. type: =item
1491 #: ../src/guestfs.pod:748
1492 msgid "B<Python>"
1493 msgstr ""
1494
1495 #. type: textblock
1496 #: ../src/guestfs.pod:750
1497 msgid "See L<guestfs-python(3)>."
1498 msgstr ""
1499
1500 #. type: =item
1501 #: ../src/guestfs.pod:752
1502 msgid "B<Ruby>"
1503 msgstr ""
1504
1505 #. type: textblock
1506 #: ../src/guestfs.pod:754
1507 msgid "See L<guestfs-ruby(3)>."
1508 msgstr ""
1509
1510 #. type: =item
1511 #: ../src/guestfs.pod:756
1512 msgid "B<shell scripts>"
1513 msgstr ""
1514
1515 #. type: textblock
1516 #: ../src/guestfs.pod:758
1517 msgid "See L<guestfish(1)>."
1518 msgstr ""
1519
1520 #. type: =head2
1521 #: ../src/guestfs.pod:762
1522 msgid "LIBGUESTFS GOTCHAS"
1523 msgstr ""
1524
1525 #. type: textblock
1526 #: ../src/guestfs.pod:764
1527 msgid ""
1528 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1529 "system [...] that works in the way it is documented but is counterintuitive "
1530 "and almost invites mistakes.\""
1531 msgstr ""
1532
1533 #. type: textblock
1534 #: ../src/guestfs.pod:768
1535 msgid ""
1536 "Since we developed libguestfs and the associated tools, there are several "
1537 "things we would have designed differently, but are now stuck with for "
1538 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1539 "release, you can expect these to change.  Beware of them."
1540 msgstr ""
1541
1542 #. type: =item
1543 #: ../src/guestfs.pod:776
1544 msgid "Autosync / forgetting to sync."
1545 msgstr ""
1546
1547 #. type: textblock
1548 #: ../src/guestfs.pod:778
1549 msgid ""
1550 "I<Update:> Autosync is enabled by default for all API users starting from "
1551 "libguestfs 1.5.24.  This section only applies to older versions."
1552 msgstr ""
1553
1554 #. type: textblock
1555 #: ../src/guestfs.pod:781
1556 msgid ""
1557 "When modifying a filesystem from C or another language, you B<must> unmount "
1558 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1559 "libguestfs handle.  You can also call:"
1560 msgstr ""
1561
1562 #. type: verbatim
1563 #: ../src/guestfs.pod:785
1564 #, no-wrap
1565 msgid ""
1566 " guestfs_set_autosync (g, 1);\n"
1567 "\n"
1568 msgstr ""
1569
1570 #. type: textblock
1571 #: ../src/guestfs.pod:787
1572 msgid ""
1573 "to have the unmount/sync done automatically for you when the handle 'g' is "
1574 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> "
1575 "q.v.)"
1576 msgstr ""
1577
1578 #. type: textblock
1579 #: ../src/guestfs.pod:791
1580 msgid ""
1581 "If you forget to do this, then it is entirely possible that your changes "
1582 "won't be written out, or will be partially written, or (very rarely) that "
1583 "you'll get disk corruption."
1584 msgstr ""
1585
1586 #. type: textblock
1587 #: ../src/guestfs.pod:795
1588 msgid ""
1589 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1590 "guestfish scripts that forget to sync will work just fine, which can make "
1591 "this very puzzling if you are trying to debug a problem."
1592 msgstr ""
1593
1594 #. type: =item
1595 #: ../src/guestfs.pod:799
1596 msgid "Mount option C<-o sync> should not be the default."
1597 msgstr ""
1598
1599 #. type: textblock
1600 #: ../src/guestfs.pod:801
1601 msgid ""
1602 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1603 "However C<-o sync> does not add any reliability benefit, but does have a "
1604 "very large performance impact."
1605 msgstr ""
1606
1607 #. type: textblock
1608 #: ../src/guestfs.pod:805
1609 msgid ""
1610 "The work around is to use L</guestfs_mount_options> and set the mount "
1611 "options that you actually want to use."
1612 msgstr ""
1613
1614 #. type: =item
1615 #: ../src/guestfs.pod:808
1616 msgid "Read-only should be the default."
1617 msgstr ""
1618
1619 #. type: textblock
1620 #: ../src/guestfs.pod:810
1621 msgid ""
1622 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1623 "specify I<--rw> if you want to make changes to the image."
1624 msgstr ""
1625
1626 #. type: textblock
1627 #: ../src/guestfs.pod:813
1628 msgid "This would reduce the potential to corrupt live VM images."
1629 msgstr ""
1630
1631 #. type: textblock
1632 #: ../src/guestfs.pod:815
1633 msgid ""
1634 "Note that many filesystems change the disk when you just mount and unmount, "
1635 "even if you didn't perform any writes.  You need to use "
1636 "L</guestfs_add_drive_ro> to guarantee that the disk is not changed."
1637 msgstr ""
1638
1639 #. type: =item
1640 #: ../src/guestfs.pod:819
1641 msgid "guestfish command line is hard to use."
1642 msgstr ""
1643
1644 #. type: textblock
1645 #: ../src/guestfs.pod:821
1646 msgid ""
1647 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1648 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1649 "exist, so it fails.  In earlier versions of guestfish the error message was "
1650 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1651 "we should have used C<guestfish -c command> to run commands."
1652 msgstr ""
1653
1654 #. type: =item
1655 #: ../src/guestfs.pod:828
1656 msgid "guestfish megabyte modifiers don't work right on all commands"
1657 msgstr ""
1658
1659 #. type: textblock
1660 #: ../src/guestfs.pod:830
1661 msgid ""
1662 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1663 "other modifiers).  What guestfish actually does is to multiply the number "
1664 "part by the modifier part and pass the result to the C API.  However this "
1665 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1666 "expecting some other unit (eg. megabytes)."
1667 msgstr ""
1668
1669 #. type: textblock
1670 #: ../src/guestfs.pod:837
1671 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1672 msgstr ""
1673
1674 #. type: verbatim
1675 #: ../src/guestfs.pod:839
1676 #, no-wrap
1677 msgid ""
1678 " lvcreate LV VG 100M\n"
1679 "\n"
1680 msgstr ""
1681
1682 #. type: textblock
1683 #: ../src/guestfs.pod:841
1684 msgid ""
1685 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1686 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1687 "megabytes * megabytes) logical volume.  The error message you get from this "
1688 "is also a little obscure."
1689 msgstr ""
1690
1691 #. type: textblock
1692 #: ../src/guestfs.pod:846
1693 msgid ""
1694 "This could be fixed in the generator by specially marking parameters and "
1695 "return values which take bytes or other units."
1696 msgstr ""
1697
1698 #. type: =item
1699 #: ../src/guestfs.pod:849
1700 msgid "Ambiguity between devices and paths"
1701 msgstr ""
1702
1703 #. type: textblock
1704 #: ../src/guestfs.pod:851
1705 msgid ""
1706 "There is a subtle ambiguity in the API between a device name "
1707 "(eg. C</dev/sdb2>) and a similar pathname.  A file might just happen to be "
1708 "called C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1709 msgstr ""
1710
1711 #. type: textblock
1712 #: ../src/guestfs.pod:856
1713 msgid ""
1714 "In the current API we usually resolve this ambiguity by having two separate "
1715 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1716 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1717 "detecting if the path supplied begins with C</dev/>."
1718 msgstr ""
1719
1720 #. type: textblock
1721 #: ../src/guestfs.pod:862
1722 msgid ""
1723 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1724 "make paths/devices into structured names.  One way to do this would be to "
1725 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1726 "aspect of grub.  Another way would be to use a structured type, equivalent "
1727 "to this OCaml type:"
1728 msgstr ""
1729
1730 #. type: verbatim
1731 #: ../src/guestfs.pod:868
1732 #, no-wrap
1733 msgid ""
1734 " type path = Path of string | Device of int | Partition of int * int\n"
1735 "\n"
1736 msgstr ""
1737
1738 #. type: textblock
1739 #: ../src/guestfs.pod:870
1740 msgid "which would allow you to pass arguments like:"
1741 msgstr ""
1742
1743 #. type: verbatim
1744 #: ../src/guestfs.pod:872
1745 #, no-wrap
1746 msgid ""
1747 " Path \"/foo/bar\"\n"
1748 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1749 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1750 " Path \"/dev/sdb2\"    (* not a device *)\n"
1751 "\n"
1752 msgstr ""
1753
1754 #. type: textblock
1755 #: ../src/guestfs.pod:877
1756 msgid ""
1757 "As you can see there are still problems to resolve even with this "
1758 "representation.  Also consider how it might work in guestfish."
1759 msgstr ""
1760
1761 #. type: =head2
1762 #: ../src/guestfs.pod:882
1763 msgid "KEYS AND PASSPHRASES"
1764 msgstr ""
1765
1766 #. type: textblock
1767 #: ../src/guestfs.pod:884
1768 msgid ""
1769 "Certain libguestfs calls take a parameter that contains sensitive key "
1770 "material, passed in as a C string."
1771 msgstr ""
1772
1773 #. type: textblock
1774 #: ../src/guestfs.pod:887
1775 msgid ""
1776 "In the future we would hope to change the libguestfs implementation so that "
1777 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1778 "swap.  However this is I<not> done at the moment, because of the complexity "
1779 "of such an implementation."
1780 msgstr ""
1781
1782 #. type: textblock
1783 #: ../src/guestfs.pod:892
1784 msgid ""
1785 "Therefore you should be aware that any key parameter you pass to libguestfs "
1786 "might end up being written out to the swap partition.  If this is a concern, "
1787 "scrub the swap partition or don't use libguestfs on encrypted devices."
1788 msgstr ""
1789
1790 #. type: =head2
1791 #: ../src/guestfs.pod:897
1792 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1793 msgstr ""
1794
1795 #. type: textblock
1796 #: ../src/guestfs.pod:899
1797 msgid ""
1798 "All high-level libguestfs actions are synchronous.  If you want to use "
1799 "libguestfs asynchronously then you must create a thread."
1800 msgstr ""
1801
1802 #. type: textblock
1803 #: ../src/guestfs.pod:902
1804 msgid ""
1805 "Only use the handle from a single thread.  Either use the handle exclusively "
1806 "from one thread, or provide your own mutex so that two threads cannot issue "
1807 "calls on the same handle at the same time."
1808 msgstr ""
1809
1810 #. type: textblock
1811 #: ../src/guestfs.pod:906
1812 msgid ""
1813 "See the graphical program guestfs-browser for one possible architecture for "
1814 "multithreaded programs using libvirt and libguestfs."
1815 msgstr ""
1816
1817 #. type: =head2
1818 #: ../src/guestfs.pod:909
1819 msgid "PATH"
1820 msgstr ""
1821
1822 #. type: textblock
1823 #: ../src/guestfs.pod:911
1824 msgid ""
1825 "Libguestfs needs a supermin appliance, which it finds by looking along an "
1826 "internal path."
1827 msgstr ""
1828
1829 #. type: textblock
1830 #: ../src/guestfs.pod:914
1831 msgid ""
1832 "By default it looks for these in the directory C<$libdir/guestfs> "
1833 "(eg. C</usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1834 msgstr ""
1835
1836 #. type: textblock
1837 #: ../src/guestfs.pod:917
1838 msgid ""
1839 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1840 "to change the directories that libguestfs will search in.  The value is a "
1841 "colon-separated list of paths.  The current directory is I<not> searched "
1842 "unless the path contains an empty element or C<.>.  For example "
1843 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1844 "then C</usr/lib/guestfs>."
1845 msgstr ""
1846
1847 #. type: =head2
1848 #: ../src/guestfs.pod:924
1849 msgid "QEMU WRAPPERS"
1850 msgstr ""
1851
1852 #. type: textblock
1853 #: ../src/guestfs.pod:926
1854 msgid ""
1855 "If you want to compile your own qemu, run qemu from a non-standard location, "
1856 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1857 "around qemu."
1858 msgstr ""
1859
1860 #. type: textblock
1861 #: ../src/guestfs.pod:930
1862 msgid ""
1863 "There is one important rule to remember: you I<must C<exec qemu>> as the "
1864 "last command in the shell script (so that qemu replaces the shell and "
1865 "becomes the direct child of the libguestfs-using program).  If you don't do "
1866 "this, then the qemu process won't be cleaned up correctly."
1867 msgstr ""
1868
1869 #. type: textblock
1870 #: ../src/guestfs.pod:935
1871 msgid ""
1872 "Here is an example of a wrapper, where I have built my own copy of qemu from "
1873 "source:"
1874 msgstr ""
1875
1876 #. type: verbatim
1877 #: ../src/guestfs.pod:938
1878 #, no-wrap
1879 msgid ""
1880 " #!/bin/sh -\n"
1881 " qemudir=/home/rjones/d/qemu\n"
1882 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios "
1883 "\"$@\"\n"
1884 "\n"
1885 msgstr ""
1886
1887 #. type: textblock
1888 #: ../src/guestfs.pod:942
1889 msgid ""
1890 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
1891 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
1892 "example:"
1893 msgstr ""
1894
1895 #. type: verbatim
1896 #: ../src/guestfs.pod:946
1897 #, no-wrap
1898 msgid ""
1899 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
1900 "\n"
1901 msgstr ""
1902
1903 #. type: textblock
1904 #: ../src/guestfs.pod:948
1905 msgid ""
1906 "Note that libguestfs also calls qemu with the -help and -version options in "
1907 "order to determine features."
1908 msgstr ""
1909
1910 #. type: =head2
1911 #: ../src/guestfs.pod:951
1912 msgid "ATTACHING TO RUNNING DAEMONS"
1913 msgstr ""
1914
1915 #. type: textblock
1916 #: ../src/guestfs.pod:953
1917 msgid ""
1918 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
1919 "babies.  Use with caution."
1920 msgstr ""
1921
1922 #. type: textblock
1923 #: ../src/guestfs.pod:956
1924 msgid ""
1925 "I<Note (2):> This section explains how to attach to a running daemon from a "
1926 "low level perspective.  For most users, simply using virt tools such as "
1927 "L<guestfish(1)> with the I<--live> option will \"just work\"."
1928 msgstr ""
1929
1930 #. type: =head3
1931 #: ../src/guestfs.pod:960
1932 msgid "Using guestfs_set_attach_method"
1933 msgstr ""
1934
1935 #. type: textblock
1936 #: ../src/guestfs.pod:962
1937 msgid ""
1938 "By calling L</guestfs_set_attach_method> you can change how the library "
1939 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read "
1940 "L</ARCHITECTURE> for some background)."
1941 msgstr ""
1942
1943 #. type: textblock
1944 #: ../src/guestfs.pod:966
1945 msgid ""
1946 "The normal attach method is C<appliance>, where a small appliance is created "
1947 "containing the daemon, and then the library connects to this."
1948 msgstr ""
1949
1950 #. type: textblock
1951 #: ../src/guestfs.pod:969
1952 msgid ""
1953 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
1954 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
1955 "daemon over the Unix domain socket."
1956 msgstr ""
1957
1958 #. type: textblock
1959 #: ../src/guestfs.pod:973
1960 msgid ""
1961 "The normal use for this is to connect to a running virtual machine that "
1962 "contains a C<guestfsd> daemon, and send commands so you can read and write "
1963 "files inside the live virtual machine."
1964 msgstr ""
1965
1966 #. type: =head3
1967 #: ../src/guestfs.pod:977
1968 msgid "Using guestfs_add_domain with live flag"
1969 msgstr ""
1970
1971 #. type: textblock
1972 #: ../src/guestfs.pod:979
1973 msgid ""
1974 "L</guestfs_add_domain> provides some help for getting the correct attach "
1975 "method.  If you pass the C<live> option to this function, then (if the "
1976 "virtual machine is running) it will examine the libvirt XML looking for a "
1977 "virtio-serial channel to connect to:"
1978 msgstr ""
1979
1980 #. type: verbatim
1981 #: ../src/guestfs.pod:985
1982 #, no-wrap
1983 msgid ""
1984 " <domain>\n"
1985 "   ...\n"
1986 "   <devices>\n"
1987 "     ...\n"
1988 "     <channel type='unix'>\n"
1989 "       <source mode='bind' path='/path/to/socket'/>\n"
1990 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
1991 "     </channel>\n"
1992 "     ...\n"
1993 "   </devices>\n"
1994 " </domain>\n"
1995 "\n"
1996 msgstr ""
1997
1998 #. type: textblock
1999 #: ../src/guestfs.pod:997
2000 msgid ""
2001 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
2002 "method to C<unix:/path/to/socket>."
2003 msgstr ""
2004
2005 #. type: textblock
2006 #: ../src/guestfs.pod:1000
2007 msgid ""
2008 "Some of the libguestfs tools (including guestfish) support a I<--live> "
2009 "option which is passed through to L</guestfs_add_domain> thus allowing you "
2010 "to attach to and modify live virtual machines."
2011 msgstr ""
2012
2013 #. type: textblock
2014 #: ../src/guestfs.pod:1004
2015 msgid ""
2016 "The virtual machine needs to have been set up beforehand so that it has the "
2017 "virtio-serial channel and so that guestfsd is running inside it."
2018 msgstr ""
2019
2020 #. type: =head2
2021 #: ../src/guestfs.pod:1008
2022 msgid "ABI GUARANTEE"
2023 msgstr ""
2024
2025 #. type: textblock
2026 #: ../src/guestfs.pod:1010
2027 msgid ""
2028 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2029 "actions as outlined in this section.  Although we will deprecate some "
2030 "actions, for example if they get replaced by newer calls, we will keep the "
2031 "old actions forever.  This allows you the developer to program in confidence "
2032 "against the libguestfs API."
2033 msgstr ""
2034
2035 #. type: =head2
2036 #: ../src/guestfs.pod:1016
2037 msgid "BLOCK DEVICE NAMING"
2038 msgstr ""
2039
2040 #. type: textblock
2041 #: ../src/guestfs.pod:1018
2042 msgid ""
2043 "In the kernel there is now quite a profusion of schemata for naming block "
2044 "devices (in this context, by I<block device> I mean a physical or virtual "
2045 "hard drive).  The original Linux IDE driver used names starting with "
2046 "C</dev/hd*>.  SCSI devices have historically used a different naming scheme, "
2047 "C</dev/sd*>.  When the Linux kernel I<libata> driver became a popular "
2048 "replacement for the old IDE driver (particularly for SATA devices) those "
2049 "devices also used the C</dev/sd*> scheme.  Additionally we now have virtual "
2050 "machines with paravirtualized drivers.  This has created several different "
2051 "naming systems, such as C</dev/vd*> for virtio disks and C</dev/xvd*> for "
2052 "Xen PV disks."
2053 msgstr ""
2054
2055 #. type: textblock
2056 #: ../src/guestfs.pod:1030
2057 msgid ""
2058 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2059 "Linux kernel to access block devices.  We can run a variety of appliances "
2060 "based on a variety of Linux kernels."
2061 msgstr ""
2062
2063 #. type: textblock
2064 #: ../src/guestfs.pod:1034
2065 msgid ""
2066 "This causes a problem for libguestfs because many API calls use device or "
2067 "partition names.  Working scripts and the recipe (example) scripts that we "
2068 "make available over the internet could fail if the naming scheme changes."
2069 msgstr ""
2070
2071 #. type: textblock
2072 #: ../src/guestfs.pod:1039
2073 msgid ""
2074 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2075 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2076 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2077 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2078 msgstr ""
2079
2080 #. type: textblock
2081 #: ../src/guestfs.pod:1045
2082 msgid ""
2083 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2084 "L</guestfs_list_partitions> and similar calls return the true names of the "
2085 "devices and partitions as known to the appliance."
2086 msgstr ""
2087
2088 #. type: =head3
2089 #: ../src/guestfs.pod:1050
2090 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2091 msgstr ""
2092
2093 #. type: textblock
2094 #: ../src/guestfs.pod:1052
2095 msgid ""
2096 "Usually this translation is transparent.  However in some (very rare)  cases "
2097 "you may need to know the exact algorithm.  Such cases include where you use "
2098 "L</guestfs_config> to add a mixture of virtio and IDE devices to the "
2099 "qemu-based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> "
2100 "devices."
2101 msgstr ""
2102
2103 #. type: textblock
2104 #: ../src/guestfs.pod:1058
2105 msgid ""
2106 "The algorithm is applied only to I<parameters> which are known to be either "
2107 "device or partition names.  Return values from functions such as "
2108 "L</guestfs_list_devices> are never changed."
2109 msgstr ""
2110
2111 #. type: textblock
2112 #: ../src/guestfs.pod:1066
2113 msgid "Is the string a parameter which is a device or partition name?"
2114 msgstr ""
2115
2116 #. type: textblock
2117 #: ../src/guestfs.pod:1070
2118 msgid "Does the string begin with C</dev/sd>?"
2119 msgstr ""
2120
2121 #. type: textblock
2122 #: ../src/guestfs.pod:1074
2123 msgid ""
2124 "Does the named device exist? If so, we use that device.  However if I<not> "
2125 "then we continue with this algorithm."
2126 msgstr ""
2127
2128 #. type: textblock
2129 #: ../src/guestfs.pod:1079
2130 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2131 msgstr ""
2132
2133 #. type: textblock
2134 #: ../src/guestfs.pod:1081
2135 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2136 msgstr ""
2137
2138 #. type: textblock
2139 #: ../src/guestfs.pod:1083
2140 msgid "If that named device exists, use it.  If not, continue."
2141 msgstr ""
2142
2143 #. type: textblock
2144 #: ../src/guestfs.pod:1087
2145 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2146 msgstr ""
2147
2148 #. type: textblock
2149 #: ../src/guestfs.pod:1089
2150 msgid "If that named device exists, use it.  If not, return an error."
2151 msgstr ""
2152
2153 #. type: =head3
2154 #: ../src/guestfs.pod:1093
2155 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2156 msgstr ""
2157
2158 #. type: textblock
2159 #: ../src/guestfs.pod:1095
2160 msgid ""
2161 "Although the standard naming scheme and automatic translation is useful for "
2162 "simple programs and guestfish scripts, for larger programs it is best not to "
2163 "rely on this mechanism."
2164 msgstr ""
2165
2166 #. type: textblock
2167 #: ../src/guestfs.pod:1099
2168 msgid ""
2169 "Where possible for maximum future portability programs using libguestfs "
2170 "should use these future-proof techniques:"
2171 msgstr ""
2172
2173 #. type: textblock
2174 #: ../src/guestfs.pod:1106
2175 msgid ""
2176 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2177 "device names, and then use those names directly."
2178 msgstr ""
2179
2180 #. type: textblock
2181 #: ../src/guestfs.pod:1109
2182 msgid "Since those device names exist by definition, they will never be translated."
2183 msgstr ""
2184
2185 #. type: textblock
2186 #: ../src/guestfs.pod:1114
2187 msgid ""
2188 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2189 "filesystem labels."
2190 msgstr ""
2191
2192 #. type: =head1
2193 #: ../src/guestfs.pod:1119
2194 msgid "SECURITY"
2195 msgstr ""
2196
2197 #. type: textblock
2198 #: ../src/guestfs.pod:1121
2199 msgid ""
2200 "This section discusses security implications of using libguestfs, "
2201 "particularly with untrusted or malicious guests or disk images."
2202 msgstr ""
2203
2204 #. type: =head2
2205 #: ../src/guestfs.pod:1124
2206 msgid "GENERAL SECURITY CONSIDERATIONS"
2207 msgstr ""
2208
2209 #. type: textblock
2210 #: ../src/guestfs.pod:1126
2211 msgid ""
2212 "Be careful with any files or data that you download from a guest (by "
2213 "\"download\" we mean not just the L</guestfs_download> command but any "
2214 "command that reads files, filenames, directories or anything else from a "
2215 "disk image).  An attacker could manipulate the data to fool your program "
2216 "into doing the wrong thing.  Consider cases such as:"
2217 msgstr ""
2218
2219 #. type: textblock
2220 #: ../src/guestfs.pod:1136
2221 msgid "the data (file etc) not being present"
2222 msgstr ""
2223
2224 #. type: textblock
2225 #: ../src/guestfs.pod:1140
2226 msgid "being present but empty"
2227 msgstr ""
2228
2229 #. type: textblock
2230 #: ../src/guestfs.pod:1144
2231 msgid "being much larger than normal"
2232 msgstr ""
2233
2234 #. type: textblock
2235 #: ../src/guestfs.pod:1148
2236 msgid "containing arbitrary 8 bit data"
2237 msgstr ""
2238
2239 #. type: textblock
2240 #: ../src/guestfs.pod:1152
2241 msgid "being in an unexpected character encoding"
2242 msgstr ""
2243
2244 #. type: textblock
2245 #: ../src/guestfs.pod:1156
2246 msgid "containing homoglyphs."
2247 msgstr ""
2248
2249 #. type: =head2
2250 #: ../src/guestfs.pod:1160
2251 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2252 msgstr ""
2253
2254 #. type: textblock
2255 #: ../src/guestfs.pod:1162
2256 msgid ""
2257 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2258 "(VFS) module can sometimes be escalated into exploits by deliberately "
2259 "creating a malicious, malformed filesystem.  These exploits are very severe "
2260 "for two reasons.  Firstly there are very many filesystem drivers in the "
2261 "kernel, and many of them are infrequently used and not much developer "
2262 "attention has been paid to the code.  Linux userspace helps potential "
2263 "crackers by detecting the filesystem type and automatically choosing the "
2264 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2265 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2266 "exploit (worse in some ways), giving immediate and total access to the "
2267 "system right down to the hardware level."
2268 msgstr ""
2269
2270 #. type: textblock
2271 #: ../src/guestfs.pod:1175
2272 msgid ""
2273 "That explains why you should never mount a filesystem from an untrusted "
2274 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2275 "inside a qemu virtual machine, usually running as a non-root user.  The "
2276 "attacker would need to write a filesystem which first exploited the kernel, "
2277 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2278 "the libguestfs protocol, and finally to be as serious as the host kernel "
2279 "exploit it would need to escalate its privileges to root.  This multi-step "
2280 "escalation, performed by a static piece of data, is thought to be extremely "
2281 "hard to do, although we never say 'never' about security issues."
2282 msgstr ""
2283
2284 #. type: textblock
2285 #: ../src/guestfs.pod:1186
2286 msgid ""
2287 "In any case callers can reduce the attack surface by forcing the filesystem "
2288 "type when mounting (use L</guestfs_mount_vfs>)."
2289 msgstr ""
2290
2291 #. type: =head2
2292 #: ../src/guestfs.pod:1189
2293 msgid "PROTOCOL SECURITY"
2294 msgstr ""
2295
2296 #. type: textblock
2297 #: ../src/guestfs.pod:1191
2298 msgid ""
2299 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2300 "defined upper message size.  However a program that uses libguestfs must "
2301 "also take care - for example you can write a program that downloads a binary "
2302 "from a disk image and executes it locally, and no amount of protocol "
2303 "security will save you from the consequences."
2304 msgstr ""
2305
2306 #. type: =head2
2307 #: ../src/guestfs.pod:1197
2308 msgid "INSPECTION SECURITY"
2309 msgstr ""
2310
2311 #. type: textblock
2312 #: ../src/guestfs.pod:1199
2313 msgid ""
2314 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2315 "directly from the guest, and these could contain any 8 bit data.  Callers "
2316 "should be careful to escape these before printing them to a structured file "
2317 "(for example, use HTML escaping if creating a web page)."
2318 msgstr ""
2319
2320 #. type: textblock
2321 #: ../src/guestfs.pod:1205
2322 msgid ""
2323 "Guest configuration may be altered in unusual ways by the administrator of "
2324 "the virtual machine, and may not reflect reality (particularly for untrusted "
2325 "or actively malicious guests).  For example we parse the hostname from "
2326 "configuration files like C</etc/sysconfig/network> that we find in the "
2327 "guest, but the guest administrator can easily manipulate these files to "
2328 "provide the wrong hostname."
2329 msgstr ""
2330
2331 #. type: textblock
2332 #: ../src/guestfs.pod:1213
2333 msgid ""
2334 "The inspection API parses guest configuration using two external libraries: "
2335 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2336 "designed to be robust in the face of malicious data, although denial of "
2337 "service attacks are still possible, for example with oversized configuration "
2338 "files."
2339 msgstr ""
2340
2341 #. type: =head2
2342 #: ../src/guestfs.pod:1219
2343 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2344 msgstr ""
2345
2346 #. type: textblock
2347 #: ../src/guestfs.pod:1221
2348 msgid ""
2349 "Be very cautious about running commands from the guest.  By running a "
2350 "command in the guest, you are giving CPU time to a binary that you do not "
2351 "control, under the same user account as the library, albeit wrapped in qemu "
2352 "virtualization.  More information and alternatives can be found in the "
2353 "section L</RUNNING COMMANDS>."
2354 msgstr ""
2355
2356 #. type: =head2
2357 #: ../src/guestfs.pod:1227
2358 msgid "CVE-2010-3851"
2359 msgstr ""
2360
2361 #. type: textblock
2362 #: ../src/guestfs.pod:1229
2363 msgid "https://bugzilla.redhat.com/642934"
2364 msgstr ""
2365
2366 #. type: textblock
2367 #: ../src/guestfs.pod:1231
2368 msgid ""
2369 "This security bug concerns the automatic disk format detection that qemu "
2370 "does on disk images."
2371 msgstr ""
2372
2373 #. type: textblock
2374 #: ../src/guestfs.pod:1234
2375 msgid ""
2376 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2377 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2378 "for one of the known headers, and if none is found then assuming the disk "
2379 "image must be raw."
2380 msgstr ""
2381
2382 #. type: textblock
2383 #: ../src/guestfs.pod:1239
2384 msgid ""
2385 "This allows a guest which has been given a raw disk image to write some "
2386 "other header.  At next boot (or when the disk image is accessed by "
2387 "libguestfs) qemu would do autodetection and think the disk image format was, "
2388 "say, qcow2 based on the header written by the guest."
2389 msgstr ""
2390
2391 #. type: textblock
2392 #: ../src/guestfs.pod:1244
2393 msgid ""
2394 "This in itself would not be a problem, but qcow2 offers many features, one "
2395 "of which is to allow a disk image to refer to another image (called the "
2396 "\"backing disk\").  It does this by placing the path to the backing disk "
2397 "into the qcow2 header.  This path is not validated and could point to any "
2398 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2399 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2400 "control of the attacker."
2401 msgstr ""
2402
2403 #. type: textblock
2404 #: ../src/guestfs.pod:1252
2405 msgid "In libguestfs this is rather hard to exploit except under two circumstances:"
2406 msgstr ""
2407
2408 #. type: textblock
2409 #: ../src/guestfs.pod:1259
2410 msgid "You have enabled the network or have opened the disk in write mode."
2411 msgstr ""
2412
2413 #. type: textblock
2414 #: ../src/guestfs.pod:1263
2415 msgid ""
2416 "You are also running untrusted code from the guest (see L</RUNNING "
2417 "COMMANDS>)."
2418 msgstr ""
2419
2420 #. type: textblock
2421 #: ../src/guestfs.pod:1268
2422 msgid ""
2423 "The way to avoid this is to specify the expected disk format when adding "
2424 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2425 "should always do this if the disk is raw format, and it's a good idea for "
2426 "other cases too."
2427 msgstr ""
2428
2429 #. type: textblock
2430 #: ../src/guestfs.pod:1273
2431 msgid ""
2432 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2433 "format is fetched from libvirt and passed through."
2434 msgstr ""
2435
2436 #. type: textblock
2437 #: ../src/guestfs.pod:1276
2438 msgid ""
2439 "For libguestfs tools, use the I<--format> command line parameter as "
2440 "appropriate."
2441 msgstr ""
2442
2443 #. type: =head1
2444 #: ../src/guestfs.pod:1279
2445 msgid "CONNECTION MANAGEMENT"
2446 msgstr ""
2447
2448 #. type: =head2
2449 #: ../src/guestfs.pod:1281
2450 msgid "guestfs_h *"
2451 msgstr ""
2452
2453 #. type: textblock
2454 #: ../src/guestfs.pod:1283
2455 msgid ""
2456 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2457 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2458 "handle and release all resources used."
2459 msgstr ""
2460
2461 #. type: textblock
2462 #: ../src/guestfs.pod:1287
2463 msgid ""
2464 "For information on using multiple handles and threads, see the section "
2465 "L</MULTIPLE HANDLES AND MULTIPLE THREADS> above."
2466 msgstr ""
2467
2468 #. type: =head2
2469 #: ../src/guestfs.pod:1290
2470 msgid "guestfs_create"
2471 msgstr ""
2472
2473 #. type: verbatim
2474 #: ../src/guestfs.pod:1292
2475 #, no-wrap
2476 msgid ""
2477 " guestfs_h *guestfs_create (void);\n"
2478 "\n"
2479 msgstr ""
2480
2481 #. type: textblock
2482 #: ../src/guestfs.pod:1294
2483 msgid "Create a connection handle."
2484 msgstr ""
2485
2486 #. type: textblock
2487 #: ../src/guestfs.pod:1296
2488 msgid ""
2489 "On success this returns a non-NULL pointer to a handle.  On error it returns "
2490 "NULL."
2491 msgstr ""
2492
2493 #. type: textblock
2494 #: ../src/guestfs.pod:1299
2495 msgid ""
2496 "You have to \"configure\" the handle after creating it.  This includes "
2497 "calling L</guestfs_add_drive_opts> (or one of the equivalent calls) on the "
2498 "handle at least once."
2499 msgstr ""
2500
2501 #. type: textblock
2502 #: ../src/guestfs.pod:1303
2503 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2504 msgstr ""
2505
2506 #. type: textblock
2507 #: ../src/guestfs.pod:1305
2508 msgid ""
2509 "You may also want to configure error handling for the handle.  See the "
2510 "L</ERROR HANDLING> section below."
2511 msgstr ""
2512
2513 #. type: =head2
2514 #: ../src/guestfs.pod:1308
2515 msgid "guestfs_close"
2516 msgstr ""
2517
2518 #. type: verbatim
2519 #: ../src/guestfs.pod:1310
2520 #, no-wrap
2521 msgid ""
2522 " void guestfs_close (guestfs_h *g);\n"
2523 "\n"
2524 msgstr ""
2525
2526 #. type: textblock
2527 #: ../src/guestfs.pod:1312
2528 msgid "This closes the connection handle and frees up all resources used."
2529 msgstr ""
2530
2531 #. type: textblock
2532 #: ../src/guestfs.pod:1314
2533 msgid ""
2534 "If autosync was set on the handle and the handle was launched, then this "
2535 "implicitly calls various functions to unmount filesystems and sync the "
2536 "disk.  See L</guestfs_set_autosync> for more details."
2537 msgstr ""
2538
2539 #. type: textblock
2540 #: ../src/guestfs.pod:1318
2541 msgid "If a close callback was set on the handle, then it is called."
2542 msgstr ""
2543
2544 #. type: =head1
2545 #: ../src/guestfs.pod:1320
2546 msgid "ERROR HANDLING"
2547 msgstr ""
2548
2549 #. type: textblock
2550 #: ../src/guestfs.pod:1322
2551 msgid ""
2552 "API functions can return errors.  For example, almost all functions that "
2553 "return C<int> will return C<-1> to indicate an error."
2554 msgstr ""
2555
2556 #. type: textblock
2557 #: ../src/guestfs.pod:1325
2558 msgid ""
2559 "Additional information is available for errors: an error message string and "
2560 "optionally an error number (errno) if the thing that failed was a system "
2561 "call."
2562 msgstr ""
2563
2564 #. type: textblock
2565 #: ../src/guestfs.pod:1329
2566 msgid ""
2567 "You can get at the additional information about the last error on the handle "
2568 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2569 "up an error handler with L</guestfs_set_error_handler>."
2570 msgstr ""
2571
2572 #. type: textblock
2573 #: ../src/guestfs.pod:1334
2574 msgid ""
2575 "When the handle is created, a default error handler is installed which "
2576 "prints the error message string to C<stderr>.  For small short-running "
2577 "command line programs it is sufficient to do:"
2578 msgstr ""
2579
2580 #. type: verbatim
2581 #: ../src/guestfs.pod:1338
2582 #, no-wrap
2583 msgid ""
2584 " if (guestfs_launch (g) == -1)\n"
2585 "   exit (EXIT_FAILURE);\n"
2586 "\n"
2587 msgstr ""
2588
2589 #. type: textblock
2590 #: ../src/guestfs.pod:1341
2591 msgid ""
2592 "since the default error handler will ensure that an error message has been "
2593 "printed to C<stderr> before the program exits."
2594 msgstr ""
2595
2596 #. type: textblock
2597 #: ../src/guestfs.pod:1344
2598 msgid ""
2599 "For other programs the caller will almost certainly want to install an "
2600 "alternate error handler or do error handling in-line like this:"
2601 msgstr ""
2602
2603 #. type: verbatim
2604 #: ../src/guestfs.pod:1347
2605 #, no-wrap
2606 msgid ""
2607 " g = guestfs_create ();\n"
2608 " \n"
2609 msgstr ""
2610
2611 #. type: verbatim
2612 #: ../src/guestfs.pod:1349
2613 #, no-wrap
2614 msgid ""
2615 " /* This disables the default behaviour of printing errors\n"
2616 "    on stderr. */\n"
2617 " guestfs_set_error_handler (g, NULL, NULL);\n"
2618 " \n"
2619 msgstr ""
2620
2621 #. type: verbatim
2622 #: ../src/guestfs.pod:1353
2623 #, no-wrap
2624 msgid ""
2625 " if (guestfs_launch (g) == -1) {\n"
2626 "   /* Examine the error message and print it etc. */\n"
2627 "   char *msg = guestfs_last_error (g);\n"
2628 "   int errnum = guestfs_last_errno (g);\n"
2629 "   fprintf (stderr, \"%s\\n\", msg);\n"
2630 "   /* ... */\n"
2631 "  }\n"
2632 "\n"
2633 msgstr ""
2634
2635 #. type: textblock
2636 #: ../src/guestfs.pod:1361
2637 msgid ""
2638 "Out of memory errors are handled differently.  The default action is to call "
2639 "L<abort(3)>.  If this is undesirable, then you can set a handler using "
2640 "L</guestfs_set_out_of_memory_handler>."
2641 msgstr ""
2642
2643 #. type: textblock
2644 #: ../src/guestfs.pod:1365
2645 msgid ""
2646 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2647 "because there is no handle if this happens there is no way to get additional "
2648 "error information.  However L</guestfs_create> is supposed to be a "
2649 "lightweight operation which can only fail because of insufficient memory (it "
2650 "returns NULL in this case)."
2651 msgstr ""
2652
2653 #. type: =head2
2654 #: ../src/guestfs.pod:1371
2655 msgid "guestfs_last_error"
2656 msgstr ""
2657
2658 #. type: verbatim
2659 #: ../src/guestfs.pod:1373
2660 #, no-wrap
2661 msgid ""
2662 " const char *guestfs_last_error (guestfs_h *g);\n"
2663 "\n"
2664 msgstr ""
2665
2666 #. type: textblock
2667 #: ../src/guestfs.pod:1375
2668 msgid ""
2669 "This returns the last error message that happened on C<g>.  If there has not "
2670 "been an error since the handle was created, then this returns C<NULL>."
2671 msgstr ""
2672
2673 #. type: textblock
2674 #: ../src/guestfs.pod:1379
2675 msgid ""
2676 "The lifetime of the returned string is until the next error occurs, or "
2677 "L</guestfs_close> is called."
2678 msgstr ""
2679
2680 #. type: =head2
2681 #: ../src/guestfs.pod:1382
2682 msgid "guestfs_last_errno"
2683 msgstr ""
2684
2685 #. type: verbatim
2686 #: ../src/guestfs.pod:1384
2687 #, no-wrap
2688 msgid ""
2689 " int guestfs_last_errno (guestfs_h *g);\n"
2690 "\n"
2691 msgstr ""
2692
2693 #. type: textblock
2694 #: ../src/guestfs.pod:1386
2695 msgid "This returns the last error number (errno) that happened on C<g>."
2696 msgstr ""
2697
2698 #. type: textblock
2699 #: ../src/guestfs.pod:1388
2700 msgid "If successful, an errno integer not equal to zero is returned."
2701 msgstr ""
2702
2703 #. type: textblock
2704 #: ../src/guestfs.pod:1390
2705 msgid "If no error, this returns 0.  This call can return 0 in three situations:"
2706 msgstr ""
2707
2708 #. type: textblock
2709 #: ../src/guestfs.pod:1397
2710 msgid "There has not been any error on the handle."
2711 msgstr ""
2712
2713 #. type: textblock
2714 #: ../src/guestfs.pod:1401
2715 msgid ""
2716 "There has been an error but the errno was meaningless.  This corresponds to "
2717 "the case where the error did not come from a failed system call, but for "
2718 "some other reason."
2719 msgstr ""
2720
2721 #. type: textblock
2722 #: ../src/guestfs.pod:1407
2723 msgid ""
2724 "There was an error from a failed system call, but for some reason the errno "
2725 "was not captured and returned.  This usually indicates a bug in libguestfs."
2726 msgstr ""
2727
2728 #. type: textblock
2729 #: ../src/guestfs.pod:1413
2730 msgid ""
2731 "Libguestfs tries to convert the errno from inside the applicance into a "
2732 "corresponding errno for the caller (not entirely trivial: the appliance "
2733 "might be running a completely different operating system from the library "
2734 "and error numbers are not standardized across Un*xen).  If this could not be "
2735 "done, then the error is translated to C<EINVAL>.  In practice this should "
2736 "only happen in very rare circumstances."
2737 msgstr ""
2738
2739 #. type: =head2
2740 #: ../src/guestfs.pod:1421
2741 msgid "guestfs_set_error_handler"
2742 msgstr ""
2743
2744 #. type: verbatim
2745 #: ../src/guestfs.pod:1423
2746 #, no-wrap
2747 msgid ""
2748 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2749 "                                           void *opaque,\n"
2750 "                                           const char *msg);\n"
2751 " void guestfs_set_error_handler (guestfs_h *g,\n"
2752 "                                 guestfs_error_handler_cb cb,\n"
2753 "                                 void *opaque);\n"
2754 "\n"
2755 msgstr ""
2756
2757 #. type: textblock
2758 #: ../src/guestfs.pod:1430
2759 msgid ""
2760 "The callback C<cb> will be called if there is an error.  The parameters "
2761 "passed to the callback are an opaque data pointer and the error message "
2762 "string."
2763 msgstr ""
2764
2765 #. type: textblock
2766 #: ../src/guestfs.pod:1434
2767 msgid ""
2768 "C<errno> is not passed to the callback.  To get that the callback must call "
2769 "L</guestfs_last_errno>."
2770 msgstr ""
2771
2772 #. type: textblock
2773 #: ../src/guestfs.pod:1437
2774 msgid ""
2775 "Note that the message string C<msg> is freed as soon as the callback "
2776 "function returns, so if you want to stash it somewhere you must make your "
2777 "own copy."
2778 msgstr ""
2779
2780 #. type: textblock
2781 #: ../src/guestfs.pod:1441
2782 msgid "The default handler prints messages on C<stderr>."
2783 msgstr ""
2784
2785 #. type: textblock
2786 #: ../src/guestfs.pod:1443
2787 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2788 msgstr ""
2789
2790 #. type: =head2
2791 #: ../src/guestfs.pod:1445
2792 msgid "guestfs_get_error_handler"
2793 msgstr ""
2794
2795 #. type: verbatim
2796 #: ../src/guestfs.pod:1447
2797 #, no-wrap
2798 msgid ""
2799 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2800 "                                                     void **opaque_rtn);\n"
2801 "\n"
2802 msgstr ""
2803
2804 #. type: textblock
2805 #: ../src/guestfs.pod:1450
2806 msgid "Returns the current error handler callback."
2807 msgstr ""
2808
2809 #. type: =head2
2810 #: ../src/guestfs.pod:1452
2811 msgid "guestfs_set_out_of_memory_handler"
2812 msgstr ""
2813
2814 #. type: verbatim
2815 #: ../src/guestfs.pod:1454
2816 #, no-wrap
2817 msgid ""
2818 " typedef void (*guestfs_abort_cb) (void);\n"
2819 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2820 "                                        guestfs_abort_cb);\n"
2821 "\n"
2822 msgstr ""
2823
2824 #. type: textblock
2825 #: ../src/guestfs.pod:1458
2826 msgid ""
2827 "The callback C<cb> will be called if there is an out of memory situation.  "
2828 "I<Note this callback must not return>."
2829 msgstr ""
2830
2831 #. type: textblock
2832 #: ../src/guestfs.pod:1461
2833 msgid "The default is to call L<abort(3)>."
2834 msgstr ""
2835
2836 #. type: textblock
2837 #: ../src/guestfs.pod:1463
2838 msgid "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2839 msgstr ""
2840
2841 #. type: =head2
2842 #: ../src/guestfs.pod:1466
2843 msgid "guestfs_get_out_of_memory_handler"
2844 msgstr ""
2845
2846 #. type: verbatim
2847 #: ../src/guestfs.pod:1468
2848 #, no-wrap
2849 msgid ""
2850 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2851 "\n"
2852 msgstr ""
2853
2854 #. type: textblock
2855 #: ../src/guestfs.pod:1470
2856 msgid "This returns the current out of memory handler."
2857 msgstr ""
2858
2859 #. type: =head1
2860 #: ../src/guestfs.pod:1472
2861 msgid "API CALLS"
2862 msgstr ""
2863
2864 #. type: textblock
2865 #: ../src/guestfs.pod:1474 ../fish/guestfish.pod:1008
2866 msgid "@ACTIONS@"
2867 msgstr ""
2868
2869 #. type: =head1
2870 #: ../src/guestfs.pod:1476
2871 msgid "STRUCTURES"
2872 msgstr ""
2873
2874 #. type: textblock
2875 #: ../src/guestfs.pod:1478
2876 msgid "@STRUCTS@"
2877 msgstr ""
2878
2879 #. type: =head1
2880 #: ../src/guestfs.pod:1480
2881 msgid "AVAILABILITY"
2882 msgstr ""
2883
2884 #. type: =head2
2885 #: ../src/guestfs.pod:1482
2886 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2887 msgstr ""
2888
2889 #. type: textblock
2890 #: ../src/guestfs.pod:1484
2891 msgid ""
2892 "Using L</guestfs_available> you can test availability of the following "
2893 "groups of functions.  This test queries the appliance to see if the "
2894 "appliance you are currently using supports the functionality."
2895 msgstr ""
2896
2897 #. type: textblock
2898 #: ../src/guestfs.pod:1489
2899 msgid "@AVAILABILITY@"
2900 msgstr ""
2901
2902 #. type: =head2
2903 #: ../src/guestfs.pod:1491
2904 msgid "GUESTFISH supported COMMAND"
2905 msgstr ""
2906
2907 #. type: textblock
2908 #: ../src/guestfs.pod:1493
2909 msgid ""
2910 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
2911 "prints out the available groups and whether they are supported by this build "
2912 "of libguestfs.  Note however that you have to do C<run> first."
2913 msgstr ""
2914
2915 #. type: =head2
2916 #: ../src/guestfs.pod:1498
2917 msgid "SINGLE CALLS AT COMPILE TIME"
2918 msgstr ""
2919
2920 #. type: textblock
2921 #: ../src/guestfs.pod:1500
2922 msgid ""
2923 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
2924 "function, such as:"
2925 msgstr ""
2926
2927 #. type: verbatim
2928 #: ../src/guestfs.pod:1503
2929 #, no-wrap
2930 msgid ""
2931 " #define LIBGUESTFS_HAVE_DD 1\n"
2932 "\n"
2933 msgstr ""
2934
2935 #. type: textblock
2936 #: ../src/guestfs.pod:1505
2937 msgid "if L</guestfs_dd> is available."
2938 msgstr ""
2939
2940 #. type: textblock
2941 #: ../src/guestfs.pod:1507
2942 msgid ""
2943 "Before version 1.5.8, if you needed to test whether a single libguestfs "
2944 "function is available at compile time, we recommended using build tools such "
2945 "as autoconf or cmake.  For example in autotools you could use:"
2946 msgstr ""
2947
2948 #. type: verbatim
2949 #: ../src/guestfs.pod:1512
2950 #, no-wrap
2951 msgid ""
2952 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
2953 " AC_CHECK_FUNCS([guestfs_dd])\n"
2954 "\n"
2955 msgstr ""
2956
2957 #. type: textblock
2958 #: ../src/guestfs.pod:1515
2959 msgid ""
2960 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
2961 "in your program."
2962 msgstr ""
2963
2964 #. type: =head2
2965 #: ../src/guestfs.pod:1518
2966 msgid "SINGLE CALLS AT RUN TIME"
2967 msgstr ""
2968
2969 #. type: textblock
2970 #: ../src/guestfs.pod:1520
2971 msgid ""
2972 "Testing at compile time doesn't guarantee that a function really exists in "
2973 "the library.  The reason is that you might be dynamically linked against a "
2974 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
2975 "This situation unfortunately results in a segmentation fault, which is a "
2976 "shortcoming of the C dynamic linking system itself."
2977 msgstr ""
2978
2979 #. type: textblock
2980 #: ../src/guestfs.pod:1527
2981 msgid ""
2982 "You can use L<dlopen(3)> to test if a function is available at run time, as "
2983 "in this example program (note that you still need the compile time check as "
2984 "well):"
2985 msgstr ""
2986
2987 #. type: verbatim
2988 #: ../src/guestfs.pod:1531
2989 #, no-wrap
2990 msgid ""
2991 " #include <stdio.h>\n"
2992 " #include <stdlib.h>\n"
2993 " #include <unistd.h>\n"
2994 " #include <dlfcn.h>\n"
2995 " #include <guestfs.h>\n"
2996 " \n"
2997 msgstr ""
2998
2999 #. type: verbatim
3000 #: ../src/guestfs.pod:1537
3001 #, no-wrap
3002 msgid ""
3003 " main ()\n"
3004 " {\n"
3005 " #ifdef LIBGUESTFS_HAVE_DD\n"
3006 "   void *dl;\n"
3007 "   int has_function;\n"
3008 " \n"
3009 msgstr ""
3010
3011 #. type: verbatim
3012 #: ../src/guestfs.pod:1543
3013 #, no-wrap
3014 msgid ""
3015 "   /* Test if the function guestfs_dd is really available. */\n"
3016 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3017 "   if (!dl) {\n"
3018 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3019 "     exit (EXIT_FAILURE);\n"
3020 "   }\n"
3021 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3022 "   dlclose (dl);\n"
3023 " \n"
3024 msgstr ""
3025
3026 #. type: verbatim
3027 #: ../src/guestfs.pod:1552
3028 #, no-wrap
3029 msgid ""
3030 "   if (!has_function)\n"
3031 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3032 "   else {\n"
3033 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3034 "     /* Now it's safe to call\n"
3035 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3036 "     */\n"
3037 "   }\n"
3038 " #else\n"
3039 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3040 " #endif\n"
3041 "  }\n"
3042 "\n"
3043 msgstr ""
3044
3045 #. type: textblock
3046 #: ../src/guestfs.pod:1565
3047 msgid ""
3048 "You may think the above is an awful lot of hassle, and it is.  There are "
3049 "other ways outside of the C linking system to ensure that this kind of "
3050 "incompatibility never arises, such as using package versioning:"
3051 msgstr ""
3052
3053 #. type: verbatim
3054 #: ../src/guestfs.pod:1570
3055 #, no-wrap
3056 msgid ""
3057 " Requires: libguestfs >= 1.0.80\n"
3058 "\n"
3059 msgstr ""
3060
3061 #. type: =head1
3062 #: ../src/guestfs.pod:1572
3063 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3064 msgstr ""
3065
3066 #. type: textblock
3067 #: ../src/guestfs.pod:1574
3068 msgid ""
3069 "A recent feature of the API is the introduction of calls which take optional "
3070 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3071 "takes variable arguments (ie. C<...>), as in this example:"
3072 msgstr ""
3073
3074 #. type: verbatim
3075 #: ../src/guestfs.pod:1579
3076 #, no-wrap
3077 msgid ""
3078 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3079 "\n"
3080 msgstr ""
3081
3082 #. type: textblock
3083 #: ../src/guestfs.pod:1581
3084 msgid ""
3085 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3086 "call with no optional arguments specified:"
3087 msgstr ""
3088
3089 #. type: verbatim
3090 #: ../src/guestfs.pod:1584
3091 #, no-wrap
3092 msgid ""
3093 " guestfs_add_drive_opts (g, filename, -1);\n"
3094 "\n"
3095 msgstr ""
3096
3097 #. type: textblock
3098 #: ../src/guestfs.pod:1586
3099 msgid "With a single optional argument:"
3100 msgstr ""
3101
3102 #. type: verbatim
3103 #: ../src/guestfs.pod:1588
3104 #, no-wrap
3105 msgid ""
3106 " guestfs_add_drive_opts (g, filename,\n"
3107 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3108 "                         -1);\n"
3109 "\n"
3110 msgstr ""
3111
3112 #. type: textblock
3113 #: ../src/guestfs.pod:1592
3114 msgid "With two:"
3115 msgstr ""
3116
3117 #. type: verbatim
3118 #: ../src/guestfs.pod:1594
3119 #, no-wrap
3120 msgid ""
3121 " guestfs_add_drive_opts (g, filename,\n"
3122 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3123 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3124 "                         -1);\n"
3125 "\n"
3126 msgstr ""
3127
3128 #. type: textblock
3129 #: ../src/guestfs.pod:1599
3130 msgid ""
3131 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3132 "happen!"
3133 msgstr ""
3134
3135 #. type: =head2
3136 #: ../src/guestfs.pod:1602
3137 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3138 msgstr ""
3139
3140 #. type: textblock
3141 #: ../src/guestfs.pod:1604
3142 msgid ""
3143 "The second variant has the same name with the suffix C<_va>, which works the "
3144 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3145 "example function, this is declared:"
3146 msgstr ""
3147
3148 #. type: verbatim
3149 #: ../src/guestfs.pod:1608
3150 #, no-wrap
3151 msgid ""
3152 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3153 "                                va_list args);\n"
3154 "\n"
3155 msgstr ""
3156
3157 #. type: =head2
3158 #: ../src/guestfs.pod:1611
3159 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3160 msgstr ""
3161
3162 #. type: textblock
3163 #: ../src/guestfs.pod:1613
3164 msgid ""
3165 "The third variant is useful where you need to construct these calls.  You "
3166 "pass in a structure where you fill in the optional fields.  The structure "
3167 "has a bitmask as the first element which you must set to indicate which "
3168 "fields you have filled in.  For our example function the structure and call "
3169 "are declared:"
3170 msgstr ""
3171
3172 #. type: verbatim
3173 #: ../src/guestfs.pod:1619
3174 #, no-wrap
3175 msgid ""
3176 " struct guestfs_add_drive_opts_argv {\n"
3177 "   uint64_t bitmask;\n"
3178 "   int readonly;\n"
3179 "   const char *format;\n"
3180 "   /* ... */\n"
3181 " };\n"
3182 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3183 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3184 "\n"
3185 msgstr ""
3186
3187 #. type: textblock
3188 #: ../src/guestfs.pod:1628
3189 msgid "You could call it like this:"
3190 msgstr ""
3191
3192 #. type: verbatim
3193 #: ../src/guestfs.pod:1630
3194 #, no-wrap
3195 msgid ""
3196 " struct guestfs_add_drive_opts_argv optargs = {\n"
3197 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3198 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3199 "   .readonly = 1,\n"
3200 "   .format = \"qcow2\"\n"
3201 " };\n"
3202 " \n"
3203 msgstr ""
3204
3205 #. type: verbatim
3206 #: ../src/guestfs.pod:1637
3207 #, no-wrap
3208 msgid ""
3209 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3210 "\n"
3211 msgstr ""
3212
3213 #. type: textblock
3214 #: ../src/guestfs.pod:1639 ../src/guestfs-actions.pod:11 ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1257 ../tools/virt-win-reg.pl:532
3215 msgid "Notes:"
3216 msgstr ""
3217
3218 #. type: textblock
3219 #: ../src/guestfs.pod:1645
3220 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3221 msgstr ""
3222
3223 #. type: textblock
3224 #: ../src/guestfs.pod:1650
3225 msgid "You do not need to fill in all fields of the structure."
3226 msgstr ""
3227
3228 #. type: textblock
3229 #: ../src/guestfs.pod:1654
3230 msgid ""
3231 "There must be a one-to-one correspondence between fields of the structure "
3232 "that are filled in, and bits set in the bitmask."
3233 msgstr ""
3234
3235 #. type: =head2
3236 #: ../src/guestfs.pod:1659
3237 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3238 msgstr ""
3239
3240 #. type: textblock
3241 #: ../src/guestfs.pod:1661
3242 msgid ""
3243 "In other languages, optional arguments are expressed in the way that is "
3244 "natural for that language.  We refer you to the language-specific "
3245 "documentation for more details on that."
3246 msgstr ""
3247
3248 #. type: textblock
3249 #: ../src/guestfs.pod:1665
3250 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3251 msgstr ""
3252
3253 #. type: =head2
3254 #: ../src/guestfs.pod:1667
3255 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3256 msgstr ""
3257
3258 #. type: textblock
3259 #: ../src/guestfs.pod:1669
3260 msgid ""
3261 "B<Note:> This section documents the generic event mechanism introduced in "
3262 "libguestfs 1.10, which you should use in new code if possible.  The old "
3263 "functions C<guestfs_set_log_message_callback>, "
3264 "C<guestfs_set_subprocess_quit_callback>, "
3265 "C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and "
3266 "C<guestfs_set_progress_callback> are no longer documented in this manual "
3267 "page."
3268 msgstr ""
3269
3270 #. type: textblock
3271 #: ../src/guestfs.pod:1677
3272 msgid ""
3273 "Handles generate events when certain things happen, such as log messages "
3274 "being generated, progress messages during long-running operations, or the "
3275 "handle being closed.  The API calls described below let you register a "
3276 "callback to be called when events happen.  You can register multiple "
3277 "callbacks (for the same, different or overlapping sets of events), and "
3278 "individually remove callbacks.  If callbacks are not removed, then they "
3279 "remain in force until the handle is closed."
3280 msgstr ""
3281
3282 #. type: textblock
3283 #: ../src/guestfs.pod:1685
3284 msgid ""
3285 "In the current implementation, events are only generated synchronously: that "
3286 "means that events (and hence callbacks) can only happen while you are in the "
3287 "middle of making another libguestfs call.  The callback is called in the "
3288 "same thread."
3289 msgstr ""
3290
3291 #. type: textblock
3292 #: ../src/guestfs.pod:1690
3293 msgid ""
3294 "Events may contain a payload, usually nothing (void), an array of 64 bit "
3295 "unsigned integers, or a message buffer.  Payloads are discussed later on."
3296 msgstr ""
3297
3298 #. type: =head3
3299 #: ../src/guestfs.pod:1694
3300 msgid "CLASSES OF EVENTS"
3301 msgstr ""
3302
3303 #. type: =item
3304 #: ../src/guestfs.pod:1698
3305 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
3306 msgstr ""
3307
3308 #. type: textblock
3309 #: ../src/guestfs.pod:1701
3310 msgid ""
3311 "The callback function will be called while the handle is being closed "
3312 "(synchronously from L</guestfs_close>)."
3313 msgstr ""
3314
3315 #. type: textblock
3316 #: ../src/guestfs.pod:1704
3317 msgid ""
3318 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3319 "handles that are open when the program exits.  This means that this callback "
3320 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3321 "problems in higher-level languages (eg. if your HLL interpreter has already "
3322 "been cleaned up by the time this is called, and if your callback then jumps "
3323 "into some HLL function)."
3324 msgstr ""
3325
3326 #. type: textblock
3327 #: ../src/guestfs.pod:1711
3328 msgid ""
3329 "If no callback is registered: the handle is closed without any callback "
3330 "being invoked."
3331 msgstr ""
3332
3333 #. type: =item
3334 #: ../src/guestfs.pod:1714
3335 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
3336 msgstr ""
3337
3338 #. type: textblock
3339 #: ../src/guestfs.pod:1717
3340 msgid ""
3341 "The callback function will be called when the child process quits, either "
3342 "asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3343 "corresponds to a transition from any state to the CONFIG state)."
3344 msgstr ""
3345
3346 #. type: textblock
3347 #: ../src/guestfs.pod:1721 ../src/guestfs.pod:1730
3348 msgid "If no callback is registered: the event is ignored."
3349 msgstr ""
3350
3351 #. type: =item
3352 #: ../src/guestfs.pod:1723
3353 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
3354 msgstr ""
3355
3356 #. type: textblock
3357 #: ../src/guestfs.pod:1726
3358 msgid ""
3359 "The callback function will be called when the child process becomes ready "
3360 "first time after it has been launched.  (This corresponds to a transition "
3361 "from LAUNCHING to the READY state)."
3362 msgstr ""
3363
3364 #. type: =item
3365 #: ../src/guestfs.pod:1732
3366 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
3367 msgstr ""
3368
3369 #. type: textblock
3370 #: ../src/guestfs.pod:1735
3371 msgid ""
3372 "Some long-running operations can generate progress messages.  If this "
3373 "callback is registered, then it will be called each time a progress message "
3374 "is generated (usually two seconds after the operation started, and three "
3375 "times per second thereafter until it completes, although the frequency may "
3376 "change in future versions)."
3377 msgstr ""
3378
3379 #. type: textblock
3380 #: ../src/guestfs.pod:1741
3381 msgid ""
3382 "The callback receives in the payload four unsigned 64 bit numbers which are "
3383 "(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
3384 msgstr ""
3385
3386 #. type: textblock
3387 #: ../src/guestfs.pod:1744
3388 msgid ""
3389 "The units of C<total> are not defined, although for some operations C<total> "
3390 "may relate in some way to the amount of data to be transferred (eg. in bytes "
3391 "or megabytes), and C<position> may be the portion which has been "
3392 "transferred."
3393 msgstr ""
3394
3395 #. type: textblock
3396 #: ../src/guestfs.pod:1749
3397 msgid "The only defined and stable parts of the API are:"
3398 msgstr ""
3399
3400 #. type: textblock
3401 #: ../src/guestfs.pod:1755
3402 msgid ""
3403 "The callback can display to the user some type of progress bar or indicator "
3404 "which shows the ratio of C<position>:C<total>."
3405 msgstr ""
3406
3407 #. type: textblock
3408 #: ../src/guestfs.pod:1760
3409 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3410 msgstr ""
3411
3412 #. type: textblock
3413 #: ../src/guestfs.pod:1764
3414 msgid ""
3415 "If any progress notification is sent during a call, then a final progress "
3416 "notification is always sent when C<position> = C<total> (I<unless> the call "
3417 "fails with an error)."
3418 msgstr ""
3419
3420 #. type: textblock
3421 #: ../src/guestfs.pod:1768
3422 msgid ""
3423 "This is to simplify caller code, so callers can easily set the progress "
3424 "indicator to \"100%\" at the end of the operation, without requiring special "
3425 "code to detect this case."
3426 msgstr ""
3427
3428 #. type: textblock
3429 #: ../src/guestfs.pod:1774
3430 msgid ""
3431 "For some calls we are unable to estimate the progress of the call, but we "
3432 "can still generate progress messages to indicate activity.  This is known as "
3433 "\"pulse mode\", and is directly supported by certain progress bar "
3434 "implementations (eg. GtkProgressBar)."
3435 msgstr ""
3436
3437 #. type: textblock
3438 #: ../src/guestfs.pod:1779
3439 msgid ""
3440 "For these calls, zero or more progress messages are generated with "
3441 "C<position = 0> and C<total = 1>, followed by a final message with "
3442 "C<position = total = 1>."
3443 msgstr ""
3444
3445 #. type: textblock
3446 #: ../src/guestfs.pod:1783
3447 msgid ""
3448 "As noted above, if the call fails with an error then the final message may "
3449 "not be generated."
3450 msgstr ""
3451
3452 #. type: textblock
3453 #: ../src/guestfs.pod:1788
3454 msgid ""
3455 "The callback also receives the procedure number (C<proc_nr>) and serial "
3456 "number (C<serial>) of the call.  These are only useful for debugging "
3457 "protocol issues, and the callback can normally ignore them.  The callback "
3458 "may want to print these numbers in error messages or debugging messages."
3459 msgstr ""
3460
3461 #. type: textblock
3462 #: ../src/guestfs.pod:1794
3463 msgid "If no callback is registered: progress messages are discarded."
3464 msgstr ""
3465
3466 #. type: =item
3467 #: ../src/guestfs.pod:1796
3468 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3469 msgstr ""
3470
3471 #. type: textblock
3472 #: ../src/guestfs.pod:1799
3473 msgid ""
3474 "The callback function is called whenever a log message is generated by qemu, "
3475 "the appliance kernel, guestfsd (daemon), or utility programs."
3476 msgstr ""
3477
3478 #. type: textblock
3479 #: ../src/guestfs.pod:1802
3480 msgid ""
3481 "If the verbose flag (L</guestfs_set_verbose>) is set before launch "
3482 "(L</guestfs_launch>) then additional debug messages are generated."
3483 msgstr ""
3484
3485 #. type: textblock
3486 #: ../src/guestfs.pod:1805 ../src/guestfs.pod:1819
3487 msgid ""
3488 "If no callback is registered: the messages are discarded unless the verbose "
3489 "flag is set in which case they are sent to stderr.  You can override the "
3490 "printing of verbose messages to stderr by setting up a callback."
3491 msgstr ""
3492
3493 #. type: =item
3494 #: ../src/guestfs.pod:1810
3495 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
3496 msgstr ""
3497
3498 #. type: textblock
3499 #: ../src/guestfs.pod:1813
3500 msgid ""
3501 "The callback function is called whenever a log message is generated by the "
3502 "library part of libguestfs."
3503 msgstr ""
3504
3505 #. type: textblock
3506 #: ../src/guestfs.pod:1816
3507 msgid ""
3508 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
3509 "messages are generated."
3510 msgstr ""
3511
3512 #. type: =item
3513 #: ../src/guestfs.pod:1824
3514 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
3515 msgstr ""
3516
3517 #. type: textblock
3518 #: ../src/guestfs.pod:1827
3519 msgid ""
3520 "The callback function is called whenever a trace message is generated.  This "
3521 "only applies if the trace flag (L</guestfs_set_trace>) is set."
3522 msgstr ""
3523
3524 #. type: textblock
3525 #: ../src/guestfs.pod:1830
3526 msgid ""
3527 "If no callback is registered: the messages are sent to stderr.  You can "
3528 "override the printing of trace messages to stderr by setting up a callback."
3529 msgstr ""
3530
3531 #. type: =head3
3532 #: ../src/guestfs.pod:1836
3533 msgid "guestfs_set_event_callback"
3534 msgstr ""
3535
3536 #. type: verbatim
3537 #: ../src/guestfs.pod:1838
3538 #, no-wrap
3539 msgid ""
3540 " int guestfs_set_event_callback (guestfs_h *g,\n"
3541 "                                 guestfs_event_callback cb,\n"
3542 "                                 uint64_t event_bitmask,\n"
3543 "                                 int flags,\n"
3544 "                                 void *opaque);\n"
3545 "\n"
3546 msgstr ""
3547
3548 #. type: textblock
3549 #: ../src/guestfs.pod:1844
3550 msgid ""
3551 "This function registers a callback (C<cb>) for all event classes in the "
3552 "C<event_bitmask>."
3553 msgstr ""
3554
3555 #. type: textblock
3556 #: ../src/guestfs.pod:1847
3557 msgid ""
3558 "For example, to register for all log message events, you could call this "
3559 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
3560 "To register a single callback for all possible classes of events, use "
3561 "C<GUESTFS_EVENT_ALL>."
3562 msgstr ""
3563
3564 #. type: textblock
3565 #: ../src/guestfs.pod:1853
3566 msgid "C<flags> should always be passed as 0."
3567 msgstr ""
3568
3569 #. type: textblock
3570 #: ../src/guestfs.pod:1855
3571 msgid ""
3572 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
3573 "it for any purpose."
3574 msgstr ""
3575
3576 #. type: textblock
3577 #: ../src/guestfs.pod:1858
3578 msgid ""
3579 "The return value is the event handle (an integer) which you can use to "
3580 "delete the callback (see below)."
3581 msgstr ""
3582
3583 #. type: textblock
3584 #: ../src/guestfs.pod:1861
3585 msgid ""
3586 "If there is an error, this function returns C<-1>, and sets the error in the "
3587 "handle in the usual way (see L</guestfs_last_error> etc.)"
3588 msgstr ""
3589
3590 #. type: textblock
3591 #: ../src/guestfs.pod:1864
3592 msgid ""
3593 "Callbacks remain in effect until they are deleted, or until the handle is "
3594 "closed."
3595 msgstr ""
3596
3597 #. type: textblock
3598 #: ../src/guestfs.pod:1867
3599 msgid ""
3600 "In the case where multiple callbacks are registered for a particular event "
3601 "class, all of the callbacks are called.  The order in which multiple "
3602 "callbacks are called is not defined."
3603 msgstr ""
3604
3605 #. type: =head3
3606 #: ../src/guestfs.pod:1871
3607 msgid "guestfs_delete_event_callback"
3608 msgstr ""
3609
3610 #. type: verbatim
3611 #: ../src/guestfs.pod:1873
3612 #, no-wrap
3613 msgid ""
3614 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
3615 "\n"
3616 msgstr ""
3617
3618 #. type: textblock
3619 #: ../src/guestfs.pod:1875
3620 msgid ""
3621 "Delete a callback that was previously registered.  C<event_handle> should be "
3622 "the integer that was returned by a previous call to "
3623 "C<guestfs_set_event_callback> on the same handle."
3624 msgstr ""
3625
3626 #. type: =head3
3627 #: ../src/guestfs.pod:1879
3628 msgid "guestfs_event_callback"
3629 msgstr ""
3630
3631 #. type: verbatim
3632 #: ../src/guestfs.pod:1881
3633 #, no-wrap
3634 msgid ""
3635 " typedef void (*guestfs_event_callback) (\n"
3636 "                  guestfs_h *g,\n"
3637 "                  void *opaque,\n"
3638 "                  uint64_t event,\n"
3639 "                  int event_handle,\n"
3640 "                  int flags,\n"
3641 "                  const char *buf, size_t buf_len,\n"
3642 "                  const uint64_t *array, size_t array_len);\n"
3643 "\n"
3644 msgstr ""
3645
3646 #. type: textblock
3647 #: ../src/guestfs.pod:1890
3648 msgid "This is the type of the event callback function that you have to provide."
3649 msgstr ""
3650
3651 #. type: textblock
3652 #: ../src/guestfs.pod:1893
3653 msgid ""
3654 "The basic parameters are: the handle (C<g>), the opaque user pointer "
3655 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
3656 "handle, and C<flags> which in the current API you should ignore."
3657 msgstr ""
3658
3659 #. type: textblock
3660 #: ../src/guestfs.pod:1897
3661 msgid ""
3662 "The remaining parameters contain the event payload (if any).  Each event may "
3663 "contain a payload, which usually relates to the event class, but for future "
3664 "proofing your code should be written to handle any payload for any event "
3665 "class."
3666 msgstr ""
3667
3668 #. type: textblock
3669 #: ../src/guestfs.pod:1902
3670 msgid ""
3671 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
3672 "there is no message buffer).  Note that this message buffer can contain "
3673 "arbitrary 8 bit data, including NUL bytes."
3674 msgstr ""
3675
3676 #. type: textblock
3677 #: ../src/guestfs.pod:1906
3678 msgid ""
3679 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
3680 "moment this is only used for progress messages."
3681 msgstr ""
3682
3683 #. type: =head3
3684 #: ../src/guestfs.pod:1909
3685 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
3686 msgstr ""
3687
3688 #. type: textblock
3689 #: ../src/guestfs.pod:1911
3690 msgid ""
3691 "One motivation for the generic event API was to allow GUI programs to "
3692 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
3693 "unconditionally to C<stderr>."
3694 msgstr ""
3695
3696 #. type: textblock
3697 #: ../src/guestfs.pod:1915
3698 msgid ""
3699 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
3700 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
3701 "messages are not events; you must capture error messages separately)."
3702 msgstr ""
3703
3704 #. type: textblock
3705 #: ../src/guestfs.pod:1920
3706 msgid ""
3707 "Programs have to set up a callback to capture the classes of events of "
3708 "interest:"
3709 msgstr ""
3710
3711 #. type: verbatim
3712 #: ../src/guestfs.pod:1923
3713 #, no-wrap
3714 msgid ""
3715 " int eh =\n"
3716 "   guestfs_set_event_callback\n"
3717 "     (g, message_callback,\n"
3718 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
3719 "      GUESTFS_EVENT_TRACE,\n"
3720 "      0, NULL) == -1)\n"
3721 " if (eh == -1) {\n"
3722 "   // handle error in the usual way\n"
3723 " }\n"
3724 "\n"
3725 msgstr ""
3726
3727 #. type: textblock
3728 #: ../src/guestfs.pod:1933
3729 msgid ""
3730 "The callback can then direct messages to the appropriate place.  In this "
3731 "example, messages are directed to syslog:"
3732 msgstr ""
3733
3734 #. type: verbatim
3735 #: ../src/guestfs.pod:1936
3736 #, no-wrap
3737 msgid ""
3738 " static void\n"
3739 " message_callback (\n"
3740 "         guestfs_h *g,\n"
3741 "         void *opaque,\n"
3742 "         uint64_t event,\n"
3743 "         int event_handle,\n"
3744 "         int flags,\n"
3745 "         const char *buf, size_t buf_len,\n"
3746 "         const uint64_t *array, size_t array_len)\n"
3747 " {\n"
3748 "   const int priority = LOG_USER|LOG_INFO;\n"
3749 "   if (buf_len > 0)\n"
3750 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
3751 " }\n"
3752 "\n"
3753 msgstr ""
3754
3755 #. type: =head1
3756 #: ../src/guestfs.pod:1951
3757 msgid "PRIVATE DATA AREA"
3758 msgstr ""
3759
3760 #. type: textblock
3761 #: ../src/guestfs.pod:1953
3762 msgid ""
3763 "You can attach named pieces of private data to the libguestfs handle, fetch "
3764 "them by name, and walk over them, for the lifetime of the handle.  This is "
3765 "called the private data area and is only available from the C API."
3766 msgstr ""
3767
3768 #. type: textblock
3769 #: ../src/guestfs.pod:1958
3770 msgid "To attach a named piece of data, use the following call:"
3771 msgstr ""
3772
3773 #. type: verbatim
3774 #: ../src/guestfs.pod:1960
3775 #, no-wrap
3776 msgid ""
3777 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3778 "\n"
3779 msgstr ""
3780
3781 #. type: textblock
3782 #: ../src/guestfs.pod:1962
3783 msgid ""
3784 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3785 "pointer (which can be C<NULL>).  Any previous item with the same key is "
3786 "overwritten."
3787 msgstr ""
3788
3789 #. type: textblock
3790 #: ../src/guestfs.pod:1966
3791 msgid ""
3792 "You can use any C<key> you want, but your key should I<not> start with an "
3793 "underscore character.  Keys beginning with an underscore character are "
3794 "reserved for internal libguestfs purposes (eg. for implementing language "
3795 "bindings).  It is recommended that you prefix the key with some unique "
3796 "string to avoid collisions with other users."
3797 msgstr ""
3798
3799 #. type: textblock
3800 #: ../src/guestfs.pod:1972
3801 msgid "To retrieve the pointer, use:"
3802 msgstr ""
3803
3804 #. type: verbatim
3805 #: ../src/guestfs.pod:1974
3806 #, no-wrap
3807 msgid ""
3808 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3809 "\n"
3810 msgstr ""
3811
3812 #. type: textblock
3813 #: ../src/guestfs.pod:1976
3814 msgid ""
3815 "This function returns C<NULL> if either no data is found associated with "
3816 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3817 "C<NULL>."
3818 msgstr ""
3819
3820 #. type: textblock
3821 #: ../src/guestfs.pod:1980
3822 msgid ""
3823 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3824 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3825 "all.  In particular, libguestfs does I<not> try to free the data when the "
3826 "handle is closed.  If the data must be freed, then the caller must either "
3827 "free it before calling L</guestfs_close> or must set up a close callback to "
3828 "do it (see L</GUESTFS_EVENT_CLOSE>)."
3829 msgstr ""
3830
3831 #. type: textblock
3832 #: ../src/guestfs.pod:1987
3833 msgid "To walk over all entries, use these two functions:"
3834 msgstr ""
3835
3836 #. type: verbatim
3837 #: ../src/guestfs.pod:1989
3838 #, no-wrap
3839 msgid ""
3840 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
3841 "\n"
3842 msgstr ""
3843
3844 #. type: verbatim
3845 #: ../src/guestfs.pod:1991
3846 #, no-wrap
3847 msgid ""
3848 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
3849 "\n"
3850 msgstr ""
3851
3852 #. type: textblock
3853 #: ../src/guestfs.pod:1993
3854 msgid ""
3855 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
3856 "not have any particular meaning -- keys are not returned in any defined "
3857 "order).  A pointer to the key is returned in C<*key_rtn> and the "
3858 "corresponding data pointer is returned from the function.  C<NULL> is "
3859 "returned if there are no keys stored in the handle."
3860 msgstr ""
3861
3862 #. type: textblock
3863 #: ../src/guestfs.pod:1999
3864 msgid ""
3865 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
3866 "value of this function is also C<NULL> is there are no further entries to "
3867 "return."
3868 msgstr ""
3869
3870 #. type: textblock
3871 #: ../src/guestfs.pod:2003
3872 msgid "Notes about walking over entries:"
3873 msgstr ""
3874
3875 #. type: textblock
3876 #: ../src/guestfs.pod:2009
3877 msgid "You must not call C<guestfs_set_private> while walking over the entries."
3878 msgstr ""
3879
3880 #. type: textblock
3881 #: ../src/guestfs.pod:2014
3882 msgid ""
3883 "The handle maintains an internal iterator which is reset when you call "
3884 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
3885 "call C<guestfs_set_private>."
3886 msgstr ""
3887
3888 #. type: textblock
3889 #: ../src/guestfs.pod:2020
3890 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
3891 msgstr ""
3892
3893 #. type: verbatim
3894 #: ../src/guestfs.pod:2022
3895 #, no-wrap
3896 msgid ""
3897 " guestfs_set_private (g, key, NULL);\n"
3898 "\n"
3899 msgstr ""
3900
3901 #. type: textblock
3902 #: ../src/guestfs.pod:2024
3903 msgid "then that C<key> is not returned when walking."
3904 msgstr ""
3905
3906 #. type: textblock
3907 #: ../src/guestfs.pod:2028
3908 msgid ""
3909 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
3910 "C<guestfs_next_private> or C<guestfs_set_private>."
3911 msgstr ""
3912
3913 #. type: textblock
3914 #: ../src/guestfs.pod:2034
3915 msgid ""
3916 "The following example code shows how to print all keys and data pointers "
3917 "that are associated with the handle C<g>:"
3918 msgstr ""
3919
3920 #. type: verbatim
3921 #: ../src/guestfs.pod:2037
3922 #, no-wrap
3923 msgid ""
3924 " const char *key;\n"
3925 " void *data = guestfs_first_private (g, &key);\n"
3926 " while (data != NULL)\n"
3927 "   {\n"
3928 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
3929 "     data = guestfs_next_private (g, &key);\n"
3930 "   }\n"
3931 "\n"
3932 msgstr ""
3933
3934 #. type: textblock
3935 #: ../src/guestfs.pod:2045
3936 msgid ""
3937 "More commonly you are only interested in keys that begin with an "
3938 "application-specific prefix C<foo_>.  Modify the loop like so:"
3939 msgstr ""
3940
3941 #. type: verbatim
3942 #: ../src/guestfs.pod:2048
3943 #, no-wrap
3944 msgid ""
3945 " const char *key;\n"
3946 " void *data = guestfs_first_private (g, &key);\n"
3947 " while (data != NULL)\n"
3948 "   {\n"
3949 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
3950 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
3951 "     data = guestfs_next_private (g, &key);\n"
3952 "   }\n"
3953 "\n"
3954 msgstr ""
3955
3956 #. type: textblock
3957 #: ../src/guestfs.pod:2057
3958 msgid ""
3959 "If you need to modify keys while walking, then you have to jump back to the "
3960 "beginning of the loop.  For example, to delete all keys prefixed with "
3961 "C<foo_>:"
3962 msgstr ""
3963
3964 #. type: verbatim
3965 #: ../src/guestfs.pod:2061
3966 #, no-wrap
3967 msgid ""
3968 "  const char *key;\n"
3969 "  void *data;\n"
3970 " again:\n"
3971 "  data = guestfs_first_private (g, &key);\n"
3972 "  while (data != NULL)\n"
3973 "    {\n"
3974 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
3975 "        {\n"
3976 "          guestfs_set_private (g, key, NULL);\n"
3977 "          /* note that 'key' pointer is now invalid, and so is\n"
3978 "             the internal iterator */\n"
3979 "          goto again;\n"
3980 "        }\n"
3981 "      data = guestfs_next_private (g, &key);\n"
3982 "    }\n"
3983 "\n"
3984 msgstr ""
3985
3986 #. type: textblock
3987 #: ../src/guestfs.pod:2077
3988 msgid ""
3989 "Note that the above loop is guaranteed to terminate because the keys are "
3990 "being deleted, but other manipulations of keys within the loop might not "
3991 "terminate unless you also maintain an indication of which keys have been "
3992 "visited."
3993 msgstr ""
3994
3995 #. type: =end
3996 #: ../src/guestfs.pod:2082 ../src/guestfs.pod:2087
3997 msgid "html"
3998 msgstr ""
3999
4000 #. type: textblock
4001 #: ../src/guestfs.pod:2084
4002 msgid ""
4003 "<!-- old anchor for the next section --> <a "
4004 "name=\"state_machine_and_low_level_event_api\"/>"
4005 msgstr ""
4006
4007 #. type: =head1
4008 #: ../src/guestfs.pod:2089
4009 msgid "ARCHITECTURE"
4010 msgstr ""
4011
4012 #. type: textblock
4013 #: ../src/guestfs.pod:2091
4014 msgid ""
4015 "Internally, libguestfs is implemented by running an appliance (a special "
4016 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
4017 "process of the main program."
4018 msgstr ""
4019
4020 #. type: verbatim
4021 #: ../src/guestfs.pod:2095
4022 #, no-wrap
4023 msgid ""
4024 "  ___________________\n"
4025 " /                   \\\n"
4026 " | main program      |\n"
4027 " |                   |\n"
4028 " |                   |           child process / appliance\n"
4029 " |                   |           __________________________\n"
4030 " |                   |          / qemu                     \\\n"
4031 " +-------------------+   RPC    |      +-----------------+ |\n"
4032 " | libguestfs     <--------------------> guestfsd        | |\n"
4033 " |                   |          |      +-----------------+ |\n"
4034 " \\___________________/          |      | Linux kernel    | |\n"
4035 "                                |      +--^--------------+ |\n"
4036 "                                \\_________|________________/\n"
4037 "                                          |\n"
4038 "                                   _______v______\n"
4039 "                                  /              \\\n"
4040 "                                  | Device or    |\n"
4041 "                                  | disk image   |\n"
4042 "                                  \\______________/\n"
4043 "\n"
4044 msgstr ""
4045
4046 #. type: textblock
4047 #: ../src/guestfs.pod:2115
4048 msgid ""
4049 "The library, linked to the main program, creates the child process and hence "
4050 "the appliance in the L</guestfs_launch> function."
4051 msgstr ""
4052
4053 #. type: textblock
4054 #: ../src/guestfs.pod:2118
4055 msgid ""
4056 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4057 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4058 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4059 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4060 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4061 "attached to the qemu process which translates device access by the "
4062 "appliance's Linux kernel into accesses to the image."
4063 msgstr ""
4064
4065 #. type: textblock
4066 #: ../src/guestfs.pod:2127
4067 msgid ""
4068 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4069 "Although the disk image you are attached to might also be used by some "
4070 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4071 "care if both libguestfs's qemu process and your virtual machine are trying "
4072 "to update the disk image at the same time, since these usually results in "
4073 "massive disk corruption)."
4074 msgstr ""
4075
4076 #. type: =head1
4077 #: ../src/guestfs.pod:2134
4078 msgid "STATE MACHINE"
4079 msgstr ""
4080
4081 #. type: textblock
4082 #: ../src/guestfs.pod:2136
4083 msgid "libguestfs uses a state machine to model the child process:"
4084 msgstr ""
4085
4086 #. type: verbatim
4087 #: ../src/guestfs.pod:2138
4088 #, no-wrap
4089 msgid ""
4090 "                         |\n"
4091 "                    guestfs_create\n"
4092 "                         |\n"
4093 "                         |\n"
4094 "                     ____V_____\n"
4095 "                    /          \\\n"
4096 "                    |  CONFIG  |\n"
4097 "                    \\__________/\n"
4098 "                     ^ ^   ^  \\\n"
4099 "                    /  |    \\  \\ guestfs_launch\n"
4100 "                   /   |    _\\__V______\n"
4101 "                  /    |   /           \\\n"
4102 "                 /     |   | LAUNCHING |\n"
4103 "                /      |   \\___________/\n"
4104 "               /       |       /\n"
4105 "              /        |  guestfs_launch\n"
4106 "             /         |     /\n"
4107 "    ______  /        __|____V\n"
4108 "   /      \\ ------> /        \\\n"
4109 "   | BUSY |         | READY  |\n"
4110 "   \\______/ <------ \\________/\n"
4111 "\n"
4112 msgstr ""
4113
4114 #. type: textblock
4115 #: ../src/guestfs.pod:2160
4116 msgid ""
4117 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4118 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4119 "(3) alternating between READY and BUSY as commands are issued to, and "
4120 "carried out by, the child process."
4121 msgstr ""
4122
4123 #. type: textblock
4124 #: ../src/guestfs.pod:2165
4125 msgid ""
4126 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4127 "asynchronously at any time (eg. due to some internal error), and that causes "
4128 "the state to transition back to CONFIG."
4129 msgstr ""
4130
4131 #. type: textblock
4132 #: ../src/guestfs.pod:2169
4133 msgid ""
4134 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4135 "issued when in the CONFIG state."
4136 msgstr ""
4137
4138 #. type: textblock
4139 #: ../src/guestfs.pod:2172
4140 msgid ""
4141 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4142 "L</guestfs_launch> blocks until the child process is READY to accept "
4143 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4144 "moves the state from CONFIG to LAUNCHING while it is running."
4145 msgstr ""
4146
4147 #. type: textblock
4148 #: ../src/guestfs.pod:2178
4149 msgid ""
4150 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4151 "state.  These API calls block waiting for the command to be carried out "
4152 "(ie. the state to transition to BUSY and then back to READY).  There are no "
4153 "non-blocking versions, and no way to issue more than one command per handle "
4154 "at the same time."
4155 msgstr ""
4156
4157 #. type: textblock
4158 #: ../src/guestfs.pod:2184
4159 msgid ""
4160 "Finally, the child process sends asynchronous messages back to the main "
4161 "program, such as kernel log messages.  You can register a callback to "
4162 "receive these messages."
4163 msgstr ""
4164
4165 #. type: =head1
4166 #: ../src/guestfs.pod:2188
4167 msgid "INTERNALS"
4168 msgstr ""
4169
4170 #. type: =head2
4171 #: ../src/guestfs.pod:2190
4172 msgid "COMMUNICATION PROTOCOL"
4173 msgstr ""
4174
4175 #. type: textblock
4176 #: ../src/guestfs.pod:2192
4177 msgid ""
4178 "Don't rely on using this protocol directly.  This section documents how it "
4179 "currently works, but it may change at any time."
4180 msgstr ""
4181
4182 #. type: textblock
4183 #: ../src/guestfs.pod:2195
4184 msgid ""
4185 "The protocol used to talk between the library and the daemon running inside "
4186 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4187 "1014, RFC 1832, RFC 4506)."
4188 msgstr ""
4189
4190 #. type: textblock
4191 #: ../src/guestfs.pod:2199
4192 msgid ""
4193 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4194 "this file is automatically generated)."
4195 msgstr ""
4196
4197 #. type: textblock
4198 #: ../src/guestfs.pod:2202
4199 msgid ""
4200 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4201 "and C<FileOut> parameters, which are handled with very simple request/reply "
4202 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4203 "parameters, which use the same request and reply messages, but they may also "
4204 "be followed by files sent using a chunked encoding."
4205 msgstr ""
4206
4207 #. type: =head3
4208 #: ../src/guestfs.pod:2209
4209 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4210 msgstr ""
4211
4212 #. type: textblock
4213 #: ../src/guestfs.pod:2211
4214 msgid "For ordinary functions, the request message is:"
4215 msgstr ""
4216
4217 #. type: verbatim
4218 #: ../src/guestfs.pod:2213
4219 #, no-wrap
4220 msgid ""
4221 " total length (header + arguments,\n"
4222 "      but not including the length word itself)\n"
4223 " struct guestfs_message_header (encoded as XDR)\n"
4224 " struct guestfs_<foo>_args (encoded as XDR)\n"
4225 "\n"
4226 msgstr ""
4227
4228 #. type: textblock
4229 #: ../src/guestfs.pod:2218
4230 msgid ""
4231 "The total length field allows the daemon to allocate a fixed size buffer "
4232 "into which it slurps the rest of the message.  As a result, the total length "
4233 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4234 "effective size of any request is limited to somewhere under this size."
4235 msgstr ""
4236
4237 #. type: textblock
4238 #: ../src/guestfs.pod:2224
4239 msgid ""
4240 "Note also that many functions don't take any arguments, in which case the "
4241 "C<guestfs_I<foo>_args> is completely omitted."
4242 msgstr ""
4243
4244 #. type: textblock
4245 #: ../src/guestfs.pod:2227
4246 msgid ""
4247 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4248 "receiver knows what type of args structure to expect, or none at all."
4249 msgstr ""
4250
4251 #. type: textblock
4252 #: ../src/guestfs.pod:2231
4253 msgid ""
4254 "For functions that take optional arguments, the optional arguments are "
4255 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4256 "arguments.  A bitmask in the header indicates which optional arguments are "
4257 "meaningful.  The bitmask is also checked to see if it contains bits set "
4258 "which the daemon does not know about (eg. if more optional arguments were "
4259 "added in a later version of the library), and this causes the call to be "
4260 "rejected."
4261 msgstr ""
4262
4263 #. type: textblock
4264 #: ../src/guestfs.pod:2239
4265 msgid "The reply message for ordinary functions is:"
4266 msgstr ""
4267
4268 #. type: verbatim
4269 #: ../src/guestfs.pod:2241
4270 #, no-wrap
4271 msgid ""
4272 " total length (header + ret,\n"
4273 "      but not including the length word itself)\n"
4274 " struct guestfs_message_header (encoded as XDR)\n"
4275 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4276 "\n"
4277 msgstr ""
4278
4279 #. type: textblock
4280 #: ../src/guestfs.pod:2246
4281 msgid ""
4282 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4283 "functions that return no formal return values."
4284 msgstr ""
4285
4286 #. type: textblock
4287 #: ../src/guestfs.pod:2249
4288 msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4289 msgstr ""
4290
4291 #. type: textblock
4292 #: ../src/guestfs.pod:2252
4293 msgid ""
4294 "In the case of an error, a flag is set in the header, and the reply message "
4295 "is slightly changed:"
4296 msgstr ""
4297
4298 #. type: verbatim
4299 #: ../src/guestfs.pod:2255
4300 #, no-wrap
4301 msgid ""
4302 " total length (header + error,\n"
4303 "      but not including the length word itself)\n"
4304 " struct guestfs_message_header (encoded as XDR)\n"
4305 " struct guestfs_message_error (encoded as XDR)\n"
4306 "\n"
4307 msgstr ""
4308
4309 #. type: textblock
4310 #: ../src/guestfs.pod:2260
4311 msgid ""
4312 "The C<guestfs_message_error> structure contains the error message as a "
4313 "string."
4314 msgstr ""
4315
4316 #. type: =head3
4317 #: ../src/guestfs.pod:2263
4318 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4319 msgstr ""
4320
4321 #. type: textblock
4322 #: ../src/guestfs.pod:2265
4323 msgid ""
4324 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4325 "The normal request message is sent (see above).  However this is followed by "
4326 "a sequence of file chunks."
4327 msgstr ""
4328
4329 #. type: verbatim
4330 #: ../src/guestfs.pod:2269
4331 #, no-wrap
4332 msgid ""
4333 " total length (header + arguments,\n"
4334 "      but not including the length word itself,\n"
4335 "      and not including the chunks)\n"
4336 " struct guestfs_message_header (encoded as XDR)\n"
4337 " struct guestfs_<foo>_args (encoded as XDR)\n"
4338 " sequence of chunks for FileIn param #0\n"
4339 " sequence of chunks for FileIn param #1 etc.\n"
4340 "\n"
4341 msgstr ""
4342
4343 #. type: textblock
4344 #: ../src/guestfs.pod:2277
4345 msgid "The \"sequence of chunks\" is:"
4346 msgstr ""
4347
4348 #. type: verbatim
4349 #: ../src/guestfs.pod:2279
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 #: ../src/guestfs.pod:2287
4364 msgid ""
4365 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4366 "is set in the final chunk to indicate either successful completion or early "
4367 "cancellation."
4368 msgstr ""
4369
4370 #. type: textblock
4371 #: ../src/guestfs.pod:2291
4372 msgid ""
4373 "At time of writing there are no functions that have more than one FileIn "
4374 "parameter.  However this is (theoretically) supported, by sending the "
4375 "sequence of chunks for each FileIn parameter one after another (from left to "
4376 "right)."
4377 msgstr ""
4378
4379 #. type: textblock
4380 #: ../src/guestfs.pod:2296
4381 msgid ""
4382 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4383 "transfer.  The library does this by sending a chunk with a special flag set "
4384 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4385 "RPC, does I<not> send any reply, and goes back to reading the next request."
4386 msgstr ""
4387
4388 #. type: textblock
4389 #: ../src/guestfs.pod:2302
4390 msgid ""
4391 "The daemon may also cancel.  It does this by writing a special word "
4392 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4393 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4394 "cancel chunk).  The special word is chosen so that even if cancellation "
4395 "happens right at the end of the transfer (after the library has finished "
4396 "writing and has started listening for the reply), the \"spurious\" cancel "
4397 "flag will not be confused with the reply message."
4398 msgstr ""
4399
4400 #. type: textblock
4401 #: ../src/guestfs.pod:2311
4402 msgid ""
4403 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4404 "limit), and also files where the size is not known in advance (eg. from "
4405 "pipes or sockets).  However the chunks are rather small "
4406 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4407 "to keep much in memory."
4408 msgstr ""
4409
4410 #. type: =head3
4411 #: ../src/guestfs.pod:2317
4412 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4413 msgstr ""
4414
4415 #. type: textblock
4416 #: ../src/guestfs.pod:2319
4417 msgid ""
4418 "The protocol for FileOut parameters is exactly the same as for FileIn "
4419 "parameters, but with the roles of daemon and library reversed."
4420 msgstr ""
4421
4422 #. type: verbatim
4423 #: ../src/guestfs.pod:2322
4424 #, no-wrap
4425 msgid ""
4426 " total length (header + ret,\n"
4427 "      but not including the length word itself,\n"
4428 "      and not including the chunks)\n"
4429 " struct guestfs_message_header (encoded as XDR)\n"
4430 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4431 " sequence of chunks for FileOut param #0\n"
4432 " sequence of chunks for FileOut param #1 etc.\n"
4433 "\n"
4434 msgstr ""
4435
4436 #. type: =head3
4437 #: ../src/guestfs.pod:2330
4438 msgid "INITIAL MESSAGE"
4439 msgstr ""
4440
4441 #. type: textblock
4442 #: ../src/guestfs.pod:2332
4443 msgid ""
4444 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4445 "which indicates that the guest and daemon is alive.  This is what "
4446 "L</guestfs_launch> waits for."
4447 msgstr ""
4448
4449 #. type: =head3
4450 #: ../src/guestfs.pod:2336
4451 msgid "PROGRESS NOTIFICATION MESSAGES"
4452 msgstr ""
4453
4454 #. type: textblock
4455 #: ../src/guestfs.pod:2338
4456 msgid ""
4457 "The daemon may send progress notification messages at any time.  These are "
4458 "distinguished by the normal length word being replaced by "
4459 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4460 msgstr ""
4461
4462 #. type: textblock
4463 #: ../src/guestfs.pod:2342
4464 msgid ""
4465 "The library turns them into progress callbacks (see "
4466 "L</GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards "
4467 "them if not."
4468 msgstr ""
4469
4470 #. type: textblock
4471 #: ../src/guestfs.pod:2346
4472 msgid ""
4473 "The daemon self-limits the frequency of progress messages it sends (see "
4474 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4475 "messages."
4476 msgstr ""
4477
4478 #. type: =head1
4479 #: ../src/guestfs.pod:2350
4480 msgid "LIBGUESTFS VERSION NUMBERS"
4481 msgstr ""
4482
4483 #. type: textblock
4484 #: ../src/guestfs.pod:2352
4485 msgid ""
4486 "Since April 2010, libguestfs has started to make separate development and "
4487 "stable releases, along with corresponding branches in our git repository.  "
4488 "These separate releases can be identified by version number:"
4489 msgstr ""
4490
4491 #. type: verbatim
4492 #: ../src/guestfs.pod:2357
4493 #, no-wrap
4494 msgid ""
4495 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4496 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4497 "       |\n"
4498 "       v\n"
4499 " 1  .  3  .  5\n"
4500 " ^           ^\n"
4501 " |           |\n"
4502 " |           `-------- sub-version\n"
4503 " |\n"
4504 " `------ always '1' because we don't change the ABI\n"
4505 "\n"
4506 msgstr ""
4507
4508 #. type: textblock
4509 #: ../src/guestfs.pod:2368
4510 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4511 msgstr ""
4512
4513 #. type: textblock
4514 #: ../src/guestfs.pod:2370
4515 msgid ""
4516 "As time passes we cherry pick fixes from the development branch and backport "
4517 "those into the stable branch, the effect being that the stable branch should "
4518 "get more stable and less buggy over time.  So the stable releases are ideal "
4519 "for people who don't need new features but would just like the software to "
4520 "work."
4521 msgstr ""
4522
4523 #. type: textblock
4524 #: ../src/guestfs.pod:2376
4525 msgid "Our criteria for backporting changes are:"
4526 msgstr ""
4527
4528 #. type: textblock
4529 #: ../src/guestfs.pod:2382
4530 msgid ""
4531 "Documentation changes which don't affect any code are backported unless the "
4532 "documentation refers to a future feature which is not in stable."
4533 msgstr ""
4534
4535 #. type: textblock
4536 #: ../src/guestfs.pod:2388
4537 msgid ""
4538 "Bug fixes which are not controversial, fix obvious problems, and have been "
4539 "well tested are backported."
4540 msgstr ""
4541
4542 #. type: textblock
4543 #: ../src/guestfs.pod:2393
4544 msgid ""
4545 "Simple rearrangements of code which shouldn't affect how it works get "
4546 "backported.  This is so that the code in the two branches doesn't get too "
4547 "far out of step, allowing us to backport future fixes more easily."
4548 msgstr ""
4549
4550 #. type: textblock
4551 #: ../src/guestfs.pod:2399
4552 msgid ""
4553 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4554 "exceptional case: the new feature is required in order to implement an "
4555 "important bug fix."
4556 msgstr ""
4557
4558 #. type: textblock
4559 #: ../src/guestfs.pod:2405
4560 msgid ""
4561 "A new stable branch starts when we think the new features in development are "
4562 "substantial and compelling enough over the current stable branch to warrant "
4563 "it.  When that happens we create new stable and development versions 1.N.0 "
4564 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4565 "stable at this point, but by backporting fixes from development, that branch "
4566 "will stabilize over time."
4567 msgstr ""
4568
4569 #. type: =head1
4570 #: ../src/guestfs.pod:2413
4571 msgid "EXTENDING LIBGUESTFS"
4572 msgstr ""
4573
4574 #. type: =head2
4575 #: ../src/guestfs.pod:2415
4576 msgid "ADDING A NEW API ACTION"
4577 msgstr ""
4578
4579 #. type: textblock
4580 #: ../src/guestfs.pod:2417
4581 msgid ""
4582 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4583 "documentation) are generated, and this makes it easy to extend the "
4584 "libguestfs API."
4585 msgstr ""
4586
4587 #. type: textblock
4588 #: ../src/guestfs.pod:2421
4589 msgid "To add a new API action there are two changes:"
4590 msgstr ""
4591
4592 #. type: textblock
4593 #: ../src/guestfs.pod:2427
4594 msgid ""
4595 "You need to add a description of the call (name, parameters, return type, "
4596 "tests, documentation) to C<generator/generator_actions.ml>."
4597 msgstr ""
4598
4599 #. type: textblock
4600 #: ../src/guestfs.pod:2430
4601 msgid ""
4602 "There are two sorts of API action, depending on whether the call goes "
4603 "through to the daemon in the appliance, or is serviced entirely by the "
4604 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4605 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4606 "an example of the latter, since a trace flag is maintained in the handle and "
4607 "all tracing is done on the library side."
4608 msgstr ""
4609
4610 #. type: textblock
4611 #: ../src/guestfs.pod:2438
4612 msgid ""
4613 "Most new actions are of the first type, and get added to the "
4614 "C<daemon_functions> list.  Each function has a unique procedure number used "
4615 "in the RPC protocol which is assigned to that action when we publish "
4616 "libguestfs and cannot be reused.  Take the latest procedure number and "
4617 "increment it."
4618 msgstr ""
4619
4620 #. type: textblock
4621 #: ../src/guestfs.pod:2444
4622 msgid ""
4623 "For library-only actions of the second type, add to the "
4624 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4625 "library and do not travel over the RPC mechanism to the daemon, these "
4626 "functions do not need a procedure number, and so the procedure number is set "
4627 "to C<-1>."
4628 msgstr ""
4629
4630 #. type: textblock
4631 #: ../src/guestfs.pod:2452
4632 msgid "Implement the action (in C):"
4633 msgstr ""
4634
4635 #. type: textblock
4636 #: ../src/guestfs.pod:2454
4637 msgid ""
4638 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4639 "C<daemon/> directory."
4640 msgstr ""
4641
4642 #. type: textblock
4643 #: ../src/guestfs.pod:2457
4644 msgid ""
4645 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4646 "(note: double underscore) in the C<src/> directory."
4647 msgstr ""
4648
4649 #. type: textblock
4650 #: ../src/guestfs.pod:2460
4651 msgid "In either case, use another function as an example of what to do."
4652 msgstr ""
4653
4654 #. type: textblock
4655 #: ../src/guestfs.pod:2464
4656 msgid "After making these changes, use C<make> to compile."
4657 msgstr ""
4658
4659 #. type: textblock
4660 #: ../src/guestfs.pod:2466
4661 msgid ""
4662 "Note that you don't need to implement the RPC, language bindings, manual "
4663 "pages or anything else.  It's all automatically generated from the OCaml "
4664 "description."
4665 msgstr ""
4666
4667 #. type: =head2
4668 #: ../src/guestfs.pod:2470
4669 msgid "ADDING TESTS FOR AN API ACTION"
4670 msgstr ""
4671
4672 #. type: textblock
4673 #: ../src/guestfs.pod:2472
4674 msgid ""
4675 "You can supply zero or as many tests as you want per API call.  The tests "
4676 "can either be added as part of the API description "
4677 "(C<generator/generator_actions.ml>), or in some rarer cases you may want to "
4678 "drop a script into C<regressions/>.  Note that adding a script to "
4679 "C<regressions/> is slower, so if possible use the first method."
4680 msgstr ""
4681
4682 #. type: textblock
4683 #: ../src/guestfs.pod:2478
4684 msgid ""
4685 "The following describes the test environment used when you add an API test "
4686 "in C<generator_actions.ml>."
4687 msgstr ""
4688
4689 #. type: textblock
4690 #: ../src/guestfs.pod:2481
4691 msgid "The test environment has 4 block devices:"
4692 msgstr ""
4693
4694 #. type: =item
4695 #: ../src/guestfs.pod:2485
4696 msgid "C</dev/sda> 500MB"
4697 msgstr ""
4698
4699 #. type: textblock
4700 #: ../src/guestfs.pod:2487
4701 msgid "General block device for testing."
4702 msgstr ""
4703
4704 #. type: =item
4705 #: ../src/guestfs.pod:2489
4706 msgid "C</dev/sdb> 50MB"
4707 msgstr ""
4708
4709 #. type: textblock
4710 #: ../src/guestfs.pod:2491
4711 msgid ""
4712 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4713 "operations."
4714 msgstr ""
4715
4716 #. type: =item
4717 #: ../src/guestfs.pod:2494
4718 msgid "C</dev/sdc> 10MB"
4719 msgstr ""
4720
4721 #. type: textblock
4722 #: ../src/guestfs.pod:2496
4723 msgid "Used in a few tests where two block devices are needed."
4724 msgstr ""
4725
4726 #. type: =item
4727 #: ../src/guestfs.pod:2498
4728 msgid "C</dev/sdd>"
4729 msgstr ""
4730
4731 #. type: textblock
4732 #: ../src/guestfs.pod:2500
4733 msgid "ISO with fixed content (see C<images/test.iso>)."
4734 msgstr ""
4735
4736 #. type: textblock
4737 #: ../src/guestfs.pod:2504
4738 msgid ""
4739 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4740 "appliance and block devices are reused between tests.  So don't try testing "
4741 "L</guestfs_kill_subprocess> :-x"
4742 msgstr ""
4743
4744 #. type: textblock
4745 #: ../src/guestfs.pod:2508
4746 msgid ""
4747 "Each test starts with an initial scenario, selected using one of the "
4748 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4749 "initialize the disks mentioned above in a particular way as documented in "
4750 "C<generator_types.ml>.  You should not assume anything about the previous "
4751 "contents of other disks that are not initialized."
4752 msgstr ""
4753
4754 #. type: textblock
4755 #: ../src/guestfs.pod:2514
4756 msgid ""
4757 "You can add a prerequisite clause to any individual test.  This is a "
4758 "run-time check, which, if it fails, causes the test to be skipped.  Useful "
4759 "if testing a command which might not work on all variations of libguestfs "
4760 "builds.  A test that has prerequisite of C<Always> means to run "
4761 "unconditionally."
4762 msgstr ""
4763
4764 #. type: textblock
4765 #: ../src/guestfs.pod:2520
4766 msgid ""
4767 "In addition, packagers can skip individual tests by setting environment "
4768 "variables before running C<make check>."
4769 msgstr ""
4770
4771 #. type: verbatim
4772 #: ../src/guestfs.pod:2523
4773 #, no-wrap
4774 msgid ""
4775 " SKIP_TEST_<CMD>_<NUM>=1\n"
4776 "\n"
4777 msgstr ""
4778
4779 #. type: textblock
4780 #: ../src/guestfs.pod:2525
4781 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4782 msgstr ""
4783
4784 #. type: textblock
4785 #: ../src/guestfs.pod:2527
4786 msgid "or:"
4787 msgstr ""
4788
4789 #. type: verbatim
4790 #: ../src/guestfs.pod:2529
4791 #, no-wrap
4792 msgid ""
4793 " SKIP_TEST_<CMD>=1\n"
4794 "\n"
4795 msgstr ""
4796
4797 #. type: textblock
4798 #: ../src/guestfs.pod:2531
4799 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4800 msgstr ""
4801
4802 #. type: textblock
4803 #: ../src/guestfs.pod:2533
4804 msgid "Packagers can run only certain tests by setting for example:"
4805 msgstr ""
4806
4807 #. type: verbatim
4808 #: ../src/guestfs.pod:2535
4809 #, no-wrap
4810 msgid ""
4811 " TEST_ONLY=\"vfs_type zerofree\"\n"
4812 "\n"
4813 msgstr ""
4814
4815 #. type: textblock
4816 #: ../src/guestfs.pod:2537
4817 msgid ""
4818 "See C<capitests/tests.c> for more details of how these environment variables "
4819 "work."
4820 msgstr ""
4821
4822 #. type: =head2
4823 #: ../src/guestfs.pod:2540
4824 msgid "DEBUGGING NEW API ACTIONS"
4825 msgstr ""
4826
4827 #. type: textblock
4828 #: ../src/guestfs.pod:2542
4829 msgid "Test new actions work before submitting them."
4830 msgstr ""
4831
4832 #. type: textblock
4833 #: ../src/guestfs.pod:2544
4834 msgid "You can use guestfish to try out new commands."
4835 msgstr ""
4836
4837 #. type: textblock
4838 #: ../src/guestfs.pod:2546
4839 msgid ""
4840 "Debugging the daemon is a problem because it runs inside a minimal "
4841 "environment.  However you can fprintf messages in the daemon to stderr, and "
4842 "they will show up if you use C<guestfish -v>."
4843 msgstr ""
4844
4845 #. type: =head2
4846 #: ../src/guestfs.pod:2550
4847 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4848 msgstr ""
4849
4850 #. type: textblock
4851 #: ../src/guestfs.pod:2552
4852 msgid ""
4853 "Our C source code generally adheres to some basic code-formatting "
4854 "conventions.  The existing code base is not totally consistent on this "
4855 "front, but we do prefer that contributed code be formatted similarly.  In "
4856 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4857 "indentation level, and other than that, follow the K&R style."
4858 msgstr ""
4859
4860 #. type: textblock
4861 #: ../src/guestfs.pod:2558
4862 msgid ""
4863 "If you use Emacs, add the following to one of one of your start-up files "
4864 "(e.g., ~/.emacs), to help ensure that you get indentation right:"
4865 msgstr ""
4866
4867 #. type: verbatim
4868 #: ../src/guestfs.pod:2561
4869 #, no-wrap
4870 msgid ""
4871 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4872 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4873 " (add-hook 'find-file-hook\n"
4874 "     '(lambda () (if (and buffer-file-name\n"
4875 "                          (string-match \"/libguestfs\\\\>\"\n"
4876 "                              (buffer-file-name))\n"
4877 "                          (not (string-equal mode-name \"Change Log\"))\n"
4878 "                          (not (string-equal mode-name \"Makefile\")))\n"
4879 "                     (setq indent-tabs-mode nil))))\n"
4880 " \n"
4881 msgstr ""
4882
4883 #. type: verbatim
4884 #: ../src/guestfs.pod:2571
4885 #, no-wrap
4886 msgid ""
4887 " ;;; When editing C sources in libguestfs, use this style.\n"
4888 " (defun libguestfs-c-mode ()\n"
4889 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4890 "   (interactive)\n"
4891 "   (c-set-style \"K&R\")\n"
4892 "   (setq c-indent-level 2)\n"
4893 "   (setq c-basic-offset 2))\n"
4894 " (add-hook 'c-mode-hook\n"
4895 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4896 "                               (buffer-file-name))\n"
4897 "                           (libguestfs-c-mode))))\n"
4898 "\n"
4899 msgstr ""
4900
4901 #. type: textblock
4902 #: ../src/guestfs.pod:2583
4903 msgid "Enable warnings when compiling (and fix any problems this finds):"
4904 msgstr ""
4905
4906 #. type: verbatim
4907 #: ../src/guestfs.pod:2586
4908 #, no-wrap
4909 msgid ""
4910 " ./configure --enable-gcc-warnings\n"
4911 "\n"
4912 msgstr ""
4913
4914 #. type: textblock
4915 #: ../src/guestfs.pod:2588
4916 msgid "Useful targets are:"
4917 msgstr ""
4918
4919 #. type: verbatim
4920 #: ../src/guestfs.pod:2590
4921 #, no-wrap
4922 msgid ""
4923 " make syntax-check  # checks the syntax of the C code\n"
4924 " make check         # runs the test suite\n"
4925 "\n"
4926 msgstr ""
4927
4928 #. type: =head2
4929 #: ../src/guestfs.pod:2593
4930 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4931 msgstr ""
4932
4933 #. type: textblock
4934 #: ../src/guestfs.pod:2595
4935 msgid ""
4936 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4937 "which are used to do shell quoting."
4938 msgstr ""
4939
4940 #. type: =item
4941 #: ../src/guestfs.pod:2600
4942 msgid "%Q"
4943 msgstr ""
4944
4945 #. type: textblock
4946 #: ../src/guestfs.pod:2602
4947 msgid ""
4948 "Simple shell quoted string.  Any spaces or other shell characters are "
4949 "escaped for you."
4950 msgstr ""
4951
4952 #. type: =item
4953 #: ../src/guestfs.pod:2605
4954 msgid "%R"
4955 msgstr ""
4956
4957 #. type: textblock
4958 #: ../src/guestfs.pod:2607
4959 msgid ""
4960 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4961 "the sysroot."
4962 msgstr ""
4963
4964 #. type: textblock
4965 #: ../src/guestfs.pod:2612 ../fish/guestfish.pod:240 ../fish/guestfish.pod:613
4966 msgid "For example:"
4967 msgstr ""
4968
4969 #. type: verbatim
4970 #: ../src/guestfs.pod:2614
4971 #, no-wrap
4972 msgid ""
4973 " asprintf (&cmd, \"cat %R\", path);\n"
4974 "\n"
4975 msgstr ""
4976
4977 #. type: textblock
4978 #: ../src/guestfs.pod:2616
4979 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
4980 msgstr ""
4981
4982 #. type: textblock
4983 #: ../src/guestfs.pod:2618
4984 msgid ""
4985 "I<Note:> Do I<not> use these when you are passing parameters to the "
4986 "C<command{,r,v,rv}()> functions.  These parameters do NOT need to be quoted "
4987 "because they are not passed via the shell (instead, straight to exec).  You "
4988 "probably want to use the C<sysroot_path()> function however."
4989 msgstr ""
4990
4991 #. type: =head2
4992 #: ../src/guestfs.pod:2624
4993 msgid "SUBMITTING YOUR NEW API ACTIONS"
4994 msgstr ""
4995
4996 #. type: textblock
4997 #: ../src/guestfs.pod:2626
4998 msgid ""
4999 "Submit patches to the mailing list: "
5000 "L<http://www.redhat.com/mailman/listinfo/libguestfs> and CC to "
5001 "L<rjones@redhat.com>."
5002 msgstr ""
5003
5004 #. type: =head2
5005 #: ../src/guestfs.pod:2630
5006 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5007 msgstr ""
5008
5009 #. type: textblock
5010 #: ../src/guestfs.pod:2632
5011 msgid "We support i18n (gettext anyhow) in the library."
5012 msgstr ""
5013
5014 #. type: textblock
5015 #: ../src/guestfs.pod:2634
5016 msgid ""
5017 "However many messages come from the daemon, and we don't translate those at "
5018 "the moment.  One reason is that the appliance generally has all locale files "
5019 "removed from it, because they take up a lot of space.  So we'd have to readd "
5020 "some of those, as well as copying our PO files into the appliance."
5021 msgstr ""
5022
5023 #. type: textblock
5024 #: ../src/guestfs.pod:2640
5025 msgid ""
5026 "Debugging messages are never translated, since they are intended for the "
5027 "programmers."
5028 msgstr ""
5029
5030 #. type: =head2
5031 #: ../src/guestfs.pod:2643
5032 msgid "SOURCE CODE SUBDIRECTORIES"
5033 msgstr ""
5034
5035 #. type: =item
5036 #: ../src/guestfs.pod:2647 ../src/guestfs-actions.pod:5827 ../fish/guestfish-actions.pod:3921
5037 msgid "C<appliance>"
5038 msgstr ""
5039
5040 #. type: textblock
5041 #: ../src/guestfs.pod:2649
5042 msgid "The libguestfs appliance, build scripts and so on."
5043 msgstr ""
5044
5045 #. type: =item
5046 #: ../src/guestfs.pod:2651
5047 msgid "C<capitests>"
5048 msgstr ""
5049
5050 #. type: textblock
5051 #: ../src/guestfs.pod:2653
5052 msgid "Automated tests of the C API."
5053 msgstr ""
5054
5055 #. type: =item
5056 #: ../src/guestfs.pod:2655
5057 msgid "C<cat>"
5058 msgstr ""
5059
5060 #. type: textblock
5061 #: ../src/guestfs.pod:2657
5062 msgid ""
5063 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5064 "documentation."
5065 msgstr ""
5066
5067 #. type: =item
5068 #: ../src/guestfs.pod:2660
5069 msgid "C<caution>"
5070 msgstr ""
5071
5072 #. type: textblock
5073 #: ../src/guestfs.pod:2662
5074 msgid ""
5075 "Safety and liveness tests of components that libguestfs depends upon (not of "
5076 "libguestfs itself).  Mainly this is for qemu and the kernel."
5077 msgstr ""
5078
5079 #. type: =item
5080 #: ../src/guestfs.pod:2665
5081 msgid "C<contrib>"
5082 msgstr ""
5083
5084 #. type: textblock
5085 #: ../src/guestfs.pod:2667
5086 msgid "Outside contributions, experimental parts."
5087 msgstr ""
5088
5089 #. type: =item
5090 #: ../src/guestfs.pod:2669
5091 msgid "C<daemon>"
5092 msgstr ""
5093
5094 #. type: textblock
5095 #: ../src/guestfs.pod:2671
5096 msgid ""
5097 "The daemon that runs inside the libguestfs appliance and carries out "
5098 "actions."
5099 msgstr ""
5100
5101 #. type: =item
5102 #: ../src/guestfs.pod:2674
5103 msgid "C<df>"
5104 msgstr ""
5105
5106 #. type: textblock
5107 #: ../src/guestfs.pod:2676
5108 msgid "L<virt-df(1)> command and documentation."
5109 msgstr ""
5110
5111 #. type: =item
5112 #: ../src/guestfs.pod:2678
5113 msgid "C<examples>"
5114 msgstr ""
5115
5116 #. type: textblock
5117 #: ../src/guestfs.pod:2680
5118 msgid "C API example code."
5119 msgstr ""
5120
5121 #. type: =item
5122 #: ../src/guestfs.pod:2682
5123 msgid "C<fish>"
5124 msgstr ""
5125
5126 #. type: textblock
5127 #: ../src/guestfs.pod:2684
5128 msgid ""
5129 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5130 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5131 "L<virt-tar-out(1)>."
5132 msgstr ""
5133
5134 #. type: =item
5135 #: ../src/guestfs.pod:2688
5136 msgid "C<fuse>"
5137 msgstr ""
5138
5139 #. type: textblock
5140 #: ../src/guestfs.pod:2690
5141 msgid "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5142 msgstr ""
5143
5144 #. type: =item
5145 #: ../src/guestfs.pod:2692
5146 msgid "C<generator>"
5147 msgstr ""
5148
5149 #. type: textblock
5150 #: ../src/guestfs.pod:2694
5151 msgid ""
5152 "The crucially important generator, used to automatically generate large "
5153 "amounts of boilerplate C code for things like RPC and bindings."
5154 msgstr ""
5155
5156 #. type: =item
5157 #: ../src/guestfs.pod:2697
5158 msgid "C<images>"
5159 msgstr ""
5160
5161 #. type: textblock
5162 #: ../src/guestfs.pod:2699
5163 msgid "Files used by the test suite."
5164 msgstr ""
5165
5166 #. type: textblock
5167 #: ../src/guestfs.pod:2701
5168 msgid "Some \"phony\" guest images which we test against."
5169 msgstr ""
5170
5171 #. type: =item
5172 #: ../src/guestfs.pod:2703
5173 msgid "C<inspector>"
5174 msgstr ""
5175
5176 #. type: textblock
5177 #: ../src/guestfs.pod:2705
5178 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5179 msgstr ""
5180
5181 #. type: =item
5182 #: ../src/guestfs.pod:2707
5183 msgid "C<logo>"
5184 msgstr ""
5185
5186 #. type: textblock
5187 #: ../src/guestfs.pod:2709
5188 msgid "Logo used on the website.  The fish is called Arthur by the way."
5189 msgstr ""
5190
5191 #. type: =item
5192 #: ../src/guestfs.pod:2711
5193 msgid "C<m4>"
5194 msgstr ""
5195
5196 #. type: textblock
5197 #: ../src/guestfs.pod:2713
5198 msgid "M4 macros used by autoconf."
5199 msgstr ""
5200
5201 #. type: =item
5202 #: ../src/guestfs.pod:2715
5203 msgid "C<po>"
5204 msgstr ""
5205
5206 #. type: textblock
5207 #: ../src/guestfs.pod:2717
5208 msgid "Translations of simple gettext strings."
5209 msgstr ""
5210
5211 #. type: =item
5212 #: ../src/guestfs.pod:2719
5213 msgid "C<po-docs>"
5214 msgstr ""
5215
5216 #. type: textblock
5217 #: ../src/guestfs.pod:2721
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:2725
5226 msgid "C<regressions>"
5227 msgstr ""
5228
5229 #. type: textblock
5230 #: ../src/guestfs.pod:2727
5231 msgid "Regression tests."
5232 msgstr ""
5233
5234 #. type: =item
5235 #: ../src/guestfs.pod:2729
5236 msgid "C<rescue>"
5237 msgstr ""
5238
5239 #. type: textblock
5240 #: ../src/guestfs.pod:2731
5241 msgid "L<virt-rescue(1)> command and documentation."
5242 msgstr ""
5243
5244 #. type: =item
5245 #: ../src/guestfs.pod:2733
5246 msgid "C<src>"
5247 msgstr ""
5248
5249 #. type: textblock
5250 #: ../src/guestfs.pod:2735
5251 msgid "Source code to the C library."
5252 msgstr ""
5253
5254 #. type: =item
5255 #: ../src/guestfs.pod:2737
5256 msgid "C<tools>"
5257 msgstr ""
5258
5259 #. type: textblock
5260 #: ../src/guestfs.pod:2739
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:2741
5266 msgid "C<test-tool>"
5267 msgstr ""
5268
5269 #. type: textblock
5270 #: ../src/guestfs.pod:2743
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:2746
5278 msgid "C<csharp>"
5279 msgstr ""
5280
5281 #. type: =item
5282 #: ../src/guestfs.pod:2748
5283 msgid "C<haskell>"
5284 msgstr ""
5285
5286 #. type: =item
5287 #: ../src/guestfs.pod:2750
5288 msgid "C<java>"
5289 msgstr ""
5290
5291 #. type: =item
5292 #: ../src/guestfs.pod:2752
5293 msgid "C<ocaml>"
5294 msgstr ""
5295
5296 #. type: =item
5297 #: ../src/guestfs.pod:2754
5298 msgid "C<php>"
5299 msgstr ""
5300
5301 #. type: =item
5302 #: ../src/guestfs.pod:2756
5303 msgid "C<perl>"
5304 msgstr ""
5305
5306 #. type: =item
5307 #: ../src/guestfs.pod:2758
5308 msgid "C<python>"
5309 msgstr ""
5310
5311 #. type: =item
5312 #: ../src/guestfs.pod:2760
5313 msgid "C<ruby>"
5314 msgstr ""
5315
5316 #. type: textblock
5317 #: ../src/guestfs.pod:2762
5318 msgid "Language bindings."
5319 msgstr ""
5320
5321 #. type: =head1
5322 #: ../src/guestfs.pod:2766
5323 msgid "LIMITS"
5324 msgstr ""
5325
5326 #. type: =head2
5327 #: ../src/guestfs.pod:2768
5328 msgid "PROTOCOL LIMITS"
5329 msgstr ""
5330
5331 #. type: textblock
5332 #: ../src/guestfs.pod:2770
5333 msgid ""
5334 "Internally libguestfs uses a message-based protocol to pass API calls and "
5335 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
5336 "plenty more detail about this).  The maximum message size used by the "
5337 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
5338 "aware of this limit.  The API calls which may be affected are individually "
5339 "documented, with a link back to this section of the documentation."
5340 msgstr ""
5341
5342 #. type: textblock
5343 #: ../src/guestfs.pod:2778
5344 msgid ""
5345 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
5346 "a simple string.  Because this string is at some point internally encoded as "
5347 "a message, the maximum size that it can return is slightly under 4 MB.  If "
5348 "the requested file is larger than this then you will get an error."
5349 msgstr ""
5350
5351 #. type: textblock
5352 #: ../src/guestfs.pod:2784
5353 msgid ""
5354 "In order to transfer large files into and out of the guest filesystem, you "
5355 "need to use particular calls that support this.  The sections L</UPLOADING> "
5356 "and L</DOWNLOADING> document how to do this."
5357 msgstr ""
5358
5359 #. type: textblock
5360 #: ../src/guestfs.pod:2788
5361 msgid ""
5362 "You might also consider mounting the disk image using our FUSE filesystem "
5363 "support (L<guestmount(1)>)."
5364 msgstr ""
5365
5366 #. type: =head2
5367 #: ../src/guestfs.pod:2791
5368 msgid "MAXIMUM NUMBER OF DISKS"
5369 msgstr ""
5370
5371 #. type: textblock
5372 #: ../src/guestfs.pod:2793
5373 msgid "When using virtio disks (the default) the current limit is B<25> disks."
5374 msgstr ""
5375
5376 #. type: textblock
5377 #: ../src/guestfs.pod:2796
5378 msgid ""
5379 "Virtio itself consumes 1 virtual PCI slot per disk, and PCI is limited to 31 "
5380 "slots.  However febootstrap only understands disks with names C</dev/vda> "
5381 "through C</dev/vdz> (26 letters) and it reserves one disk for its own "
5382 "purposes."
5383 msgstr ""
5384
5385 #. type: textblock
5386 #: ../src/guestfs.pod:2801
5387 msgid ""
5388 "We are working to substantially raise this limit in future versions but it "
5389 "requires complex changes to qemu."
5390 msgstr ""
5391
5392 #. type: textblock
5393 #: ../src/guestfs.pod:2804
5394 msgid ""
5395 "In future versions of libguestfs it should also be possible to \"hot plug\" "
5396 "disks (add and remove disks after calling L</guestfs_launch>).  This also "
5397 "requires changes to qemu."
5398 msgstr ""
5399
5400 #. type: =head2
5401 #: ../src/guestfs.pod:2808
5402 msgid "MAXIMUM NUMBER OF PARTITIONS PER DISK"
5403 msgstr ""
5404
5405 #. type: textblock
5406 #: ../src/guestfs.pod:2810
5407 msgid "Virtio limits the maximum number of partitions per disk to B<15>."
5408 msgstr ""
5409
5410 #. type: textblock
5411 #: ../src/guestfs.pod:2812
5412 msgid ""
5413 "This is because it reserves 4 bits for the minor device number (thus "
5414 "C</dev/vda>, and C</dev/vda1> through C</dev/vda15>)."
5415 msgstr ""
5416
5417 #. type: textblock
5418 #: ../src/guestfs.pod:2815
5419 msgid ""
5420 "If you attach a disk with more than 15 partitions, the extra partitions are "
5421 "ignored by libguestfs."
5422 msgstr ""
5423
5424 #. type: =head2
5425 #: ../src/guestfs.pod:2818
5426 msgid "MAXIMUM SIZE OF A DISK"
5427 msgstr ""
5428
5429 #. type: textblock
5430 #: ../src/guestfs.pod:2820
5431 msgid "Probably the limit is between 2**63-1 and 2**64-1 bytes."
5432 msgstr ""
5433
5434 #. type: textblock
5435 #: ../src/guestfs.pod:2822
5436 msgid ""
5437 "We have tested block devices up to 1 exabyte (2**60 or "
5438 "1,152,921,504,606,846,976 bytes) using sparse files backed by an XFS host "
5439 "filesystem."
5440 msgstr ""
5441
5442 #. type: textblock
5443 #: ../src/guestfs.pod:2826
5444 msgid ""
5445 "Although libguestfs probably does not impose any limit, the underlying host "
5446 "storage will.  If you store disk images on a host ext4 filesystem, then the "
5447 "maximum size will be limited by the maximum ext4 file size (currently 16 "
5448 "TB).  If you store disk images as host logical volumes then you are limited "
5449 "by the maximum size of an LV."
5450 msgstr ""
5451
5452 #. type: textblock
5453 #: ../src/guestfs.pod:2832
5454 msgid ""
5455 "For the hugest disk image files, we recommend using XFS on the host for "
5456 "storage."
5457 msgstr ""
5458
5459 #. type: =head2
5460 #: ../src/guestfs.pod:2835
5461 msgid "MAXIMUM SIZE OF A PARTITION"
5462 msgstr ""
5463
5464 #. type: textblock
5465 #: ../src/guestfs.pod:2837
5466 msgid ""
5467 "The MBR (ie. classic MS-DOS) partitioning scheme uses 32 bit sector "
5468 "numbers.  Assuming a 512 byte sector size, this means that MBR cannot "
5469 "address a partition located beyond 2 TB on the disk."
5470 msgstr ""
5471
5472 #. type: textblock
5473 #: ../src/guestfs.pod:2841
5474 msgid ""
5475 "It is recommended that you use GPT partitions on disks which are larger than "
5476 "this size.  GPT uses 64 bit sector numbers and so can address partitions "
5477 "which are theoretically larger than the largest disk we could support."
5478 msgstr ""
5479
5480 #. type: =head2
5481 #: ../src/guestfs.pod:2846
5482 msgid "MAXIMUM SIZE OF A FILESYSTEM, FILES, DIRECTORIES"
5483 msgstr ""
5484
5485 #. type: textblock
5486 #: ../src/guestfs.pod:2848
5487 msgid ""
5488 "This depends on the filesystem type.  libguestfs itself does not impose any "
5489 "known limit.  Consult Wikipedia or the filesystem documentation to find out "
5490 "what these limits are."
5491 msgstr ""
5492
5493 #. type: =head2
5494 #: ../src/guestfs.pod:2852
5495 msgid "MAXIMUM UPLOAD AND DOWNLOAD"
5496 msgstr ""
5497
5498 #. type: textblock
5499 #: ../src/guestfs.pod:2854
5500 msgid ""
5501 "The API functions L</guestfs_upload>, L</guestfs_download>, "
5502 "L</guestfs_tar_in>, L</guestfs_tar_out> and the like allow unlimited sized "
5503 "uploads and downloads."
5504 msgstr ""
5505
5506 #. type: =head2
5507 #: ../src/guestfs.pod:2858
5508 msgid "INSPECTION LIMITS"
5509 msgstr ""
5510
5511 #. type: textblock
5512 #: ../src/guestfs.pod:2860
5513 msgid ""
5514 "The inspection code has several arbitrary limits on things like the size of "
5515 "Windows Registry hive it will read, and the length of product name.  These "
5516 "are intended to stop a malicious guest from consuming arbitrary amounts of "
5517 "memory and disk space on the host, and should not be reached in practice.  "
5518 "See the source code for more information."
5519 msgstr ""
5520
5521 #. type: =head1
5522 #: ../src/guestfs.pod:2866 ../fish/guestfish.pod:1015 ../test-tool/libguestfs-test-tool.pod:82 ../tools/virt-edit.pl:476
5523 msgid "ENVIRONMENT VARIABLES"
5524 msgstr ""
5525
5526 #. type: =item
5527 #: ../src/guestfs.pod:2870 ../fish/guestfish.pod:1041
5528 msgid "LIBGUESTFS_APPEND"
5529 msgstr ""
5530
5531 #. type: textblock
5532 #: ../src/guestfs.pod:2872 ../fish/guestfish.pod:1043
5533 msgid "Pass additional options to the guest kernel."
5534 msgstr ""
5535
5536 #. type: =item
5537 #: ../src/guestfs.pod:2874 ../fish/guestfish.pod:1045
5538 msgid "LIBGUESTFS_DEBUG"
5539 msgstr ""
5540
5541 #. type: textblock
5542 #: ../src/guestfs.pod:2876
5543 msgid ""
5544 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5545 "effect as calling C<guestfs_set_verbose (g, 1)>."
5546 msgstr ""
5547
5548 #. type: =item
5549 #: ../src/guestfs.pod:2879 ../fish/guestfish.pod:1050
5550 msgid "LIBGUESTFS_MEMSIZE"
5551 msgstr ""
5552
5553 #. type: textblock
5554 #: ../src/guestfs.pod:2881 ../fish/guestfish.pod:1052
5555 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
5556 msgstr ""
5557
5558 #. type: verbatim
5559 #: ../src/guestfs.pod:2884 ../fish/guestfish.pod:1055
5560 #, no-wrap
5561 msgid ""
5562 " LIBGUESTFS_MEMSIZE=700\n"
5563 "\n"
5564 msgstr ""
5565
5566 #. type: =item
5567 #: ../src/guestfs.pod:2886 ../fish/guestfish.pod:1057
5568 msgid "LIBGUESTFS_PATH"
5569 msgstr ""
5570
5571 #. type: textblock
5572 #: ../src/guestfs.pod:2888
5573 msgid ""
5574 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5575 "the discussion of paths in section L</PATH> above."
5576 msgstr ""
5577
5578 #. type: =item
5579 #: ../src/guestfs.pod:2891 ../fish/guestfish.pod:1062
5580 msgid "LIBGUESTFS_QEMU"
5581 msgstr ""
5582
5583 #. type: textblock
5584 #: ../src/guestfs.pod:2893 ../fish/guestfish.pod:1064
5585 msgid ""
5586 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5587 "which was found at compile time by the configure script is used."
5588 msgstr ""
5589
5590 #. type: textblock
5591 #: ../src/guestfs.pod:2897
5592 msgid "See also L</QEMU WRAPPERS> above."
5593 msgstr ""
5594
5595 #. type: =item
5596 #: ../src/guestfs.pod:2899 ../fish/guestfish.pod:1068
5597 msgid "LIBGUESTFS_TRACE"
5598 msgstr ""
5599
5600 #. type: textblock
5601 #: ../src/guestfs.pod:2901
5602 msgid ""
5603 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5604 "effect as calling C<guestfs_set_trace (g, 1)>."
5605 msgstr ""
5606
5607 #. type: =item
5608 #: ../src/guestfs.pod:2904 ../fish/guestfish.pod:1077
5609 msgid "TMPDIR"
5610 msgstr ""
5611
5612 #. type: textblock
5613 #: ../src/guestfs.pod:2906 ../fish/guestfish.pod:1079
5614 msgid ""
5615 "Location of temporary directory, defaults to C</tmp> except for the cached "
5616 "supermin appliance which defaults to C</var/tmp>."
5617 msgstr ""
5618
5619 #. type: textblock
5620 #: ../src/guestfs.pod:2909 ../fish/guestfish.pod:1082
5621 msgid ""
5622 "If libguestfs was compiled to use the supermin appliance then the real "
5623 "appliance is cached in this directory, shared between all handles belonging "
5624 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5625 "use in case C</var/tmp> is not large enough."
5626 msgstr ""
5627
5628 #. type: =head1
5629 #: ../src/guestfs.pod:2917 ../fish/guestfish.pod:1149 ../test-tool/libguestfs-test-tool.pod:87 ../fuse/guestmount.pod:277 ../tools/virt-edit.pl:496 ../tools/virt-win-reg.pl:572 ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:286 ../tools/virt-make-fs.pl:539 ../tools/virt-list-partitions.pl:257
5630 msgid "SEE ALSO"
5631 msgstr ""
5632
5633 #. type: textblock
5634 #: ../src/guestfs.pod:2919
5635 msgid ""
5636 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, "
5637 "L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, "
5638 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
5639 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
5640 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
5641 "L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, "
5642 "L<virt-win-reg(1)>, L<qemu(1)>, L<febootstrap(1)>, L<hivex(3)>, "
5643 "L<http://libguestfs.org/>."
5644 msgstr ""
5645
5646 #. type: textblock
5647 #: ../src/guestfs.pod:2946
5648 msgid ""
5649 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
5650 "L<lvm(8)>, L<disktype(1)>."
5651 msgstr ""
5652
5653 #. type: =head1
5654 #: ../src/guestfs.pod:2953 ../tools/virt-win-reg.pl:587 ../tools/virt-make-fs.pl:553
5655 msgid "BUGS"
5656 msgstr ""
5657
5658 #. type: textblock
5659 #: ../src/guestfs.pod:2955
5660 msgid "To get a list of bugs against libguestfs use this link:"
5661 msgstr ""
5662
5663 #. type: textblock
5664 #: ../src/guestfs.pod:2957
5665 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
5666 msgstr ""
5667
5668 #. type: textblock
5669 #: ../src/guestfs.pod:2959
5670 msgid "To report a new bug against libguestfs use this link:"
5671 msgstr ""
5672
5673 #. type: textblock
5674 #: ../src/guestfs.pod:2961
5675 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
5676 msgstr ""
5677
5678 #. type: textblock
5679 #: ../src/guestfs.pod:2963
5680 msgid "When reporting a bug, please check:"
5681 msgstr ""
5682
5683 #. type: textblock
5684 #: ../src/guestfs.pod:2969
5685 msgid "That the bug hasn't been reported already."
5686 msgstr ""
5687
5688 #. type: textblock
5689 #: ../src/guestfs.pod:2973
5690 msgid "That you are testing a recent version."
5691 msgstr ""
5692
5693 #. type: textblock
5694 #: ../src/guestfs.pod:2977
5695 msgid "Describe the bug accurately, and give a way to reproduce it."
5696 msgstr ""
5697
5698 #. type: textblock
5699 #: ../src/guestfs.pod:2981
5700 msgid ""
5701 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5702 "bug report."
5703 msgstr ""
5704
5705 #. type: =head1
5706 #: ../src/guestfs.pod:2986 ../fish/guestfish.pod:1172 ../test-tool/libguestfs-test-tool.pod:93 ../fuse/guestmount.pod:288
5707 msgid "AUTHORS"
5708 msgstr ""
5709
5710 #. type: textblock
5711 #: ../src/guestfs.pod:2988 ../fish/guestfish.pod:1174 ../test-tool/libguestfs-test-tool.pod:95 ../fuse/guestmount.pod:290
5712 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5713 msgstr ""
5714
5715 #. type: =head1
5716 #: ../src/guestfs.pod:2990 ../fish/guestfish.pod:1176 ../test-tool/libguestfs-test-tool.pod:97 ../fuse/guestmount.pod:292 ../tools/virt-edit.pl:514 ../tools/virt-win-reg.pl:602 ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:568 ../tools/virt-list-partitions.pl:273
5717 msgid "COPYRIGHT"
5718 msgstr ""
5719
5720 #. type: textblock
5721 #: ../src/guestfs.pod:2992 ../fish/guestfish.pod:1178 ../test-tool/libguestfs-test-tool.pod:99
5722 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
5723 msgstr ""
5724
5725 #. type: textblock
5726 #: ../src/guestfs.pod:2995
5727 msgid ""
5728 "This library is free software; you can redistribute it and/or modify it "
5729 "under the terms of the GNU Lesser General Public License as published by the "
5730 "Free Software Foundation; either version 2 of the License, or (at your "
5731 "option) any later version."
5732 msgstr ""
5733
5734 #. type: textblock
5735 #: ../src/guestfs.pod:3000
5736 msgid ""
5737 "This library is distributed in the hope that it will be useful, but WITHOUT "
5738 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5739 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5740 "for more details."
5741 msgstr ""
5742
5743 #. type: textblock
5744 #: ../src/guestfs.pod:3005
5745 msgid ""
5746 "You should have received a copy of the GNU Lesser General Public License "
5747 "along with this library; if not, write to the Free Software Foundation, "
5748 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5749 msgstr ""
5750
5751 #. type: =head2
5752 #: ../src/guestfs-actions.pod:1
5753 msgid "guestfs_add_cdrom"
5754 msgstr ""
5755
5756 #. type: verbatim
5757 #: ../src/guestfs-actions.pod:3
5758 #, no-wrap
5759 msgid ""
5760 " int\n"
5761 " guestfs_add_cdrom (guestfs_h *g,\n"
5762 "                    const char *filename);\n"
5763 "\n"
5764 msgstr ""
5765
5766 #. type: textblock
5767 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5768 msgid "This function adds a virtual CD-ROM disk image to the guest."
5769 msgstr ""
5770
5771 #. type: textblock
5772 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5773 msgid "This is equivalent to the qemu parameter I<-cdrom filename>."
5774 msgstr ""
5775
5776 #. type: textblock
5777 #: ../src/guestfs-actions.pod:17
5778 msgid ""
5779 "This call checks for the existence of C<filename>.  This stops you from "
5780 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5781 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5782 "instead."
5783 msgstr ""
5784
5785 #. type: textblock
5786 #: ../src/guestfs-actions.pod:24
5787 msgid ""
5788 "If you just want to add an ISO file (often you use this as an efficient way "
5789 "to transfer large files into the guest), then you should probably use "
5790 "C<guestfs_add_drive_ro> instead."
5791 msgstr ""
5792
5793 #. type: textblock
5794 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:134 ../src/guestfs-actions.pod:195 ../src/guestfs-actions.pod:232 ../src/guestfs-actions.pod:246 ../src/guestfs-actions.pod:267 ../src/guestfs-actions.pod:287 ../src/guestfs-actions.pod:301 ../src/guestfs-actions.pod:416 ../src/guestfs-actions.pod:436 ../src/guestfs-actions.pod:450 ../src/guestfs-actions.pod:495 ../src/guestfs-actions.pod:523 ../src/guestfs-actions.pod:541 ../src/guestfs-actions.pod:608 ../src/guestfs-actions.pod:641 ../src/guestfs-actions.pod:655 ../src/guestfs-actions.pod:670 ../src/guestfs-actions.pod:769 ../src/guestfs-actions.pod:787 ../src/guestfs-actions.pod:801 ../src/guestfs-actions.pod:815 ../src/guestfs-actions.pod:976 ../src/guestfs-actions.pod:996 ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1098 ../src/guestfs-actions.pod:1116 ../src/guestfs-actions.pod:1135 ../src/guestfs-actions.pod:1149 ../src/guestfs-actions.pod:1169 ../src/guestfs-actions.pod:1239 ../src/guestfs-actions.pod:1270 ../src/guestfs-actions.pod:1295 ../src/guestfs-actions.pod:1337 ../src/guestfs-actions.pod:1443 ../src/guestfs-actions.pod:1477 ../src/guestfs-actions.pod:1692 ../src/guestfs-actions.pod:1714 ../src/guestfs-actions.pod:1801 ../src/guestfs-actions.pod:2263 ../src/guestfs-actions.pod:2407 ../src/guestfs-actions.pod:2468 ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:3456 ../src/guestfs-actions.pod:3471 ../src/guestfs-actions.pod:3496 ../src/guestfs-actions.pod:3651 ../src/guestfs-actions.pod:3665 ../src/guestfs-actions.pod:3678 ../src/guestfs-actions.pod:3692 ../src/guestfs-actions.pod:3707 ../src/guestfs-actions.pod:3743 ../src/guestfs-actions.pod:3815 ../src/guestfs-actions.pod:3835 ../src/guestfs-actions.pod:3852 ../src/guestfs-actions.pod:3875 ../src/guestfs-actions.pod:3898 ../src/guestfs-actions.pod:3930 ../src/guestfs-actions.pod:3949 ../src/guestfs-actions.pod:3968 ../src/guestfs-actions.pod:4003 ../src/guestfs-actions.pod:4015 ../src/guestfs-actions.pod:4051 ../src/guestfs-actions.pod:4067 ../src/guestfs-actions.pod:4080 ../src/guestfs-actions.pod:4095 ../src/guestfs-actions.pod:4112 ../src/guestfs-actions.pod:4205 ../src/guestfs-actions.pod:4225 ../src/guestfs-actions.pod:4238 ../src/guestfs-actions.pod:4289 ../src/guestfs-actions.pod:4307 ../src/guestfs-actions.pod:4325 ../src/guestfs-actions.pod:4341 ../src/guestfs-actions.pod:4355 ../src/guestfs-actions.pod:4369 ../src/guestfs-actions.pod:4386 ../src/guestfs-actions.pod:4401 ../src/guestfs-actions.pod:4421 ../src/guestfs-actions.pod:4479 ../src/guestfs-actions.pod:4552 ../src/guestfs-actions.pod:4583 ../src/guestfs-actions.pod:4602 ../src/guestfs-actions.pod:4621 ../src/guestfs-actions.pod:4633 ../src/guestfs-actions.pod:4650 ../src/guestfs-actions.pod:4663 ../src/guestfs-actions.pod:4678 ../src/guestfs-actions.pod:4693 ../src/guestfs-actions.pod:4728 ../src/guestfs-actions.pod:4750 ../src/guestfs-actions.pod:4770 ../src/guestfs-actions.pod:4784 ../src/guestfs-actions.pod:4801 ../src/guestfs-actions.pod:4850 ../src/guestfs-actions.pod:4896 ../src/guestfs-actions.pod:4910 ../src/guestfs-actions.pod:4938 ../src/guestfs-actions.pod:4955 ../src/guestfs-actions.pod:4973 ../src/guestfs-actions.pod:5107 ../src/guestfs-actions.pod:5164 ../src/guestfs-actions.pod:5186 ../src/guestfs-actions.pod:5204 ../src/guestfs-actions.pod:5236 ../src/guestfs-actions.pod:5302 ../src/guestfs-actions.pod:5319 ../src/guestfs-actions.pod:5332 ../src/guestfs-actions.pod:5346 ../src/guestfs-actions.pod:5635 ../src/guestfs-actions.pod:5654 ../src/guestfs-actions.pod:5673 ../src/guestfs-actions.pod:5685 ../src/guestfs-actions.pod:5697 ../src/guestfs-actions.pod:5711 ../src/guestfs-actions.pod:5723 ../src/guestfs-actions.pod:5737 ../src/guestfs-actions.pod:5753 ../src/guestfs-actions.pod:5774 ../src/guestfs-actions.pod:5793 ../src/guestfs-actions.pod:5812 ../src/guestfs-actions.pod:5842 ../src/guestfs-actions.pod:5858 ../src/guestfs-actions.pod:5881 ../src/guestfs-actions.pod:5899 ../src/guestfs-actions.pod:5918 ../src/guestfs-actions.pod:5939 ../src/guestfs-actions.pod:5958 ../src/guestfs-actions.pod:5975 ../src/guestfs-actions.pod:6003 ../src/guestfs-actions.pod:6027 ../src/guestfs-actions.pod:6046 ../src/guestfs-actions.pod:6070 ../src/guestfs-actions.pod:6089 ../src/guestfs-actions.pod:6104 ../src/guestfs-actions.pod:6123 ../src/guestfs-actions.pod:6160 ../src/guestfs-actions.pod:6190 ../src/guestfs-actions.pod:6223 ../src/guestfs-actions.pod:6345 ../src/guestfs-actions.pod:6466 ../src/guestfs-actions.pod:6478 ../src/guestfs-actions.pod:6491 ../src/guestfs-actions.pod:6504 ../src/guestfs-actions.pod:6526 ../src/guestfs-actions.pod:6539 ../src/guestfs-actions.pod:6552 ../src/guestfs-actions.pod:6565 ../src/guestfs-actions.pod:6580 ../src/guestfs-actions.pod:6639 ../src/guestfs-actions.pod:6656 ../src/guestfs-actions.pod:6672 ../src/guestfs-actions.pod:6688 ../src/guestfs-actions.pod:6705 ../src/guestfs-actions.pod:6718 ../src/guestfs-actions.pod:6738 ../src/guestfs-actions.pod:6774 ../src/guestfs-actions.pod:6788 ../src/guestfs-actions.pod:6829 ../src/guestfs-actions.pod:6842 ../src/guestfs-actions.pod:6860 ../src/guestfs-actions.pod:6894 ../src/guestfs-actions.pod:6930 ../src/guestfs-actions.pod:7049 ../src/guestfs-actions.pod:7067 ../src/guestfs-actions.pod:7081 ../src/guestfs-actions.pod:7136 ../src/guestfs-actions.pod:7149 ../src/guestfs-actions.pod:7194 ../src/guestfs-actions.pod:7227 ../src/guestfs-actions.pod:7288 ../src/guestfs-actions.pod:7314 ../src/guestfs-actions.pod:7380 ../src/guestfs-actions.pod:7399 ../src/guestfs-actions.pod:7428
5795 msgid "This function returns 0 on success or -1 on error."
5796 msgstr ""
5797
5798 #. type: textblock
5799 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248 ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
5800 msgid ""
5801 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5802 "instead."
5803 msgstr ""
5804
5805 #. type: textblock
5806 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:251 ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:1448 ../src/guestfs-actions.pod:1941 ../src/guestfs-actions.pod:1962 ../src/guestfs-actions.pod:4426 ../src/guestfs-actions.pod:4733 ../src/guestfs-actions.pod:6168 ../src/guestfs-actions.pod:6198 ../src/guestfs-actions.pod:6231 ../src/guestfs-actions.pod:6290 ../src/guestfs-actions.pod:7232 ../src/guestfs-actions.pod:7322 ../src/guestfs-actions.pod:7491 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:175 ../fish/guestfish-actions.pod:956 ../fish/guestfish-actions.pod:1316 ../fish/guestfish-actions.pod:1330 ../fish/guestfish-actions.pod:3005 ../fish/guestfish-actions.pod:3202 ../fish/guestfish-actions.pod:4183 ../fish/guestfish-actions.pod:4206 ../fish/guestfish-actions.pod:4228 ../fish/guestfish-actions.pod:4266 ../fish/guestfish-actions.pod:4907 ../fish/guestfish-actions.pod:5004
5807 msgid ""
5808 "Deprecated functions will not be removed from the API, but the fact that "
5809 "they are deprecated indicates that there are problems with correct use of "
5810 "these functions."
5811 msgstr ""
5812
5813 #. type: textblock
5814 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:136 ../src/guestfs-actions.pod:1100 ../src/guestfs-actions.pod:1913 ../src/guestfs-actions.pod:2011 ../src/guestfs-actions.pod:2114 ../src/guestfs-actions.pod:3458 ../src/guestfs-actions.pod:3478 ../src/guestfs-actions.pod:4737 ../src/guestfs-actions.pod:5860 ../src/guestfs-actions.pod:5977 ../src/guestfs-actions.pod:6091 ../src/guestfs-actions.pod:6582 ../src/guestfs-actions.pod:6707 ../src/guestfs-actions.pod:7236
5815 msgid "(Added in 0.3)"
5816 msgstr ""
5817
5818 #. type: =head2
5819 #: ../src/guestfs-actions.pod:41
5820 msgid "guestfs_add_domain"
5821 msgstr ""
5822
5823 #. type: verbatim
5824 #: ../src/guestfs-actions.pod:43
5825 #, no-wrap
5826 msgid ""
5827 " int\n"
5828 " guestfs_add_domain (guestfs_h *g,\n"
5829 "                     const char *dom,\n"
5830 "                     ...);\n"
5831 "\n"
5832 msgstr ""
5833
5834 #. type: textblock
5835 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145 ../src/guestfs-actions.pod:4440
5836 msgid ""
5837 "You may supply a list of optional arguments to this call.  Use zero or more "
5838 "of the following pairs of parameters, and terminate the list with C<-1> on "
5839 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5840 msgstr ""
5841
5842 #. type: verbatim
5843 #: ../src/guestfs-actions.pod:53
5844 #, no-wrap
5845 msgid ""
5846 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5847 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5848 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5849 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
5850 "\n"
5851 msgstr ""
5852
5853 #. type: textblock
5854 #: ../src/guestfs-actions.pod:58
5855 msgid ""
5856 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5857 "It works by connecting to libvirt, requesting the domain and domain XML from "
5858 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5859 "one."
5860 msgstr ""
5861
5862 #. type: textblock
5863 #: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46
5864 msgid ""
5865 "The number of disks added is returned.  This operation is atomic: if an "
5866 "error is returned, then no disks are added."
5867 msgstr ""
5868
5869 #. type: textblock
5870 #: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49
5871 msgid ""
5872 "This function does some minimal checks to make sure the libvirt domain is "
5873 "not running (unless C<readonly> is true).  In a future version we will try "
5874 "to acquire the libvirt lock on each disk."
5875 msgstr ""
5876
5877 #. type: textblock
5878 #: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53
5879 msgid ""
5880 "Disks must be accessible locally.  This often means that adding disks from a "
5881 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5882 "unless those disks are accessible via the same device path locally too."
5883 msgstr ""
5884
5885 #. type: textblock
5886 #: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58
5887 msgid ""
5888 "The optional C<libvirturi> parameter sets the libvirt URI (see "
5889 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
5890 "default libvirt URI (or one set through an environment variable, see the "
5891 "libvirt documentation for full details)."
5892 msgstr ""
5893
5894 #. type: textblock
5895 #: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64
5896 msgid ""
5897 "The optional C<live> flag controls whether this call will try to connect to "
5898 "a running virtual machine C<guestfsd> process if it sees a suitable "
5899 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
5900 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
5901 "DAEMONS> for more information."
5902 msgstr ""
5903
5904 #. type: textblock
5905 #: ../src/guestfs-actions.pod:88
5906 msgid ""
5907 "The other optional parameters are passed directly through to "
5908 "C<guestfs_add_drive_opts>."
5909 msgstr ""
5910
5911 #. type: textblock
5912 #: ../src/guestfs-actions.pod:91 ../src/guestfs-actions.pod:344 ../src/guestfs-actions.pod:509 ../src/guestfs-actions.pod:687 ../src/guestfs-actions.pod:718 ../src/guestfs-actions.pod:736 ../src/guestfs-actions.pod:755 ../src/guestfs-actions.pod:1315 ../src/guestfs-actions.pod:1671 ../src/guestfs-actions.pod:1874 ../src/guestfs-actions.pod:1983 ../src/guestfs-actions.pod:2023 ../src/guestfs-actions.pod:2078 ../src/guestfs-actions.pod:2101 ../src/guestfs-actions.pod:2394 ../src/guestfs-actions.pod:2777 ../src/guestfs-actions.pod:2798 ../src/guestfs-actions.pod:4873 ../src/guestfs-actions.pod:5010 ../src/guestfs-actions.pod:5416 ../src/guestfs-actions.pod:5442 ../src/guestfs-actions.pod:6815 ../src/guestfs-actions.pod:7247 ../src/guestfs-actions.pod:7260 ../src/guestfs-actions.pod:7273
5913 msgid "On error this function returns -1."
5914 msgstr ""
5915
5916 #. type: textblock
5917 #: ../src/guestfs-actions.pod:93
5918 msgid "(Added in 1.7.4)"
5919 msgstr ""
5920
5921 #. type: =head2
5922 #: ../src/guestfs-actions.pod:95
5923 msgid "guestfs_add_domain_va"
5924 msgstr ""
5925
5926 #. type: verbatim
5927 #: ../src/guestfs-actions.pod:97
5928 #, no-wrap
5929 msgid ""
5930 " int\n"
5931 " guestfs_add_domain_va (guestfs_h *g,\n"
5932 "                        const char *dom,\n"
5933 "                        va_list args);\n"
5934 "\n"
5935 msgstr ""
5936
5937 #. type: textblock
5938 #: ../src/guestfs-actions.pod:102
5939 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5940 msgstr ""
5941
5942 #. type: textblock
5943 #: ../src/guestfs-actions.pod:104 ../src/guestfs-actions.pod:115 ../src/guestfs-actions.pod:208 ../src/guestfs-actions.pod:219 ../src/guestfs-actions.pod:4493 ../src/guestfs-actions.pod:4505
5944 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5945 msgstr ""
5946
5947 #. type: =head2
5948 #: ../src/guestfs-actions.pod:106
5949 msgid "guestfs_add_domain_argv"
5950 msgstr ""
5951
5952 #. type: verbatim
5953 #: ../src/guestfs-actions.pod:108
5954 #, no-wrap
5955 msgid ""
5956 " int\n"
5957 " guestfs_add_domain_argv (guestfs_h *g,\n"
5958 "                          const char *dom,\n"
5959 "                          const struct guestfs_add_domain_argv *optargs);\n"
5960 "\n"
5961 msgstr ""
5962
5963 #. type: textblock
5964 #: ../src/guestfs-actions.pod:113
5965 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5966 msgstr ""
5967
5968 #. type: =head2
5969 #: ../src/guestfs-actions.pod:117
5970 msgid "guestfs_add_drive"
5971 msgstr ""
5972
5973 #. type: verbatim
5974 #: ../src/guestfs-actions.pod:119
5975 #, no-wrap
5976 msgid ""
5977 " int\n"
5978 " guestfs_add_drive (guestfs_h *g,\n"
5979 "                    const char *filename);\n"
5980 "\n"
5981 msgstr ""
5982
5983 #. type: textblock
5984 #: ../src/guestfs-actions.pod:123
5985 msgid ""
5986 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5987 "optional parameters, so the disk is added writable, with the format being "
5988 "detected automatically."
5989 msgstr ""
5990
5991 #. type: textblock
5992 #: ../src/guestfs-actions.pod:127
5993 msgid ""
5994 "Automatic detection of the format opens you up to a potential security hole "
5995 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5996 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5997 "you should think about replacing calls to this function with calls to "
5998 "C<guestfs_add_drive_opts>, and specifying the format."
5999 msgstr ""
6000
6001 #. type: =head2
6002 #: ../src/guestfs-actions.pod:138
6003 msgid "guestfs_add_drive_opts"
6004 msgstr ""
6005
6006 #. type: verbatim
6007 #: ../src/guestfs-actions.pod:140
6008 #, no-wrap
6009 msgid ""
6010 " int\n"
6011 " guestfs_add_drive_opts (guestfs_h *g,\n"
6012 "                         const char *filename,\n"
6013 "                         ...);\n"
6014 "\n"
6015 msgstr ""
6016
6017 #. type: verbatim
6018 #: ../src/guestfs-actions.pod:150
6019 #, no-wrap
6020 msgid ""
6021 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6022 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6023 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6024 "\n"
6025 msgstr ""
6026
6027 #. type: textblock
6028 #: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97
6029 msgid ""
6030 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6031 "The first time you call this function, the disk appears as C</dev/sda>, the "
6032 "second time as C</dev/sdb>, and so on."
6033 msgstr ""
6034
6035 #. type: textblock
6036 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102
6037 msgid ""
6038 "You don't necessarily need to be root when using libguestfs.  However you "
6039 "obviously do need sufficient permissions to access the filename for whatever "
6040 "operations you want to perform (ie. read access if you just want to read the "
6041 "image or write access if you want to modify the image)."
6042 msgstr ""
6043
6044 #. type: textblock
6045 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108
6046 msgid "This call checks that C<filename> exists."
6047 msgstr ""
6048
6049 #. type: textblock
6050 #: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4451 ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:3016
6051 msgid "The optional arguments are:"
6052 msgstr ""
6053
6054 #. type: =item
6055 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114
6056 msgid "C<readonly>"
6057 msgstr ""
6058
6059 #. type: textblock
6060 #: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116
6061 msgid ""
6062 "If true then the image is treated as read-only.  Writes are still allowed, "
6063 "but they are stored in a temporary snapshot overlay which is discarded at "
6064 "the end.  The disk that you add is not modified."
6065 msgstr ""
6066
6067 #. type: =item
6068 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120
6069 msgid "C<format>"
6070 msgstr ""
6071
6072 #. type: textblock
6073 #: ../src/guestfs-actions.pod:179
6074 msgid ""
6075 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6076 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6077 "Possible formats include C<raw> and C<qcow2>."
6078 msgstr ""
6079
6080 #. type: textblock
6081 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126
6082 msgid ""
6083 "Automatic detection of the format opens you up to a potential security hole "
6084 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6085 "RHBZ#642934.  Specifying the format closes this security hole."
6086 msgstr ""
6087
6088 #. type: =item
6089 #: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131
6090 msgid "C<iface>"
6091 msgstr ""
6092
6093 #. type: textblock
6094 #: ../src/guestfs-actions.pod:190
6095 msgid ""
6096 "This rarely-used option lets you emulate the behaviour of the deprecated "
6097 "C<guestfs_add_drive_with_if> call (q.v.)"
6098 msgstr ""
6099
6100 #. type: textblock
6101 #: ../src/guestfs-actions.pod:197
6102 msgid "(Added in 1.5.23)"
6103 msgstr ""
6104
6105 #. type: =head2
6106 #: ../src/guestfs-actions.pod:199
6107 msgid "guestfs_add_drive_opts_va"
6108 msgstr ""
6109
6110 #. type: verbatim
6111 #: ../src/guestfs-actions.pod:201
6112 #, no-wrap
6113 msgid ""
6114 " int\n"
6115 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6116 "                            const char *filename,\n"
6117 "                            va_list args);\n"
6118 "\n"
6119 msgstr ""
6120
6121 #. type: textblock
6122 #: ../src/guestfs-actions.pod:206
6123 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6124 msgstr ""
6125
6126 #. type: =head2
6127 #: ../src/guestfs-actions.pod:210
6128 msgid "guestfs_add_drive_opts_argv"
6129 msgstr ""
6130
6131 #. type: verbatim
6132 #: ../src/guestfs-actions.pod:212
6133 #, no-wrap
6134 msgid ""
6135 " int\n"
6136 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6137 "                              const char *filename,\n"
6138 "                              const struct guestfs_add_drive_opts_argv "
6139 "*optargs);\n"
6140 "\n"
6141 msgstr ""
6142
6143 #. type: textblock
6144 #: ../src/guestfs-actions.pod:217
6145 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6146 msgstr ""
6147
6148 #. type: =head2
6149 #: ../src/guestfs-actions.pod:221
6150 msgid "guestfs_add_drive_ro"
6151 msgstr ""
6152
6153 #. type: verbatim
6154 #: ../src/guestfs-actions.pod:223
6155 #, no-wrap
6156 msgid ""
6157 " int\n"
6158 " guestfs_add_drive_ro (guestfs_h *g,\n"
6159 "                       const char *filename);\n"
6160 "\n"
6161 msgstr ""
6162
6163 #. type: textblock
6164 #: ../src/guestfs-actions.pod:227
6165 msgid ""
6166 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6167 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6168 "disk is added read-only, with the format being detected automatically."
6169 msgstr ""
6170
6171 #. type: textblock
6172 #: ../src/guestfs-actions.pod:234
6173 msgid "(Added in 1.0.38)"
6174 msgstr ""
6175
6176 #. type: =head2
6177 #: ../src/guestfs-actions.pod:236
6178 msgid "guestfs_add_drive_ro_with_if"
6179 msgstr ""
6180
6181 #. type: verbatim
6182 #: ../src/guestfs-actions.pod:238
6183 #, no-wrap
6184 msgid ""
6185 " int\n"
6186 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6187 "                               const char *filename,\n"
6188 "                               const char *iface);\n"
6189 "\n"
6190 msgstr ""
6191
6192 #. type: textblock
6193 #: ../src/guestfs-actions.pod:243
6194 msgid ""
6195 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6196 "QEMU interface emulation to use at run time."
6197 msgstr ""
6198
6199 #. type: textblock
6200 #: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276 ../src/guestfs-actions.pod:2353
6201 msgid "(Added in 1.0.84)"
6202 msgstr ""
6203
6204 #. type: =head2
6205 #: ../src/guestfs-actions.pod:257
6206 msgid "guestfs_add_drive_with_if"
6207 msgstr ""
6208
6209 #. type: verbatim
6210 #: ../src/guestfs-actions.pod:259
6211 #, no-wrap
6212 msgid ""
6213 " int\n"
6214 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6215 "                            const char *filename,\n"
6216 "                            const char *iface);\n"
6217 "\n"
6218 msgstr ""
6219
6220 #. type: textblock
6221 #: ../src/guestfs-actions.pod:264
6222 msgid ""
6223 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6224 "QEMU interface emulation to use at run time."
6225 msgstr ""
6226
6227 #. type: =head2
6228 #: ../src/guestfs-actions.pod:278
6229 msgid "guestfs_aug_clear"
6230 msgstr ""
6231
6232 #. type: verbatim
6233 #: ../src/guestfs-actions.pod:280
6234 #, no-wrap
6235 msgid ""
6236 " int\n"
6237 " guestfs_aug_clear (guestfs_h *g,\n"
6238 "                    const char *augpath);\n"
6239 "\n"
6240 msgstr ""
6241
6242 #. type: textblock
6243 #: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183
6244 msgid ""
6245 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6246 "L<augtool(1)> C<clear> command."
6247 msgstr ""
6248
6249 #. type: textblock
6250 #: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2103
6251 msgid "(Added in 1.3.4)"
6252 msgstr ""
6253
6254 #. type: =head2
6255 #: ../src/guestfs-actions.pod:291
6256 msgid "guestfs_aug_close"
6257 msgstr ""
6258
6259 #. type: verbatim
6260 #: ../src/guestfs-actions.pod:293
6261 #, no-wrap
6262 msgid ""
6263 " int\n"
6264 " guestfs_aug_close (guestfs_h *g);\n"
6265 "\n"
6266 msgstr ""
6267
6268 #. type: textblock
6269 #: ../src/guestfs-actions.pod:296
6270 msgid ""
6271 "Close the current Augeas handle and free up any resources used by it.  After "
6272 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6273 "any other Augeas functions."
6274 msgstr ""
6275
6276 #. type: textblock
6277 #: ../src/guestfs-actions.pod:303 ../src/guestfs-actions.pod:328 ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360 ../src/guestfs-actions.pod:418 ../src/guestfs-actions.pod:438 ../src/guestfs-actions.pod:452 ../src/guestfs-actions.pod:483 ../src/guestfs-actions.pod:497 ../src/guestfs-actions.pod:511 ../src/guestfs-actions.pod:525 ../src/guestfs-actions.pod:543 ../src/guestfs-actions.pod:5493
6278 msgid "(Added in 0.7)"
6279 msgstr ""
6280
6281 #. type: =head2
6282 #: ../src/guestfs-actions.pod:305
6283 msgid "guestfs_aug_defnode"
6284 msgstr ""
6285
6286 #. type: verbatim
6287 #: ../src/guestfs-actions.pod:307
6288 #, no-wrap
6289 msgid ""
6290 " struct guestfs_int_bool *\n"
6291 " guestfs_aug_defnode (guestfs_h *g,\n"
6292 "                      const char *name,\n"
6293 "                      const char *expr,\n"
6294 "                      const char *val);\n"
6295 "\n"
6296 msgstr ""
6297
6298 #. type: textblock
6299 #: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199
6300 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6301 msgstr ""
6302
6303 #. type: textblock
6304 #: ../src/guestfs-actions.pod:316
6305 msgid ""
6306 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6307 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6308 "containing that single node."
6309 msgstr ""
6310
6311 #. type: textblock
6312 #: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206
6313 msgid ""
6314 "On success this returns a pair containing the number of nodes in the "
6315 "nodeset, and a boolean flag if a node was created."
6316 msgstr ""
6317
6318 #. type: textblock
6319 #: ../src/guestfs-actions.pod:324
6320 msgid ""
6321 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6322 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6323 msgstr ""
6324
6325 #. type: =head2
6326 #: ../src/guestfs-actions.pod:330
6327 msgid "guestfs_aug_defvar"
6328 msgstr ""
6329
6330 #. type: verbatim
6331 #: ../src/guestfs-actions.pod:332
6332 #, no-wrap
6333 msgid ""
6334 " int\n"
6335 " guestfs_aug_defvar (guestfs_h *g,\n"
6336 "                     const char *name,\n"
6337 "                     const char *expr);\n"
6338 "\n"
6339 msgstr ""
6340
6341 #. type: textblock
6342 #: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214
6343 msgid ""
6344 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6345 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6346 msgstr ""
6347
6348 #. type: textblock
6349 #: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218
6350 msgid ""
6351 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6352 "evaluates to something which is not a nodeset."
6353 msgstr ""
6354
6355 #. type: =head2
6356 #: ../src/guestfs-actions.pod:348
6357 msgid "guestfs_aug_get"
6358 msgstr ""
6359
6360 #. type: verbatim
6361 #: ../src/guestfs-actions.pod:350
6362 #, no-wrap
6363 msgid ""
6364 " char *\n"
6365 " guestfs_aug_get (guestfs_h *g,\n"
6366 "                  const char *augpath);\n"
6367 "\n"
6368 msgstr ""
6369
6370 #. type: textblock
6371 #: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225
6372 msgid ""
6373 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6374 "node, the C<value> is returned."
6375 msgstr ""
6376
6377 #. type: textblock
6378 #: ../src/guestfs-actions.pod:357 ../src/guestfs-actions.pod:857 ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:935 ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:1054 ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201 ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1354 ../src/guestfs-actions.pod:1542 ../src/guestfs-actions.pod:1654 ../src/guestfs-actions.pod:1817 ../src/guestfs-actions.pod:1834 ../src/guestfs-actions.pod:1901 ../src/guestfs-actions.pod:1935 ../src/guestfs-actions.pod:1956 ../src/guestfs-actions.pod:2126 ../src/guestfs-actions.pod:2318 ../src/guestfs-actions.pod:2525 ../src/guestfs-actions.pod:2618 ../src/guestfs-actions.pod:2729 ../src/guestfs-actions.pod:2749 ../src/guestfs-actions.pod:2869 ../src/guestfs-actions.pod:2900 ../src/guestfs-actions.pod:2924 ../src/guestfs-actions.pod:2961 ../src/guestfs-actions.pod:3021 ../src/guestfs-actions.pod:3044 ../src/guestfs-actions.pod:3065 ../src/guestfs-actions.pod:3637 ../src/guestfs-actions.pod:3987 ../src/guestfs-actions.pod:4157 ../src/guestfs-actions.pod:4267 ../src/guestfs-actions.pod:5028 ../src/guestfs-actions.pod:5221 ../src/guestfs-actions.pod:5391 ../src/guestfs-actions.pod:5569 ../src/guestfs-actions.pod:5618 ../src/guestfs-actions.pod:6251 ../src/guestfs-actions.pod:6267 ../src/guestfs-actions.pod:6284 ../src/guestfs-actions.pod:6315 ../src/guestfs-actions.pod:6989 ../src/guestfs-actions.pod:7008 ../src/guestfs-actions.pod:7026 ../src/guestfs-actions.pod:7206 ../src/guestfs-actions.pod:7485
6379 msgid ""
6380 "This function returns a string, or NULL on error.  I<The caller must free "
6381 "the returned string after use>."
6382 msgstr ""
6383
6384 #. type: =head2
6385 #: ../src/guestfs-actions.pod:362
6386 msgid "guestfs_aug_init"
6387 msgstr ""
6388
6389 #. type: verbatim
6390 #: ../src/guestfs-actions.pod:364
6391 #, no-wrap
6392 msgid ""
6393 " int\n"
6394 " guestfs_aug_init (guestfs_h *g,\n"
6395 "                   const char *root,\n"
6396 "                   int flags);\n"
6397 "\n"
6398 msgstr ""
6399
6400 #. type: textblock
6401 #: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232
6402 msgid ""
6403 "Create a new Augeas handle for editing configuration files.  If there was "
6404 "any previous Augeas handle associated with this guestfs session, then it is "
6405 "closed."
6406 msgstr ""
6407
6408 #. type: textblock
6409 #: ../src/guestfs-actions.pod:373
6410 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6411 msgstr ""
6412
6413 #. type: textblock
6414 #: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239
6415 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6416 msgstr ""
6417
6418 #. type: textblock
6419 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242
6420 msgid ""
6421 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6422 "logical I<or> of the following integers:"
6423 msgstr ""
6424
6425 #. type: =item
6426 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248
6427 msgid "C<AUG_SAVE_BACKUP> = 1"
6428 msgstr ""
6429
6430 #. type: textblock
6431 #: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250
6432 msgid "Keep the original file with a C<.augsave> extension."
6433 msgstr ""
6434
6435 #. type: =item
6436 #: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252
6437 msgid "C<AUG_SAVE_NEWFILE> = 2"
6438 msgstr ""
6439
6440 #. type: textblock
6441 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254
6442 msgid ""
6443 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6444 "original.  Overrides C<AUG_SAVE_BACKUP>."
6445 msgstr ""
6446
6447 #. type: =item
6448 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257
6449 msgid "C<AUG_TYPE_CHECK> = 4"
6450 msgstr ""
6451
6452 #. type: textblock
6453 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259
6454 msgid "Typecheck lenses (can be expensive)."
6455 msgstr ""
6456
6457 #. type: =item
6458 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261
6459 msgid "C<AUG_NO_STDINC> = 8"
6460 msgstr ""
6461
6462 #. type: textblock
6463 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263
6464 msgid "Do not use standard load path for modules."
6465 msgstr ""
6466
6467 #. type: =item
6468 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265
6469 msgid "C<AUG_SAVE_NOOP> = 16"
6470 msgstr ""
6471
6472 #. type: textblock
6473 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267
6474 msgid "Make save a no-op, just record what would have been changed."
6475 msgstr ""
6476
6477 #. type: =item
6478 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269
6479 msgid "C<AUG_NO_LOAD> = 32"
6480 msgstr ""
6481
6482 #. type: textblock
6483 #: ../src/guestfs-actions.pod:408
6484 msgid "Do not load the tree in C<guestfs_aug_init>."
6485 msgstr ""
6486
6487 #. type: textblock
6488 #: ../src/guestfs-actions.pod:412
6489 msgid "To close the handle, you can call C<guestfs_aug_close>."
6490 msgstr ""
6491
6492 #. type: textblock
6493 #: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277
6494 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6495 msgstr ""
6496
6497 #. type: =head2
6498 #: ../src/guestfs-actions.pod:420
6499 msgid "guestfs_aug_insert"
6500 msgstr ""
6501
6502 #. type: verbatim
6503 #: ../src/guestfs-actions.pod:422
6504 #, no-wrap
6505 msgid ""
6506 " int\n"
6507 " guestfs_aug_insert (guestfs_h *g,\n"
6508 "                     const char *augpath,\n"
6509 "                     const char *label,\n"
6510 "                     int before);\n"
6511 "\n"
6512 msgstr ""
6513
6514 #. type: textblock
6515 #: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283
6516 msgid ""
6517 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6518 "or after C<path> (depending on the boolean flag C<before>)."
6519 msgstr ""
6520
6521 #. type: textblock
6522 #: ../src/guestfs-actions.pod:432 ../fish/guestfish-actions.pod:287
6523 msgid ""
6524 "C<path> must match exactly one existing node in the tree, and C<label> must "
6525 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6526 msgstr ""
6527
6528 #. type: =head2
6529 #: ../src/guestfs-actions.pod:440
6530 msgid "guestfs_aug_load"
6531 msgstr ""
6532
6533 #. type: verbatim
6534 #: ../src/guestfs-actions.pod:442
6535 #, no-wrap
6536 msgid ""
6537 " int\n"
6538 " guestfs_aug_load (guestfs_h *g);\n"
6539 "\n"
6540 msgstr ""
6541
6542 #. type: textblock
6543 #: ../src/guestfs-actions.pod:445 ../fish/guestfish-actions.pod:295
6544 msgid "Load files into the tree."
6545 msgstr ""
6546
6547 #. type: textblock
6548 #: ../src/guestfs-actions.pod:447 ../fish/guestfish-actions.pod:297
6549 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6550 msgstr ""
6551
6552 #. type: =head2
6553 #: ../src/guestfs-actions.pod:454
6554 msgid "guestfs_aug_ls"
6555 msgstr ""
6556
6557 #. type: verbatim
6558 #: ../src/guestfs-actions.pod:456
6559 #, no-wrap
6560 msgid ""
6561 " char **\n"
6562 " guestfs_aug_ls (guestfs_h *g,\n"
6563 "                 const char *augpath);\n"
6564 "\n"
6565 msgstr ""
6566
6567 #. type: textblock
6568 #: ../src/guestfs-actions.pod:460
6569 msgid ""
6570 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6571 "sorting the resulting nodes into alphabetical order."
6572 msgstr ""
6573
6574 #. type: textblock
6575 #: ../src/guestfs-actions.pod:463 ../src/guestfs-actions.pod:479 ../src/guestfs-actions.pod:625 ../src/guestfs-actions.pod:1073 ../src/guestfs-actions.pod:1369 ../src/guestfs-actions.pod:1388 ../src/guestfs-actions.pod:1491 ../src/guestfs-actions.pod:1510 ../src/guestfs-actions.pod:1756 ../src/guestfs-actions.pod:2198 ../src/guestfs-actions.pod:2214 ../src/guestfs-actions.pod:2233 ../src/guestfs-actions.pod:2276 ../src/guestfs-actions.pod:2300 ../src/guestfs-actions.pod:2371 ../src/guestfs-actions.pod:2420 ../src/guestfs-actions.pod:2687 ../src/guestfs-actions.pod:2978 ../src/guestfs-actions.pod:3267 ../src/guestfs-actions.pod:3557 ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3724 ../src/guestfs-actions.pod:4129 ../src/guestfs-actions.pod:4834 ../src/guestfs-actions.pod:5363 ../src/guestfs-actions.pod:5489 ../src/guestfs-actions.pod:5603 ../src/guestfs-actions.pod:6331 ../src/guestfs-actions.pod:6392 ../src/guestfs-actions.pod:6447 ../src/guestfs-actions.pod:6593 ../src/guestfs-actions.pod:6617 ../src/guestfs-actions.pod:7099 ../src/guestfs-actions.pod:7119 ../src/guestfs-actions.pod:7166 ../src/guestfs-actions.pod:7338 ../src/guestfs-actions.pod:7357 ../src/guestfs-actions.pod:7442 ../src/guestfs-actions.pod:7461 ../src/guestfs-actions.pod:7507 ../src/guestfs-actions.pod:7526
6576 msgid ""
6577 "This function returns a NULL-terminated array of strings (like "
6578 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
6579 "strings and the array after use>."
6580 msgstr ""
6581
6582 #. type: textblock
6583 #: ../src/guestfs-actions.pod:467 ../src/guestfs-actions.pod:998 ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1426 ../src/guestfs-actions.pod:3345 ../src/guestfs-actions.pod:3376 ../src/guestfs-actions.pod:3970 ../src/guestfs-actions.pod:4020 ../src/guestfs-actions.pod:4207 ../src/guestfs-actions.pod:4240 ../src/guestfs-actions.pod:4403 ../src/guestfs-actions.pod:4838 ../src/guestfs-actions.pod:5304 ../src/guestfs-actions.pod:5699 ../src/guestfs-actions.pod:5713 ../src/guestfs-actions.pod:5725 ../src/guestfs-actions.pod:6172 ../src/guestfs-actions.pod:6831 ../src/guestfs-actions.pod:6844 ../src/guestfs-actions.pod:7083 ../src/guestfs-actions.pod:7326
6584 msgid "(Added in 0.8)"
6585 msgstr ""
6586
6587 #. type: =head2
6588 #: ../src/guestfs-actions.pod:469
6589 msgid "guestfs_aug_match"
6590 msgstr ""
6591
6592 #. type: verbatim
6593 #: ../src/guestfs-actions.pod:471
6594 #, no-wrap
6595 msgid ""
6596 " char **\n"
6597 " guestfs_aug_match (guestfs_h *g,\n"
6598 "                    const char *augpath);\n"
6599 "\n"
6600 msgstr ""
6601
6602 #. type: textblock
6603 #: ../src/guestfs-actions.pod:475 ../fish/guestfish-actions.pod:311
6604 msgid ""
6605 "Returns a list of paths which match the path expression C<path>.  The "
6606 "returned paths are sufficiently qualified so that they match exactly one "
6607 "node in the current tree."
6608 msgstr ""
6609
6610 #. type: =head2
6611 #: ../src/guestfs-actions.pod:485
6612 msgid "guestfs_aug_mv"
6613 msgstr ""
6614
6615 #. type: verbatim
6616 #: ../src/guestfs-actions.pod:487
6617 #, no-wrap
6618 msgid ""
6619 " int\n"
6620 " guestfs_aug_mv (guestfs_h *g,\n"
6621 "                 const char *src,\n"
6622 "                 const char *dest);\n"
6623 "\n"
6624 msgstr ""
6625
6626 #. type: textblock
6627 #: ../src/guestfs-actions.pod:492 ../fish/guestfish-actions.pod:319
6628 msgid ""
6629 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6630 "C<dest> is overwritten if it exists."
6631 msgstr ""
6632
6633 #. type: =head2
6634 #: ../src/guestfs-actions.pod:499
6635 msgid "guestfs_aug_rm"
6636 msgstr ""
6637
6638 #. type: verbatim
6639 #: ../src/guestfs-actions.pod:501
6640 #, no-wrap
6641 msgid ""
6642 " int\n"
6643 " guestfs_aug_rm (guestfs_h *g,\n"
6644 "                 const char *augpath);\n"
6645 "\n"
6646 msgstr ""
6647
6648 #. type: textblock
6649 #: ../src/guestfs-actions.pod:505 ../fish/guestfish-actions.pod:326
6650 msgid "Remove C<path> and all of its children."
6651 msgstr ""
6652
6653 #. type: textblock
6654 #: ../src/guestfs-actions.pod:507 ../fish/guestfish-actions.pod:328
6655 msgid "On success this returns the number of entries which were removed."
6656 msgstr ""
6657
6658 #. type: =head2
6659 #: ../src/guestfs-actions.pod:513
6660 msgid "guestfs_aug_save"
6661 msgstr ""
6662
6663 #. type: verbatim
6664 #: ../src/guestfs-actions.pod:515
6665 #, no-wrap
6666 msgid ""
6667 " int\n"
6668 " guestfs_aug_save (guestfs_h *g);\n"
6669 "\n"
6670 msgstr ""
6671
6672 #. type: textblock
6673 #: ../src/guestfs-actions.pod:518 ../fish/guestfish-actions.pod:334
6674 msgid "This writes all pending changes to disk."
6675 msgstr ""
6676
6677 #. type: textblock
6678 #: ../src/guestfs-actions.pod:520
6679 msgid ""
6680 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6681 "are saved."
6682 msgstr ""
6683
6684 #. type: =head2
6685 #: ../src/guestfs-actions.pod:527
6686 msgid "guestfs_aug_set"
6687 msgstr ""
6688
6689 #. type: verbatim
6690 #: ../src/guestfs-actions.pod:529
6691 #, no-wrap
6692 msgid ""
6693 " int\n"
6694 " guestfs_aug_set (guestfs_h *g,\n"
6695 "                  const char *augpath,\n"
6696 "                  const char *val);\n"
6697 "\n"
6698 msgstr ""
6699
6700 #. type: textblock
6701 #: ../src/guestfs-actions.pod:534 ../fish/guestfish-actions.pod:343
6702 msgid "Set the value associated with C<path> to C<val>."
6703 msgstr ""
6704
6705 #. type: textblock
6706 #: ../src/guestfs-actions.pod:536
6707 msgid ""
6708 "In the Augeas API, it is possible to clear a node by setting the value to "
6709 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6710 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6711 msgstr ""
6712
6713 #. type: =head2
6714 #: ../src/guestfs-actions.pod:545
6715 msgid "guestfs_available"
6716 msgstr ""
6717
6718 #. type: verbatim
6719 #: ../src/guestfs-actions.pod:547
6720 #, no-wrap
6721 msgid ""
6722 " int\n"
6723 " guestfs_available (guestfs_h *g,\n"
6724 "                    char *const *groups);\n"
6725 "\n"
6726 msgstr ""
6727
6728 #. type: textblock
6729 #: ../src/guestfs-actions.pod:551 ../fish/guestfish-actions.pod:354
6730 msgid ""
6731 "This command is used to check the availability of some groups of "
6732 "functionality in the appliance, which not all builds of the libguestfs "
6733 "appliance will be able to provide."
6734 msgstr ""
6735
6736 #. type: textblock
6737 #: ../src/guestfs-actions.pod:555
6738 msgid ""
6739 "The libguestfs groups, and the functions that those groups correspond to, "
6740 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6741 "runtime by calling C<guestfs_available_all_groups>."
6742 msgstr ""
6743
6744 #. type: textblock
6745 #: ../src/guestfs-actions.pod:560 ../fish/guestfish-actions.pod:363
6746 msgid ""
6747 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
6748 "\"augeas\"]> would check for the availability of the Linux inotify functions "
6749 "and Augeas (configuration file editing) functions."
6750 msgstr ""
6751
6752 #. type: textblock
6753 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
6754 msgid "The command returns no error if I<all> requested groups are available."
6755 msgstr ""
6756
6757 #. type: textblock
6758 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:370
6759 msgid ""
6760 "It fails with an error if one or more of the requested groups is unavailable "
6761 "in the appliance."
6762 msgstr ""
6763
6764 #. type: textblock
6765 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
6766 msgid ""
6767 "If an unknown group name is included in the list of groups then an error is "
6768 "always returned."
6769 msgstr ""
6770
6771 #. type: textblock
6772 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:376
6773 msgid "I<Notes:>"
6774 msgstr ""
6775
6776 #. type: textblock
6777 #: ../src/guestfs-actions.pod:579
6778 msgid "You must call C<guestfs_launch> before calling this function."
6779 msgstr ""
6780
6781 #. type: textblock
6782 #: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:384
6783 msgid ""
6784 "The reason is because we don't know what groups are supported by the "
6785 "appliance/daemon until it is running and can be queried."
6786 msgstr ""
6787
6788 #. type: textblock
6789 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:390
6790 msgid ""
6791 "If a group of functions is available, this does not necessarily mean that "
6792 "they will work.  You still have to check for errors when calling individual "
6793 "API functions even if they are available."
6794 msgstr ""
6795
6796 #. type: textblock
6797 #: ../src/guestfs-actions.pod:594 ../fish/guestfish-actions.pod:397
6798 msgid ""
6799 "It is usually the job of distro packagers to build complete functionality "
6800 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6801 "with all requirements satisfied, will support everything."
6802 msgstr ""
6803
6804 #. type: textblock
6805 #: ../src/guestfs-actions.pod:601
6806 msgid ""
6807 "This call was added in version C<1.0.80>.  In previous versions of "
6808 "libguestfs all you could do would be to speculatively execute a command to "
6809 "find out if the daemon implemented it.  See also C<guestfs_version>."
6810 msgstr ""
6811
6812 #. type: textblock
6813 #: ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:1171
6814 msgid "(Added in 1.0.80)"
6815 msgstr ""
6816
6817 #. type: =head2
6818 #: ../src/guestfs-actions.pod:612
6819 msgid "guestfs_available_all_groups"
6820 msgstr ""
6821
6822 #. type: verbatim
6823 #: ../src/guestfs-actions.pod:614
6824 #, no-wrap
6825 msgid ""
6826 " char **\n"
6827 " guestfs_available_all_groups (guestfs_h *g);\n"
6828 "\n"
6829 msgstr ""
6830
6831 #. type: textblock
6832 #: ../src/guestfs-actions.pod:617
6833 msgid ""
6834 "This command returns a list of all optional groups that this daemon knows "
6835 "about.  Note this returns both supported and unsupported groups.  To find "
6836 "out which ones the daemon can actually support you have to call "
6837 "C<guestfs_available> on each member of the returned list."
6838 msgstr ""
6839
6840 #. type: textblock
6841 #: ../src/guestfs-actions.pod:623
6842 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6843 msgstr ""
6844
6845 #. type: textblock
6846 #: ../src/guestfs-actions.pod:629
6847 msgid "(Added in 1.3.15)"
6848 msgstr ""
6849
6850 #. type: =head2
6851 #: ../src/guestfs-actions.pod:631
6852 msgid "guestfs_base64_in"
6853 msgstr ""
6854
6855 #. type: verbatim
6856 #: ../src/guestfs-actions.pod:633
6857 #, no-wrap
6858 msgid ""
6859 " int\n"
6860 " guestfs_base64_in (guestfs_h *g,\n"
6861 "                    const char *base64file,\n"
6862 "                    const char *filename);\n"
6863 "\n"
6864 msgstr ""
6865
6866 #. type: textblock
6867 #: ../src/guestfs-actions.pod:638 ../fish/guestfish-actions.pod:427
6868 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6869 msgstr ""
6870
6871 #. type: textblock
6872 #: ../src/guestfs-actions.pod:643 ../src/guestfs-actions.pod:657
6873 msgid "(Added in 1.3.5)"
6874 msgstr ""
6875
6876 #. type: =head2
6877 #: ../src/guestfs-actions.pod:645
6878 msgid "guestfs_base64_out"
6879 msgstr ""
6880
6881 #. type: verbatim
6882 #: ../src/guestfs-actions.pod:647
6883 #, no-wrap
6884 msgid ""
6885 " int\n"
6886 " guestfs_base64_out (guestfs_h *g,\n"
6887 "                     const char *filename,\n"
6888 "                     const char *base64file);\n"
6889 "\n"
6890 msgstr ""
6891
6892 #. type: textblock
6893 #: ../src/guestfs-actions.pod:652 ../fish/guestfish-actions.pod:436
6894 msgid ""
6895 "This command downloads the contents of C<filename>, writing it out to local "
6896 "file C<base64file> encoded as base64."
6897 msgstr ""
6898
6899 #. type: =head2
6900 #: ../src/guestfs-actions.pod:659
6901 msgid "guestfs_blockdev_flushbufs"
6902 msgstr ""
6903
6904 #. type: verbatim
6905 #: ../src/guestfs-actions.pod:661
6906 #, no-wrap
6907 msgid ""
6908 " int\n"
6909 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6910 "                             const char *device);\n"
6911 "\n"
6912 msgstr ""
6913
6914 #. type: textblock
6915 #: ../src/guestfs-actions.pod:665 ../fish/guestfish-actions.pod:445
6916 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6917 msgstr ""
6918
6919 #. type: textblock
6920 #: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:685 ../src/guestfs-actions.pod:700 ../src/guestfs-actions.pod:716 ../src/guestfs-actions.pod:734 ../src/guestfs-actions.pod:753 ../src/guestfs-actions.pod:767 ../src/guestfs-actions.pod:785 ../src/guestfs-actions.pod:799 ../src/guestfs-actions.pod:813 ../fish/guestfish-actions.pod:448 ../fish/guestfish-actions.pod:459 ../fish/guestfish-actions.pod:468 ../fish/guestfish-actions.pod:478 ../fish/guestfish-actions.pod:490 ../fish/guestfish-actions.pod:503 ../fish/guestfish-actions.pod:511 ../fish/guestfish-actions.pod:522 ../fish/guestfish-actions.pod:530 ../fish/guestfish-actions.pod:538
6921 msgid "This uses the L<blockdev(8)> command."
6922 msgstr ""
6923
6924 #. type: textblock
6925 #: ../src/guestfs-actions.pod:672 ../src/guestfs-actions.pod:689 ../src/guestfs-actions.pod:704 ../src/guestfs-actions.pod:720 ../src/guestfs-actions.pod:738 ../src/guestfs-actions.pod:757 ../src/guestfs-actions.pod:771 ../src/guestfs-actions.pod:789 ../src/guestfs-actions.pod:803 ../src/guestfs-actions.pod:817
6926 msgid "(Added in 0.9.3)"
6927 msgstr ""
6928
6929 #. type: =head2
6930 #: ../src/guestfs-actions.pod:674
6931 msgid "guestfs_blockdev_getbsz"
6932 msgstr ""
6933
6934 #. type: verbatim
6935 #: ../src/guestfs-actions.pod:676
6936 #, no-wrap
6937 msgid ""
6938 " int\n"
6939 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6940 "                          const char *device);\n"
6941 "\n"
6942 msgstr ""
6943
6944 #. type: textblock
6945 #: ../src/guestfs-actions.pod:680 ../fish/guestfish-actions.pod:454
6946 msgid "This returns the block size of a device."
6947 msgstr ""
6948
6949 #. type: textblock
6950 #: ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:782 ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:519
6951 msgid ""
6952 "(Note this is different from both I<size in blocks> and I<filesystem block "
6953 "size>)."
6954 msgstr ""
6955
6956 #. type: =head2
6957 #: ../src/guestfs-actions.pod:691
6958 msgid "guestfs_blockdev_getro"
6959 msgstr ""
6960
6961 #. type: verbatim
6962 #: ../src/guestfs-actions.pod:693
6963 #, no-wrap
6964 msgid ""
6965 " int\n"
6966 " guestfs_blockdev_getro (guestfs_h *g,\n"
6967 "                         const char *device);\n"
6968 "\n"
6969 msgstr ""
6970
6971 #. type: textblock
6972 #: ../src/guestfs-actions.pod:697 ../fish/guestfish-actions.pod:465
6973 msgid ""
6974 "Returns a boolean indicating if the block device is read-only (true if "
6975 "read-only, false if not)."
6976 msgstr ""
6977
6978 #. type: textblock
6979 #: ../src/guestfs-actions.pod:702 ../src/guestfs-actions.pod:1409 ../src/guestfs-actions.pod:1424 ../src/guestfs-actions.pod:1911 ../src/guestfs-actions.pod:1922 ../src/guestfs-actions.pod:1994 ../src/guestfs-actions.pod:2049 ../src/guestfs-actions.pod:2064 ../src/guestfs-actions.pod:2089 ../src/guestfs-actions.pod:2112 ../src/guestfs-actions.pod:3085 ../src/guestfs-actions.pod:3102 ../src/guestfs-actions.pod:3121 ../src/guestfs-actions.pod:3284 ../src/guestfs-actions.pod:3298 ../src/guestfs-actions.pod:3313 ../src/guestfs-actions.pod:3327 ../src/guestfs-actions.pod:3343 ../src/guestfs-actions.pod:3358 ../src/guestfs-actions.pod:3374 ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3401 ../src/guestfs-actions.pod:3415 ../src/guestfs-actions.pod:3430 ../src/guestfs-actions.pod:3445 ../src/guestfs-actions.pod:4992
6980 msgid "This function returns a C truth value on success or -1 on error."
6981 msgstr ""
6982
6983 #. type: =head2
6984 #: ../src/guestfs-actions.pod:706
6985 msgid "guestfs_blockdev_getsize64"
6986 msgstr ""
6987
6988 #. type: verbatim
6989 #: ../src/guestfs-actions.pod:708
6990 #, no-wrap
6991 msgid ""
6992 " int64_t\n"
6993 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
6994 "                             const char *device);\n"
6995 "\n"
6996 msgstr ""
6997
6998 #. type: textblock
6999 #: ../src/guestfs-actions.pod:712 ../fish/guestfish-actions.pod:474
7000 msgid "This returns the size of the device in bytes."
7001 msgstr ""
7002
7003 #. type: textblock
7004 #: ../src/guestfs-actions.pod:714
7005 msgid "See also C<guestfs_blockdev_getsz>."
7006 msgstr ""
7007
7008 #. type: =head2
7009 #: ../src/guestfs-actions.pod:722
7010 msgid "guestfs_blockdev_getss"
7011 msgstr ""
7012
7013 #. type: verbatim
7014 #: ../src/guestfs-actions.pod:724
7015 #, no-wrap
7016 msgid ""
7017 " int\n"
7018 " guestfs_blockdev_getss (guestfs_h *g,\n"
7019 "                         const char *device);\n"
7020 "\n"
7021 msgstr ""
7022
7023 #. type: textblock
7024 #: ../src/guestfs-actions.pod:728 ../fish/guestfish-actions.pod:484
7025 msgid ""
7026 "This returns the size of sectors on a block device.  Usually 512, but can be "
7027 "larger for modern devices."
7028 msgstr ""
7029
7030 #. type: textblock
7031 #: ../src/guestfs-actions.pod:731
7032 msgid ""
7033 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7034 "that)."
7035 msgstr ""
7036
7037 #. type: =head2
7038 #: ../src/guestfs-actions.pod:740
7039 msgid "guestfs_blockdev_getsz"
7040 msgstr ""
7041
7042 #. type: verbatim
7043 #: ../src/guestfs-actions.pod:742
7044 #, no-wrap
7045 msgid ""
7046 " int64_t\n"
7047 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7048 "                         const char *device);\n"
7049 "\n"
7050 msgstr ""
7051
7052 #. type: textblock
7053 #: ../src/guestfs-actions.pod:746 ../fish/guestfish-actions.pod:496
7054 msgid ""
7055 "This returns the size of the device in units of 512-byte sectors (even if "
7056 "the sectorsize isn't 512 bytes ... weird)."
7057 msgstr ""
7058
7059 #. type: textblock
7060 #: ../src/guestfs-actions.pod:749
7061 msgid ""
7062 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7063 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7064 msgstr ""
7065
7066 #. type: =head2
7067 #: ../src/guestfs-actions.pod:759
7068 msgid "guestfs_blockdev_rereadpt"
7069 msgstr ""
7070
7071 #. type: verbatim
7072 #: ../src/guestfs-actions.pod:761
7073 #, no-wrap
7074 msgid ""
7075 " int\n"
7076 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7077 "                            const char *device);\n"
7078 "\n"
7079 msgstr ""
7080
7081 #. type: textblock
7082 #: ../src/guestfs-actions.pod:765 ../fish/guestfish-actions.pod:509
7083 msgid "Reread the partition table on C<device>."
7084 msgstr ""
7085
7086 #. type: =head2
7087 #: ../src/guestfs-actions.pod:773
7088 msgid "guestfs_blockdev_setbsz"
7089 msgstr ""
7090
7091 #. type: verbatim
7092 #: ../src/guestfs-actions.pod:775
7093 #, no-wrap
7094 msgid ""
7095 " int\n"
7096 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7097 "                          const char *device,\n"
7098 "                          int blocksize);\n"
7099 "\n"
7100 msgstr ""
7101
7102 #. type: textblock
7103 #: ../src/guestfs-actions.pod:780 ../fish/guestfish-actions.pod:517
7104 msgid "This sets the block size of a device."
7105 msgstr ""
7106
7107 #. type: =head2
7108 #: ../src/guestfs-actions.pod:791
7109 msgid "guestfs_blockdev_setro"
7110 msgstr ""
7111
7112 #. type: verbatim
7113 #: ../src/guestfs-actions.pod:793
7114 #, no-wrap
7115 msgid ""
7116 " int\n"
7117 " guestfs_blockdev_setro (guestfs_h *g,\n"
7118 "                         const char *device);\n"
7119 "\n"
7120 msgstr ""
7121
7122 #. type: textblock
7123 #: ../src/guestfs-actions.pod:797 ../fish/guestfish-actions.pod:528
7124 msgid "Sets the block device named C<device> to read-only."
7125 msgstr ""
7126
7127 #. type: =head2
7128 #: ../src/guestfs-actions.pod:805
7129 msgid "guestfs_blockdev_setrw"
7130 msgstr ""
7131
7132 #. type: verbatim
7133 #: ../src/guestfs-actions.pod:807
7134 #, no-wrap
7135 msgid ""
7136 " int\n"
7137 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7138 "                         const char *device);\n"
7139 "\n"
7140 msgstr ""
7141
7142 #. type: textblock
7143 #: ../src/guestfs-actions.pod:811 ../fish/guestfish-actions.pod:536
7144 msgid "Sets the block device named C<device> to read-write."
7145 msgstr ""
7146
7147 #. type: =head2
7148 #: ../src/guestfs-actions.pod:819
7149 msgid "guestfs_case_sensitive_path"
7150 msgstr ""
7151
7152 #. type: verbatim
7153 #: ../src/guestfs-actions.pod:821
7154 #, no-wrap
7155 msgid ""
7156 " char *\n"
7157 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7158 "                              const char *path);\n"
7159 "\n"
7160 msgstr ""
7161
7162 #. type: textblock
7163 #: ../src/guestfs-actions.pod:825 ../fish/guestfish-actions.pod:544
7164 msgid ""
7165 "This can be used to resolve case insensitive paths on a filesystem which is "
7166 "case sensitive.  The use case is to resolve paths which you have read from "
7167 "Windows configuration files or the Windows Registry, to the true path."
7168 msgstr ""
7169
7170 #. type: textblock
7171 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
7172 msgid ""
7173 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7174 "(and probably others), which is that although the underlying filesystem is "
7175 "case-insensitive, the driver exports the filesystem to Linux as "
7176 "case-sensitive."
7177 msgstr ""
7178
7179 #. type: textblock
7180 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
7181 msgid ""
7182 "One consequence of this is that special directories such as C<c:\\windows> "
7183 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7184 "precise details of how they were created.  In Windows itself this would not "
7185 "be a problem."
7186 msgstr ""
7187
7188 #. type: textblock
7189 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:560
7190 msgid ""
7191 "Bug or feature? You decide: "
7192 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
7193 msgstr ""
7194
7195 #. type: textblock
7196 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:563
7197 msgid ""
7198 "This function resolves the true case of each element in the path and returns "
7199 "the case-sensitive path."
7200 msgstr ""
7201
7202 #. type: textblock
7203 #: ../src/guestfs-actions.pod:847
7204 msgid ""
7205 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
7206 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7207 "how the directories were originally created under Windows)."
7208 msgstr ""
7209
7210 #. type: textblock
7211 #: ../src/guestfs-actions.pod:852 ../fish/guestfish-actions.pod:571
7212 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7213 msgstr ""
7214
7215 #. type: textblock
7216 #: ../src/guestfs-actions.pod:855
7217 msgid "See also C<guestfs_realpath>."
7218 msgstr ""
7219
7220 #. type: textblock
7221 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:7011
7222 msgid "(Added in 1.0.75)"
7223 msgstr ""
7224
7225 #. type: =head2
7226 #: ../src/guestfs-actions.pod:862
7227 msgid "guestfs_cat"
7228 msgstr ""
7229
7230 #. type: verbatim
7231 #: ../src/guestfs-actions.pod:864
7232 #, no-wrap
7233 msgid ""
7234 " char *\n"
7235 " guestfs_cat (guestfs_h *g,\n"
7236 "              const char *path);\n"
7237 "\n"
7238 msgstr ""
7239
7240 #. type: textblock
7241 #: ../src/guestfs-actions.pod:868 ../src/guestfs-actions.pod:5479 ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3680
7242 msgid "Return the contents of the file named C<path>."
7243 msgstr ""
7244
7245 #. type: textblock
7246 #: ../src/guestfs-actions.pod:870
7247 msgid ""
7248 "Note that this function cannot correctly handle binary files (specifically, "
7249 "files containing C<\\0> character which is treated as end of string).  For "
7250 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7251 "functions which have a more complex interface."
7252 msgstr ""
7253
7254 #. type: textblock
7255 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:1057 ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:1373 ../src/guestfs-actions.pod:1392 ../src/guestfs-actions.pod:1495 ../src/guestfs-actions.pod:1514 ../src/guestfs-actions.pod:1760 ../src/guestfs-actions.pod:2218 ../src/guestfs-actions.pod:2237 ../src/guestfs-actions.pod:2280 ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:2321 ../src/guestfs-actions.pod:2350 ../src/guestfs-actions.pod:5261 ../src/guestfs-actions.pod:5287 ../src/guestfs-actions.pod:5418 ../src/guestfs-actions.pod:5444 ../src/guestfs-actions.pod:5468 ../src/guestfs-actions.pod:6396 ../src/guestfs-actions.pod:6451 ../src/guestfs-actions.pod:6597 ../src/guestfs-actions.pod:6621 ../src/guestfs-actions.pod:7290 ../src/guestfs-actions.pod:7316 ../src/guestfs-actions.pod:7342 ../src/guestfs-actions.pod:7361 ../src/guestfs-actions.pod:7446 ../src/guestfs-actions.pod:7465 ../src/guestfs-actions.pod:7511 ../src/guestfs-actions.pod:7530 ../fish/guestfish-actions.pod:587 ../fish/guestfish-actions.pod:722 ../fish/guestfish-actions.pod:734 ../fish/guestfish-actions.pod:910 ../fish/guestfish-actions.pod:920 ../fish/guestfish-actions.pod:987 ../fish/guestfish-actions.pod:997 ../fish/guestfish-actions.pod:1189 ../fish/guestfish-actions.pod:1490 ../fish/guestfish-actions.pod:1500 ../fish/guestfish-actions.pod:1528 ../fish/guestfish-actions.pod:1543 ../fish/guestfish-actions.pod:1553 ../fish/guestfish-actions.pod:1572 ../fish/guestfish-actions.pod:3550 ../fish/guestfish-actions.pod:3565 ../fish/guestfish-actions.pod:3641 ../fish/guestfish-actions.pod:3658 ../fish/guestfish-actions.pod:3673 ../fish/guestfish-actions.pod:4327 ../fish/guestfish-actions.pod:4373 ../fish/guestfish-actions.pod:4458 ../fish/guestfish-actions.pod:4473 ../fish/guestfish-actions.pod:4883 ../fish/guestfish-actions.pod:4901 ../fish/guestfish-actions.pod:4918 ../fish/guestfish-actions.pod:4928 ../fish/guestfish-actions.pod:4976 ../fish/guestfish-actions.pod:4986 ../fish/guestfish-actions.pod:5015 ../fish/guestfish-actions.pod:5025
7256 msgid ""
7257 "Because of the message protocol, there is a transfer limit of somewhere "
7258 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7259 msgstr ""
7260
7261 #. type: textblock
7262 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:3561 ../src/guestfs-actions.pod:3623 ../src/guestfs-actions.pod:3640 ../src/guestfs-actions.pod:3728 ../src/guestfs-actions.pod:4133 ../src/guestfs-actions.pod:4147 ../src/guestfs-actions.pod:5367 ../src/guestfs-actions.pod:5381 ../src/guestfs-actions.pod:7170 ../src/guestfs-actions.pod:7184
7263 msgid "(Added in 0.4)"
7264 msgstr ""
7265
7266 #. type: =head2
7267 #: ../src/guestfs-actions.pod:883
7268 msgid "guestfs_checksum"
7269 msgstr ""
7270
7271 #. type: verbatim
7272 #: ../src/guestfs-actions.pod:885
7273 #, no-wrap
7274 msgid ""
7275 " char *\n"
7276 " guestfs_checksum (guestfs_h *g,\n"
7277 "                   const char *csumtype,\n"
7278 "                   const char *path);\n"
7279 "\n"
7280 msgstr ""
7281
7282 #. type: textblock
7283 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:594
7284 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7285 msgstr ""
7286
7287 #. type: textblock
7288 #: ../src/guestfs-actions.pod:893 ../fish/guestfish-actions.pod:597
7289 msgid ""
7290 "The type of checksum to compute is given by the C<csumtype> parameter which "
7291 "must have one of the following values:"
7292 msgstr ""
7293
7294 #. type: =item
7295 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
7296 msgid "C<crc>"
7297 msgstr ""
7298
7299 #. type: textblock
7300 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:604
7301 msgid ""
7302 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7303 "C<cksum> command."
7304 msgstr ""
7305
7306 #. type: =item
7307 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
7308 msgid "C<md5>"
7309 msgstr ""
7310
7311 #. type: textblock
7312 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
7313 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7314 msgstr ""
7315
7316 #. type: =item
7317 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:611
7318 msgid "C<sha1>"
7319 msgstr ""
7320
7321 #. type: textblock
7322 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:613
7323 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7324 msgstr ""
7325
7326 #. type: =item
7327 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:615
7328 msgid "C<sha224>"
7329 msgstr ""
7330
7331 #. type: textblock
7332 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:617
7333 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7334 msgstr ""
7335
7336 #. type: =item
7337 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:619
7338 msgid "C<sha256>"
7339 msgstr ""
7340
7341 #. type: textblock
7342 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:621
7343 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7344 msgstr ""
7345
7346 #. type: =item
7347 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:623
7348 msgid "C<sha384>"
7349 msgstr ""
7350
7351 #. type: textblock
7352 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:625
7353 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7354 msgstr ""
7355
7356 #. type: =item
7357 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:627
7358 msgid "C<sha512>"
7359 msgstr ""
7360
7361 #. type: textblock
7362 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:629
7363 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7364 msgstr ""
7365
7366 #. type: textblock
7367 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:633
7368 msgid "The checksum is returned as a printable string."
7369 msgstr ""
7370
7371 #. type: textblock
7372 #: ../src/guestfs-actions.pod:931
7373 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7374 msgstr ""
7375
7376 #. type: textblock
7377 #: ../src/guestfs-actions.pod:933
7378 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7379 msgstr ""
7380
7381 #. type: textblock
7382 #: ../src/guestfs-actions.pod:938 ../src/guestfs-actions.pod:1246 ../src/guestfs-actions.pod:2080 ../src/guestfs-actions.pod:3300 ../src/guestfs-actions.pod:3329 ../src/guestfs-actions.pod:3390 ../src/guestfs-actions.pod:3417 ../src/guestfs-actions.pod:6867
7383 msgid "(Added in 1.0.2)"
7384 msgstr ""
7385
7386 #. type: =head2
7387 #: ../src/guestfs-actions.pod:940
7388 msgid "guestfs_checksum_device"
7389 msgstr ""
7390
7391 #. type: verbatim
7392 #: ../src/guestfs-actions.pod:942
7393 #, no-wrap
7394 msgid ""
7395 " char *\n"
7396 " guestfs_checksum_device (guestfs_h *g,\n"
7397 "                          const char *csumtype,\n"
7398 "                          const char *device);\n"
7399 "\n"
7400 msgstr ""
7401
7402 #. type: textblock
7403 #: ../src/guestfs-actions.pod:947
7404 msgid ""
7405 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7406 "device named C<device>.  For the types of checksums supported see the "
7407 "C<guestfs_checksum> command."
7408 msgstr ""
7409
7410 #. type: textblock
7411 #: ../src/guestfs-actions.pod:954 ../src/guestfs-actions.pod:4898 ../src/guestfs-actions.pod:4957 ../src/guestfs-actions.pod:4994 ../src/guestfs-actions.pod:5012 ../src/guestfs-actions.pod:5188 ../src/guestfs-actions.pod:6776 ../src/guestfs-actions.pod:6790 ../src/guestfs-actions.pod:7196
7412 msgid "(Added in 1.3.2)"
7413 msgstr ""
7414
7415 #. type: =head2
7416 #: ../src/guestfs-actions.pod:956
7417 msgid "guestfs_checksums_out"
7418 msgstr ""
7419
7420 #. type: verbatim
7421 #: ../src/guestfs-actions.pod:958
7422 #, no-wrap
7423 msgid ""
7424 " int\n"
7425 " guestfs_checksums_out (guestfs_h *g,\n"
7426 "                        const char *csumtype,\n"
7427 "                        const char *directory,\n"
7428 "                        const char *sumsfile);\n"
7429 "\n"
7430 msgstr ""
7431
7432 #. type: textblock
7433 #: ../src/guestfs-actions.pod:964 ../fish/guestfish-actions.pod:651
7434 msgid ""
7435 "This command computes the checksums of all regular files in C<directory> and "
7436 "then emits a list of those checksums to the local output file C<sumsfile>."
7437 msgstr ""
7438
7439 #. type: textblock
7440 #: ../src/guestfs-actions.pod:968 ../fish/guestfish-actions.pod:655
7441 msgid ""
7442 "This can be used for verifying the integrity of a virtual machine.  However "
7443 "to be properly secure you should pay attention to the output of the checksum "
7444 "command (it uses the ones from GNU coreutils).  In particular when the "
7445 "filename is not printable, coreutils uses a special backslash syntax.  For "
7446 "more information, see the GNU coreutils info file."
7447 msgstr ""
7448
7449 #. type: textblock
7450 #: ../src/guestfs-actions.pod:978
7451 msgid "(Added in 1.3.7)"
7452 msgstr ""
7453
7454 #. type: =head2
7455 #: ../src/guestfs-actions.pod:980
7456 msgid "guestfs_chmod"
7457 msgstr ""
7458
7459 #. type: verbatim
7460 #: ../src/guestfs-actions.pod:982
7461 #, no-wrap
7462 msgid ""
7463 " int\n"
7464 " guestfs_chmod (guestfs_h *g,\n"
7465 "                int mode,\n"
7466 "                const char *path);\n"
7467 "\n"
7468 msgstr ""
7469
7470 #. type: textblock
7471 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:669
7472 msgid ""
7473 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7474 "supported."
7475 msgstr ""
7476
7477 #. type: textblock
7478 #: ../src/guestfs-actions.pod:990 ../fish/guestfish-actions.pod:672
7479 msgid ""
7480 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7481 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7482 "C<700>."
7483 msgstr ""
7484
7485 #. type: textblock
7486 #: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:4384 ../src/guestfs-actions.pod:4581 ../src/guestfs-actions.pod:4600 ../src/guestfs-actions.pod:4619 ../fish/guestfish-actions.pod:676 ../fish/guestfish-actions.pod:2980 ../fish/guestfish-actions.pod:3109 ../fish/guestfish-actions.pod:3119 ../fish/guestfish-actions.pod:3129
7487 msgid "The mode actually set is affected by the umask."
7488 msgstr ""
7489
7490 #. type: =head2
7491 #: ../src/guestfs-actions.pod:1000
7492 msgid "guestfs_chown"
7493 msgstr ""
7494
7495 #. type: verbatim
7496 #: ../src/guestfs-actions.pod:1002
7497 #, no-wrap
7498 msgid ""
7499 " int\n"
7500 " guestfs_chown (guestfs_h *g,\n"
7501 "                int owner,\n"
7502 "                int group,\n"
7503 "                const char *path);\n"
7504 "\n"
7505 msgstr ""
7506
7507 #. type: textblock
7508 #: ../src/guestfs-actions.pod:1008 ../fish/guestfish-actions.pod:682
7509 msgid "Change the file owner to C<owner> and group to C<group>."
7510 msgstr ""
7511
7512 #. type: textblock
7513 #: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:3492 ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2438
7514 msgid ""
7515 "Only numeric uid and gid are supported.  If you want to use names, you will "
7516 "need to locate and parse the password file yourself (Augeas support makes "
7517 "this relatively easy)."
7518 msgstr ""
7519
7520 #. type: =head2
7521 #: ../src/guestfs-actions.pod:1018
7522 msgid "guestfs_command"
7523 msgstr ""
7524
7525 #. type: verbatim
7526 #: ../src/guestfs-actions.pod:1020
7527 #, no-wrap
7528 msgid ""
7529 " char *\n"
7530 " guestfs_command (guestfs_h *g,\n"
7531 "                  char *const *arguments);\n"
7532 "\n"
7533 msgstr ""
7534
7535 #. type: textblock
7536 #: ../src/guestfs-actions.pod:1024 ../fish/guestfish-actions.pod:692
7537 msgid ""
7538 "This call runs a command from the guest filesystem.  The filesystem must be "
7539 "mounted, and must contain a compatible operating system (ie. something "
7540 "Linux, with the same or compatible processor architecture)."
7541 msgstr ""
7542
7543 #. type: textblock
7544 #: ../src/guestfs-actions.pod:1029
7545 msgid ""
7546 "The single parameter is an argv-style list of arguments.  The first element "
7547 "is the name of the program to run.  Subsequent elements are parameters.  The "
7548 "list must be non-empty (ie. must contain a program name).  Note that the "
7549 "command runs directly, and is I<not> invoked via the shell (see "
7550 "C<guestfs_sh>)."
7551 msgstr ""
7552
7553 #. type: textblock
7554 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:704
7555 msgid "The return value is anything printed to I<stdout> by the command."
7556 msgstr ""
7557
7558 #. type: textblock
7559 #: ../src/guestfs-actions.pod:1039 ../fish/guestfish-actions.pod:707
7560 msgid ""
7561 "If the command returns a non-zero exit status, then this function returns an "
7562 "error message.  The error message string is the content of I<stderr> from "
7563 "the command."
7564 msgstr ""
7565
7566 #. type: textblock
7567 #: ../src/guestfs-actions.pod:1043 ../fish/guestfish-actions.pod:711
7568 msgid ""
7569 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
7570 "C</bin>.  If you require a program from another location, you should provide "
7571 "the full path in the first parameter."
7572 msgstr ""
7573
7574 #. type: textblock
7575 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
7576 msgid ""
7577 "Shared libraries and data files required by the program must be available on "
7578 "filesystems which are mounted in the correct places.  It is the caller's "
7579 "responsibility to ensure all filesystems that are needed are mounted at the "
7580 "right locations."
7581 msgstr ""
7582
7583 #. type: textblock
7584 #: ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1080 ../src/guestfs-actions.pod:1545
7585 msgid "(Added in 0.9.1)"
7586 msgstr ""
7587
7588 #. type: =head2
7589 #: ../src/guestfs-actions.pod:1062
7590 msgid "guestfs_command_lines"
7591 msgstr ""
7592
7593 #. type: verbatim
7594 #: ../src/guestfs-actions.pod:1064
7595 #, no-wrap
7596 msgid ""
7597 " char **\n"
7598 " guestfs_command_lines (guestfs_h *g,\n"
7599 "                        char *const *arguments);\n"
7600 "\n"
7601 msgstr ""
7602
7603 #. type: textblock
7604 #: ../src/guestfs-actions.pod:1068
7605 msgid ""
7606 "This is the same as C<guestfs_command>, but splits the result into a list of "
7607 "lines."
7608 msgstr ""
7609
7610 #. type: textblock
7611 #: ../src/guestfs-actions.pod:1071
7612 msgid "See also: C<guestfs_sh_lines>"
7613 msgstr ""
7614
7615 #. type: =head2
7616 #: ../src/guestfs-actions.pod:1082
7617 msgid "guestfs_config"
7618 msgstr ""
7619
7620 #. type: verbatim
7621 #: ../src/guestfs-actions.pod:1084
7622 #, no-wrap
7623 msgid ""
7624 " int\n"
7625 " guestfs_config (guestfs_h *g,\n"
7626 "                 const char *qemuparam,\n"
7627 "                 const char *qemuvalue);\n"
7628 "\n"
7629 msgstr ""
7630
7631 #. type: textblock
7632 #: ../src/guestfs-actions.pod:1089 ../fish/guestfish-actions.pod:741
7633 msgid ""
7634 "This can be used to add arbitrary qemu command line parameters of the form "
7635 "I<-param value>.  Actually it's not quite arbitrary - we prevent you from "
7636 "setting some parameters which would interfere with parameters that we use."
7637 msgstr ""
7638
7639 #. type: textblock
7640 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
7641 msgid "The first character of C<param> string must be a C<-> (dash)."
7642 msgstr ""
7643
7644 #. type: textblock
7645 #: ../src/guestfs-actions.pod:1096 ../fish/guestfish-actions.pod:748
7646 msgid "C<value> can be NULL."
7647 msgstr ""
7648
7649 #. type: =head2
7650 #: ../src/guestfs-actions.pod:1102
7651 msgid "guestfs_copy_size"
7652 msgstr ""
7653
7654 #. type: verbatim
7655 #: ../src/guestfs-actions.pod:1104
7656 #, no-wrap
7657 msgid ""
7658 " int\n"
7659 " guestfs_copy_size (guestfs_h *g,\n"
7660 "                    const char *src,\n"
7661 "                    const char *dest,\n"
7662 "                    int64_t size);\n"
7663 "\n"
7664 msgstr ""
7665
7666 #. type: textblock
7667 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:754
7668 msgid ""
7669 "This command copies exactly C<size> bytes from one source device or file "
7670 "C<src> to another destination device or file C<dest>."
7671 msgstr ""
7672
7673 #. type: textblock
7674 #: ../src/guestfs-actions.pod:1113 ../fish/guestfish-actions.pod:757
7675 msgid ""
7676 "Note this will fail if the source is too short or if the destination is not "
7677 "large enough."
7678 msgstr ""
7679
7680 #. type: textblock
7681 #: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1241 ../src/guestfs-actions.pod:1272 ../src/guestfs-actions.pod:1317 ../src/guestfs-actions.pod:1694 ../src/guestfs-actions.pod:1716 ../src/guestfs-actions.pod:3473 ../src/guestfs-actions.pod:6862 ../src/guestfs-actions.pod:6896 ../src/guestfs-actions.pod:7382 ../src/guestfs-actions.pod:7401
7682 msgid ""
7683 "This long-running command can generate progress notification messages so "
7684 "that the caller can display a progress bar or indicator.  To receive these "
7685 "messages, the caller must register a progress event callback.  See "
7686 "L<guestfs(3)/GUESTFS_EVENT_PROGRESS>."
7687 msgstr ""
7688
7689 #. type: textblock
7690 #: ../src/guestfs-actions.pod:1123 ../src/guestfs-actions.pod:4160 ../src/guestfs-actions.pod:5394 ../src/guestfs-actions.pod:7103 ../src/guestfs-actions.pod:7123 ../src/guestfs-actions.pod:7209
7691 msgid "(Added in 1.0.87)"
7692 msgstr ""
7693
7694 #. type: =head2
7695 #: ../src/guestfs-actions.pod:1125
7696 msgid "guestfs_cp"
7697 msgstr ""
7698
7699 #. type: verbatim
7700 #: ../src/guestfs-actions.pod:1127
7701 #, no-wrap
7702 msgid ""
7703 " int\n"
7704 " guestfs_cp (guestfs_h *g,\n"
7705 "             const char *src,\n"
7706 "             const char *dest);\n"
7707 "\n"
7708 msgstr ""
7709
7710 #. type: textblock
7711 #: ../src/guestfs-actions.pod:1132 ../fish/guestfish-actions.pod:764
7712 msgid ""
7713 "This copies a file from C<src> to C<dest> where C<dest> is either a "
7714 "destination filename or destination directory."
7715 msgstr ""
7716
7717 #. type: textblock
7718 #: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1151 ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1297 ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:4852 ../src/guestfs-actions.pod:5238
7719 msgid "(Added in 1.0.18)"
7720 msgstr ""
7721
7722 #. type: =head2
7723 #: ../src/guestfs-actions.pod:1139
7724 msgid "guestfs_cp_a"
7725 msgstr ""
7726
7727 #. type: verbatim
7728 #: ../src/guestfs-actions.pod:1141
7729 #, no-wrap
7730 msgid ""
7731 " int\n"
7732 " guestfs_cp_a (guestfs_h *g,\n"
7733 "               const char *src,\n"
7734 "               const char *dest);\n"
7735 "\n"
7736 msgstr ""
7737
7738 #. type: textblock
7739 #: ../src/guestfs-actions.pod:1146 ../fish/guestfish-actions.pod:771
7740 msgid ""
7741 "This copies a file or directory from C<src> to C<dest> recursively using the "
7742 "C<cp -a> command."
7743 msgstr ""
7744
7745 #. type: =head2
7746 #: ../src/guestfs-actions.pod:1153
7747 msgid "guestfs_dd"
7748 msgstr ""
7749
7750 #. type: verbatim
7751 #: ../src/guestfs-actions.pod:1155
7752 #, no-wrap
7753 msgid ""
7754 " int\n"
7755 " guestfs_dd (guestfs_h *g,\n"
7756 "             const char *src,\n"
7757 "             const char *dest);\n"
7758 "\n"
7759 msgstr ""
7760
7761 #. type: textblock
7762 #: ../src/guestfs-actions.pod:1160 ../fish/guestfish-actions.pod:778
7763 msgid ""
7764 "This command copies from one source device or file C<src> to another "
7765 "destination device or file C<dest>.  Normally you would use this to copy to "
7766 "or from a device or partition, for example to duplicate a filesystem."
7767 msgstr ""
7768
7769 #. type: textblock
7770 #: ../src/guestfs-actions.pod:1165
7771 msgid ""
7772 "If the destination is a device, it must be as large or larger than the "
7773 "source file or device, otherwise the copy will fail.  This command cannot do "
7774 "partial copies (see C<guestfs_copy_size>)."
7775 msgstr ""
7776
7777 #. type: =head2
7778 #: ../src/guestfs-actions.pod:1173
7779 msgid "guestfs_df"
7780 msgstr ""
7781
7782 #. type: verbatim
7783 #: ../src/guestfs-actions.pod:1175
7784 #, no-wrap
7785 msgid ""
7786 " char *\n"
7787 " guestfs_df (guestfs_h *g);\n"
7788 "\n"
7789 msgstr ""
7790
7791 #. type: textblock
7792 #: ../src/guestfs-actions.pod:1178 ../fish/guestfish-actions.pod:791
7793 msgid "This command runs the C<df> command to report disk space used."
7794 msgstr ""
7795
7796 #. type: textblock
7797 #: ../src/guestfs-actions.pod:1180 ../src/guestfs-actions.pod:1197
7798 msgid ""
7799 "This command is mostly useful for interactive sessions.  It is I<not> "
7800 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7801 "from programs."
7802 msgstr ""
7803
7804 #. type: textblock
7805 #: ../src/guestfs-actions.pod:1187 ../src/guestfs-actions.pod:1204 ../src/guestfs-actions.pod:1322 ../src/guestfs-actions.pod:2283 ../src/guestfs-actions.pod:2307 ../src/guestfs-actions.pod:2375 ../src/guestfs-actions.pod:4270 ../src/guestfs-actions.pod:4752 ../src/guestfs-actions.pod:6600 ../src/guestfs-actions.pod:6624 ../src/guestfs-actions.pod:7249 ../src/guestfs-actions.pod:7262 ../src/guestfs-actions.pod:7275
7806 msgid "(Added in 1.0.54)"
7807 msgstr ""
7808
7809 #. type: =head2
7810 #: ../src/guestfs-actions.pod:1189
7811 msgid "guestfs_df_h"
7812 msgstr ""
7813
7814 #. type: verbatim
7815 #: ../src/guestfs-actions.pod:1191
7816 #, no-wrap
7817 msgid ""
7818 " char *\n"
7819 " guestfs_df_h (guestfs_h *g);\n"
7820 "\n"
7821 msgstr ""
7822
7823 #. type: textblock
7824 #: ../src/guestfs-actions.pod:1194 ../fish/guestfish-actions.pod:801
7825 msgid ""
7826 "This command runs the C<df -h> command to report disk space used in "
7827 "human-readable format."
7828 msgstr ""
7829
7830 #. type: =head2
7831 #: ../src/guestfs-actions.pod:1206
7832 msgid "guestfs_dmesg"
7833 msgstr ""
7834
7835 #. type: verbatim
7836 #: ../src/guestfs-actions.pod:1208
7837 #, no-wrap
7838 msgid ""
7839 " char *\n"
7840 " guestfs_dmesg (guestfs_h *g);\n"
7841 "\n"
7842 msgstr ""
7843
7844 #. type: textblock
7845 #: ../src/guestfs-actions.pod:1211 ../fish/guestfish-actions.pod:812
7846 msgid ""
7847 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7848 "This is sometimes useful for extended debugging of problems."
7849 msgstr ""
7850
7851 #. type: textblock
7852 #: ../src/guestfs-actions.pod:1215
7853 msgid ""
7854 "Another way to get the same information is to enable verbose messages with "
7855 "C<guestfs_set_verbose> or by setting the environment variable "
7856 "C<LIBGUESTFS_DEBUG=1> before running the program."
7857 msgstr ""
7858
7859 #. type: =head2
7860 #: ../src/guestfs-actions.pod:1225
7861 msgid "guestfs_download"
7862 msgstr ""
7863
7864 #. type: verbatim
7865 #: ../src/guestfs-actions.pod:1227
7866 #, no-wrap
7867 msgid ""
7868 " int\n"
7869 " guestfs_download (guestfs_h *g,\n"
7870 "                   const char *remotefilename,\n"
7871 "                   const char *filename);\n"
7872 "\n"
7873 msgstr ""
7874
7875 #. type: textblock
7876 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:1257 ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:838
7877 msgid ""
7878 "Download file C<remotefilename> and save it as C<filename> on the local "
7879 "machine."
7880 msgstr ""
7881
7882 #. type: textblock
7883 #: ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:6856 ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4631
7884 msgid "C<filename> can also be a named pipe."
7885 msgstr ""
7886
7887 #. type: textblock
7888 #: ../src/guestfs-actions.pod:1237
7889 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7890 msgstr ""
7891
7892 #. type: =head2
7893 #: ../src/guestfs-actions.pod:1248
7894 msgid "guestfs_download_offset"
7895 msgstr ""
7896
7897 #. type: verbatim
7898 #: ../src/guestfs-actions.pod:1250
7899 #, no-wrap
7900 msgid ""
7901 " int\n"
7902 " guestfs_download_offset (guestfs_h *g,\n"
7903 "                          const char *remotefilename,\n"
7904 "                          const char *filename,\n"
7905 "                          int64_t offset,\n"
7906 "                          int64_t size);\n"
7907 "\n"
7908 msgstr ""
7909
7910 #. type: textblock
7911 #: ../src/guestfs-actions.pod:1260 ../fish/guestfish-actions.pod:841
7912 msgid ""
7913 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7914 "region must be within the file or device)."
7915 msgstr ""
7916
7917 #. type: textblock
7918 #: ../src/guestfs-actions.pod:1263
7919 msgid ""
7920 "Note that there is no limit on the amount of data that can be downloaded "
7921 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7922 "full amount unless an error occurs."
7923 msgstr ""
7924
7925 #. type: textblock
7926 #: ../src/guestfs-actions.pod:1268
7927 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7928 msgstr ""
7929
7930 #. type: textblock
7931 #: ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:6901
7932 msgid "(Added in 1.5.17)"
7933 msgstr ""
7934
7935 #. type: =head2
7936 #: ../src/guestfs-actions.pod:1279
7937 msgid "guestfs_drop_caches"
7938 msgstr ""
7939
7940 #. type: verbatim
7941 #: ../src/guestfs-actions.pod:1281
7942 #, no-wrap
7943 msgid ""
7944 " int\n"
7945 " guestfs_drop_caches (guestfs_h *g,\n"
7946 "                      int whattodrop);\n"
7947 "\n"
7948 msgstr ""
7949
7950 #. type: textblock
7951 #: ../src/guestfs-actions.pod:1285 ../fish/guestfish-actions.pod:857
7952 msgid ""
7953 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7954 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7955 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7956 msgstr ""
7957
7958 #. type: textblock
7959 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
7960 msgid "Setting C<whattodrop> to 3 should drop everything."
7961 msgstr ""
7962
7963 #. type: textblock
7964 #: ../src/guestfs-actions.pod:1292 ../fish/guestfish-actions.pod:864
7965 msgid ""
7966 "This automatically calls L<sync(2)> before the operation, so that the "
7967 "maximum guest memory is freed."
7968 msgstr ""
7969
7970 #. type: =head2
7971 #: ../src/guestfs-actions.pod:1299
7972 msgid "guestfs_du"
7973 msgstr ""
7974
7975 #. type: verbatim
7976 #: ../src/guestfs-actions.pod:1301
7977 #, no-wrap
7978 msgid ""
7979 " int64_t\n"
7980 " guestfs_du (guestfs_h *g,\n"
7981 "             const char *path);\n"
7982 "\n"
7983 msgstr ""
7984
7985 #. type: textblock
7986 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:871
7987 msgid ""
7988 "This command runs the C<du -s> command to estimate file space usage for "
7989 "C<path>."
7990 msgstr ""
7991
7992 #. type: textblock
7993 #: ../src/guestfs-actions.pod:1308 ../fish/guestfish-actions.pod:874
7994 msgid ""
7995 "C<path> can be a file or a directory.  If C<path> is a directory then the "
7996 "estimate includes the contents of the directory and all subdirectories "
7997 "(recursively)."
7998 msgstr ""
7999
8000 #. type: textblock
8001 #: ../src/guestfs-actions.pod:1312 ../fish/guestfish-actions.pod:878
8002 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8003 msgstr ""
8004
8005 #. type: =head2
8006 #: ../src/guestfs-actions.pod:1324
8007 msgid "guestfs_e2fsck_f"
8008 msgstr ""
8009
8010 #. type: verbatim
8011 #: ../src/guestfs-actions.pod:1326
8012 #, no-wrap
8013 msgid ""
8014 " int\n"
8015 " guestfs_e2fsck_f (guestfs_h *g,\n"
8016 "                   const char *device);\n"
8017 "\n"
8018 msgstr ""
8019
8020 #. type: textblock
8021 #: ../src/guestfs-actions.pod:1330 ../fish/guestfish-actions.pod:885
8022 msgid ""
8023 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8024 "on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
8025 "clean (I<-f>)."
8026 msgstr ""
8027
8028 #. type: textblock
8029 #: ../src/guestfs-actions.pod:1334
8030 msgid ""
8031 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8032 "Normally you should use C<guestfs_fsck>."
8033 msgstr ""
8034
8035 #. type: textblock
8036 #: ../src/guestfs-actions.pod:1339
8037 msgid "(Added in 1.0.29)"
8038 msgstr ""
8039
8040 #. type: =head2
8041 #: ../src/guestfs-actions.pod:1341
8042 msgid "guestfs_echo_daemon"
8043 msgstr ""
8044
8045 #. type: verbatim
8046 #: ../src/guestfs-actions.pod:1343
8047 #, no-wrap
8048 msgid ""
8049 " char *\n"
8050 " guestfs_echo_daemon (guestfs_h *g,\n"
8051 "                      char *const *words);\n"
8052 "\n"
8053 msgstr ""
8054
8055 #. type: textblock
8056 #: ../src/guestfs-actions.pod:1347 ../fish/guestfish-actions.pod:896
8057 msgid ""
8058 "This command concatenates the list of C<words> passed with single spaces "
8059 "between them and returns the resulting string."
8060 msgstr ""
8061
8062 #. type: textblock
8063 #: ../src/guestfs-actions.pod:1350 ../fish/guestfish-actions.pod:899
8064 msgid "You can use this command to test the connection through to the daemon."
8065 msgstr ""
8066
8067 #. type: textblock
8068 #: ../src/guestfs-actions.pod:1352
8069 msgid "See also C<guestfs_ping_daemon>."
8070 msgstr ""
8071
8072 #. type: textblock
8073 #: ../src/guestfs-actions.pod:1357 ../src/guestfs-actions.pod:2091 ../src/guestfs-actions.pod:6072
8074 msgid "(Added in 1.0.69)"
8075 msgstr ""
8076
8077 #. type: =head2
8078 #: ../src/guestfs-actions.pod:1359
8079 msgid "guestfs_egrep"
8080 msgstr ""
8081
8082 #. type: verbatim
8083 #: ../src/guestfs-actions.pod:1361
8084 #, no-wrap
8085 msgid ""
8086 " char **\n"
8087 " guestfs_egrep (guestfs_h *g,\n"
8088 "                const char *regex,\n"
8089 "                const char *path);\n"
8090 "\n"
8091 msgstr ""
8092
8093 #. type: textblock
8094 #: ../src/guestfs-actions.pod:1366 ../fish/guestfish-actions.pod:907
8095 msgid "This calls the external C<egrep> program and returns the matching lines."
8096 msgstr ""
8097
8098 #. type: textblock
8099 #: ../src/guestfs-actions.pod:1376 ../src/guestfs-actions.pod:1395 ../src/guestfs-actions.pod:1452 ../src/guestfs-actions.pod:1498 ../src/guestfs-actions.pod:1517 ../src/guestfs-actions.pod:2221 ../src/guestfs-actions.pod:2240 ../src/guestfs-actions.pod:2396 ../src/guestfs-actions.pod:2409 ../src/guestfs-actions.pod:2424 ../src/guestfs-actions.pod:2470 ../src/guestfs-actions.pod:2492 ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:3653 ../src/guestfs-actions.pod:3667 ../src/guestfs-actions.pod:3680 ../src/guestfs-actions.pod:3694 ../src/guestfs-actions.pod:4680 ../src/guestfs-actions.pod:5572 ../src/guestfs-actions.pod:5621 ../src/guestfs-actions.pod:6468 ../src/guestfs-actions.pod:6480 ../src/guestfs-actions.pod:6493 ../src/guestfs-actions.pod:6506 ../src/guestfs-actions.pod:6528 ../src/guestfs-actions.pod:6541 ../src/guestfs-actions.pod:6554 ../src/guestfs-actions.pod:6567 ../src/guestfs-actions.pod:7345 ../src/guestfs-actions.pod:7364 ../src/guestfs-actions.pod:7449 ../src/guestfs-actions.pod:7468 ../src/guestfs-actions.pod:7514 ../src/guestfs-actions.pod:7533
8100 msgid "(Added in 1.0.66)"
8101 msgstr ""
8102
8103 #. type: =head2
8104 #: ../src/guestfs-actions.pod:1378
8105 msgid "guestfs_egrepi"
8106 msgstr ""
8107
8108 #. type: verbatim
8109 #: ../src/guestfs-actions.pod:1380
8110 #, no-wrap
8111 msgid ""
8112 " char **\n"
8113 " guestfs_egrepi (guestfs_h *g,\n"
8114 "                 const char *regex,\n"
8115 "                 const char *path);\n"
8116 "\n"
8117 msgstr ""
8118
8119 #. type: textblock
8120 #: ../src/guestfs-actions.pod:1385 ../fish/guestfish-actions.pod:917
8121 msgid "This calls the external C<egrep -i> program and returns the matching lines."
8122 msgstr ""
8123
8124 #. type: =head2
8125 #: ../src/guestfs-actions.pod:1397
8126 msgid "guestfs_equal"
8127 msgstr ""
8128
8129 #. type: verbatim
8130 #: ../src/guestfs-actions.pod:1399
8131 #, no-wrap
8132 msgid ""
8133 " int\n"
8134 " guestfs_equal (guestfs_h *g,\n"
8135 "                const char *file1,\n"
8136 "                const char *file2);\n"
8137 "\n"
8138 msgstr ""
8139
8140 #. type: textblock
8141 #: ../src/guestfs-actions.pod:1404 ../fish/guestfish-actions.pod:927
8142 msgid ""
8143 "This compares the two files C<file1> and C<file2> and returns true if their "
8144 "content is exactly equal, or false otherwise."
8145 msgstr ""
8146
8147 #. type: textblock
8148 #: ../src/guestfs-actions.pod:1407 ../fish/guestfish-actions.pod:930
8149 msgid "The external L<cmp(1)> program is used for the comparison."
8150 msgstr ""
8151
8152 #. type: =head2
8153 #: ../src/guestfs-actions.pod:1413
8154 msgid "guestfs_exists"
8155 msgstr ""
8156
8157 #. type: verbatim
8158 #: ../src/guestfs-actions.pod:1415
8159 #, no-wrap
8160 msgid ""
8161 " int\n"
8162 " guestfs_exists (guestfs_h *g,\n"
8163 "                 const char *path);\n"
8164 "\n"
8165 msgstr ""
8166
8167 #. type: textblock
8168 #: ../src/guestfs-actions.pod:1419 ../fish/guestfish-actions.pod:936
8169 msgid ""
8170 "This returns C<true> if and only if there is a file, directory (or anything) "
8171 "with the given C<path> name."
8172 msgstr ""
8173
8174 #. type: textblock
8175 #: ../src/guestfs-actions.pod:1422
8176 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8177 msgstr ""
8178
8179 #. type: =head2
8180 #: ../src/guestfs-actions.pod:1428
8181 msgid "guestfs_fallocate"
8182 msgstr ""
8183
8184 #. type: verbatim
8185 #: ../src/guestfs-actions.pod:1430
8186 #, no-wrap
8187 msgid ""
8188 " int\n"
8189 " guestfs_fallocate (guestfs_h *g,\n"
8190 "                    const char *path,\n"
8191 "                    int len);\n"
8192 "\n"
8193 msgstr ""
8194
8195 #. type: textblock
8196 #: ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1461 ../fish/guestfish-actions.pod:945 ../fish/guestfish-actions.pod:964
8197 msgid ""
8198 "This command preallocates a file (containing zero bytes) named C<path> of "
8199 "size C<len> bytes.  If the file exists already, it is overwritten."
8200 msgstr ""
8201
8202 #. type: textblock
8203 #: ../src/guestfs-actions.pod:1439 ../fish/guestfish-actions.pod:949
8204 msgid ""
8205 "Do not confuse this with the guestfish-specific C<alloc> command which "
8206 "allocates a file in the host and attaches it as a device."
8207 msgstr ""
8208
8209 #. type: textblock
8210 #: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953
8211 msgid ""
8212 "This function is deprecated.  In new code, use the C<fallocate64> call "
8213 "instead."
8214 msgstr ""
8215
8216 #. type: =head2
8217 #: ../src/guestfs-actions.pod:1454
8218 msgid "guestfs_fallocate64"
8219 msgstr ""
8220
8221 #. type: verbatim
8222 #: ../src/guestfs-actions.pod:1456
8223 #, no-wrap
8224 msgid ""
8225 " int\n"
8226 " guestfs_fallocate64 (guestfs_h *g,\n"
8227 "                      const char *path,\n"
8228 "                      int64_t len);\n"
8229 "\n"
8230 msgstr ""
8231
8232 #. type: textblock
8233 #: ../src/guestfs-actions.pod:1465
8234 msgid ""
8235 "Note that this call allocates disk blocks for the file.  To create a sparse "
8236 "file use C<guestfs_truncate_size> instead."
8237 msgstr ""
8238
8239 #. type: textblock
8240 #: ../src/guestfs-actions.pod:1468
8241 msgid ""
8242 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8243 "oversight it only allowed 30 bit lengths to be specified, effectively "
8244 "limiting the maximum size of files created through that call to 1GB."
8245 msgstr ""
8246
8247 #. type: textblock
8248 #: ../src/guestfs-actions.pod:1473 ../fish/guestfish-actions.pod:976
8249 msgid ""
8250 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8251 "commands which create a file in the host and attach it as a device."
8252 msgstr ""
8253
8254 #. type: textblock
8255 #: ../src/guestfs-actions.pod:1479
8256 msgid "(Added in 1.3.17)"
8257 msgstr ""
8258
8259 #. type: =head2
8260 #: ../src/guestfs-actions.pod:1481
8261 msgid "guestfs_fgrep"
8262 msgstr ""
8263
8264 #. type: verbatim
8265 #: ../src/guestfs-actions.pod:1483
8266 #, no-wrap
8267 msgid ""
8268 " char **\n"
8269 " guestfs_fgrep (guestfs_h *g,\n"
8270 "                const char *pattern,\n"
8271 "                const char *path);\n"
8272 "\n"
8273 msgstr ""
8274
8275 #. type: textblock
8276 #: ../src/guestfs-actions.pod:1488 ../fish/guestfish-actions.pod:984
8277 msgid "This calls the external C<fgrep> program and returns the matching lines."
8278 msgstr ""
8279
8280 #. type: =head2
8281 #: ../src/guestfs-actions.pod:1500
8282 msgid "guestfs_fgrepi"
8283 msgstr ""
8284
8285 #. type: verbatim
8286 #: ../src/guestfs-actions.pod:1502
8287 #, no-wrap
8288 msgid ""
8289 " char **\n"
8290 " guestfs_fgrepi (guestfs_h *g,\n"
8291 "                 const char *pattern,\n"
8292 "                 const char *path);\n"
8293 "\n"
8294 msgstr ""
8295
8296 #. type: textblock
8297 #: ../src/guestfs-actions.pod:1507 ../fish/guestfish-actions.pod:994
8298 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
8299 msgstr ""
8300
8301 #. type: =head2
8302 #: ../src/guestfs-actions.pod:1519
8303 msgid "guestfs_file"
8304 msgstr ""
8305
8306 #. type: verbatim
8307 #: ../src/guestfs-actions.pod:1521
8308 #, no-wrap
8309 msgid ""
8310 " char *\n"
8311 " guestfs_file (guestfs_h *g,\n"
8312 "               const char *path);\n"
8313 "\n"
8314 msgstr ""
8315
8316 #. type: textblock
8317 #: ../src/guestfs-actions.pod:1525 ../fish/guestfish-actions.pod:1004
8318 msgid ""
8319 "This call uses the standard L<file(1)> command to determine the type or "
8320 "contents of the file."
8321 msgstr ""
8322
8323 #. type: textblock
8324 #: ../src/guestfs-actions.pod:1528 ../fish/guestfish-actions.pod:1007
8325 msgid ""
8326 "This call will also transparently look inside various types of compressed "
8327 "file."
8328 msgstr ""
8329
8330 #. type: textblock
8331 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1010
8332 msgid ""
8333 "The exact command which runs is C<file -zb path>.  Note in particular that "
8334 "the filename is not prepended to the output (the I<-b> option)."
8335 msgstr ""
8336
8337 #. type: textblock
8338 #: ../src/guestfs-actions.pod:1535 ../fish/guestfish-actions.pod:1014
8339 msgid ""
8340 "The output depends on the output of the underlying L<file(1)> command and it "
8341 "can change in future in ways beyond our control.  In other words, the output "
8342 "is not guaranteed by the ABI."
8343 msgstr ""
8344
8345 #. type: textblock
8346 #: ../src/guestfs-actions.pod:1539
8347 msgid ""
8348 "See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
8349 "C<guestfs_is_file>, C<guestfs_is_blockdev> (etc)."
8350 msgstr ""
8351
8352 #. type: =head2
8353 #: ../src/guestfs-actions.pod:1547
8354 msgid "guestfs_file_architecture"
8355 msgstr ""
8356
8357 #. type: verbatim
8358 #: ../src/guestfs-actions.pod:1549
8359 #, no-wrap
8360 msgid ""
8361 " char *\n"
8362 " guestfs_file_architecture (guestfs_h *g,\n"
8363 "                            const char *filename);\n"
8364 "\n"
8365 msgstr ""
8366
8367 #. type: textblock
8368 #: ../src/guestfs-actions.pod:1553 ../fish/guestfish-actions.pod:1025
8369 msgid ""
8370 "This detects the architecture of the binary C<filename>, and returns it if "
8371 "known."
8372 msgstr ""
8373
8374 #. type: textblock
8375 #: ../src/guestfs-actions.pod:1556 ../fish/guestfish-actions.pod:1028
8376 msgid "Currently defined architectures are:"
8377 msgstr ""
8378
8379 #. type: =item
8380 #: ../src/guestfs-actions.pod:1560 ../fish/guestfish-actions.pod:1032
8381 msgid "\"i386\""
8382 msgstr ""
8383
8384 #. type: textblock
8385 #: ../src/guestfs-actions.pod:1562 ../fish/guestfish-actions.pod:1034
8386 msgid ""
8387 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8388 "irrespective of the precise processor requirements of the binary."
8389 msgstr ""
8390
8391 #. type: =item
8392 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1037
8393 msgid "\"x86_64\""
8394 msgstr ""
8395
8396 #. type: textblock
8397 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1039
8398 msgid "64 bit x86-64."
8399 msgstr ""
8400
8401 #. type: =item
8402 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1041
8403 msgid "\"sparc\""
8404 msgstr ""
8405
8406 #. type: textblock
8407 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1043
8408 msgid "32 bit SPARC."
8409 msgstr ""
8410
8411 #. type: =item
8412 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1045
8413 msgid "\"sparc64\""
8414 msgstr ""
8415
8416 #. type: textblock
8417 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1047
8418 msgid "64 bit SPARC V9 and above."
8419 msgstr ""
8420
8421 #. type: =item
8422 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1049
8423 msgid "\"ia64\""
8424 msgstr ""
8425
8426 #. type: textblock
8427 #: ../src/guestfs-actions.pod:1579 ../fish/guestfish-actions.pod:1051
8428 msgid "Intel Itanium."
8429 msgstr ""
8430
8431 #. type: =item
8432 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1053
8433 msgid "\"ppc\""
8434 msgstr ""
8435
8436 #. type: textblock
8437 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1055
8438 msgid "32 bit Power PC."
8439 msgstr ""
8440
8441 #. type: =item
8442 #: ../src/guestfs-actions.pod:1585 ../fish/guestfish-actions.pod:1057
8443 msgid "\"ppc64\""
8444 msgstr ""
8445
8446 #. type: textblock
8447 #: ../src/guestfs-actions.pod:1587 ../fish/guestfish-actions.pod:1059
8448 msgid "64 bit Power PC."
8449 msgstr ""
8450
8451 #. type: textblock
8452 #: ../src/guestfs-actions.pod:1591 ../fish/guestfish-actions.pod:1063
8453 msgid "Libguestfs may return other architecture strings in future."
8454 msgstr ""
8455
8456 #. type: textblock
8457 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1065
8458 msgid "The function works on at least the following types of files:"
8459 msgstr ""
8460
8461 #. type: textblock
8462 #: ../src/guestfs-actions.pod:1599 ../fish/guestfish-actions.pod:1071
8463 msgid "many types of Un*x and Linux binary"
8464 msgstr ""
8465
8466 #. type: textblock
8467 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1075
8468 msgid "many types of Un*x and Linux shared library"
8469 msgstr ""
8470
8471 #. type: textblock
8472 #: ../src/guestfs-actions.pod:1607 ../fish/guestfish-actions.pod:1079
8473 msgid "Windows Win32 and Win64 binaries"
8474 msgstr ""
8475
8476 #. type: textblock
8477 #: ../src/guestfs-actions.pod:1611 ../fish/guestfish-actions.pod:1083
8478 msgid "Windows Win32 and Win64 DLLs"
8479 msgstr ""
8480
8481 #. type: textblock
8482 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1085
8483 msgid "Win32 binaries and DLLs return C<i386>."
8484 msgstr ""
8485
8486 #. type: textblock
8487 #: ../src/guestfs-actions.pod:1615 ../fish/guestfish-actions.pod:1087
8488 msgid "Win64 binaries and DLLs return C<x86_64>."
8489 msgstr ""
8490
8491 #. type: textblock
8492 #: ../src/guestfs-actions.pod:1619 ../fish/guestfish-actions.pod:1091
8493 msgid "Linux kernel modules"
8494 msgstr ""
8495
8496 #. type: textblock
8497 #: ../src/guestfs-actions.pod:1623 ../fish/guestfish-actions.pod:1095
8498 msgid "Linux new-style initrd images"
8499 msgstr ""
8500
8501 #. type: textblock
8502 #: ../src/guestfs-actions.pod:1627 ../fish/guestfish-actions.pod:1099
8503 msgid "some non-x86 Linux vmlinuz kernels"
8504 msgstr ""
8505
8506 #. type: textblock
8507 #: ../src/guestfs-actions.pod:1631 ../fish/guestfish-actions.pod:1103
8508 msgid "What it can't do currently:"
8509 msgstr ""
8510
8511 #. type: textblock
8512 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1109
8513 msgid "static libraries (libfoo.a)"
8514 msgstr ""
8515
8516 #. type: textblock
8517 #: ../src/guestfs-actions.pod:1641 ../fish/guestfish-actions.pod:1113
8518 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
8519 msgstr ""
8520
8521 #. type: textblock
8522 #: ../src/guestfs-actions.pod:1645 ../fish/guestfish-actions.pod:1117
8523 msgid "x86 Linux vmlinuz kernels"
8524 msgstr ""
8525
8526 #. type: textblock
8527 #: ../src/guestfs-actions.pod:1647 ../fish/guestfish-actions.pod:1119
8528 msgid ""
8529 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
8530 "compressed code, and are horribly hard to unpack.  If you want to find the "
8531 "architecture of a kernel, use the architecture of the associated initrd or "
8532 "kernel module(s) instead."
8533 msgstr ""
8534
8535 #. type: textblock
8536 #: ../src/guestfs-actions.pod:1657 ../src/guestfs-actions.pod:1820 ../src/guestfs-actions.pod:1837 ../src/guestfs-actions.pod:2528 ../src/guestfs-actions.pod:2621 ../src/guestfs-actions.pod:2691 ../src/guestfs-actions.pod:2779 ../src/guestfs-actions.pod:2800 ../src/guestfs-actions.pod:2843 ../src/guestfs-actions.pod:2927 ../src/guestfs-actions.pod:3024 ../src/guestfs-actions.pod:3271 ../src/guestfs-actions.pod:3403
8537 msgid "(Added in 1.5.3)"
8538 msgstr ""
8539
8540 #. type: =head2
8541 #: ../src/guestfs-actions.pod:1659
8542 msgid "guestfs_filesize"
8543 msgstr ""
8544
8545 #. type: verbatim
8546 #: ../src/guestfs-actions.pod:1661
8547 #, no-wrap
8548 msgid ""
8549 " int64_t\n"
8550 " guestfs_filesize (guestfs_h *g,\n"
8551 "                   const char *file);\n"
8552 "\n"
8553 msgstr ""
8554
8555 #. type: textblock
8556 #: ../src/guestfs-actions.pod:1665 ../fish/guestfish-actions.pod:1130
8557 msgid "This command returns the size of C<file> in bytes."
8558 msgstr ""
8559
8560 #. type: textblock
8561 #: ../src/guestfs-actions.pod:1667
8562 msgid ""
8563 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
8564 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
8565 "devices, use C<guestfs_blockdev_getsize64>."
8566 msgstr ""
8567
8568 #. type: textblock
8569 #: ../src/guestfs-actions.pod:1673
8570 msgid "(Added in 1.0.82)"
8571 msgstr ""
8572
8573 #. type: =head2
8574 #: ../src/guestfs-actions.pod:1675
8575 msgid "guestfs_fill"
8576 msgstr ""
8577
8578 #. type: verbatim
8579 #: ../src/guestfs-actions.pod:1677
8580 #, no-wrap
8581 msgid ""
8582 " int\n"
8583 " guestfs_fill (guestfs_h *g,\n"
8584 "               int c,\n"
8585 "               int len,\n"
8586 "               const char *path);\n"
8587 "\n"
8588 msgstr ""
8589
8590 #. type: textblock
8591 #: ../src/guestfs-actions.pod:1683 ../fish/guestfish-actions.pod:1140
8592 msgid ""
8593 "This command creates a new file called C<path>.  The initial content of the "
8594 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
8595 "C<[0..255]>."
8596 msgstr ""
8597
8598 #. type: textblock
8599 #: ../src/guestfs-actions.pod:1687
8600 msgid ""
8601 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
8602 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
8603 "bytes use C<guestfs_fill_pattern>."
8604 msgstr ""
8605
8606 #. type: textblock
8607 #: ../src/guestfs-actions.pod:1699
8608 msgid "(Added in 1.0.79)"
8609 msgstr ""
8610
8611 #. type: =head2
8612 #: ../src/guestfs-actions.pod:1701
8613 msgid "guestfs_fill_pattern"
8614 msgstr ""
8615
8616 #. type: verbatim
8617 #: ../src/guestfs-actions.pod:1703
8618 #, no-wrap
8619 msgid ""
8620 " int\n"
8621 " guestfs_fill_pattern (guestfs_h *g,\n"
8622 "                       const char *pattern,\n"
8623 "                       int len,\n"
8624 "                       const char *path);\n"
8625 "\n"
8626 msgstr ""
8627
8628 #. type: textblock
8629 #: ../src/guestfs-actions.pod:1709
8630 msgid ""
8631 "This function is like C<guestfs_fill> except that it creates a new file of "
8632 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
8633 "pattern is truncated if necessary to ensure the length of the file is "
8634 "exactly C<len> bytes."
8635 msgstr ""
8636
8637 #. type: textblock
8638 #: ../src/guestfs-actions.pod:1721
8639 msgid "(Added in 1.3.12)"
8640 msgstr ""
8641
8642 #. type: =head2
8643 #: ../src/guestfs-actions.pod:1723
8644 msgid "guestfs_find"
8645 msgstr ""
8646
8647 #. type: verbatim
8648 #: ../src/guestfs-actions.pod:1725
8649 #, no-wrap
8650 msgid ""
8651 " char **\n"
8652 " guestfs_find (guestfs_h *g,\n"
8653 "               const char *directory);\n"
8654 "\n"
8655 msgstr ""
8656
8657 #. type: textblock
8658 #: ../src/guestfs-actions.pod:1729 ../fish/guestfish-actions.pod:1162
8659 msgid ""
8660 "This command lists out all files and directories, recursively, starting at "
8661 "C<directory>.  It is essentially equivalent to running the shell command "
8662 "C<find directory -print> but some post-processing happens on the output, "
8663 "described below."
8664 msgstr ""
8665
8666 #. type: textblock
8667 #: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1167
8668 msgid ""
8669 "This returns a list of strings I<without any prefix>.  Thus if the directory "
8670 "structure was:"
8671 msgstr ""
8672
8673 #. type: verbatim
8674 #: ../src/guestfs-actions.pod:1737 ../fish/guestfish-actions.pod:1170
8675 #, no-wrap
8676 msgid ""
8677 " /tmp/a\n"
8678 " /tmp/b\n"
8679 " /tmp/c/d\n"
8680 "\n"
8681 msgstr ""
8682
8683 #. type: textblock
8684 #: ../src/guestfs-actions.pod:1741
8685 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
8686 msgstr ""
8687
8688 #. type: verbatim
8689 #: ../src/guestfs-actions.pod:1744 ../fish/guestfish-actions.pod:1177
8690 #, no-wrap
8691 msgid ""
8692 " a\n"
8693 " b\n"
8694 " c\n"
8695 " c/d\n"
8696 "\n"
8697 msgstr ""
8698
8699 #. type: textblock
8700 #: ../src/guestfs-actions.pod:1749 ../fish/guestfish-actions.pod:1182
8701 msgid "If C<directory> is not a directory, then this command returns an error."
8702 msgstr ""
8703
8704 #. type: textblock
8705 #: ../src/guestfs-actions.pod:1752 ../fish/guestfish-actions.pod:1185
8706 msgid "The returned list is sorted."
8707 msgstr ""
8708
8709 #. type: textblock
8710 #: ../src/guestfs-actions.pod:1754
8711 msgid "See also C<guestfs_find0>."
8712 msgstr ""
8713
8714 #. type: textblock
8715 #: ../src/guestfs-actions.pod:1763 ../src/guestfs-actions.pod:4097 ../src/guestfs-actions.pod:5656
8716 msgid "(Added in 1.0.27)"
8717 msgstr ""
8718
8719 #. type: =head2
8720 #: ../src/guestfs-actions.pod:1765
8721 msgid "guestfs_find0"
8722 msgstr ""
8723
8724 #. type: verbatim
8725 #: ../src/guestfs-actions.pod:1767
8726 #, no-wrap
8727 msgid ""
8728 " int\n"
8729 " guestfs_find0 (guestfs_h *g,\n"
8730 "                const char *directory,\n"
8731 "                const char *files);\n"
8732 "\n"
8733 msgstr ""
8734
8735 #. type: textblock
8736 #: ../src/guestfs-actions.pod:1772 ../fish/guestfish-actions.pod:1196
8737 msgid ""
8738 "This command lists out all files and directories, recursively, starting at "
8739 "C<directory>, placing the resulting list in the external file called "
8740 "C<files>."
8741 msgstr ""
8742
8743 #. type: textblock
8744 #: ../src/guestfs-actions.pod:1776
8745 msgid ""
8746 "This command works the same way as C<guestfs_find> with the following "
8747 "exceptions:"
8748 msgstr ""
8749
8750 #. type: textblock
8751 #: ../src/guestfs-actions.pod:1783 ../fish/guestfish-actions.pod:1207
8752 msgid "The resulting list is written to an external file."
8753 msgstr ""
8754
8755 #. type: textblock
8756 #: ../src/guestfs-actions.pod:1787 ../fish/guestfish-actions.pod:1211
8757 msgid ""
8758 "Items (filenames) in the result are separated by C<\\0> characters.  See "
8759 "L<find(1)> option I<-print0>."
8760 msgstr ""
8761
8762 #. type: textblock
8763 #: ../src/guestfs-actions.pod:1792 ../fish/guestfish-actions.pod:1216
8764 msgid "This command is not limited in the number of names that it can return."
8765 msgstr ""
8766
8767 #. type: textblock
8768 #: ../src/guestfs-actions.pod:1797 ../fish/guestfish-actions.pod:1221
8769 msgid "The result list is not sorted."
8770 msgstr ""
8771
8772 #. type: textblock
8773 #: ../src/guestfs-actions.pod:1803
8774 msgid "(Added in 1.0.74)"
8775 msgstr ""
8776
8777 #. type: =head2
8778 #: ../src/guestfs-actions.pod:1805
8779 msgid "guestfs_findfs_label"
8780 msgstr ""
8781
8782 #. type: verbatim
8783 #: ../src/guestfs-actions.pod:1807
8784 #, no-wrap
8785 msgid ""
8786 " char *\n"
8787 " guestfs_findfs_label (guestfs_h *g,\n"
8788 "                       const char *label);\n"
8789 "\n"
8790 msgstr ""
8791
8792 #. type: textblock
8793 #: ../src/guestfs-actions.pod:1811 ../fish/guestfish-actions.pod:1231
8794 msgid ""
8795 "This command searches the filesystems and returns the one which has the "
8796 "given label.  An error is returned if no such filesystem can be found."
8797 msgstr ""
8798
8799 #. type: textblock
8800 #: ../src/guestfs-actions.pod:1815
8801 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8802 msgstr ""
8803
8804 #. type: =head2
8805 #: ../src/guestfs-actions.pod:1822
8806 msgid "guestfs_findfs_uuid"
8807 msgstr ""
8808
8809 #. type: verbatim
8810 #: ../src/guestfs-actions.pod:1824
8811 #, no-wrap
8812 msgid ""
8813 " char *\n"
8814 " guestfs_findfs_uuid (guestfs_h *g,\n"
8815 "                      const char *uuid);\n"
8816 "\n"
8817 msgstr ""
8818
8819 #. type: textblock
8820 #: ../src/guestfs-actions.pod:1828 ../fish/guestfish-actions.pod:1241
8821 msgid ""
8822 "This command searches the filesystems and returns the one which has the "
8823 "given UUID.  An error is returned if no such filesystem can be found."
8824 msgstr ""
8825
8826 #. type: textblock
8827 #: ../src/guestfs-actions.pod:1832
8828 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8829 msgstr ""
8830
8831 #. type: =head2
8832 #: ../src/guestfs-actions.pod:1839
8833 msgid "guestfs_fsck"
8834 msgstr ""
8835
8836 #. type: verbatim
8837 #: ../src/guestfs-actions.pod:1841
8838 #, no-wrap
8839 msgid ""
8840 " int\n"
8841 " guestfs_fsck (guestfs_h *g,\n"
8842 "               const char *fstype,\n"
8843 "               const char *device);\n"
8844 "\n"
8845 msgstr ""
8846
8847 #. type: textblock
8848 #: ../src/guestfs-actions.pod:1846 ../fish/guestfish-actions.pod:1251
8849 msgid ""
8850 "This runs the filesystem checker (fsck) on C<device> which should have "
8851 "filesystem type C<fstype>."
8852 msgstr ""
8853
8854 #. type: textblock
8855 #: ../src/guestfs-actions.pod:1849 ../fish/guestfish-actions.pod:1254
8856 msgid ""
8857 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8858 "codes from C<fsck>."
8859 msgstr ""
8860
8861 #. type: textblock
8862 #: ../src/guestfs-actions.pod:1858 ../fish/guestfish-actions.pod:1263
8863 msgid "Multiple status codes can be summed together."
8864 msgstr ""
8865
8866 #. type: textblock
8867 #: ../src/guestfs-actions.pod:1862 ../fish/guestfish-actions.pod:1267
8868 msgid ""
8869 "A non-zero return code can mean \"success\", for example if errors have been "
8870 "corrected on the filesystem."
8871 msgstr ""
8872
8873 #. type: textblock
8874 #: ../src/guestfs-actions.pod:1867 ../fish/guestfish-actions.pod:1272
8875 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8876 msgstr ""
8877
8878 #. type: textblock
8879 #: ../src/guestfs-actions.pod:1872 ../fish/guestfish-actions.pod:1277
8880 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8881 msgstr ""
8882
8883 #. type: textblock
8884 #: ../src/guestfs-actions.pod:1876 ../src/guestfs-actions.pod:7387
8885 msgid "(Added in 1.0.16)"
8886 msgstr ""
8887
8888 #. type: =head2
8889 #: ../src/guestfs-actions.pod:1878
8890 msgid "guestfs_get_append"
8891 msgstr ""
8892
8893 #. type: verbatim
8894 #: ../src/guestfs-actions.pod:1880
8895 #, no-wrap
8896 msgid ""
8897 " const char *\n"
8898 " guestfs_get_append (guestfs_h *g);\n"
8899 "\n"
8900 msgstr ""
8901
8902 #. type: textblock
8903 #: ../src/guestfs-actions.pod:1883 ../fish/guestfish-actions.pod:1283
8904 msgid ""
8905 "Return the additional kernel options which are added to the guest kernel "
8906 "command line."
8907 msgstr ""
8908
8909 #. type: textblock
8910 #: ../src/guestfs-actions.pod:1886 ../fish/guestfish-actions.pod:1286
8911 msgid "If C<NULL> then no options are added."
8912 msgstr ""
8913
8914 #. type: textblock
8915 #: ../src/guestfs-actions.pod:1888
8916 msgid ""
8917 "This function returns a string which may be NULL.  There is no way to return "
8918 "an error from this function.  The string is owned by the guest handle and "
8919 "must I<not> be freed."
8920 msgstr ""
8921
8922 #. type: textblock
8923 #: ../src/guestfs-actions.pod:1892 ../src/guestfs-actions.pod:5334 ../src/guestfs-actions.pod:5814 ../src/guestfs-actions.pod:6235 ../src/guestfs-actions.pod:6254 ../src/guestfs-actions.pod:6270 ../src/guestfs-actions.pod:6294 ../src/guestfs-actions.pod:7051 ../src/guestfs-actions.pod:7069 ../src/guestfs-actions.pod:7430
8924 msgid "(Added in 1.0.26)"
8925 msgstr ""
8926
8927 #. type: =head2
8928 #: ../src/guestfs-actions.pod:1894
8929 msgid "guestfs_get_attach_method"
8930 msgstr ""
8931
8932 #. type: verbatim
8933 #: ../src/guestfs-actions.pod:1896
8934 #, no-wrap
8935 msgid ""
8936 " char *\n"
8937 " guestfs_get_attach_method (guestfs_h *g);\n"
8938 "\n"
8939 msgstr ""
8940
8941 #. type: textblock
8942 #: ../src/guestfs-actions.pod:1899
8943 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
8944 msgstr ""
8945
8946 #. type: =head2
8947 #: ../src/guestfs-actions.pod:1904
8948 msgid "guestfs_get_autosync"
8949 msgstr ""
8950
8951 #. type: verbatim
8952 #: ../src/guestfs-actions.pod:1906
8953 #, no-wrap
8954 msgid ""
8955 " int\n"
8956 " guestfs_get_autosync (guestfs_h *g);\n"
8957 "\n"
8958 msgstr ""
8959
8960 #. type: textblock
8961 #: ../src/guestfs-actions.pod:1909 ../fish/guestfish-actions.pod:1298
8962 msgid "Get the autosync flag."
8963 msgstr ""
8964
8965 #. type: =head2
8966 #: ../src/guestfs-actions.pod:1915
8967 msgid "guestfs_get_direct"
8968 msgstr ""
8969
8970 #. type: verbatim
8971 #: ../src/guestfs-actions.pod:1917
8972 #, no-wrap
8973 msgid ""
8974 " int\n"
8975 " guestfs_get_direct (guestfs_h *g);\n"
8976 "\n"
8977 msgstr ""
8978
8979 #. type: textblock
8980 #: ../src/guestfs-actions.pod:1920 ../fish/guestfish-actions.pod:1304
8981 msgid "Return the direct appliance mode flag."
8982 msgstr ""
8983
8984 #. type: textblock
8985 #: ../src/guestfs-actions.pod:1924 ../src/guestfs-actions.pod:5883
8986 msgid "(Added in 1.0.72)"
8987 msgstr ""
8988
8989 #. type: =head2
8990 #: ../src/guestfs-actions.pod:1926
8991 msgid "guestfs_get_e2label"
8992 msgstr ""
8993
8994 #. type: verbatim
8995 #: ../src/guestfs-actions.pod:1928
8996 #, no-wrap
8997 msgid ""
8998 " char *\n"
8999 " guestfs_get_e2label (guestfs_h *g,\n"
9000 "                      const char *device);\n"
9001 "\n"
9002 msgstr ""
9003
9004 #. type: textblock
9005 #: ../src/guestfs-actions.pod:1932 ../fish/guestfish-actions.pod:1310
9006 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9007 msgstr ""
9008
9009 #. type: textblock
9010 #: ../src/guestfs-actions.pod:1938 ../fish/guestfish-actions.pod:1313
9011 msgid ""
9012 "This function is deprecated.  In new code, use the C<vfs_label> call "
9013 "instead."
9014 msgstr ""
9015
9016 #. type: textblock
9017 #: ../src/guestfs-actions.pod:1945 ../src/guestfs-actions.pod:1966 ../src/guestfs-actions.pod:5901 ../src/guestfs-actions.pod:5920
9018 msgid "(Added in 1.0.15)"
9019 msgstr ""
9020
9021 #. type: =head2
9022 #: ../src/guestfs-actions.pod:1947
9023 msgid "guestfs_get_e2uuid"
9024 msgstr ""
9025
9026 #. type: verbatim
9027 #: ../src/guestfs-actions.pod:1949
9028 #, no-wrap
9029 msgid ""
9030 " char *\n"
9031 " guestfs_get_e2uuid (guestfs_h *g,\n"
9032 "                     const char *device);\n"
9033 "\n"
9034 msgstr ""
9035
9036 #. type: textblock
9037 #: ../src/guestfs-actions.pod:1953 ../fish/guestfish-actions.pod:1324
9038 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9039 msgstr ""
9040
9041 #. type: textblock
9042 #: ../src/guestfs-actions.pod:1959 ../fish/guestfish-actions.pod:1327
9043 msgid "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
9044 msgstr ""
9045
9046 #. type: =head2
9047 #: ../src/guestfs-actions.pod:1968
9048 msgid "guestfs_get_memsize"
9049 msgstr ""
9050
9051 #. type: verbatim
9052 #: ../src/guestfs-actions.pod:1970
9053 #, no-wrap
9054 msgid ""
9055 " int\n"
9056 " guestfs_get_memsize (guestfs_h *g);\n"
9057 "\n"
9058 msgstr ""
9059
9060 #. type: textblock
9061 #: ../src/guestfs-actions.pod:1973 ../fish/guestfish-actions.pod:1338
9062 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
9063 msgstr ""
9064
9065 #. type: textblock
9066 #: ../src/guestfs-actions.pod:1976
9067 msgid ""
9068 "If C<guestfs_set_memsize> was not called on this handle, and if "
9069 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9070 "value for memsize."
9071 msgstr ""
9072
9073 #. type: textblock
9074 #: ../src/guestfs-actions.pod:1980 ../src/guestfs-actions.pod:2061 ../src/guestfs-actions.pod:5936 ../src/guestfs-actions.pod:6043 ../fish/guestfish-actions.pod:1345 ../fish/guestfish-actions.pod:1396 ../fish/guestfish-actions.pod:4006 ../fish/guestfish-actions.pod:4093
9075 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9076 msgstr ""
9077
9078 #. type: textblock
9079 #: ../src/guestfs-actions.pod:1985 ../src/guestfs-actions.pod:4388 ../src/guestfs-actions.pod:4585 ../src/guestfs-actions.pod:4604 ../src/guestfs-actions.pod:4623 ../src/guestfs-actions.pod:4635 ../src/guestfs-actions.pod:4652 ../src/guestfs-actions.pod:4665 ../src/guestfs-actions.pod:5559 ../src/guestfs-actions.pod:5941 ../src/guestfs-actions.pod:6202 ../src/guestfs-actions.pod:6817
9080 msgid "(Added in 1.0.55)"
9081 msgstr ""
9082
9083 #. type: =head2
9084 #: ../src/guestfs-actions.pod:1987
9085 msgid "guestfs_get_network"
9086 msgstr ""
9087
9088 #. type: verbatim
9089 #: ../src/guestfs-actions.pod:1989
9090 #, no-wrap
9091 msgid ""
9092 " int\n"
9093 " guestfs_get_network (guestfs_h *g);\n"
9094 "\n"
9095 msgstr ""
9096
9097 #. type: textblock
9098 #: ../src/guestfs-actions.pod:1992 ../fish/guestfish-actions.pod:1352
9099 msgid "This returns the enable network flag."
9100 msgstr ""
9101
9102 #. type: textblock
9103 #: ../src/guestfs-actions.pod:1996 ../src/guestfs-actions.pod:5960
9104 msgid "(Added in 1.5.4)"
9105 msgstr ""
9106
9107 #. type: =head2
9108 #: ../src/guestfs-actions.pod:1998
9109 msgid "guestfs_get_path"
9110 msgstr ""
9111
9112 #. type: verbatim
9113 #: ../src/guestfs-actions.pod:2000
9114 #, no-wrap
9115 msgid ""
9116 " const char *\n"
9117 " guestfs_get_path (guestfs_h *g);\n"
9118 "\n"
9119 msgstr ""
9120
9121 #. type: textblock
9122 #: ../src/guestfs-actions.pod:2003 ../fish/guestfish-actions.pod:1358
9123 msgid "Return the current search path."
9124 msgstr ""
9125
9126 #. type: textblock
9127 #: ../src/guestfs-actions.pod:2005 ../fish/guestfish-actions.pod:1360
9128 msgid ""
9129 "This is always non-NULL.  If it wasn't set already, then this will return "
9130 "the default path."
9131 msgstr ""
9132
9133 #. type: textblock
9134 #: ../src/guestfs-actions.pod:2008 ../src/guestfs-actions.pod:2037
9135 msgid ""
9136 "This function returns a string, or NULL on error.  The string is owned by "
9137 "the guest handle and must I<not> be freed."
9138 msgstr ""
9139
9140 #. type: =head2
9141 #: ../src/guestfs-actions.pod:2013
9142 msgid "guestfs_get_pid"
9143 msgstr ""
9144
9145 #. type: verbatim
9146 #: ../src/guestfs-actions.pod:2015
9147 #, no-wrap
9148 msgid ""
9149 " int\n"
9150 " guestfs_get_pid (guestfs_h *g);\n"
9151 "\n"
9152 msgstr ""
9153
9154 #. type: textblock
9155 #: ../src/guestfs-actions.pod:2018 ../fish/guestfish-actions.pod:1369
9156 msgid ""
9157 "Return the process ID of the qemu subprocess.  If there is no qemu "
9158 "subprocess, then this will return an error."
9159 msgstr ""
9160
9161 #. type: textblock
9162 #: ../src/guestfs-actions.pod:2021 ../fish/guestfish-actions.pod:1372
9163 msgid "This is an internal call used for debugging and testing."
9164 msgstr ""
9165
9166 #. type: textblock
9167 #: ../src/guestfs-actions.pod:2025
9168 msgid "(Added in 1.0.56)"
9169 msgstr ""
9170
9171 #. type: =head2
9172 #: ../src/guestfs-actions.pod:2027
9173 msgid "guestfs_get_qemu"
9174 msgstr ""
9175
9176 #. type: verbatim
9177 #: ../src/guestfs-actions.pod:2029
9178 #, no-wrap
9179 msgid ""
9180 " const char *\n"
9181 " guestfs_get_qemu (guestfs_h *g);\n"
9182 "\n"
9183 msgstr ""
9184
9185 #. type: textblock
9186 #: ../src/guestfs-actions.pod:2032 ../fish/guestfish-actions.pod:1378
9187 msgid "Return the current qemu binary."
9188 msgstr ""
9189
9190 #. type: textblock
9191 #: ../src/guestfs-actions.pod:2034 ../fish/guestfish-actions.pod:1380
9192 msgid ""
9193 "This is always non-NULL.  If it wasn't set already, then this will return "
9194 "the default qemu binary name."
9195 msgstr ""
9196
9197 #. type: textblock
9198 #: ../src/guestfs-actions.pod:2040 ../src/guestfs-actions.pod:6005
9199 msgid "(Added in 1.0.6)"
9200 msgstr ""
9201
9202 #. type: =head2
9203 #: ../src/guestfs-actions.pod:2042
9204 msgid "guestfs_get_recovery_proc"
9205 msgstr ""
9206
9207 #. type: verbatim
9208 #: ../src/guestfs-actions.pod:2044
9209 #, no-wrap
9210 msgid ""
9211 " int\n"
9212 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9213 "\n"
9214 msgstr ""
9215
9216 #. type: textblock
9217 #: ../src/guestfs-actions.pod:2047 ../fish/guestfish-actions.pod:1387
9218 msgid "Return the recovery process enabled flag."
9219 msgstr ""
9220
9221 #. type: textblock
9222 #: ../src/guestfs-actions.pod:2051 ../src/guestfs-actions.pod:3498 ../src/guestfs-actions.pod:3795 ../src/guestfs-actions.pod:4195 ../src/guestfs-actions.pod:4227 ../src/guestfs-actions.pod:5264 ../src/guestfs-actions.pod:5607 ../src/guestfs-actions.pod:6029 ../src/guestfs-actions.pod:6720 ../src/guestfs-actions.pod:6740 ../src/guestfs-actions.pod:6932
9223 msgid "(Added in 1.0.77)"
9224 msgstr ""
9225
9226 #. type: =head2
9227 #: ../src/guestfs-actions.pod:2053
9228 msgid "guestfs_get_selinux"
9229 msgstr ""
9230
9231 #. type: verbatim
9232 #: ../src/guestfs-actions.pod:2055
9233 #, no-wrap
9234 msgid ""
9235 " int\n"
9236 " guestfs_get_selinux (guestfs_h *g);\n"
9237 "\n"
9238 msgstr ""
9239
9240 #. type: textblock
9241 #: ../src/guestfs-actions.pod:2058
9242 msgid ""
9243 "This returns the current setting of the selinux flag which is passed to the "
9244 "appliance at boot time.  See C<guestfs_set_selinux>."
9245 msgstr ""
9246
9247 #. type: textblock
9248 #: ../src/guestfs-actions.pod:2066 ../src/guestfs-actions.pod:2129 ../src/guestfs-actions.pod:6048 ../src/guestfs-actions.pod:6106
9249 msgid "(Added in 1.0.67)"
9250 msgstr ""
9251
9252 #. type: =head2
9253 #: ../src/guestfs-actions.pod:2068
9254 msgid "guestfs_get_state"
9255 msgstr ""
9256
9257 #. type: verbatim
9258 #: ../src/guestfs-actions.pod:2070
9259 #, no-wrap
9260 msgid ""
9261 " int\n"
9262 " guestfs_get_state (guestfs_h *g);\n"
9263 "\n"
9264 msgstr ""
9265
9266 #. type: textblock
9267 #: ../src/guestfs-actions.pod:2073 ../fish/guestfish-actions.pod:1403
9268 msgid ""
9269 "This returns the current state as an opaque integer.  This is only useful "
9270 "for printing debug and internal error messages."
9271 msgstr ""
9272
9273 #. type: textblock
9274 #: ../src/guestfs-actions.pod:2076 ../src/guestfs-actions.pod:3296 ../src/guestfs-actions.pod:3325 ../src/guestfs-actions.pod:3386 ../src/guestfs-actions.pod:3413 ../fish/guestfish-actions.pod:1406 ../fish/guestfish-actions.pod:2320 ../fish/guestfish-actions.pod:2338 ../fish/guestfish-actions.pod:2376 ../fish/guestfish-actions.pod:2392
9275 msgid "For more information on states, see L<guestfs(3)>."
9276 msgstr ""
9277
9278 #. type: =head2
9279 #: ../src/guestfs-actions.pod:2082
9280 msgid "guestfs_get_trace"
9281 msgstr ""
9282
9283 #. type: verbatim
9284 #: ../src/guestfs-actions.pod:2084
9285 #, no-wrap
9286 msgid ""
9287 " int\n"
9288 " guestfs_get_trace (guestfs_h *g);\n"
9289 "\n"
9290 msgstr ""
9291
9292 #. type: textblock
9293 #: ../src/guestfs-actions.pod:2087 ../fish/guestfish-actions.pod:1412
9294 msgid "Return the command trace flag."
9295 msgstr ""
9296
9297 #. type: =head2
9298 #: ../src/guestfs-actions.pod:2093
9299 msgid "guestfs_get_umask"
9300 msgstr ""
9301
9302 #. type: verbatim
9303 #: ../src/guestfs-actions.pod:2095
9304 #, no-wrap
9305 msgid ""
9306 " int\n"
9307 " guestfs_get_umask (guestfs_h *g);\n"
9308 "\n"
9309 msgstr ""
9310
9311 #. type: textblock
9312 #: ../src/guestfs-actions.pod:2098
9313 msgid ""
9314 "Return the current umask.  By default the umask is C<022> unless it has been "
9315 "set by calling C<guestfs_umask>."
9316 msgstr ""
9317
9318 #. type: =head2
9319 #: ../src/guestfs-actions.pod:2105
9320 msgid "guestfs_get_verbose"
9321 msgstr ""
9322
9323 #. type: verbatim
9324 #: ../src/guestfs-actions.pod:2107
9325 #, no-wrap
9326 msgid ""
9327 " int\n"
9328 " guestfs_get_verbose (guestfs_h *g);\n"
9329 "\n"
9330 msgstr ""
9331
9332 #. type: textblock
9333 #: ../src/guestfs-actions.pod:2110 ../fish/guestfish-actions.pod:1425
9334 msgid "This returns the verbose messages flag."
9335 msgstr ""
9336
9337 #. type: =head2
9338 #: ../src/guestfs-actions.pod:2116
9339 msgid "guestfs_getcon"
9340 msgstr ""
9341
9342 #. type: verbatim
9343 #: ../src/guestfs-actions.pod:2118
9344 #, no-wrap
9345 msgid ""
9346 " char *\n"
9347 " guestfs_getcon (guestfs_h *g);\n"
9348 "\n"
9349 msgstr ""
9350
9351 #. type: textblock
9352 #: ../src/guestfs-actions.pod:2121 ../fish/guestfish-actions.pod:1431
9353 msgid "This gets the SELinux security context of the daemon."
9354 msgstr ""
9355
9356 #. type: textblock
9357 #: ../src/guestfs-actions.pod:2123
9358 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
9359 msgstr ""
9360
9361 #. type: =head2
9362 #: ../src/guestfs-actions.pod:2131
9363 msgid "guestfs_getxattr"
9364 msgstr ""
9365
9366 #. type: verbatim
9367 #: ../src/guestfs-actions.pod:2133
9368 #, no-wrap
9369 msgid ""
9370 " char *\n"
9371 " guestfs_getxattr (guestfs_h *g,\n"
9372 "                   const char *path,\n"
9373 "                   const char *name,\n"
9374 "                   size_t *size_r);\n"
9375 "\n"
9376 msgstr ""
9377
9378 #. type: textblock
9379 #: ../src/guestfs-actions.pod:2139
9380 msgid ""
9381 "Get a single extended attribute from file C<path> named C<name>.  This call "
9382 "follows symlinks.  If you want to lookup an extended attribute for the "
9383 "symlink itself, use C<guestfs_lgetxattr>."
9384 msgstr ""
9385
9386 #. type: textblock
9387 #: ../src/guestfs-actions.pod:2143 ../src/guestfs-actions.pod:3512
9388 msgid ""
9389 "Normally it is better to get all extended attributes from a file in one go "
9390 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
9391 "implementations are buggy and do not provide a way to list out attributes.  "
9392 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
9393 "extended attributes you want in advance and call this function."
9394 msgstr ""
9395
9396 #. type: textblock
9397 #: ../src/guestfs-actions.pod:2150 ../src/guestfs-actions.pod:3519 ../fish/guestfish-actions.pod:1451 ../fish/guestfish-actions.pod:2457
9398 msgid ""
9399 "Extended attribute values are blobs of binary data.  If there is no extended "
9400 "attribute named C<name>, this returns an error."
9401 msgstr ""
9402
9403 #. type: textblock
9404 #: ../src/guestfs-actions.pod:2153
9405 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
9406 msgstr ""
9407
9408 #. type: textblock
9409 #: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:2346 ../src/guestfs-actions.pod:3524 ../src/guestfs-actions.pod:5257 ../src/guestfs-actions.pod:5283 ../src/guestfs-actions.pod:5464
9410 msgid ""
9411 "This function returns a buffer, or NULL on error.  The size of the returned "
9412 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
9413 "after use>."
9414 msgstr ""
9415
9416 #. type: textblock
9417 #: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3528
9418 msgid "(Added in 1.7.24)"
9419 msgstr ""
9420
9421 #. type: =head2
9422 #: ../src/guestfs-actions.pod:2161
9423 msgid "guestfs_getxattrs"
9424 msgstr ""
9425
9426 #. type: verbatim
9427 #: ../src/guestfs-actions.pod:2163
9428 #, no-wrap
9429 msgid ""
9430 " struct guestfs_xattr_list *\n"
9431 " guestfs_getxattrs (guestfs_h *g,\n"
9432 "                    const char *path);\n"
9433 "\n"
9434 msgstr ""
9435
9436 #. type: textblock
9437 #: ../src/guestfs-actions.pod:2167 ../fish/guestfish-actions.pod:1460
9438 msgid "This call lists the extended attributes of the file or directory C<path>."
9439 msgstr ""
9440
9441 #. type: textblock
9442 #: ../src/guestfs-actions.pod:2170 ../fish/guestfish-actions.pod:1463
9443 msgid ""
9444 "At the system call level, this is a combination of the L<listxattr(2)> and "
9445 "L<getxattr(2)> calls."
9446 msgstr ""
9447
9448 #. type: textblock
9449 #: ../src/guestfs-actions.pod:2173
9450 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
9451 msgstr ""
9452
9453 #. type: textblock
9454 #: ../src/guestfs-actions.pod:2175 ../src/guestfs-actions.pod:3540 ../src/guestfs-actions.pod:4191
9455 msgid ""
9456 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
9457 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
9458 msgstr ""
9459
9460 #. type: textblock
9461 #: ../src/guestfs-actions.pod:2179 ../src/guestfs-actions.pod:3544 ../src/guestfs-actions.pod:3709 ../src/guestfs-actions.pod:3745 ../src/guestfs-actions.pod:5637 ../src/guestfs-actions.pod:6125 ../src/guestfs-actions.pod:7495
9462 msgid "(Added in 1.0.59)"
9463 msgstr ""
9464
9465 #. type: =head2
9466 #: ../src/guestfs-actions.pod:2181
9467 msgid "guestfs_glob_expand"
9468 msgstr ""
9469
9470 #. type: verbatim
9471 #: ../src/guestfs-actions.pod:2183
9472 #, no-wrap
9473 msgid ""
9474 " char **\n"
9475 " guestfs_glob_expand (guestfs_h *g,\n"
9476 "                      const char *pattern);\n"
9477 "\n"
9478 msgstr ""
9479
9480 #. type: textblock
9481 #: ../src/guestfs-actions.pod:2187 ../fish/guestfish-actions.pod:1472
9482 msgid ""
9483 "This command searches for all the pathnames matching C<pattern> according to "
9484 "the wildcard expansion rules used by the shell."
9485 msgstr ""
9486
9487 #. type: textblock
9488 #: ../src/guestfs-actions.pod:2191 ../fish/guestfish-actions.pod:1476
9489 msgid "If no paths match, then this returns an empty list (note: not an error)."
9490 msgstr ""
9491
9492 #. type: textblock
9493 #: ../src/guestfs-actions.pod:2194 ../fish/guestfish-actions.pod:1479
9494 msgid ""
9495 "It is just a wrapper around the C L<glob(3)> function with flags "
9496 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
9497 msgstr ""
9498
9499 #. type: textblock
9500 #: ../src/guestfs-actions.pod:2202 ../src/guestfs-actions.pod:6318 ../src/guestfs-actions.pod:6335
9501 msgid "(Added in 1.0.50)"
9502 msgstr ""
9503
9504 #. type: =head2
9505 #: ../src/guestfs-actions.pod:2204
9506 msgid "guestfs_grep"
9507 msgstr ""
9508
9509 #. type: verbatim
9510 #: ../src/guestfs-actions.pod:2206
9511 #, no-wrap
9512 msgid ""
9513 " char **\n"
9514 " guestfs_grep (guestfs_h *g,\n"
9515 "               const char *regex,\n"
9516 "               const char *path);\n"
9517 "\n"
9518 msgstr ""
9519
9520 #. type: textblock
9521 #: ../src/guestfs-actions.pod:2211 ../fish/guestfish-actions.pod:1487
9522 msgid "This calls the external C<grep> program and returns the matching lines."
9523 msgstr ""
9524
9525 #. type: =head2
9526 #: ../src/guestfs-actions.pod:2223
9527 msgid "guestfs_grepi"
9528 msgstr ""
9529
9530 #. type: verbatim
9531 #: ../src/guestfs-actions.pod:2225
9532 #, no-wrap
9533 msgid ""
9534 " char **\n"
9535 " guestfs_grepi (guestfs_h *g,\n"
9536 "                const char *regex,\n"
9537 "                const char *path);\n"
9538 "\n"
9539 msgstr ""
9540
9541 #. type: textblock
9542 #: ../src/guestfs-actions.pod:2230 ../fish/guestfish-actions.pod:1497
9543 msgid "This calls the external C<grep -i> program and returns the matching lines."
9544 msgstr ""
9545
9546 #. type: =head2
9547 #: ../src/guestfs-actions.pod:2242
9548 msgid "guestfs_grub_install"
9549 msgstr ""
9550
9551 #. type: verbatim
9552 #: ../src/guestfs-actions.pod:2244
9553 #, no-wrap
9554 msgid ""
9555 " int\n"
9556 " guestfs_grub_install (guestfs_h *g,\n"
9557 "                       const char *root,\n"
9558 "                       const char *device);\n"
9559 "\n"
9560 msgstr ""
9561
9562 #. type: textblock
9563 #: ../src/guestfs-actions.pod:2249 ../fish/guestfish-actions.pod:1507
9564 msgid ""
9565 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
9566 "the root directory being C<root>."
9567 msgstr ""
9568
9569 #. type: textblock
9570 #: ../src/guestfs-actions.pod:2252 ../fish/guestfish-actions.pod:1510
9571 msgid ""
9572 "Note: If grub-install reports the error \"No suitable drive was found in the "
9573 "generated device map.\" it may be that you need to create a "
9574 "C</boot/grub/device.map> file first that contains the mapping between grub "
9575 "device names and Linux device names.  It is usually sufficient to create a "
9576 "file containing:"
9577 msgstr ""
9578
9579 #. type: verbatim
9580 #: ../src/guestfs-actions.pod:2259 ../fish/guestfish-actions.pod:1517
9581 #, no-wrap
9582 msgid ""
9583 " (hd0) /dev/vda\n"
9584 "\n"
9585 msgstr ""
9586
9587 #. type: textblock
9588 #: ../src/guestfs-actions.pod:2261 ../fish/guestfish-actions.pod:1519
9589 msgid "replacing C</dev/vda> with the name of the installation device."
9590 msgstr ""
9591
9592 #. type: textblock
9593 #: ../src/guestfs-actions.pod:2265
9594 msgid "(Added in 1.0.17)"
9595 msgstr ""
9596
9597 #. type: =head2
9598 #: ../src/guestfs-actions.pod:2267
9599 msgid "guestfs_head"
9600 msgstr ""
9601
9602 #. type: verbatim
9603 #: ../src/guestfs-actions.pod:2269
9604 #, no-wrap
9605 msgid ""
9606 " char **\n"
9607 " guestfs_head (guestfs_h *g,\n"
9608 "               const char *path);\n"
9609 "\n"
9610 msgstr ""
9611
9612 #. type: textblock
9613 #: ../src/guestfs-actions.pod:2273 ../fish/guestfish-actions.pod:1525
9614 msgid ""
9615 "This command returns up to the first 10 lines of a file as a list of "
9616 "strings."
9617 msgstr ""
9618
9619 #. type: =head2
9620 #: ../src/guestfs-actions.pod:2285
9621 msgid "guestfs_head_n"
9622 msgstr ""
9623
9624 #. type: verbatim
9625 #: ../src/guestfs-actions.pod:2287
9626 #, no-wrap
9627 msgid ""
9628 " char **\n"
9629 " guestfs_head_n (guestfs_h *g,\n"
9630 "                 int nrlines,\n"
9631 "                 const char *path);\n"
9632 "\n"
9633 msgstr ""
9634
9635 #. type: textblock
9636 #: ../src/guestfs-actions.pod:2292 ../fish/guestfish-actions.pod:1535
9637 msgid ""
9638 "If the parameter C<nrlines> is a positive number, this returns the first "
9639 "C<nrlines> lines of the file C<path>."
9640 msgstr ""
9641
9642 #. type: textblock
9643 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1538
9644 msgid ""
9645 "If the parameter C<nrlines> is a negative number, this returns lines from "
9646 "the file C<path>, excluding the last C<nrlines> lines."
9647 msgstr ""
9648
9649 #. type: textblock
9650 #: ../src/guestfs-actions.pod:2298 ../src/guestfs-actions.pod:6615 ../fish/guestfish-actions.pod:1541 ../fish/guestfish-actions.pod:4471
9651 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
9652 msgstr ""
9653
9654 #. type: =head2
9655 #: ../src/guestfs-actions.pod:2309
9656 msgid "guestfs_hexdump"
9657 msgstr ""
9658
9659 #. type: verbatim
9660 #: ../src/guestfs-actions.pod:2311
9661 #, no-wrap
9662 msgid ""
9663 " char *\n"
9664 " guestfs_hexdump (guestfs_h *g,\n"
9665 "                  const char *path);\n"
9666 "\n"
9667 msgstr ""
9668
9669 #. type: textblock
9670 #: ../src/guestfs-actions.pod:2315 ../fish/guestfish-actions.pod:1550
9671 msgid ""
9672 "This runs C<hexdump -C> on the given C<path>.  The result is the "
9673 "human-readable, canonical hex dump of the file."
9674 msgstr ""
9675
9676 #. type: textblock
9677 #: ../src/guestfs-actions.pod:2324 ../src/guestfs-actions.pod:6399 ../src/guestfs-actions.pod:6454
9678 msgid "(Added in 1.0.22)"
9679 msgstr ""
9680
9681 #. type: =head2
9682 #: ../src/guestfs-actions.pod:2326
9683 msgid "guestfs_initrd_cat"
9684 msgstr ""
9685
9686 #. type: verbatim
9687 #: ../src/guestfs-actions.pod:2328
9688 #, no-wrap
9689 msgid ""
9690 " char *\n"
9691 " guestfs_initrd_cat (guestfs_h *g,\n"
9692 "                     const char *initrdpath,\n"
9693 "                     const char *filename,\n"
9694 "                     size_t *size_r);\n"
9695 "\n"
9696 msgstr ""
9697
9698 #. type: textblock
9699 #: ../src/guestfs-actions.pod:2334 ../fish/guestfish-actions.pod:1560
9700 msgid ""
9701 "This command unpacks the file C<filename> from the initrd file called "
9702 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
9703 "character."
9704 msgstr ""
9705
9706 #. type: textblock
9707 #: ../src/guestfs-actions.pod:2338 ../fish/guestfish-actions.pod:1564
9708 msgid ""
9709 "For example, in guestfish you could use the following command to examine the "
9710 "boot script (usually called C</init>)  contained in a Linux initrd or "
9711 "initramfs image:"
9712 msgstr ""
9713
9714 #. type: verbatim
9715 #: ../src/guestfs-actions.pod:2342 ../fish/guestfish-actions.pod:1568
9716 #, no-wrap
9717 msgid ""
9718 " initrd-cat /boot/initrd-<version>.img init\n"
9719 "\n"
9720 msgstr ""
9721
9722 #. type: textblock
9723 #: ../src/guestfs-actions.pod:2344
9724 msgid "See also C<guestfs_initrd_list>."
9725 msgstr ""
9726
9727 #. type: =head2
9728 #: ../src/guestfs-actions.pod:2355
9729 msgid "guestfs_initrd_list"
9730 msgstr ""
9731
9732 #. type: verbatim
9733 #: ../src/guestfs-actions.pod:2357
9734 #, no-wrap
9735 msgid ""
9736 " char **\n"
9737 " guestfs_initrd_list (guestfs_h *g,\n"
9738 "                      const char *path);\n"
9739 "\n"
9740 msgstr ""
9741
9742 #. type: textblock
9743 #: ../src/guestfs-actions.pod:2361 ../fish/guestfish-actions.pod:1579
9744 msgid "This command lists out files contained in an initrd."
9745 msgstr ""
9746
9747 #. type: textblock
9748 #: ../src/guestfs-actions.pod:2363 ../fish/guestfish-actions.pod:1581
9749 msgid ""
9750 "The files are listed without any initial C</> character.  The files are "
9751 "listed in the order they appear (not necessarily alphabetical).  Directory "
9752 "names are listed as separate items."
9753 msgstr ""
9754
9755 #. type: textblock
9756 #: ../src/guestfs-actions.pod:2367 ../fish/guestfish-actions.pod:1585
9757 msgid ""
9758 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
9759 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
9760 "files)."
9761 msgstr ""
9762
9763 #. type: =head2
9764 #: ../src/guestfs-actions.pod:2377
9765 msgid "guestfs_inotify_add_watch"
9766 msgstr ""
9767
9768 #. type: verbatim
9769 #: ../src/guestfs-actions.pod:2379
9770 #, no-wrap
9771 msgid ""
9772 " int64_t\n"
9773 " guestfs_inotify_add_watch (guestfs_h *g,\n"
9774 "                            const char *path,\n"
9775 "                            int mask);\n"
9776 "\n"
9777 msgstr ""
9778
9779 #. type: textblock
9780 #: ../src/guestfs-actions.pod:2384 ../fish/guestfish-actions.pod:1593
9781 msgid "Watch C<path> for the events listed in C<mask>."
9782 msgstr ""
9783
9784 #. type: textblock
9785 #: ../src/guestfs-actions.pod:2386 ../fish/guestfish-actions.pod:1595
9786 msgid ""
9787 "Note that if C<path> is a directory then events within that directory are "
9788 "watched, but this does I<not> happen recursively (in subdirectories)."
9789 msgstr ""
9790
9791 #. type: textblock
9792 #: ../src/guestfs-actions.pod:2390 ../fish/guestfish-actions.pod:1599
9793 msgid ""
9794 "Note for non-C or non-Linux callers: the inotify events are defined by the "
9795 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
9796 msgstr ""
9797
9798 #. type: =head2
9799 #: ../src/guestfs-actions.pod:2398
9800 msgid "guestfs_inotify_close"
9801 msgstr ""
9802
9803 #. type: verbatim
9804 #: ../src/guestfs-actions.pod:2400
9805 #, no-wrap
9806 msgid ""
9807 " int\n"
9808 " guestfs_inotify_close (guestfs_h *g);\n"
9809 "\n"
9810 msgstr ""
9811
9812 #. type: textblock
9813 #: ../src/guestfs-actions.pod:2403 ../fish/guestfish-actions.pod:1607
9814 msgid ""
9815 "This closes the inotify handle which was previously opened by inotify_init.  "
9816 "It removes all watches, throws away any pending events, and deallocates all "
9817 "resources."
9818 msgstr ""
9819
9820 #. type: =head2
9821 #: ../src/guestfs-actions.pod:2411
9822 msgid "guestfs_inotify_files"
9823 msgstr ""
9824
9825 #. type: verbatim
9826 #: ../src/guestfs-actions.pod:2413
9827 #, no-wrap
9828 msgid ""
9829 " char **\n"
9830 " guestfs_inotify_files (guestfs_h *g);\n"
9831 "\n"
9832 msgstr ""
9833
9834 #. type: textblock
9835 #: ../src/guestfs-actions.pod:2416
9836 msgid ""
9837 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9838 "returns a list of pathnames of objects that were touched.  The returned "
9839 "pathnames are sorted and deduplicated."
9840 msgstr ""
9841
9842 #. type: =head2
9843 #: ../src/guestfs-actions.pod:2426
9844 msgid "guestfs_inotify_init"
9845 msgstr ""
9846
9847 #. type: verbatim
9848 #: ../src/guestfs-actions.pod:2428
9849 #, no-wrap
9850 msgid ""
9851 " int\n"
9852 " guestfs_inotify_init (guestfs_h *g,\n"
9853 "                       int maxevents);\n"
9854 "\n"
9855 msgstr ""
9856
9857 #. type: textblock
9858 #: ../src/guestfs-actions.pod:2432 ../fish/guestfish-actions.pod:1623
9859 msgid ""
9860 "This command creates a new inotify handle.  The inotify subsystem can be "
9861 "used to notify events which happen to objects in the guest filesystem."
9862 msgstr ""
9863
9864 #. type: textblock
9865 #: ../src/guestfs-actions.pod:2436
9866 msgid ""
9867 "C<maxevents> is the maximum number of events which will be queued up between "
9868 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9869 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9870 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9871 "throws away events, but records the fact that it threw them away by setting "
9872 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9873 "C<guestfs_inotify_read>)."
9874 msgstr ""
9875
9876 #. type: textblock
9877 #: ../src/guestfs-actions.pod:2446
9878 msgid ""
9879 "Before any events are generated, you have to add some watches to the "
9880 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9881 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9882 msgstr ""
9883
9884 #. type: textblock
9885 #: ../src/guestfs-actions.pod:2452
9886 msgid ""
9887 "Queued up events should be read periodically by calling "
9888 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9889 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9890 "often enough then you risk the internal queue overflowing."
9891 msgstr ""
9892
9893 #. type: textblock
9894 #: ../src/guestfs-actions.pod:2459
9895 msgid ""
9896 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9897 "This also removes any watches automatically."
9898 msgstr ""
9899
9900 #. type: textblock
9901 #: ../src/guestfs-actions.pod:2463 ../fish/guestfish-actions.pod:1654
9902 msgid ""
9903 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9904 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9905 "that there is one global inotify handle per libguestfs instance."
9906 msgstr ""
9907
9908 #. type: =head2
9909 #: ../src/guestfs-actions.pod:2472
9910 msgid "guestfs_inotify_read"
9911 msgstr ""
9912
9913 #. type: verbatim
9914 #: ../src/guestfs-actions.pod:2474
9915 #, no-wrap
9916 msgid ""
9917 " struct guestfs_inotify_event_list *\n"
9918 " guestfs_inotify_read (guestfs_h *g);\n"
9919 "\n"
9920 msgstr ""
9921
9922 #. type: textblock
9923 #: ../src/guestfs-actions.pod:2477 ../fish/guestfish-actions.pod:1663
9924 msgid ""
9925 "Return the complete queue of events that have happened since the previous "
9926 "read call."
9927 msgstr ""
9928
9929 #. type: textblock
9930 #: ../src/guestfs-actions.pod:2480 ../fish/guestfish-actions.pod:1666
9931 msgid "If no events have happened, this returns an empty list."
9932 msgstr ""
9933
9934 #. type: textblock
9935 #: ../src/guestfs-actions.pod:2482 ../fish/guestfish-actions.pod:1668
9936 msgid ""
9937 "I<Note>: In order to make sure that all events have been read, you must call "
9938 "this function repeatedly until it returns an empty list.  The reason is that "
9939 "the call will read events up to the maximum appliance-to-host message size "
9940 "and leave remaining events in the queue."
9941 msgstr ""
9942
9943 #. type: textblock
9944 #: ../src/guestfs-actions.pod:2488
9945 msgid ""
9946 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9947 "there was an error.  I<The caller must call "
9948 "C<guestfs_free_inotify_event_list> after use>."
9949 msgstr ""
9950
9951 #. type: =head2
9952 #: ../src/guestfs-actions.pod:2494
9953 msgid "guestfs_inotify_rm_watch"
9954 msgstr ""
9955
9956 #. type: verbatim
9957 #: ../src/guestfs-actions.pod:2496
9958 #, no-wrap
9959 msgid ""
9960 " int\n"
9961 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9962 "                           int wd);\n"
9963 "\n"
9964 msgstr ""
9965
9966 #. type: textblock
9967 #: ../src/guestfs-actions.pod:2500
9968 msgid ""
9969 "Remove a previously defined inotify watch.  See "
9970 "C<guestfs_inotify_add_watch>."
9971 msgstr ""
9972
9973 #. type: =head2
9974 #: ../src/guestfs-actions.pod:2507
9975 msgid "guestfs_inspect_get_arch"
9976 msgstr ""
9977
9978 #. type: verbatim
9979 #: ../src/guestfs-actions.pod:2509
9980 #, no-wrap
9981 msgid ""
9982 " char *\n"
9983 " guestfs_inspect_get_arch (guestfs_h *g,\n"
9984 "                           const char *root);\n"
9985 "\n"
9986 msgstr ""
9987
9988 #. type: textblock
9989 #: ../src/guestfs-actions.pod:2513 ../src/guestfs-actions.pod:2536 ../src/guestfs-actions.pod:2629 ../src/guestfs-actions.pod:2673 ../src/guestfs-actions.pod:2699 ../src/guestfs-actions.pod:2738 ../src/guestfs-actions.pod:2760 ../src/guestfs-actions.pod:2787 ../src/guestfs-actions.pod:2808 ../src/guestfs-actions.pod:2851 ../src/guestfs-actions.pod:2880 ../src/guestfs-actions.pod:2911 ../src/guestfs-actions.pod:2935 ../src/guestfs-actions.pod:2990 ../src/guestfs-actions.pod:3032 ../src/guestfs-actions.pod:3053 ../src/guestfs-actions.pod:3076 ../src/guestfs-actions.pod:3093 ../src/guestfs-actions.pod:3110 ../src/guestfs-actions.pod:3129
9990 msgid ""
9991 "This function should only be called with a root device string as returned by "
9992 "C<guestfs_inspect_os>."
9993 msgstr ""
9994
9995 #. type: textblock
9996 #: ../src/guestfs-actions.pod:2516
9997 msgid ""
9998 "This returns the architecture of the inspected operating system.  The "
9999 "possible return values are listed under C<guestfs_file_architecture>."
10000 msgstr ""
10001
10002 #. type: textblock
10003 #: ../src/guestfs-actions.pod:2520 ../fish/guestfish-actions.pod:1692
10004 msgid ""
10005 "If the architecture could not be determined, then the string C<unknown> is "
10006 "returned."
10007 msgstr ""
10008
10009 #. type: textblock
10010 #: ../src/guestfs-actions.pod:2523 ../src/guestfs-actions.pod:2616 ../src/guestfs-actions.pod:2727 ../src/guestfs-actions.pod:2747 ../src/guestfs-actions.pod:2775 ../src/guestfs-actions.pod:2867 ../src/guestfs-actions.pod:2898 ../src/guestfs-actions.pod:2922 ../src/guestfs-actions.pod:2976 ../src/guestfs-actions.pod:3019 ../src/guestfs-actions.pod:3042 ../src/guestfs-actions.pod:3063 ../src/guestfs-actions.pod:3083 ../src/guestfs-actions.pod:3100 ../src/guestfs-actions.pod:3119 ../src/guestfs-actions.pod:3222 ../src/guestfs-actions.pod:3263 ../fish/guestfish-actions.pod:1695 ../fish/guestfish-actions.pod:1781 ../fish/guestfish-actions.pod:1869 ../fish/guestfish-actions.pod:1884 ../fish/guestfish-actions.pod:1905 ../fish/guestfish-actions.pod:1975 ../fish/guestfish-actions.pod:1999 ../fish/guestfish-actions.pod:2016 ../fish/guestfish-actions.pod:2059 ../fish/guestfish-actions.pod:2094 ../fish/guestfish-actions.pod:2110 ../fish/guestfish-actions.pod:2126 ../fish/guestfish-actions.pod:2139 ../fish/guestfish-actions.pod:2152 ../fish/guestfish-actions.pod:2167 ../fish/guestfish-actions.pod:2266 ../fish/guestfish-actions.pod:2300
10011 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10012 msgstr ""
10013
10014 #. type: =head2
10015 #: ../src/guestfs-actions.pod:2530
10016 msgid "guestfs_inspect_get_distro"
10017 msgstr ""
10018
10019 #. type: verbatim
10020 #: ../src/guestfs-actions.pod:2532
10021 #, no-wrap
10022 msgid ""
10023 " char *\n"
10024 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10025 "                             const char *root);\n"
10026 "\n"
10027 msgstr ""
10028
10029 #. type: textblock
10030 #: ../src/guestfs-actions.pod:2539 ../fish/guestfish-actions.pod:1704
10031 msgid "This returns the distro (distribution) of the inspected operating system."
10032 msgstr ""
10033
10034 #. type: textblock
10035 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1707
10036 msgid "Currently defined distros are:"
10037 msgstr ""
10038
10039 #. type: =item
10040 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1711
10041 msgid "\"archlinux\""
10042 msgstr ""
10043
10044 #. type: textblock
10045 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1713
10046 msgid "Arch Linux."
10047 msgstr ""
10048
10049 #. type: =item
10050 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1715
10051 msgid "\"centos\""
10052 msgstr ""
10053
10054 #. type: textblock
10055 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1717
10056 msgid "CentOS."
10057 msgstr ""
10058
10059 #. type: =item
10060 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1719
10061 msgid "\"debian\""
10062 msgstr ""
10063
10064 #. type: textblock
10065 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1721
10066 msgid "Debian."
10067 msgstr ""
10068
10069 #. type: =item
10070 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1723
10071 msgid "\"fedora\""
10072 msgstr ""
10073
10074 #. type: textblock
10075 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1725
10076 msgid "Fedora."
10077 msgstr ""
10078
10079 #. type: =item
10080 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1727
10081 msgid "\"gentoo\""
10082 msgstr ""
10083
10084 #. type: textblock
10085 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1729
10086 msgid "Gentoo."
10087 msgstr ""
10088
10089 #. type: =item
10090 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1731
10091 msgid "\"linuxmint\""
10092 msgstr ""
10093
10094 #. type: textblock
10095 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1733
10096 msgid "Linux Mint."
10097 msgstr ""
10098
10099 #. type: =item
10100 #: ../src/guestfs-actions.pod:2570 ../fish/guestfish-actions.pod:1735
10101 msgid "\"mandriva\""
10102 msgstr ""
10103
10104 #. type: textblock
10105 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1737
10106 msgid "Mandriva."
10107 msgstr ""
10108
10109 #. type: =item
10110 #: ../src/guestfs-actions.pod:2574 ../fish/guestfish-actions.pod:1739
10111 msgid "\"meego\""
10112 msgstr ""
10113
10114 #. type: textblock
10115 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1741
10116 msgid "MeeGo."
10117 msgstr ""
10118
10119 #. type: =item
10120 #: ../src/guestfs-actions.pod:2578 ../fish/guestfish-actions.pod:1743
10121 msgid "\"pardus\""
10122 msgstr ""
10123
10124 #. type: textblock
10125 #: ../src/guestfs-actions.pod:2580 ../fish/guestfish-actions.pod:1745
10126 msgid "Pardus."
10127 msgstr ""
10128
10129 #. type: =item
10130 #: ../src/guestfs-actions.pod:2582 ../fish/guestfish-actions.pod:1747
10131 msgid "\"redhat-based\""
10132 msgstr ""
10133
10134 #. type: textblock
10135 #: ../src/guestfs-actions.pod:2584 ../fish/guestfish-actions.pod:1749
10136 msgid "Some Red Hat-derived distro."
10137 msgstr ""
10138
10139 #. type: =item
10140 #: ../src/guestfs-actions.pod:2586 ../fish/guestfish-actions.pod:1751
10141 msgid "\"rhel\""
10142 msgstr ""
10143
10144 #. type: textblock
10145 #: ../src/guestfs-actions.pod:2588 ../fish/guestfish-actions.pod:1753
10146 msgid "Red Hat Enterprise Linux."
10147 msgstr ""
10148
10149 #. type: =item
10150 #: ../src/guestfs-actions.pod:2590 ../fish/guestfish-actions.pod:1755
10151 msgid "\"scientificlinux\""
10152 msgstr ""
10153
10154 #. type: textblock
10155 #: ../src/guestfs-actions.pod:2592 ../fish/guestfish-actions.pod:1757
10156 msgid "Scientific Linux."
10157 msgstr ""
10158
10159 #. type: =item
10160 #: ../src/guestfs-actions.pod:2594 ../fish/guestfish-actions.pod:1759
10161 msgid "\"slackware\""
10162 msgstr ""
10163
10164 #. type: textblock
10165 #: ../src/guestfs-actions.pod:2596 ../fish/guestfish-actions.pod:1761
10166 msgid "Slackware."
10167 msgstr ""
10168
10169 #. type: =item
10170 #: ../src/guestfs-actions.pod:2598 ../fish/guestfish-actions.pod:1763
10171 msgid "\"ubuntu\""
10172 msgstr ""
10173
10174 #. type: textblock
10175 #: ../src/guestfs-actions.pod:2600 ../fish/guestfish-actions.pod:1765
10176 msgid "Ubuntu."
10177 msgstr ""
10178
10179 #. type: =item
10180 #: ../src/guestfs-actions.pod:2602 ../src/guestfs-actions.pod:2718 ../src/guestfs-actions.pod:3010 ../fish/guestfish-actions.pod:1767 ../fish/guestfish-actions.pod:1860 ../fish/guestfish-actions.pod:2085
10181 msgid "\"unknown\""
10182 msgstr ""
10183
10184 #. type: textblock
10185 #: ../src/guestfs-actions.pod:2604 ../fish/guestfish-actions.pod:1769
10186 msgid "The distro could not be determined."
10187 msgstr ""
10188
10189 #. type: =item
10190 #: ../src/guestfs-actions.pod:2606 ../src/guestfs-actions.pod:3002 ../fish/guestfish-actions.pod:1771 ../fish/guestfish-actions.pod:2077
10191 msgid "\"windows\""
10192 msgstr ""
10193
10194 #. type: textblock
10195 #: ../src/guestfs-actions.pod:2608 ../fish/guestfish-actions.pod:1773
10196 msgid ""
10197 "Windows does not have distributions.  This string is returned if the OS type "
10198 "is Windows."
10199 msgstr ""
10200
10201 #. type: textblock
10202 #: ../src/guestfs-actions.pod:2613 ../src/guestfs-actions.pod:2724 ../src/guestfs-actions.pod:3016 ../fish/guestfish-actions.pod:1778 ../fish/guestfish-actions.pod:1866 ../fish/guestfish-actions.pod:2091
10203 msgid ""
10204 "Future versions of libguestfs may return other strings here.  The caller "
10205 "should be prepared to handle any string."
10206 msgstr ""
10207
10208 #. type: =head2
10209 #: ../src/guestfs-actions.pod:2623
10210 msgid "guestfs_inspect_get_drive_mappings"
10211 msgstr ""
10212
10213 #. type: verbatim
10214 #: ../src/guestfs-actions.pod:2625
10215 #, no-wrap
10216 msgid ""
10217 " char **\n"
10218 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
10219 "                                     const char *root);\n"
10220 "\n"
10221 msgstr ""
10222
10223 #. type: textblock
10224 #: ../src/guestfs-actions.pod:2632 ../fish/guestfish-actions.pod:1790
10225 msgid ""
10226 "This call is useful for Windows which uses a primitive system of assigning "
10227 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
10228 "Windows Registry to find out how disks/partitions are mapped to drive "
10229 "letters, and returns a hash table as in the example below:"
10230 msgstr ""
10231
10232 #. type: verbatim
10233 #: ../src/guestfs-actions.pod:2638 ../fish/guestfish-actions.pod:1796
10234 #, no-wrap
10235 msgid ""
10236 " C      =>     /dev/vda2\n"
10237 " E      =>     /dev/vdb1\n"
10238 " F      =>     /dev/vdc1\n"
10239 "\n"
10240 msgstr ""
10241
10242 #. type: textblock
10243 #: ../src/guestfs-actions.pod:2642 ../fish/guestfish-actions.pod:1800
10244 msgid ""
10245 "Note that keys are drive letters.  For Windows, the key is case insensitive "
10246 "and just contains the drive letter, without the customary colon separator "
10247 "character."
10248 msgstr ""
10249
10250 #. type: textblock
10251 #: ../src/guestfs-actions.pod:2646 ../fish/guestfish-actions.pod:1804
10252 msgid ""
10253 "In future we may support other operating systems that also used drive "
10254 "letters, but the keys for those might not be case insensitive and might be "
10255 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
10256 "C<h1> etc."
10257 msgstr ""
10258
10259 #. type: textblock
10260 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1809
10261 msgid ""
10262 "For Windows guests, currently only hard drive mappings are returned.  "
10263 "Removable disks (eg. DVD-ROMs) are ignored."
10264 msgstr ""
10265
10266 #. type: textblock
10267 #: ../src/guestfs-actions.pod:2654 ../fish/guestfish-actions.pod:1812
10268 msgid ""
10269 "For guests that do not use drive mappings, or if the drive mappings could "
10270 "not be determined, this returns an empty hash table."
10271 msgstr ""
10272
10273 #. type: textblock
10274 #: ../src/guestfs-actions.pod:2657
10275 msgid ""
10276 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10277 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
10278 msgstr ""
10279
10280 #. type: textblock
10281 #: ../src/guestfs-actions.pod:2661 ../src/guestfs-actions.pod:2837 ../src/guestfs-actions.pod:3597 ../src/guestfs-actions.pod:4814 ../src/guestfs-actions.pod:6756
10282 msgid ""
10283 "This function returns a NULL-terminated array of strings, or NULL if there "
10284 "was an error.  The array of strings will always have length C<2n+1>, where "
10285 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
10286 "caller must free the strings and the array after use>."
10287 msgstr ""
10288
10289 #. type: =head2
10290 #: ../src/guestfs-actions.pod:2667
10291 msgid "guestfs_inspect_get_filesystems"
10292 msgstr ""
10293
10294 #. type: verbatim
10295 #: ../src/guestfs-actions.pod:2669
10296 #, no-wrap
10297 msgid ""
10298 " char **\n"
10299 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
10300 "                                  const char *root);\n"
10301 "\n"
10302 msgstr ""
10303
10304 #. type: textblock
10305 #: ../src/guestfs-actions.pod:2676 ../fish/guestfish-actions.pod:1826
10306 msgid ""
10307 "This returns a list of all the filesystems that we think are associated with "
10308 "this operating system.  This includes the root filesystem, other ordinary "
10309 "filesystems, and non-mounted devices like swap partitions."
10310 msgstr ""
10311
10312 #. type: textblock
10313 #: ../src/guestfs-actions.pod:2681 ../fish/guestfish-actions.pod:1831
10314 msgid ""
10315 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
10316 "to be shared between operating systems."
10317 msgstr ""
10318
10319 #. type: textblock
10320 #: ../src/guestfs-actions.pod:2684
10321 msgid ""
10322 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10323 "C<guestfs_inspect_get_mountpoints>."
10324 msgstr ""
10325
10326 #. type: =head2
10327 #: ../src/guestfs-actions.pod:2693
10328 msgid "guestfs_inspect_get_format"
10329 msgstr ""
10330
10331 #. type: verbatim
10332 #: ../src/guestfs-actions.pod:2695
10333 #, no-wrap
10334 msgid ""
10335 " char *\n"
10336 " guestfs_inspect_get_format (guestfs_h *g,\n"
10337 "                             const char *root);\n"
10338 "\n"
10339 msgstr ""
10340
10341 #. type: textblock
10342 #: ../src/guestfs-actions.pod:2702 ../fish/guestfish-actions.pod:1844
10343 msgid ""
10344 "This returns the format of the inspected operating system.  You can use it "
10345 "to detect install images, live CDs and similar."
10346 msgstr ""
10347
10348 #. type: textblock
10349 #: ../src/guestfs-actions.pod:2705 ../fish/guestfish-actions.pod:1847
10350 msgid "Currently defined formats are:"
10351 msgstr ""
10352
10353 #. type: =item
10354 #: ../src/guestfs-actions.pod:2709 ../fish/guestfish-actions.pod:1851
10355 msgid "\"installed\""
10356 msgstr ""
10357
10358 #. type: textblock
10359 #: ../src/guestfs-actions.pod:2711 ../fish/guestfish-actions.pod:1853
10360 msgid "This is an installed operating system."
10361 msgstr ""
10362
10363 #. type: =item
10364 #: ../src/guestfs-actions.pod:2713 ../fish/guestfish-actions.pod:1855
10365 msgid "\"installer\""
10366 msgstr ""
10367
10368 #. type: textblock
10369 #: ../src/guestfs-actions.pod:2715 ../fish/guestfish-actions.pod:1857
10370 msgid ""
10371 "The disk image being inspected is not an installed operating system, but a "
10372 "I<bootable> install disk, live CD, or similar."
10373 msgstr ""
10374
10375 #. type: textblock
10376 #: ../src/guestfs-actions.pod:2720 ../fish/guestfish-actions.pod:1862
10377 msgid "The format of this disk image is not known."
10378 msgstr ""
10379
10380 #. type: =head2
10381 #: ../src/guestfs-actions.pod:2732
10382 msgid "guestfs_inspect_get_hostname"
10383 msgstr ""
10384
10385 #. type: verbatim
10386 #: ../src/guestfs-actions.pod:2734
10387 #, no-wrap
10388 msgid ""
10389 " char *\n"
10390 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
10391 "                               const char *root);\n"
10392 "\n"
10393 msgstr ""
10394
10395 #. type: textblock
10396 #: ../src/guestfs-actions.pod:2741 ../fish/guestfish-actions.pod:1878
10397 msgid ""
10398 "This function returns the hostname of the operating system as found by "
10399 "inspection of the guest's configuration files."
10400 msgstr ""
10401
10402 #. type: textblock
10403 #: ../src/guestfs-actions.pod:2744 ../fish/guestfish-actions.pod:1881
10404 msgid ""
10405 "If the hostname could not be determined, then the string C<unknown> is "
10406 "returned."
10407 msgstr ""
10408
10409 #. type: textblock
10410 #: ../src/guestfs-actions.pod:2752
10411 msgid "(Added in 1.7.9)"
10412 msgstr ""
10413
10414 #. type: =head2
10415 #: ../src/guestfs-actions.pod:2754
10416 msgid "guestfs_inspect_get_major_version"
10417 msgstr ""
10418
10419 #. type: verbatim
10420 #: ../src/guestfs-actions.pod:2756
10421 #, no-wrap
10422 msgid ""
10423 " int\n"
10424 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
10425 "                                    const char *root);\n"
10426 "\n"
10427 msgstr ""
10428
10429 #. type: textblock
10430 #: ../src/guestfs-actions.pod:2763 ../fish/guestfish-actions.pod:1893
10431 msgid "This returns the major version number of the inspected operating system."
10432 msgstr ""
10433
10434 #. type: textblock
10435 #: ../src/guestfs-actions.pod:2766 ../fish/guestfish-actions.pod:1896
10436 msgid ""
10437 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
10438 "popular public names used by the operating system.  Notably the operating "
10439 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
10440 "1).  You can find out the real versions corresponding to releases of Windows "
10441 "by consulting Wikipedia or MSDN."
10442 msgstr ""
10443
10444 #. type: textblock
10445 #: ../src/guestfs-actions.pod:2773 ../src/guestfs-actions.pod:2793 ../fish/guestfish-actions.pod:1903 ../fish/guestfish-actions.pod:1917
10446 msgid "If the version could not be determined, then C<0> is returned."
10447 msgstr ""
10448
10449 #. type: =head2
10450 #: ../src/guestfs-actions.pod:2781
10451 msgid "guestfs_inspect_get_minor_version"
10452 msgstr ""
10453
10454 #. type: verbatim
10455 #: ../src/guestfs-actions.pod:2783
10456 #, no-wrap
10457 msgid ""
10458 " int\n"
10459 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
10460 "                                    const char *root);\n"
10461 "\n"
10462 msgstr ""
10463
10464 #. type: textblock
10465 #: ../src/guestfs-actions.pod:2790 ../fish/guestfish-actions.pod:1914
10466 msgid "This returns the minor version number of the inspected operating system."
10467 msgstr ""
10468
10469 #. type: textblock
10470 #: ../src/guestfs-actions.pod:2795
10471 msgid ""
10472 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10473 "C<guestfs_inspect_get_major_version>."
10474 msgstr ""
10475
10476 #. type: =head2
10477 #: ../src/guestfs-actions.pod:2802
10478 msgid "guestfs_inspect_get_mountpoints"
10479 msgstr ""
10480
10481 #. type: verbatim
10482 #: ../src/guestfs-actions.pod:2804
10483 #, no-wrap
10484 msgid ""
10485 " char **\n"
10486 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
10487 "                                  const char *root);\n"
10488 "\n"
10489 msgstr ""
10490
10491 #. type: textblock
10492 #: ../src/guestfs-actions.pod:2811 ../fish/guestfish-actions.pod:1929
10493 msgid ""
10494 "This returns a hash of where we think the filesystems associated with this "
10495 "operating system should be mounted.  Callers should note that this is at "
10496 "best an educated guess made by reading configuration files such as "
10497 "C</etc/fstab>.  I<In particular note> that this may return filesystems which "
10498 "are non-existent or not mountable and callers should be prepared to handle "
10499 "or ignore failures if they try to mount them."
10500 msgstr ""
10501
10502 #. type: textblock
10503 #: ../src/guestfs-actions.pod:2820 ../fish/guestfish-actions.pod:1938
10504 msgid ""
10505 "Each element in the returned hashtable has a key which is the path of the "
10506 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
10507 "mounted there (eg. C</dev/sda1>)."
10508 msgstr ""
10509
10510 #. type: textblock
10511 #: ../src/guestfs-actions.pod:2825 ../fish/guestfish-actions.pod:1943
10512 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
10513 msgstr ""
10514
10515 #. type: textblock
10516 #: ../src/guestfs-actions.pod:2828
10517 msgid ""
10518 "For operating systems like Windows which still use drive letters, this call "
10519 "will only return an entry for the first drive \"mounted on\" C</>.  For "
10520 "information about the mapping of drive letters to partitions, see "
10521 "C<guestfs_inspect_get_drive_mappings>."
10522 msgstr ""
10523
10524 #. type: textblock
10525 #: ../src/guestfs-actions.pod:2834
10526 msgid ""
10527 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10528 "C<guestfs_inspect_get_filesystems>."
10529 msgstr ""
10530
10531 #. type: =head2
10532 #: ../src/guestfs-actions.pod:2845
10533 msgid "guestfs_inspect_get_package_format"
10534 msgstr ""
10535
10536 #. type: verbatim
10537 #: ../src/guestfs-actions.pod:2847
10538 #, no-wrap
10539 msgid ""
10540 " char *\n"
10541 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
10542 "                                     const char *root);\n"
10543 "\n"
10544 msgstr ""
10545
10546 #. type: textblock
10547 #: ../src/guestfs-actions.pod:2854
10548 msgid ""
10549 "This function and C<guestfs_inspect_get_package_management> return the "
10550 "package format and package management tool used by the inspected operating "
10551 "system.  For example for Fedora these functions would return C<rpm> (package "
10552 "format) and C<yum> (package management)."
10553 msgstr ""
10554
10555 #. type: textblock
10556 #: ../src/guestfs-actions.pod:2860 ../fish/guestfish-actions.pod:1968
10557 msgid ""
10558 "This returns the string C<unknown> if we could not determine the package "
10559 "format I<or> if the operating system does not have a real packaging system "
10560 "(eg. Windows)."
10561 msgstr ""
10562
10563 #. type: textblock
10564 #: ../src/guestfs-actions.pod:2864 ../fish/guestfish-actions.pod:1972
10565 msgid ""
10566 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
10567 "Future versions of libguestfs may return other strings."
10568 msgstr ""
10569
10570 #. type: textblock
10571 #: ../src/guestfs-actions.pod:2872 ../src/guestfs-actions.pod:2903
10572 msgid "(Added in 1.7.5)"
10573 msgstr ""
10574
10575 #. type: =head2
10576 #: ../src/guestfs-actions.pod:2874
10577 msgid "guestfs_inspect_get_package_management"
10578 msgstr ""
10579
10580 #. type: verbatim
10581 #: ../src/guestfs-actions.pod:2876
10582 #, no-wrap
10583 msgid ""
10584 " char *\n"
10585 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
10586 "                                         const char *root);\n"
10587 "\n"
10588 msgstr ""
10589
10590 #. type: textblock
10591 #: ../src/guestfs-actions.pod:2883
10592 msgid ""
10593 "C<guestfs_inspect_get_package_format> and this function return the package "
10594 "format and package management tool used by the inspected operating system.  "
10595 "For example for Fedora these functions would return C<rpm> (package format) "
10596 "and C<yum> (package management)."
10597 msgstr ""
10598
10599 #. type: textblock
10600 #: ../src/guestfs-actions.pod:2889 ../fish/guestfish-actions.pod:1990
10601 msgid ""
10602 "This returns the string C<unknown> if we could not determine the package "
10603 "management tool I<or> if the operating system does not have a real packaging "
10604 "system (eg. Windows)."
10605 msgstr ""
10606
10607 #. type: textblock
10608 #: ../src/guestfs-actions.pod:2893 ../fish/guestfish-actions.pod:1994
10609 msgid ""
10610 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
10611 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
10612 "libguestfs may return other strings."
10613 msgstr ""
10614
10615 #. type: =head2
10616 #: ../src/guestfs-actions.pod:2905
10617 msgid "guestfs_inspect_get_product_name"
10618 msgstr ""
10619
10620 #. type: verbatim
10621 #: ../src/guestfs-actions.pod:2907
10622 #, no-wrap
10623 msgid ""
10624 " char *\n"
10625 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
10626 "                                   const char *root);\n"
10627 "\n"
10628 msgstr ""
10629
10630 #. type: textblock
10631 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2008
10632 msgid ""
10633 "This returns the product name of the inspected operating system.  The "
10634 "product name is generally some freeform string which can be displayed to the "
10635 "user, but should not be parsed by programs."
10636 msgstr ""
10637
10638 #. type: textblock
10639 #: ../src/guestfs-actions.pod:2919 ../fish/guestfish-actions.pod:2013
10640 msgid ""
10641 "If the product name could not be determined, then the string C<unknown> is "
10642 "returned."
10643 msgstr ""
10644
10645 #. type: =head2
10646 #: ../src/guestfs-actions.pod:2929
10647 msgid "guestfs_inspect_get_product_variant"
10648 msgstr ""
10649
10650 #. type: verbatim
10651 #: ../src/guestfs-actions.pod:2931
10652 #, no-wrap
10653 msgid ""
10654 " char *\n"
10655 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
10656 "                                      const char *root);\n"
10657 "\n"
10658 msgstr ""
10659
10660 #. type: textblock
10661 #: ../src/guestfs-actions.pod:2938 ../fish/guestfish-actions.pod:2025
10662 msgid "This returns the product variant of the inspected operating system."
10663 msgstr ""
10664
10665 #. type: textblock
10666 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2028
10667 msgid ""
10668 "For Windows guests, this returns the contents of the Registry key "
10669 "C<HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> "
10670 "which is usually a string such as C<Client> or C<Server> (other values are "
10671 "possible).  This can be used to distinguish consumer and enterprise versions "
10672 "of Windows that have the same version number (for example, Windows 7 and "
10673 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
10674 "the latter is C<Server>)."
10675 msgstr ""
10676
10677 #. type: textblock
10678 #: ../src/guestfs-actions.pod:2950 ../fish/guestfish-actions.pod:2037
10679 msgid ""
10680 "For enterprise Linux guests, in future we intend this to return the product "
10681 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
10682 "implemented at present."
10683 msgstr ""
10684
10685 #. type: textblock
10686 #: ../src/guestfs-actions.pod:2954 ../fish/guestfish-actions.pod:2041
10687 msgid ""
10688 "If the product variant could not be determined, then the string C<unknown> "
10689 "is returned."
10690 msgstr ""
10691
10692 #. type: textblock
10693 #: ../src/guestfs-actions.pod:2957
10694 msgid ""
10695 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10696 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
10697 msgstr ""
10698
10699 #. type: =head2
10700 #: ../src/guestfs-actions.pod:2964
10701 msgid "guestfs_inspect_get_roots"
10702 msgstr ""
10703
10704 #. type: verbatim
10705 #: ../src/guestfs-actions.pod:2966
10706 #, no-wrap
10707 msgid ""
10708 " char **\n"
10709 " guestfs_inspect_get_roots (guestfs_h *g);\n"
10710 "\n"
10711 msgstr ""
10712
10713 #. type: textblock
10714 #: ../src/guestfs-actions.pod:2969
10715 msgid ""
10716 "This function is a convenient way to get the list of root devices, as "
10717 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
10718 "the whole inspection process."
10719 msgstr ""
10720
10721 #. type: textblock
10722 #: ../src/guestfs-actions.pod:2973
10723 msgid ""
10724 "This returns an empty list if either no root devices were found or the "
10725 "caller has not called C<guestfs_inspect_os>."
10726 msgstr ""
10727
10728 #. type: textblock
10729 #: ../src/guestfs-actions.pod:2982
10730 msgid "(Added in 1.7.3)"
10731 msgstr ""
10732
10733 #. type: =head2
10734 #: ../src/guestfs-actions.pod:2984
10735 msgid "guestfs_inspect_get_type"
10736 msgstr ""
10737
10738 #. type: verbatim
10739 #: ../src/guestfs-actions.pod:2986
10740 #, no-wrap
10741 msgid ""
10742 " char *\n"
10743 " guestfs_inspect_get_type (guestfs_h *g,\n"
10744 "                           const char *root);\n"
10745 "\n"
10746 msgstr ""
10747
10748 #. type: textblock
10749 #: ../src/guestfs-actions.pod:2993 ../fish/guestfish-actions.pod:2068
10750 msgid ""
10751 "This returns the type of the inspected operating system.  Currently defined "
10752 "types are:"
10753 msgstr ""
10754
10755 #. type: =item
10756 #: ../src/guestfs-actions.pod:2998 ../fish/guestfish-actions.pod:2073
10757 msgid "\"linux\""
10758 msgstr ""
10759
10760 #. type: textblock
10761 #: ../src/guestfs-actions.pod:3000 ../fish/guestfish-actions.pod:2075
10762 msgid "Any Linux-based operating system."
10763 msgstr ""
10764
10765 #. type: textblock
10766 #: ../src/guestfs-actions.pod:3004 ../fish/guestfish-actions.pod:2079
10767 msgid "Any Microsoft Windows operating system."
10768 msgstr ""
10769
10770 #. type: =item
10771 #: ../src/guestfs-actions.pod:3006 ../fish/guestfish-actions.pod:2081
10772 msgid "\"freebsd\""
10773 msgstr ""
10774
10775 #. type: textblock
10776 #: ../src/guestfs-actions.pod:3008 ../fish/guestfish-actions.pod:2083
10777 msgid "FreeBSD."
10778 msgstr ""
10779
10780 #. type: textblock
10781 #: ../src/guestfs-actions.pod:3012 ../fish/guestfish-actions.pod:2087
10782 msgid "The operating system type could not be determined."
10783 msgstr ""
10784
10785 #. type: =head2
10786 #: ../src/guestfs-actions.pod:3026
10787 msgid "guestfs_inspect_get_windows_current_control_set"
10788 msgstr ""
10789
10790 #. type: verbatim
10791 #: ../src/guestfs-actions.pod:3028
10792 #, no-wrap
10793 msgid ""
10794 " char *\n"
10795 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
10796 "                                                  const char *root);\n"
10797 "\n"
10798 msgstr ""
10799
10800 #. type: textblock
10801 #: ../src/guestfs-actions.pod:3035 ../fish/guestfish-actions.pod:2103
10802 msgid ""
10803 "This returns the Windows CurrentControlSet of the inspected guest.  The "
10804 "CurrentControlSet is a registry key name such as C<ControlSet001>."
10805 msgstr ""
10806
10807 #. type: textblock
10808 #: ../src/guestfs-actions.pod:3038 ../fish/guestfish-actions.pod:2106
10809 msgid ""
10810 "This call assumes that the guest is Windows and that the Registry could be "
10811 "examined by inspection.  If this is not the case then an error is returned."
10812 msgstr ""
10813
10814 #. type: =head2
10815 #: ../src/guestfs-actions.pod:3047
10816 msgid "guestfs_inspect_get_windows_systemroot"
10817 msgstr ""
10818
10819 #. type: verbatim
10820 #: ../src/guestfs-actions.pod:3049
10821 #, no-wrap
10822 msgid ""
10823 " char *\n"
10824 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
10825 "                                         const char *root);\n"
10826 "\n"
10827 msgstr ""
10828
10829 #. type: textblock
10830 #: ../src/guestfs-actions.pod:3056 ../fish/guestfish-actions.pod:2119
10831 msgid ""
10832 "This returns the Windows systemroot of the inspected guest.  The systemroot "
10833 "is a directory path such as C</WINDOWS>."
10834 msgstr ""
10835
10836 #. type: textblock
10837 #: ../src/guestfs-actions.pod:3059 ../fish/guestfish-actions.pod:2122
10838 msgid ""
10839 "This call assumes that the guest is Windows and that the systemroot could be "
10840 "determined by inspection.  If this is not the case then an error is "
10841 "returned."
10842 msgstr ""
10843
10844 #. type: textblock
10845 #: ../src/guestfs-actions.pod:3068
10846 msgid "(Added in 1.5.25)"
10847 msgstr ""
10848
10849 #. type: =head2
10850 #: ../src/guestfs-actions.pod:3070
10851 msgid "guestfs_inspect_is_live"
10852 msgstr ""
10853
10854 #. type: verbatim
10855 #: ../src/guestfs-actions.pod:3072
10856 #, no-wrap
10857 msgid ""
10858 " int\n"
10859 " guestfs_inspect_is_live (guestfs_h *g,\n"
10860 "                          const char *root);\n"
10861 "\n"
10862 msgstr ""
10863
10864 #. type: textblock
10865 #: ../src/guestfs-actions.pod:3079
10866 msgid ""
10867 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10868 "disk), then this returns true if a live image was detected on the disk."
10869 msgstr ""
10870
10871 #. type: =head2
10872 #: ../src/guestfs-actions.pod:3087
10873 msgid "guestfs_inspect_is_multipart"
10874 msgstr ""
10875
10876 #. type: verbatim
10877 #: ../src/guestfs-actions.pod:3089
10878 #, no-wrap
10879 msgid ""
10880 " int\n"
10881 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
10882 "                               const char *root);\n"
10883 "\n"
10884 msgstr ""
10885
10886 #. type: textblock
10887 #: ../src/guestfs-actions.pod:3096
10888 msgid ""
10889 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10890 "disk), then this returns true if the disk is part of a set."
10891 msgstr ""
10892
10893 #. type: =head2
10894 #: ../src/guestfs-actions.pod:3104
10895 msgid "guestfs_inspect_is_netinst"
10896 msgstr ""
10897
10898 #. type: verbatim
10899 #: ../src/guestfs-actions.pod:3106
10900 #, no-wrap
10901 msgid ""
10902 " int\n"
10903 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
10904 "                             const char *root);\n"
10905 "\n"
10906 msgstr ""
10907
10908 #. type: textblock
10909 #: ../src/guestfs-actions.pod:3113
10910 msgid ""
10911 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10912 "disk), then this returns true if the disk is a network installer, ie. not a "
10913 "self-contained install CD but one which is likely to require network access "
10914 "to complete the install."
10915 msgstr ""
10916
10917 #. type: =head2
10918 #: ../src/guestfs-actions.pod:3123
10919 msgid "guestfs_inspect_list_applications"
10920 msgstr ""
10921
10922 #. type: verbatim
10923 #: ../src/guestfs-actions.pod:3125
10924 #, no-wrap
10925 msgid ""
10926 " struct guestfs_application_list *\n"
10927 " guestfs_inspect_list_applications (guestfs_h *g,\n"
10928 "                                    const char *root);\n"
10929 "\n"
10930 msgstr ""
10931
10932 #. type: textblock
10933 #: ../src/guestfs-actions.pod:3132 ../fish/guestfish-actions.pod:2176
10934 msgid "Return the list of applications installed in the operating system."
10935 msgstr ""
10936
10937 #. type: textblock
10938 #: ../src/guestfs-actions.pod:3134
10939 msgid ""
10940 "I<Note:> This call works differently from other parts of the inspection "
10941 "API.  You have to call C<guestfs_inspect_os>, then "
10942 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
10943 "this.  Listing applications is a significantly more difficult operation "
10944 "which requires access to the full filesystem.  Also note that unlike the "
10945 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
10946 "the libguestfs handle, this call actually reads parts of the mounted "
10947 "filesystems during the call."
10948 msgstr ""
10949
10950 #. type: textblock
10951 #: ../src/guestfs-actions.pod:3144 ../fish/guestfish-actions.pod:2188
10952 msgid ""
10953 "This returns an empty list if the inspection code was not able to determine "
10954 "the list of applications."
10955 msgstr ""
10956
10957 #. type: textblock
10958 #: ../src/guestfs-actions.pod:3147 ../fish/guestfish-actions.pod:2191
10959 msgid "The application structure contains the following fields:"
10960 msgstr ""
10961
10962 #. type: =item
10963 #: ../src/guestfs-actions.pod:3151 ../fish/guestfish-actions.pod:2195
10964 msgid "C<app_name>"
10965 msgstr ""
10966
10967 #. type: textblock
10968 #: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2197
10969 msgid ""
10970 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
10971 "guests, this is the package name."
10972 msgstr ""
10973
10974 #. type: =item
10975 #: ../src/guestfs-actions.pod:3156 ../fish/guestfish-actions.pod:2200
10976 msgid "C<app_display_name>"
10977 msgstr ""
10978
10979 #. type: textblock
10980 #: ../src/guestfs-actions.pod:3158 ../fish/guestfish-actions.pod:2202
10981 msgid ""
10982 "The display name of the application, sometimes localized to the install "
10983 "language of the guest operating system."
10984 msgstr ""
10985
10986 #. type: textblock
10987 #: ../src/guestfs-actions.pod:3161 ../fish/guestfish-actions.pod:2205
10988 msgid ""
10989 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
10990 "to display something can use C<app_name> instead."
10991 msgstr ""
10992
10993 #. type: =item
10994 #: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2208
10995 msgid "C<app_epoch>"
10996 msgstr ""
10997
10998 #. type: textblock
10999 #: ../src/guestfs-actions.pod:3166 ../fish/guestfish-actions.pod:2210
11000 msgid ""
11001 "For package managers which use epochs, this contains the epoch of the "
11002 "package (an integer).  If unavailable, this is returned as C<0>."
11003 msgstr ""
11004
11005 #. type: =item
11006 #: ../src/guestfs-actions.pod:3169 ../fish/guestfish-actions.pod:2213
11007 msgid "C<app_version>"
11008 msgstr ""
11009
11010 #. type: textblock
11011 #: ../src/guestfs-actions.pod:3171 ../fish/guestfish-actions.pod:2215
11012 msgid ""
11013 "The version string of the application or package.  If unavailable this is "
11014 "returned as an empty string C<\"\">."
11015 msgstr ""
11016
11017 #. type: =item
11018 #: ../src/guestfs-actions.pod:3174 ../fish/guestfish-actions.pod:2218
11019 msgid "C<app_release>"
11020 msgstr ""
11021
11022 #. type: textblock
11023 #: ../src/guestfs-actions.pod:3176 ../fish/guestfish-actions.pod:2220
11024 msgid ""
11025 "The release string of the application or package, for package managers that "
11026 "use this.  If unavailable this is returned as an empty string C<\"\">."
11027 msgstr ""
11028
11029 #. type: =item
11030 #: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:2224
11031 msgid "C<app_install_path>"
11032 msgstr ""
11033
11034 #. type: textblock
11035 #: ../src/guestfs-actions.pod:3182 ../fish/guestfish-actions.pod:2226
11036 msgid ""
11037 "The installation path of the application (on operating systems such as "
11038 "Windows which use installation paths).  This path is in the format used by "
11039 "the guest operating system, it is not a libguestfs path."
11040 msgstr ""
11041
11042 #. type: textblock
11043 #: ../src/guestfs-actions.pod:3187 ../fish/guestfish-actions.pod:2231
11044 msgid "If unavailable this is returned as an empty string C<\"\">."
11045 msgstr ""
11046
11047 #. type: =item
11048 #: ../src/guestfs-actions.pod:3189 ../fish/guestfish-actions.pod:2233
11049 msgid "C<app_trans_path>"
11050 msgstr ""
11051
11052 #. type: textblock
11053 #: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2235
11054 msgid ""
11055 "The install path translated into a libguestfs path.  If unavailable this is "
11056 "returned as an empty string C<\"\">."
11057 msgstr ""
11058
11059 #. type: =item
11060 #: ../src/guestfs-actions.pod:3194 ../fish/guestfish-actions.pod:2238
11061 msgid "C<app_publisher>"
11062 msgstr ""
11063
11064 #. type: textblock
11065 #: ../src/guestfs-actions.pod:3196 ../fish/guestfish-actions.pod:2240
11066 msgid ""
11067 "The name of the publisher of the application, for package managers that use "
11068 "this.  If unavailable this is returned as an empty string C<\"\">."
11069 msgstr ""
11070
11071 #. type: =item
11072 #: ../src/guestfs-actions.pod:3200 ../fish/guestfish-actions.pod:2244
11073 msgid "C<app_url>"
11074 msgstr ""
11075
11076 #. type: textblock
11077 #: ../src/guestfs-actions.pod:3202 ../fish/guestfish-actions.pod:2246
11078 msgid ""
11079 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11080 "returned as an empty string C<\"\">."
11081 msgstr ""
11082
11083 #. type: =item
11084 #: ../src/guestfs-actions.pod:3205 ../fish/guestfish-actions.pod:2249
11085 msgid "C<app_source_package>"
11086 msgstr ""
11087
11088 #. type: textblock
11089 #: ../src/guestfs-actions.pod:3207 ../fish/guestfish-actions.pod:2251
11090 msgid ""
11091 "For packaging systems which support this, the name of the source package.  "
11092 "If unavailable this is returned as an empty string C<\"\">."
11093 msgstr ""
11094
11095 #. type: =item
11096 #: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2254
11097 msgid "C<app_summary>"
11098 msgstr ""
11099
11100 #. type: textblock
11101 #: ../src/guestfs-actions.pod:3212 ../fish/guestfish-actions.pod:2256
11102 msgid ""
11103 "A short (usually one line) description of the application or package.  If "
11104 "unavailable this is returned as an empty string C<\"\">."
11105 msgstr ""
11106
11107 #. type: =item
11108 #: ../src/guestfs-actions.pod:3215 ../fish/guestfish-actions.pod:2259
11109 msgid "C<app_description>"
11110 msgstr ""
11111
11112 #. type: textblock
11113 #: ../src/guestfs-actions.pod:3217 ../fish/guestfish-actions.pod:2261
11114 msgid ""
11115 "A longer description of the application or package.  If unavailable this is "
11116 "returned as an empty string C<\"\">."
11117 msgstr ""
11118
11119 #. type: textblock
11120 #: ../src/guestfs-actions.pod:3224
11121 msgid ""
11122 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11123 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11124 "after use>."
11125 msgstr ""
11126
11127 #. type: textblock
11128 #: ../src/guestfs-actions.pod:3228
11129 msgid "(Added in 1.7.8)"
11130 msgstr ""
11131
11132 #. type: =head2
11133 #: ../src/guestfs-actions.pod:3230
11134 msgid "guestfs_inspect_os"
11135 msgstr ""
11136
11137 #. type: verbatim
11138 #: ../src/guestfs-actions.pod:3232
11139 #, no-wrap
11140 msgid ""
11141 " char **\n"
11142 " guestfs_inspect_os (guestfs_h *g);\n"
11143 "\n"
11144 msgstr ""
11145
11146 #. type: textblock
11147 #: ../src/guestfs-actions.pod:3235 ../fish/guestfish-actions.pod:2272
11148 msgid ""
11149 "This function uses other libguestfs functions and certain heuristics to "
11150 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11151 "for operating systems."
11152 msgstr ""
11153
11154 #. type: textblock
11155 #: ../src/guestfs-actions.pod:3239 ../fish/guestfish-actions.pod:2276
11156 msgid "The list returned is empty if no operating systems were found."
11157 msgstr ""
11158
11159 #. type: textblock
11160 #: ../src/guestfs-actions.pod:3241 ../fish/guestfish-actions.pod:2278
11161 msgid ""
11162 "If one operating system was found, then this returns a list with a single "
11163 "element, which is the name of the root filesystem of this operating system.  "
11164 "It is also possible for this function to return a list containing more than "
11165 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11166 "element being the root filesystem of one of the operating systems."
11167 msgstr ""
11168
11169 #. type: textblock
11170 #: ../src/guestfs-actions.pod:3248
11171 msgid ""
11172 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11173 "functions in order to query further information about each operating system, "
11174 "such as the name and version."
11175 msgstr ""
11176
11177 #. type: textblock
11178 #: ../src/guestfs-actions.pod:3253
11179 msgid ""
11180 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11181 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11182 "the contents.  This should be called with no disks currently mounted.  The "
11183 "function may also use Augeas, so any existing Augeas handle will be closed."
11184 msgstr ""
11185
11186 #. type: textblock
11187 #: ../src/guestfs-actions.pod:3259 ../fish/guestfish-actions.pod:2296
11188 msgid ""
11189 "This function cannot decrypt encrypted disks.  The caller must do that first "
11190 "(supplying the necessary keys) if the disk is encrypted."
11191 msgstr ""
11192
11193 #. type: textblock
11194 #: ../src/guestfs-actions.pod:3265 ../src/guestfs-actions.pod:3555 ../src/guestfs-actions.pod:3617
11195 msgid "See also C<guestfs_list_filesystems>."
11196 msgstr ""
11197
11198 #. type: =head2
11199 #: ../src/guestfs-actions.pod:3273
11200 msgid "guestfs_is_blockdev"
11201 msgstr ""
11202
11203 #. type: verbatim
11204 #: ../src/guestfs-actions.pod:3275
11205 #, no-wrap
11206 msgid ""
11207 " int\n"
11208 " guestfs_is_blockdev (guestfs_h *g,\n"
11209 "                      const char *path);\n"
11210 "\n"
11211 msgstr ""
11212
11213 #. type: textblock
11214 #: ../src/guestfs-actions.pod:3279 ../fish/guestfish-actions.pod:2308
11215 msgid ""
11216 "This returns C<true> if and only if there is a block device with the given "
11217 "C<path> name."
11218 msgstr ""
11219
11220 #. type: textblock
11221 #: ../src/guestfs-actions.pod:3282 ../src/guestfs-actions.pod:3311 ../src/guestfs-actions.pod:3341 ../src/guestfs-actions.pod:3356 ../src/guestfs-actions.pod:3372 ../src/guestfs-actions.pod:3428 ../src/guestfs-actions.pod:3443
11222 msgid "See also C<guestfs_stat>."
11223 msgstr ""
11224
11225 #. type: textblock
11226 #: ../src/guestfs-actions.pod:3286 ../src/guestfs-actions.pod:3315 ../src/guestfs-actions.pod:3360 ../src/guestfs-actions.pod:3432 ../src/guestfs-actions.pod:3447
11227 msgid "(Added in 1.5.10)"
11228 msgstr ""
11229
11230 #. type: =head2
11231 #: ../src/guestfs-actions.pod:3288
11232 msgid "guestfs_is_busy"
11233 msgstr ""
11234
11235 #. type: verbatim
11236 #: ../src/guestfs-actions.pod:3290
11237 #, no-wrap
11238 msgid ""
11239 " int\n"
11240 " guestfs_is_busy (guestfs_h *g);\n"
11241 "\n"
11242 msgstr ""
11243
11244 #. type: textblock
11245 #: ../src/guestfs-actions.pod:3293 ../fish/guestfish-actions.pod:2317
11246 msgid ""
11247 "This returns true iff this handle is busy processing a command (in the "
11248 "C<BUSY> state)."
11249 msgstr ""
11250
11251 #. type: =head2
11252 #: ../src/guestfs-actions.pod:3302
11253 msgid "guestfs_is_chardev"
11254 msgstr ""
11255
11256 #. type: verbatim
11257 #: ../src/guestfs-actions.pod:3304
11258 #, no-wrap
11259 msgid ""
11260 " int\n"
11261 " guestfs_is_chardev (guestfs_h *g,\n"
11262 "                     const char *path);\n"
11263 "\n"
11264 msgstr ""
11265
11266 #. type: textblock
11267 #: ../src/guestfs-actions.pod:3308 ../fish/guestfish-actions.pod:2326
11268 msgid ""
11269 "This returns C<true> if and only if there is a character device with the "
11270 "given C<path> name."
11271 msgstr ""
11272
11273 #. type: =head2
11274 #: ../src/guestfs-actions.pod:3317
11275 msgid "guestfs_is_config"
11276 msgstr ""
11277
11278 #. type: verbatim
11279 #: ../src/guestfs-actions.pod:3319
11280 #, no-wrap
11281 msgid ""
11282 " int\n"
11283 " guestfs_is_config (guestfs_h *g);\n"
11284 "\n"
11285 msgstr ""
11286
11287 #. type: textblock
11288 #: ../src/guestfs-actions.pod:3322 ../fish/guestfish-actions.pod:2335
11289 msgid ""
11290 "This returns true iff this handle is being configured (in the C<CONFIG> "
11291 "state)."
11292 msgstr ""
11293
11294 #. type: =head2
11295 #: ../src/guestfs-actions.pod:3331
11296 msgid "guestfs_is_dir"
11297 msgstr ""
11298
11299 #. type: verbatim
11300 #: ../src/guestfs-actions.pod:3333
11301 #, no-wrap
11302 msgid ""
11303 " int\n"
11304 " guestfs_is_dir (guestfs_h *g,\n"
11305 "                 const char *path);\n"
11306 "\n"
11307 msgstr ""
11308
11309 #. type: textblock
11310 #: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2344
11311 msgid ""
11312 "This returns C<true> if and only if there is a directory with the given "
11313 "C<path> name.  Note that it returns false for other objects like files."
11314 msgstr ""
11315
11316 #. type: =head2
11317 #: ../src/guestfs-actions.pod:3347
11318 msgid "guestfs_is_fifo"
11319 msgstr ""
11320
11321 #. type: verbatim
11322 #: ../src/guestfs-actions.pod:3349
11323 #, no-wrap
11324 msgid ""
11325 " int\n"
11326 " guestfs_is_fifo (guestfs_h *g,\n"
11327 "                  const char *path);\n"
11328 "\n"
11329 msgstr ""
11330
11331 #. type: textblock
11332 #: ../src/guestfs-actions.pod:3353 ../fish/guestfish-actions.pod:2354
11333 msgid ""
11334 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11335 "given C<path> name."
11336 msgstr ""
11337
11338 #. type: =head2
11339 #: ../src/guestfs-actions.pod:3362
11340 msgid "guestfs_is_file"
11341 msgstr ""
11342
11343 #. type: verbatim
11344 #: ../src/guestfs-actions.pod:3364
11345 #, no-wrap
11346 msgid ""
11347 " int\n"
11348 " guestfs_is_file (guestfs_h *g,\n"
11349 "                  const char *path);\n"
11350 "\n"
11351 msgstr ""
11352
11353 #. type: textblock
11354 #: ../src/guestfs-actions.pod:3368 ../fish/guestfish-actions.pod:2363
11355 msgid ""
11356 "This returns C<true> if and only if there is a regular file with the given "
11357 "C<path> name.  Note that it returns false for other objects like "
11358 "directories."
11359 msgstr ""
11360
11361 #. type: =head2
11362 #: ../src/guestfs-actions.pod:3378
11363 msgid "guestfs_is_launching"
11364 msgstr ""
11365
11366 #. type: verbatim
11367 #: ../src/guestfs-actions.pod:3380
11368 #, no-wrap
11369 msgid ""
11370 " int\n"
11371 " guestfs_is_launching (guestfs_h *g);\n"
11372 "\n"
11373 msgstr ""
11374
11375 #. type: textblock
11376 #: ../src/guestfs-actions.pod:3383 ../fish/guestfish-actions.pod:2373
11377 msgid ""
11378 "This returns true iff this handle is launching the subprocess (in the "
11379 "C<LAUNCHING> state)."
11380 msgstr ""
11381
11382 #. type: =head2
11383 #: ../src/guestfs-actions.pod:3392
11384 msgid "guestfs_is_lv"
11385 msgstr ""
11386
11387 #. type: verbatim
11388 #: ../src/guestfs-actions.pod:3394
11389 #, no-wrap
11390 msgid ""
11391 " int\n"
11392 " guestfs_is_lv (guestfs_h *g,\n"
11393 "                const char *device);\n"
11394 "\n"
11395 msgstr ""
11396
11397 #. type: textblock
11398 #: ../src/guestfs-actions.pod:3398 ../fish/guestfish-actions.pod:2382
11399 msgid ""
11400 "This command tests whether C<device> is a logical volume, and returns true "
11401 "iff this is the case."
11402 msgstr ""
11403
11404 #. type: =head2
11405 #: ../src/guestfs-actions.pod:3405
11406 msgid "guestfs_is_ready"
11407 msgstr ""
11408
11409 #. type: verbatim
11410 #: ../src/guestfs-actions.pod:3407
11411 #, no-wrap
11412 msgid ""
11413 " int\n"
11414 " guestfs_is_ready (guestfs_h *g);\n"
11415 "\n"
11416 msgstr ""
11417
11418 #. type: textblock
11419 #: ../src/guestfs-actions.pod:3410 ../fish/guestfish-actions.pod:2389
11420 msgid ""
11421 "This returns true iff this handle is ready to accept commands (in the "
11422 "C<READY> state)."
11423 msgstr ""
11424
11425 #. type: =head2
11426 #: ../src/guestfs-actions.pod:3419
11427 msgid "guestfs_is_socket"
11428 msgstr ""
11429
11430 #. type: verbatim
11431 #: ../src/guestfs-actions.pod:3421
11432 #, no-wrap
11433 msgid ""
11434 " int\n"
11435 " guestfs_is_socket (guestfs_h *g,\n"
11436 "                    const char *path);\n"
11437 "\n"
11438 msgstr ""
11439
11440 #. type: textblock
11441 #: ../src/guestfs-actions.pod:3425 ../fish/guestfish-actions.pod:2398
11442 msgid ""
11443 "This returns C<true> if and only if there is a Unix domain socket with the "
11444 "given C<path> name."
11445 msgstr ""
11446
11447 #. type: =head2
11448 #: ../src/guestfs-actions.pod:3434
11449 msgid "guestfs_is_symlink"
11450 msgstr ""
11451
11452 #. type: verbatim
11453 #: ../src/guestfs-actions.pod:3436
11454 #, no-wrap
11455 msgid ""
11456 " int\n"
11457 " guestfs_is_symlink (guestfs_h *g,\n"
11458 "                     const char *path);\n"
11459 "\n"
11460 msgstr ""
11461
11462 #. type: textblock
11463 #: ../src/guestfs-actions.pod:3440 ../fish/guestfish-actions.pod:2407
11464 msgid ""
11465 "This returns C<true> if and only if there is a symbolic link with the given "
11466 "C<path> name."
11467 msgstr ""
11468
11469 #. type: =head2
11470 #: ../src/guestfs-actions.pod:3449
11471 msgid "guestfs_kill_subprocess"
11472 msgstr ""
11473
11474 #. type: verbatim
11475 #: ../src/guestfs-actions.pod:3451
11476 #, no-wrap
11477 msgid ""
11478 " int\n"
11479 " guestfs_kill_subprocess (guestfs_h *g);\n"
11480 "\n"
11481 msgstr ""
11482
11483 #. type: textblock
11484 #: ../src/guestfs-actions.pod:3454 ../fish/guestfish-actions.pod:2416
11485 msgid "This kills the qemu subprocess.  You should never need to call this."
11486 msgstr ""
11487
11488 #. type: =head2
11489 #: ../src/guestfs-actions.pod:3460
11490 msgid "guestfs_launch"
11491 msgstr ""
11492
11493 #. type: verbatim
11494 #: ../src/guestfs-actions.pod:3462
11495 #, no-wrap
11496 msgid ""
11497 " int\n"
11498 " guestfs_launch (guestfs_h *g);\n"
11499 "\n"
11500 msgstr ""
11501
11502 #. type: textblock
11503 #: ../src/guestfs-actions.pod:3465 ../fish/guestfish-actions.pod:2424
11504 msgid ""
11505 "Internally libguestfs is implemented by running a virtual machine using "
11506 "L<qemu(1)>."
11507 msgstr ""
11508
11509 #. type: textblock
11510 #: ../src/guestfs-actions.pod:3468 ../fish/guestfish-actions.pod:2427
11511 msgid ""
11512 "You should call this after configuring the handle (eg. adding drives) but "
11513 "before performing any actions."
11514 msgstr ""
11515
11516 #. type: =head2
11517 #: ../src/guestfs-actions.pod:3480
11518 msgid "guestfs_lchown"
11519 msgstr ""
11520
11521 #. type: verbatim
11522 #: ../src/guestfs-actions.pod:3482
11523 #, no-wrap
11524 msgid ""
11525 " int\n"
11526 " guestfs_lchown (guestfs_h *g,\n"
11527 "                 int owner,\n"
11528 "                 int group,\n"
11529 "                 const char *path);\n"
11530 "\n"
11531 msgstr ""
11532
11533 #. type: textblock
11534 #: ../src/guestfs-actions.pod:3488
11535 msgid ""
11536 "Change the file owner to C<owner> and group to C<group>.  This is like "
11537 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
11538 "changed, not the target."
11539 msgstr ""
11540
11541 #. type: =head2
11542 #: ../src/guestfs-actions.pod:3500
11543 msgid "guestfs_lgetxattr"
11544 msgstr ""
11545
11546 #. type: verbatim
11547 #: ../src/guestfs-actions.pod:3502
11548 #, no-wrap
11549 msgid ""
11550 " char *\n"
11551 " guestfs_lgetxattr (guestfs_h *g,\n"
11552 "                    const char *path,\n"
11553 "                    const char *name,\n"
11554 "                    size_t *size_r);\n"
11555 "\n"
11556 msgstr ""
11557
11558 #. type: textblock
11559 #: ../src/guestfs-actions.pod:3508 ../fish/guestfish-actions.pod:2446
11560 msgid ""
11561 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
11562 "is a symlink, then this call returns an extended attribute from the symlink."
11563 msgstr ""
11564
11565 #. type: textblock
11566 #: ../src/guestfs-actions.pod:3522
11567 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
11568 msgstr ""
11569
11570 #. type: =head2
11571 #: ../src/guestfs-actions.pod:3530
11572 msgid "guestfs_lgetxattrs"
11573 msgstr ""
11574
11575 #. type: verbatim
11576 #: ../src/guestfs-actions.pod:3532
11577 #, no-wrap
11578 msgid ""
11579 " struct guestfs_xattr_list *\n"
11580 " guestfs_lgetxattrs (guestfs_h *g,\n"
11581 "                     const char *path);\n"
11582 "\n"
11583 msgstr ""
11584
11585 #. type: textblock
11586 #: ../src/guestfs-actions.pod:3536
11587 msgid ""
11588 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
11589 "then it returns the extended attributes of the link itself."
11590 msgstr ""
11591
11592 #. type: =head2
11593 #: ../src/guestfs-actions.pod:3546
11594 msgid "guestfs_list_devices"
11595 msgstr ""
11596
11597 #. type: verbatim
11598 #: ../src/guestfs-actions.pod:3548
11599 #, no-wrap
11600 msgid ""
11601 " char **\n"
11602 " guestfs_list_devices (guestfs_h *g);\n"
11603 "\n"
11604 msgstr ""
11605
11606 #. type: textblock
11607 #: ../src/guestfs-actions.pod:3551 ../fish/guestfish-actions.pod:2474
11608 msgid "List all the block devices."
11609 msgstr ""
11610
11611 #. type: textblock
11612 #: ../src/guestfs-actions.pod:3553 ../fish/guestfish-actions.pod:2476
11613 msgid "The full block device names are returned, eg. C</dev/sda>."
11614 msgstr ""
11615
11616 #. type: =head2
11617 #: ../src/guestfs-actions.pod:3563
11618 msgid "guestfs_list_filesystems"
11619 msgstr ""
11620
11621 #. type: verbatim
11622 #: ../src/guestfs-actions.pod:3565
11623 #, no-wrap
11624 msgid ""
11625 " char **\n"
11626 " guestfs_list_filesystems (guestfs_h *g);\n"
11627 "\n"
11628 msgstr ""
11629
11630 #. type: textblock
11631 #: ../src/guestfs-actions.pod:3568 ../fish/guestfish-actions.pod:2484
11632 msgid ""
11633 "This inspection command looks for filesystems on partitions, block devices "
11634 "and logical volumes, returning a list of devices containing filesystems and "
11635 "their type."
11636 msgstr ""
11637
11638 #. type: textblock
11639 #: ../src/guestfs-actions.pod:3572 ../fish/guestfish-actions.pod:2488
11640 msgid ""
11641 "The return value is a hash, where the keys are the devices containing "
11642 "filesystems, and the values are the filesystem types.  For example:"
11643 msgstr ""
11644
11645 #. type: verbatim
11646 #: ../src/guestfs-actions.pod:3576 ../fish/guestfish-actions.pod:2492
11647 #, no-wrap
11648 msgid ""
11649 " \"/dev/sda1\" => \"ntfs\"\n"
11650 " \"/dev/sda2\" => \"ext2\"\n"
11651 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
11652 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
11653 "\n"
11654 msgstr ""
11655
11656 #. type: textblock
11657 #: ../src/guestfs-actions.pod:3581 ../fish/guestfish-actions.pod:2497
11658 msgid ""
11659 "The value can have the special value \"unknown\", meaning the content of the "
11660 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
11661 msgstr ""
11662
11663 #. type: textblock
11664 #: ../src/guestfs-actions.pod:3585
11665 msgid ""
11666 "This command runs other libguestfs commands, which might include "
11667 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
11668 "soon after launch and only when nothing is mounted."
11669 msgstr ""
11670
11671 #. type: textblock
11672 #: ../src/guestfs-actions.pod:3589
11673 msgid ""
11674 "Not all of the filesystems returned will be mountable.  In particular, swap "
11675 "partitions are returned in the list.  Also this command does not check that "
11676 "each filesystem found is valid and mountable, and some filesystems might be "
11677 "mountable but require special options.  Filesystems may not all belong to a "
11678 "single logical operating system (use C<guestfs_inspect_os> to look for "
11679 "OSes)."
11680 msgstr ""
11681
11682 #. type: textblock
11683 #: ../src/guestfs-actions.pod:3603 ../src/guestfs-actions.pod:5224
11684 msgid "(Added in 1.5.15)"
11685 msgstr ""
11686
11687 #. type: =head2
11688 #: ../src/guestfs-actions.pod:3605
11689 msgid "guestfs_list_partitions"
11690 msgstr ""
11691
11692 #. type: verbatim
11693 #: ../src/guestfs-actions.pod:3607
11694 #, no-wrap
11695 msgid ""
11696 " char **\n"
11697 " guestfs_list_partitions (guestfs_h *g);\n"
11698 "\n"
11699 msgstr ""
11700
11701 #. type: textblock
11702 #: ../src/guestfs-actions.pod:3610 ../fish/guestfish-actions.pod:2517
11703 msgid "List all the partitions detected on all block devices."
11704 msgstr ""
11705
11706 #. type: textblock
11707 #: ../src/guestfs-actions.pod:3612 ../fish/guestfish-actions.pod:2519
11708 msgid "The full partition device names are returned, eg. C</dev/sda1>"
11709 msgstr ""
11710
11711 #. type: textblock
11712 #: ../src/guestfs-actions.pod:3614
11713 msgid ""
11714 "This does not return logical volumes.  For that you will need to call "
11715 "C<guestfs_lvs>."
11716 msgstr ""
11717
11718 #. type: =head2
11719 #: ../src/guestfs-actions.pod:3625
11720 msgid "guestfs_ll"
11721 msgstr ""
11722
11723 #. type: verbatim
11724 #: ../src/guestfs-actions.pod:3627
11725 #, no-wrap
11726 msgid ""
11727 " char *\n"
11728 " guestfs_ll (guestfs_h *g,\n"
11729 "             const char *directory);\n"
11730 "\n"
11731 msgstr ""
11732
11733 #. type: textblock
11734 #: ../src/guestfs-actions.pod:3631 ../fish/guestfish-actions.pod:2530
11735 msgid ""
11736 "List the files in C<directory> (relative to the root directory, there is no "
11737 "cwd) in the format of 'ls -la'."
11738 msgstr ""
11739
11740 #. type: textblock
11741 #: ../src/guestfs-actions.pod:3634 ../fish/guestfish-actions.pod:2533
11742 msgid ""
11743 "This command is mostly useful for interactive sessions.  It is I<not> "
11744 "intended that you try to parse the output string."
11745 msgstr ""
11746
11747 #. type: =head2
11748 #: ../src/guestfs-actions.pod:3642
11749 msgid "guestfs_ln"
11750 msgstr ""
11751
11752 #. type: verbatim
11753 #: ../src/guestfs-actions.pod:3644
11754 #, no-wrap
11755 msgid ""
11756 " int\n"
11757 " guestfs_ln (guestfs_h *g,\n"
11758 "             const char *target,\n"
11759 "             const char *linkname);\n"
11760 "\n"
11761 msgstr ""
11762
11763 #. type: textblock
11764 #: ../src/guestfs-actions.pod:3649 ../fish/guestfish-actions.pod:2540
11765 msgid "This command creates a hard link using the C<ln> command."
11766 msgstr ""
11767
11768 #. type: =head2
11769 #: ../src/guestfs-actions.pod:3655
11770 msgid "guestfs_ln_f"
11771 msgstr ""
11772
11773 #. type: verbatim
11774 #: ../src/guestfs-actions.pod:3657
11775 #, no-wrap
11776 msgid ""
11777 " int\n"
11778 " guestfs_ln_f (guestfs_h *g,\n"
11779 "               const char *target,\n"
11780 "               const char *linkname);\n"
11781 "\n"
11782 msgstr ""
11783
11784 #. type: textblock
11785 #: ../src/guestfs-actions.pod:3662 ../fish/guestfish-actions.pod:2546
11786 msgid ""
11787 "This command creates a hard link using the C<ln -f> command.  The I<-f> "
11788 "option removes the link (C<linkname>) if it exists already."
11789 msgstr ""
11790
11791 #. type: =head2
11792 #: ../src/guestfs-actions.pod:3669
11793 msgid "guestfs_ln_s"
11794 msgstr ""
11795
11796 #. type: verbatim
11797 #: ../src/guestfs-actions.pod:3671
11798 #, no-wrap
11799 msgid ""
11800 " int\n"
11801 " guestfs_ln_s (guestfs_h *g,\n"
11802 "               const char *target,\n"
11803 "               const char *linkname);\n"
11804 "\n"
11805 msgstr ""
11806
11807 #. type: textblock
11808 #: ../src/guestfs-actions.pod:3676 ../fish/guestfish-actions.pod:2553
11809 msgid "This command creates a symbolic link using the C<ln -s> command."
11810 msgstr ""
11811
11812 #. type: =head2
11813 #: ../src/guestfs-actions.pod:3682
11814 msgid "guestfs_ln_sf"
11815 msgstr ""
11816
11817 #. type: verbatim
11818 #: ../src/guestfs-actions.pod:3684
11819 #, no-wrap
11820 msgid ""
11821 " int\n"
11822 " guestfs_ln_sf (guestfs_h *g,\n"
11823 "                const char *target,\n"
11824 "                const char *linkname);\n"
11825 "\n"
11826 msgstr ""
11827
11828 #. type: textblock
11829 #: ../src/guestfs-actions.pod:3689 ../fish/guestfish-actions.pod:2559
11830 msgid ""
11831 "This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
11832 "option removes the link (C<linkname>) if it exists already."
11833 msgstr ""
11834
11835 #. type: =head2
11836 #: ../src/guestfs-actions.pod:3696
11837 msgid "guestfs_lremovexattr"
11838 msgstr ""
11839
11840 #. type: verbatim
11841 #: ../src/guestfs-actions.pod:3698
11842 #, no-wrap
11843 msgid ""
11844 " int\n"
11845 " guestfs_lremovexattr (guestfs_h *g,\n"
11846 "                       const char *xattr,\n"
11847 "                       const char *path);\n"
11848 "\n"
11849 msgstr ""
11850
11851 #. type: textblock
11852 #: ../src/guestfs-actions.pod:3703
11853 msgid ""
11854 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
11855 "link, then it removes an extended attribute of the link itself."
11856 msgstr ""
11857
11858 #. type: =head2
11859 #: ../src/guestfs-actions.pod:3711
11860 msgid "guestfs_ls"
11861 msgstr ""
11862
11863 #. type: verbatim
11864 #: ../src/guestfs-actions.pod:3713
11865 #, no-wrap
11866 msgid ""
11867 " char **\n"
11868 " guestfs_ls (guestfs_h *g,\n"
11869 "             const char *directory);\n"
11870 "\n"
11871 msgstr ""
11872
11873 #. type: textblock
11874 #: ../src/guestfs-actions.pod:3717 ../fish/guestfish-actions.pod:2574
11875 msgid ""
11876 "List the files in C<directory> (relative to the root directory, there is no "
11877 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
11878 "shown."
11879 msgstr ""
11880
11881 #. type: textblock
11882 #: ../src/guestfs-actions.pod:3721
11883 msgid ""
11884 "This command is mostly useful for interactive sessions.  Programs should "
11885 "probably use C<guestfs_readdir> instead."
11886 msgstr ""
11887
11888 #. type: =head2
11889 #: ../src/guestfs-actions.pod:3730
11890 msgid "guestfs_lsetxattr"
11891 msgstr ""
11892
11893 #. type: verbatim
11894 #: ../src/guestfs-actions.pod:3732
11895 #, no-wrap
11896 msgid ""
11897 " int\n"
11898 " guestfs_lsetxattr (guestfs_h *g,\n"
11899 "                    const char *xattr,\n"
11900 "                    const char *val,\n"
11901 "                    int vallen,\n"
11902 "                    const char *path);\n"
11903 "\n"
11904 msgstr ""
11905
11906 #. type: textblock
11907 #: ../src/guestfs-actions.pod:3739
11908 msgid ""
11909 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
11910 "then it sets an extended attribute of the link itself."
11911 msgstr ""
11912
11913 #. type: =head2
11914 #: ../src/guestfs-actions.pod:3747
11915 msgid "guestfs_lstat"
11916 msgstr ""
11917
11918 #. type: verbatim
11919 #: ../src/guestfs-actions.pod:3749
11920 #, no-wrap
11921 msgid ""
11922 " struct guestfs_stat *\n"
11923 " guestfs_lstat (guestfs_h *g,\n"
11924 "                const char *path);\n"
11925 "\n"
11926 msgstr ""
11927
11928 #. type: textblock
11929 #: ../src/guestfs-actions.pod:3753 ../src/guestfs-actions.pod:6355 ../fish/guestfish-actions.pod:2593 ../fish/guestfish-actions.pod:4306
11930 msgid "Returns file information for the given C<path>."
11931 msgstr ""
11932
11933 #. type: textblock
11934 #: ../src/guestfs-actions.pod:3755
11935 msgid ""
11936 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
11937 "link, then the link is stat-ed, not the file it refers to."
11938 msgstr ""
11939
11940 #. type: textblock
11941 #: ../src/guestfs-actions.pod:3759 ../fish/guestfish-actions.pod:2599
11942 msgid "This is the same as the C<lstat(2)> system call."
11943 msgstr ""
11944
11945 #. type: textblock
11946 #: ../src/guestfs-actions.pod:3761 ../src/guestfs-actions.pod:6359
11947 msgid ""
11948 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
11949 "error.  I<The caller must call C<guestfs_free_stat> after use>."
11950 msgstr ""
11951
11952 #. type: textblock
11953 #: ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:6363 ../src/guestfs-actions.pod:6381 ../src/guestfs-actions.pod:6762
11954 msgid "(Added in 0.9.2)"
11955 msgstr ""
11956
11957 #. type: =head2
11958 #: ../src/guestfs-actions.pod:3767
11959 msgid "guestfs_lstatlist"
11960 msgstr ""
11961
11962 #. type: verbatim
11963 #: ../src/guestfs-actions.pod:3769
11964 #, no-wrap
11965 msgid ""
11966 " struct guestfs_stat_list *\n"
11967 " guestfs_lstatlist (guestfs_h *g,\n"
11968 "                    const char *path,\n"
11969 "                    char *const *names);\n"
11970 "\n"
11971 msgstr ""
11972
11973 #. type: textblock
11974 #: ../src/guestfs-actions.pod:3774
11975 msgid ""
11976 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
11977 "files, where all files are in the directory C<path>.  C<names> is the list "
11978 "of files from this directory."
11979 msgstr ""
11980
11981 #. type: textblock
11982 #: ../src/guestfs-actions.pod:3778 ../fish/guestfish-actions.pod:2609
11983 msgid ""
11984 "On return you get a list of stat structs, with a one-to-one correspondence "
11985 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
11986 "then the C<ino> field of that structure is set to C<-1>."
11987 msgstr ""
11988
11989 #. type: textblock
11990 #: ../src/guestfs-actions.pod:3783
11991 msgid ""
11992 "This call is intended for programs that want to efficiently list a directory "
11993 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
11994 "for a similarly efficient call for getting extended attributes.  Very long "
11995 "directory listings might cause the protocol message size to be exceeded, "
11996 "causing this call to fail.  The caller must split up such requests into "
11997 "smaller groups of names."
11998 msgstr ""
11999
12000 #. type: textblock
12001 #: ../src/guestfs-actions.pod:3791
12002 msgid ""
12003 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12004 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12005 msgstr ""
12006
12007 #. type: =head2
12008 #: ../src/guestfs-actions.pod:3797
12009 msgid "guestfs_luks_add_key"
12010 msgstr ""
12011
12012 #. type: verbatim
12013 #: ../src/guestfs-actions.pod:3799
12014 #, no-wrap
12015 msgid ""
12016 " int\n"
12017 " guestfs_luks_add_key (guestfs_h *g,\n"
12018 "                       const char *device,\n"
12019 "                       const char *key,\n"
12020 "                       const char *newkey,\n"
12021 "                       int keyslot);\n"
12022 "\n"
12023 msgstr ""
12024
12025 #. type: textblock
12026 #: ../src/guestfs-actions.pod:3806 ../fish/guestfish-actions.pod:2626
12027 msgid ""
12028 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12029 "existing key, and is used to access the device.  C<newkey> is the new key to "
12030 "add.  C<keyslot> is the key slot that will be replaced."
12031 msgstr ""
12032
12033 #. type: textblock
12034 #: ../src/guestfs-actions.pod:3811
12035 msgid ""
12036 "Note that if C<keyslot> already contains a key, then this command will "
12037 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12038 msgstr ""
12039
12040 #. type: textblock
12041 #: ../src/guestfs-actions.pod:3817 ../src/guestfs-actions.pod:3857 ../src/guestfs-actions.pod:3880 ../src/guestfs-actions.pod:3900 ../src/guestfs-actions.pod:3932 ../src/guestfs-actions.pod:3951
12042 msgid ""
12043 "This function takes a key or passphrase parameter which could contain "
12044 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12045 "information."
12046 msgstr ""
12047
12048 #. type: textblock
12049 #: ../src/guestfs-actions.pod:3821 ../src/guestfs-actions.pod:3861 ../src/guestfs-actions.pod:3884 ../src/guestfs-actions.pod:3904
12050 msgid "(Added in 1.5.2)"
12051 msgstr ""
12052
12053 #. type: =head2
12054 #: ../src/guestfs-actions.pod:3823
12055 msgid "guestfs_luks_close"
12056 msgstr ""
12057
12058 #. type: verbatim
12059 #: ../src/guestfs-actions.pod:3825
12060 #, no-wrap
12061 msgid ""
12062 " int\n"
12063 " guestfs_luks_close (guestfs_h *g,\n"
12064 "                     const char *device);\n"
12065 "\n"
12066 msgstr ""
12067
12068 #. type: textblock
12069 #: ../src/guestfs-actions.pod:3829
12070 msgid ""
12071 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12072 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12073 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12074 "underlying block device."
12075 msgstr ""
12076
12077 #. type: textblock
12078 #: ../src/guestfs-actions.pod:3837 ../src/guestfs-actions.pod:3936 ../src/guestfs-actions.pod:3955 ../src/guestfs-actions.pod:4005 ../src/guestfs-actions.pod:4053
12079 msgid "(Added in 1.5.1)"
12080 msgstr ""
12081
12082 #. type: =head2
12083 #: ../src/guestfs-actions.pod:3839
12084 msgid "guestfs_luks_format"
12085 msgstr ""
12086
12087 #. type: verbatim
12088 #: ../src/guestfs-actions.pod:3841
12089 #, no-wrap
12090 msgid ""
12091 " int\n"
12092 " guestfs_luks_format (guestfs_h *g,\n"
12093 "                      const char *device,\n"
12094 "                      const char *key,\n"
12095 "                      int keyslot);\n"
12096 "\n"
12097 msgstr ""
12098
12099 #. type: textblock
12100 #: ../src/guestfs-actions.pod:3847 ../fish/guestfish-actions.pod:2652
12101 msgid ""
12102 "This command erases existing data on C<device> and formats the device as a "
12103 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12104 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12105 msgstr ""
12106
12107 #. type: textblock
12108 #: ../src/guestfs-actions.pod:3854 ../src/guestfs-actions.pod:3877 ../src/guestfs-actions.pod:4017 ../src/guestfs-actions.pod:4975 ../src/guestfs-actions.pod:5755 ../src/guestfs-actions.pod:6162 ../src/guestfs-actions.pod:6192 ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:7406 ../fish/guestfish-actions.pod:2660 ../fish/guestfish-actions.pod:2673 ../fish/guestfish-actions.pod:2757 ../fish/guestfish-actions.pod:3347 ../fish/guestfish-actions.pod:3867 ../fish/guestfish-actions.pod:4177 ../fish/guestfish-actions.pod:4200 ../fish/guestfish-actions.pod:4222 ../fish/guestfish-actions.pod:4951
12109 msgid ""
12110 "B<This command is dangerous.  Without careful use you can easily destroy all "
12111 "your data>."
12112 msgstr ""
12113
12114 #. type: =head2
12115 #: ../src/guestfs-actions.pod:3863
12116 msgid "guestfs_luks_format_cipher"
12117 msgstr ""
12118
12119 #. type: verbatim
12120 #: ../src/guestfs-actions.pod:3865
12121 #, no-wrap
12122 msgid ""
12123 " int\n"
12124 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12125 "                             const char *device,\n"
12126 "                             const char *key,\n"
12127 "                             int keyslot,\n"
12128 "                             const char *cipher);\n"
12129 "\n"
12130 msgstr ""
12131
12132 #. type: textblock
12133 #: ../src/guestfs-actions.pod:3872
12134 msgid ""
12135 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12136 "set the C<cipher> used."
12137 msgstr ""
12138
12139 #. type: =head2
12140 #: ../src/guestfs-actions.pod:3886
12141 msgid "guestfs_luks_kill_slot"
12142 msgstr ""
12143
12144 #. type: verbatim
12145 #: ../src/guestfs-actions.pod:3888
12146 #, no-wrap
12147 msgid ""
12148 " int\n"
12149 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12150 "                         const char *device,\n"
12151 "                         const char *key,\n"
12152 "                         int keyslot);\n"
12153 "\n"
12154 msgstr ""
12155
12156 #. type: textblock
12157 #: ../src/guestfs-actions.pod:3894 ../fish/guestfish-actions.pod:2680
12158 msgid ""
12159 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12160 "device C<device>.  C<key> must be one of the I<other> keys."
12161 msgstr ""
12162
12163 #. type: =head2
12164 #: ../src/guestfs-actions.pod:3906
12165 msgid "guestfs_luks_open"
12166 msgstr ""
12167
12168 #. type: verbatim
12169 #: ../src/guestfs-actions.pod:3908
12170 #, no-wrap
12171 msgid ""
12172 " int\n"
12173 " guestfs_luks_open (guestfs_h *g,\n"
12174 "                    const char *device,\n"
12175 "                    const char *key,\n"
12176 "                    const char *mapname);\n"
12177 "\n"
12178 msgstr ""
12179
12180 #. type: textblock
12181 #: ../src/guestfs-actions.pod:3914 ../fish/guestfish-actions.pod:2691
12182 msgid ""
12183 "This command opens a block device which has been encrypted according to the "
12184 "Linux Unified Key Setup (LUKS) standard."
12185 msgstr ""
12186
12187 #. type: textblock
12188 #: ../src/guestfs-actions.pod:3917 ../fish/guestfish-actions.pod:2694
12189 msgid "C<device> is the encrypted block device or partition."
12190 msgstr ""
12191
12192 #. type: textblock
12193 #: ../src/guestfs-actions.pod:3919 ../fish/guestfish-actions.pod:2696
12194 msgid ""
12195 "The caller must supply one of the keys associated with the LUKS block "
12196 "device, in the C<key> parameter."
12197 msgstr ""
12198
12199 #. type: textblock
12200 #: ../src/guestfs-actions.pod:3922 ../fish/guestfish-actions.pod:2699
12201 msgid ""
12202 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
12203 "writes to this block device are decrypted from and encrypted to the "
12204 "underlying C<device> respectively."
12205 msgstr ""
12206
12207 #. type: textblock
12208 #: ../src/guestfs-actions.pod:3926
12209 msgid ""
12210 "If this block device contains LVM volume groups, then calling "
12211 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
12212 "visible."
12213 msgstr ""
12214
12215 #. type: =head2
12216 #: ../src/guestfs-actions.pod:3938
12217 msgid "guestfs_luks_open_ro"
12218 msgstr ""
12219
12220 #. type: verbatim
12221 #: ../src/guestfs-actions.pod:3940
12222 #, no-wrap
12223 msgid ""
12224 " int\n"
12225 " guestfs_luks_open_ro (guestfs_h *g,\n"
12226 "                       const char *device,\n"
12227 "                       const char *key,\n"
12228 "                       const char *mapname);\n"
12229 "\n"
12230 msgstr ""
12231
12232 #. type: textblock
12233 #: ../src/guestfs-actions.pod:3946
12234 msgid ""
12235 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
12236 "created."
12237 msgstr ""
12238
12239 #. type: =head2
12240 #: ../src/guestfs-actions.pod:3957
12241 msgid "guestfs_lvcreate"
12242 msgstr ""
12243
12244 #. type: verbatim
12245 #: ../src/guestfs-actions.pod:3959
12246 #, no-wrap
12247 msgid ""
12248 " int\n"
12249 " guestfs_lvcreate (guestfs_h *g,\n"
12250 "                   const char *logvol,\n"
12251 "                   const char *volgroup,\n"
12252 "                   int mbytes);\n"
12253 "\n"
12254 msgstr ""
12255
12256 #. type: textblock
12257 #: ../src/guestfs-actions.pod:3965 ../fish/guestfish-actions.pod:2724
12258 msgid ""
12259 "This creates an LVM logical volume called C<logvol> on the volume group "
12260 "C<volgroup>, with C<size> megabytes."
12261 msgstr ""
12262
12263 #. type: =head2
12264 #: ../src/guestfs-actions.pod:3972
12265 msgid "guestfs_lvm_canonical_lv_name"
12266 msgstr ""
12267
12268 #. type: verbatim
12269 #: ../src/guestfs-actions.pod:3974
12270 #, no-wrap
12271 msgid ""
12272 " char *\n"
12273 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
12274 "                                const char *lvname);\n"
12275 "\n"
12276 msgstr ""
12277
12278 #. type: textblock
12279 #: ../src/guestfs-actions.pod:3978 ../fish/guestfish-actions.pod:2731
12280 msgid ""
12281 "This converts alternative naming schemes for LVs that you might find to the "
12282 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
12283 "C</dev/VG/LV>."
12284 msgstr ""
12285
12286 #. type: textblock
12287 #: ../src/guestfs-actions.pod:3982 ../fish/guestfish-actions.pod:2735
12288 msgid ""
12289 "This command returns an error if the C<lvname> parameter does not refer to a "
12290 "logical volume."
12291 msgstr ""
12292
12293 #. type: textblock
12294 #: ../src/guestfs-actions.pod:3985
12295 msgid "See also C<guestfs_is_lv>."
12296 msgstr ""
12297
12298 #. type: textblock
12299 #: ../src/guestfs-actions.pod:3990
12300 msgid "(Added in 1.5.24)"
12301 msgstr ""
12302
12303 #. type: =head2
12304 #: ../src/guestfs-actions.pod:3992
12305 msgid "guestfs_lvm_clear_filter"
12306 msgstr ""
12307
12308 #. type: verbatim
12309 #: ../src/guestfs-actions.pod:3994
12310 #, no-wrap
12311 msgid ""
12312 " int\n"
12313 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
12314 "\n"
12315 msgstr ""
12316
12317 #. type: textblock
12318 #: ../src/guestfs-actions.pod:3997
12319 msgid ""
12320 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
12321 "see every block device."
12322 msgstr ""
12323
12324 #. type: textblock
12325 #: ../src/guestfs-actions.pod:4000 ../src/guestfs-actions.pod:4042 ../fish/guestfish-actions.pod:2747 ../fish/guestfish-actions.pod:2778
12326 msgid "This command also clears the LVM cache and performs a volume group scan."
12327 msgstr ""
12328
12329 #. type: =head2
12330 #: ../src/guestfs-actions.pod:4007
12331 msgid "guestfs_lvm_remove_all"
12332 msgstr ""
12333
12334 #. type: verbatim
12335 #: ../src/guestfs-actions.pod:4009
12336 #, no-wrap
12337 msgid ""
12338 " int\n"
12339 " guestfs_lvm_remove_all (guestfs_h *g);\n"
12340 "\n"
12341 msgstr ""
12342
12343 #. type: textblock
12344 #: ../src/guestfs-actions.pod:4012 ../fish/guestfish-actions.pod:2754
12345 msgid ""
12346 "This command removes all LVM logical volumes, volume groups and physical "
12347 "volumes."
12348 msgstr ""
12349
12350 #. type: =head2
12351 #: ../src/guestfs-actions.pod:4022
12352 msgid "guestfs_lvm_set_filter"
12353 msgstr ""
12354
12355 #. type: verbatim
12356 #: ../src/guestfs-actions.pod:4024
12357 #, no-wrap
12358 msgid ""
12359 " int\n"
12360 " guestfs_lvm_set_filter (guestfs_h *g,\n"
12361 "                         char *const *devices);\n"
12362 "\n"
12363 msgstr ""
12364
12365 #. type: textblock
12366 #: ../src/guestfs-actions.pod:4028 ../fish/guestfish-actions.pod:2764
12367 msgid ""
12368 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
12369 "block devices in the list C<devices>, and will ignore all other attached "
12370 "block devices."
12371 msgstr ""
12372
12373 #. type: textblock
12374 #: ../src/guestfs-actions.pod:4032 ../fish/guestfish-actions.pod:2768
12375 msgid ""
12376 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
12377 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
12378 "there are two types of duplication possible: either cloned PVs/VGs which "
12379 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
12380 "same name.  In normal operation you cannot create this situation, but you "
12381 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
12382 "inside the LVM metadata."
12383 msgstr ""
12384
12385 #. type: textblock
12386 #: ../src/guestfs-actions.pod:4045 ../fish/guestfish-actions.pod:2781
12387 msgid "You can filter whole block devices or individual partitions."
12388 msgstr ""
12389
12390 #. type: textblock
12391 #: ../src/guestfs-actions.pod:4047 ../fish/guestfish-actions.pod:2783
12392 msgid ""
12393 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
12394 "filesystem), even if you are not filtering out that VG."
12395 msgstr ""
12396
12397 #. type: =head2
12398 #: ../src/guestfs-actions.pod:4055
12399 msgid "guestfs_lvremove"
12400 msgstr ""
12401
12402 #. type: verbatim
12403 #: ../src/guestfs-actions.pod:4057
12404 #, no-wrap
12405 msgid ""
12406 " int\n"
12407 " guestfs_lvremove (guestfs_h *g,\n"
12408 "                   const char *device);\n"
12409 "\n"
12410 msgstr ""
12411
12412 #. type: textblock
12413 #: ../src/guestfs-actions.pod:4061 ../fish/guestfish-actions.pod:2791
12414 msgid ""
12415 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
12416 "LV, such as C</dev/VG/LV>."
12417 msgstr ""
12418
12419 #. type: textblock
12420 #: ../src/guestfs-actions.pod:4064 ../fish/guestfish-actions.pod:2794
12421 msgid ""
12422 "You can also remove all LVs in a volume group by specifying the VG name, "
12423 "C</dev/VG>."
12424 msgstr ""
12425
12426 #. type: textblock
12427 #: ../src/guestfs-actions.pod:4069 ../src/guestfs-actions.pod:5321 ../src/guestfs-actions.pod:7138
12428 msgid "(Added in 1.0.13)"
12429 msgstr ""
12430
12431 #. type: =head2
12432 #: ../src/guestfs-actions.pod:4071
12433 msgid "guestfs_lvrename"
12434 msgstr ""
12435
12436 #. type: verbatim
12437 #: ../src/guestfs-actions.pod:4073
12438 #, no-wrap
12439 msgid ""
12440 " int\n"
12441 " guestfs_lvrename (guestfs_h *g,\n"
12442 "                   const char *logvol,\n"
12443 "                   const char *newlogvol);\n"
12444 "\n"
12445 msgstr ""
12446
12447 #. type: textblock
12448 #: ../src/guestfs-actions.pod:4078 ../fish/guestfish-actions.pod:2801
12449 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
12450 msgstr ""
12451
12452 #. type: textblock
12453 #: ../src/guestfs-actions.pod:4082 ../src/guestfs-actions.pod:7151
12454 msgid "(Added in 1.0.83)"
12455 msgstr ""
12456
12457 #. type: =head2
12458 #: ../src/guestfs-actions.pod:4084
12459 msgid "guestfs_lvresize"
12460 msgstr ""
12461
12462 #. type: verbatim
12463 #: ../src/guestfs-actions.pod:4086
12464 #, no-wrap
12465 msgid ""
12466 " int\n"
12467 " guestfs_lvresize (guestfs_h *g,\n"
12468 "                   const char *device,\n"
12469 "                   int mbytes);\n"
12470 "\n"
12471 msgstr ""
12472
12473 #. type: textblock
12474 #: ../src/guestfs-actions.pod:4091 ../fish/guestfish-actions.pod:2807
12475 msgid ""
12476 "This resizes (expands or shrinks) an existing LVM logical volume to "
12477 "C<mbytes>.  When reducing, data in the reduced part is lost."
12478 msgstr ""
12479
12480 #. type: =head2
12481 #: ../src/guestfs-actions.pod:4099
12482 msgid "guestfs_lvresize_free"
12483 msgstr ""
12484
12485 #. type: verbatim
12486 #: ../src/guestfs-actions.pod:4101
12487 #, no-wrap
12488 msgid ""
12489 " int\n"
12490 " guestfs_lvresize_free (guestfs_h *g,\n"
12491 "                        const char *lv,\n"
12492 "                        int percent);\n"
12493 "\n"
12494 msgstr ""
12495
12496 #. type: textblock
12497 #: ../src/guestfs-actions.pod:4106 ../fish/guestfish-actions.pod:2815
12498 msgid ""
12499 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
12500 "remaining free space in the volume group.  Commonly you would call this with "
12501 "pc = 100 which expands the logical volume as much as possible, using all "
12502 "remaining free space in the volume group."
12503 msgstr ""
12504
12505 #. type: textblock
12506 #: ../src/guestfs-actions.pod:4114
12507 msgid "(Added in 1.3.3)"
12508 msgstr ""
12509
12510 #. type: =head2
12511 #: ../src/guestfs-actions.pod:4116
12512 msgid "guestfs_lvs"
12513 msgstr ""
12514
12515 #. type: verbatim
12516 #: ../src/guestfs-actions.pod:4118
12517 #, no-wrap
12518 msgid ""
12519 " char **\n"
12520 " guestfs_lvs (guestfs_h *g);\n"
12521 "\n"
12522 msgstr ""
12523
12524 #. type: textblock
12525 #: ../src/guestfs-actions.pod:4121 ../fish/guestfish-actions.pod:2825
12526 msgid ""
12527 "List all the logical volumes detected.  This is the equivalent of the "
12528 "L<lvs(8)> command."
12529 msgstr ""
12530
12531 #. type: textblock
12532 #: ../src/guestfs-actions.pod:4124 ../fish/guestfish-actions.pod:2828
12533 msgid ""
12534 "This returns a list of the logical volume device names "
12535 "(eg. C</dev/VolGroup00/LogVol00>)."
12536 msgstr ""
12537
12538 #. type: textblock
12539 #: ../src/guestfs-actions.pod:4127
12540 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
12541 msgstr ""
12542
12543 #. type: =head2
12544 #: ../src/guestfs-actions.pod:4135
12545 msgid "guestfs_lvs_full"
12546 msgstr ""
12547
12548 #. type: verbatim
12549 #: ../src/guestfs-actions.pod:4137
12550 #, no-wrap
12551 msgid ""
12552 " struct guestfs_lvm_lv_list *\n"
12553 " guestfs_lvs_full (guestfs_h *g);\n"
12554 "\n"
12555 msgstr ""
12556
12557 #. type: textblock
12558 #: ../src/guestfs-actions.pod:4140 ../fish/guestfish-actions.pod:2837
12559 msgid ""
12560 "List all the logical volumes detected.  This is the equivalent of the "
12561 "L<lvs(8)> command.  The \"full\" version includes all fields."
12562 msgstr ""
12563
12564 #. type: textblock
12565 #: ../src/guestfs-actions.pod:4143
12566 msgid ""
12567 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
12568 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
12569 "use>."
12570 msgstr ""
12571
12572 #. type: =head2
12573 #: ../src/guestfs-actions.pod:4149
12574 msgid "guestfs_lvuuid"
12575 msgstr ""
12576
12577 #. type: verbatim
12578 #: ../src/guestfs-actions.pod:4151
12579 #, no-wrap
12580 msgid ""
12581 " char *\n"
12582 " guestfs_lvuuid (guestfs_h *g,\n"
12583 "                 const char *device);\n"
12584 "\n"
12585 msgstr ""
12586
12587 #. type: textblock
12588 #: ../src/guestfs-actions.pod:4155 ../fish/guestfish-actions.pod:2844
12589 msgid "This command returns the UUID of the LVM LV C<device>."
12590 msgstr ""
12591
12592 #. type: =head2
12593 #: ../src/guestfs-actions.pod:4162
12594 msgid "guestfs_lxattrlist"
12595 msgstr ""
12596
12597 #. type: verbatim
12598 #: ../src/guestfs-actions.pod:4164
12599 #, no-wrap
12600 msgid ""
12601 " struct guestfs_xattr_list *\n"
12602 " guestfs_lxattrlist (guestfs_h *g,\n"
12603 "                     const char *path,\n"
12604 "                     char *const *names);\n"
12605 "\n"
12606 msgstr ""
12607
12608 #. type: textblock
12609 #: ../src/guestfs-actions.pod:4169 ../fish/guestfish-actions.pod:2850
12610 msgid ""
12611 "This call allows you to get the extended attributes of multiple files, where "
12612 "all files are in the directory C<path>.  C<names> is the list of files from "
12613 "this directory."
12614 msgstr ""
12615
12616 #. type: textblock
12617 #: ../src/guestfs-actions.pod:4173 ../fish/guestfish-actions.pod:2854
12618 msgid ""
12619 "On return you get a flat list of xattr structs which must be interpreted "
12620 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
12621 "C<attrval> in this struct is zero-length to indicate there was an error "
12622 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
12623 "number (the number of following attributes for this file, which could be "
12624 "C<\"0\">).  Then after the first xattr struct are the zero or more "
12625 "attributes for the first named file.  This repeats for the second and "
12626 "subsequent files."
12627 msgstr ""
12628
12629 #. type: textblock
12630 #: ../src/guestfs-actions.pod:4183
12631 msgid ""
12632 "This call is intended for programs that want to efficiently list a directory "
12633 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
12634 "a similarly efficient call for getting standard stats.  Very long directory "
12635 "listings might cause the protocol message size to be exceeded, causing this "
12636 "call to fail.  The caller must split up such requests into smaller groups of "
12637 "names."
12638 msgstr ""
12639
12640 #. type: =head2
12641 #: ../src/guestfs-actions.pod:4197
12642 msgid "guestfs_mkdir"
12643 msgstr ""
12644
12645 #. type: verbatim
12646 #: ../src/guestfs-actions.pod:4199
12647 #, no-wrap
12648 msgid ""
12649 " int\n"
12650 " guestfs_mkdir (guestfs_h *g,\n"
12651 "                const char *path);\n"
12652 "\n"
12653 msgstr ""
12654
12655 #. type: textblock
12656 #: ../src/guestfs-actions.pod:4203 ../fish/guestfish-actions.pod:2876
12657 msgid "Create a directory named C<path>."
12658 msgstr ""
12659
12660 #. type: =head2
12661 #: ../src/guestfs-actions.pod:4209
12662 msgid "guestfs_mkdir_mode"
12663 msgstr ""
12664
12665 #. type: verbatim
12666 #: ../src/guestfs-actions.pod:4211
12667 #, no-wrap
12668 msgid ""
12669 " int\n"
12670 " guestfs_mkdir_mode (guestfs_h *g,\n"
12671 "                     const char *path,\n"
12672 "                     int mode);\n"
12673 "\n"
12674 msgstr ""
12675
12676 #. type: textblock
12677 #: ../src/guestfs-actions.pod:4216 ../fish/guestfish-actions.pod:2882
12678 msgid ""
12679 "This command creates a directory, setting the initial permissions of the "
12680 "directory to C<mode>."
12681 msgstr ""
12682
12683 #. type: textblock
12684 #: ../src/guestfs-actions.pod:4219 ../fish/guestfish-actions.pod:2885
12685 msgid ""
12686 "For common Linux filesystems, the actual mode which is set will be C<mode & "
12687 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
12688 "other ways."
12689 msgstr ""
12690
12691 #. type: textblock
12692 #: ../src/guestfs-actions.pod:4223
12693 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
12694 msgstr ""
12695
12696 #. type: =head2
12697 #: ../src/guestfs-actions.pod:4229
12698 msgid "guestfs_mkdir_p"
12699 msgstr ""
12700
12701 #. type: verbatim
12702 #: ../src/guestfs-actions.pod:4231
12703 #, no-wrap
12704 msgid ""
12705 " int\n"
12706 " guestfs_mkdir_p (guestfs_h *g,\n"
12707 "                  const char *path);\n"
12708 "\n"
12709 msgstr ""
12710
12711 #. type: textblock
12712 #: ../src/guestfs-actions.pod:4235 ../fish/guestfish-actions.pod:2895
12713 msgid ""
12714 "Create a directory named C<path>, creating any parent directories as "
12715 "necessary.  This is like the C<mkdir -p> shell command."
12716 msgstr ""
12717
12718 #. type: =head2
12719 #: ../src/guestfs-actions.pod:4242
12720 msgid "guestfs_mkdtemp"
12721 msgstr ""
12722
12723 #. type: verbatim
12724 #: ../src/guestfs-actions.pod:4244
12725 #, no-wrap
12726 msgid ""
12727 " char *\n"
12728 " guestfs_mkdtemp (guestfs_h *g,\n"
12729 "                  const char *template);\n"
12730 "\n"
12731 msgstr ""
12732
12733 #. type: textblock
12734 #: ../src/guestfs-actions.pod:4248 ../fish/guestfish-actions.pod:2902
12735 msgid ""
12736 "This command creates a temporary directory.  The C<template> parameter "
12737 "should be a full pathname for the temporary directory name with the final "
12738 "six characters being \"XXXXXX\"."
12739 msgstr ""
12740
12741 #. type: textblock
12742 #: ../src/guestfs-actions.pod:4253 ../fish/guestfish-actions.pod:2907
12743 msgid ""
12744 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
12745 "being suitable for Windows filesystems."
12746 msgstr ""
12747
12748 #. type: textblock
12749 #: ../src/guestfs-actions.pod:4256 ../fish/guestfish-actions.pod:2910
12750 msgid "The name of the temporary directory that was created is returned."
12751 msgstr ""
12752
12753 #. type: textblock
12754 #: ../src/guestfs-actions.pod:4259 ../fish/guestfish-actions.pod:2913
12755 msgid "The temporary directory is created with mode 0700 and is owned by root."
12756 msgstr ""
12757
12758 #. type: textblock
12759 #: ../src/guestfs-actions.pod:4262 ../fish/guestfish-actions.pod:2916
12760 msgid ""
12761 "The caller is responsible for deleting the temporary directory and its "
12762 "contents after use."
12763 msgstr ""
12764
12765 #. type: textblock
12766 #: ../src/guestfs-actions.pod:4265 ../fish/guestfish-actions.pod:2919
12767 msgid "See also: L<mkdtemp(3)>"
12768 msgstr ""
12769
12770 #. type: =head2
12771 #: ../src/guestfs-actions.pod:4272
12772 msgid "guestfs_mke2fs_J"
12773 msgstr ""
12774
12775 #. type: verbatim
12776 #: ../src/guestfs-actions.pod:4274
12777 #, no-wrap
12778 msgid ""
12779 " int\n"
12780 " guestfs_mke2fs_J (guestfs_h *g,\n"
12781 "                   const char *fstype,\n"
12782 "                   int blocksize,\n"
12783 "                   const char *device,\n"
12784 "                   const char *journal);\n"
12785 "\n"
12786 msgstr ""
12787
12788 #. type: textblock
12789 #: ../src/guestfs-actions.pod:4281 ../fish/guestfish-actions.pod:2925
12790 msgid ""
12791 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12792 "C<journal>.  It is equivalent to the command:"
12793 msgstr ""
12794
12795 #. type: verbatim
12796 #: ../src/guestfs-actions.pod:4285 ../fish/guestfish-actions.pod:2929
12797 #, no-wrap
12798 msgid ""
12799 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
12800 "\n"
12801 msgstr ""
12802
12803 #. type: textblock
12804 #: ../src/guestfs-actions.pod:4287
12805 msgid "See also C<guestfs_mke2journal>."
12806 msgstr ""
12807
12808 #. type: textblock
12809 #: ../src/guestfs-actions.pod:4291 ../src/guestfs-actions.pod:4309 ../src/guestfs-actions.pod:4327 ../src/guestfs-actions.pod:4343 ../src/guestfs-actions.pod:4357 ../src/guestfs-actions.pod:4371 ../src/guestfs-actions.pod:4430 ../src/guestfs-actions.pod:4695
12810 msgid "(Added in 1.0.68)"
12811 msgstr ""
12812
12813 #. type: =head2
12814 #: ../src/guestfs-actions.pod:4293
12815 msgid "guestfs_mke2fs_JL"
12816 msgstr ""
12817
12818 #. type: verbatim
12819 #: ../src/guestfs-actions.pod:4295
12820 #, no-wrap
12821 msgid ""
12822 " int\n"
12823 " guestfs_mke2fs_JL (guestfs_h *g,\n"
12824 "                    const char *fstype,\n"
12825 "                    int blocksize,\n"
12826 "                    const char *device,\n"
12827 "                    const char *label);\n"
12828 "\n"
12829 msgstr ""
12830
12831 #. type: textblock
12832 #: ../src/guestfs-actions.pod:4302 ../fish/guestfish-actions.pod:2937
12833 msgid ""
12834 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12835 "the journal labeled C<label>."
12836 msgstr ""
12837
12838 #. type: textblock
12839 #: ../src/guestfs-actions.pod:4305
12840 msgid "See also C<guestfs_mke2journal_L>."
12841 msgstr ""
12842
12843 #. type: =head2
12844 #: ../src/guestfs-actions.pod:4311
12845 msgid "guestfs_mke2fs_JU"
12846 msgstr ""
12847
12848 #. type: verbatim
12849 #: ../src/guestfs-actions.pod:4313
12850 #, no-wrap
12851 msgid ""
12852 " int\n"
12853 " guestfs_mke2fs_JU (guestfs_h *g,\n"
12854 "                    const char *fstype,\n"
12855 "                    int blocksize,\n"
12856 "                    const char *device,\n"
12857 "                    const char *uuid);\n"
12858 "\n"
12859 msgstr ""
12860
12861 #. type: textblock
12862 #: ../src/guestfs-actions.pod:4320 ../fish/guestfish-actions.pod:2946
12863 msgid ""
12864 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12865 "the journal with UUID C<uuid>."
12866 msgstr ""
12867
12868 #. type: textblock
12869 #: ../src/guestfs-actions.pod:4323
12870 msgid "See also C<guestfs_mke2journal_U>."
12871 msgstr ""
12872
12873 #. type: =head2
12874 #: ../src/guestfs-actions.pod:4329
12875 msgid "guestfs_mke2journal"
12876 msgstr ""
12877
12878 #. type: verbatim
12879 #: ../src/guestfs-actions.pod:4331
12880 #, no-wrap
12881 msgid ""
12882 " int\n"
12883 " guestfs_mke2journal (guestfs_h *g,\n"
12884 "                      int blocksize,\n"
12885 "                      const char *device);\n"
12886 "\n"
12887 msgstr ""
12888
12889 #. type: textblock
12890 #: ../src/guestfs-actions.pod:4336 ../fish/guestfish-actions.pod:2955
12891 msgid ""
12892 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
12893 "command:"
12894 msgstr ""
12895
12896 #. type: verbatim
12897 #: ../src/guestfs-actions.pod:4339 ../fish/guestfish-actions.pod:2958
12898 #, no-wrap
12899 msgid ""
12900 " mke2fs -O journal_dev -b blocksize device\n"
12901 "\n"
12902 msgstr ""
12903
12904 #. type: =head2
12905 #: ../src/guestfs-actions.pod:4345
12906 msgid "guestfs_mke2journal_L"
12907 msgstr ""
12908
12909 #. type: verbatim
12910 #: ../src/guestfs-actions.pod:4347
12911 #, no-wrap
12912 msgid ""
12913 " int\n"
12914 " guestfs_mke2journal_L (guestfs_h *g,\n"
12915 "                        int blocksize,\n"
12916 "                        const char *label,\n"
12917 "                        const char *device);\n"
12918 "\n"
12919 msgstr ""
12920
12921 #. type: textblock
12922 #: ../src/guestfs-actions.pod:4353 ../fish/guestfish-actions.pod:2964
12923 msgid "This creates an ext2 external journal on C<device> with label C<label>."
12924 msgstr ""
12925
12926 #. type: =head2
12927 #: ../src/guestfs-actions.pod:4359
12928 msgid "guestfs_mke2journal_U"
12929 msgstr ""
12930
12931 #. type: verbatim
12932 #: ../src/guestfs-actions.pod:4361
12933 #, no-wrap
12934 msgid ""
12935 " int\n"
12936 " guestfs_mke2journal_U (guestfs_h *g,\n"
12937 "                        int blocksize,\n"
12938 "                        const char *uuid,\n"
12939 "                        const char *device);\n"
12940 "\n"
12941 msgstr ""
12942
12943 #. type: textblock
12944 #: ../src/guestfs-actions.pod:4367 ../fish/guestfish-actions.pod:2970
12945 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
12946 msgstr ""
12947
12948 #. type: =head2
12949 #: ../src/guestfs-actions.pod:4373
12950 msgid "guestfs_mkfifo"
12951 msgstr ""
12952
12953 #. type: verbatim
12954 #: ../src/guestfs-actions.pod:4375
12955 #, no-wrap
12956 msgid ""
12957 " int\n"
12958 " guestfs_mkfifo (guestfs_h *g,\n"
12959 "                 int mode,\n"
12960 "                 const char *path);\n"
12961 "\n"
12962 msgstr ""
12963
12964 #. type: textblock
12965 #: ../src/guestfs-actions.pod:4380
12966 msgid ""
12967 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
12968 "is just a convenient wrapper around C<guestfs_mknod>."
12969 msgstr ""
12970
12971 #. type: =head2
12972 #: ../src/guestfs-actions.pod:4390
12973 msgid "guestfs_mkfs"
12974 msgstr ""
12975
12976 #. type: verbatim
12977 #: ../src/guestfs-actions.pod:4392
12978 #, no-wrap
12979 msgid ""
12980 " int\n"
12981 " guestfs_mkfs (guestfs_h *g,\n"
12982 "               const char *fstype,\n"
12983 "               const char *device);\n"
12984 "\n"
12985 msgstr ""
12986
12987 #. type: textblock
12988 #: ../src/guestfs-actions.pod:4397 ../fish/guestfish-actions.pod:2986
12989 msgid ""
12990 "This creates a filesystem on C<device> (usually a partition or LVM logical "
12991 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
12992 msgstr ""
12993
12994 #. type: =head2
12995 #: ../src/guestfs-actions.pod:4405
12996 msgid "guestfs_mkfs_b"
12997 msgstr ""
12998
12999 #. type: verbatim
13000 #: ../src/guestfs-actions.pod:4407
13001 #, no-wrap
13002 msgid ""
13003 " int\n"
13004 " guestfs_mkfs_b (guestfs_h *g,\n"
13005 "                 const char *fstype,\n"
13006 "                 int blocksize,\n"
13007 "                 const char *device);\n"
13008 "\n"
13009 msgstr ""
13010
13011 #. type: textblock
13012 #: ../src/guestfs-actions.pod:4413
13013 msgid ""
13014 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13015 "block size of the resulting filesystem.  Supported block sizes depend on the "
13016 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13017 msgstr ""
13018
13019 #. type: textblock
13020 #: ../src/guestfs-actions.pod:4418 ../src/guestfs-actions.pod:4461 ../fish/guestfish-actions.pod:2999 ../fish/guestfish-actions.pod:3026
13021 msgid ""
13022 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13023 "cluster size."
13024 msgstr ""
13025
13026 #. type: textblock
13027 #: ../src/guestfs-actions.pod:4423 ../fish/guestfish-actions.pod:3002
13028 msgid ""
13029 "This function is deprecated.  In new code, use the C<mkfs_opts> call "
13030 "instead."
13031 msgstr ""
13032
13033 #. type: =head2
13034 #: ../src/guestfs-actions.pod:4432
13035 msgid "guestfs_mkfs_opts"
13036 msgstr ""
13037
13038 #. type: verbatim
13039 #: ../src/guestfs-actions.pod:4434
13040 #, no-wrap
13041 msgid ""
13042 " int\n"
13043 " guestfs_mkfs_opts (guestfs_h *g,\n"
13044 "                    const char *fstype,\n"
13045 "                    const char *device,\n"
13046 "                    ...);\n"
13047 "\n"
13048 msgstr ""
13049
13050 #. type: verbatim
13051 #: ../src/guestfs-actions.pod:4445
13052 #, no-wrap
13053 msgid ""
13054 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13055 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
13056 "\n"
13057 msgstr ""
13058
13059 #. type: textblock
13060 #: ../src/guestfs-actions.pod:4448 ../fish/guestfish-actions.pod:3013
13061 msgid ""
13062 "This function creates a filesystem on C<device>.  The filesystem type is "
13063 "C<fstype>, for example C<ext3>."
13064 msgstr ""
13065
13066 #. type: =item
13067 #: ../src/guestfs-actions.pod:4455 ../fish/guestfish-actions.pod:3020
13068 msgid "C<blocksize>"
13069 msgstr ""
13070
13071 #. type: textblock
13072 #: ../src/guestfs-actions.pod:4457 ../fish/guestfish-actions.pod:3022
13073 msgid ""
13074 "The filesystem block size.  Supported block sizes depend on the filesystem "
13075 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13076 "filesystems."
13077 msgstr ""
13078
13079 #. type: textblock
13080 #: ../src/guestfs-actions.pod:4464 ../fish/guestfish-actions.pod:3029
13081 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
13082 msgstr ""
13083
13084 #. type: =item
13085 #: ../src/guestfs-actions.pod:4466 ../fish/guestfish-actions.pod:3031
13086 msgid "C<features>"
13087 msgstr ""
13088
13089 #. type: textblock
13090 #: ../src/guestfs-actions.pod:4468 ../fish/guestfish-actions.pod:3033
13091 msgid "This passes the I<-O> parameter to the external mkfs program."
13092 msgstr ""
13093
13094 #. type: textblock
13095 #: ../src/guestfs-actions.pod:4470 ../fish/guestfish-actions.pod:3035
13096 msgid ""
13097 "For certain filesystem types, this allows extra filesystem features to be "
13098 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
13099 msgstr ""
13100
13101 #. type: textblock
13102 #: ../src/guestfs-actions.pod:4474 ../fish/guestfish-actions.pod:3039
13103 msgid ""
13104 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
13105 "type."
13106 msgstr ""
13107
13108 #. type: textblock
13109 #: ../src/guestfs-actions.pod:4481
13110 msgid "(Added in 1.7.19)"
13111 msgstr ""
13112
13113 #. type: =head2
13114 #: ../src/guestfs-actions.pod:4483
13115 msgid "guestfs_mkfs_opts_va"
13116 msgstr ""
13117
13118 #. type: verbatim
13119 #: ../src/guestfs-actions.pod:4485
13120 #, no-wrap
13121 msgid ""
13122 " int\n"
13123 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
13124 "                       const char *fstype,\n"
13125 "                       const char *device,\n"
13126 "                       va_list args);\n"
13127 "\n"
13128 msgstr ""
13129
13130 #. type: textblock
13131 #: ../src/guestfs-actions.pod:4491
13132 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
13133 msgstr ""
13134
13135 #. type: =head2
13136 #: ../src/guestfs-actions.pod:4495
13137 msgid "guestfs_mkfs_opts_argv"
13138 msgstr ""
13139
13140 #. type: verbatim
13141 #: ../src/guestfs-actions.pod:4497
13142 #, no-wrap
13143 msgid ""
13144 " int\n"
13145 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
13146 "                         const char *fstype,\n"
13147 "                         const char *device,\n"
13148 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
13149 "\n"
13150 msgstr ""
13151
13152 #. type: textblock
13153 #: ../src/guestfs-actions.pod:4503
13154 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
13155 msgstr ""
13156
13157 #. type: =head2
13158 #: ../src/guestfs-actions.pod:4507
13159 msgid "guestfs_mkmountpoint"
13160 msgstr ""
13161
13162 #. type: verbatim
13163 #: ../src/guestfs-actions.pod:4509
13164 #, no-wrap
13165 msgid ""
13166 " int\n"
13167 " guestfs_mkmountpoint (guestfs_h *g,\n"
13168 "                       const char *exemptpath);\n"
13169 "\n"
13170 msgstr ""
13171
13172 #. type: textblock
13173 #: ../src/guestfs-actions.pod:4513
13174 msgid ""
13175 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
13176 "that can be used to create extra mountpoints before mounting the first "
13177 "filesystem."
13178 msgstr ""
13179
13180 #. type: textblock
13181 #: ../src/guestfs-actions.pod:4517 ../fish/guestfish-actions.pod:3054
13182 msgid ""
13183 "These calls are I<only> necessary in some very limited circumstances, mainly "
13184 "the case where you want to mount a mix of unrelated and/or read-only "
13185 "filesystems together."
13186 msgstr ""
13187
13188 #. type: textblock
13189 #: ../src/guestfs-actions.pod:4521 ../fish/guestfish-actions.pod:3058
13190 msgid ""
13191 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
13192 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
13193 "inside that.  You can unpack this as follows in guestfish:"
13194 msgstr ""
13195
13196 #. type: verbatim
13197 #: ../src/guestfs-actions.pod:4526 ../fish/guestfish-actions.pod:3063
13198 #, no-wrap
13199 msgid ""
13200 " add-ro Fedora-11-i686-Live.iso\n"
13201 " run\n"
13202 " mkmountpoint /cd\n"
13203 " mkmountpoint /sqsh\n"
13204 " mkmountpoint /ext3fs\n"
13205 " mount /dev/sda /cd\n"
13206 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
13207 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
13208 "\n"
13209 msgstr ""
13210
13211 #. type: textblock
13212 #: ../src/guestfs-actions.pod:4535 ../fish/guestfish-actions.pod:3072
13213 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
13214 msgstr ""
13215
13216 #. type: textblock
13217 #: ../src/guestfs-actions.pod:4537
13218 msgid ""
13219 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
13220 "may get unexpected errors if you try to mix these calls.  It is safest to "
13221 "manually unmount filesystems and remove mountpoints after use."
13222 msgstr ""
13223
13224 #. type: textblock
13225 #: ../src/guestfs-actions.pod:4541
13226 msgid ""
13227 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
13228 "first, so for this to work for manual mountpoints, you must ensure that the "
13229 "innermost mountpoints have the longest pathnames, as in the example code "
13230 "above."
13231 msgstr ""
13232
13233 #. type: textblock
13234 #: ../src/guestfs-actions.pod:4546 ../fish/guestfish-actions.pod:3083
13235 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
13236 msgstr ""
13237
13238 #. type: textblock
13239 #: ../src/guestfs-actions.pod:4548
13240 msgid ""
13241 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
13242 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
13243 "can also trigger these issues."
13244 msgstr ""
13245
13246 #. type: textblock
13247 #: ../src/guestfs-actions.pod:4554 ../src/guestfs-actions.pod:4820 ../src/guestfs-actions.pod:5739
13248 msgid "(Added in 1.0.62)"
13249 msgstr ""
13250
13251 #. type: =head2
13252 #: ../src/guestfs-actions.pod:4556
13253 msgid "guestfs_mknod"
13254 msgstr ""
13255
13256 #. type: verbatim
13257 #: ../src/guestfs-actions.pod:4558
13258 #, no-wrap
13259 msgid ""
13260 " int\n"
13261 " guestfs_mknod (guestfs_h *g,\n"
13262 "                int mode,\n"
13263 "                int devmajor,\n"
13264 "                int devminor,\n"
13265 "                const char *path);\n"
13266 "\n"
13267 msgstr ""
13268
13269 #. type: textblock
13270 #: ../src/guestfs-actions.pod:4565 ../fish/guestfish-actions.pod:3093
13271 msgid ""
13272 "This call creates block or character special devices, or named pipes "
13273 "(FIFOs)."
13274 msgstr ""
13275
13276 #. type: textblock
13277 #: ../src/guestfs-actions.pod:4568 ../fish/guestfish-actions.pod:3096
13278 msgid ""
13279 "The C<mode> parameter should be the mode, using the standard constants.  "
13280 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
13281 "used when creating block and character special devices."
13282 msgstr ""
13283
13284 #. type: textblock
13285 #: ../src/guestfs-actions.pod:4573
13286 msgid ""
13287 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
13288 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
13289 "regular file).  These constants are available in the standard Linux header "
13290 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
13291 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
13292 "the appropriate constant for you."
13293 msgstr ""
13294
13295 #. type: =head2
13296 #: ../src/guestfs-actions.pod:4587
13297 msgid "guestfs_mknod_b"
13298 msgstr ""
13299
13300 #. type: verbatim
13301 #: ../src/guestfs-actions.pod:4589
13302 #, no-wrap
13303 msgid ""
13304 " int\n"
13305 " guestfs_mknod_b (guestfs_h *g,\n"
13306 "                  int mode,\n"
13307 "                  int devmajor,\n"
13308 "                  int devminor,\n"
13309 "                  const char *path);\n"
13310 "\n"
13311 msgstr ""
13312
13313 #. type: textblock
13314 #: ../src/guestfs-actions.pod:4596
13315 msgid ""
13316 "This call creates a block device node called C<path> with mode C<mode> and "
13317 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13318 "wrapper around C<guestfs_mknod>."
13319 msgstr ""
13320
13321 #. type: =head2
13322 #: ../src/guestfs-actions.pod:4606
13323 msgid "guestfs_mknod_c"
13324 msgstr ""
13325
13326 #. type: verbatim
13327 #: ../src/guestfs-actions.pod:4608
13328 #, no-wrap
13329 msgid ""
13330 " int\n"
13331 " guestfs_mknod_c (guestfs_h *g,\n"
13332 "                  int mode,\n"
13333 "                  int devmajor,\n"
13334 "                  int devminor,\n"
13335 "                  const char *path);\n"
13336 "\n"
13337 msgstr ""
13338
13339 #. type: textblock
13340 #: ../src/guestfs-actions.pod:4615
13341 msgid ""
13342 "This call creates a char device node called C<path> with mode C<mode> and "
13343 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13344 "wrapper around C<guestfs_mknod>."
13345 msgstr ""
13346
13347 #. type: =head2
13348 #: ../src/guestfs-actions.pod:4625
13349 msgid "guestfs_mkswap"
13350 msgstr ""
13351
13352 #. type: verbatim
13353 #: ../src/guestfs-actions.pod:4627
13354 #, no-wrap
13355 msgid ""
13356 " int\n"
13357 " guestfs_mkswap (guestfs_h *g,\n"
13358 "                 const char *device);\n"
13359 "\n"
13360 msgstr ""
13361
13362 #. type: textblock
13363 #: ../src/guestfs-actions.pod:4631 ../fish/guestfish-actions.pod:3135
13364 msgid "Create a swap partition on C<device>."
13365 msgstr ""
13366
13367 #. type: =head2
13368 #: ../src/guestfs-actions.pod:4637
13369 msgid "guestfs_mkswap_L"
13370 msgstr ""
13371
13372 #. type: verbatim
13373 #: ../src/guestfs-actions.pod:4639
13374 #, no-wrap
13375 msgid ""
13376 " int\n"
13377 " guestfs_mkswap_L (guestfs_h *g,\n"
13378 "                   const char *label,\n"
13379 "                   const char *device);\n"
13380 "\n"
13381 msgstr ""
13382
13383 #. type: textblock
13384 #: ../src/guestfs-actions.pod:4644 ../fish/guestfish-actions.pod:3141
13385 msgid "Create a swap partition on C<device> with label C<label>."
13386 msgstr ""
13387
13388 #. type: textblock
13389 #: ../src/guestfs-actions.pod:4646 ../fish/guestfish-actions.pod:3143
13390 msgid ""
13391 "Note that you cannot attach a swap label to a block device "
13392 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
13393 "the kernel or swap tools."
13394 msgstr ""
13395
13396 #. type: =head2
13397 #: ../src/guestfs-actions.pod:4654
13398 msgid "guestfs_mkswap_U"
13399 msgstr ""
13400
13401 #. type: verbatim
13402 #: ../src/guestfs-actions.pod:4656
13403 #, no-wrap
13404 msgid ""
13405 " int\n"
13406 " guestfs_mkswap_U (guestfs_h *g,\n"
13407 "                   const char *uuid,\n"
13408 "                   const char *device);\n"
13409 "\n"
13410 msgstr ""
13411
13412 #. type: textblock
13413 #: ../src/guestfs-actions.pod:4661 ../fish/guestfish-actions.pod:3151
13414 msgid "Create a swap partition on C<device> with UUID C<uuid>."
13415 msgstr ""
13416
13417 #. type: =head2
13418 #: ../src/guestfs-actions.pod:4667
13419 msgid "guestfs_mkswap_file"
13420 msgstr ""
13421
13422 #. type: verbatim
13423 #: ../src/guestfs-actions.pod:4669
13424 #, no-wrap
13425 msgid ""
13426 " int\n"
13427 " guestfs_mkswap_file (guestfs_h *g,\n"
13428 "                      const char *path);\n"
13429 "\n"
13430 msgstr ""
13431
13432 #. type: textblock
13433 #: ../src/guestfs-actions.pod:4673 ../fish/guestfish-actions.pod:3157
13434 msgid "Create a swap file."
13435 msgstr ""
13436
13437 #. type: textblock
13438 #: ../src/guestfs-actions.pod:4675
13439 msgid ""
13440 "This command just writes a swap file signature to an existing file.  To "
13441 "create the file itself, use something like C<guestfs_fallocate>."
13442 msgstr ""
13443
13444 #. type: =head2
13445 #: ../src/guestfs-actions.pod:4682
13446 msgid "guestfs_modprobe"
13447 msgstr ""
13448
13449 #. type: verbatim
13450 #: ../src/guestfs-actions.pod:4684
13451 #, no-wrap
13452 msgid ""
13453 " int\n"
13454 " guestfs_modprobe (guestfs_h *g,\n"
13455 "                   const char *modulename);\n"
13456 "\n"
13457 msgstr ""
13458
13459 #. type: textblock
13460 #: ../src/guestfs-actions.pod:4688 ../fish/guestfish-actions.pod:3166
13461 msgid "This loads a kernel module in the appliance."
13462 msgstr ""
13463
13464 #. type: textblock
13465 #: ../src/guestfs-actions.pod:4690 ../fish/guestfish-actions.pod:3168
13466 msgid ""
13467 "The kernel module must have been whitelisted when libguestfs was built (see "
13468 "C<appliance/kmod.whitelist.in> in the source)."
13469 msgstr ""
13470
13471 #. type: =head2
13472 #: ../src/guestfs-actions.pod:4697
13473 msgid "guestfs_mount"
13474 msgstr ""
13475
13476 #. type: verbatim
13477 #: ../src/guestfs-actions.pod:4699
13478 #, no-wrap
13479 msgid ""
13480 " int\n"
13481 " guestfs_mount (guestfs_h *g,\n"
13482 "                const char *device,\n"
13483 "                const char *mountpoint);\n"
13484 "\n"
13485 msgstr ""
13486
13487 #. type: textblock
13488 #: ../src/guestfs-actions.pod:4704 ../fish/guestfish-actions.pod:3175
13489 msgid ""
13490 "Mount a guest disk at a position in the filesystem.  Block devices are named "
13491 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
13492 "those block devices contain partitions, they will have the usual names "
13493 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
13494 msgstr ""
13495
13496 #. type: textblock
13497 #: ../src/guestfs-actions.pod:4710 ../fish/guestfish-actions.pod:3181
13498 msgid ""
13499 "The rules are the same as for L<mount(2)>: A filesystem must first be "
13500 "mounted on C</> before others can be mounted.  Other filesystems can only be "
13501 "mounted on directories which already exist."
13502 msgstr ""
13503
13504 #. type: textblock
13505 #: ../src/guestfs-actions.pod:4715 ../fish/guestfish-actions.pod:3186
13506 msgid ""
13507 "The mounted filesystem is writable, if we have sufficient permissions on the "
13508 "underlying device."
13509 msgstr ""
13510
13511 #. type: textblock
13512 #: ../src/guestfs-actions.pod:4718
13513 msgid ""
13514 "B<Important note:> When you use this call, the filesystem options C<sync> "
13515 "and C<noatime> are set implicitly.  This was originally done because we "
13516 "thought it would improve reliability, but it turns out that I<-o sync> has a "
13517 "very large negative performance impact and negligible effect on "
13518 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
13519 "in any code that needs performance, and instead use C<guestfs_mount_options> "
13520 "(use an empty string for the first parameter if you don't want any options)."
13521 msgstr ""
13522
13523 #. type: textblock
13524 #: ../src/guestfs-actions.pod:4730 ../fish/guestfish-actions.pod:3199
13525 msgid ""
13526 "This function is deprecated.  In new code, use the C<mount_options> call "
13527 "instead."
13528 msgstr ""
13529
13530 #. type: =head2
13531 #: ../src/guestfs-actions.pod:4739
13532 msgid "guestfs_mount_loop"
13533 msgstr ""
13534
13535 #. type: verbatim
13536 #: ../src/guestfs-actions.pod:4741
13537 #, no-wrap
13538 msgid ""
13539 " int\n"
13540 " guestfs_mount_loop (guestfs_h *g,\n"
13541 "                     const char *file,\n"
13542 "                     const char *mountpoint);\n"
13543 "\n"
13544 msgstr ""
13545
13546 #. type: textblock
13547 #: ../src/guestfs-actions.pod:4746 ../fish/guestfish-actions.pod:3210
13548 msgid ""
13549 "This command lets you mount C<file> (a filesystem image in a file) on a "
13550 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
13551 "mountpoint>."
13552 msgstr ""
13553
13554 #. type: =head2
13555 #: ../src/guestfs-actions.pod:4754
13556 msgid "guestfs_mount_options"
13557 msgstr ""
13558
13559 #. type: verbatim
13560 #: ../src/guestfs-actions.pod:4756
13561 #, no-wrap
13562 msgid ""
13563 " int\n"
13564 " guestfs_mount_options (guestfs_h *g,\n"
13565 "                        const char *options,\n"
13566 "                        const char *device,\n"
13567 "                        const char *mountpoint);\n"
13568 "\n"
13569 msgstr ""
13570
13571 #. type: textblock
13572 #: ../src/guestfs-actions.pod:4762
13573 msgid ""
13574 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13575 "the mount options as for the L<mount(8)> I<-o> flag."
13576 msgstr ""
13577
13578 #. type: textblock
13579 #: ../src/guestfs-actions.pod:4766 ../fish/guestfish-actions.pod:3222
13580 msgid ""
13581 "If the C<options> parameter is an empty string, then no options are passed "
13582 "(all options default to whatever the filesystem uses)."
13583 msgstr ""
13584
13585 #. type: textblock
13586 #: ../src/guestfs-actions.pod:4772 ../src/guestfs-actions.pod:4786 ../src/guestfs-actions.pod:4803
13587 msgid "(Added in 1.0.10)"
13588 msgstr ""
13589
13590 #. type: =head2
13591 #: ../src/guestfs-actions.pod:4774
13592 msgid "guestfs_mount_ro"
13593 msgstr ""
13594
13595 #. type: verbatim
13596 #: ../src/guestfs-actions.pod:4776
13597 #, no-wrap
13598 msgid ""
13599 " int\n"
13600 " guestfs_mount_ro (guestfs_h *g,\n"
13601 "                   const char *device,\n"
13602 "                   const char *mountpoint);\n"
13603 "\n"
13604 msgstr ""
13605
13606 #. type: textblock
13607 #: ../src/guestfs-actions.pod:4781
13608 msgid ""
13609 "This is the same as the C<guestfs_mount> command, but it mounts the "
13610 "filesystem with the read-only (I<-o ro>) flag."
13611 msgstr ""
13612
13613 #. type: =head2
13614 #: ../src/guestfs-actions.pod:4788
13615 msgid "guestfs_mount_vfs"
13616 msgstr ""
13617
13618 #. type: verbatim
13619 #: ../src/guestfs-actions.pod:4790
13620 #, no-wrap
13621 msgid ""
13622 " int\n"
13623 " guestfs_mount_vfs (guestfs_h *g,\n"
13624 "                    const char *options,\n"
13625 "                    const char *vfstype,\n"
13626 "                    const char *device,\n"
13627 "                    const char *mountpoint);\n"
13628 "\n"
13629 msgstr ""
13630
13631 #. type: textblock
13632 #: ../src/guestfs-actions.pod:4797
13633 msgid ""
13634 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13635 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
13636 "I<-t> flags."
13637 msgstr ""
13638
13639 #. type: =head2
13640 #: ../src/guestfs-actions.pod:4805
13641 msgid "guestfs_mountpoints"
13642 msgstr ""
13643
13644 #. type: verbatim
13645 #: ../src/guestfs-actions.pod:4807
13646 #, no-wrap
13647 msgid ""
13648 " char **\n"
13649 " guestfs_mountpoints (guestfs_h *g);\n"
13650 "\n"
13651 msgstr ""
13652
13653 #. type: textblock
13654 #: ../src/guestfs-actions.pod:4810
13655 msgid ""
13656 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
13657 "devices.  This one returns a hash table (map) of device name to directory "
13658 "where the device is mounted."
13659 msgstr ""
13660
13661 #. type: =head2
13662 #: ../src/guestfs-actions.pod:4822
13663 msgid "guestfs_mounts"
13664 msgstr ""
13665
13666 #. type: verbatim
13667 #: ../src/guestfs-actions.pod:4824
13668 #, no-wrap
13669 msgid ""
13670 " char **\n"
13671 " guestfs_mounts (guestfs_h *g);\n"
13672 "\n"
13673 msgstr ""
13674
13675 #. type: textblock
13676 #: ../src/guestfs-actions.pod:4827 ../fish/guestfish-actions.pod:3253
13677 msgid ""
13678 "This returns the list of currently mounted filesystems.  It returns the list "
13679 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
13680 msgstr ""
13681
13682 #. type: textblock
13683 #: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3256
13684 msgid "Some internal mounts are not shown."
13685 msgstr ""
13686
13687 #. type: textblock
13688 #: ../src/guestfs-actions.pod:4832
13689 msgid "See also: C<guestfs_mountpoints>"
13690 msgstr ""
13691
13692 #. type: =head2
13693 #: ../src/guestfs-actions.pod:4840
13694 msgid "guestfs_mv"
13695 msgstr ""
13696
13697 #. type: verbatim
13698 #: ../src/guestfs-actions.pod:4842
13699 #, no-wrap
13700 msgid ""
13701 " int\n"
13702 " guestfs_mv (guestfs_h *g,\n"
13703 "             const char *src,\n"
13704 "             const char *dest);\n"
13705 "\n"
13706 msgstr ""
13707
13708 #. type: textblock
13709 #: ../src/guestfs-actions.pod:4847 ../fish/guestfish-actions.pod:3264
13710 msgid ""
13711 "This moves a file from C<src> to C<dest> where C<dest> is either a "
13712 "destination filename or destination directory."
13713 msgstr ""
13714
13715 #. type: =head2
13716 #: ../src/guestfs-actions.pod:4854
13717 msgid "guestfs_ntfs_3g_probe"
13718 msgstr ""
13719
13720 #. type: verbatim
13721 #: ../src/guestfs-actions.pod:4856
13722 #, no-wrap
13723 msgid ""
13724 " int\n"
13725 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
13726 "                        int rw,\n"
13727 "                        const char *device);\n"
13728 "\n"
13729 msgstr ""
13730
13731 #. type: textblock
13732 #: ../src/guestfs-actions.pod:4861 ../fish/guestfish-actions.pod:3271
13733 msgid ""
13734 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
13735 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
13736 "read-write, and some cannot be mounted at all)."
13737 msgstr ""
13738
13739 #. type: textblock
13740 #: ../src/guestfs-actions.pod:4865 ../fish/guestfish-actions.pod:3275
13741 msgid ""
13742 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
13743 "can be mounted read-write.  Set it to false if you want to test if the "
13744 "volume can be mounted read-only."
13745 msgstr ""
13746
13747 #. type: textblock
13748 #: ../src/guestfs-actions.pod:4869 ../fish/guestfish-actions.pod:3279
13749 msgid ""
13750 "The return value is an integer which C<0> if the operation would succeed, or "
13751 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
13752 msgstr ""
13753
13754 #. type: textblock
13755 #: ../src/guestfs-actions.pod:4875
13756 msgid "(Added in 1.0.43)"
13757 msgstr ""
13758
13759 #. type: =head2
13760 #: ../src/guestfs-actions.pod:4877
13761 msgid "guestfs_ntfsresize"
13762 msgstr ""
13763
13764 #. type: verbatim
13765 #: ../src/guestfs-actions.pod:4879
13766 #, no-wrap
13767 msgid ""
13768 " int\n"
13769 " guestfs_ntfsresize (guestfs_h *g,\n"
13770 "                     const char *device);\n"
13771 "\n"
13772 msgstr ""
13773
13774 #. type: textblock
13775 #: ../src/guestfs-actions.pod:4883 ../fish/guestfish-actions.pod:3287
13776 msgid ""
13777 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
13778 "size of the underlying device."
13779 msgstr ""
13780
13781 #. type: textblock
13782 #: ../src/guestfs-actions.pod:4886 ../fish/guestfish-actions.pod:3290
13783 msgid ""
13784 "I<Note:> After the resize operation, the filesystem is marked as requiring a "
13785 "consistency check (for safety).  You have to boot into Windows to perform "
13786 "this check and clear this condition.  Furthermore, ntfsresize refuses to "
13787 "resize filesystems which have been marked in this way.  So in effect it is "
13788 "not possible to call ntfsresize multiple times on a single filesystem "
13789 "without booting into Windows between each resize."
13790 msgstr ""
13791
13792 #. type: textblock
13793 #: ../src/guestfs-actions.pod:4894 ../fish/guestfish-actions.pod:3298
13794 msgid "See also L<ntfsresize(8)>."
13795 msgstr ""
13796
13797 #. type: =head2
13798 #: ../src/guestfs-actions.pod:4900
13799 msgid "guestfs_ntfsresize_size"
13800 msgstr ""
13801
13802 #. type: verbatim
13803 #: ../src/guestfs-actions.pod:4902
13804 #, no-wrap
13805 msgid ""
13806 " int\n"
13807 " guestfs_ntfsresize_size (guestfs_h *g,\n"
13808 "                          const char *device,\n"
13809 "                          int64_t size);\n"
13810 "\n"
13811 msgstr ""
13812
13813 #. type: textblock
13814 #: ../src/guestfs-actions.pod:4907
13815 msgid ""
13816 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
13817 "to specify the new size (in bytes) explicitly."
13818 msgstr ""
13819
13820 #. type: textblock
13821 #: ../src/guestfs-actions.pod:4912 ../src/guestfs-actions.pod:5348 ../src/guestfs-actions.pod:5421 ../src/guestfs-actions.pod:5687 ../src/guestfs-actions.pod:7293
13822 msgid "(Added in 1.3.14)"
13823 msgstr ""
13824
13825 #. type: =head2
13826 #: ../src/guestfs-actions.pod:4914
13827 msgid "guestfs_part_add"
13828 msgstr ""
13829
13830 #. type: verbatim
13831 #: ../src/guestfs-actions.pod:4916
13832 #, no-wrap
13833 msgid ""
13834 " int\n"
13835 " guestfs_part_add (guestfs_h *g,\n"
13836 "                   const char *device,\n"
13837 "                   const char *prlogex,\n"
13838 "                   int64_t startsect,\n"
13839 "                   int64_t endsect);\n"
13840 "\n"
13841 msgstr ""
13842
13843 #. type: textblock
13844 #: ../src/guestfs-actions.pod:4923
13845 msgid ""
13846 "This command adds a partition to C<device>.  If there is no partition table "
13847 "on the device, call C<guestfs_part_init> first."
13848 msgstr ""
13849
13850 #. type: textblock
13851 #: ../src/guestfs-actions.pod:4926 ../fish/guestfish-actions.pod:3314
13852 msgid ""
13853 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
13854 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
13855 "C<logical>) and C<e> (or C<extended>) partition types."
13856 msgstr ""
13857
13858 #. type: textblock
13859 #: ../src/guestfs-actions.pod:4931 ../fish/guestfish-actions.pod:3319
13860 msgid ""
13861 "C<startsect> and C<endsect> are the start and end of the partition in "
13862 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
13863 "from the end of the disk (C<-1> is the last sector)."
13864 msgstr ""
13865
13866 #. type: textblock
13867 #: ../src/guestfs-actions.pod:4935
13868 msgid ""
13869 "Creating a partition which covers the whole disk is not so easy.  Use "
13870 "C<guestfs_part_disk> to do that."
13871 msgstr ""
13872
13873 #. type: textblock
13874 #: ../src/guestfs-actions.pod:4940 ../src/guestfs-actions.pod:4978 ../src/guestfs-actions.pod:5031 ../src/guestfs-actions.pod:5109 ../src/guestfs-actions.pod:5147 ../src/guestfs-actions.pod:5166 ../src/guestfs-actions.pod:5206
13875 msgid "(Added in 1.0.78)"
13876 msgstr ""
13877
13878 #. type: =head2
13879 #: ../src/guestfs-actions.pod:4942
13880 msgid "guestfs_part_del"
13881 msgstr ""
13882
13883 #. type: verbatim
13884 #: ../src/guestfs-actions.pod:4944
13885 #, no-wrap
13886 msgid ""
13887 " int\n"
13888 " guestfs_part_del (guestfs_h *g,\n"
13889 "                   const char *device,\n"
13890 "                   int partnum);\n"
13891 "\n"
13892 msgstr ""
13893
13894 #. type: textblock
13895 #: ../src/guestfs-actions.pod:4949 ../fish/guestfish-actions.pod:3330
13896 msgid "This command deletes the partition numbered C<partnum> on C<device>."
13897 msgstr ""
13898
13899 #. type: textblock
13900 #: ../src/guestfs-actions.pod:4951 ../fish/guestfish-actions.pod:3332
13901 msgid ""
13902 "Note that in the case of MBR partitioning, deleting an extended partition "
13903 "also deletes any logical partitions it contains."
13904 msgstr ""
13905
13906 #. type: =head2
13907 #: ../src/guestfs-actions.pod:4959
13908 msgid "guestfs_part_disk"
13909 msgstr ""
13910
13911 #. type: verbatim
13912 #: ../src/guestfs-actions.pod:4961
13913 #, no-wrap
13914 msgid ""
13915 " int\n"
13916 " guestfs_part_disk (guestfs_h *g,\n"
13917 "                    const char *device,\n"
13918 "                    const char *parttype);\n"
13919 "\n"
13920 msgstr ""
13921
13922 #. type: textblock
13923 #: ../src/guestfs-actions.pod:4966
13924 msgid ""
13925 "This command is simply a combination of C<guestfs_part_init> followed by "
13926 "C<guestfs_part_add> to create a single primary partition covering the whole "
13927 "disk."
13928 msgstr ""
13929
13930 #. type: textblock
13931 #: ../src/guestfs-actions.pod:4970
13932 msgid ""
13933 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
13934 "possible values are described in C<guestfs_part_init>."
13935 msgstr ""
13936
13937 #. type: =head2
13938 #: ../src/guestfs-actions.pod:4980
13939 msgid "guestfs_part_get_bootable"
13940 msgstr ""
13941
13942 #. type: verbatim
13943 #: ../src/guestfs-actions.pod:4982
13944 #, no-wrap
13945 msgid ""
13946 " int\n"
13947 " guestfs_part_get_bootable (guestfs_h *g,\n"
13948 "                            const char *device,\n"
13949 "                            int partnum);\n"
13950 "\n"
13951 msgstr ""
13952
13953 #. type: textblock
13954 #: ../src/guestfs-actions.pod:4987 ../fish/guestfish-actions.pod:3354
13955 msgid ""
13956 "This command returns true if the partition C<partnum> on C<device> has the "
13957 "bootable flag set."
13958 msgstr ""
13959
13960 #. type: textblock
13961 #: ../src/guestfs-actions.pod:4990
13962 msgid "See also C<guestfs_part_set_bootable>."
13963 msgstr ""
13964
13965 #. type: =head2
13966 #: ../src/guestfs-actions.pod:4996
13967 msgid "guestfs_part_get_mbr_id"
13968 msgstr ""
13969
13970 #. type: verbatim
13971 #: ../src/guestfs-actions.pod:4998
13972 #, no-wrap
13973 msgid ""
13974 " int\n"
13975 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
13976 "                          const char *device,\n"
13977 "                          int partnum);\n"
13978 "\n"
13979 msgstr ""
13980
13981 #. type: textblock
13982 #: ../src/guestfs-actions.pod:5003 ../fish/guestfish-actions.pod:3363
13983 msgid ""
13984 "Returns the MBR type byte (also known as the ID byte) from the numbered "
13985 "partition C<partnum>."
13986 msgstr ""
13987
13988 #. type: textblock
13989 #: ../src/guestfs-actions.pod:5006 ../src/guestfs-actions.pod:5182
13990 msgid ""
13991 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
13992 "undefined results for other partition table types (see "
13993 "C<guestfs_part_get_parttype>)."
13994 msgstr ""
13995
13996 #. type: =head2
13997 #: ../src/guestfs-actions.pod:5014
13998 msgid "guestfs_part_get_parttype"
13999 msgstr ""
14000
14001 #. type: verbatim
14002 #: ../src/guestfs-actions.pod:5016
14003 #, no-wrap
14004 msgid ""
14005 " char *\n"
14006 " guestfs_part_get_parttype (guestfs_h *g,\n"
14007 "                            const char *device);\n"
14008 "\n"
14009 msgstr ""
14010
14011 #. type: textblock
14012 #: ../src/guestfs-actions.pod:5020 ../fish/guestfish-actions.pod:3374
14013 msgid ""
14014 "This command examines the partition table on C<device> and returns the "
14015 "partition table type (format) being used."
14016 msgstr ""
14017
14018 #. type: textblock
14019 #: ../src/guestfs-actions.pod:5023
14020 msgid ""
14021 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
14022 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
14023 "possible, although unusual.  See C<guestfs_part_init> for a full list."
14024 msgstr ""
14025
14026 #. type: =head2
14027 #: ../src/guestfs-actions.pod:5033
14028 msgid "guestfs_part_init"
14029 msgstr ""
14030
14031 #. type: verbatim
14032 #: ../src/guestfs-actions.pod:5035
14033 #, no-wrap
14034 msgid ""
14035 " int\n"
14036 " guestfs_part_init (guestfs_h *g,\n"
14037 "                    const char *device,\n"
14038 "                    const char *parttype);\n"
14039 "\n"
14040 msgstr ""
14041
14042 #. type: textblock
14043 #: ../src/guestfs-actions.pod:5040 ../fish/guestfish-actions.pod:3386
14044 msgid ""
14045 "This creates an empty partition table on C<device> of one of the partition "
14046 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
14047 "(for large disks)."
14048 msgstr ""
14049
14050 #. type: textblock
14051 #: ../src/guestfs-actions.pod:5044
14052 msgid ""
14053 "Initially there are no partitions.  Following this, you should call "
14054 "C<guestfs_part_add> for each partition required."
14055 msgstr ""
14056
14057 #. type: textblock
14058 #: ../src/guestfs-actions.pod:5047 ../fish/guestfish-actions.pod:3393
14059 msgid "Possible values for C<parttype> are:"
14060 msgstr ""
14061
14062 #. type: =item
14063 #: ../src/guestfs-actions.pod:5051 ../fish/guestfish-actions.pod:3397
14064 msgid "B<efi> | B<gpt>"
14065 msgstr ""
14066
14067 #. type: textblock
14068 #: ../src/guestfs-actions.pod:5053 ../fish/guestfish-actions.pod:3399
14069 msgid "Intel EFI / GPT partition table."
14070 msgstr ""
14071
14072 #. type: textblock
14073 #: ../src/guestfs-actions.pod:5055 ../fish/guestfish-actions.pod:3401
14074 msgid ""
14075 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
14076 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
14077 "the C<mbr> format."
14078 msgstr ""
14079
14080 #. type: =item
14081 #: ../src/guestfs-actions.pod:5059 ../fish/guestfish-actions.pod:3405
14082 msgid "B<mbr> | B<msdos>"
14083 msgstr ""
14084
14085 #. type: textblock
14086 #: ../src/guestfs-actions.pod:5061 ../fish/guestfish-actions.pod:3407
14087 msgid ""
14088 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
14089 "Windows.  This partition type will B<only> work for device sizes up to 2 "
14090 "TB.  For large disks we recommend using C<gpt>."
14091 msgstr ""
14092
14093 #. type: textblock
14094 #: ../src/guestfs-actions.pod:5068 ../fish/guestfish-actions.pod:3414
14095 msgid "Other partition table types that may work but are not supported include:"
14096 msgstr ""
14097
14098 #. type: =item
14099 #: ../src/guestfs-actions.pod:5073 ../fish/guestfish-actions.pod:3419
14100 msgid "B<aix>"
14101 msgstr ""
14102
14103 #. type: textblock
14104 #: ../src/guestfs-actions.pod:5075 ../fish/guestfish-actions.pod:3421
14105 msgid "AIX disk labels."
14106 msgstr ""
14107
14108 #. type: =item
14109 #: ../src/guestfs-actions.pod:5077 ../fish/guestfish-actions.pod:3423
14110 msgid "B<amiga> | B<rdb>"
14111 msgstr ""
14112
14113 #. type: textblock
14114 #: ../src/guestfs-actions.pod:5079 ../fish/guestfish-actions.pod:3425
14115 msgid "Amiga \"Rigid Disk Block\" format."
14116 msgstr ""
14117
14118 #. type: =item
14119 #: ../src/guestfs-actions.pod:5081 ../fish/guestfish-actions.pod:3427
14120 msgid "B<bsd>"
14121 msgstr ""
14122
14123 #. type: textblock
14124 #: ../src/guestfs-actions.pod:5083 ../fish/guestfish-actions.pod:3429
14125 msgid "BSD disk labels."
14126 msgstr ""
14127
14128 #. type: =item
14129 #: ../src/guestfs-actions.pod:5085 ../fish/guestfish-actions.pod:3431
14130 msgid "B<dasd>"
14131 msgstr ""
14132
14133 #. type: textblock
14134 #: ../src/guestfs-actions.pod:5087 ../fish/guestfish-actions.pod:3433
14135 msgid "DASD, used on IBM mainframes."
14136 msgstr ""
14137
14138 #. type: =item
14139 #: ../src/guestfs-actions.pod:5089 ../fish/guestfish-actions.pod:3435
14140 msgid "B<dvh>"
14141 msgstr ""
14142
14143 #. type: textblock
14144 #: ../src/guestfs-actions.pod:5091 ../fish/guestfish-actions.pod:3437
14145 msgid "MIPS/SGI volumes."
14146 msgstr ""
14147
14148 #. type: =item
14149 #: ../src/guestfs-actions.pod:5093 ../fish/guestfish-actions.pod:3439
14150 msgid "B<mac>"
14151 msgstr ""
14152
14153 #. type: textblock
14154 #: ../src/guestfs-actions.pod:5095 ../fish/guestfish-actions.pod:3441
14155 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
14156 msgstr ""
14157
14158 #. type: =item
14159 #: ../src/guestfs-actions.pod:5097 ../fish/guestfish-actions.pod:3443
14160 msgid "B<pc98>"
14161 msgstr ""
14162
14163 #. type: textblock
14164 #: ../src/guestfs-actions.pod:5099 ../fish/guestfish-actions.pod:3445
14165 msgid "NEC PC-98 format, common in Japan apparently."
14166 msgstr ""
14167
14168 #. type: =item
14169 #: ../src/guestfs-actions.pod:5101 ../fish/guestfish-actions.pod:3447
14170 msgid "B<sun>"
14171 msgstr ""
14172
14173 #. type: textblock
14174 #: ../src/guestfs-actions.pod:5103 ../fish/guestfish-actions.pod:3449
14175 msgid "Sun disk labels."
14176 msgstr ""
14177
14178 #. type: =head2
14179 #: ../src/guestfs-actions.pod:5111
14180 msgid "guestfs_part_list"
14181 msgstr ""
14182
14183 #. type: verbatim
14184 #: ../src/guestfs-actions.pod:5113
14185 #, no-wrap
14186 msgid ""
14187 " struct guestfs_partition_list *\n"
14188 " guestfs_part_list (guestfs_h *g,\n"
14189 "                    const char *device);\n"
14190 "\n"
14191 msgstr ""
14192
14193 #. type: textblock
14194 #: ../src/guestfs-actions.pod:5117 ../fish/guestfish-actions.pod:3457
14195 msgid ""
14196 "This command parses the partition table on C<device> and returns the list of "
14197 "partitions found."
14198 msgstr ""
14199
14200 #. type: textblock
14201 #: ../src/guestfs-actions.pod:5120 ../fish/guestfish-actions.pod:3460
14202 msgid "The fields in the returned structure are:"
14203 msgstr ""
14204
14205 #. type: =item
14206 #: ../src/guestfs-actions.pod:5124 ../fish/guestfish-actions.pod:3464
14207 msgid "B<part_num>"
14208 msgstr ""
14209
14210 #. type: textblock
14211 #: ../src/guestfs-actions.pod:5126 ../fish/guestfish-actions.pod:3466
14212 msgid "Partition number, counting from 1."
14213 msgstr ""
14214
14215 #. type: =item
14216 #: ../src/guestfs-actions.pod:5128 ../fish/guestfish-actions.pod:3468
14217 msgid "B<part_start>"
14218 msgstr ""
14219
14220 #. type: textblock
14221 #: ../src/guestfs-actions.pod:5130
14222 msgid ""
14223 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
14224 "the device's sector size, see C<guestfs_blockdev_getss>."
14225 msgstr ""
14226
14227 #. type: =item
14228 #: ../src/guestfs-actions.pod:5133 ../fish/guestfish-actions.pod:3473
14229 msgid "B<part_end>"
14230 msgstr ""
14231
14232 #. type: textblock
14233 #: ../src/guestfs-actions.pod:5135 ../fish/guestfish-actions.pod:3475
14234 msgid "End of the partition in bytes."
14235 msgstr ""
14236
14237 #. type: =item
14238 #: ../src/guestfs-actions.pod:5137 ../fish/guestfish-actions.pod:3477
14239 msgid "B<part_size>"
14240 msgstr ""
14241
14242 #. type: textblock
14243 #: ../src/guestfs-actions.pod:5139 ../fish/guestfish-actions.pod:3479
14244 msgid "Size of the partition in bytes."
14245 msgstr ""
14246
14247 #. type: textblock
14248 #: ../src/guestfs-actions.pod:5143
14249 msgid ""
14250 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
14251 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
14252 "use>."
14253 msgstr ""
14254
14255 #. type: =head2
14256 #: ../src/guestfs-actions.pod:5149
14257 msgid "guestfs_part_set_bootable"
14258 msgstr ""
14259
14260 #. type: verbatim
14261 #: ../src/guestfs-actions.pod:5151
14262 #, no-wrap
14263 msgid ""
14264 " int\n"
14265 " guestfs_part_set_bootable (guestfs_h *g,\n"
14266 "                            const char *device,\n"
14267 "                            int partnum,\n"
14268 "                            int bootable);\n"
14269 "\n"
14270 msgstr ""
14271
14272 #. type: textblock
14273 #: ../src/guestfs-actions.pod:5157 ../fish/guestfish-actions.pod:3487
14274 msgid ""
14275 "This sets the bootable flag on partition numbered C<partnum> on device "
14276 "C<device>.  Note that partitions are numbered from 1."
14277 msgstr ""
14278
14279 #. type: textblock
14280 #: ../src/guestfs-actions.pod:5160 ../fish/guestfish-actions.pod:3490
14281 msgid ""
14282 "The bootable flag is used by some operating systems (notably Windows) to "
14283 "determine which partition to boot from.  It is by no means universally "
14284 "recognized."
14285 msgstr ""
14286
14287 #. type: =head2
14288 #: ../src/guestfs-actions.pod:5168
14289 msgid "guestfs_part_set_mbr_id"
14290 msgstr ""
14291
14292 #. type: verbatim
14293 #: ../src/guestfs-actions.pod:5170
14294 #, no-wrap
14295 msgid ""
14296 " int\n"
14297 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
14298 "                          const char *device,\n"
14299 "                          int partnum,\n"
14300 "                          int idbyte);\n"
14301 "\n"
14302 msgstr ""
14303
14304 #. type: textblock
14305 #: ../src/guestfs-actions.pod:5176 ../fish/guestfish-actions.pod:3498
14306 msgid ""
14307 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
14308 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
14309 "documentation are in fact hexadecimal numbers, but usually documented "
14310 "without any leading \"0x\" which might be confusing."
14311 msgstr ""
14312
14313 #. type: =head2
14314 #: ../src/guestfs-actions.pod:5190
14315 msgid "guestfs_part_set_name"
14316 msgstr ""
14317
14318 #. type: verbatim
14319 #: ../src/guestfs-actions.pod:5192
14320 #, no-wrap
14321 msgid ""
14322 " int\n"
14323 " guestfs_part_set_name (guestfs_h *g,\n"
14324 "                        const char *device,\n"
14325 "                        int partnum,\n"
14326 "                        const char *name);\n"
14327 "\n"
14328 msgstr ""
14329
14330 #. type: textblock
14331 #: ../src/guestfs-actions.pod:5198 ../fish/guestfish-actions.pod:3512
14332 msgid ""
14333 "This sets the partition name on partition numbered C<partnum> on device "
14334 "C<device>.  Note that partitions are numbered from 1."
14335 msgstr ""
14336
14337 #. type: textblock
14338 #: ../src/guestfs-actions.pod:5201 ../fish/guestfish-actions.pod:3515
14339 msgid ""
14340 "The partition name can only be set on certain types of partition table.  "
14341 "This works on C<gpt> but not on C<mbr> partitions."
14342 msgstr ""
14343
14344 #. type: =head2
14345 #: ../src/guestfs-actions.pod:5208
14346 msgid "guestfs_part_to_dev"
14347 msgstr ""
14348
14349 #. type: verbatim
14350 #: ../src/guestfs-actions.pod:5210
14351 #, no-wrap
14352 msgid ""
14353 " char *\n"
14354 " guestfs_part_to_dev (guestfs_h *g,\n"
14355 "                      const char *partition);\n"
14356 "\n"
14357 msgstr ""
14358
14359 #. type: textblock
14360 #: ../src/guestfs-actions.pod:5214 ../fish/guestfish-actions.pod:3522
14361 msgid ""
14362 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
14363 "partition number, returning the device name (eg. \"/dev/sdb\")."
14364 msgstr ""
14365
14366 #. type: textblock
14367 #: ../src/guestfs-actions.pod:5218
14368 msgid ""
14369 "The named partition must exist, for example as a string returned from "
14370 "C<guestfs_list_partitions>."
14371 msgstr ""
14372
14373 #. type: =head2
14374 #: ../src/guestfs-actions.pod:5226
14375 msgid "guestfs_ping_daemon"
14376 msgstr ""
14377
14378 #. type: verbatim
14379 #: ../src/guestfs-actions.pod:5228
14380 #, no-wrap
14381 msgid ""
14382 " int\n"
14383 " guestfs_ping_daemon (guestfs_h *g);\n"
14384 "\n"
14385 msgstr ""
14386
14387 #. type: textblock
14388 #: ../src/guestfs-actions.pod:5231 ../fish/guestfish-actions.pod:3533
14389 msgid ""
14390 "This is a test probe into the guestfs daemon running inside the qemu "
14391 "subprocess.  Calling this function checks that the daemon responds to the "
14392 "ping message, without affecting the daemon or attached block device(s) in "
14393 "any other way."
14394 msgstr ""
14395
14396 #. type: =head2
14397 #: ../src/guestfs-actions.pod:5240
14398 msgid "guestfs_pread"
14399 msgstr ""
14400
14401 #. type: verbatim
14402 #: ../src/guestfs-actions.pod:5242
14403 #, no-wrap
14404 msgid ""
14405 " char *\n"
14406 " guestfs_pread (guestfs_h *g,\n"
14407 "                const char *path,\n"
14408 "                int count,\n"
14409 "                int64_t offset,\n"
14410 "                size_t *size_r);\n"
14411 "\n"
14412 msgstr ""
14413
14414 #. type: textblock
14415 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3542
14416 msgid ""
14417 "This command lets you read part of a file.  It reads C<count> bytes of the "
14418 "file, starting at C<offset>, from file C<path>."
14419 msgstr ""
14420
14421 #. type: textblock
14422 #: ../src/guestfs-actions.pod:5252 ../src/guestfs-actions.pod:5278 ../fish/guestfish-actions.pod:3545 ../fish/guestfish-actions.pod:3560
14423 msgid ""
14424 "This may read fewer bytes than requested.  For further details see the "
14425 "L<pread(2)> system call."
14426 msgstr ""
14427
14428 #. type: textblock
14429 #: ../src/guestfs-actions.pod:5255
14430 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
14431 msgstr ""
14432
14433 #. type: =head2
14434 #: ../src/guestfs-actions.pod:5266
14435 msgid "guestfs_pread_device"
14436 msgstr ""
14437
14438 #. type: verbatim
14439 #: ../src/guestfs-actions.pod:5268
14440 #, no-wrap
14441 msgid ""
14442 " char *\n"
14443 " guestfs_pread_device (guestfs_h *g,\n"
14444 "                       const char *device,\n"
14445 "                       int count,\n"
14446 "                       int64_t offset,\n"
14447 "                       size_t *size_r);\n"
14448 "\n"
14449 msgstr ""
14450
14451 #. type: textblock
14452 #: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3557
14453 msgid ""
14454 "This command lets you read part of a file.  It reads C<count> bytes of "
14455 "C<device>, starting at C<offset>."
14456 msgstr ""
14457
14458 #. type: textblock
14459 #: ../src/guestfs-actions.pod:5281
14460 msgid "See also C<guestfs_pread>."
14461 msgstr ""
14462
14463 #. type: textblock
14464 #: ../src/guestfs-actions.pod:5290
14465 msgid "(Added in 1.5.21)"
14466 msgstr ""
14467
14468 #. type: =head2
14469 #: ../src/guestfs-actions.pod:5292
14470 msgid "guestfs_pvcreate"
14471 msgstr ""
14472
14473 #. type: verbatim
14474 #: ../src/guestfs-actions.pod:5294
14475 #, no-wrap
14476 msgid ""
14477 " int\n"
14478 " guestfs_pvcreate (guestfs_h *g,\n"
14479 "                   const char *device);\n"
14480 "\n"
14481 msgstr ""
14482
14483 #. type: textblock
14484 #: ../src/guestfs-actions.pod:5298 ../fish/guestfish-actions.pod:3572
14485 msgid ""
14486 "This creates an LVM physical volume on the named C<device>, where C<device> "
14487 "should usually be a partition name such as C</dev/sda1>."
14488 msgstr ""
14489
14490 #. type: =head2
14491 #: ../src/guestfs-actions.pod:5306
14492 msgid "guestfs_pvremove"
14493 msgstr ""
14494
14495 #. type: verbatim
14496 #: ../src/guestfs-actions.pod:5308
14497 #, no-wrap
14498 msgid ""
14499 " int\n"
14500 " guestfs_pvremove (guestfs_h *g,\n"
14501 "                   const char *device);\n"
14502 "\n"
14503 msgstr ""
14504
14505 #. type: textblock
14506 #: ../src/guestfs-actions.pod:5312 ../fish/guestfish-actions.pod:3580
14507 msgid ""
14508 "This wipes a physical volume C<device> so that LVM will no longer recognise "
14509 "it."
14510 msgstr ""
14511
14512 #. type: textblock
14513 #: ../src/guestfs-actions.pod:5315 ../fish/guestfish-actions.pod:3583
14514 msgid ""
14515 "The implementation uses the C<pvremove> command which refuses to wipe "
14516 "physical volumes that contain any volume groups, so you have to remove those "
14517 "first."
14518 msgstr ""
14519
14520 #. type: =head2
14521 #: ../src/guestfs-actions.pod:5323
14522 msgid "guestfs_pvresize"
14523 msgstr ""
14524
14525 #. type: verbatim
14526 #: ../src/guestfs-actions.pod:5325
14527 #, no-wrap
14528 msgid ""
14529 " int\n"
14530 " guestfs_pvresize (guestfs_h *g,\n"
14531 "                   const char *device);\n"
14532 "\n"
14533 msgstr ""
14534
14535 #. type: textblock
14536 #: ../src/guestfs-actions.pod:5329 ../fish/guestfish-actions.pod:3591
14537 msgid ""
14538 "This resizes (expands or shrinks) an existing LVM physical volume to match "
14539 "the new size of the underlying device."
14540 msgstr ""
14541
14542 #. type: =head2
14543 #: ../src/guestfs-actions.pod:5336
14544 msgid "guestfs_pvresize_size"
14545 msgstr ""
14546
14547 #. type: verbatim
14548 #: ../src/guestfs-actions.pod:5338
14549 #, no-wrap
14550 msgid ""
14551 " int\n"
14552 " guestfs_pvresize_size (guestfs_h *g,\n"
14553 "                        const char *device,\n"
14554 "                        int64_t size);\n"
14555 "\n"
14556 msgstr ""
14557
14558 #. type: textblock
14559 #: ../src/guestfs-actions.pod:5343
14560 msgid ""
14561 "This command is the same as C<guestfs_pvresize> except that it allows you to "
14562 "specify the new size (in bytes) explicitly."
14563 msgstr ""
14564
14565 #. type: =head2
14566 #: ../src/guestfs-actions.pod:5350
14567 msgid "guestfs_pvs"
14568 msgstr ""
14569
14570 #. type: verbatim
14571 #: ../src/guestfs-actions.pod:5352
14572 #, no-wrap
14573 msgid ""
14574 " char **\n"
14575 " guestfs_pvs (guestfs_h *g);\n"
14576 "\n"
14577 msgstr ""
14578
14579 #. type: textblock
14580 #: ../src/guestfs-actions.pod:5355 ../fish/guestfish-actions.pod:3605
14581 msgid ""
14582 "List all the physical volumes detected.  This is the equivalent of the "
14583 "L<pvs(8)> command."
14584 msgstr ""
14585
14586 #. type: textblock
14587 #: ../src/guestfs-actions.pod:5358 ../fish/guestfish-actions.pod:3608
14588 msgid ""
14589 "This returns a list of just the device names that contain PVs "
14590 "(eg. C</dev/sda2>)."
14591 msgstr ""
14592
14593 #. type: textblock
14594 #: ../src/guestfs-actions.pod:5361
14595 msgid "See also C<guestfs_pvs_full>."
14596 msgstr ""
14597
14598 #. type: =head2
14599 #: ../src/guestfs-actions.pod:5369
14600 msgid "guestfs_pvs_full"
14601 msgstr ""
14602
14603 #. type: verbatim
14604 #: ../src/guestfs-actions.pod:5371
14605 #, no-wrap
14606 msgid ""
14607 " struct guestfs_lvm_pv_list *\n"
14608 " guestfs_pvs_full (guestfs_h *g);\n"
14609 "\n"
14610 msgstr ""
14611
14612 #. type: textblock
14613 #: ../src/guestfs-actions.pod:5374 ../fish/guestfish-actions.pod:3617
14614 msgid ""
14615 "List all the physical volumes detected.  This is the equivalent of the "
14616 "L<pvs(8)> command.  The \"full\" version includes all fields."
14617 msgstr ""
14618
14619 #. type: textblock
14620 #: ../src/guestfs-actions.pod:5377
14621 msgid ""
14622 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
14623 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
14624 "use>."
14625 msgstr ""
14626
14627 #. type: =head2
14628 #: ../src/guestfs-actions.pod:5383
14629 msgid "guestfs_pvuuid"
14630 msgstr ""
14631
14632 #. type: verbatim
14633 #: ../src/guestfs-actions.pod:5385
14634 #, no-wrap
14635 msgid ""
14636 " char *\n"
14637 " guestfs_pvuuid (guestfs_h *g,\n"
14638 "                 const char *device);\n"
14639 "\n"
14640 msgstr ""
14641
14642 #. type: textblock
14643 #: ../src/guestfs-actions.pod:5389 ../fish/guestfish-actions.pod:3624
14644 msgid "This command returns the UUID of the LVM PV C<device>."
14645 msgstr ""
14646
14647 #. type: =head2
14648 #: ../src/guestfs-actions.pod:5396
14649 msgid "guestfs_pwrite"
14650 msgstr ""
14651
14652 #. type: verbatim
14653 #: ../src/guestfs-actions.pod:5398
14654 #, no-wrap
14655 msgid ""
14656 " int\n"
14657 " guestfs_pwrite (guestfs_h *g,\n"
14658 "                 const char *path,\n"
14659 "                 const char *content,\n"
14660 "                 size_t content_size,\n"
14661 "                 int64_t offset);\n"
14662 "\n"
14663 msgstr ""
14664
14665 #. type: textblock
14666 #: ../src/guestfs-actions.pod:5405 ../fish/guestfish-actions.pod:3630
14667 msgid ""
14668 "This command writes to part of a file.  It writes the data buffer C<content> "
14669 "to the file C<path> starting at offset C<offset>."
14670 msgstr ""
14671
14672 #. type: textblock
14673 #: ../src/guestfs-actions.pod:5408 ../fish/guestfish-actions.pod:3633
14674 msgid ""
14675 "This command implements the L<pwrite(2)> system call, and like that system "
14676 "call it may not write the full data requested.  The return value is the "
14677 "number of bytes that were actually written to the file.  This could even be "
14678 "0, although short writes are unlikely for regular files in ordinary "
14679 "circumstances."
14680 msgstr ""
14681
14682 #. type: textblock
14683 #: ../src/guestfs-actions.pod:5414
14684 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
14685 msgstr ""
14686
14687 #. type: =head2
14688 #: ../src/guestfs-actions.pod:5423
14689 msgid "guestfs_pwrite_device"
14690 msgstr ""
14691
14692 #. type: verbatim
14693 #: ../src/guestfs-actions.pod:5425
14694 #, no-wrap
14695 msgid ""
14696 " int\n"
14697 " guestfs_pwrite_device (guestfs_h *g,\n"
14698 "                        const char *device,\n"
14699 "                        const char *content,\n"
14700 "                        size_t content_size,\n"
14701 "                        int64_t offset);\n"
14702 "\n"
14703 msgstr ""
14704
14705 #. type: textblock
14706 #: ../src/guestfs-actions.pod:5432 ../fish/guestfish-actions.pod:3648
14707 msgid ""
14708 "This command writes to part of a device.  It writes the data buffer "
14709 "C<content> to C<device> starting at offset C<offset>."
14710 msgstr ""
14711
14712 #. type: textblock
14713 #: ../src/guestfs-actions.pod:5435 ../fish/guestfish-actions.pod:3651
14714 msgid ""
14715 "This command implements the L<pwrite(2)> system call, and like that system "
14716 "call it may not write the full data requested (although short writes to disk "
14717 "devices and partitions are probably impossible with standard Linux kernels)."
14718 msgstr ""
14719
14720 #. type: textblock
14721 #: ../src/guestfs-actions.pod:5440
14722 msgid "See also C<guestfs_pwrite>."
14723 msgstr ""
14724
14725 #. type: textblock
14726 #: ../src/guestfs-actions.pod:5447
14727 msgid "(Added in 1.5.20)"
14728 msgstr ""
14729
14730 #. type: =head2
14731 #: ../src/guestfs-actions.pod:5449
14732 msgid "guestfs_read_file"
14733 msgstr ""
14734
14735 #. type: verbatim
14736 #: ../src/guestfs-actions.pod:5451
14737 #, no-wrap
14738 msgid ""
14739 " char *\n"
14740 " guestfs_read_file (guestfs_h *g,\n"
14741 "                    const char *path,\n"
14742 "                    size_t *size_r);\n"
14743 "\n"
14744 msgstr ""
14745
14746 #. type: textblock
14747 #: ../src/guestfs-actions.pod:5456 ../fish/guestfish-actions.pod:3665
14748 msgid "This calls returns the contents of the file C<path> as a buffer."
14749 msgstr ""
14750
14751 #. type: textblock
14752 #: ../src/guestfs-actions.pod:5459
14753 msgid ""
14754 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
14755 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
14756 "function is limited in the total size of file that can be handled."
14757 msgstr ""
14758
14759 #. type: textblock
14760 #: ../src/guestfs-actions.pod:5471
14761 msgid "(Added in 1.0.63)"
14762 msgstr ""
14763
14764 #. type: =head2
14765 #: ../src/guestfs-actions.pod:5473
14766 msgid "guestfs_read_lines"
14767 msgstr ""
14768
14769 #. type: verbatim
14770 #: ../src/guestfs-actions.pod:5475
14771 #, no-wrap
14772 msgid ""
14773 " char **\n"
14774 " guestfs_read_lines (guestfs_h *g,\n"
14775 "                     const char *path);\n"
14776 "\n"
14777 msgstr ""
14778
14779 #. type: textblock
14780 #: ../src/guestfs-actions.pod:5481 ../fish/guestfish-actions.pod:3682
14781 msgid ""
14782 "The file contents are returned as a list of lines.  Trailing C<LF> and "
14783 "C<CRLF> character sequences are I<not> returned."
14784 msgstr ""
14785
14786 #. type: textblock
14787 #: ../src/guestfs-actions.pod:5484
14788 msgid ""
14789 "Note that this function cannot correctly handle binary files (specifically, "
14790 "files containing C<\\0> character which is treated as end of line).  For "
14791 "those you need to use the C<guestfs_read_file> function which has a more "
14792 "complex interface."
14793 msgstr ""
14794
14795 #. type: =head2
14796 #: ../src/guestfs-actions.pod:5495
14797 msgid "guestfs_readdir"
14798 msgstr ""
14799
14800 #. type: verbatim
14801 #: ../src/guestfs-actions.pod:5497
14802 #, no-wrap
14803 msgid ""
14804 " struct guestfs_dirent_list *\n"
14805 " guestfs_readdir (guestfs_h *g,\n"
14806 "                  const char *dir);\n"
14807 "\n"
14808 msgstr ""
14809
14810 #. type: textblock
14811 #: ../src/guestfs-actions.pod:5501 ../fish/guestfish-actions.pod:3694
14812 msgid "This returns the list of directory entries in directory C<dir>."
14813 msgstr ""
14814
14815 #. type: textblock
14816 #: ../src/guestfs-actions.pod:5503 ../fish/guestfish-actions.pod:3696
14817 msgid ""
14818 "All entries in the directory are returned, including C<.> and C<..>.  The "
14819 "entries are I<not> sorted, but returned in the same order as the underlying "
14820 "filesystem."
14821 msgstr ""
14822
14823 #. type: textblock
14824 #: ../src/guestfs-actions.pod:5507 ../fish/guestfish-actions.pod:3700
14825 msgid ""
14826 "Also this call returns basic file type information about each file.  The "
14827 "C<ftyp> field will contain one of the following characters:"
14828 msgstr ""
14829
14830 #. type: =item
14831 #: ../src/guestfs-actions.pod:5512 ../fish/guestfish-actions.pod:3705
14832 msgid "'b'"
14833 msgstr ""
14834
14835 #. type: textblock
14836 #: ../src/guestfs-actions.pod:5514 ../fish/guestfish-actions.pod:3707
14837 msgid "Block special"
14838 msgstr ""
14839
14840 #. type: =item
14841 #: ../src/guestfs-actions.pod:5516 ../fish/guestfish-actions.pod:3709
14842 msgid "'c'"
14843 msgstr ""
14844
14845 #. type: textblock
14846 #: ../src/guestfs-actions.pod:5518 ../fish/guestfish-actions.pod:3711
14847 msgid "Char special"
14848 msgstr ""
14849
14850 #. type: =item
14851 #: ../src/guestfs-actions.pod:5520 ../fish/guestfish-actions.pod:3713
14852 msgid "'d'"
14853 msgstr ""
14854
14855 #. type: textblock
14856 #: ../src/guestfs-actions.pod:5522 ../fish/guestfish-actions.pod:3715
14857 msgid "Directory"
14858 msgstr ""
14859
14860 #. type: =item
14861 #: ../src/guestfs-actions.pod:5524 ../fish/guestfish-actions.pod:3717
14862 msgid "'f'"
14863 msgstr ""
14864
14865 #. type: textblock
14866 #: ../src/guestfs-actions.pod:5526 ../fish/guestfish-actions.pod:3719
14867 msgid "FIFO (named pipe)"
14868 msgstr ""
14869
14870 #. type: =item
14871 #: ../src/guestfs-actions.pod:5528 ../fish/guestfish-actions.pod:3721
14872 msgid "'l'"
14873 msgstr ""
14874
14875 #. type: textblock
14876 #: ../src/guestfs-actions.pod:5530 ../fish/guestfish-actions.pod:3723
14877 msgid "Symbolic link"
14878 msgstr ""
14879
14880 #. type: =item
14881 #: ../src/guestfs-actions.pod:5532 ../fish/guestfish-actions.pod:3725
14882 msgid "'r'"
14883 msgstr ""
14884
14885 #. type: textblock
14886 #: ../src/guestfs-actions.pod:5534 ../fish/guestfish-actions.pod:3727
14887 msgid "Regular file"
14888 msgstr ""
14889
14890 #. type: =item
14891 #: ../src/guestfs-actions.pod:5536 ../fish/guestfish-actions.pod:3729
14892 msgid "'s'"
14893 msgstr ""
14894
14895 #. type: textblock
14896 #: ../src/guestfs-actions.pod:5538 ../fish/guestfish-actions.pod:3731
14897 msgid "Socket"
14898 msgstr ""
14899
14900 #. type: =item
14901 #: ../src/guestfs-actions.pod:5540 ../fish/guestfish-actions.pod:3733
14902 msgid "'u'"
14903 msgstr ""
14904
14905 #. type: textblock
14906 #: ../src/guestfs-actions.pod:5542 ../fish/guestfish-actions.pod:3735
14907 msgid "Unknown file type"
14908 msgstr ""
14909
14910 #. type: =item
14911 #: ../src/guestfs-actions.pod:5544 ../fish/guestfish-actions.pod:3737
14912 msgid "'?'"
14913 msgstr ""
14914
14915 #. type: textblock
14916 #: ../src/guestfs-actions.pod:5546 ../fish/guestfish-actions.pod:3739
14917 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
14918 msgstr ""
14919
14920 #. type: textblock
14921 #: ../src/guestfs-actions.pod:5551
14922 msgid ""
14923 "This function is primarily intended for use by programs.  To get a simple "
14924 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
14925 "consumption, use C<guestfs_ll>."
14926 msgstr ""
14927
14928 #. type: textblock
14929 #: ../src/guestfs-actions.pod:5555
14930 msgid ""
14931 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
14932 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
14933 "use>."
14934 msgstr ""
14935
14936 #. type: =head2
14937 #: ../src/guestfs-actions.pod:5561
14938 msgid "guestfs_readlink"
14939 msgstr ""
14940
14941 #. type: verbatim
14942 #: ../src/guestfs-actions.pod:5563
14943 #, no-wrap
14944 msgid ""
14945 " char *\n"
14946 " guestfs_readlink (guestfs_h *g,\n"
14947 "                   const char *path);\n"
14948 "\n"
14949 msgstr ""
14950
14951 #. type: textblock
14952 #: ../src/guestfs-actions.pod:5567 ../fish/guestfish-actions.pod:3752
14953 msgid "This command reads the target of a symbolic link."
14954 msgstr ""
14955
14956 #. type: =head2
14957 #: ../src/guestfs-actions.pod:5574
14958 msgid "guestfs_readlinklist"
14959 msgstr ""
14960
14961 #. type: verbatim
14962 #: ../src/guestfs-actions.pod:5576
14963 #, no-wrap
14964 msgid ""
14965 " char **\n"
14966 " guestfs_readlinklist (guestfs_h *g,\n"
14967 "                       const char *path,\n"
14968 "                       char *const *names);\n"
14969 "\n"
14970 msgstr ""
14971
14972 #. type: textblock
14973 #: ../src/guestfs-actions.pod:5581 ../fish/guestfish-actions.pod:3758
14974 msgid ""
14975 "This call allows you to do a C<readlink> operation on multiple files, where "
14976 "all files are in the directory C<path>.  C<names> is the list of files from "
14977 "this directory."
14978 msgstr ""
14979
14980 #. type: textblock
14981 #: ../src/guestfs-actions.pod:5585 ../fish/guestfish-actions.pod:3762
14982 msgid ""
14983 "On return you get a list of strings, with a one-to-one correspondence to the "
14984 "C<names> list.  Each string is the value of the symbolic link."
14985 msgstr ""
14986
14987 #. type: textblock
14988 #: ../src/guestfs-actions.pod:5589 ../fish/guestfish-actions.pod:3766
14989 msgid ""
14990 "If the C<readlink(2)> operation fails on any name, then the corresponding "
14991 "result string is the empty string C<\"\">.  However the whole operation is "
14992 "completed even if there were C<readlink(2)> errors, and so you can call this "
14993 "function with names where you don't know if they are symbolic links already "
14994 "(albeit slightly less efficient)."
14995 msgstr ""
14996
14997 #. type: textblock
14998 #: ../src/guestfs-actions.pod:5596 ../fish/guestfish-actions.pod:3773
14999 msgid ""
15000 "This call is intended for programs that want to efficiently list a directory "
15001 "contents without making many round-trips.  Very long directory listings "
15002 "might cause the protocol message size to be exceeded, causing this call to "
15003 "fail.  The caller must split up such requests into smaller groups of names."
15004 msgstr ""
15005
15006 #. type: =head2
15007 #: ../src/guestfs-actions.pod:5609
15008 msgid "guestfs_realpath"
15009 msgstr ""
15010
15011 #. type: verbatim
15012 #: ../src/guestfs-actions.pod:5611
15013 #, no-wrap
15014 msgid ""
15015 " char *\n"
15016 " guestfs_realpath (guestfs_h *g,\n"
15017 "                   const char *path);\n"
15018 "\n"
15019 msgstr ""
15020
15021 #. type: textblock
15022 #: ../src/guestfs-actions.pod:5615 ../fish/guestfish-actions.pod:3784
15023 msgid ""
15024 "Return the canonicalized absolute pathname of C<path>.  The returned path "
15025 "has no C<.>, C<..> or symbolic link path elements."
15026 msgstr ""
15027
15028 #. type: =head2
15029 #: ../src/guestfs-actions.pod:5623
15030 msgid "guestfs_removexattr"
15031 msgstr ""
15032
15033 #. type: verbatim
15034 #: ../src/guestfs-actions.pod:5625
15035 #, no-wrap
15036 msgid ""
15037 " int\n"
15038 " guestfs_removexattr (guestfs_h *g,\n"
15039 "                      const char *xattr,\n"
15040 "                      const char *path);\n"
15041 "\n"
15042 msgstr ""
15043
15044 #. type: textblock
15045 #: ../src/guestfs-actions.pod:5630 ../fish/guestfish-actions.pod:3791
15046 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
15047 msgstr ""
15048
15049 #. type: textblock
15050 #: ../src/guestfs-actions.pod:5633
15051 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
15052 msgstr ""
15053
15054 #. type: =head2
15055 #: ../src/guestfs-actions.pod:5639
15056 msgid "guestfs_resize2fs"
15057 msgstr ""
15058
15059 #. type: verbatim
15060 #: ../src/guestfs-actions.pod:5641
15061 #, no-wrap
15062 msgid ""
15063 " int\n"
15064 " guestfs_resize2fs (guestfs_h *g,\n"
15065 "                    const char *device);\n"
15066 "\n"
15067 msgstr ""
15068
15069 #. type: textblock
15070 #: ../src/guestfs-actions.pod:5645 ../fish/guestfish-actions.pod:3800
15071 msgid ""
15072 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
15073 "underlying device."
15074 msgstr ""
15075
15076 #. type: textblock
15077 #: ../src/guestfs-actions.pod:5648
15078 msgid ""
15079 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
15080 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
15081 "sometimes gives an error about this and sometimes not.  In any case, it is "
15082 "always safe to call C<guestfs_e2fsck_f> before calling this function."
15083 msgstr ""
15084
15085 #. type: =head2
15086 #: ../src/guestfs-actions.pod:5658
15087 msgid "guestfs_resize2fs_M"
15088 msgstr ""
15089
15090 #. type: verbatim
15091 #: ../src/guestfs-actions.pod:5660
15092 #, no-wrap
15093 msgid ""
15094 " int\n"
15095 " guestfs_resize2fs_M (guestfs_h *g,\n"
15096 "                      const char *device);\n"
15097 "\n"
15098 msgstr ""
15099
15100 #. type: textblock
15101 #: ../src/guestfs-actions.pod:5664
15102 msgid ""
15103 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
15104 "resized to its minimum size.  This works like the I<-M> option to the "
15105 "C<resize2fs> command."
15106 msgstr ""
15107
15108 #. type: textblock
15109 #: ../src/guestfs-actions.pod:5668
15110 msgid ""
15111 "To get the resulting size of the filesystem you should call "
15112 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
15113 "These two numbers, multiplied together, give the resulting size of the "
15114 "minimal filesystem in bytes."
15115 msgstr ""
15116
15117 #. type: =head2
15118 #: ../src/guestfs-actions.pod:5675
15119 msgid "guestfs_resize2fs_size"
15120 msgstr ""
15121
15122 #. type: verbatim
15123 #: ../src/guestfs-actions.pod:5677
15124 #, no-wrap
15125 msgid ""
15126 " int\n"
15127 " guestfs_resize2fs_size (guestfs_h *g,\n"
15128 "                         const char *device,\n"
15129 "                         int64_t size);\n"
15130 "\n"
15131 msgstr ""
15132
15133 #. type: textblock
15134 #: ../src/guestfs-actions.pod:5682
15135 msgid ""
15136 "This command is the same as C<guestfs_resize2fs> except that it allows you "
15137 "to specify the new size (in bytes) explicitly."
15138 msgstr ""
15139
15140 #. type: =head2
15141 #: ../src/guestfs-actions.pod:5689
15142 msgid "guestfs_rm"
15143 msgstr ""
15144
15145 #. type: verbatim
15146 #: ../src/guestfs-actions.pod:5691
15147 #, no-wrap
15148 msgid ""
15149 " int\n"
15150 " guestfs_rm (guestfs_h *g,\n"
15151 "             const char *path);\n"
15152 "\n"
15153 msgstr ""
15154
15155 #. type: textblock
15156 #: ../src/guestfs-actions.pod:5695 ../fish/guestfish-actions.pod:3833
15157 msgid "Remove the single file C<path>."
15158 msgstr ""
15159
15160 #. type: =head2
15161 #: ../src/guestfs-actions.pod:5701
15162 msgid "guestfs_rm_rf"
15163 msgstr ""
15164
15165 #. type: verbatim
15166 #: ../src/guestfs-actions.pod:5703
15167 #, no-wrap
15168 msgid ""
15169 " int\n"
15170 " guestfs_rm_rf (guestfs_h *g,\n"
15171 "                const char *path);\n"
15172 "\n"
15173 msgstr ""
15174
15175 #. type: textblock
15176 #: ../src/guestfs-actions.pod:5707 ../fish/guestfish-actions.pod:3839
15177 msgid ""
15178 "Remove the file or directory C<path>, recursively removing the contents if "
15179 "its a directory.  This is like the C<rm -rf> shell command."
15180 msgstr ""
15181
15182 #. type: =head2
15183 #: ../src/guestfs-actions.pod:5715
15184 msgid "guestfs_rmdir"
15185 msgstr ""
15186
15187 #. type: verbatim
15188 #: ../src/guestfs-actions.pod:5717
15189 #, no-wrap
15190 msgid ""
15191 " int\n"
15192 " guestfs_rmdir (guestfs_h *g,\n"
15193 "                const char *path);\n"
15194 "\n"
15195 msgstr ""
15196
15197 #. type: textblock
15198 #: ../src/guestfs-actions.pod:5721 ../fish/guestfish-actions.pod:3847
15199 msgid "Remove the single directory C<path>."
15200 msgstr ""
15201
15202 #. type: =head2
15203 #: ../src/guestfs-actions.pod:5727
15204 msgid "guestfs_rmmountpoint"
15205 msgstr ""
15206
15207 #. type: verbatim
15208 #: ../src/guestfs-actions.pod:5729
15209 #, no-wrap
15210 msgid ""
15211 " int\n"
15212 " guestfs_rmmountpoint (guestfs_h *g,\n"
15213 "                       const char *exemptpath);\n"
15214 "\n"
15215 msgstr ""
15216
15217 #. type: textblock
15218 #: ../src/guestfs-actions.pod:5733
15219 msgid ""
15220 "This calls removes a mountpoint that was previously created with "
15221 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
15222 msgstr ""
15223
15224 #. type: =head2
15225 #: ../src/guestfs-actions.pod:5741
15226 msgid "guestfs_scrub_device"
15227 msgstr ""
15228
15229 #. type: verbatim
15230 #: ../src/guestfs-actions.pod:5743
15231 #, no-wrap
15232 msgid ""
15233 " int\n"
15234 " guestfs_scrub_device (guestfs_h *g,\n"
15235 "                       const char *device);\n"
15236 "\n"
15237 msgstr ""
15238
15239 #. type: textblock
15240 #: ../src/guestfs-actions.pod:5747 ../fish/guestfish-actions.pod:3861
15241 msgid ""
15242 "This command writes patterns over C<device> to make data retrieval more "
15243 "difficult."
15244 msgstr ""
15245
15246 #. type: textblock
15247 #: ../src/guestfs-actions.pod:5750 ../src/guestfs-actions.pod:5771 ../src/guestfs-actions.pod:5790 ../fish/guestfish-actions.pod:3864 ../fish/guestfish-actions.pod:3879 ../fish/guestfish-actions.pod:3892
15248 msgid ""
15249 "It is an interface to the L<scrub(1)> program.  See that manual page for "
15250 "more details."
15251 msgstr ""
15252
15253 #. type: textblock
15254 #: ../src/guestfs-actions.pod:5758 ../src/guestfs-actions.pod:5776 ../src/guestfs-actions.pod:5795
15255 msgid "(Added in 1.0.52)"
15256 msgstr ""
15257
15258 #. type: =head2
15259 #: ../src/guestfs-actions.pod:5760
15260 msgid "guestfs_scrub_file"
15261 msgstr ""
15262
15263 #. type: verbatim
15264 #: ../src/guestfs-actions.pod:5762
15265 #, no-wrap
15266 msgid ""
15267 " int\n"
15268 " guestfs_scrub_file (guestfs_h *g,\n"
15269 "                     const char *file);\n"
15270 "\n"
15271 msgstr ""
15272
15273 #. type: textblock
15274 #: ../src/guestfs-actions.pod:5766 ../fish/guestfish-actions.pod:3874
15275 msgid ""
15276 "This command writes patterns over a file to make data retrieval more "
15277 "difficult."
15278 msgstr ""
15279
15280 #. type: textblock
15281 #: ../src/guestfs-actions.pod:5769 ../fish/guestfish-actions.pod:3877
15282 msgid "The file is I<removed> after scrubbing."
15283 msgstr ""
15284
15285 #. type: =head2
15286 #: ../src/guestfs-actions.pod:5778
15287 msgid "guestfs_scrub_freespace"
15288 msgstr ""
15289
15290 #. type: verbatim
15291 #: ../src/guestfs-actions.pod:5780
15292 #, no-wrap
15293 msgid ""
15294 " int\n"
15295 " guestfs_scrub_freespace (guestfs_h *g,\n"
15296 "                          const char *dir);\n"
15297 "\n"
15298 msgstr ""
15299
15300 #. type: textblock
15301 #: ../src/guestfs-actions.pod:5784
15302 msgid ""
15303 "This command creates the directory C<dir> and then fills it with files until "
15304 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
15305 "and deletes them.  The intention is to scrub any free space on the partition "
15306 "containing C<dir>."
15307 msgstr ""
15308
15309 #. type: =head2
15310 #: ../src/guestfs-actions.pod:5797
15311 msgid "guestfs_set_append"
15312 msgstr ""
15313
15314 #. type: verbatim
15315 #: ../src/guestfs-actions.pod:5799
15316 #, no-wrap
15317 msgid ""
15318 " int\n"
15319 " guestfs_set_append (guestfs_h *g,\n"
15320 "                     const char *append);\n"
15321 "\n"
15322 msgstr ""
15323
15324 #. type: textblock
15325 #: ../src/guestfs-actions.pod:5803 ../fish/guestfish-actions.pod:3901
15326 msgid ""
15327 "This function is used to add additional options to the guest kernel command "
15328 "line."
15329 msgstr ""
15330
15331 #. type: textblock
15332 #: ../src/guestfs-actions.pod:5806 ../fish/guestfish-actions.pod:3904
15333 msgid ""
15334 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
15335 "environment variable."
15336 msgstr ""
15337
15338 #. type: textblock
15339 #: ../src/guestfs-actions.pod:5809 ../fish/guestfish-actions.pod:3907
15340 msgid ""
15341 "Setting C<append> to C<NULL> means I<no> additional options are passed "
15342 "(libguestfs always adds a few of its own)."
15343 msgstr ""
15344
15345 #. type: =head2
15346 #: ../src/guestfs-actions.pod:5816
15347 msgid "guestfs_set_attach_method"
15348 msgstr ""
15349
15350 #. type: verbatim
15351 #: ../src/guestfs-actions.pod:5818
15352 #, no-wrap
15353 msgid ""
15354 " int\n"
15355 " guestfs_set_attach_method (guestfs_h *g,\n"
15356 "                            const char *attachmethod);\n"
15357 "\n"
15358 msgstr ""
15359
15360 #. type: textblock
15361 #: ../src/guestfs-actions.pod:5822 ../fish/guestfish-actions.pod:3916
15362 msgid ""
15363 "Set the method that libguestfs uses to connect to the back end guestfsd "
15364 "daemon.  Possible methods are:"
15365 msgstr ""
15366
15367 #. type: textblock
15368 #: ../src/guestfs-actions.pod:5829 ../fish/guestfish-actions.pod:3923
15369 msgid ""
15370 "Launch an appliance and connect to it.  This is the ordinary method and the "
15371 "default."
15372 msgstr ""
15373
15374 #. type: =item
15375 #: ../src/guestfs-actions.pod:5832 ../fish/guestfish-actions.pod:3926
15376 msgid "C<unix:I<path>>"
15377 msgstr ""
15378
15379 #. type: textblock
15380 #: ../src/guestfs-actions.pod:5834 ../fish/guestfish-actions.pod:3928
15381 msgid "Connect to the Unix domain socket I<path>."
15382 msgstr ""
15383
15384 #. type: textblock
15385 #: ../src/guestfs-actions.pod:5836 ../fish/guestfish-actions.pod:3930
15386 msgid ""
15387 "This method lets you connect to an existing daemon or (using virtio-serial) "
15388 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
15389 "RUNNING DAEMONS>."
15390 msgstr ""
15391
15392 #. type: =head2
15393 #: ../src/guestfs-actions.pod:5844
15394 msgid "guestfs_set_autosync"
15395 msgstr ""
15396
15397 #. type: verbatim
15398 #: ../src/guestfs-actions.pod:5846
15399 #, no-wrap
15400 msgid ""
15401 " int\n"
15402 " guestfs_set_autosync (guestfs_h *g,\n"
15403 "                       int autosync);\n"
15404 "\n"
15405 msgstr ""
15406
15407 #. type: textblock
15408 #: ../src/guestfs-actions.pod:5850 ../fish/guestfish-actions.pod:3942
15409 msgid ""
15410 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
15411 "effort attempt to make filesystems consistent and synchronized when the "
15412 "handle is closed (also if the program exits without closing handles)."
15413 msgstr ""
15414
15415 #. type: textblock
15416 #: ../src/guestfs-actions.pod:5855 ../fish/guestfish-actions.pod:3947
15417 msgid ""
15418 "This is enabled by default (since libguestfs 1.5.24, previously it was "
15419 "disabled by default)."
15420 msgstr ""
15421
15422 #. type: =head2
15423 #: ../src/guestfs-actions.pod:5862
15424 msgid "guestfs_set_direct"
15425 msgstr ""
15426
15427 #. type: verbatim
15428 #: ../src/guestfs-actions.pod:5864
15429 #, no-wrap
15430 msgid ""
15431 " int\n"
15432 " guestfs_set_direct (guestfs_h *g,\n"
15433 "                     int direct);\n"
15434 "\n"
15435 msgstr ""
15436
15437 #. type: textblock
15438 #: ../src/guestfs-actions.pod:5868 ../fish/guestfish-actions.pod:3956
15439 msgid ""
15440 "If the direct appliance mode flag is enabled, then stdin and stdout are "
15441 "passed directly through to the appliance once it is launched."
15442 msgstr ""
15443
15444 #. type: textblock
15445 #: ../src/guestfs-actions.pod:5872
15446 msgid ""
15447 "One consequence of this is that log messages aren't caught by the library "
15448 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
15449 "stdout."
15450 msgstr ""
15451
15452 #. type: textblock
15453 #: ../src/guestfs-actions.pod:5876 ../fish/guestfish-actions.pod:3964
15454 msgid "You probably don't want to use this unless you know what you are doing."
15455 msgstr ""
15456
15457 #. type: textblock
15458 #: ../src/guestfs-actions.pod:5879 ../fish/guestfish-actions.pod:3967
15459 msgid "The default is disabled."
15460 msgstr ""
15461
15462 #. type: =head2
15463 #: ../src/guestfs-actions.pod:5885
15464 msgid "guestfs_set_e2label"
15465 msgstr ""
15466
15467 #. type: verbatim
15468 #: ../src/guestfs-actions.pod:5887
15469 #, no-wrap
15470 msgid ""
15471 " int\n"
15472 " guestfs_set_e2label (guestfs_h *g,\n"
15473 "                      const char *device,\n"
15474 "                      const char *label);\n"
15475 "\n"
15476 msgstr ""
15477
15478 #. type: textblock
15479 #: ../src/guestfs-actions.pod:5892 ../fish/guestfish-actions.pod:3973
15480 msgid ""
15481 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
15482 "C<label>.  Filesystem labels are limited to 16 characters."
15483 msgstr ""
15484
15485 #. type: textblock
15486 #: ../src/guestfs-actions.pod:5896
15487 msgid ""
15488 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
15489 "the existing label on a filesystem."
15490 msgstr ""
15491
15492 #. type: =head2
15493 #: ../src/guestfs-actions.pod:5903
15494 msgid "guestfs_set_e2uuid"
15495 msgstr ""
15496
15497 #. type: verbatim
15498 #: ../src/guestfs-actions.pod:5905
15499 #, no-wrap
15500 msgid ""
15501 " int\n"
15502 " guestfs_set_e2uuid (guestfs_h *g,\n"
15503 "                     const char *device,\n"
15504 "                     const char *uuid);\n"
15505 "\n"
15506 msgstr ""
15507
15508 #. type: textblock
15509 #: ../src/guestfs-actions.pod:5910 ../fish/guestfish-actions.pod:3984
15510 msgid ""
15511 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
15512 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
15513 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
15514 msgstr ""
15515
15516 #. type: textblock
15517 #: ../src/guestfs-actions.pod:5915
15518 msgid ""
15519 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
15520 "the existing UUID of a filesystem."
15521 msgstr ""
15522
15523 #. type: =head2
15524 #: ../src/guestfs-actions.pod:5922
15525 msgid "guestfs_set_memsize"
15526 msgstr ""
15527
15528 #. type: verbatim
15529 #: ../src/guestfs-actions.pod:5924
15530 #, no-wrap
15531 msgid ""
15532 " int\n"
15533 " guestfs_set_memsize (guestfs_h *g,\n"
15534 "                      int memsize);\n"
15535 "\n"
15536 msgstr ""
15537
15538 #. type: textblock
15539 #: ../src/guestfs-actions.pod:5928
15540 msgid ""
15541 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
15542 "This only has any effect if called before C<guestfs_launch>."
15543 msgstr ""
15544
15545 #. type: textblock
15546 #: ../src/guestfs-actions.pod:5932 ../fish/guestfish-actions.pod:4002
15547 msgid ""
15548 "You can also change this by setting the environment variable "
15549 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
15550 msgstr ""
15551
15552 #. type: =head2
15553 #: ../src/guestfs-actions.pod:5943
15554 msgid "guestfs_set_network"
15555 msgstr ""
15556
15557 #. type: verbatim
15558 #: ../src/guestfs-actions.pod:5945
15559 #, no-wrap
15560 msgid ""
15561 " int\n"
15562 " guestfs_set_network (guestfs_h *g,\n"
15563 "                      int network);\n"
15564 "\n"
15565 msgstr ""
15566
15567 #. type: textblock
15568 #: ../src/guestfs-actions.pod:5949 ../fish/guestfish-actions.pod:4015
15569 msgid ""
15570 "If C<network> is true, then the network is enabled in the libguestfs "
15571 "appliance.  The default is false."
15572 msgstr ""
15573
15574 #. type: textblock
15575 #: ../src/guestfs-actions.pod:5952 ../fish/guestfish-actions.pod:4018
15576 msgid ""
15577 "This affects whether commands are able to access the network (see "
15578 "L<guestfs(3)/RUNNING COMMANDS>)."
15579 msgstr ""
15580
15581 #. type: textblock
15582 #: ../src/guestfs-actions.pod:5955
15583 msgid ""
15584 "You must call this before calling C<guestfs_launch>, otherwise it has no "
15585 "effect."
15586 msgstr ""
15587
15588 #. type: =head2
15589 #: ../src/guestfs-actions.pod:5962
15590 msgid "guestfs_set_path"
15591 msgstr ""
15592
15593 #. type: verbatim
15594 #: ../src/guestfs-actions.pod:5964
15595 #, no-wrap
15596 msgid ""
15597 " int\n"
15598 " guestfs_set_path (guestfs_h *g,\n"
15599 "                   const char *searchpath);\n"
15600 "\n"
15601 msgstr ""
15602
15603 #. type: textblock
15604 #: ../src/guestfs-actions.pod:5968 ../fish/guestfish-actions.pod:4030
15605 msgid "Set the path that libguestfs searches for kernel and initrd.img."
15606 msgstr ""
15607
15608 #. type: textblock
15609 #: ../src/guestfs-actions.pod:5970 ../fish/guestfish-actions.pod:4032
15610 msgid ""
15611 "The default is C<$libdir/guestfs> unless overridden by setting "
15612 "C<LIBGUESTFS_PATH> environment variable."
15613 msgstr ""
15614
15615 #. type: textblock
15616 #: ../src/guestfs-actions.pod:5973 ../fish/guestfish-actions.pod:4035
15617 msgid "Setting C<path> to C<NULL> restores the default path."
15618 msgstr ""
15619
15620 #. type: =head2
15621 #: ../src/guestfs-actions.pod:5979
15622 msgid "guestfs_set_qemu"
15623 msgstr ""
15624
15625 #. type: verbatim
15626 #: ../src/guestfs-actions.pod:5981
15627 #, no-wrap
15628 msgid ""
15629 " int\n"
15630 " guestfs_set_qemu (guestfs_h *g,\n"
15631 "                   const char *qemu);\n"
15632 "\n"
15633 msgstr ""
15634
15635 #. type: textblock
15636 #: ../src/guestfs-actions.pod:5985 ../fish/guestfish-actions.pod:4043
15637 msgid "Set the qemu binary that we will use."
15638 msgstr ""
15639
15640 #. type: textblock
15641 #: ../src/guestfs-actions.pod:5987 ../fish/guestfish-actions.pod:4045
15642 msgid "The default is chosen when the library was compiled by the configure script."
15643 msgstr ""
15644
15645 #. type: textblock
15646 #: ../src/guestfs-actions.pod:5990 ../fish/guestfish-actions.pod:4048
15647 msgid ""
15648 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
15649 "variable."
15650 msgstr ""
15651
15652 #. type: textblock
15653 #: ../src/guestfs-actions.pod:5993 ../fish/guestfish-actions.pod:4051
15654 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
15655 msgstr ""
15656
15657 #. type: textblock
15658 #: ../src/guestfs-actions.pod:5995 ../fish/guestfish-actions.pod:4053
15659 msgid ""
15660 "Note that you should call this function as early as possible after creating "
15661 "the handle.  This is because some pre-launch operations depend on testing "
15662 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
15663 "don't retest features, and so you might see inconsistent results.  Using the "
15664 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
15665 "the qemu binary at the same time as the handle is created."
15666 msgstr ""
15667
15668 #. type: =head2
15669 #: ../src/guestfs-actions.pod:6007
15670 msgid "guestfs_set_recovery_proc"
15671 msgstr ""
15672
15673 #. type: verbatim
15674 #: ../src/guestfs-actions.pod:6009
15675 #, no-wrap
15676 msgid ""
15677 " int\n"
15678 " guestfs_set_recovery_proc (guestfs_h *g,\n"
15679 "                            int recoveryproc);\n"
15680 "\n"
15681 msgstr ""
15682
15683 #. type: textblock
15684 #: ../src/guestfs-actions.pod:6013
15685 msgid ""
15686 "If this is called with the parameter C<false> then C<guestfs_launch> does "
15687 "not create a recovery process.  The purpose of the recovery process is to "
15688 "stop runaway qemu processes in the case where the main program aborts "
15689 "abruptly."
15690 msgstr ""
15691
15692 #. type: textblock
15693 #: ../src/guestfs-actions.pod:6018
15694 msgid ""
15695 "This only has any effect if called before C<guestfs_launch>, and the default "
15696 "is true."
15697 msgstr ""
15698
15699 #. type: textblock
15700 #: ../src/guestfs-actions.pod:6021 ../fish/guestfish-actions.pod:4075
15701 msgid ""
15702 "About the only time when you would want to disable this is if the main "
15703 "process will fork itself into the background (\"daemonize\" itself).  In "
15704 "this case the recovery process thinks that the main program has disappeared "
15705 "and so kills qemu, which is not very helpful."
15706 msgstr ""
15707
15708 #. type: =head2
15709 #: ../src/guestfs-actions.pod:6031
15710 msgid "guestfs_set_selinux"
15711 msgstr ""
15712
15713 #. type: verbatim
15714 #: ../src/guestfs-actions.pod:6033
15715 #, no-wrap
15716 msgid ""
15717 " int\n"
15718 " guestfs_set_selinux (guestfs_h *g,\n"
15719 "                      int selinux);\n"
15720 "\n"
15721 msgstr ""
15722
15723 #. type: textblock
15724 #: ../src/guestfs-actions.pod:6037 ../fish/guestfish-actions.pod:4087
15725 msgid ""
15726 "This sets the selinux flag that is passed to the appliance at boot time.  "
15727 "The default is C<selinux=0> (disabled)."
15728 msgstr ""
15729
15730 #. type: textblock
15731 #: ../src/guestfs-actions.pod:6040 ../fish/guestfish-actions.pod:4090
15732 msgid ""
15733 "Note that if SELinux is enabled, it is always in Permissive mode "
15734 "(C<enforcing=0>)."
15735 msgstr ""
15736
15737 #. type: =head2
15738 #: ../src/guestfs-actions.pod:6050
15739 msgid "guestfs_set_trace"
15740 msgstr ""
15741
15742 #. type: verbatim
15743 #: ../src/guestfs-actions.pod:6052
15744 #, no-wrap
15745 msgid ""
15746 " int\n"
15747 " guestfs_set_trace (guestfs_h *g,\n"
15748 "                    int trace);\n"
15749 "\n"
15750 msgstr ""
15751
15752 #. type: textblock
15753 #: ../src/guestfs-actions.pod:6056 ../fish/guestfish-actions.pod:4102
15754 msgid ""
15755 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
15756 "return values are traced."
15757 msgstr ""
15758
15759 #. type: textblock
15760 #: ../src/guestfs-actions.pod:6059 ../fish/guestfish-actions.pod:4105
15761 msgid ""
15762 "If you want to trace C API calls into libguestfs (and other libraries) then "
15763 "possibly a better way is to use the external ltrace(1) command."
15764 msgstr ""
15765
15766 #. type: textblock
15767 #: ../src/guestfs-actions.pod:6063 ../fish/guestfish-actions.pod:4109
15768 msgid ""
15769 "Command traces are disabled unless the environment variable "
15770 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
15771 msgstr ""
15772
15773 #. type: textblock
15774 #: ../src/guestfs-actions.pod:6066
15775 msgid ""
15776 "Trace messages are normally sent to C<stderr>, unless you register a "
15777 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15778 msgstr ""
15779
15780 #. type: =head2
15781 #: ../src/guestfs-actions.pod:6074
15782 msgid "guestfs_set_verbose"
15783 msgstr ""
15784
15785 #. type: verbatim
15786 #: ../src/guestfs-actions.pod:6076
15787 #, no-wrap
15788 msgid ""
15789 " int\n"
15790 " guestfs_set_verbose (guestfs_h *g,\n"
15791 "                      int verbose);\n"
15792 "\n"
15793 msgstr ""
15794
15795 #. type: textblock
15796 #: ../src/guestfs-actions.pod:6080 ../fish/guestfish-actions.pod:4122
15797 msgid "If C<verbose> is true, this turns on verbose messages."
15798 msgstr ""
15799
15800 #. type: textblock
15801 #: ../src/guestfs-actions.pod:6082 ../fish/guestfish-actions.pod:4124
15802 msgid ""
15803 "Verbose messages are disabled unless the environment variable "
15804 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
15805 msgstr ""
15806
15807 #. type: textblock
15808 #: ../src/guestfs-actions.pod:6085
15809 msgid ""
15810 "Verbose messages are normally sent to C<stderr>, unless you register a "
15811 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15812 msgstr ""
15813
15814 #. type: =head2
15815 #: ../src/guestfs-actions.pod:6093
15816 msgid "guestfs_setcon"
15817 msgstr ""
15818
15819 #. type: verbatim
15820 #: ../src/guestfs-actions.pod:6095
15821 #, no-wrap
15822 msgid ""
15823 " int\n"
15824 " guestfs_setcon (guestfs_h *g,\n"
15825 "                 const char *context);\n"
15826 "\n"
15827 msgstr ""
15828
15829 #. type: textblock
15830 #: ../src/guestfs-actions.pod:6099 ../fish/guestfish-actions.pod:4135
15831 msgid ""
15832 "This sets the SELinux security context of the daemon to the string "
15833 "C<context>."
15834 msgstr ""
15835
15836 #. type: textblock
15837 #: ../src/guestfs-actions.pod:6102 ../fish/guestfish-actions.pod:4138
15838 msgid "See the documentation about SELINUX in L<guestfs(3)>."
15839 msgstr ""
15840
15841 #. type: =head2
15842 #: ../src/guestfs-actions.pod:6108
15843 msgid "guestfs_setxattr"
15844 msgstr ""
15845
15846 #. type: verbatim
15847 #: ../src/guestfs-actions.pod:6110
15848 #, no-wrap
15849 msgid ""
15850 " int\n"
15851 " guestfs_setxattr (guestfs_h *g,\n"
15852 "                   const char *xattr,\n"
15853 "                   const char *val,\n"
15854 "                   int vallen,\n"
15855 "                   const char *path);\n"
15856 "\n"
15857 msgstr ""
15858
15859 #. type: textblock
15860 #: ../src/guestfs-actions.pod:6117 ../fish/guestfish-actions.pod:4144
15861 msgid ""
15862 "This call sets the extended attribute named C<xattr> of the file C<path> to "
15863 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
15864 msgstr ""
15865
15866 #. type: textblock
15867 #: ../src/guestfs-actions.pod:6121
15868 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
15869 msgstr ""
15870
15871 #. type: =head2
15872 #: ../src/guestfs-actions.pod:6127
15873 msgid "guestfs_sfdisk"
15874 msgstr ""
15875
15876 #. type: verbatim
15877 #: ../src/guestfs-actions.pod:6129
15878 #, no-wrap
15879 msgid ""
15880 " int\n"
15881 " guestfs_sfdisk (guestfs_h *g,\n"
15882 "                 const char *device,\n"
15883 "                 int cyls,\n"
15884 "                 int heads,\n"
15885 "                 int sectors,\n"
15886 "                 char *const *lines);\n"
15887 "\n"
15888 msgstr ""
15889
15890 #. type: textblock
15891 #: ../src/guestfs-actions.pod:6137 ../fish/guestfish-actions.pod:4154
15892 msgid ""
15893 "This is a direct interface to the L<sfdisk(8)> program for creating "
15894 "partitions on block devices."
15895 msgstr ""
15896
15897 #. type: textblock
15898 #: ../src/guestfs-actions.pod:6140 ../fish/guestfish-actions.pod:4157
15899 msgid "C<device> should be a block device, for example C</dev/sda>."
15900 msgstr ""
15901
15902 #. type: textblock
15903 #: ../src/guestfs-actions.pod:6142 ../fish/guestfish-actions.pod:4159
15904 msgid ""
15905 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
15906 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
15907 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
15908 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
15909 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
15910 "the kernel) cannot work out the right geometry and you will need to tell it."
15911 msgstr ""
15912
15913 #. type: textblock
15914 #: ../src/guestfs-actions.pod:6150 ../fish/guestfish-actions.pod:4167
15915 msgid ""
15916 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
15917 "refer to the L<sfdisk(8)> manpage."
15918 msgstr ""
15919
15920 #. type: textblock
15921 #: ../src/guestfs-actions.pod:6153 ../fish/guestfish-actions.pod:4170
15922 msgid ""
15923 "To create a single partition occupying the whole disk, you would pass "
15924 "C<lines> as a single element list, when the single element being the string "
15925 "C<,> (comma)."
15926 msgstr ""
15927
15928 #. type: textblock
15929 #: ../src/guestfs-actions.pod:6157
15930 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
15931 msgstr ""
15932
15933 #. type: textblock
15934 #: ../src/guestfs-actions.pod:6165 ../src/guestfs-actions.pod:6195 ../src/guestfs-actions.pod:6228 ../fish/guestfish-actions.pod:4180 ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4225
15935 msgid "This function is deprecated.  In new code, use the C<part_add> call instead."
15936 msgstr ""
15937
15938 #. type: =head2
15939 #: ../src/guestfs-actions.pod:6174
15940 msgid "guestfs_sfdiskM"
15941 msgstr ""
15942
15943 #. type: verbatim
15944 #: ../src/guestfs-actions.pod:6176
15945 #, no-wrap
15946 msgid ""
15947 " int\n"
15948 " guestfs_sfdiskM (guestfs_h *g,\n"
15949 "                  const char *device,\n"
15950 "                  char *const *lines);\n"
15951 "\n"
15952 msgstr ""
15953
15954 #. type: textblock
15955 #: ../src/guestfs-actions.pod:6181
15956 msgid ""
15957 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
15958 "partition sizes are specified in megabytes only (rounded to the nearest "
15959 "cylinder) and you don't need to specify the cyls, heads and sectors "
15960 "parameters which were rarely if ever used anyway."
15961 msgstr ""
15962
15963 #. type: textblock
15964 #: ../src/guestfs-actions.pod:6187
15965 msgid ""
15966 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
15967 "C<guestfs_part_disk>"
15968 msgstr ""
15969
15970 #. type: =head2
15971 #: ../src/guestfs-actions.pod:6204
15972 msgid "guestfs_sfdisk_N"
15973 msgstr ""
15974
15975 #. type: verbatim
15976 #: ../src/guestfs-actions.pod:6206
15977 #, no-wrap
15978 msgid ""
15979 " int\n"
15980 " guestfs_sfdisk_N (guestfs_h *g,\n"
15981 "                   const char *device,\n"
15982 "                   int partnum,\n"
15983 "                   int cyls,\n"
15984 "                   int heads,\n"
15985 "                   int sectors,\n"
15986 "                   const char *line);\n"
15987 "\n"
15988 msgstr ""
15989
15990 #. type: textblock
15991 #: ../src/guestfs-actions.pod:6215 ../fish/guestfish-actions.pod:4214
15992 msgid ""
15993 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
15994 "(note: C<n> counts from 1)."
15995 msgstr ""
15996
15997 #. type: textblock
15998 #: ../src/guestfs-actions.pod:6218
15999 msgid ""
16000 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
16001 "for the cyls/heads/sectors parameters."
16002 msgstr ""
16003
16004 #. type: textblock
16005 #: ../src/guestfs-actions.pod:6221
16006 msgid "See also: C<guestfs_part_add>"
16007 msgstr ""
16008
16009 #. type: =head2
16010 #: ../src/guestfs-actions.pod:6237
16011 msgid "guestfs_sfdisk_disk_geometry"
16012 msgstr ""
16013
16014 #. type: verbatim
16015 #: ../src/guestfs-actions.pod:6239
16016 #, no-wrap
16017 msgid ""
16018 " char *\n"
16019 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
16020 "                               const char *device);\n"
16021 "\n"
16022 msgstr ""
16023
16024 #. type: textblock
16025 #: ../src/guestfs-actions.pod:6243
16026 msgid ""
16027 "This displays the disk geometry of C<device> read from the partition table.  "
16028 "Especially in the case where the underlying block device has been resized, "
16029 "this can be different from the kernel's idea of the geometry (see "
16030 "C<guestfs_sfdisk_kernel_geometry>)."
16031 msgstr ""
16032
16033 #. type: textblock
16034 #: ../src/guestfs-actions.pod:6248 ../src/guestfs-actions.pod:6264 ../fish/guestfish-actions.pod:4241 ../fish/guestfish-actions.pod:4250
16035 msgid "The result is in human-readable format, and not designed to be parsed."
16036 msgstr ""
16037
16038 #. type: =head2
16039 #: ../src/guestfs-actions.pod:6256
16040 msgid "guestfs_sfdisk_kernel_geometry"
16041 msgstr ""
16042
16043 #. type: verbatim
16044 #: ../src/guestfs-actions.pod:6258
16045 #, no-wrap
16046 msgid ""
16047 " char *\n"
16048 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
16049 "                                 const char *device);\n"
16050 "\n"
16051 msgstr ""
16052
16053 #. type: textblock
16054 #: ../src/guestfs-actions.pod:6262 ../fish/guestfish-actions.pod:4248
16055 msgid "This displays the kernel's idea of the geometry of C<device>."
16056 msgstr ""
16057
16058 #. type: =head2
16059 #: ../src/guestfs-actions.pod:6272
16060 msgid "guestfs_sfdisk_l"
16061 msgstr ""
16062
16063 #. type: verbatim
16064 #: ../src/guestfs-actions.pod:6274
16065 #, no-wrap
16066 msgid ""
16067 " char *\n"
16068 " guestfs_sfdisk_l (guestfs_h *g,\n"
16069 "                   const char *device);\n"
16070 "\n"
16071 msgstr ""
16072
16073 #. type: textblock
16074 #: ../src/guestfs-actions.pod:6278 ../fish/guestfish-actions.pod:4257
16075 msgid ""
16076 "This displays the partition table on C<device>, in the human-readable output "
16077 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
16078 msgstr ""
16079
16080 #. type: textblock
16081 #: ../src/guestfs-actions.pod:6282
16082 msgid "See also: C<guestfs_part_list>"
16083 msgstr ""
16084
16085 #. type: textblock
16086 #: ../src/guestfs-actions.pod:6287 ../fish/guestfish-actions.pod:4263
16087 msgid ""
16088 "This function is deprecated.  In new code, use the C<part_list> call "
16089 "instead."
16090 msgstr ""
16091
16092 #. type: =head2
16093 #: ../src/guestfs-actions.pod:6296
16094 msgid "guestfs_sh"
16095 msgstr ""
16096
16097 #. type: verbatim
16098 #: ../src/guestfs-actions.pod:6298
16099 #, no-wrap
16100 msgid ""
16101 " char *\n"
16102 " guestfs_sh (guestfs_h *g,\n"
16103 "             const char *command);\n"
16104 "\n"
16105 msgstr ""
16106
16107 #. type: textblock
16108 #: ../src/guestfs-actions.pod:6302 ../fish/guestfish-actions.pod:4274
16109 msgid ""
16110 "This call runs a command from the guest filesystem via the guest's "
16111 "C</bin/sh>."
16112 msgstr ""
16113
16114 #. type: textblock
16115 #: ../src/guestfs-actions.pod:6305
16116 msgid "This is like C<guestfs_command>, but passes the command to:"
16117 msgstr ""
16118
16119 #. type: verbatim
16120 #: ../src/guestfs-actions.pod:6307 ../fish/guestfish-actions.pod:4279
16121 #, no-wrap
16122 msgid ""
16123 " /bin/sh -c \"command\"\n"
16124 "\n"
16125 msgstr ""
16126
16127 #. type: textblock
16128 #: ../src/guestfs-actions.pod:6309 ../fish/guestfish-actions.pod:4281
16129 msgid ""
16130 "Depending on the guest's shell, this usually results in wildcards being "
16131 "expanded, shell expressions being interpolated and so on."
16132 msgstr ""
16133
16134 #. type: textblock
16135 #: ../src/guestfs-actions.pod:6313
16136 msgid "All the provisos about C<guestfs_command> apply to this call."
16137 msgstr ""
16138
16139 #. type: =head2
16140 #: ../src/guestfs-actions.pod:6320
16141 msgid "guestfs_sh_lines"
16142 msgstr ""
16143
16144 #. type: verbatim
16145 #: ../src/guestfs-actions.pod:6322
16146 #, no-wrap
16147 msgid ""
16148 " char **\n"
16149 " guestfs_sh_lines (guestfs_h *g,\n"
16150 "                   const char *command);\n"
16151 "\n"
16152 msgstr ""
16153
16154 #. type: textblock
16155 #: ../src/guestfs-actions.pod:6326
16156 msgid ""
16157 "This is the same as C<guestfs_sh>, but splits the result into a list of "
16158 "lines."
16159 msgstr ""
16160
16161 #. type: textblock
16162 #: ../src/guestfs-actions.pod:6329
16163 msgid "See also: C<guestfs_command_lines>"
16164 msgstr ""
16165
16166 #. type: =head2
16167 #: ../src/guestfs-actions.pod:6337
16168 msgid "guestfs_sleep"
16169 msgstr ""
16170
16171 #. type: verbatim
16172 #: ../src/guestfs-actions.pod:6339
16173 #, no-wrap
16174 msgid ""
16175 " int\n"
16176 " guestfs_sleep (guestfs_h *g,\n"
16177 "                int secs);\n"
16178 "\n"
16179 msgstr ""
16180
16181 #. type: textblock
16182 #: ../src/guestfs-actions.pod:6343 ../fish/guestfish-actions.pod:4300
16183 msgid "Sleep for C<secs> seconds."
16184 msgstr ""
16185
16186 #. type: textblock
16187 #: ../src/guestfs-actions.pod:6347
16188 msgid "(Added in 1.0.41)"
16189 msgstr ""
16190
16191 #. type: =head2
16192 #: ../src/guestfs-actions.pod:6349 ../src/guestfs-structs.pod:109
16193 msgid "guestfs_stat"
16194 msgstr ""
16195
16196 #. type: verbatim
16197 #: ../src/guestfs-actions.pod:6351
16198 #, no-wrap
16199 msgid ""
16200 " struct guestfs_stat *\n"
16201 " guestfs_stat (guestfs_h *g,\n"
16202 "               const char *path);\n"
16203 "\n"
16204 msgstr ""
16205
16206 #. type: textblock
16207 #: ../src/guestfs-actions.pod:6357 ../fish/guestfish-actions.pod:4308
16208 msgid "This is the same as the C<stat(2)> system call."
16209 msgstr ""
16210
16211 #. type: =head2
16212 #: ../src/guestfs-actions.pod:6365 ../src/guestfs-structs.pod:135
16213 msgid "guestfs_statvfs"
16214 msgstr ""
16215
16216 #. type: verbatim
16217 #: ../src/guestfs-actions.pod:6367
16218 #, no-wrap
16219 msgid ""
16220 " struct guestfs_statvfs *\n"
16221 " guestfs_statvfs (guestfs_h *g,\n"
16222 "                  const char *path);\n"
16223 "\n"
16224 msgstr ""
16225
16226 #. type: textblock
16227 #: ../src/guestfs-actions.pod:6371 ../fish/guestfish-actions.pod:4314
16228 msgid ""
16229 "Returns file system statistics for any mounted file system.  C<path> should "
16230 "be a file or directory in the mounted file system (typically it is the mount "
16231 "point itself, but it doesn't need to be)."
16232 msgstr ""
16233
16234 #. type: textblock
16235 #: ../src/guestfs-actions.pod:6375 ../fish/guestfish-actions.pod:4318
16236 msgid "This is the same as the C<statvfs(2)> system call."
16237 msgstr ""
16238
16239 #. type: textblock
16240 #: ../src/guestfs-actions.pod:6377
16241 msgid ""
16242 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
16243 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
16244 msgstr ""
16245
16246 #. type: =head2
16247 #: ../src/guestfs-actions.pod:6383
16248 msgid "guestfs_strings"
16249 msgstr ""
16250
16251 #. type: verbatim
16252 #: ../src/guestfs-actions.pod:6385
16253 #, no-wrap
16254 msgid ""
16255 " char **\n"
16256 " guestfs_strings (guestfs_h *g,\n"
16257 "                  const char *path);\n"
16258 "\n"
16259 msgstr ""
16260
16261 #. type: textblock
16262 #: ../src/guestfs-actions.pod:6389 ../fish/guestfish-actions.pod:4324
16263 msgid ""
16264 "This runs the L<strings(1)> command on a file and returns the list of "
16265 "printable strings found."
16266 msgstr ""
16267
16268 #. type: =head2
16269 #: ../src/guestfs-actions.pod:6401
16270 msgid "guestfs_strings_e"
16271 msgstr ""
16272
16273 #. type: verbatim
16274 #: ../src/guestfs-actions.pod:6403
16275 #, no-wrap
16276 msgid ""
16277 " char **\n"
16278 " guestfs_strings_e (guestfs_h *g,\n"
16279 "                    const char *encoding,\n"
16280 "                    const char *path);\n"
16281 "\n"
16282 msgstr ""
16283
16284 #. type: textblock
16285 #: ../src/guestfs-actions.pod:6408
16286 msgid ""
16287 "This is like the C<guestfs_strings> command, but allows you to specify the "
16288 "encoding of strings that are looked for in the source file C<path>."
16289 msgstr ""
16290
16291 #. type: textblock
16292 #: ../src/guestfs-actions.pod:6412 ../fish/guestfish-actions.pod:4338
16293 msgid "Allowed encodings are:"
16294 msgstr ""
16295
16296 #. type: =item
16297 #: ../src/guestfs-actions.pod:6416 ../fish/guestfish-actions.pod:4342
16298 msgid "s"
16299 msgstr ""
16300
16301 #. type: textblock
16302 #: ../src/guestfs-actions.pod:6418
16303 msgid ""
16304 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
16305 "ISO-8859-X (this is what C<guestfs_strings> uses)."
16306 msgstr ""
16307
16308 #. type: =item
16309 #: ../src/guestfs-actions.pod:6421 ../fish/guestfish-actions.pod:4347
16310 msgid "S"
16311 msgstr ""
16312
16313 #. type: textblock
16314 #: ../src/guestfs-actions.pod:6423 ../fish/guestfish-actions.pod:4349
16315 msgid "Single 8-bit-byte characters."
16316 msgstr ""
16317
16318 #. type: =item
16319 #: ../src/guestfs-actions.pod:6425 ../fish/guestfish-actions.pod:4351
16320 msgid "b"
16321 msgstr ""
16322
16323 #. type: textblock
16324 #: ../src/guestfs-actions.pod:6427 ../fish/guestfish-actions.pod:4353
16325 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
16326 msgstr ""
16327
16328 #. type: =item
16329 #: ../src/guestfs-actions.pod:6430 ../fish/guestfish-actions.pod:4356
16330 msgid "l (lower case letter L)"
16331 msgstr ""
16332
16333 #. type: textblock
16334 #: ../src/guestfs-actions.pod:6432 ../fish/guestfish-actions.pod:4358
16335 msgid ""
16336 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
16337 "examining binaries in Windows guests."
16338 msgstr ""
16339
16340 #. type: =item
16341 #: ../src/guestfs-actions.pod:6435 ../fish/guestfish-actions.pod:4361
16342 msgid "B"
16343 msgstr ""
16344
16345 #. type: textblock
16346 #: ../src/guestfs-actions.pod:6437 ../fish/guestfish-actions.pod:4363
16347 msgid "32-bit big endian such as UCS-4BE."
16348 msgstr ""
16349
16350 #. type: =item
16351 #: ../src/guestfs-actions.pod:6439 ../fish/guestfish-actions.pod:4365
16352 msgid "L"
16353 msgstr ""
16354
16355 #. type: textblock
16356 #: ../src/guestfs-actions.pod:6441 ../fish/guestfish-actions.pod:4367
16357 msgid "32-bit little endian such as UCS-4LE."
16358 msgstr ""
16359
16360 #. type: textblock
16361 #: ../src/guestfs-actions.pod:6445 ../fish/guestfish-actions.pod:4371
16362 msgid "The returned strings are transcoded to UTF-8."
16363 msgstr ""
16364
16365 #. type: =head2
16366 #: ../src/guestfs-actions.pod:6456
16367 msgid "guestfs_swapoff_device"
16368 msgstr ""
16369
16370 #. type: verbatim
16371 #: ../src/guestfs-actions.pod:6458
16372 #, no-wrap
16373 msgid ""
16374 " int\n"
16375 " guestfs_swapoff_device (guestfs_h *g,\n"
16376 "                         const char *device);\n"
16377 "\n"
16378 msgstr ""
16379
16380 #. type: textblock
16381 #: ../src/guestfs-actions.pod:6462
16382 msgid ""
16383 "This command disables the libguestfs appliance swap device or partition "
16384 "named C<device>.  See C<guestfs_swapon_device>."
16385 msgstr ""
16386
16387 #. type: =head2
16388 #: ../src/guestfs-actions.pod:6470
16389 msgid "guestfs_swapoff_file"
16390 msgstr ""
16391
16392 #. type: verbatim
16393 #: ../src/guestfs-actions.pod:6472
16394 #, no-wrap
16395 msgid ""
16396 " int\n"
16397 " guestfs_swapoff_file (guestfs_h *g,\n"
16398 "                       const char *file);\n"
16399 "\n"
16400 msgstr ""
16401
16402 #. type: textblock
16403 #: ../src/guestfs-actions.pod:6476 ../fish/guestfish-actions.pod:4388
16404 msgid "This command disables the libguestfs appliance swap on file."
16405 msgstr ""
16406
16407 #. type: =head2
16408 #: ../src/guestfs-actions.pod:6482
16409 msgid "guestfs_swapoff_label"
16410 msgstr ""
16411
16412 #. type: verbatim
16413 #: ../src/guestfs-actions.pod:6484
16414 #, no-wrap
16415 msgid ""
16416 " int\n"
16417 " guestfs_swapoff_label (guestfs_h *g,\n"
16418 "                        const char *label);\n"
16419 "\n"
16420 msgstr ""
16421
16422 #. type: textblock
16423 #: ../src/guestfs-actions.pod:6488 ../fish/guestfish-actions.pod:4394
16424 msgid ""
16425 "This command disables the libguestfs appliance swap on labeled swap "
16426 "partition."
16427 msgstr ""
16428
16429 #. type: =head2
16430 #: ../src/guestfs-actions.pod:6495
16431 msgid "guestfs_swapoff_uuid"
16432 msgstr ""
16433
16434 #. type: verbatim
16435 #: ../src/guestfs-actions.pod:6497
16436 #, no-wrap
16437 msgid ""
16438 " int\n"
16439 " guestfs_swapoff_uuid (guestfs_h *g,\n"
16440 "                       const char *uuid);\n"
16441 "\n"
16442 msgstr ""
16443
16444 #. type: textblock
16445 #: ../src/guestfs-actions.pod:6501 ../fish/guestfish-actions.pod:4401
16446 msgid ""
16447 "This command disables the libguestfs appliance swap partition with the given "
16448 "UUID."
16449 msgstr ""
16450
16451 #. type: =head2
16452 #: ../src/guestfs-actions.pod:6508
16453 msgid "guestfs_swapon_device"
16454 msgstr ""
16455
16456 #. type: verbatim
16457 #: ../src/guestfs-actions.pod:6510
16458 #, no-wrap
16459 msgid ""
16460 " int\n"
16461 " guestfs_swapon_device (guestfs_h *g,\n"
16462 "                        const char *device);\n"
16463 "\n"
16464 msgstr ""
16465
16466 #. type: textblock
16467 #: ../src/guestfs-actions.pod:6514
16468 msgid ""
16469 "This command enables the libguestfs appliance to use the swap device or "
16470 "partition named C<device>.  The increased memory is made available for all "
16471 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
16472 msgstr ""
16473
16474 #. type: textblock
16475 #: ../src/guestfs-actions.pod:6519 ../fish/guestfish-actions.pod:4413
16476 msgid ""
16477 "Note that you should not swap to existing guest swap partitions unless you "
16478 "know what you are doing.  They may contain hibernation information, or other "
16479 "information that the guest doesn't want you to trash.  You also risk leaking "
16480 "information about the host to the guest this way.  Instead, attach a new "
16481 "host device to the guest and swap on that."
16482 msgstr ""
16483
16484 #. type: =head2
16485 #: ../src/guestfs-actions.pod:6530
16486 msgid "guestfs_swapon_file"
16487 msgstr ""
16488
16489 #. type: verbatim
16490 #: ../src/guestfs-actions.pod:6532
16491 #, no-wrap
16492 msgid ""
16493 " int\n"
16494 " guestfs_swapon_file (guestfs_h *g,\n"
16495 "                      const char *file);\n"
16496 "\n"
16497 msgstr ""
16498
16499 #. type: textblock
16500 #: ../src/guestfs-actions.pod:6536
16501 msgid ""
16502 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
16503 "notes."
16504 msgstr ""
16505
16506 #. type: =head2
16507 #: ../src/guestfs-actions.pod:6543
16508 msgid "guestfs_swapon_label"
16509 msgstr ""
16510
16511 #. type: verbatim
16512 #: ../src/guestfs-actions.pod:6545
16513 #, no-wrap
16514 msgid ""
16515 " int\n"
16516 " guestfs_swapon_label (guestfs_h *g,\n"
16517 "                       const char *label);\n"
16518 "\n"
16519 msgstr ""
16520
16521 #. type: textblock
16522 #: ../src/guestfs-actions.pod:6549
16523 msgid ""
16524 "This command enables swap to a labeled swap partition.  See "
16525 "C<guestfs_swapon_device> for other notes."
16526 msgstr ""
16527
16528 #. type: =head2
16529 #: ../src/guestfs-actions.pod:6556
16530 msgid "guestfs_swapon_uuid"
16531 msgstr ""
16532
16533 #. type: verbatim
16534 #: ../src/guestfs-actions.pod:6558
16535 #, no-wrap
16536 msgid ""
16537 " int\n"
16538 " guestfs_swapon_uuid (guestfs_h *g,\n"
16539 "                      const char *uuid);\n"
16540 "\n"
16541 msgstr ""
16542
16543 #. type: textblock
16544 #: ../src/guestfs-actions.pod:6562
16545 msgid ""
16546 "This command enables swap to a swap partition with the given UUID.  See "
16547 "C<guestfs_swapon_device> for other notes."
16548 msgstr ""
16549
16550 #. type: =head2
16551 #: ../src/guestfs-actions.pod:6569
16552 msgid "guestfs_sync"
16553 msgstr ""
16554
16555 #. type: verbatim
16556 #: ../src/guestfs-actions.pod:6571
16557 #, no-wrap
16558 msgid ""
16559 " int\n"
16560 " guestfs_sync (guestfs_h *g);\n"
16561 "\n"
16562 msgstr ""
16563
16564 #. type: textblock
16565 #: ../src/guestfs-actions.pod:6574 ../fish/guestfish-actions.pod:4445
16566 msgid ""
16567 "This syncs the disk, so that any writes are flushed through to the "
16568 "underlying disk image."
16569 msgstr ""
16570
16571 #. type: textblock
16572 #: ../src/guestfs-actions.pod:6577 ../fish/guestfish-actions.pod:4448
16573 msgid ""
16574 "You should always call this if you have modified a disk image, before "
16575 "closing the handle."
16576 msgstr ""
16577
16578 #. type: =head2
16579 #: ../src/guestfs-actions.pod:6584
16580 msgid "guestfs_tail"
16581 msgstr ""
16582
16583 #. type: verbatim
16584 #: ../src/guestfs-actions.pod:6586
16585 #, no-wrap
16586 msgid ""
16587 " char **\n"
16588 " guestfs_tail (guestfs_h *g,\n"
16589 "               const char *path);\n"
16590 "\n"
16591 msgstr ""
16592
16593 #. type: textblock
16594 #: ../src/guestfs-actions.pod:6590 ../fish/guestfish-actions.pod:4455
16595 msgid "This command returns up to the last 10 lines of a file as a list of strings."
16596 msgstr ""
16597
16598 #. type: =head2
16599 #: ../src/guestfs-actions.pod:6602
16600 msgid "guestfs_tail_n"
16601 msgstr ""
16602
16603 #. type: verbatim
16604 #: ../src/guestfs-actions.pod:6604
16605 #, no-wrap
16606 msgid ""
16607 " char **\n"
16608 " guestfs_tail_n (guestfs_h *g,\n"
16609 "                 int nrlines,\n"
16610 "                 const char *path);\n"
16611 "\n"
16612 msgstr ""
16613
16614 #. type: textblock
16615 #: ../src/guestfs-actions.pod:6609 ../fish/guestfish-actions.pod:4465
16616 msgid ""
16617 "If the parameter C<nrlines> is a positive number, this returns the last "
16618 "C<nrlines> lines of the file C<path>."
16619 msgstr ""
16620
16621 #. type: textblock
16622 #: ../src/guestfs-actions.pod:6612 ../fish/guestfish-actions.pod:4468
16623 msgid ""
16624 "If the parameter C<nrlines> is a negative number, this returns lines from "
16625 "the file C<path>, starting with the C<-nrlines>th line."
16626 msgstr ""
16627
16628 #. type: =head2
16629 #: ../src/guestfs-actions.pod:6626
16630 msgid "guestfs_tar_in"
16631 msgstr ""
16632
16633 #. type: verbatim
16634 #: ../src/guestfs-actions.pod:6628
16635 #, no-wrap
16636 msgid ""
16637 " int\n"
16638 " guestfs_tar_in (guestfs_h *g,\n"
16639 "                 const char *tarfile,\n"
16640 "                 const char *directory);\n"
16641 "\n"
16642 msgstr ""
16643
16644 #. type: textblock
16645 #: ../src/guestfs-actions.pod:6633 ../fish/guestfish-actions.pod:4480
16646 msgid ""
16647 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
16648 "tar file) into C<directory>."
16649 msgstr ""
16650
16651 #. type: textblock
16652 #: ../src/guestfs-actions.pod:6636
16653 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
16654 msgstr ""
16655
16656 #. type: textblock
16657 #: ../src/guestfs-actions.pod:6641 ../src/guestfs-actions.pod:6658 ../src/guestfs-actions.pod:6674 ../src/guestfs-actions.pod:6690
16658 msgid "(Added in 1.0.3)"
16659 msgstr ""
16660
16661 #. type: =head2
16662 #: ../src/guestfs-actions.pod:6643
16663 msgid "guestfs_tar_out"
16664 msgstr ""
16665
16666 #. type: verbatim
16667 #: ../src/guestfs-actions.pod:6645
16668 #, no-wrap
16669 msgid ""
16670 " int\n"
16671 " guestfs_tar_out (guestfs_h *g,\n"
16672 "                  const char *directory,\n"
16673 "                  const char *tarfile);\n"
16674 "\n"
16675 msgstr ""
16676
16677 #. type: textblock
16678 #: ../src/guestfs-actions.pod:6650 ../fish/guestfish-actions.pod:4492
16679 msgid ""
16680 "This command packs the contents of C<directory> and downloads it to local "
16681 "file C<tarfile>."
16682 msgstr ""
16683
16684 #. type: textblock
16685 #: ../src/guestfs-actions.pod:6653
16686 msgid ""
16687 "To download a compressed tarball, use C<guestfs_tgz_out> or "
16688 "C<guestfs_txz_out>."
16689 msgstr ""
16690
16691 #. type: =head2
16692 #: ../src/guestfs-actions.pod:6660
16693 msgid "guestfs_tgz_in"
16694 msgstr ""
16695
16696 #. type: verbatim
16697 #: ../src/guestfs-actions.pod:6662
16698 #, no-wrap
16699 msgid ""
16700 " int\n"
16701 " guestfs_tgz_in (guestfs_h *g,\n"
16702 "                 const char *tarball,\n"
16703 "                 const char *directory);\n"
16704 "\n"
16705 msgstr ""
16706
16707 #. type: textblock
16708 #: ../src/guestfs-actions.pod:6667 ../fish/guestfish-actions.pod:4504
16709 msgid ""
16710 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
16711 "tar file) into C<directory>."
16712 msgstr ""
16713
16714 #. type: textblock
16715 #: ../src/guestfs-actions.pod:6670
16716 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
16717 msgstr ""
16718
16719 #. type: =head2
16720 #: ../src/guestfs-actions.pod:6676
16721 msgid "guestfs_tgz_out"
16722 msgstr ""
16723
16724 #. type: verbatim
16725 #: ../src/guestfs-actions.pod:6678
16726 #, no-wrap
16727 msgid ""
16728 " int\n"
16729 " guestfs_tgz_out (guestfs_h *g,\n"
16730 "                  const char *directory,\n"
16731 "                  const char *tarball);\n"
16732 "\n"
16733 msgstr ""
16734
16735 #. type: textblock
16736 #: ../src/guestfs-actions.pod:6683 ../fish/guestfish-actions.pod:4515
16737 msgid ""
16738 "This command packs the contents of C<directory> and downloads it to local "
16739 "file C<tarball>."
16740 msgstr ""
16741
16742 #. type: textblock
16743 #: ../src/guestfs-actions.pod:6686
16744 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
16745 msgstr ""
16746
16747 #. type: =head2
16748 #: ../src/guestfs-actions.pod:6692
16749 msgid "guestfs_touch"
16750 msgstr ""
16751
16752 #. type: verbatim
16753 #: ../src/guestfs-actions.pod:6694
16754 #, no-wrap
16755 msgid ""
16756 " int\n"
16757 " guestfs_touch (guestfs_h *g,\n"
16758 "                const char *path);\n"
16759 "\n"
16760 msgstr ""
16761
16762 #. type: textblock
16763 #: ../src/guestfs-actions.pod:6698 ../fish/guestfish-actions.pod:4526
16764 msgid ""
16765 "Touch acts like the L<touch(1)> command.  It can be used to update the "
16766 "timestamps on a file, or, if the file does not exist, to create a new "
16767 "zero-length file."
16768 msgstr ""
16769
16770 #. type: textblock
16771 #: ../src/guestfs-actions.pod:6702 ../fish/guestfish-actions.pod:4530
16772 msgid ""
16773 "This command only works on regular files, and will fail on other file types "
16774 "such as directories, symbolic links, block special etc."
16775 msgstr ""
16776
16777 #. type: =head2
16778 #: ../src/guestfs-actions.pod:6709
16779 msgid "guestfs_truncate"
16780 msgstr ""
16781
16782 #. type: verbatim
16783 #: ../src/guestfs-actions.pod:6711
16784 #, no-wrap
16785 msgid ""
16786 " int\n"
16787 " guestfs_truncate (guestfs_h *g,\n"
16788 "                   const char *path);\n"
16789 "\n"
16790 msgstr ""
16791
16792 #. type: textblock
16793 #: ../src/guestfs-actions.pod:6715 ../fish/guestfish-actions.pod:4537
16794 msgid ""
16795 "This command truncates C<path> to a zero-length file.  The file must exist "
16796 "already."
16797 msgstr ""
16798
16799 #. type: =head2
16800 #: ../src/guestfs-actions.pod:6722
16801 msgid "guestfs_truncate_size"
16802 msgstr ""
16803
16804 #. type: verbatim
16805 #: ../src/guestfs-actions.pod:6724
16806 #, no-wrap
16807 msgid ""
16808 " int\n"
16809 " guestfs_truncate_size (guestfs_h *g,\n"
16810 "                        const char *path,\n"
16811 "                        int64_t size);\n"
16812 "\n"
16813 msgstr ""
16814
16815 #. type: textblock
16816 #: ../src/guestfs-actions.pod:6729 ../fish/guestfish-actions.pod:4544
16817 msgid ""
16818 "This command truncates C<path> to size C<size> bytes.  The file must exist "
16819 "already."
16820 msgstr ""
16821
16822 #. type: textblock
16823 #: ../src/guestfs-actions.pod:6732
16824 msgid ""
16825 "If the current file size is less than C<size> then the file is extended to "
16826 "the required size with zero bytes.  This creates a sparse file (ie. disk "
16827 "blocks are not allocated for the file until you write to it).  To create a "
16828 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
16829 msgstr ""
16830
16831 #. type: =head2
16832 #: ../src/guestfs-actions.pod:6742
16833 msgid "guestfs_tune2fs_l"
16834 msgstr ""
16835
16836 #. type: verbatim
16837 #: ../src/guestfs-actions.pod:6744
16838 #, no-wrap
16839 msgid ""
16840 " char **\n"
16841 " guestfs_tune2fs_l (guestfs_h *g,\n"
16842 "                    const char *device);\n"
16843 "\n"
16844 msgstr ""
16845
16846 #. type: textblock
16847 #: ../src/guestfs-actions.pod:6748 ../fish/guestfish-actions.pod:4557
16848 msgid ""
16849 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
16850 "C<device>."
16851 msgstr ""
16852
16853 #. type: textblock
16854 #: ../src/guestfs-actions.pod:6751 ../fish/guestfish-actions.pod:4560
16855 msgid ""
16856 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
16857 "for more details.  The list of fields returned isn't clearly defined, and "
16858 "depends on both the version of C<tune2fs> that libguestfs was built against, "
16859 "and the filesystem itself."
16860 msgstr ""
16861
16862 #. type: =head2
16863 #: ../src/guestfs-actions.pod:6764
16864 msgid "guestfs_txz_in"
16865 msgstr ""
16866
16867 #. type: verbatim
16868 #: ../src/guestfs-actions.pod:6766
16869 #, no-wrap
16870 msgid ""
16871 " int\n"
16872 " guestfs_txz_in (guestfs_h *g,\n"
16873 "                 const char *tarball,\n"
16874 "                 const char *directory);\n"
16875 "\n"
16876 msgstr ""
16877
16878 #. type: textblock
16879 #: ../src/guestfs-actions.pod:6771 ../fish/guestfish-actions.pod:4569
16880 msgid ""
16881 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
16882 "tar file) into C<directory>."
16883 msgstr ""
16884
16885 #. type: =head2
16886 #: ../src/guestfs-actions.pod:6778
16887 msgid "guestfs_txz_out"
16888 msgstr ""
16889
16890 #. type: verbatim
16891 #: ../src/guestfs-actions.pod:6780
16892 #, no-wrap
16893 msgid ""
16894 " int\n"
16895 " guestfs_txz_out (guestfs_h *g,\n"
16896 "                  const char *directory,\n"
16897 "                  const char *tarball);\n"
16898 "\n"
16899 msgstr ""
16900
16901 #. type: textblock
16902 #: ../src/guestfs-actions.pod:6785 ../fish/guestfish-actions.pod:4578
16903 msgid ""
16904 "This command packs the contents of C<directory> and downloads it to local "
16905 "file C<tarball> (as an xz compressed tar archive)."
16906 msgstr ""
16907
16908 #. type: =head2
16909 #: ../src/guestfs-actions.pod:6792
16910 msgid "guestfs_umask"
16911 msgstr ""
16912
16913 #. type: verbatim
16914 #: ../src/guestfs-actions.pod:6794
16915 #, no-wrap
16916 msgid ""
16917 " int\n"
16918 " guestfs_umask (guestfs_h *g,\n"
16919 "                int mask);\n"
16920 "\n"
16921 msgstr ""
16922
16923 #. type: textblock
16924 #: ../src/guestfs-actions.pod:6798 ../fish/guestfish-actions.pod:4587
16925 msgid ""
16926 "This function sets the mask used for creating new files and device nodes to "
16927 "C<mask & 0777>."
16928 msgstr ""
16929
16930 #. type: textblock
16931 #: ../src/guestfs-actions.pod:6801 ../fish/guestfish-actions.pod:4590
16932 msgid ""
16933 "Typical umask values would be C<022> which creates new files with "
16934 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
16935 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
16936 msgstr ""
16937
16938 #. type: textblock
16939 #: ../src/guestfs-actions.pod:6806 ../fish/guestfish-actions.pod:4595
16940 msgid ""
16941 "The default umask is C<022>.  This is important because it means that "
16942 "directories and device nodes will be created with C<0644> or C<0755> mode "
16943 "even if you specify C<0777>."
16944 msgstr ""
16945
16946 #. type: textblock
16947 #: ../src/guestfs-actions.pod:6810
16948 msgid ""
16949 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
16950 "C<guestfs_mkdir>."
16951 msgstr ""
16952
16953 #. type: textblock
16954 #: ../src/guestfs-actions.pod:6813 ../fish/guestfish-actions.pod:4602
16955 msgid "This call returns the previous umask."
16956 msgstr ""
16957
16958 #. type: =head2
16959 #: ../src/guestfs-actions.pod:6819
16960 msgid "guestfs_umount"
16961 msgstr ""
16962
16963 #. type: verbatim
16964 #: ../src/guestfs-actions.pod:6821
16965 #, no-wrap
16966 msgid ""
16967 " int\n"
16968 " guestfs_umount (guestfs_h *g,\n"
16969 "                 const char *pathordevice);\n"
16970 "\n"
16971 msgstr ""
16972
16973 #. type: textblock
16974 #: ../src/guestfs-actions.pod:6825 ../fish/guestfish-actions.pod:4610
16975 msgid ""
16976 "This unmounts the given filesystem.  The filesystem may be specified either "
16977 "by its mountpoint (path) or the device which contains the filesystem."
16978 msgstr ""
16979
16980 #. type: =head2
16981 #: ../src/guestfs-actions.pod:6833
16982 msgid "guestfs_umount_all"
16983 msgstr ""
16984
16985 #. type: verbatim
16986 #: ../src/guestfs-actions.pod:6835
16987 #, no-wrap
16988 msgid ""
16989 " int\n"
16990 " guestfs_umount_all (guestfs_h *g);\n"
16991 "\n"
16992 msgstr ""
16993
16994 #. type: textblock
16995 #: ../src/guestfs-actions.pod:6838 ../fish/guestfish-actions.pod:4620
16996 msgid "This unmounts all mounted filesystems."
16997 msgstr ""
16998
16999 #. type: textblock
17000 #: ../src/guestfs-actions.pod:6840 ../fish/guestfish-actions.pod:4622
17001 msgid "Some internal mounts are not unmounted by this call."
17002 msgstr ""
17003
17004 #. type: =head2
17005 #: ../src/guestfs-actions.pod:6846
17006 msgid "guestfs_upload"
17007 msgstr ""
17008
17009 #. type: verbatim
17010 #: ../src/guestfs-actions.pod:6848
17011 #, no-wrap
17012 msgid ""
17013 " int\n"
17014 " guestfs_upload (guestfs_h *g,\n"
17015 "                 const char *filename,\n"
17016 "                 const char *remotefilename);\n"
17017 "\n"
17018 msgstr ""
17019
17020 #. type: textblock
17021 #: ../src/guestfs-actions.pod:6853 ../src/guestfs-actions.pod:6877 ../fish/guestfish-actions.pod:4628 ../fish/guestfish-actions.pod:4641
17022 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
17023 msgstr ""
17024
17025 #. type: textblock
17026 #: ../src/guestfs-actions.pod:6858
17027 msgid "See also C<guestfs_download>."
17028 msgstr ""
17029
17030 #. type: =head2
17031 #: ../src/guestfs-actions.pod:6869
17032 msgid "guestfs_upload_offset"
17033 msgstr ""
17034
17035 #. type: verbatim
17036 #: ../src/guestfs-actions.pod:6871
17037 #, no-wrap
17038 msgid ""
17039 " int\n"
17040 " guestfs_upload_offset (guestfs_h *g,\n"
17041 "                        const char *filename,\n"
17042 "                        const char *remotefilename,\n"
17043 "                        int64_t offset);\n"
17044 "\n"
17045 msgstr ""
17046
17047 #. type: textblock
17048 #: ../src/guestfs-actions.pod:6880 ../fish/guestfish-actions.pod:4644
17049 msgid ""
17050 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
17051 "The intention is to overwrite parts of existing files or devices, although "
17052 "if a non-existant file is specified then it is created with a \"hole\" "
17053 "before C<offset>.  The size of the data written is implicit in the size of "
17054 "the source C<filename>."
17055 msgstr ""
17056
17057 #. type: textblock
17058 #: ../src/guestfs-actions.pod:6887
17059 msgid ""
17060 "Note that there is no limit on the amount of data that can be uploaded with "
17061 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
17062 "full amount unless an error occurs."
17063 msgstr ""
17064
17065 #. type: textblock
17066 #: ../src/guestfs-actions.pod:6892
17067 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
17068 msgstr ""
17069
17070 #. type: =head2
17071 #: ../src/guestfs-actions.pod:6903
17072 msgid "guestfs_utimens"
17073 msgstr ""
17074
17075 #. type: verbatim
17076 #: ../src/guestfs-actions.pod:6905
17077 #, no-wrap
17078 msgid ""
17079 " int\n"
17080 " guestfs_utimens (guestfs_h *g,\n"
17081 "                  const char *path,\n"
17082 "                  int64_t atsecs,\n"
17083 "                  int64_t atnsecs,\n"
17084 "                  int64_t mtsecs,\n"
17085 "                  int64_t mtnsecs);\n"
17086 "\n"
17087 msgstr ""
17088
17089 #. type: textblock
17090 #: ../src/guestfs-actions.pod:6913 ../fish/guestfish-actions.pod:4664
17091 msgid "This command sets the timestamps of a file with nanosecond precision."
17092 msgstr ""
17093
17094 #. type: textblock
17095 #: ../src/guestfs-actions.pod:6916 ../fish/guestfish-actions.pod:4667
17096 msgid ""
17097 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
17098 "from the epoch."
17099 msgstr ""
17100
17101 #. type: textblock
17102 #: ../src/guestfs-actions.pod:6919 ../fish/guestfish-actions.pod:4670
17103 msgid ""
17104 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
17105 "nanoseconds from the epoch."
17106 msgstr ""
17107
17108 #. type: textblock
17109 #: ../src/guestfs-actions.pod:6922 ../fish/guestfish-actions.pod:4673
17110 msgid ""
17111 "If the C<*nsecs> field contains the special value C<-1> then the "
17112 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
17113 "ignored in this case)."
17114 msgstr ""
17115
17116 #. type: textblock
17117 #: ../src/guestfs-actions.pod:6926 ../fish/guestfish-actions.pod:4677
17118 msgid ""
17119 "If the C<*nsecs> field contains the special value C<-2> then the "
17120 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
17121 "in this case)."
17122 msgstr ""
17123
17124 #. type: =head2
17125 #: ../src/guestfs-actions.pod:6934 ../src/guestfs-structs.pod:175
17126 msgid "guestfs_version"
17127 msgstr ""
17128
17129 #. type: verbatim
17130 #: ../src/guestfs-actions.pod:6936
17131 #, no-wrap
17132 msgid ""
17133 " struct guestfs_version *\n"
17134 " guestfs_version (guestfs_h *g);\n"
17135 "\n"
17136 msgstr ""
17137
17138 #. type: textblock
17139 #: ../src/guestfs-actions.pod:6939 ../fish/guestfish-actions.pod:4685
17140 msgid "Return the libguestfs version number that the program is linked against."
17141 msgstr ""
17142
17143 #. type: textblock
17144 #: ../src/guestfs-actions.pod:6942 ../fish/guestfish-actions.pod:4688
17145 msgid ""
17146 "Note that because of dynamic linking this is not necessarily the version of "
17147 "libguestfs that you compiled against.  You can compile the program, and then "
17148 "at runtime dynamically link against a completely different C<libguestfs.so> "
17149 "library."
17150 msgstr ""
17151
17152 #. type: textblock
17153 #: ../src/guestfs-actions.pod:6947 ../fish/guestfish-actions.pod:4693
17154 msgid ""
17155 "This call was added in version C<1.0.58>.  In previous versions of "
17156 "libguestfs there was no way to get the version number.  From C code you can "
17157 "use dynamic linker functions to find out if this symbol exists (if it "
17158 "doesn't, then it's an earlier version)."
17159 msgstr ""
17160
17161 #. type: textblock
17162 #: ../src/guestfs-actions.pod:6953 ../fish/guestfish-actions.pod:4699
17163 msgid ""
17164 "The call returns a structure with four elements.  The first three (C<major>, "
17165 "C<minor> and C<release>) are numbers and correspond to the usual version "
17166 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
17167 "but may be used for distro-specific information."
17168 msgstr ""
17169
17170 #. type: textblock
17171 #: ../src/guestfs-actions.pod:6959 ../fish/guestfish-actions.pod:4705
17172 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
17173 msgstr ""
17174
17175 #. type: textblock
17176 #: ../src/guestfs-actions.pod:6962 ../fish/guestfish-actions.pod:4708
17177 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
17178 msgstr ""
17179
17180 #. type: textblock
17181 #: ../src/guestfs-actions.pod:6964
17182 msgid ""
17183 "I<Note:> Don't use this call to test for availability of features.  In "
17184 "enterprise distributions we backport features from later versions into "
17185 "earlier versions, making this an unreliable way to test for features.  Use "
17186 "C<guestfs_available> instead."
17187 msgstr ""
17188
17189 #. type: textblock
17190 #: ../src/guestfs-actions.pod:6970
17191 msgid ""
17192 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
17193 "error.  I<The caller must call C<guestfs_free_version> after use>."
17194 msgstr ""
17195
17196 #. type: textblock
17197 #: ../src/guestfs-actions.pod:6974
17198 msgid "(Added in 1.0.58)"
17199 msgstr ""
17200
17201 #. type: =head2
17202 #: ../src/guestfs-actions.pod:6976
17203 msgid "guestfs_vfs_label"
17204 msgstr ""
17205
17206 #. type: verbatim
17207 #: ../src/guestfs-actions.pod:6978
17208 #, no-wrap
17209 msgid ""
17210 " char *\n"
17211 " guestfs_vfs_label (guestfs_h *g,\n"
17212 "                    const char *device);\n"
17213 "\n"
17214 msgstr ""
17215
17216 #. type: textblock
17217 #: ../src/guestfs-actions.pod:6982 ../fish/guestfish-actions.pod:4720
17218 msgid "This returns the filesystem label of the filesystem on C<device>."
17219 msgstr ""
17220
17221 #. type: textblock
17222 #: ../src/guestfs-actions.pod:6985 ../fish/guestfish-actions.pod:4723
17223 msgid "If the filesystem is unlabeled, this returns the empty string."
17224 msgstr ""
17225
17226 #. type: textblock
17227 #: ../src/guestfs-actions.pod:6987
17228 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
17229 msgstr ""
17230
17231 #. type: textblock
17232 #: ../src/guestfs-actions.pod:6992 ../src/guestfs-actions.pod:7029
17233 msgid "(Added in 1.3.18)"
17234 msgstr ""
17235
17236 #. type: =head2
17237 #: ../src/guestfs-actions.pod:6994
17238 msgid "guestfs_vfs_type"
17239 msgstr ""
17240
17241 #. type: verbatim
17242 #: ../src/guestfs-actions.pod:6996
17243 #, no-wrap
17244 msgid ""
17245 " char *\n"
17246 " guestfs_vfs_type (guestfs_h *g,\n"
17247 "                   const char *device);\n"
17248 "\n"
17249 msgstr ""
17250
17251 #. type: textblock
17252 #: ../src/guestfs-actions.pod:7000 ../fish/guestfish-actions.pod:4731
17253 msgid ""
17254 "This command gets the filesystem type corresponding to the filesystem on "
17255 "C<device>."
17256 msgstr ""
17257
17258 #. type: textblock
17259 #: ../src/guestfs-actions.pod:7003 ../fish/guestfish-actions.pod:4734
17260 msgid ""
17261 "For most filesystems, the result is the name of the Linux VFS module which "
17262 "would be used to mount this filesystem if you mounted it without specifying "
17263 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
17264 msgstr ""
17265
17266 #. type: =head2
17267 #: ../src/guestfs-actions.pod:7013
17268 msgid "guestfs_vfs_uuid"
17269 msgstr ""
17270
17271 #. type: verbatim
17272 #: ../src/guestfs-actions.pod:7015
17273 #, no-wrap
17274 msgid ""
17275 " char *\n"
17276 " guestfs_vfs_uuid (guestfs_h *g,\n"
17277 "                   const char *device);\n"
17278 "\n"
17279 msgstr ""
17280
17281 #. type: textblock
17282 #: ../src/guestfs-actions.pod:7019 ../fish/guestfish-actions.pod:4743
17283 msgid "This returns the filesystem UUID of the filesystem on C<device>."
17284 msgstr ""
17285
17286 #. type: textblock
17287 #: ../src/guestfs-actions.pod:7022 ../fish/guestfish-actions.pod:4746
17288 msgid "If the filesystem does not have a UUID, this returns the empty string."
17289 msgstr ""
17290
17291 #. type: textblock
17292 #: ../src/guestfs-actions.pod:7024
17293 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
17294 msgstr ""
17295
17296 #. type: =head2
17297 #: ../src/guestfs-actions.pod:7031
17298 msgid "guestfs_vg_activate"
17299 msgstr ""
17300
17301 #. type: verbatim
17302 #: ../src/guestfs-actions.pod:7033
17303 #, no-wrap
17304 msgid ""
17305 " int\n"
17306 " guestfs_vg_activate (guestfs_h *g,\n"
17307 "                      int activate,\n"
17308 "                      char *const *volgroups);\n"
17309 "\n"
17310 msgstr ""
17311
17312 #. type: textblock
17313 #: ../src/guestfs-actions.pod:7038 ../fish/guestfish-actions.pod:4754
17314 msgid ""
17315 "This command activates or (if C<activate> is false) deactivates all logical "
17316 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
17317 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
17318 "deactivated, then those devices disappear."
17319 msgstr ""
17320
17321 #. type: textblock
17322 #: ../src/guestfs-actions.pod:7044 ../fish/guestfish-actions.pod:4760
17323 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
17324 msgstr ""
17325
17326 #. type: textblock
17327 #: ../src/guestfs-actions.pod:7046 ../fish/guestfish-actions.pod:4762
17328 msgid ""
17329 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
17330 "activated or deactivated."
17331 msgstr ""
17332
17333 #. type: =head2
17334 #: ../src/guestfs-actions.pod:7053
17335 msgid "guestfs_vg_activate_all"
17336 msgstr ""
17337
17338 #. type: verbatim
17339 #: ../src/guestfs-actions.pod:7055
17340 #, no-wrap
17341 msgid ""
17342 " int\n"
17343 " guestfs_vg_activate_all (guestfs_h *g,\n"
17344 "                          int activate);\n"
17345 "\n"
17346 msgstr ""
17347
17348 #. type: textblock
17349 #: ../src/guestfs-actions.pod:7059 ../fish/guestfish-actions.pod:4769
17350 msgid ""
17351 "This command activates or (if C<activate> is false) deactivates all logical "
17352 "volumes in all volume groups.  If activated, then they are made known to the "
17353 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
17354 "those devices disappear."
17355 msgstr ""
17356
17357 #. type: textblock
17358 #: ../src/guestfs-actions.pod:7065 ../fish/guestfish-actions.pod:4775
17359 msgid "This command is the same as running C<vgchange -a y|n>"
17360 msgstr ""
17361
17362 #. type: =head2
17363 #: ../src/guestfs-actions.pod:7071
17364 msgid "guestfs_vgcreate"
17365 msgstr ""
17366
17367 #. type: verbatim
17368 #: ../src/guestfs-actions.pod:7073
17369 #, no-wrap
17370 msgid ""
17371 " int\n"
17372 " guestfs_vgcreate (guestfs_h *g,\n"
17373 "                   const char *volgroup,\n"
17374 "                   char *const *physvols);\n"
17375 "\n"
17376 msgstr ""
17377
17378 #. type: textblock
17379 #: ../src/guestfs-actions.pod:7078 ../fish/guestfish-actions.pod:4781
17380 msgid ""
17381 "This creates an LVM volume group called C<volgroup> from the non-empty list "
17382 "of physical volumes C<physvols>."
17383 msgstr ""
17384
17385 #. type: =head2
17386 #: ../src/guestfs-actions.pod:7085
17387 msgid "guestfs_vglvuuids"
17388 msgstr ""
17389
17390 #. type: verbatim
17391 #: ../src/guestfs-actions.pod:7087
17392 #, no-wrap
17393 msgid ""
17394 " char **\n"
17395 " guestfs_vglvuuids (guestfs_h *g,\n"
17396 "                    const char *vgname);\n"
17397 "\n"
17398 msgstr ""
17399
17400 #. type: textblock
17401 #: ../src/guestfs-actions.pod:7091 ../fish/guestfish-actions.pod:4788
17402 msgid ""
17403 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
17404 "volumes created in this volume group."
17405 msgstr ""
17406
17407 #. type: textblock
17408 #: ../src/guestfs-actions.pod:7094
17409 msgid ""
17410 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
17411 "associate logical volumes and volume groups."
17412 msgstr ""
17413
17414 #. type: textblock
17415 #: ../src/guestfs-actions.pod:7097
17416 msgid "See also C<guestfs_vgpvuuids>."
17417 msgstr ""
17418
17419 #. type: =head2
17420 #: ../src/guestfs-actions.pod:7105
17421 msgid "guestfs_vgpvuuids"
17422 msgstr ""
17423
17424 #. type: verbatim
17425 #: ../src/guestfs-actions.pod:7107
17426 #, no-wrap
17427 msgid ""
17428 " char **\n"
17429 " guestfs_vgpvuuids (guestfs_h *g,\n"
17430 "                    const char *vgname);\n"
17431 "\n"
17432 msgstr ""
17433
17434 #. type: textblock
17435 #: ../src/guestfs-actions.pod:7111 ../fish/guestfish-actions.pod:4800
17436 msgid ""
17437 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
17438 "volumes that this volume group resides on."
17439 msgstr ""
17440
17441 #. type: textblock
17442 #: ../src/guestfs-actions.pod:7114
17443 msgid ""
17444 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
17445 "associate physical volumes and volume groups."
17446 msgstr ""
17447
17448 #. type: textblock
17449 #: ../src/guestfs-actions.pod:7117
17450 msgid "See also C<guestfs_vglvuuids>."
17451 msgstr ""
17452
17453 #. type: =head2
17454 #: ../src/guestfs-actions.pod:7125
17455 msgid "guestfs_vgremove"
17456 msgstr ""
17457
17458 #. type: verbatim
17459 #: ../src/guestfs-actions.pod:7127
17460 #, no-wrap
17461 msgid ""
17462 " int\n"
17463 " guestfs_vgremove (guestfs_h *g,\n"
17464 "                   const char *vgname);\n"
17465 "\n"
17466 msgstr ""
17467
17468 #. type: textblock
17469 #: ../src/guestfs-actions.pod:7131 ../fish/guestfish-actions.pod:4812
17470 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
17471 msgstr ""
17472
17473 #. type: textblock
17474 #: ../src/guestfs-actions.pod:7133 ../fish/guestfish-actions.pod:4814
17475 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
17476 msgstr ""
17477
17478 #. type: =head2
17479 #: ../src/guestfs-actions.pod:7140
17480 msgid "guestfs_vgrename"
17481 msgstr ""
17482
17483 #. type: verbatim
17484 #: ../src/guestfs-actions.pod:7142
17485 #, no-wrap
17486 msgid ""
17487 " int\n"
17488 " guestfs_vgrename (guestfs_h *g,\n"
17489 "                   const char *volgroup,\n"
17490 "                   const char *newvolgroup);\n"
17491 "\n"
17492 msgstr ""
17493
17494 #. type: textblock
17495 #: ../src/guestfs-actions.pod:7147 ../fish/guestfish-actions.pod:4821
17496 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
17497 msgstr ""
17498
17499 #. type: =head2
17500 #: ../src/guestfs-actions.pod:7153
17501 msgid "guestfs_vgs"
17502 msgstr ""
17503
17504 #. type: verbatim
17505 #: ../src/guestfs-actions.pod:7155
17506 #, no-wrap
17507 msgid ""
17508 " char **\n"
17509 " guestfs_vgs (guestfs_h *g);\n"
17510 "\n"
17511 msgstr ""
17512
17513 #. type: textblock
17514 #: ../src/guestfs-actions.pod:7158 ../fish/guestfish-actions.pod:4827
17515 msgid ""
17516 "List all the volumes groups detected.  This is the equivalent of the "
17517 "L<vgs(8)> command."
17518 msgstr ""
17519
17520 #. type: textblock
17521 #: ../src/guestfs-actions.pod:7161 ../fish/guestfish-actions.pod:4830
17522 msgid ""
17523 "This returns a list of just the volume group names that were detected "
17524 "(eg. C<VolGroup00>)."
17525 msgstr ""
17526
17527 #. type: textblock
17528 #: ../src/guestfs-actions.pod:7164
17529 msgid "See also C<guestfs_vgs_full>."
17530 msgstr ""
17531
17532 #. type: =head2
17533 #: ../src/guestfs-actions.pod:7172
17534 msgid "guestfs_vgs_full"
17535 msgstr ""
17536
17537 #. type: verbatim
17538 #: ../src/guestfs-actions.pod:7174
17539 #, no-wrap
17540 msgid ""
17541 " struct guestfs_lvm_vg_list *\n"
17542 " guestfs_vgs_full (guestfs_h *g);\n"
17543 "\n"
17544 msgstr ""
17545
17546 #. type: textblock
17547 #: ../src/guestfs-actions.pod:7177 ../fish/guestfish-actions.pod:4839
17548 msgid ""
17549 "List all the volumes groups detected.  This is the equivalent of the "
17550 "L<vgs(8)> command.  The \"full\" version includes all fields."
17551 msgstr ""
17552
17553 #. type: textblock
17554 #: ../src/guestfs-actions.pod:7180
17555 msgid ""
17556 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
17557 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
17558 "use>."
17559 msgstr ""
17560
17561 #. type: =head2
17562 #: ../src/guestfs-actions.pod:7186
17563 msgid "guestfs_vgscan"
17564 msgstr ""
17565
17566 #. type: verbatim
17567 #: ../src/guestfs-actions.pod:7188
17568 #, no-wrap
17569 msgid ""
17570 " int\n"
17571 " guestfs_vgscan (guestfs_h *g);\n"
17572 "\n"
17573 msgstr ""
17574
17575 #. type: textblock
17576 #: ../src/guestfs-actions.pod:7191 ../fish/guestfish-actions.pod:4846
17577 msgid ""
17578 "This rescans all block devices and rebuilds the list of LVM physical "
17579 "volumes, volume groups and logical volumes."
17580 msgstr ""
17581
17582 #. type: =head2
17583 #: ../src/guestfs-actions.pod:7198
17584 msgid "guestfs_vguuid"
17585 msgstr ""
17586
17587 #. type: verbatim
17588 #: ../src/guestfs-actions.pod:7200
17589 #, no-wrap
17590 msgid ""
17591 " char *\n"
17592 " guestfs_vguuid (guestfs_h *g,\n"
17593 "                 const char *vgname);\n"
17594 "\n"
17595 msgstr ""
17596
17597 #. type: textblock
17598 #: ../src/guestfs-actions.pod:7204 ../fish/guestfish-actions.pod:4853
17599 msgid "This command returns the UUID of the LVM VG named C<vgname>."
17600 msgstr ""
17601
17602 #. type: =head2
17603 #: ../src/guestfs-actions.pod:7211
17604 msgid "guestfs_wait_ready"
17605 msgstr ""
17606
17607 #. type: verbatim
17608 #: ../src/guestfs-actions.pod:7213
17609 #, no-wrap
17610 msgid ""
17611 " int\n"
17612 " guestfs_wait_ready (guestfs_h *g);\n"
17613 "\n"
17614 msgstr ""
17615
17616 #. type: textblock
17617 #: ../src/guestfs-actions.pod:7216
17618 msgid "This function is a no op."
17619 msgstr ""
17620
17621 #. type: textblock
17622 #: ../src/guestfs-actions.pod:7218
17623 msgid ""
17624 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
17625 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
17626 "is no longer necessary because C<guestfs_launch> now does the waiting."
17627 msgstr ""
17628
17629 #. type: textblock
17630 #: ../src/guestfs-actions.pod:7223
17631 msgid ""
17632 "If you see any calls to this function in code then you can just remove them, "
17633 "unless you want to retain compatibility with older versions of the API."
17634 msgstr ""
17635
17636 #. type: textblock
17637 #: ../src/guestfs-actions.pod:7229
17638 msgid "This function is deprecated.  In new code, use the C<launch> call instead."
17639 msgstr ""
17640
17641 #. type: =head2
17642 #: ../src/guestfs-actions.pod:7238
17643 msgid "guestfs_wc_c"
17644 msgstr ""
17645
17646 #. type: verbatim
17647 #: ../src/guestfs-actions.pod:7240
17648 #, no-wrap
17649 msgid ""
17650 " int\n"
17651 " guestfs_wc_c (guestfs_h *g,\n"
17652 "               const char *path);\n"
17653 "\n"
17654 msgstr ""
17655
17656 #. type: textblock
17657 #: ../src/guestfs-actions.pod:7244 ../fish/guestfish-actions.pod:4859
17658 msgid ""
17659 "This command counts the characters in a file, using the C<wc -c> external "
17660 "command."
17661 msgstr ""
17662
17663 #. type: =head2
17664 #: ../src/guestfs-actions.pod:7251
17665 msgid "guestfs_wc_l"
17666 msgstr ""
17667
17668 #. type: verbatim
17669 #: ../src/guestfs-actions.pod:7253
17670 #, no-wrap
17671 msgid ""
17672 " int\n"
17673 " guestfs_wc_l (guestfs_h *g,\n"
17674 "               const char *path);\n"
17675 "\n"
17676 msgstr ""
17677
17678 #. type: textblock
17679 #: ../src/guestfs-actions.pod:7257 ../fish/guestfish-actions.pod:4866
17680 msgid ""
17681 "This command counts the lines in a file, using the C<wc -l> external "
17682 "command."
17683 msgstr ""
17684
17685 #. type: =head2
17686 #: ../src/guestfs-actions.pod:7264
17687 msgid "guestfs_wc_w"
17688 msgstr ""
17689
17690 #. type: verbatim
17691 #: ../src/guestfs-actions.pod:7266
17692 #, no-wrap
17693 msgid ""
17694 " int\n"
17695 " guestfs_wc_w (guestfs_h *g,\n"
17696 "               const char *path);\n"
17697 "\n"
17698 msgstr ""
17699
17700 #. type: textblock
17701 #: ../src/guestfs-actions.pod:7270 ../fish/guestfish-actions.pod:4873
17702 msgid ""
17703 "This command counts the words in a file, using the C<wc -w> external "
17704 "command."
17705 msgstr ""
17706
17707 #. type: =head2
17708 #: ../src/guestfs-actions.pod:7277
17709 msgid "guestfs_write"
17710 msgstr ""
17711
17712 #. type: verbatim
17713 #: ../src/guestfs-actions.pod:7279
17714 #, no-wrap
17715 msgid ""
17716 " int\n"
17717 " guestfs_write (guestfs_h *g,\n"
17718 "                const char *path,\n"
17719 "                const char *content,\n"
17720 "                size_t content_size);\n"
17721 "\n"
17722 msgstr ""
17723
17724 #. type: textblock
17725 #: ../src/guestfs-actions.pod:7285 ../fish/guestfish-actions.pod:4880
17726 msgid ""
17727 "This call creates a file called C<path>.  The content of the file is the "
17728 "string C<content> (which can contain any 8 bit data)."
17729 msgstr ""
17730
17731 #. type: =head2
17732 #: ../src/guestfs-actions.pod:7295
17733 msgid "guestfs_write_file"
17734 msgstr ""
17735
17736 #. type: verbatim
17737 #: ../src/guestfs-actions.pod:7297
17738 #, no-wrap
17739 msgid ""
17740 " int\n"
17741 " guestfs_write_file (guestfs_h *g,\n"
17742 "                     const char *path,\n"
17743 "                     const char *content,\n"
17744 "                     int size);\n"
17745 "\n"
17746 msgstr ""
17747
17748 #. type: textblock
17749 #: ../src/guestfs-actions.pod:7303 ../fish/guestfish-actions.pod:4890
17750 msgid ""
17751 "This call creates a file called C<path>.  The contents of the file is the "
17752 "string C<content> (which can contain any 8 bit data), with length C<size>."
17753 msgstr ""
17754
17755 #. type: textblock
17756 #: ../src/guestfs-actions.pod:7307 ../fish/guestfish-actions.pod:4894
17757 msgid ""
17758 "As a special case, if C<size> is C<0> then the length is calculated using "
17759 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
17760 msgstr ""
17761
17762 #. type: textblock
17763 #: ../src/guestfs-actions.pod:7311 ../fish/guestfish-actions.pod:4898
17764 msgid ""
17765 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
17766 "I<not> work, even if the length is specified."
17767 msgstr ""
17768
17769 #. type: textblock
17770 #: ../src/guestfs-actions.pod:7319 ../fish/guestfish-actions.pod:4904
17771 msgid "This function is deprecated.  In new code, use the C<write> call instead."
17772 msgstr ""
17773
17774 #. type: =head2
17775 #: ../src/guestfs-actions.pod:7328
17776 msgid "guestfs_zegrep"
17777 msgstr ""
17778
17779 #. type: verbatim
17780 #: ../src/guestfs-actions.pod:7330
17781 #, no-wrap
17782 msgid ""
17783 " char **\n"
17784 " guestfs_zegrep (guestfs_h *g,\n"
17785 "                 const char *regex,\n"
17786 "                 const char *path);\n"
17787 "\n"
17788 msgstr ""
17789
17790 #. type: textblock
17791 #: ../src/guestfs-actions.pod:7335 ../fish/guestfish-actions.pod:4915
17792 msgid "This calls the external C<zegrep> program and returns the matching lines."
17793 msgstr ""
17794
17795 #. type: =head2
17796 #: ../src/guestfs-actions.pod:7347
17797 msgid "guestfs_zegrepi"
17798 msgstr ""
17799
17800 #. type: verbatim
17801 #: ../src/guestfs-actions.pod:7349
17802 #, no-wrap
17803 msgid ""
17804 " char **\n"
17805 " guestfs_zegrepi (guestfs_h *g,\n"
17806 "                  const char *regex,\n"
17807 "                  const char *path);\n"
17808 "\n"
17809 msgstr ""
17810
17811 #. type: textblock
17812 #: ../src/guestfs-actions.pod:7354 ../fish/guestfish-actions.pod:4925
17813 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
17814 msgstr ""
17815
17816 #. type: =head2
17817 #: ../src/guestfs-actions.pod:7366
17818 msgid "guestfs_zero"
17819 msgstr ""
17820
17821 #. type: verbatim
17822 #: ../src/guestfs-actions.pod:7368
17823 #, no-wrap
17824 msgid ""
17825 " int\n"
17826 " guestfs_zero (guestfs_h *g,\n"
17827 "               const char *device);\n"
17828 "\n"
17829 msgstr ""
17830
17831 #. type: textblock
17832 #: ../src/guestfs-actions.pod:7372 ../fish/guestfish-actions.pod:4935
17833 msgid "This command writes zeroes over the first few blocks of C<device>."
17834 msgstr ""
17835
17836 #. type: textblock
17837 #: ../src/guestfs-actions.pod:7374 ../fish/guestfish-actions.pod:4937
17838 msgid ""
17839 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
17840 "securely wipe the device).  It should be sufficient to remove any partition "
17841 "tables, filesystem superblocks and so on."
17842 msgstr ""
17843
17844 #. type: textblock
17845 #: ../src/guestfs-actions.pod:7378
17846 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
17847 msgstr ""
17848
17849 #. type: =head2
17850 #: ../src/guestfs-actions.pod:7389
17851 msgid "guestfs_zero_device"
17852 msgstr ""
17853
17854 #. type: verbatim
17855 #: ../src/guestfs-actions.pod:7391
17856 #, no-wrap
17857 msgid ""
17858 " int\n"
17859 " guestfs_zero_device (guestfs_h *g,\n"
17860 "                      const char *device);\n"
17861 "\n"
17862 msgstr ""
17863
17864 #. type: textblock
17865 #: ../src/guestfs-actions.pod:7395
17866 msgid ""
17867 "This command writes zeroes over the entire C<device>.  Compare with "
17868 "C<guestfs_zero> which just zeroes the first few blocks of a device."
17869 msgstr ""
17870
17871 #. type: textblock
17872 #: ../src/guestfs-actions.pod:7409
17873 msgid "(Added in 1.3.1)"
17874 msgstr ""
17875
17876 #. type: =head2
17877 #: ../src/guestfs-actions.pod:7411
17878 msgid "guestfs_zerofree"
17879 msgstr ""
17880
17881 #. type: verbatim
17882 #: ../src/guestfs-actions.pod:7413
17883 #, no-wrap
17884 msgid ""
17885 " int\n"
17886 " guestfs_zerofree (guestfs_h *g,\n"
17887 "                   const char *device);\n"
17888 "\n"
17889 msgstr ""
17890
17891 #. type: textblock
17892 #: ../src/guestfs-actions.pod:7417 ../fish/guestfish-actions.pod:4958
17893 msgid ""
17894 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
17895 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
17896 "possible to compress the filesystem more effectively."
17897 msgstr ""
17898
17899 #. type: textblock
17900 #: ../src/guestfs-actions.pod:7422 ../fish/guestfish-actions.pod:4963
17901 msgid "You should B<not> run this program if the filesystem is mounted."
17902 msgstr ""
17903
17904 #. type: textblock
17905 #: ../src/guestfs-actions.pod:7425 ../fish/guestfish-actions.pod:4966
17906 msgid ""
17907 "It is possible that using this program can damage the filesystem or data on "
17908 "the filesystem."
17909 msgstr ""
17910
17911 #. type: =head2
17912 #: ../src/guestfs-actions.pod:7432
17913 msgid "guestfs_zfgrep"
17914 msgstr ""
17915
17916 #. type: verbatim
17917 #: ../src/guestfs-actions.pod:7434
17918 #, no-wrap
17919 msgid ""
17920 " char **\n"
17921 " guestfs_zfgrep (guestfs_h *g,\n"
17922 "                 const char *pattern,\n"
17923 "                 const char *path);\n"
17924 "\n"
17925 msgstr ""
17926
17927 #. type: textblock
17928 #: ../src/guestfs-actions.pod:7439 ../fish/guestfish-actions.pod:4973
17929 msgid "This calls the external C<zfgrep> program and returns the matching lines."
17930 msgstr ""
17931
17932 #. type: =head2
17933 #: ../src/guestfs-actions.pod:7451
17934 msgid "guestfs_zfgrepi"
17935 msgstr ""
17936
17937 #. type: verbatim
17938 #: ../src/guestfs-actions.pod:7453
17939 #, no-wrap
17940 msgid ""
17941 " char **\n"
17942 " guestfs_zfgrepi (guestfs_h *g,\n"
17943 "                  const char *pattern,\n"
17944 "                  const char *path);\n"
17945 "\n"
17946 msgstr ""
17947
17948 #. type: textblock
17949 #: ../src/guestfs-actions.pod:7458 ../fish/guestfish-actions.pod:4983
17950 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
17951 msgstr ""
17952
17953 #. type: =head2
17954 #: ../src/guestfs-actions.pod:7470
17955 msgid "guestfs_zfile"
17956 msgstr ""
17957
17958 #. type: verbatim
17959 #: ../src/guestfs-actions.pod:7472
17960 #, no-wrap
17961 msgid ""
17962 " char *\n"
17963 " guestfs_zfile (guestfs_h *g,\n"
17964 "                const char *meth,\n"
17965 "                const char *path);\n"
17966 "\n"
17967 msgstr ""
17968
17969 #. type: textblock
17970 #: ../src/guestfs-actions.pod:7477 ../fish/guestfish-actions.pod:4993
17971 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
17972 msgstr ""
17973
17974 #. type: textblock
17975 #: ../src/guestfs-actions.pod:7480 ../fish/guestfish-actions.pod:4996
17976 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
17977 msgstr ""
17978
17979 #. type: textblock
17980 #: ../src/guestfs-actions.pod:7482
17981 msgid ""
17982 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
17983 "files."
17984 msgstr ""
17985
17986 #. type: textblock
17987 #: ../src/guestfs-actions.pod:7488 ../fish/guestfish-actions.pod:5001
17988 msgid "This function is deprecated.  In new code, use the C<file> call instead."
17989 msgstr ""
17990
17991 #. type: =head2
17992 #: ../src/guestfs-actions.pod:7497
17993 msgid "guestfs_zgrep"
17994 msgstr ""
17995
17996 #. type: verbatim
17997 #: ../src/guestfs-actions.pod:7499
17998 #, no-wrap
17999 msgid ""
18000 " char **\n"
18001 " guestfs_zgrep (guestfs_h *g,\n"
18002 "                const char *regex,\n"
18003 "                const char *path);\n"
18004 "\n"
18005 msgstr ""
18006
18007 #. type: textblock
18008 #: ../src/guestfs-actions.pod:7504 ../fish/guestfish-actions.pod:5012
18009 msgid "This calls the external C<zgrep> program and returns the matching lines."
18010 msgstr ""
18011
18012 #. type: =head2
18013 #: ../src/guestfs-actions.pod:7516
18014 msgid "guestfs_zgrepi"
18015 msgstr ""
18016
18017 #. type: verbatim
18018 #: ../src/guestfs-actions.pod:7518
18019 #, no-wrap
18020 msgid ""
18021 " char **\n"
18022 " guestfs_zgrepi (guestfs_h *g,\n"
18023 "                 const char *regex,\n"
18024 "                 const char *path);\n"
18025 "\n"
18026 msgstr ""
18027
18028 #. type: textblock
18029 #: ../src/guestfs-actions.pod:7523 ../fish/guestfish-actions.pod:5022
18030 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
18031 msgstr ""
18032
18033 #. type: =item
18034 #: ../src/guestfs-availability.pod:3
18035 msgid "B<augeas>"
18036 msgstr ""
18037
18038 #. type: textblock
18039 #: ../src/guestfs-availability.pod:5
18040 msgid ""
18041 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
18042 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
18043 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
18044 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
18045 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
18046 msgstr ""
18047
18048 #. type: =item
18049 #: ../src/guestfs-availability.pod:21
18050 msgid "B<inotify>"
18051 msgstr ""
18052
18053 #. type: textblock
18054 #: ../src/guestfs-availability.pod:23
18055 msgid ""
18056 "The following functions: L</guestfs_inotify_add_watch> "
18057 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
18058 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
18059 msgstr ""
18060
18061 #. type: =item
18062 #: ../src/guestfs-availability.pod:31
18063 msgid "B<linuxfsuuid>"
18064 msgstr ""
18065
18066 #. type: textblock
18067 #: ../src/guestfs-availability.pod:33
18068 msgid ""
18069 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
18070 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
18071 msgstr ""
18072
18073 #. type: =item
18074 #: ../src/guestfs-availability.pod:40
18075 msgid "B<linuxmodules>"
18076 msgstr ""
18077
18078 #. type: textblock
18079 #: ../src/guestfs-availability.pod:42
18080 msgid "The following functions: L</guestfs_modprobe>"
18081 msgstr ""
18082
18083 #. type: =item
18084 #: ../src/guestfs-availability.pod:45
18085 msgid "B<linuxxattrs>"
18086 msgstr ""
18087
18088 #. type: textblock
18089 #: ../src/guestfs-availability.pod:47
18090 msgid ""
18091 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
18092 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
18093 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
18094 "L</guestfs_setxattr>"
18095 msgstr ""
18096
18097 #. type: =item
18098 #: ../src/guestfs-availability.pod:58
18099 msgid "B<luks>"
18100 msgstr ""
18101
18102 #. type: textblock
18103 #: ../src/guestfs-availability.pod:60
18104 msgid ""
18105 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
18106 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
18107 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
18108 msgstr ""
18109
18110 #. type: =item
18111 #: ../src/guestfs-availability.pod:69
18112 msgid "B<lvm2>"
18113 msgstr ""
18114
18115 #. type: textblock
18116 #: ../src/guestfs-availability.pod:71
18117 msgid ""
18118 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
18119 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
18120 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
18121 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
18122 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
18123 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
18124 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
18125 "L</guestfs_vgs_full>"
18126 msgstr ""
18127
18128 #. type: =item
18129 #: ../src/guestfs-availability.pod:94
18130 msgid "B<mknod>"
18131 msgstr ""
18132
18133 #. type: textblock
18134 #: ../src/guestfs-availability.pod:96
18135 msgid ""
18136 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
18137 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
18138 msgstr ""
18139
18140 #. type: =item
18141 #: ../src/guestfs-availability.pod:102
18142 msgid "B<ntfs3g>"
18143 msgstr ""
18144
18145 #. type: textblock
18146 #: ../src/guestfs-availability.pod:104
18147 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
18148 msgstr ""
18149
18150 #. type: =item
18151 #: ../src/guestfs-availability.pod:107
18152 msgid "B<ntfsprogs>"
18153 msgstr ""
18154
18155 #. type: textblock
18156 #: ../src/guestfs-availability.pod:109
18157 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
18158 msgstr ""
18159
18160 #. type: =item
18161 #: ../src/guestfs-availability.pod:113
18162 msgid "B<realpath>"
18163 msgstr ""
18164
18165 #. type: textblock
18166 #: ../src/guestfs-availability.pod:115
18167 msgid "The following functions: L</guestfs_realpath>"
18168 msgstr ""
18169
18170 #. type: =item
18171 #: ../src/guestfs-availability.pod:118
18172 msgid "B<scrub>"
18173 msgstr ""
18174
18175 #. type: textblock
18176 #: ../src/guestfs-availability.pod:120
18177 msgid ""
18178 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
18179 "L</guestfs_scrub_freespace>"
18180 msgstr ""
18181
18182 #. type: =item
18183 #: ../src/guestfs-availability.pod:125
18184 msgid "B<selinux>"
18185 msgstr ""
18186
18187 #. type: textblock
18188 #: ../src/guestfs-availability.pod:127
18189 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
18190 msgstr ""
18191
18192 #. type: =item
18193 #: ../src/guestfs-availability.pod:131
18194 msgid "B<xz>"
18195 msgstr ""
18196
18197 #. type: textblock
18198 #: ../src/guestfs-availability.pod:133
18199 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
18200 msgstr ""
18201
18202 #. type: =item
18203 #: ../src/guestfs-availability.pod:137
18204 msgid "B<zerofree>"
18205 msgstr ""
18206
18207 #. type: textblock
18208 #: ../src/guestfs-availability.pod:139
18209 msgid "The following functions: L</guestfs_zerofree>"
18210 msgstr ""
18211
18212 #. type: =head2
18213 #: ../src/guestfs-structs.pod:1
18214 msgid "guestfs_int_bool"
18215 msgstr ""
18216
18217 #. type: verbatim
18218 #: ../src/guestfs-structs.pod:3
18219 #, no-wrap
18220 msgid ""
18221 " struct guestfs_int_bool {\n"
18222 "   int32_t i;\n"
18223 "   int32_t b;\n"
18224 " };\n"
18225 " \n"
18226 msgstr ""
18227
18228 #. type: verbatim
18229 #: ../src/guestfs-structs.pod:8
18230 #, no-wrap
18231 msgid ""
18232 " struct guestfs_int_bool_list {\n"
18233 "   uint32_t len; /* Number of elements in list. */\n"
18234 "   struct guestfs_int_bool *val; /* Elements. */\n"
18235 " };\n"
18236 " \n"
18237 msgstr ""
18238
18239 #. type: verbatim
18240 #: ../src/guestfs-structs.pod:13
18241 #, no-wrap
18242 msgid ""
18243 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
18244 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
18245 "\n"
18246 msgstr ""
18247
18248 #. type: =head2
18249 #: ../src/guestfs-structs.pod:16
18250 msgid "guestfs_lvm_pv"
18251 msgstr ""
18252
18253 #. type: verbatim
18254 #: ../src/guestfs-structs.pod:18
18255 #, no-wrap
18256 msgid ""
18257 " struct guestfs_lvm_pv {\n"
18258 "   char *pv_name;\n"
18259 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18260 "*/\n"
18261 "   char pv_uuid[32];\n"
18262 "   char *pv_fmt;\n"
18263 "   uint64_t pv_size;\n"
18264 "   uint64_t dev_size;\n"
18265 "   uint64_t pv_free;\n"
18266 "   uint64_t pv_used;\n"
18267 "   char *pv_attr;\n"
18268 "   int64_t pv_pe_count;\n"
18269 "   int64_t pv_pe_alloc_count;\n"
18270 "   char *pv_tags;\n"
18271 "   uint64_t pe_start;\n"
18272 "   int64_t pv_mda_count;\n"
18273 "   uint64_t pv_mda_free;\n"
18274 " };\n"
18275 " \n"
18276 msgstr ""
18277
18278 #. type: verbatim
18279 #: ../src/guestfs-structs.pod:36
18280 #, no-wrap
18281 msgid ""
18282 " struct guestfs_lvm_pv_list {\n"
18283 "   uint32_t len; /* Number of elements in list. */\n"
18284 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
18285 " };\n"
18286 " \n"
18287 msgstr ""
18288
18289 #. type: verbatim
18290 #: ../src/guestfs-structs.pod:41
18291 #, no-wrap
18292 msgid ""
18293 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
18294 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
18295 "\n"
18296 msgstr ""
18297
18298 #. type: =head2
18299 #: ../src/guestfs-structs.pod:44
18300 msgid "guestfs_lvm_vg"
18301 msgstr ""
18302
18303 #. type: verbatim
18304 #: ../src/guestfs-structs.pod:46
18305 #, no-wrap
18306 msgid ""
18307 " struct guestfs_lvm_vg {\n"
18308 "   char *vg_name;\n"
18309 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18310 "*/\n"
18311 "   char vg_uuid[32];\n"
18312 "   char *vg_fmt;\n"
18313 "   char *vg_attr;\n"
18314 "   uint64_t vg_size;\n"
18315 "   uint64_t vg_free;\n"
18316 "   char *vg_sysid;\n"
18317 "   uint64_t vg_extent_size;\n"
18318 "   int64_t vg_extent_count;\n"
18319 "   int64_t vg_free_count;\n"
18320 "   int64_t max_lv;\n"
18321 "   int64_t max_pv;\n"
18322 "   int64_t pv_count;\n"
18323 "   int64_t lv_count;\n"
18324 "   int64_t snap_count;\n"
18325 "   int64_t vg_seqno;\n"
18326 "   char *vg_tags;\n"
18327 "   int64_t vg_mda_count;\n"
18328 "   uint64_t vg_mda_free;\n"
18329 " };\n"
18330 " \n"
18331 msgstr ""
18332
18333 #. type: verbatim
18334 #: ../src/guestfs-structs.pod:69
18335 #, no-wrap
18336 msgid ""
18337 " struct guestfs_lvm_vg_list {\n"
18338 "   uint32_t len; /* Number of elements in list. */\n"
18339 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
18340 " };\n"
18341 " \n"
18342 msgstr ""
18343
18344 #. type: verbatim
18345 #: ../src/guestfs-structs.pod:74
18346 #, no-wrap
18347 msgid ""
18348 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
18349 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
18350 "\n"
18351 msgstr ""
18352
18353 #. type: =head2
18354 #: ../src/guestfs-structs.pod:77
18355 msgid "guestfs_lvm_lv"
18356 msgstr ""
18357
18358 #. type: verbatim
18359 #: ../src/guestfs-structs.pod:79
18360 #, no-wrap
18361 msgid ""
18362 " struct guestfs_lvm_lv {\n"
18363 "   char *lv_name;\n"
18364 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18365 "*/\n"
18366 "   char lv_uuid[32];\n"
18367 "   char *lv_attr;\n"
18368 "   int64_t lv_major;\n"
18369 "   int64_t lv_minor;\n"
18370 "   int64_t lv_kernel_major;\n"
18371 "   int64_t lv_kernel_minor;\n"
18372 "   uint64_t lv_size;\n"
18373 "   int64_t seg_count;\n"
18374 "   char *origin;\n"
18375 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18376 "   float snap_percent;\n"
18377 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18378 "   float copy_percent;\n"
18379 "   char *move_pv;\n"
18380 "   char *lv_tags;\n"
18381 "   char *mirror_log;\n"
18382 "   char *modules;\n"
18383 " };\n"
18384 " \n"
18385 msgstr ""
18386
18387 #. type: verbatim
18388 #: ../src/guestfs-structs.pod:101
18389 #, no-wrap
18390 msgid ""
18391 " struct guestfs_lvm_lv_list {\n"
18392 "   uint32_t len; /* Number of elements in list. */\n"
18393 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
18394 " };\n"
18395 " \n"
18396 msgstr ""
18397
18398 #. type: verbatim
18399 #: ../src/guestfs-structs.pod:106
18400 #, no-wrap
18401 msgid ""
18402 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
18403 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
18404 "\n"
18405 msgstr ""
18406
18407 #. type: verbatim
18408 #: ../src/guestfs-structs.pod:111
18409 #, no-wrap
18410 msgid ""
18411 " struct guestfs_stat {\n"
18412 "   int64_t dev;\n"
18413 "   int64_t ino;\n"
18414 "   int64_t mode;\n"
18415 "   int64_t nlink;\n"
18416 "   int64_t uid;\n"
18417 "   int64_t gid;\n"
18418 "   int64_t rdev;\n"
18419 "   int64_t size;\n"
18420 "   int64_t blksize;\n"
18421 "   int64_t blocks;\n"
18422 "   int64_t atime;\n"
18423 "   int64_t mtime;\n"
18424 "   int64_t ctime;\n"
18425 " };\n"
18426 " \n"
18427 msgstr ""
18428
18429 #. type: verbatim
18430 #: ../src/guestfs-structs.pod:127
18431 #, no-wrap
18432 msgid ""
18433 " struct guestfs_stat_list {\n"
18434 "   uint32_t len; /* Number of elements in list. */\n"
18435 "   struct guestfs_stat *val; /* Elements. */\n"
18436 " };\n"
18437 " \n"
18438 msgstr ""
18439
18440 #. type: verbatim
18441 #: ../src/guestfs-structs.pod:132
18442 #, no-wrap
18443 msgid ""
18444 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
18445 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
18446 "\n"
18447 msgstr ""
18448
18449 #. type: verbatim
18450 #: ../src/guestfs-structs.pod:137
18451 #, no-wrap
18452 msgid ""
18453 " struct guestfs_statvfs {\n"
18454 "   int64_t bsize;\n"
18455 "   int64_t frsize;\n"
18456 "   int64_t blocks;\n"
18457 "   int64_t bfree;\n"
18458 "   int64_t bavail;\n"
18459 "   int64_t files;\n"
18460 "   int64_t ffree;\n"
18461 "   int64_t favail;\n"
18462 "   int64_t fsid;\n"
18463 "   int64_t flag;\n"
18464 "   int64_t namemax;\n"
18465 " };\n"
18466 " \n"
18467 msgstr ""
18468
18469 #. type: verbatim
18470 #: ../src/guestfs-structs.pod:151
18471 #, no-wrap
18472 msgid ""
18473 " struct guestfs_statvfs_list {\n"
18474 "   uint32_t len; /* Number of elements in list. */\n"
18475 "   struct guestfs_statvfs *val; /* Elements. */\n"
18476 " };\n"
18477 " \n"
18478 msgstr ""
18479
18480 #. type: verbatim
18481 #: ../src/guestfs-structs.pod:156
18482 #, no-wrap
18483 msgid ""
18484 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
18485 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
18486 "\n"
18487 msgstr ""
18488
18489 #. type: =head2
18490 #: ../src/guestfs-structs.pod:159
18491 msgid "guestfs_dirent"
18492 msgstr ""
18493
18494 #. type: verbatim
18495 #: ../src/guestfs-structs.pod:161
18496 #, no-wrap
18497 msgid ""
18498 " struct guestfs_dirent {\n"
18499 "   int64_t ino;\n"
18500 "   char ftyp;\n"
18501 "   char *name;\n"
18502 " };\n"
18503 " \n"
18504 msgstr ""
18505
18506 #. type: verbatim
18507 #: ../src/guestfs-structs.pod:167
18508 #, no-wrap
18509 msgid ""
18510 " struct guestfs_dirent_list {\n"
18511 "   uint32_t len; /* Number of elements in list. */\n"
18512 "   struct guestfs_dirent *val; /* Elements. */\n"
18513 " };\n"
18514 " \n"
18515 msgstr ""
18516
18517 #. type: verbatim
18518 #: ../src/guestfs-structs.pod:172
18519 #, no-wrap
18520 msgid ""
18521 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
18522 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
18523 "\n"
18524 msgstr ""
18525
18526 #. type: verbatim
18527 #: ../src/guestfs-structs.pod:177
18528 #, no-wrap
18529 msgid ""
18530 " struct guestfs_version {\n"
18531 "   int64_t major;\n"
18532 "   int64_t minor;\n"
18533 "   int64_t release;\n"
18534 "   char *extra;\n"
18535 " };\n"
18536 " \n"
18537 msgstr ""
18538
18539 #. type: verbatim
18540 #: ../src/guestfs-structs.pod:184
18541 #, no-wrap
18542 msgid ""
18543 " struct guestfs_version_list {\n"
18544 "   uint32_t len; /* Number of elements in list. */\n"
18545 "   struct guestfs_version *val; /* Elements. */\n"
18546 " };\n"
18547 " \n"
18548 msgstr ""
18549
18550 #. type: verbatim
18551 #: ../src/guestfs-structs.pod:189
18552 #, no-wrap
18553 msgid ""
18554 " void guestfs_free_version (struct guestfs_free_version *);\n"
18555 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
18556 "\n"
18557 msgstr ""
18558
18559 #. type: =head2
18560 #: ../src/guestfs-structs.pod:192
18561 msgid "guestfs_xattr"
18562 msgstr ""
18563
18564 #. type: verbatim
18565 #: ../src/guestfs-structs.pod:194
18566 #, no-wrap
18567 msgid ""
18568 " struct guestfs_xattr {\n"
18569 "   char *attrname;\n"
18570 "   /* The next two fields describe a byte array. */\n"
18571 "   uint32_t attrval_len;\n"
18572 "   char *attrval;\n"
18573 " };\n"
18574 " \n"
18575 msgstr ""
18576
18577 #. type: verbatim
18578 #: ../src/guestfs-structs.pod:201
18579 #, no-wrap
18580 msgid ""
18581 " struct guestfs_xattr_list {\n"
18582 "   uint32_t len; /* Number of elements in list. */\n"
18583 "   struct guestfs_xattr *val; /* Elements. */\n"
18584 " };\n"
18585 " \n"
18586 msgstr ""
18587
18588 #. type: verbatim
18589 #: ../src/guestfs-structs.pod:206
18590 #, no-wrap
18591 msgid ""
18592 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
18593 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
18594 "\n"
18595 msgstr ""
18596
18597 #. type: =head2
18598 #: ../src/guestfs-structs.pod:209
18599 msgid "guestfs_inotify_event"
18600 msgstr ""
18601
18602 #. type: verbatim
18603 #: ../src/guestfs-structs.pod:211
18604 #, no-wrap
18605 msgid ""
18606 " struct guestfs_inotify_event {\n"
18607 "   int64_t in_wd;\n"
18608 "   uint32_t in_mask;\n"
18609 "   uint32_t in_cookie;\n"
18610 "   char *in_name;\n"
18611 " };\n"
18612 " \n"
18613 msgstr ""
18614
18615 #. type: verbatim
18616 #: ../src/guestfs-structs.pod:218
18617 #, no-wrap
18618 msgid ""
18619 " struct guestfs_inotify_event_list {\n"
18620 "   uint32_t len; /* Number of elements in list. */\n"
18621 "   struct guestfs_inotify_event *val; /* Elements. */\n"
18622 " };\n"
18623 " \n"
18624 msgstr ""
18625
18626 #. type: verbatim
18627 #: ../src/guestfs-structs.pod:223
18628 #, no-wrap
18629 msgid ""
18630 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
18631 " void guestfs_free_inotify_event_list (struct "
18632 "guestfs_free_inotify_event_list *);\n"
18633 "\n"
18634 msgstr ""
18635
18636 #. type: =head2
18637 #: ../src/guestfs-structs.pod:226
18638 msgid "guestfs_partition"
18639 msgstr ""
18640
18641 #. type: verbatim
18642 #: ../src/guestfs-structs.pod:228
18643 #, no-wrap
18644 msgid ""
18645 " struct guestfs_partition {\n"
18646 "   int32_t part_num;\n"
18647 "   uint64_t part_start;\n"
18648 "   uint64_t part_end;\n"
18649 "   uint64_t part_size;\n"
18650 " };\n"
18651 " \n"
18652 msgstr ""
18653
18654 #. type: verbatim
18655 #: ../src/guestfs-structs.pod:235
18656 #, no-wrap
18657 msgid ""
18658 " struct guestfs_partition_list {\n"
18659 "   uint32_t len; /* Number of elements in list. */\n"
18660 "   struct guestfs_partition *val; /* Elements. */\n"
18661 " };\n"
18662 " \n"
18663 msgstr ""
18664
18665 #. type: verbatim
18666 #: ../src/guestfs-structs.pod:240
18667 #, no-wrap
18668 msgid ""
18669 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
18670 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
18671 "\n"
18672 msgstr ""
18673
18674 #. type: =head2
18675 #: ../src/guestfs-structs.pod:243
18676 msgid "guestfs_application"
18677 msgstr ""
18678
18679 #. type: verbatim
18680 #: ../src/guestfs-structs.pod:245
18681 #, no-wrap
18682 msgid ""
18683 " struct guestfs_application {\n"
18684 "   char *app_name;\n"
18685 "   char *app_display_name;\n"
18686 "   int32_t app_epoch;\n"
18687 "   char *app_version;\n"
18688 "   char *app_release;\n"
18689 "   char *app_install_path;\n"
18690 "   char *app_trans_path;\n"
18691 "   char *app_publisher;\n"
18692 "   char *app_url;\n"
18693 "   char *app_source_package;\n"
18694 "   char *app_summary;\n"
18695 "   char *app_description;\n"
18696 " };\n"
18697 " \n"
18698 msgstr ""
18699
18700 #. type: verbatim
18701 #: ../src/guestfs-structs.pod:260
18702 #, no-wrap
18703 msgid ""
18704 " struct guestfs_application_list {\n"
18705 "   uint32_t len; /* Number of elements in list. */\n"
18706 "   struct guestfs_application *val; /* Elements. */\n"
18707 " };\n"
18708 " \n"
18709 msgstr ""
18710
18711 #. type: verbatim
18712 #: ../src/guestfs-structs.pod:265
18713 #, no-wrap
18714 msgid ""
18715 " void guestfs_free_application (struct guestfs_free_application *);\n"
18716 " void guestfs_free_application_list (struct guestfs_free_application_list "
18717 "*);\n"
18718 "\n"
18719 msgstr ""
18720
18721 #. type: textblock
18722 #: ../fish/guestfish.pod:5
18723 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
18724 msgstr ""
18725
18726 #. type: verbatim
18727 #: ../fish/guestfish.pod:9
18728 #, no-wrap
18729 msgid ""
18730 " guestfish [--options] [commands]\n"
18731 "\n"
18732 msgstr ""
18733
18734 #. type: verbatim
18735 #: ../fish/guestfish.pod:11
18736 #, no-wrap
18737 msgid ""
18738 " guestfish\n"
18739 "\n"
18740 msgstr ""
18741
18742 #. type: verbatim
18743 #: ../fish/guestfish.pod:13
18744 #, no-wrap
18745 msgid ""
18746 " guestfish [--ro|--rw] -a disk.img\n"
18747 "\n"
18748 msgstr ""
18749
18750 #. type: verbatim
18751 #: ../fish/guestfish.pod:15
18752 #, no-wrap
18753 msgid ""
18754 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
18755 "\n"
18756 msgstr ""
18757
18758 #. type: verbatim
18759 #: ../fish/guestfish.pod:17
18760 #, no-wrap
18761 msgid ""
18762 " guestfish -d libvirt-domain\n"
18763 "\n"
18764 msgstr ""
18765
18766 #. type: verbatim
18767 #: ../fish/guestfish.pod:19
18768 #, no-wrap
18769 msgid ""
18770 " guestfish [--ro|--rw] -a disk.img -i\n"
18771 "\n"
18772 msgstr ""
18773
18774 #. type: verbatim
18775 #: ../fish/guestfish.pod:21
18776 #, no-wrap
18777 msgid ""
18778 " guestfish -d libvirt-domain -i\n"
18779 "\n"
18780 msgstr ""
18781
18782 #. type: =head1
18783 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
18784 msgid "WARNING"
18785 msgstr ""
18786
18787 #. type: textblock
18788 #: ../fish/guestfish.pod:25
18789 msgid ""
18790 "Using guestfish in read/write mode on live virtual machines can be "
18791 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
18792 "option to use guestfish safely if the disk image or virtual machine might be "
18793 "live."
18794 msgstr ""
18795
18796 #. type: textblock
18797 #: ../fish/guestfish.pod:32
18798 msgid ""
18799 "Guestfish is a shell and command-line tool for examining and modifying "
18800 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
18801 "functionality of the guestfs API, see L<guestfs(3)>."
18802 msgstr ""
18803
18804 #. type: textblock
18805 #: ../fish/guestfish.pod:36
18806 msgid ""
18807 "Guestfish gives you structured access to the libguestfs API, from shell "
18808 "scripts or the command line or interactively.  If you want to rescue a "
18809 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
18810 "command."
18811 msgstr ""
18812
18813 #. type: =head1
18814 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:947 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63 ../tools/virt-tar.pl:50
18815 msgid "EXAMPLES"
18816 msgstr ""
18817
18818 #. type: =head2
18819 #: ../fish/guestfish.pod:43
18820 msgid "As an interactive shell"
18821 msgstr ""
18822
18823 #. type: verbatim
18824 #: ../fish/guestfish.pod:45
18825 #, no-wrap
18826 msgid ""
18827 " $ guestfish\n"
18828 " \n"
18829 msgstr ""
18830
18831 #. type: verbatim
18832 #: ../fish/guestfish.pod:47
18833 #, no-wrap
18834 msgid ""
18835 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
18836 " editing virtual machine filesystems.\n"
18837 " \n"
18838 msgstr ""
18839
18840 #. type: verbatim
18841 #: ../fish/guestfish.pod:50
18842 #, no-wrap
18843 msgid ""
18844 " Type: 'help' for a list of commands\n"
18845 "       'man' to read the manual\n"
18846 "       'quit' to quit the shell\n"
18847 " \n"
18848 msgstr ""
18849
18850 #. type: verbatim
18851 #: ../fish/guestfish.pod:54
18852 #, no-wrap
18853 msgid ""
18854 " ><fs> add-ro disk.img\n"
18855 " ><fs> run\n"
18856 " ><fs> list-filesystems\n"
18857 " /dev/sda1: ext4\n"
18858 " /dev/vg_guest/lv_root: ext4\n"
18859 " /dev/vg_guest/lv_swap: swap\n"
18860 " ><fs> mount /dev/vg_guest/lv_root /\n"
18861 " ><fs> cat /etc/fstab\n"
18862 " # /etc/fstab\n"
18863 " # Created by anaconda\n"
18864 " [...]\n"
18865 " ><fs> exit\n"
18866 "\n"
18867 msgstr ""
18868
18869 #. type: =head2
18870 #: ../fish/guestfish.pod:67
18871 msgid "From shell scripts"
18872 msgstr ""
18873
18874 #. type: textblock
18875 #: ../fish/guestfish.pod:69
18876 msgid "Create a new C</etc/motd> file in a guest or disk image:"
18877 msgstr ""
18878
18879 #. type: verbatim
18880 #: ../fish/guestfish.pod:71
18881 #, no-wrap
18882 msgid ""
18883 " guestfish <<_EOF_\n"
18884 " add disk.img\n"
18885 " run\n"
18886 " mount /dev/vg_guest/lv_root /\n"
18887 " write /etc/motd \"Welcome, new users\"\n"
18888 " _EOF_\n"
18889 "\n"
18890 msgstr ""
18891
18892 #. type: textblock
18893 #: ../fish/guestfish.pod:78
18894 msgid "List the LVM logical volumes in a disk image:"
18895 msgstr ""
18896
18897 #. type: verbatim
18898 #: ../fish/guestfish.pod:80
18899 #, no-wrap
18900 msgid ""
18901 " guestfish -a disk.img --ro <<_EOF_\n"
18902 " run\n"
18903 " lvs\n"
18904 " _EOF_\n"
18905 "\n"
18906 msgstr ""
18907
18908 #. type: textblock
18909 #: ../fish/guestfish.pod:85
18910 msgid "List all the filesystems in a disk image:"
18911 msgstr ""
18912
18913 #. type: verbatim
18914 #: ../fish/guestfish.pod:87
18915 #, no-wrap
18916 msgid ""
18917 " guestfish -a disk.img --ro <<_EOF_\n"
18918 " run\n"
18919 " list-filesystems\n"
18920 " _EOF_\n"
18921 "\n"
18922 msgstr ""
18923
18924 #. type: =head2
18925 #: ../fish/guestfish.pod:92
18926 msgid "On one command line"
18927 msgstr ""
18928
18929 #. type: textblock
18930 #: ../fish/guestfish.pod:94
18931 msgid "Update C</etc/resolv.conf> in a guest:"
18932 msgstr ""
18933
18934 #. type: verbatim
18935 #: ../fish/guestfish.pod:96
18936 #, no-wrap
18937 msgid ""
18938 " guestfish \\\n"
18939 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
18940 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
18941 "\n"
18942 msgstr ""
18943
18944 #. type: textblock
18945 #: ../fish/guestfish.pod:100
18946 msgid "Edit C</boot/grub/grub.conf> interactively:"
18947 msgstr ""
18948
18949 #. type: verbatim
18950 #: ../fish/guestfish.pod:102
18951 #, no-wrap
18952 msgid ""
18953 " guestfish --rw --add disk.img \\\n"
18954 "   --mount /dev/vg_guest/lv_root \\\n"
18955 "   --mount /dev/sda1:/boot \\\n"
18956 "   edit /boot/grub/grub.conf\n"
18957 "\n"
18958 msgstr ""
18959
18960 #. type: =head2
18961 #: ../fish/guestfish.pod:107
18962 msgid "Mount disks automatically"
18963 msgstr ""
18964
18965 #. type: textblock
18966 #: ../fish/guestfish.pod:109
18967 msgid ""
18968 "Use the I<-i> option to automatically mount the disks from a virtual "
18969 "machine:"
18970 msgstr ""
18971
18972 #. type: verbatim
18973 #: ../fish/guestfish.pod:112
18974 #, no-wrap
18975 msgid ""
18976 " guestfish --ro -a disk.img -i cat /etc/group\n"
18977 "\n"
18978 msgstr ""
18979
18980 #. type: verbatim
18981 #: ../fish/guestfish.pod:114
18982 #, no-wrap
18983 msgid ""
18984 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
18985 "\n"
18986 msgstr ""
18987
18988 #. type: textblock
18989 #: ../fish/guestfish.pod:116
18990 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
18991 msgstr ""
18992
18993 #. type: verbatim
18994 #: ../fish/guestfish.pod:118
18995 #, no-wrap
18996 msgid ""
18997 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
18998 "\n"
18999 msgstr ""
19000
19001 #. type: =head2
19002 #: ../fish/guestfish.pod:120
19003 msgid "As a script interpreter"
19004 msgstr ""
19005
19006 #. type: textblock
19007 #: ../fish/guestfish.pod:122
19008 msgid "Create a 100MB disk containing an ext2-formatted partition:"
19009 msgstr ""
19010
19011 #. type: verbatim
19012 #: ../fish/guestfish.pod:124
19013 #, no-wrap
19014 msgid ""
19015 " #!/usr/bin/guestfish -f\n"
19016 " sparse test1.img 100M\n"
19017 " run\n"
19018 " part-disk /dev/sda mbr\n"
19019 " mkfs ext2 /dev/sda1\n"
19020 "\n"
19021 msgstr ""
19022
19023 #. type: =head2
19024 #: ../fish/guestfish.pod:130
19025 msgid "Start with a prepared disk"
19026 msgstr ""
19027
19028 #. type: textblock
19029 #: ../fish/guestfish.pod:132
19030 msgid ""
19031 "An alternate way to create a 100MB disk called C<test1.img> containing a "
19032 "single ext2-formatted partition:"
19033 msgstr ""
19034
19035 #. type: verbatim
19036 #: ../fish/guestfish.pod:135
19037 #, no-wrap
19038 msgid ""
19039 " guestfish -N fs\n"
19040 "\n"
19041 msgstr ""
19042
19043 #. type: textblock
19044 #: ../fish/guestfish.pod:137
19045 msgid "To list what is available do:"
19046 msgstr ""
19047
19048 #. type: verbatim
19049 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:938
19050 #, no-wrap
19051 msgid ""
19052 " guestfish -N help | less\n"
19053 "\n"
19054 msgstr ""
19055
19056 #. type: =head2
19057 #: ../fish/guestfish.pod:141
19058 msgid "Remote control"
19059 msgstr ""
19060
19061 #. type: verbatim
19062 #: ../fish/guestfish.pod:143
19063 #, no-wrap
19064 msgid ""
19065 " eval \"`guestfish --listen`\"\n"
19066 " guestfish --remote add-ro disk.img\n"
19067 " guestfish --remote run\n"
19068 " guestfish --remote lvs\n"
19069 "\n"
19070 msgstr ""
19071
19072 #. type: =head1
19073 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37 ../fuse/guestmount.pod:83 ../tools/virt-edit.pl:81 ../tools/virt-win-reg.pl:96 ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:103 ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
19074 msgid "OPTIONS"
19075 msgstr ""
19076
19077 #. type: =item
19078 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:141 ../tools/virt-edit.pl:89 ../tools/virt-win-reg.pl:104 ../tools/virt-list-filesystems.pl:61 ../tools/virt-tar.pl:111 ../tools/virt-make-fs.pl:161 ../tools/virt-list-partitions.pl:62
19079 msgid "B<--help>"
19080 msgstr ""
19081
19082 #. type: textblock
19083 #: ../fish/guestfish.pod:154
19084 msgid "Displays general help on options."
19085 msgstr ""
19086
19087 #. type: =item
19088 #: ../fish/guestfish.pod:156
19089 msgid "B<-h>"
19090 msgstr ""
19091
19092 #. type: =item
19093 #: ../fish/guestfish.pod:158
19094 msgid "B<--cmd-help>"
19095 msgstr ""
19096
19097 #. type: textblock
19098 #: ../fish/guestfish.pod:160
19099 msgid "Lists all available guestfish commands."
19100 msgstr ""
19101
19102 #. type: =item
19103 #: ../fish/guestfish.pod:162
19104 msgid "B<-h cmd>"
19105 msgstr ""
19106
19107 #. type: =item
19108 #: ../fish/guestfish.pod:164
19109 msgid "B<--cmd-help cmd>"
19110 msgstr ""
19111
19112 #. type: textblock
19113 #: ../fish/guestfish.pod:166
19114 msgid "Displays detailed help on a single command C<cmd>."
19115 msgstr ""
19116
19117 #. type: =item
19118 #: ../fish/guestfish.pod:168
19119 msgid "B<-a image>"
19120 msgstr ""
19121
19122 #. type: =item
19123 #: ../fish/guestfish.pod:170
19124 msgid "B<--add image>"
19125 msgstr ""
19126
19127 #. type: textblock
19128 #: ../fish/guestfish.pod:172
19129 msgid "Add a block device or virtual machine image to the shell."
19130 msgstr ""
19131
19132 #. type: textblock
19133 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:91
19134 msgid ""
19135 "The format of the disk image is auto-detected.  To override this and force a "
19136 "particular format use the I<--format=..> option."
19137 msgstr ""
19138
19139 #. type: textblock
19140 #: ../fish/guestfish.pod:177
19141 msgid ""
19142 "Using this flag is mostly equivalent to using the C<add> command, with "
19143 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
19144 "the I<--format=...> flag was given."
19145 msgstr ""
19146
19147 #. type: =item
19148 #: ../fish/guestfish.pod:181
19149 msgid "B<-c URI>"
19150 msgstr ""
19151
19152 #. type: =item
19153 #: ../fish/guestfish.pod:183
19154 msgid "B<--connect URI>"
19155 msgstr ""
19156
19157 #. type: textblock
19158 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:96
19159 msgid ""
19160 "When used in conjunction with the I<-d> option, this specifies the libvirt "
19161 "URI to use.  The default is to use the default libvirt connection."
19162 msgstr ""
19163
19164 #. type: =item
19165 #: ../fish/guestfish.pod:189
19166 msgid "B<--csh>"
19167 msgstr ""
19168
19169 #. type: textblock
19170 #: ../fish/guestfish.pod:191
19171 msgid ""
19172 "If using the I<--listen> option and a csh-like shell, use this option.  See "
19173 "section L</REMOTE CONTROL AND CSH> below."
19174 msgstr ""
19175
19176 #. type: =item
19177 #: ../fish/guestfish.pod:194
19178 msgid "B<-d libvirt-domain>"
19179 msgstr ""
19180
19181 #. type: =item
19182 #: ../fish/guestfish.pod:196
19183 msgid "B<--domain libvirt-domain>"
19184 msgstr ""
19185
19186 #. type: textblock
19187 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:102
19188 msgid ""
19189 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
19190 "used, then any libvirt domain can be used.  However in write mode, only "
19191 "libvirt domains which are shut down can be named here."
19192 msgstr ""
19193
19194 #. type: textblock
19195 #: ../fish/guestfish.pod:202
19196 msgid ""
19197 "Using this flag is mostly equivalent to using the C<add-domain> command, "
19198 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
19199 "if the I<--format:...> flag was given."
19200 msgstr ""
19201
19202 #. type: =item
19203 #: ../fish/guestfish.pod:206
19204 msgid "B<-D>"
19205 msgstr ""
19206
19207 #. type: =item
19208 #: ../fish/guestfish.pod:208
19209 msgid "B<--no-dest-paths>"
19210 msgstr ""
19211
19212 #. type: textblock
19213 #: ../fish/guestfish.pod:210
19214 msgid ""
19215 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
19216 "to hit the tab key to complete paths on the guest filesystem, but this "
19217 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
19218 "allow this feature to be disabled."
19219 msgstr ""
19220
19221 #. type: =item
19222 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:118
19223 msgid "B<--echo-keys>"
19224 msgstr ""
19225
19226 #. type: textblock
19227 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:120
19228 msgid ""
19229 "When prompting for keys and passphrases, guestfish normally turns echoing "
19230 "off so you cannot see what you are typing.  If you are not worried about "
19231 "Tempest attacks and there is no one else in the room you can specify this "
19232 "flag to see what you are typing."
19233 msgstr ""
19234
19235 #. type: =item
19236 #: ../fish/guestfish.pod:222
19237 msgid "B<-f file>"
19238 msgstr ""
19239
19240 #. type: =item
19241 #: ../fish/guestfish.pod:224
19242 msgid "B<--file file>"
19243 msgstr ""
19244
19245 #. type: textblock
19246 #: ../fish/guestfish.pod:226
19247 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
19248 msgstr ""
19249
19250 #. type: verbatim
19251 #: ../fish/guestfish.pod:229
19252 #, no-wrap
19253 msgid ""
19254 " #!/usr/bin/guestfish -f\n"
19255 "\n"
19256 msgstr ""
19257
19258 #. type: =item
19259 #: ../fish/guestfish.pod:231
19260 msgid "B<--format=raw|qcow2|..>"
19261 msgstr ""
19262
19263 #. type: =item
19264 #: ../fish/guestfish.pod:233
19265 msgid "B<--format>"
19266 msgstr ""
19267
19268 #. type: textblock
19269 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:127
19270 msgid ""
19271 "The default for the I<-a> option is to auto-detect the format of the disk "
19272 "image.  Using this forces the disk format for I<-a> options which follow on "
19273 "the command line.  Using I<--format> with no argument switches back to "
19274 "auto-detection for subsequent I<-a> options."
19275 msgstr ""
19276
19277 #. type: verbatim
19278 #: ../fish/guestfish.pod:242
19279 #, no-wrap
19280 msgid ""
19281 " guestfish --format=raw -a disk.img\n"
19282 "\n"
19283 msgstr ""
19284
19285 #. type: textblock
19286 #: ../fish/guestfish.pod:244
19287 msgid "forces raw format (no auto-detection) for C<disk.img>."
19288 msgstr ""
19289
19290 #. type: verbatim
19291 #: ../fish/guestfish.pod:246
19292 #, no-wrap
19293 msgid ""
19294 " guestfish --format=raw -a disk.img --format -a another.img\n"
19295 "\n"
19296 msgstr ""
19297
19298 #. type: textblock
19299 #: ../fish/guestfish.pod:248
19300 msgid ""
19301 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
19302 "auto-detection for C<another.img>."
19303 msgstr ""
19304
19305 #. type: textblock
19306 #: ../fish/guestfish.pod:251
19307 msgid ""
19308 "If you have untrusted raw-format guest disk images, you should use this "
19309 "option to specify the disk format.  This avoids a possible security problem "
19310 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
19311 msgstr ""
19312
19313 #. type: =item
19314 #: ../fish/guestfish.pod:256
19315 msgid "B<-i>"
19316 msgstr ""
19317
19318 #. type: =item
19319 #: ../fish/guestfish.pod:258
19320 msgid "B<--inspector>"
19321 msgstr ""
19322
19323 #. type: textblock
19324 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:147
19325 msgid ""
19326 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
19327 "system and mount filesystems as they would be mounted on the real virtual "
19328 "machine."
19329 msgstr ""
19330
19331 #. type: textblock
19332 #: ../fish/guestfish.pod:264
19333 msgid "Typical usage is either:"
19334 msgstr ""
19335
19336 #. type: verbatim
19337 #: ../fish/guestfish.pod:266
19338 #, no-wrap
19339 msgid ""
19340 " guestfish -d myguest -i\n"
19341 "\n"
19342 msgstr ""
19343
19344 #. type: textblock
19345 #: ../fish/guestfish.pod:268
19346 msgid "(for an inactive libvirt domain called I<myguest>), or:"
19347 msgstr ""
19348
19349 #. type: verbatim
19350 #: ../fish/guestfish.pod:270
19351 #, no-wrap
19352 msgid ""
19353 " guestfish --ro -d myguest -i\n"
19354 "\n"
19355 msgstr ""
19356
19357 #. type: textblock
19358 #: ../fish/guestfish.pod:272
19359 msgid "(for active domains, readonly), or specify the block device directly:"
19360 msgstr ""
19361
19362 #. type: verbatim
19363 #: ../fish/guestfish.pod:274
19364 #, no-wrap
19365 msgid ""
19366 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
19367 "\n"
19368 msgstr ""
19369
19370 #. type: textblock
19371 #: ../fish/guestfish.pod:276
19372 msgid ""
19373 "Note that the command line syntax changed slightly over older versions of "
19374 "guestfish.  You can still use the old syntax:"
19375 msgstr ""
19376
19377 #. type: verbatim
19378 #: ../fish/guestfish.pod:279
19379 #, no-wrap
19380 msgid ""
19381 " guestfish [--ro] -i disk.img\n"
19382 "\n"
19383 msgstr ""
19384
19385 #. type: verbatim
19386 #: ../fish/guestfish.pod:281
19387 #, no-wrap
19388 msgid ""
19389 " guestfish [--ro] -i libvirt-domain\n"
19390 "\n"
19391 msgstr ""
19392
19393 #. type: textblock
19394 #: ../fish/guestfish.pod:283
19395 msgid ""
19396 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
19397 "then using other commands to mount the filesystems that were found."
19398 msgstr ""
19399
19400 #. type: =item
19401 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:151
19402 msgid "B<--keys-from-stdin>"
19403 msgstr ""
19404
19405 #. type: textblock
19406 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:153
19407 msgid ""
19408 "Read key or passphrase parameters from stdin.  The default is to try to read "
19409 "passphrases from the user by opening C</dev/tty>."
19410 msgstr ""
19411
19412 #. type: =item
19413 #: ../fish/guestfish.pod:292
19414 msgid "B<--listen>"
19415 msgstr ""
19416
19417 #. type: textblock
19418 #: ../fish/guestfish.pod:294
19419 msgid ""
19420 "Fork into the background and listen for remote commands.  See section "
19421 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
19422 msgstr ""
19423
19424 #. type: =item
19425 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:156
19426 msgid "B<--live>"
19427 msgstr ""
19428
19429 #. type: textblock
19430 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:158
19431 msgid ""
19432 "Connect to a live virtual machine.  (Experimental, see "
19433 "L<guestfs(3)/ATTACHING TO RUNNING DAEMONS>)."
19434 msgstr ""
19435
19436 #. type: =item
19437 #: ../fish/guestfish.pod:302 ../fuse/guestmount.pod:161
19438 msgid "B<-m dev[:mountpoint[:options]]>"
19439 msgstr ""
19440
19441 #. type: =item
19442 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:163
19443 msgid "B<--mount dev[:mountpoint[:options]]>"
19444 msgstr ""
19445
19446 #. type: textblock
19447 #: ../fish/guestfish.pod:306
19448 msgid "Mount the named partition or logical volume on the given mountpoint."
19449 msgstr ""
19450
19451 #. type: textblock
19452 #: ../fish/guestfish.pod:308
19453 msgid "If the mountpoint is omitted, it defaults to C</>."
19454 msgstr ""
19455
19456 #. type: textblock
19457 #: ../fish/guestfish.pod:310
19458 msgid "You have to mount something on C</> before most commands will work."
19459 msgstr ""
19460
19461 #. type: textblock
19462 #: ../fish/guestfish.pod:312
19463 msgid ""
19464 "If any I<-m> or I<--mount> options are given, the guest is automatically "
19465 "launched."
19466 msgstr ""
19467
19468 #. type: textblock
19469 #: ../fish/guestfish.pod:315
19470 msgid ""
19471 "If you don't know what filesystems a disk image contains, you can either run "
19472 "guestfish without this option, then list the partitions, filesystems and LVs "
19473 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
19474 "commands), or you can use the L<virt-filesystems(1)> program."
19475 msgstr ""
19476
19477 #. type: textblock
19478 #: ../fish/guestfish.pod:321 ../fuse/guestmount.pod:171
19479 msgid ""
19480 "The third (and rarely used) part of the mount parameter is the list of mount "
19481 "options used to mount the underlying filesystem.  If this is not given, then "
19482 "the mount options are either the empty string or C<ro> (the latter if the "
19483 "I<--ro> flag is used).  By specifying the mount options, you override this "
19484 "default choice.  Probably the only time you would use this is to enable ACLs "
19485 "and/or extended attributes if the filesystem can support them:"
19486 msgstr ""
19487
19488 #. type: verbatim
19489 #: ../fish/guestfish.pod:329 ../fuse/guestmount.pod:179
19490 #, no-wrap
19491 msgid ""
19492 " -m /dev/sda1:/:acl,user_xattr\n"
19493 "\n"
19494 msgstr ""
19495
19496 #. type: textblock
19497 #: ../fish/guestfish.pod:331
19498 msgid "Using this flag is equivalent to using the C<mount-options> command."
19499 msgstr ""
19500
19501 #. type: =item
19502 #: ../fish/guestfish.pod:333
19503 msgid "B<-n>"
19504 msgstr ""
19505
19506 #. type: =item
19507 #: ../fish/guestfish.pod:335
19508 msgid "B<--no-sync>"
19509 msgstr ""
19510
19511 #. type: textblock
19512 #: ../fish/guestfish.pod:337
19513 msgid ""
19514 "Disable autosync.  This is enabled by default.  See the discussion of "
19515 "autosync in the L<guestfs(3)> manpage."
19516 msgstr ""
19517
19518 #. type: =item
19519 #: ../fish/guestfish.pod:340
19520 msgid "B<-N type>"
19521 msgstr ""
19522
19523 #. type: =item
19524 #: ../fish/guestfish.pod:342
19525 msgid "B<--new type>"
19526 msgstr ""
19527
19528 #. type: =item
19529 #: ../fish/guestfish.pod:344
19530 msgid "B<-N help>"
19531 msgstr ""
19532
19533 #. type: textblock
19534 #: ../fish/guestfish.pod:346
19535 msgid ""
19536 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
19537 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
19538 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
19539 "IMAGES> below."
19540 msgstr ""
19541
19542 #. type: =item
19543 #: ../fish/guestfish.pod:351
19544 msgid "B<--progress-bars>"
19545 msgstr ""
19546
19547 #. type: textblock
19548 #: ../fish/guestfish.pod:353
19549 msgid "Enable progress bars, even when guestfish is used non-interactively."
19550 msgstr ""
19551
19552 #. type: textblock
19553 #: ../fish/guestfish.pod:355
19554 msgid ""
19555 "Progress bars are enabled by default when guestfish is used as an "
19556 "interactive shell."
19557 msgstr ""
19558
19559 #. type: =item
19560 #: ../fish/guestfish.pod:358
19561 msgid "B<--no-progress-bars>"
19562 msgstr ""
19563
19564 #. type: textblock
19565 #: ../fish/guestfish.pod:360
19566 msgid "Disable progress bars."
19567 msgstr ""
19568
19569 #. type: =item
19570 #: ../fish/guestfish.pod:362
19571 msgid "B<--remote[=pid]>"
19572 msgstr ""
19573
19574 #. type: textblock
19575 #: ../fish/guestfish.pod:364
19576 msgid ""
19577 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
19578 "CONTROL GUESTFISH OVER A SOCKET> below."
19579 msgstr ""
19580
19581 #. type: =item
19582 #: ../fish/guestfish.pod:367
19583 msgid "B<-r>"
19584 msgstr ""
19585
19586 #. type: =item
19587 #: ../fish/guestfish.pod:369
19588 msgid "B<--ro>"
19589 msgstr ""
19590
19591 #. type: textblock
19592 #: ../fish/guestfish.pod:371
19593 msgid ""
19594 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19595 "mounts are done read-only."
19596 msgstr ""
19597
19598 #. type: textblock
19599 #: ../fish/guestfish.pod:374
19600 msgid ""
19601 "The option must always be used if the disk image or virtual machine might be "
19602 "running, and is generally recommended in cases where you don't need write "
19603 "access to the disk."
19604 msgstr ""
19605
19606 #. type: textblock
19607 #: ../fish/guestfish.pod:378
19608 msgid ""
19609 "Note that prepared disk images created with I<-N> are not affected by this "
19610 "option.  Also commands like C<add> are not affected - you have to specify "
19611 "the C<readonly:true> option explicitly if you need it."
19612 msgstr ""
19613
19614 #. type: textblock
19615 #: ../fish/guestfish.pod:382
19616 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
19617 msgstr ""
19618
19619 #. type: =item
19620 #: ../fish/guestfish.pod:384 ../fuse/guestmount.pod:235
19621 msgid "B<--selinux>"
19622 msgstr ""
19623
19624 #. type: textblock
19625 #: ../fish/guestfish.pod:386
19626 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
19627 msgstr ""
19628
19629 #. type: =item
19630 #: ../fish/guestfish.pod:388
19631 msgid "B<-v>"
19632 msgstr ""
19633
19634 #. type: =item
19635 #: ../fish/guestfish.pod:390
19636 msgid "B<--verbose>"
19637 msgstr ""
19638
19639 #. type: textblock
19640 #: ../fish/guestfish.pod:392
19641 msgid ""
19642 "Enable very verbose messages.  This is particularly useful if you find a "
19643 "bug."
19644 msgstr ""
19645
19646 #. type: =item
19647 #: ../fish/guestfish.pod:395
19648 msgid "B<-V>"
19649 msgstr ""
19650
19651 #. type: =item
19652 #: ../fish/guestfish.pod:397 ../tools/virt-edit.pl:97 ../tools/virt-win-reg.pl:112 ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:119 ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
19653 msgid "B<--version>"
19654 msgstr ""
19655
19656 #. type: textblock
19657 #: ../fish/guestfish.pod:399
19658 msgid "Display the guestfish / libguestfs version number and exit."
19659 msgstr ""
19660
19661 #. type: =item
19662 #: ../fish/guestfish.pod:401
19663 msgid "B<-w>"
19664 msgstr ""
19665
19666 #. type: =item
19667 #: ../fish/guestfish.pod:403
19668 msgid "B<--rw>"
19669 msgstr ""
19670
19671 #. type: textblock
19672 #: ../fish/guestfish.pod:405 ../fuse/guestmount.pod:249
19673 msgid ""
19674 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19675 "mounts are done read-write."
19676 msgstr ""
19677
19678 #. type: textblock
19679 #: ../fish/guestfish.pod:408
19680 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
19681 msgstr ""
19682
19683 #. type: =item
19684 #: ../fish/guestfish.pod:410
19685 msgid "B<-x>"
19686 msgstr ""
19687
19688 #. type: textblock
19689 #: ../fish/guestfish.pod:412
19690 msgid "Echo each command before executing it."
19691 msgstr ""
19692
19693 #. type: =head1
19694 #: ../fish/guestfish.pod:416
19695 msgid "COMMANDS ON COMMAND LINE"
19696 msgstr ""
19697
19698 #. type: textblock
19699 #: ../fish/guestfish.pod:418
19700 msgid "Any additional (non-option) arguments are treated as commands to execute."
19701 msgstr ""
19702
19703 #. type: textblock
19704 #: ../fish/guestfish.pod:421
19705 msgid ""
19706 "Commands to execute should be separated by a colon (C<:>), where the colon "
19707 "is a separate parameter.  Thus:"
19708 msgstr ""
19709
19710 #. type: verbatim
19711 #: ../fish/guestfish.pod:424
19712 #, no-wrap
19713 msgid ""
19714 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
19715 "\n"
19716 msgstr ""
19717
19718 #. type: textblock
19719 #: ../fish/guestfish.pod:426
19720 msgid ""
19721 "If there are no additional arguments, then we enter a shell, either an "
19722 "interactive shell with a prompt (if the input is a terminal) or a "
19723 "non-interactive shell."
19724 msgstr ""
19725
19726 #. type: textblock
19727 #: ../fish/guestfish.pod:430
19728 msgid ""
19729 "In either command line mode or non-interactive shell, the first command that "
19730 "gives an error causes the whole shell to exit.  In interactive mode (with a "
19731 "prompt) if a command fails, you can continue to enter commands."
19732 msgstr ""
19733
19734 #. type: =head1
19735 #: ../fish/guestfish.pod:435
19736 msgid "USING launch (OR run)"
19737 msgstr ""
19738
19739 #. type: textblock
19740 #: ../fish/guestfish.pod:437
19741 msgid ""
19742 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
19743 "then launch it, then mount any disks you need, and finally issue "
19744 "actions/commands.  So the general order of the day is:"
19745 msgstr ""
19746
19747 #. type: textblock
19748 #: ../fish/guestfish.pod:445
19749 msgid "add or -a/--add"
19750 msgstr ""
19751
19752 #. type: textblock
19753 #: ../fish/guestfish.pod:449
19754 msgid "launch (aka run)"
19755 msgstr ""
19756
19757 #. type: textblock
19758 #: ../fish/guestfish.pod:453
19759 msgid "mount or -m/--mount"
19760 msgstr ""
19761
19762 #. type: textblock
19763 #: ../fish/guestfish.pod:457
19764 msgid "any other commands"
19765 msgstr ""
19766
19767 #. type: textblock
19768 #: ../fish/guestfish.pod:461
19769 msgid ""
19770 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
19771 "guest before mounting or performing any other commands."
19772 msgstr ""
19773
19774 #. type: textblock
19775 #: ../fish/guestfish.pod:464
19776 msgid ""
19777 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
19778 "I<--new> options were given then C<run> is done automatically, simply "
19779 "because guestfish can't perform the action you asked for without doing this."
19780 msgstr ""
19781
19782 #. type: =head1
19783 #: ../fish/guestfish.pod:469
19784 msgid "OPENING DISKS FOR READ AND WRITE"
19785 msgstr ""
19786
19787 #. type: textblock
19788 #: ../fish/guestfish.pod:471
19789 msgid ""
19790 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
19791 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
19792 "I<-i> and I<-m> open disk images read-only or for writing."
19793 msgstr ""
19794
19795 #. type: textblock
19796 #: ../fish/guestfish.pod:476
19797 msgid ""
19798 "In libguestfs E<le> 1.10, guestfish, guestmount and virt-rescue defaulted to "
19799 "opening disk images supplied on the command line for write.  To open a disk "
19800 "image read-only you have to do I<-a image --ro>."
19801 msgstr ""
19802
19803 #. type: textblock
19804 #: ../fish/guestfish.pod:480
19805 msgid ""
19806 "This matters: If you accidentally open a live VM disk image writable then "
19807 "you will cause irreversible disk corruption."
19808 msgstr ""
19809
19810 #. type: textblock
19811 #: ../fish/guestfish.pod:483
19812 msgid ""
19813 "By libguestfs 1.12 we intend to change the default the other way.  Disk "
19814 "images will be opened read-only.  You will have to either specify "
19815 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
19816 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
19817 "access for disk images specified by those other command line options."
19818 msgstr ""
19819
19820 #. type: textblock
19821 #: ../fish/guestfish.pod:490
19822 msgid ""
19823 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
19824 "which does nothing (it is already the default).  However it is highly "
19825 "recommended that you use this option to indicate that you need write access, "
19826 "and prepare your scripts for the day when this option will be required for "
19827 "write access."
19828 msgstr ""
19829
19830 #. type: textblock
19831 #: ../fish/guestfish.pod:496
19832 msgid ""
19833 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
19834 "other libguestfs program apart from guestfish and guestmount."
19835 msgstr ""
19836
19837 #. type: =head1
19838 #: ../fish/guestfish.pod:499
19839 msgid "QUOTING"
19840 msgstr ""
19841
19842 #. type: textblock
19843 #: ../fish/guestfish.pod:501
19844 msgid ""
19845 "You can quote ordinary parameters using either single or double quotes.  For "
19846 "example:"
19847 msgstr ""
19848
19849 #. type: verbatim
19850 #: ../fish/guestfish.pod:504
19851 #, no-wrap
19852 msgid ""
19853 " add \"file with a space.img\"\n"
19854 "\n"
19855 msgstr ""
19856
19857 #. type: verbatim
19858 #: ../fish/guestfish.pod:506
19859 #, no-wrap
19860 msgid ""
19861 " rm '/file name'\n"
19862 "\n"
19863 msgstr ""
19864
19865 #. type: verbatim
19866 #: ../fish/guestfish.pod:508
19867 #, no-wrap
19868 msgid ""
19869 " rm '/\"'\n"
19870 "\n"
19871 msgstr ""
19872
19873 #. type: textblock
19874 #: ../fish/guestfish.pod:510
19875 msgid ""
19876 "A few commands require a list of strings to be passed.  For these, use a "
19877 "whitespace-separated list, enclosed in quotes.  Strings containing "
19878 "whitespace to be passed through must be enclosed in single quotes.  A "
19879 "literal single quote must be escaped with a backslash."
19880 msgstr ""
19881
19882 #. type: verbatim
19883 #: ../fish/guestfish.pod:515
19884 #, no-wrap
19885 msgid ""
19886 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
19887 " command \"/bin/echo 'foo      bar'\"\n"
19888 " command \"/bin/echo \\'foo\\'\"\n"
19889 "\n"
19890 msgstr ""
19891
19892 #. type: =head1
19893 #: ../fish/guestfish.pod:519
19894 msgid "OPTIONAL ARGUMENTS"
19895 msgstr ""
19896
19897 #. type: textblock
19898 #: ../fish/guestfish.pod:521
19899 msgid ""
19900 "Some commands take optional arguments.  These arguments appear in this "
19901 "documentation as C<[argname:..]>.  You can use them as in these examples:"
19902 msgstr ""
19903
19904 #. type: verbatim
19905 #: ../fish/guestfish.pod:525
19906 #, no-wrap
19907 msgid ""
19908 " add-drive-opts filename\n"
19909 "\n"
19910 msgstr ""
19911
19912 #. type: verbatim
19913 #: ../fish/guestfish.pod:527
19914 #, no-wrap
19915 msgid ""
19916 " add-drive-opts filename readonly:true\n"
19917 "\n"
19918 msgstr ""
19919
19920 #. type: verbatim
19921 #: ../fish/guestfish.pod:529
19922 #, no-wrap
19923 msgid ""
19924 " add-drive-opts filename format:qcow2 readonly:false\n"
19925 "\n"
19926 msgstr ""
19927
19928 #. type: textblock
19929 #: ../fish/guestfish.pod:531
19930 msgid ""
19931 "Each optional argument can appear at most once.  All optional arguments must "
19932 "appear after the required ones."
19933 msgstr ""
19934
19935 #. type: =head1
19936 #: ../fish/guestfish.pod:534
19937 msgid "NUMBERS"
19938 msgstr ""
19939
19940 #. type: textblock
19941 #: ../fish/guestfish.pod:536
19942 msgid "This section applies to all commands which can take integers as parameters."
19943 msgstr ""
19944
19945 #. type: =head2
19946 #: ../fish/guestfish.pod:539
19947 msgid "SIZE SUFFIX"
19948 msgstr ""
19949
19950 #. type: textblock
19951 #: ../fish/guestfish.pod:541
19952 msgid ""
19953 "When the command takes a parameter measured in bytes, you can use one of the "
19954 "following suffixes to specify kilobytes, megabytes and larger sizes:"
19955 msgstr ""
19956
19957 #. type: =item
19958 #: ../fish/guestfish.pod:547
19959 msgid "B<k> or B<K> or B<KiB>"
19960 msgstr ""
19961
19962 #. type: textblock
19963 #: ../fish/guestfish.pod:549
19964 msgid "The size in kilobytes (multiplied by 1024)."
19965 msgstr ""
19966
19967 #. type: =item
19968 #: ../fish/guestfish.pod:551
19969 msgid "B<KB>"
19970 msgstr ""
19971
19972 #. type: textblock
19973 #: ../fish/guestfish.pod:553
19974 msgid "The size in SI 1000 byte units."
19975 msgstr ""
19976
19977 #. type: =item
19978 #: ../fish/guestfish.pod:555
19979 msgid "B<M> or B<MiB>"
19980 msgstr ""
19981
19982 #. type: textblock
19983 #: ../fish/guestfish.pod:557
19984 msgid "The size in megabytes (multiplied by 1048576)."
19985 msgstr ""
19986
19987 #. type: =item
19988 #: ../fish/guestfish.pod:559
19989 msgid "B<MB>"
19990 msgstr ""
19991
19992 #. type: textblock
19993 #: ../fish/guestfish.pod:561
19994 msgid "The size in SI 1000000 byte units."
19995 msgstr ""
19996
19997 #. type: =item
19998 #: ../fish/guestfish.pod:563
19999 msgid "B<G> or B<GiB>"
20000 msgstr ""
20001
20002 #. type: textblock
20003 #: ../fish/guestfish.pod:565
20004 msgid "The size in gigabytes (multiplied by 2**30)."
20005 msgstr ""
20006
20007 #. type: =item
20008 #: ../fish/guestfish.pod:567
20009 msgid "B<GB>"
20010 msgstr ""
20011
20012 #. type: textblock
20013 #: ../fish/guestfish.pod:569
20014 msgid "The size in SI 10**9 byte units."
20015 msgstr ""
20016
20017 #. type: =item
20018 #: ../fish/guestfish.pod:571
20019 msgid "B<T> or B<TiB>"
20020 msgstr ""
20021
20022 #. type: textblock
20023 #: ../fish/guestfish.pod:573
20024 msgid "The size in terabytes (multiplied by 2**40)."
20025 msgstr ""
20026
20027 #. type: =item
20028 #: ../fish/guestfish.pod:575
20029 msgid "B<TB>"
20030 msgstr ""
20031
20032 #. type: textblock
20033 #: ../fish/guestfish.pod:577
20034 msgid "The size in SI 10**12 byte units."
20035 msgstr ""
20036
20037 #. type: =item
20038 #: ../fish/guestfish.pod:579
20039 msgid "B<P> or B<PiB>"
20040 msgstr ""
20041
20042 #. type: textblock
20043 #: ../fish/guestfish.pod:581
20044 msgid "The size in petabytes (multiplied by 2**50)."
20045 msgstr ""
20046
20047 #. type: =item
20048 #: ../fish/guestfish.pod:583
20049 msgid "B<PB>"
20050 msgstr ""
20051
20052 #. type: textblock
20053 #: ../fish/guestfish.pod:585
20054 msgid "The size in SI 10**15 byte units."
20055 msgstr ""
20056
20057 #. type: =item
20058 #: ../fish/guestfish.pod:587
20059 msgid "B<E> or B<EiB>"
20060 msgstr ""
20061
20062 #. type: textblock
20063 #: ../fish/guestfish.pod:589
20064 msgid "The size in exabytes (multiplied by 2**60)."
20065 msgstr ""
20066
20067 #. type: =item
20068 #: ../fish/guestfish.pod:591
20069 msgid "B<EB>"
20070 msgstr ""
20071
20072 #. type: textblock
20073 #: ../fish/guestfish.pod:593
20074 msgid "The size in SI 10**18 byte units."
20075 msgstr ""
20076
20077 #. type: =item
20078 #: ../fish/guestfish.pod:595
20079 msgid "B<Z> or B<ZiB>"
20080 msgstr ""
20081
20082 #. type: textblock
20083 #: ../fish/guestfish.pod:597
20084 msgid "The size in zettabytes (multiplied by 2**70)."
20085 msgstr ""
20086
20087 #. type: =item
20088 #: ../fish/guestfish.pod:599
20089 msgid "B<ZB>"
20090 msgstr ""
20091
20092 #. type: textblock
20093 #: ../fish/guestfish.pod:601
20094 msgid "The size in SI 10**21 byte units."
20095 msgstr ""
20096
20097 #. type: =item
20098 #: ../fish/guestfish.pod:603
20099 msgid "B<Y> or B<YiB>"
20100 msgstr ""
20101
20102 #. type: textblock
20103 #: ../fish/guestfish.pod:605
20104 msgid "The size in yottabytes (multiplied by 2**80)."
20105 msgstr ""
20106
20107 #. type: =item
20108 #: ../fish/guestfish.pod:607
20109 msgid "B<YB>"
20110 msgstr ""
20111
20112 #. type: textblock
20113 #: ../fish/guestfish.pod:609
20114 msgid "The size in SI 10**24 byte units."
20115 msgstr ""
20116
20117 #. type: verbatim
20118 #: ../fish/guestfish.pod:615
20119 #, no-wrap
20120 msgid ""
20121 " truncate-size /file 1G\n"
20122 "\n"
20123 msgstr ""
20124
20125 #. type: textblock
20126 #: ../fish/guestfish.pod:617
20127 msgid "would truncate the file to 1 gigabyte."
20128 msgstr ""
20129
20130 #. type: textblock
20131 #: ../fish/guestfish.pod:619
20132 msgid ""
20133 "Be careful because a few commands take sizes in kilobytes or megabytes "
20134 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
20135 "Adding a suffix will probably not do what you expect."
20136 msgstr ""
20137
20138 #. type: =head2
20139 #: ../fish/guestfish.pod:623
20140 msgid "OCTAL AND HEXADECIMAL NUMBERS"
20141 msgstr ""
20142
20143 #. type: textblock
20144 #: ../fish/guestfish.pod:625
20145 msgid ""
20146 "For specifying the radix (base) use the C convention: C<0> to prefix an "
20147 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
20148 msgstr ""
20149
20150 #. type: verbatim
20151 #: ../fish/guestfish.pod:628
20152 #, no-wrap
20153 msgid ""
20154 " 1234      decimal number 1234\n"
20155 " 02322     octal number, equivalent to decimal 1234\n"
20156 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
20157 "\n"
20158 msgstr ""
20159
20160 #. type: textblock
20161 #: ../fish/guestfish.pod:632
20162 msgid ""
20163 "When using the C<chmod> command, you almost always want to specify an octal "
20164 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
20165 "L<chmod(1)> program):"
20166 msgstr ""
20167
20168 #. type: verbatim
20169 #: ../fish/guestfish.pod:636
20170 #, no-wrap
20171 msgid ""
20172 " chmod 0777 /public  # OK\n"
20173 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
20174 "\n"
20175 msgstr ""
20176
20177 #. type: textblock
20178 #: ../fish/guestfish.pod:639
20179 msgid ""
20180 "Commands that return numbers usually print them in decimal, but some "
20181 "commands print numbers in other radices (eg. C<umask> prints the mode in "
20182 "octal, preceeded by C<0>)."
20183 msgstr ""
20184
20185 #. type: =head1
20186 #: ../fish/guestfish.pod:643
20187 msgid "WILDCARDS AND GLOBBING"
20188 msgstr ""
20189
20190 #. type: textblock
20191 #: ../fish/guestfish.pod:645
20192 msgid ""
20193 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
20194 "(globbing) by default.  So for example the following will not do what you "
20195 "expect:"
20196 msgstr ""
20197
20198 #. type: verbatim
20199 #: ../fish/guestfish.pod:649
20200 #, no-wrap
20201 msgid ""
20202 " rm-rf /home/*\n"
20203 "\n"
20204 msgstr ""
20205
20206 #. type: textblock
20207 #: ../fish/guestfish.pod:651
20208 msgid ""
20209 "Assuming you don't have a directory called literally C</home/*> then the "
20210 "above command will return an error."
20211 msgstr ""
20212
20213 #. type: textblock
20214 #: ../fish/guestfish.pod:654
20215 msgid "To perform wildcard expansion, use the C<glob> command."
20216 msgstr ""
20217
20218 #. type: verbatim
20219 #: ../fish/guestfish.pod:656
20220 #, no-wrap
20221 msgid ""
20222 " glob rm-rf /home/*\n"
20223 "\n"
20224 msgstr ""
20225
20226 #. type: textblock
20227 #: ../fish/guestfish.pod:658
20228 msgid ""
20229 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
20230 "many times), equivalent to:"
20231 msgstr ""
20232
20233 #. type: verbatim
20234 #: ../fish/guestfish.pod:661
20235 #, no-wrap
20236 msgid ""
20237 " rm-rf /home/jim\n"
20238 " rm-rf /home/joe\n"
20239 " rm-rf /home/mary\n"
20240 "\n"
20241 msgstr ""
20242
20243 #. type: textblock
20244 #: ../fish/guestfish.pod:665
20245 msgid "C<glob> only works on simple guest paths and not on device names."
20246 msgstr ""
20247
20248 #. type: textblock
20249 #: ../fish/guestfish.pod:667
20250 msgid ""
20251 "If you have several parameters, each containing a wildcard, then glob will "
20252 "perform a Cartesian product."
20253 msgstr ""
20254
20255 #. type: =head1
20256 #: ../fish/guestfish.pod:670
20257 msgid "COMMENTS"
20258 msgstr ""
20259
20260 #. type: textblock
20261 #: ../fish/guestfish.pod:672
20262 msgid ""
20263 "Any line which starts with a I<#> character is treated as a comment and "
20264 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
20265 "a command.  For example:"
20266 msgstr ""
20267
20268 #. type: verbatim
20269 #: ../fish/guestfish.pod:676
20270 #, no-wrap
20271 msgid ""
20272 " # this is a comment\n"
20273 "         # this is a comment\n"
20274 " foo # NOT a comment\n"
20275 "\n"
20276 msgstr ""
20277
20278 #. type: textblock
20279 #: ../fish/guestfish.pod:680
20280 msgid "Blank lines are also ignored."
20281 msgstr ""
20282
20283 #. type: =head1
20284 #: ../fish/guestfish.pod:682
20285 msgid "RUNNING COMMANDS LOCALLY"
20286 msgstr ""
20287
20288 #. type: textblock
20289 #: ../fish/guestfish.pod:684
20290 msgid ""
20291 "Any line which starts with a I<!> character is treated as a command sent to "
20292 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
20293 msgstr ""
20294
20295 #. type: verbatim
20296 #: ../fish/guestfish.pod:688
20297 #, no-wrap
20298 msgid ""
20299 " !mkdir local\n"
20300 " tgz-out /remote local/remote-data.tar.gz\n"
20301 "\n"
20302 msgstr ""
20303
20304 #. type: textblock
20305 #: ../fish/guestfish.pod:691
20306 msgid ""
20307 "will create a directory C<local> on the host, and then export the contents "
20308 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
20309 "(See C<tgz-out>)."
20310 msgstr ""
20311
20312 #. type: textblock
20313 #: ../fish/guestfish.pod:695
20314 msgid ""
20315 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
20316 "effect, due to the way that subprocesses work in Unix."
20317 msgstr ""
20318
20319 #. type: =head2
20320 #: ../fish/guestfish.pod:698
20321 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
20322 msgstr ""
20323
20324 #. type: textblock
20325 #: ../fish/guestfish.pod:700
20326 msgid ""
20327 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
20328 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
20329 "and executed as guestfish commands."
20330 msgstr ""
20331
20332 #. type: textblock
20333 #: ../fish/guestfish.pod:704
20334 msgid ""
20335 "Thus you can use shell script to construct arbitrary guestfish commands "
20336 "which are then parsed by guestfish."
20337 msgstr ""
20338
20339 #. type: textblock
20340 #: ../fish/guestfish.pod:707
20341 msgid ""
20342 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
20343 "through C</foo.100>) using guestfish commands alone.  However this is simple "
20344 "if we use a shell script to create the guestfish commands for us:"
20345 msgstr ""
20346
20347 #. type: verbatim
20348 #: ../fish/guestfish.pod:712
20349 #, no-wrap
20350 msgid ""
20351 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
20352 "\n"
20353 msgstr ""
20354
20355 #. type: textblock
20356 #: ../fish/guestfish.pod:714
20357 msgid "or with names like C</foo.001>:"
20358 msgstr ""
20359
20360 #. type: verbatim
20361 #: ../fish/guestfish.pod:716
20362 #, no-wrap
20363 msgid ""
20364 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
20365 "\n"
20366 msgstr ""
20367
20368 #. type: textblock
20369 #: ../fish/guestfish.pod:718
20370 msgid ""
20371 "When using guestfish interactively it can be helpful to just run the shell "
20372 "script first (ie. remove the initial C<E<lt>> character so it is just an "
20373 "ordinary I<!> local command), see what guestfish commands it would run, and "
20374 "when you are happy with those prepend the C<E<lt>> character to run the "
20375 "guestfish commands for real."
20376 msgstr ""
20377
20378 #. type: =head1
20379 #: ../fish/guestfish.pod:724
20380 msgid "PIPES"
20381 msgstr ""
20382
20383 #. type: textblock
20384 #: ../fish/guestfish.pod:726
20385 msgid ""
20386 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
20387 "command (a guestfish command) to the second command (any host command).  For "
20388 "example:"
20389 msgstr ""
20390
20391 #. type: verbatim
20392 #: ../fish/guestfish.pod:730
20393 #, no-wrap
20394 msgid ""
20395 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
20396 "\n"
20397 msgstr ""
20398
20399 #. type: textblock
20400 #: ../fish/guestfish.pod:732
20401 msgid ""
20402 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
20403 "program).  The above command would list all accounts in the guest filesystem "
20404 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
20405 msgstr ""
20406
20407 #. type: verbatim
20408 #: ../fish/guestfish.pod:737
20409 #, no-wrap
20410 msgid ""
20411 " hexdump /bin/ls | head\n"
20412 " list-devices | tail -1\n"
20413 " tgz-out / - | tar ztf -\n"
20414 "\n"
20415 msgstr ""
20416
20417 #. type: textblock
20418 #: ../fish/guestfish.pod:741
20419 msgid ""
20420 "The space before the pipe symbol is required, any space after the pipe "
20421 "symbol is optional.  Everything after the pipe symbol is just passed "
20422 "straight to the host shell, so it can contain redirections, globs and "
20423 "anything else that makes sense on the host side."
20424 msgstr ""
20425
20426 #. type: textblock
20427 #: ../fish/guestfish.pod:746
20428 msgid ""
20429 "To use a literal argument which begins with a pipe symbol, you have to quote "
20430 "it, eg:"
20431 msgstr ""
20432
20433 #. type: verbatim
20434 #: ../fish/guestfish.pod:749
20435 #, no-wrap
20436 msgid ""
20437 " echo \"|\"\n"
20438 "\n"
20439 msgstr ""
20440
20441 #. type: =head1
20442 #: ../fish/guestfish.pod:751
20443 msgid "HOME DIRECTORIES"
20444 msgstr ""
20445
20446 #. type: textblock
20447 #: ../fish/guestfish.pod:753
20448 msgid ""
20449 "If a parameter starts with the character C<~> then the tilde may be expanded "
20450 "as a home directory path (either C<~> for the current user's home directory, "
20451 "or C<~user> for another user)."
20452 msgstr ""
20453
20454 #. type: textblock
20455 #: ../fish/guestfish.pod:757
20456 msgid ""
20457 "Note that home directory expansion happens for users known I<on the host>, "
20458 "not in the guest filesystem."
20459 msgstr ""
20460
20461 #. type: textblock
20462 #: ../fish/guestfish.pod:760
20463 msgid ""
20464 "To use a literal argument which begins with a tilde, you have to quote it, "
20465 "eg:"
20466 msgstr ""
20467
20468 #. type: verbatim
20469 #: ../fish/guestfish.pod:763
20470 #, no-wrap
20471 msgid ""
20472 " echo \"~\"\n"
20473 "\n"
20474 msgstr ""
20475
20476 #. type: textblock
20477 #: ../fish/guestfish.pod:767
20478 msgid ""
20479 "Libguestfs has some support for Linux guests encrypted according to the "
20480 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
20481 "disk encryption systems used by modern Linux guests.  Currently only "
20482 "LVM-on-LUKS is supported."
20483 msgstr ""
20484
20485 #. type: textblock
20486 #: ../fish/guestfish.pod:772
20487 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
20488 msgstr ""
20489
20490 #. type: verbatim
20491 #: ../fish/guestfish.pod:774
20492 #, no-wrap
20493 msgid ""
20494 " ><fs> vfs-type /dev/sda2\n"
20495 " crypto_LUKS\n"
20496 "\n"
20497 msgstr ""
20498
20499 #. type: textblock
20500 #: ../fish/guestfish.pod:777
20501 msgid ""
20502 "Then open those devices using L</luks-open>.  This creates a device-mapper "
20503 "device called C</dev/mapper/luksdev>."
20504 msgstr ""
20505
20506 #. type: verbatim
20507 #: ../fish/guestfish.pod:780
20508 #, no-wrap
20509 msgid ""
20510 " ><fs> luks-open /dev/sda2 luksdev\n"
20511 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
20512 "\n"
20513 msgstr ""
20514
20515 #. type: textblock
20516 #: ../fish/guestfish.pod:783
20517 msgid ""
20518 "Finally you have to tell LVM to scan for volume groups on the newly created "
20519 "mapper device:"
20520 msgstr ""
20521
20522 #. type: verbatim
20523 #: ../fish/guestfish.pod:786
20524 #, no-wrap
20525 msgid ""
20526 " vgscan\n"
20527 " vg-activate-all true\n"
20528 "\n"
20529 msgstr ""
20530
20531 #. type: textblock
20532 #: ../fish/guestfish.pod:789
20533 msgid "The logical volume(s) can now be mounted in the usual way."
20534 msgstr ""
20535
20536 #. type: textblock
20537 #: ../fish/guestfish.pod:791
20538 msgid ""
20539 "Before closing a LUKS device you must unmount any logical volumes on it and "
20540 "deactivate the volume groups by calling C<vg-activate false VG> on each "
20541 "one.  Then you can close the mapper device:"
20542 msgstr ""
20543
20544 #. type: verbatim
20545 #: ../fish/guestfish.pod:795
20546 #, no-wrap
20547 msgid ""
20548 " vg-activate false /dev/VG\n"
20549 " luks-close /dev/mapper/luksdev\n"
20550 "\n"
20551 msgstr ""
20552
20553 #. type: =head1
20554 #: ../fish/guestfish.pod:798 ../tools/virt-edit.pl:342
20555 msgid "WINDOWS PATHS"
20556 msgstr ""
20557
20558 #. type: textblock
20559 #: ../fish/guestfish.pod:800
20560 msgid ""
20561 "If a path is prefixed with C<win:> then you can use Windows-style drive "
20562 "letters and paths (with some limitations).  The following commands are "
20563 "equivalent:"
20564 msgstr ""
20565
20566 #. type: verbatim
20567 #: ../fish/guestfish.pod:804
20568 #, no-wrap
20569 msgid ""
20570 " file /WINDOWS/system32/config/system.LOG\n"
20571 "\n"
20572 msgstr ""
20573
20574 #. type: verbatim
20575 #: ../fish/guestfish.pod:806
20576 #, no-wrap
20577 msgid ""
20578 " file win:\\windows\\system32\\config\\system.log\n"
20579 "\n"
20580 msgstr ""
20581
20582 #. type: verbatim
20583 #: ../fish/guestfish.pod:808
20584 #, no-wrap
20585 msgid ""
20586 " file WIN:C:\\Windows\\SYSTEM32\\CONFIG\\SYSTEM.LOG\n"
20587 "\n"
20588 msgstr ""
20589
20590 #. type: textblock
20591 #: ../fish/guestfish.pod:810
20592 msgid ""
20593 "The parameter is rewritten \"behind the scenes\" by looking up the position "
20594 "where the drive is mounted, prepending that to the path, changing all "
20595 "backslash characters to forward slash, then resolving the result using "
20596 "L</case-sensitive-path>.  For example if the E: drive was mounted on C</e> "
20597 "then the parameter might be rewritten like this:"
20598 msgstr ""
20599
20600 #. type: verbatim
20601 #: ../fish/guestfish.pod:816
20602 #, no-wrap
20603 msgid ""
20604 " win:e:\\foo\\bar => /e/FOO/bar\n"
20605 "\n"
20606 msgstr ""
20607
20608 #. type: textblock
20609 #: ../fish/guestfish.pod:818
20610 msgid "This only works in argument positions that expect a path."
20611 msgstr ""
20612
20613 #. type: =head1
20614 #: ../fish/guestfish.pod:820
20615 msgid "UPLOADING AND DOWNLOADING FILES"
20616 msgstr ""
20617
20618 #. type: textblock
20619 #: ../fish/guestfish.pod:822
20620 msgid ""
20621 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
20622 "others which upload from or download to a local file, you can use the "
20623 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
20624 msgstr ""
20625
20626 #. type: verbatim
20627 #: ../fish/guestfish.pod:826
20628 #, no-wrap
20629 msgid ""
20630 " upload - /foo\n"
20631 "\n"
20632 msgstr ""
20633
20634 #. type: textblock
20635 #: ../fish/guestfish.pod:828
20636 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
20637 msgstr ""
20638
20639 #. type: verbatim
20640 #: ../fish/guestfish.pod:831
20641 #, no-wrap
20642 msgid ""
20643 " tar-out /etc - | tar tf -\n"
20644 "\n"
20645 msgstr ""
20646
20647 #. type: textblock
20648 #: ../fish/guestfish.pod:833
20649 msgid ""
20650 "writes the tarball to stdout and then pipes that into the external \"tar\" "
20651 "command (see L</PIPES>)."
20652 msgstr ""
20653
20654 #. type: textblock
20655 #: ../fish/guestfish.pod:836
20656 msgid ""
20657 "When using C<-> to read from stdin, the input is read up to the end of "
20658 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
20659 "some arbitrary end marker:"
20660 msgstr ""
20661
20662 #. type: verbatim
20663 #: ../fish/guestfish.pod:840
20664 #, no-wrap
20665 msgid ""
20666 " upload -<<END /foo\n"
20667 " input line 1\n"
20668 " input line 2\n"
20669 " input line 3\n"
20670 " END\n"
20671 "\n"
20672 msgstr ""
20673
20674 #. type: textblock
20675 #: ../fish/guestfish.pod:846
20676 msgid ""
20677 "Any string of characters can be used instead of C<END>.  The end marker must "
20678 "appear on a line of its own, without any preceeding or following characters "
20679 "(not even spaces)."
20680 msgstr ""
20681
20682 #. type: textblock
20683 #: ../fish/guestfish.pod:850
20684 msgid ""
20685 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
20686 "upload local files (so-called \"FileIn\" parameters in the generator)."
20687 msgstr ""
20688
20689 #. type: =head1
20690 #: ../fish/guestfish.pod:853
20691 msgid "EXIT ON ERROR BEHAVIOUR"
20692 msgstr ""
20693
20694 #. type: textblock
20695 #: ../fish/guestfish.pod:855
20696 msgid ""
20697 "By default, guestfish will ignore any errors when in interactive mode "
20698 "(ie. taking commands from a human over a tty), and will exit on the first "
20699 "error in non-interactive mode (scripts, commands given on the command line)."
20700 msgstr ""
20701
20702 #. type: textblock
20703 #: ../fish/guestfish.pod:860
20704 msgid ""
20705 "If you prefix a command with a I<-> character, then that command will not "
20706 "cause guestfish to exit, even if that (one) command returns an error."
20707 msgstr ""
20708
20709 #. type: =head1
20710 #: ../fish/guestfish.pod:864
20711 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
20712 msgstr ""
20713
20714 #. type: textblock
20715 #: ../fish/guestfish.pod:866
20716 msgid ""
20717 "Guestfish can be remote-controlled over a socket.  This is useful "
20718 "particularly in shell scripts where you want to make several different "
20719 "changes to a filesystem, but you don't want the overhead of starting up a "
20720 "guestfish process each time."
20721 msgstr ""
20722
20723 #. type: textblock
20724 #: ../fish/guestfish.pod:871
20725 msgid "Start a guestfish server process using:"
20726 msgstr ""
20727
20728 #. type: verbatim
20729 #: ../fish/guestfish.pod:873
20730 #, no-wrap
20731 msgid ""
20732 " eval \"`guestfish --listen`\"\n"
20733 "\n"
20734 msgstr ""
20735
20736 #. type: textblock
20737 #: ../fish/guestfish.pod:875
20738 msgid "and then send it commands by doing:"
20739 msgstr ""
20740
20741 #. type: verbatim
20742 #: ../fish/guestfish.pod:877
20743 #, no-wrap
20744 msgid ""
20745 " guestfish --remote cmd [...]\n"
20746 "\n"
20747 msgstr ""
20748
20749 #. type: textblock
20750 #: ../fish/guestfish.pod:879
20751 msgid "To cause the server to exit, send it the exit command:"
20752 msgstr ""
20753
20754 #. type: verbatim
20755 #: ../fish/guestfish.pod:881
20756 #, no-wrap
20757 msgid ""
20758 " guestfish --remote exit\n"
20759 "\n"
20760 msgstr ""
20761
20762 #. type: textblock
20763 #: ../fish/guestfish.pod:883
20764 msgid ""
20765 "Note that the server will normally exit if there is an error in a command.  "
20766 "You can change this in the usual way.  See section L</EXIT ON ERROR "
20767 "BEHAVIOUR>."
20768 msgstr ""
20769
20770 #. type: =head2
20771 #: ../fish/guestfish.pod:887
20772 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
20773 msgstr ""
20774
20775 #. type: textblock
20776 #: ../fish/guestfish.pod:889
20777 msgid ""
20778 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
20779 "is how the I<--remote> option knows where to send the commands.  You can "
20780 "have several guestfish listener processes running using:"
20781 msgstr ""
20782
20783 #. type: verbatim
20784 #: ../fish/guestfish.pod:893
20785 #, no-wrap
20786 msgid ""
20787 " eval \"`guestfish --listen`\"\n"
20788 " pid1=$GUESTFISH_PID\n"
20789 " eval \"`guestfish --listen`\"\n"
20790 " pid2=$GUESTFISH_PID\n"
20791 " ...\n"
20792 " guestfish --remote=$pid1 cmd\n"
20793 " guestfish --remote=$pid2 cmd\n"
20794 "\n"
20795 msgstr ""
20796
20797 #. type: =head2
20798 #: ../fish/guestfish.pod:901
20799 msgid "REMOTE CONTROL AND CSH"
20800 msgstr ""
20801
20802 #. type: textblock
20803 #: ../fish/guestfish.pod:903
20804 msgid ""
20805 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
20806 "option:"
20807 msgstr ""
20808
20809 #. type: verbatim
20810 #: ../fish/guestfish.pod:906
20811 #, no-wrap
20812 msgid ""
20813 " eval \"`guestfish --listen --csh`\"\n"
20814 "\n"
20815 msgstr ""
20816
20817 #. type: =head2
20818 #: ../fish/guestfish.pod:908
20819 msgid "REMOTE CONTROL DETAILS"
20820 msgstr ""
20821
20822 #. type: textblock
20823 #: ../fish/guestfish.pod:910
20824 msgid ""
20825 "Remote control happens over a Unix domain socket called "
20826 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
20827 "of the process, and C<$PID> is the process ID of the server."
20828 msgstr ""
20829
20830 #. type: textblock
20831 #: ../fish/guestfish.pod:914
20832 msgid "Guestfish client and server versions must match exactly."
20833 msgstr ""
20834
20835 #. type: =head1
20836 #: ../fish/guestfish.pod:916
20837 msgid "PREPARED DISK IMAGES"
20838 msgstr ""
20839
20840 #. type: textblock
20841 #: ../fish/guestfish.pod:918
20842 msgid ""
20843 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
20844 "preformatted disk images that guestfish can make for you to save typing.  "
20845 "This is particularly useful for testing purposes.  This option is used "
20846 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
20847 "can be mixed with I<-a>)."
20848 msgstr ""
20849
20850 #. type: textblock
20851 #: ../fish/guestfish.pod:924
20852 msgid ""
20853 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
20854 "the second and so on.  Existing files in the current directory are "
20855 "I<overwritten>."
20856 msgstr ""
20857
20858 #. type: textblock
20859 #: ../fish/guestfish.pod:928
20860 msgid ""
20861 "The type briefly describes how the disk should be sized, partitioned, how "
20862 "filesystem(s) should be created, and how content should be added.  "
20863 "Optionally the type can be followed by extra parameters, separated by C<:> "
20864 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
20865 "sparsely-allocated disk, containing a single partition, with the partition "
20866 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
20867 "on a 1GB disk instead."
20868 msgstr ""
20869
20870 #. type: textblock
20871 #: ../fish/guestfish.pod:936
20872 msgid "To list the available types and any extra parameters they take, run:"
20873 msgstr ""
20874
20875 #. type: textblock
20876 #: ../fish/guestfish.pod:940
20877 msgid ""
20878 "Note that the prepared filesystem is not mounted.  You would usually have to "
20879 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
20880 msgstr ""
20881
20882 #. type: textblock
20883 #: ../fish/guestfish.pod:944
20884 msgid ""
20885 "If any I<-N> or I<--new> options are given, the guest is automatically "
20886 "launched."
20887 msgstr ""
20888
20889 #. type: textblock
20890 #: ../fish/guestfish.pod:949
20891 msgid "Create a 100MB disk with an ext4-formatted partition:"
20892 msgstr ""
20893
20894 #. type: verbatim
20895 #: ../fish/guestfish.pod:951
20896 #, no-wrap
20897 msgid ""
20898 " guestfish -N fs:ext4\n"
20899 "\n"
20900 msgstr ""
20901
20902 #. type: textblock
20903 #: ../fish/guestfish.pod:953
20904 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
20905 msgstr ""
20906
20907 #. type: verbatim
20908 #: ../fish/guestfish.pod:955
20909 #, no-wrap
20910 msgid ""
20911 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
20912 "\n"
20913 msgstr ""
20914
20915 #. type: textblock
20916 #: ../fish/guestfish.pod:957
20917 msgid "Create a blank 200MB disk:"
20918 msgstr ""
20919
20920 #. type: verbatim
20921 #: ../fish/guestfish.pod:959
20922 #, no-wrap
20923 msgid ""
20924 " guestfish -N disk:200M\n"
20925 "\n"
20926 msgstr ""
20927
20928 #. type: =head1
20929 #: ../fish/guestfish.pod:961
20930 msgid "PROGRESS BARS"
20931 msgstr ""
20932
20933 #. type: textblock
20934 #: ../fish/guestfish.pod:963
20935 msgid ""
20936 "Some (not all) long-running commands send progress notification messages as "
20937 "they are running.  Guestfish turns these messages into progress bars."
20938 msgstr ""
20939
20940 #. type: textblock
20941 #: ../fish/guestfish.pod:967
20942 msgid ""
20943 "When a command that supports progress bars takes longer than two seconds to "
20944 "run, and if progress bars are enabled, then you will see one appearing below "
20945 "the command:"
20946 msgstr ""
20947
20948 #. type: verbatim
20949 #: ../fish/guestfish.pod:971
20950 #, no-wrap
20951 msgid ""
20952 " ><fs> copy-size /large-file /another-file 2048M\n"
20953 " / 10% [#####-----------------------------------------] 00:30\n"
20954 "\n"
20955 msgstr ""
20956
20957 #. type: textblock
20958 #: ../fish/guestfish.pod:974
20959 msgid ""
20960 "The spinner on the left hand side moves round once for every progress "
20961 "notification received from the backend.  This is a (reasonably) golden "
20962 "assurance that the command is \"doing something\" even if the progress bar "
20963 "is not moving, because the command is able to send the progress "
20964 "notifications.  When the bar reaches 100% and the command finishes, the "
20965 "spinner disappears."
20966 msgstr ""
20967
20968 #. type: textblock
20969 #: ../fish/guestfish.pod:981
20970 msgid ""
20971 "Progress bars are enabled by default when guestfish is used interactively.  "
20972 "You can enable them even for non-interactive modes using I<--progress-bars>, "
20973 "and you can disable them completely using I<--no-progress-bars>."
20974 msgstr ""
20975
20976 #. type: =head1
20977 #: ../fish/guestfish.pod:986
20978 msgid "GUESTFISH COMMANDS"
20979 msgstr ""
20980
20981 #. type: textblock
20982 #: ../fish/guestfish.pod:988
20983 msgid ""
20984 "The commands in this section are guestfish convenience commands, in other "
20985 "words, they are not part of the L<guestfs(3)> API."
20986 msgstr ""
20987
20988 #. type: =head2
20989 #: ../fish/guestfish.pod:991
20990 msgid "help"
20991 msgstr ""
20992
20993 #. type: verbatim
20994 #: ../fish/guestfish.pod:993
20995 #, no-wrap
20996 msgid ""
20997 " help\n"
20998 " help cmd\n"
20999 "\n"
21000 msgstr ""
21001
21002 #. type: textblock
21003 #: ../fish/guestfish.pod:996
21004 msgid "Without any parameter, this provides general help."
21005 msgstr ""
21006
21007 #. type: textblock
21008 #: ../fish/guestfish.pod:998
21009 msgid "With a C<cmd> parameter, this displays detailed help for that command."
21010 msgstr ""
21011
21012 #. type: =head2
21013 #: ../fish/guestfish.pod:1000
21014 msgid "quit | exit"
21015 msgstr ""
21016
21017 #. type: textblock
21018 #: ../fish/guestfish.pod:1002
21019 msgid "This exits guestfish.  You can also use C<^D> key."
21020 msgstr ""
21021
21022 #. type: textblock
21023 #: ../fish/guestfish.pod:1004
21024 msgid "@FISH_COMMANDS@"
21025 msgstr ""
21026
21027 #. type: =head1
21028 #: ../fish/guestfish.pod:1006
21029 msgid "COMMANDS"
21030 msgstr ""
21031
21032 #. type: =head1
21033 #: ../fish/guestfish.pod:1010 ../test-tool/libguestfs-test-tool.pod:77
21034 msgid "EXIT CODE"
21035 msgstr ""
21036
21037 #. type: textblock
21038 #: ../fish/guestfish.pod:1012
21039 msgid ""
21040 "guestfish returns 0 if the commands completed without error, or 1 if there "
21041 "was an error."
21042 msgstr ""
21043
21044 #. type: =item
21045 #: ../fish/guestfish.pod:1019
21046 msgid "EDITOR"
21047 msgstr ""
21048
21049 #. type: textblock
21050 #: ../fish/guestfish.pod:1021
21051 msgid ""
21052 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
21053 "C<vi>."
21054 msgstr ""
21055
21056 #. type: =item
21057 #: ../fish/guestfish.pod:1024
21058 msgid "GUESTFISH_PID"
21059 msgstr ""
21060
21061 #. type: textblock
21062 #: ../fish/guestfish.pod:1026
21063 msgid ""
21064 "Used with the I<--remote> option to specify the remote guestfish process to "
21065 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
21066 msgstr ""
21067
21068 #. type: =item
21069 #: ../fish/guestfish.pod:1030
21070 msgid "HEXEDITOR"
21071 msgstr ""
21072
21073 #. type: textblock
21074 #: ../fish/guestfish.pod:1032
21075 msgid ""
21076 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
21077 "not specified, the external L<hexedit(1)> program is used."
21078 msgstr ""
21079
21080 #. type: =item
21081 #: ../fish/guestfish.pod:1036
21082 msgid "HOME"
21083 msgstr ""
21084
21085 #. type: textblock
21086 #: ../fish/guestfish.pod:1038
21087 msgid ""
21088 "If compiled with GNU readline support, various files in the home directory "
21089 "can be used.  See L</FILES>."
21090 msgstr ""
21091
21092 #. type: textblock
21093 #: ../fish/guestfish.pod:1047
21094 msgid ""
21095 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
21096 "effect as using the B<-v> option."
21097 msgstr ""
21098
21099 #. type: textblock
21100 #: ../fish/guestfish.pod:1059
21101 msgid ""
21102 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
21103 "the discussion of paths in L<guestfs(3)>."
21104 msgstr ""
21105
21106 #. type: textblock
21107 #: ../fish/guestfish.pod:1070
21108 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
21109 msgstr ""
21110
21111 #. type: =item
21112 #: ../fish/guestfish.pod:1072
21113 msgid "PAGER"
21114 msgstr ""
21115
21116 #. type: textblock
21117 #: ../fish/guestfish.pod:1074
21118 msgid ""
21119 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
21120 "C<more>."
21121 msgstr ""
21122
21123 #. type: =head1
21124 #: ../fish/guestfish.pod:1090 ../fuse/guestmount.pod:262
21125 msgid "FILES"
21126 msgstr ""
21127
21128 #. type: =item
21129 #: ../fish/guestfish.pod:1094 ../fuse/guestmount.pod:266
21130 msgid "$HOME/.libguestfs-tools.rc"
21131 msgstr ""
21132
21133 #. type: =item
21134 #: ../fish/guestfish.pod:1096 ../fuse/guestmount.pod:268
21135 msgid "/etc/libguestfs-tools.conf"
21136 msgstr ""
21137
21138 #. type: textblock
21139 #: ../fish/guestfish.pod:1098 ../fuse/guestmount.pod:270
21140 msgid ""
21141 "This configuration file controls the default read-only or read-write mode "
21142 "(I<--ro> or I<--rw>)."
21143 msgstr ""
21144
21145 #. type: textblock
21146 #: ../fish/guestfish.pod:1101
21147 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
21148 msgstr ""
21149
21150 #. type: =item
21151 #: ../fish/guestfish.pod:1103
21152 msgid "$HOME/.guestfish"
21153 msgstr ""
21154
21155 #. type: textblock
21156 #: ../fish/guestfish.pod:1105
21157 msgid ""
21158 "If compiled with GNU readline support, then the command history is saved in "
21159 "this file."
21160 msgstr ""
21161
21162 #. type: =item
21163 #: ../fish/guestfish.pod:1108
21164 msgid "$HOME/.inputrc"
21165 msgstr ""
21166
21167 #. type: =item
21168 #: ../fish/guestfish.pod:1110
21169 msgid "/etc/inputrc"
21170 msgstr ""
21171
21172 #. type: textblock
21173 #: ../fish/guestfish.pod:1112
21174 msgid ""
21175 "If compiled with GNU readline support, then these files can be used to "
21176 "configure readline.  For further information, please see "
21177 "L<readline(3)/INITIALIZATION FILE>."
21178 msgstr ""
21179
21180 #. type: textblock
21181 #: ../fish/guestfish.pod:1116
21182 msgid "To write rules which only apply to guestfish, use:"
21183 msgstr ""
21184
21185 #. type: verbatim
21186 #: ../fish/guestfish.pod:1118
21187 #, no-wrap
21188 msgid ""
21189 " $if guestfish\n"
21190 " ...\n"
21191 " $endif\n"
21192 "\n"
21193 msgstr ""
21194
21195 #. type: textblock
21196 #: ../fish/guestfish.pod:1122
21197 msgid ""
21198 "Variables that you can set in inputrc that change the behaviour of guestfish "
21199 "in useful ways include:"
21200 msgstr ""
21201
21202 #. type: =item
21203 #: ../fish/guestfish.pod:1127
21204 msgid "completion-ignore-case (default: on)"
21205 msgstr ""
21206
21207 #. type: textblock
21208 #: ../fish/guestfish.pod:1129
21209 msgid ""
21210 "By default, guestfish will ignore case when tab-completing paths on the "
21211 "disk.  Use:"
21212 msgstr ""
21213
21214 #. type: verbatim
21215 #: ../fish/guestfish.pod:1132
21216 #, no-wrap
21217 msgid ""
21218 " set completion-ignore-case off\n"
21219 "\n"
21220 msgstr ""
21221
21222 #. type: textblock
21223 #: ../fish/guestfish.pod:1134
21224 msgid "to make guestfish case sensitive."
21225 msgstr ""
21226
21227 #. type: =item
21228 #: ../fish/guestfish.pod:1138
21229 msgid "test1.img"
21230 msgstr ""
21231
21232 #. type: =item
21233 #: ../fish/guestfish.pod:1140
21234 msgid "test2.img (etc)"
21235 msgstr ""
21236
21237 #. type: textblock
21238 #: ../fish/guestfish.pod:1142
21239 msgid ""
21240 "When using the I<-N> or I<--new> option, the prepared disk or filesystem "
21241 "will be created in the file C<test1.img> in the current directory.  The "
21242 "second use of I<-N> will use C<test2.img> and so on.  Any existing file with "
21243 "the same name will be overwritten."
21244 msgstr ""
21245
21246 #. type: textblock
21247 #: ../fish/guestfish.pod:1151
21248 msgid ""
21249 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, "
21250 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
21251 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
21252 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
21253 "L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, "
21254 "L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<hexedit(1)>."
21255 msgstr ""
21256
21257 #. type: textblock
21258 #: ../fish/guestfish.pod:1181 ../test-tool/libguestfs-test-tool.pod:102 ../fuse/guestmount.pod:297 ../tools/virt-edit.pl:518 ../tools/virt-win-reg.pl:606 ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309 ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
21259 msgid ""
21260 "This program is free software; you can redistribute it and/or modify it "
21261 "under the terms of the GNU General Public License as published by the Free "
21262 "Software Foundation; either version 2 of the License, or (at your option) "
21263 "any later version."
21264 msgstr ""
21265
21266 #. type: textblock
21267 #: ../fish/guestfish.pod:1186 ../test-tool/libguestfs-test-tool.pod:107 ../fuse/guestmount.pod:302 ../tools/virt-edit.pl:523 ../tools/virt-win-reg.pl:611 ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314 ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
21268 msgid ""
21269 "This program is distributed in the hope that it will be useful, but WITHOUT "
21270 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
21271 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
21272 "more details."
21273 msgstr ""
21274
21275 #. type: textblock
21276 #: ../fish/guestfish.pod:1191 ../test-tool/libguestfs-test-tool.pod:112 ../fuse/guestmount.pod:307 ../tools/virt-edit.pl:528 ../tools/virt-win-reg.pl:616 ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319 ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
21277 msgid ""
21278 "You should have received a copy of the GNU General Public License along with "
21279 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
21280 "Ave, Cambridge, MA 02139, USA."
21281 msgstr ""
21282
21283 #. type: =head2
21284 #: ../fish/guestfish-actions.pod:1
21285 msgid "add-cdrom"
21286 msgstr ""
21287
21288 #. type: verbatim
21289 #: ../fish/guestfish-actions.pod:3
21290 #, no-wrap
21291 msgid ""
21292 " add-cdrom filename\n"
21293 "\n"
21294 msgstr ""
21295
21296 #. type: textblock
21297 #: ../fish/guestfish-actions.pod:15
21298 msgid ""
21299 "This call checks for the existence of C<filename>.  This stops you from "
21300 "specifying other types of drive which are supported by qemu such as C<nbd:> "
21301 "and C<http:> URLs.  To specify those, use the general L</config> call "
21302 "instead."
21303 msgstr ""
21304
21305 #. type: textblock
21306 #: ../fish/guestfish-actions.pod:22
21307 msgid ""
21308 "If you just want to add an ISO file (often you use this as an efficient way "
21309 "to transfer large files into the guest), then you should probably use "
21310 "L</add-drive-ro> instead."
21311 msgstr ""
21312
21313 #. type: =head2
21314 #: ../fish/guestfish-actions.pod:35
21315 msgid "add-domain"
21316 msgstr ""
21317
21318 #. type: =head2
21319 #: ../fish/guestfish-actions.pod:37
21320 msgid "domain"
21321 msgstr ""
21322
21323 #. type: verbatim
21324 #: ../fish/guestfish-actions.pod:39
21325 #, no-wrap
21326 msgid ""
21327 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
21328 "\n"
21329 msgstr ""
21330
21331 #. type: textblock
21332 #: ../fish/guestfish-actions.pod:41
21333 msgid ""
21334 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
21335 "It works by connecting to libvirt, requesting the domain and domain XML from "
21336 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
21337 msgstr ""
21338
21339 #. type: textblock
21340 #: ../fish/guestfish-actions.pod:71
21341 msgid ""
21342 "The other optional parameters are passed directly through to "
21343 "L</add-drive-opts>."
21344 msgstr ""
21345
21346 #. type: textblock
21347 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138 ../fish/guestfish-actions.pod:3044
21348 msgid ""
21349 "This command has one or more optional arguments.  See L</OPTIONAL "
21350 "ARGUMENTS>."
21351 msgstr ""
21352
21353 #. type: =head2
21354 #: ../fish/guestfish-actions.pod:76
21355 msgid "add-drive"
21356 msgstr ""
21357
21358 #. type: verbatim
21359 #: ../fish/guestfish-actions.pod:78
21360 #, no-wrap
21361 msgid ""
21362 " add-drive filename\n"
21363 "\n"
21364 msgstr ""
21365
21366 #. type: textblock
21367 #: ../fish/guestfish-actions.pod:80
21368 msgid ""
21369 "This function is the equivalent of calling L</add-drive-opts> with no "
21370 "optional parameters, so the disk is added writable, with the format being "
21371 "detected automatically."
21372 msgstr ""
21373
21374 #. type: textblock
21375 #: ../fish/guestfish-actions.pod:84
21376 msgid ""
21377 "Automatic detection of the format opens you up to a potential security hole "
21378 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
21379 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
21380 "you should think about replacing calls to this function with calls to "
21381 "L</add-drive-opts>, and specifying the format."
21382 msgstr ""
21383
21384 #. type: =head2
21385 #: ../fish/guestfish-actions.pod:91
21386 msgid "add-drive-opts"
21387 msgstr ""
21388
21389 #. type: =head2
21390 #: ../fish/guestfish-actions.pod:93
21391 msgid "add"
21392 msgstr ""
21393
21394 #. type: verbatim
21395 #: ../fish/guestfish-actions.pod:95
21396 #, no-wrap
21397 msgid ""
21398 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
21399 "\n"
21400 msgstr ""
21401
21402 #. type: textblock
21403 #: ../fish/guestfish-actions.pod:122
21404 msgid ""
21405 "This forces the image format.  If you omit this (or use L</add-drive> or "
21406 "L</add-drive-ro>) then the format is automatically detected.  Possible "
21407 "formats include C<raw> and C<qcow2>."
21408 msgstr ""
21409
21410 #. type: textblock
21411 #: ../fish/guestfish-actions.pod:133
21412 msgid ""
21413 "This rarely-used option lets you emulate the behaviour of the deprecated "
21414 "L</add-drive-with-if> call (q.v.)"
21415 msgstr ""
21416
21417 #. type: =head2
21418 #: ../fish/guestfish-actions.pod:140
21419 msgid "add-drive-ro"
21420 msgstr ""
21421
21422 #. type: =head2
21423 #: ../fish/guestfish-actions.pod:142
21424 msgid "add-ro"
21425 msgstr ""
21426
21427 #. type: verbatim
21428 #: ../fish/guestfish-actions.pod:144
21429 #, no-wrap
21430 msgid ""
21431 " add-drive-ro filename\n"
21432 "\n"
21433 msgstr ""
21434
21435 #. type: textblock
21436 #: ../fish/guestfish-actions.pod:146
21437 msgid ""
21438 "This function is the equivalent of calling L</add-drive-opts> with the "
21439 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
21440 "is added read-only, with the format being detected automatically."
21441 msgstr ""
21442
21443 #. type: =head2
21444 #: ../fish/guestfish-actions.pod:151
21445 msgid "add-drive-ro-with-if"
21446 msgstr ""
21447
21448 #. type: verbatim
21449 #: ../fish/guestfish-actions.pod:153
21450 #, no-wrap
21451 msgid ""
21452 " add-drive-ro-with-if filename iface\n"
21453 "\n"
21454 msgstr ""
21455
21456 #. type: textblock
21457 #: ../fish/guestfish-actions.pod:155
21458 msgid ""
21459 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
21460 "interface emulation to use at run time."
21461 msgstr ""
21462
21463 #. type: =head2
21464 #: ../fish/guestfish-actions.pod:165
21465 msgid "add-drive-with-if"
21466 msgstr ""
21467
21468 #. type: verbatim
21469 #: ../fish/guestfish-actions.pod:167
21470 #, no-wrap
21471 msgid ""
21472 " add-drive-with-if filename iface\n"
21473 "\n"
21474 msgstr ""
21475
21476 #. type: textblock
21477 #: ../fish/guestfish-actions.pod:169
21478 msgid ""
21479 "This is the same as L</add-drive> but it allows you to specify the QEMU "
21480 "interface emulation to use at run time."
21481 msgstr ""
21482
21483 #. type: =head2
21484 #: ../fish/guestfish-actions.pod:179
21485 msgid "aug-clear"
21486 msgstr ""
21487
21488 #. type: verbatim
21489 #: ../fish/guestfish-actions.pod:181
21490 #, no-wrap
21491 msgid ""
21492 " aug-clear augpath\n"
21493 "\n"
21494 msgstr ""
21495
21496 #. type: =head2
21497 #: ../fish/guestfish-actions.pod:186
21498 msgid "aug-close"
21499 msgstr ""
21500
21501 #. type: verbatim
21502 #: ../fish/guestfish-actions.pod:188
21503 #, no-wrap
21504 msgid ""
21505 " aug-close\n"
21506 "\n"
21507 msgstr ""
21508
21509 #. type: textblock
21510 #: ../fish/guestfish-actions.pod:190
21511 msgid ""
21512 "Close the current Augeas handle and free up any resources used by it.  After "
21513 "calling this, you have to call L</aug-init> again before you can use any "
21514 "other Augeas functions."
21515 msgstr ""
21516
21517 #. type: =head2
21518 #: ../fish/guestfish-actions.pod:195
21519 msgid "aug-defnode"
21520 msgstr ""
21521
21522 #. type: verbatim
21523 #: ../fish/guestfish-actions.pod:197
21524 #, no-wrap
21525 msgid ""
21526 " aug-defnode name expr val\n"
21527 "\n"
21528 msgstr ""
21529
21530 #. type: textblock
21531 #: ../fish/guestfish-actions.pod:202
21532 msgid ""
21533 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
21534 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
21535 "containing that single node."
21536 msgstr ""
21537
21538 #. type: =head2
21539 #: ../fish/guestfish-actions.pod:210
21540 msgid "aug-defvar"
21541 msgstr ""
21542
21543 #. type: verbatim
21544 #: ../fish/guestfish-actions.pod:212
21545 #, no-wrap
21546 msgid ""
21547 " aug-defvar name expr\n"
21548 "\n"
21549 msgstr ""
21550
21551 #. type: =head2
21552 #: ../fish/guestfish-actions.pod:221
21553 msgid "aug-get"
21554 msgstr ""
21555
21556 #. type: verbatim
21557 #: ../fish/guestfish-actions.pod:223
21558 #, no-wrap
21559 msgid ""
21560 " aug-get augpath\n"
21561 "\n"
21562 msgstr ""
21563
21564 #. type: =head2
21565 #: ../fish/guestfish-actions.pod:228
21566 msgid "aug-init"
21567 msgstr ""
21568
21569 #. type: verbatim
21570 #: ../fish/guestfish-actions.pod:230
21571 #, no-wrap
21572 msgid ""
21573 " aug-init root flags\n"
21574 "\n"
21575 msgstr ""
21576
21577 #. type: textblock
21578 #: ../fish/guestfish-actions.pod:236
21579 msgid "You must call this before using any other L</aug-*> commands."
21580 msgstr ""
21581
21582 #. type: textblock
21583 #: ../fish/guestfish-actions.pod:271
21584 msgid "Do not load the tree in L</aug-init>."
21585 msgstr ""
21586
21587 #. type: textblock
21588 #: ../fish/guestfish-actions.pod:275
21589 msgid "To close the handle, you can call L</aug-close>."
21590 msgstr ""
21591
21592 #. type: =head2
21593 #: ../fish/guestfish-actions.pod:279
21594 msgid "aug-insert"
21595 msgstr ""
21596
21597 #. type: verbatim
21598 #: ../fish/guestfish-actions.pod:281
21599 #, no-wrap
21600 msgid ""
21601 " aug-insert augpath label true|false\n"
21602 "\n"
21603 msgstr ""
21604
21605 #. type: =head2
21606 #: ../fish/guestfish-actions.pod:291
21607 msgid "aug-load"
21608 msgstr ""
21609
21610 #. type: verbatim
21611 #: ../fish/guestfish-actions.pod:293
21612 #, no-wrap
21613 msgid ""
21614 " aug-load\n"
21615 "\n"
21616 msgstr ""
21617
21618 #. type: =head2
21619 #: ../fish/guestfish-actions.pod:300
21620 msgid "aug-ls"
21621 msgstr ""
21622
21623 #. type: verbatim
21624 #: ../fish/guestfish-actions.pod:302
21625 #, no-wrap
21626 msgid ""
21627 " aug-ls augpath\n"
21628 "\n"
21629 msgstr ""
21630
21631 #. type: textblock
21632 #: ../fish/guestfish-actions.pod:304
21633 msgid ""
21634 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
21635 "resulting nodes into alphabetical order."
21636 msgstr ""
21637
21638 #. type: =head2
21639 #: ../fish/guestfish-actions.pod:307
21640 msgid "aug-match"
21641 msgstr ""
21642
21643 #. type: verbatim
21644 #: ../fish/guestfish-actions.pod:309
21645 #, no-wrap
21646 msgid ""
21647 " aug-match augpath\n"
21648 "\n"
21649 msgstr ""
21650
21651 #. type: =head2
21652 #: ../fish/guestfish-actions.pod:315
21653 msgid "aug-mv"
21654 msgstr ""
21655
21656 #. type: verbatim
21657 #: ../fish/guestfish-actions.pod:317
21658 #, no-wrap
21659 msgid ""
21660 " aug-mv src dest\n"
21661 "\n"
21662 msgstr ""
21663
21664 #. type: =head2
21665 #: ../fish/guestfish-actions.pod:322
21666 msgid "aug-rm"
21667 msgstr ""
21668
21669 #. type: verbatim
21670 #: ../fish/guestfish-actions.pod:324
21671 #, no-wrap
21672 msgid ""
21673 " aug-rm augpath\n"
21674 "\n"
21675 msgstr ""
21676
21677 #. type: =head2
21678 #: ../fish/guestfish-actions.pod:330
21679 msgid "aug-save"
21680 msgstr ""
21681
21682 #. type: verbatim
21683 #: ../fish/guestfish-actions.pod:332
21684 #, no-wrap
21685 msgid ""
21686 " aug-save\n"
21687 "\n"
21688 msgstr ""
21689
21690 #. type: textblock
21691 #: ../fish/guestfish-actions.pod:336
21692 msgid ""
21693 "The flags which were passed to L</aug-init> affect exactly how files are "
21694 "saved."
21695 msgstr ""
21696
21697 #. type: =head2
21698 #: ../fish/guestfish-actions.pod:339
21699 msgid "aug-set"
21700 msgstr ""
21701
21702 #. type: verbatim
21703 #: ../fish/guestfish-actions.pod:341
21704 #, no-wrap
21705 msgid ""
21706 " aug-set augpath val\n"
21707 "\n"
21708 msgstr ""
21709
21710 #. type: textblock
21711 #: ../fish/guestfish-actions.pod:345
21712 msgid ""
21713 "In the Augeas API, it is possible to clear a node by setting the value to "
21714 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
21715 "this call.  Instead you must use the L</aug-clear> call."
21716 msgstr ""
21717
21718 #. type: =head2
21719 #: ../fish/guestfish-actions.pod:350
21720 msgid "available"
21721 msgstr ""
21722
21723 #. type: verbatim
21724 #: ../fish/guestfish-actions.pod:352
21725 #, no-wrap
21726 msgid ""
21727 " available 'groups ...'\n"
21728 "\n"
21729 msgstr ""
21730
21731 #. type: textblock
21732 #: ../fish/guestfish-actions.pod:358
21733 msgid ""
21734 "The libguestfs groups, and the functions that those groups correspond to, "
21735 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
21736 "runtime by calling L</available-all-groups>."
21737 msgstr ""
21738
21739 #. type: textblock
21740 #: ../fish/guestfish-actions.pod:382
21741 msgid "You must call L</launch> before calling this function."
21742 msgstr ""
21743
21744 #. type: textblock
21745 #: ../fish/guestfish-actions.pod:404
21746 msgid ""
21747 "This call was added in version C<1.0.80>.  In previous versions of "
21748 "libguestfs all you could do would be to speculatively execute a command to "
21749 "find out if the daemon implemented it.  See also L</version>."
21750 msgstr ""
21751
21752 #. type: =head2
21753 #: ../fish/guestfish-actions.pod:411
21754 msgid "available-all-groups"
21755 msgstr ""
21756
21757 #. type: verbatim
21758 #: ../fish/guestfish-actions.pod:413
21759 #, no-wrap
21760 msgid ""
21761 " available-all-groups\n"
21762 "\n"
21763 msgstr ""
21764
21765 #. type: textblock
21766 #: ../fish/guestfish-actions.pod:415
21767 msgid ""
21768 "This command returns a list of all optional groups that this daemon knows "
21769 "about.  Note this returns both supported and unsupported groups.  To find "
21770 "out which ones the daemon can actually support you have to call "
21771 "L</available> on each member of the returned list."
21772 msgstr ""
21773
21774 #. type: textblock
21775 #: ../fish/guestfish-actions.pod:421
21776 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
21777 msgstr ""
21778
21779 #. type: =head2
21780 #: ../fish/guestfish-actions.pod:423
21781 msgid "base64-in"
21782 msgstr ""
21783
21784 #. type: verbatim
21785 #: ../fish/guestfish-actions.pod:425
21786 #, no-wrap
21787 msgid ""
21788 " base64-in (base64file|-) filename\n"
21789 "\n"
21790 msgstr ""
21791
21792 #. type: textblock
21793 #: ../fish/guestfish-actions.pod:430 ../fish/guestfish-actions.pod:439 ../fish/guestfish-actions.pod:663 ../fish/guestfish-actions.pod:832 ../fish/guestfish-actions.pod:851 ../fish/guestfish-actions.pod:1225 ../fish/guestfish-actions.pod:4486 ../fish/guestfish-actions.pod:4498 ../fish/guestfish-actions.pod:4509 ../fish/guestfish-actions.pod:4520 ../fish/guestfish-actions.pod:4572 ../fish/guestfish-actions.pod:4581 ../fish/guestfish-actions.pod:4635 ../fish/guestfish-actions.pod:4658
21794 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
21795 msgstr ""
21796
21797 #. type: =head2
21798 #: ../fish/guestfish-actions.pod:432
21799 msgid "base64-out"
21800 msgstr ""
21801
21802 #. type: verbatim
21803 #: ../fish/guestfish-actions.pod:434
21804 #, no-wrap
21805 msgid ""
21806 " base64-out filename (base64file|-)\n"
21807 "\n"
21808 msgstr ""
21809
21810 #. type: =head2
21811 #: ../fish/guestfish-actions.pod:441
21812 msgid "blockdev-flushbufs"
21813 msgstr ""
21814
21815 #. type: verbatim
21816 #: ../fish/guestfish-actions.pod:443
21817 #, no-wrap
21818 msgid ""
21819 " blockdev-flushbufs device\n"
21820 "\n"
21821 msgstr ""
21822
21823 #. type: =head2
21824 #: ../fish/guestfish-actions.pod:450
21825 msgid "blockdev-getbsz"
21826 msgstr ""
21827
21828 #. type: verbatim
21829 #: ../fish/guestfish-actions.pod:452
21830 #, no-wrap
21831 msgid ""
21832 " blockdev-getbsz device\n"
21833 "\n"
21834 msgstr ""
21835
21836 #. type: =head2
21837 #: ../fish/guestfish-actions.pod:461
21838 msgid "blockdev-getro"
21839 msgstr ""
21840
21841 #. type: verbatim
21842 #: ../fish/guestfish-actions.pod:463
21843 #, no-wrap
21844 msgid ""
21845 " blockdev-getro device\n"
21846 "\n"
21847 msgstr ""
21848
21849 #. type: =head2
21850 #: ../fish/guestfish-actions.pod:470
21851 msgid "blockdev-getsize64"
21852 msgstr ""
21853
21854 #. type: verbatim
21855 #: ../fish/guestfish-actions.pod:472
21856 #, no-wrap
21857 msgid ""
21858 " blockdev-getsize64 device\n"
21859 "\n"
21860 msgstr ""
21861
21862 #. type: textblock
21863 #: ../fish/guestfish-actions.pod:476
21864 msgid "See also L</blockdev-getsz>."
21865 msgstr ""
21866
21867 #. type: =head2
21868 #: ../fish/guestfish-actions.pod:480
21869 msgid "blockdev-getss"
21870 msgstr ""
21871
21872 #. type: verbatim
21873 #: ../fish/guestfish-actions.pod:482
21874 #, no-wrap
21875 msgid ""
21876 " blockdev-getss device\n"
21877 "\n"
21878 msgstr ""
21879
21880 #. type: textblock
21881 #: ../fish/guestfish-actions.pod:487
21882 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
21883 msgstr ""
21884
21885 #. type: =head2
21886 #: ../fish/guestfish-actions.pod:492
21887 msgid "blockdev-getsz"
21888 msgstr ""
21889
21890 #. type: verbatim
21891 #: ../fish/guestfish-actions.pod:494
21892 #, no-wrap
21893 msgid ""
21894 " blockdev-getsz device\n"
21895 "\n"
21896 msgstr ""
21897
21898 #. type: textblock
21899 #: ../fish/guestfish-actions.pod:499
21900 msgid ""
21901 "See also L</blockdev-getss> for the real sector size of the device, and "
21902 "L</blockdev-getsize64> for the more useful I<size in bytes>."
21903 msgstr ""
21904
21905 #. type: =head2
21906 #: ../fish/guestfish-actions.pod:505
21907 msgid "blockdev-rereadpt"
21908 msgstr ""
21909
21910 #. type: verbatim
21911 #: ../fish/guestfish-actions.pod:507
21912 #, no-wrap
21913 msgid ""
21914 " blockdev-rereadpt device\n"
21915 "\n"
21916 msgstr ""
21917
21918 #. type: =head2
21919 #: ../fish/guestfish-actions.pod:513
21920 msgid "blockdev-setbsz"
21921 msgstr ""
21922
21923 #. type: verbatim
21924 #: ../fish/guestfish-actions.pod:515
21925 #, no-wrap
21926 msgid ""
21927 " blockdev-setbsz device blocksize\n"
21928 "\n"
21929 msgstr ""
21930
21931 #. type: =head2
21932 #: ../fish/guestfish-actions.pod:524
21933 msgid "blockdev-setro"
21934 msgstr ""
21935
21936 #. type: verbatim
21937 #: ../fish/guestfish-actions.pod:526
21938 #, no-wrap
21939 msgid ""
21940 " blockdev-setro device\n"
21941 "\n"
21942 msgstr ""
21943
21944 #. type: =head2
21945 #: ../fish/guestfish-actions.pod:532
21946 msgid "blockdev-setrw"
21947 msgstr ""
21948
21949 #. type: verbatim
21950 #: ../fish/guestfish-actions.pod:534
21951 #, no-wrap
21952 msgid ""
21953 " blockdev-setrw device\n"
21954 "\n"
21955 msgstr ""
21956
21957 #. type: =head2
21958 #: ../fish/guestfish-actions.pod:540
21959 msgid "case-sensitive-path"
21960 msgstr ""
21961
21962 #. type: verbatim
21963 #: ../fish/guestfish-actions.pod:542
21964 #, no-wrap
21965 msgid ""
21966 " case-sensitive-path path\n"
21967 "\n"
21968 msgstr ""
21969
21970 #. type: textblock
21971 #: ../fish/guestfish-actions.pod:566
21972 msgid ""
21973 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
21974 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
21975 "how the directories were originally created under Windows)."
21976 msgstr ""
21977
21978 #. type: textblock
21979 #: ../fish/guestfish-actions.pod:574
21980 msgid "See also L</realpath>."
21981 msgstr ""
21982
21983 #. type: =head2
21984 #: ../fish/guestfish-actions.pod:576
21985 msgid "cat"
21986 msgstr ""
21987
21988 #. type: verbatim
21989 #: ../fish/guestfish-actions.pod:578
21990 #, no-wrap
21991 msgid ""
21992 " cat path\n"
21993 "\n"
21994 msgstr ""
21995
21996 #. type: textblock
21997 #: ../fish/guestfish-actions.pod:582
21998 msgid ""
21999 "Note that this function cannot correctly handle binary files (specifically, "
22000 "files containing C<\\0> character which is treated as end of string).  For "
22001 "those you need to use the L</read-file> or L</download> functions which have "
22002 "a more complex interface."
22003 msgstr ""
22004
22005 #. type: =head2
22006 #: ../fish/guestfish-actions.pod:590
22007 msgid "checksum"
22008 msgstr ""
22009
22010 #. type: verbatim
22011 #: ../fish/guestfish-actions.pod:592
22012 #, no-wrap
22013 msgid ""
22014 " checksum csumtype path\n"
22015 "\n"
22016 msgstr ""
22017
22018 #. type: textblock
22019 #: ../fish/guestfish-actions.pod:635
22020 msgid "To get the checksum for a device, use L</checksum-device>."
22021 msgstr ""
22022
22023 #. type: textblock
22024 #: ../fish/guestfish-actions.pod:637
22025 msgid "To get the checksums for many files, use L</checksums-out>."
22026 msgstr ""
22027
22028 #. type: =head2
22029 #: ../fish/guestfish-actions.pod:639
22030 msgid "checksum-device"
22031 msgstr ""
22032
22033 #. type: verbatim
22034 #: ../fish/guestfish-actions.pod:641
22035 #, no-wrap
22036 msgid ""
22037 " checksum-device csumtype device\n"
22038 "\n"
22039 msgstr ""
22040
22041 #. type: textblock
22042 #: ../fish/guestfish-actions.pod:643
22043 msgid ""
22044 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
22045 "device named C<device>.  For the types of checksums supported see the "
22046 "L</checksum> command."
22047 msgstr ""
22048
22049 #. type: =head2
22050 #: ../fish/guestfish-actions.pod:647
22051 msgid "checksums-out"
22052 msgstr ""
22053
22054 #. type: verbatim
22055 #: ../fish/guestfish-actions.pod:649
22056 #, no-wrap
22057 msgid ""
22058 " checksums-out csumtype directory (sumsfile|-)\n"
22059 "\n"
22060 msgstr ""
22061
22062 #. type: =head2
22063 #: ../fish/guestfish-actions.pod:665
22064 msgid "chmod"
22065 msgstr ""
22066
22067 #. type: verbatim
22068 #: ../fish/guestfish-actions.pod:667
22069 #, no-wrap
22070 msgid ""
22071 " chmod mode path\n"
22072 "\n"
22073 msgstr ""
22074
22075 #. type: =head2
22076 #: ../fish/guestfish-actions.pod:678
22077 msgid "chown"
22078 msgstr ""
22079
22080 #. type: verbatim
22081 #: ../fish/guestfish-actions.pod:680
22082 #, no-wrap
22083 msgid ""
22084 " chown owner group path\n"
22085 "\n"
22086 msgstr ""
22087
22088 #. type: =head2
22089 #: ../fish/guestfish-actions.pod:688
22090 msgid "command"
22091 msgstr ""
22092
22093 #. type: verbatim
22094 #: ../fish/guestfish-actions.pod:690
22095 #, no-wrap
22096 msgid ""
22097 " command 'arguments ...'\n"
22098 "\n"
22099 msgstr ""
22100
22101 #. type: textblock
22102 #: ../fish/guestfish-actions.pod:697
22103 msgid ""
22104 "The single parameter is an argv-style list of arguments.  The first element "
22105 "is the name of the program to run.  Subsequent elements are parameters.  The "
22106 "list must be non-empty (ie. must contain a program name).  Note that the "
22107 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
22108 msgstr ""
22109
22110 #. type: =head2
22111 #: ../fish/guestfish-actions.pod:725
22112 msgid "command-lines"
22113 msgstr ""
22114
22115 #. type: verbatim
22116 #: ../fish/guestfish-actions.pod:727
22117 #, no-wrap
22118 msgid ""
22119 " command-lines 'arguments ...'\n"
22120 "\n"
22121 msgstr ""
22122
22123 #. type: textblock
22124 #: ../fish/guestfish-actions.pod:729
22125 msgid "This is the same as L</command>, but splits the result into a list of lines."
22126 msgstr ""
22127
22128 #. type: textblock
22129 #: ../fish/guestfish-actions.pod:732
22130 msgid "See also: L</sh-lines>"
22131 msgstr ""
22132
22133 #. type: =head2
22134 #: ../fish/guestfish-actions.pod:737
22135 msgid "config"
22136 msgstr ""
22137
22138 #. type: verbatim
22139 #: ../fish/guestfish-actions.pod:739
22140 #, no-wrap
22141 msgid ""
22142 " config qemuparam qemuvalue\n"
22143 "\n"
22144 msgstr ""
22145
22146 #. type: =head2
22147 #: ../fish/guestfish-actions.pod:750
22148 msgid "copy-size"
22149 msgstr ""
22150
22151 #. type: verbatim
22152 #: ../fish/guestfish-actions.pod:752
22153 #, no-wrap
22154 msgid ""
22155 " copy-size src dest size\n"
22156 "\n"
22157 msgstr ""
22158
22159 #. type: =head2
22160 #: ../fish/guestfish-actions.pod:760
22161 msgid "cp"
22162 msgstr ""
22163
22164 #. type: verbatim
22165 #: ../fish/guestfish-actions.pod:762
22166 #, no-wrap
22167 msgid ""
22168 " cp src dest\n"
22169 "\n"
22170 msgstr ""
22171
22172 #. type: =head2
22173 #: ../fish/guestfish-actions.pod:767
22174 msgid "cp-a"
22175 msgstr ""
22176
22177 #. type: verbatim
22178 #: ../fish/guestfish-actions.pod:769
22179 #, no-wrap
22180 msgid ""
22181 " cp-a src dest\n"
22182 "\n"
22183 msgstr ""
22184
22185 #. type: =head2
22186 #: ../fish/guestfish-actions.pod:774
22187 msgid "dd"
22188 msgstr ""
22189
22190 #. type: verbatim
22191 #: ../fish/guestfish-actions.pod:776
22192 #, no-wrap
22193 msgid ""
22194 " dd src dest\n"
22195 "\n"
22196 msgstr ""
22197
22198 #. type: textblock
22199 #: ../fish/guestfish-actions.pod:783
22200 msgid ""
22201 "If the destination is a device, it must be as large or larger than the "
22202 "source file or device, otherwise the copy will fail.  This command cannot do "
22203 "partial copies (see L</copy-size>)."
22204 msgstr ""
22205
22206 #. type: =head2
22207 #: ../fish/guestfish-actions.pod:787
22208 msgid "df"
22209 msgstr ""
22210
22211 #. type: verbatim
22212 #: ../fish/guestfish-actions.pod:789
22213 #, no-wrap
22214 msgid ""
22215 " df\n"
22216 "\n"
22217 msgstr ""
22218
22219 #. type: textblock
22220 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
22221 msgid ""
22222 "This command is mostly useful for interactive sessions.  It is I<not> "
22223 "intended that you try to parse the output string.  Use L</statvfs> from "
22224 "programs."
22225 msgstr ""
22226
22227 #. type: =head2
22228 #: ../fish/guestfish-actions.pod:797
22229 msgid "df-h"
22230 msgstr ""
22231
22232 #. type: verbatim
22233 #: ../fish/guestfish-actions.pod:799
22234 #, no-wrap
22235 msgid ""
22236 " df-h\n"
22237 "\n"
22238 msgstr ""
22239
22240 #. type: =head2
22241 #: ../fish/guestfish-actions.pod:808
22242 msgid "dmesg"
22243 msgstr ""
22244
22245 #. type: verbatim
22246 #: ../fish/guestfish-actions.pod:810
22247 #, no-wrap
22248 msgid ""
22249 " dmesg\n"
22250 "\n"
22251 msgstr ""
22252
22253 #. type: textblock
22254 #: ../fish/guestfish-actions.pod:816
22255 msgid ""
22256 "Another way to get the same information is to enable verbose messages with "
22257 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
22258 "before running the program."
22259 msgstr ""
22260
22261 #. type: =head2
22262 #: ../fish/guestfish-actions.pod:821
22263 msgid "download"
22264 msgstr ""
22265
22266 #. type: verbatim
22267 #: ../fish/guestfish-actions.pod:823
22268 #, no-wrap
22269 msgid ""
22270 " download remotefilename (filename|-)\n"
22271 "\n"
22272 msgstr ""
22273
22274 #. type: textblock
22275 #: ../fish/guestfish-actions.pod:830
22276 msgid "See also L</upload>, L</cat>."
22277 msgstr ""
22278
22279 #. type: =head2
22280 #: ../fish/guestfish-actions.pod:834
22281 msgid "download-offset"
22282 msgstr ""
22283
22284 #. type: verbatim
22285 #: ../fish/guestfish-actions.pod:836
22286 #, no-wrap
22287 msgid ""
22288 " download-offset remotefilename (filename|-) offset size\n"
22289 "\n"
22290 msgstr ""
22291
22292 #. type: textblock
22293 #: ../fish/guestfish-actions.pod:844
22294 msgid ""
22295 "Note that there is no limit on the amount of data that can be downloaded "
22296 "with this call, unlike with L</pread>, and this call always reads the full "
22297 "amount unless an error occurs."
22298 msgstr ""
22299
22300 #. type: textblock
22301 #: ../fish/guestfish-actions.pod:849
22302 msgid "See also L</download>, L</pread>."
22303 msgstr ""
22304
22305 #. type: =head2
22306 #: ../fish/guestfish-actions.pod:853
22307 msgid "drop-caches"
22308 msgstr ""
22309
22310 #. type: verbatim
22311 #: ../fish/guestfish-actions.pod:855
22312 #, no-wrap
22313 msgid ""
22314 " drop-caches whattodrop\n"
22315 "\n"
22316 msgstr ""
22317
22318 #. type: =head2
22319 #: ../fish/guestfish-actions.pod:867
22320 msgid "du"
22321 msgstr ""
22322
22323 #. type: verbatim
22324 #: ../fish/guestfish-actions.pod:869
22325 #, no-wrap
22326 msgid ""
22327 " du path\n"
22328 "\n"
22329 msgstr ""
22330
22331 #. type: =head2
22332 #: ../fish/guestfish-actions.pod:881
22333 msgid "e2fsck-f"
22334 msgstr ""
22335
22336 #. type: verbatim
22337 #: ../fish/guestfish-actions.pod:883
22338 #, no-wrap
22339 msgid ""
22340 " e2fsck-f device\n"
22341 "\n"
22342 msgstr ""
22343
22344 #. type: textblock
22345 #: ../fish/guestfish-actions.pod:889
22346 msgid ""
22347 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
22348 "should use L</fsck>."
22349 msgstr ""
22350
22351 #. type: =head2
22352 #: ../fish/guestfish-actions.pod:892
22353 msgid "echo-daemon"
22354 msgstr ""
22355
22356 #. type: verbatim
22357 #: ../fish/guestfish-actions.pod:894
22358 #, no-wrap
22359 msgid ""
22360 " echo-daemon 'words ...'\n"
22361 "\n"
22362 msgstr ""
22363
22364 #. type: textblock
22365 #: ../fish/guestfish-actions.pod:901
22366 msgid "See also L</ping-daemon>."
22367 msgstr ""
22368
22369 #. type: =head2
22370 #: ../fish/guestfish-actions.pod:903
22371 msgid "egrep"
22372 msgstr ""
22373
22374 #. type: verbatim
22375 #: ../fish/guestfish-actions.pod:905
22376 #, no-wrap
22377 msgid ""
22378 " egrep regex path\n"
22379 "\n"
22380 msgstr ""
22381
22382 #. type: =head2
22383 #: ../fish/guestfish-actions.pod:913
22384 msgid "egrepi"
22385 msgstr ""
22386
22387 #. type: verbatim
22388 #: ../fish/guestfish-actions.pod:915
22389 #, no-wrap
22390 msgid ""
22391 " egrepi regex path\n"
22392 "\n"
22393 msgstr ""
22394
22395 #. type: =head2
22396 #: ../fish/guestfish-actions.pod:923
22397 msgid "equal"
22398 msgstr ""
22399
22400 #. type: verbatim
22401 #: ../fish/guestfish-actions.pod:925
22402 #, no-wrap
22403 msgid ""
22404 " equal file1 file2\n"
22405 "\n"
22406 msgstr ""
22407
22408 #. type: =head2
22409 #: ../fish/guestfish-actions.pod:932
22410 msgid "exists"
22411 msgstr ""
22412
22413 #. type: verbatim
22414 #: ../fish/guestfish-actions.pod:934
22415 #, no-wrap
22416 msgid ""
22417 " exists path\n"
22418 "\n"
22419 msgstr ""
22420
22421 #. type: textblock
22422 #: ../fish/guestfish-actions.pod:939
22423 msgid "See also L</is-file>, L</is-dir>, L</stat>."
22424 msgstr ""
22425
22426 #. type: =head2
22427 #: ../fish/guestfish-actions.pod:941
22428 msgid "fallocate"
22429 msgstr ""
22430
22431 #. type: verbatim
22432 #: ../fish/guestfish-actions.pod:943
22433 #, no-wrap
22434 msgid ""
22435 " fallocate path len\n"
22436 "\n"
22437 msgstr ""
22438
22439 #. type: =head2
22440 #: ../fish/guestfish-actions.pod:960
22441 msgid "fallocate64"
22442 msgstr ""
22443
22444 #. type: verbatim
22445 #: ../fish/guestfish-actions.pod:962
22446 #, no-wrap
22447 msgid ""
22448 " fallocate64 path len\n"
22449 "\n"
22450 msgstr ""
22451
22452 #. type: textblock
22453 #: ../fish/guestfish-actions.pod:968
22454 msgid ""
22455 "Note that this call allocates disk blocks for the file.  To create a sparse "
22456 "file use L</truncate-size> instead."
22457 msgstr ""
22458
22459 #. type: textblock
22460 #: ../fish/guestfish-actions.pod:971
22461 msgid ""
22462 "The deprecated call L</fallocate> does the same, but owing to an oversight "
22463 "it only allowed 30 bit lengths to be specified, effectively limiting the "
22464 "maximum size of files created through that call to 1GB."
22465 msgstr ""
22466
22467 #. type: =head2
22468 #: ../fish/guestfish-actions.pod:980
22469 msgid "fgrep"
22470 msgstr ""
22471
22472 #. type: verbatim
22473 #: ../fish/guestfish-actions.pod:982
22474 #, no-wrap
22475 msgid ""
22476 " fgrep pattern path\n"
22477 "\n"
22478 msgstr ""
22479
22480 #. type: =head2
22481 #: ../fish/guestfish-actions.pod:990
22482 msgid "fgrepi"
22483 msgstr ""
22484
22485 #. type: verbatim
22486 #: ../fish/guestfish-actions.pod:992
22487 #, no-wrap
22488 msgid ""
22489 " fgrepi pattern path\n"
22490 "\n"
22491 msgstr ""
22492
22493 #. type: =head2
22494 #: ../fish/guestfish-actions.pod:1000
22495 msgid "file"
22496 msgstr ""
22497
22498 #. type: verbatim
22499 #: ../fish/guestfish-actions.pod:1002
22500 #, no-wrap
22501 msgid ""
22502 " file path\n"
22503 "\n"
22504 msgstr ""
22505
22506 #. type: textblock
22507 #: ../fish/guestfish-actions.pod:1018
22508 msgid ""
22509 "See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
22510 "(etc)."
22511 msgstr ""
22512
22513 #. type: =head2
22514 #: ../fish/guestfish-actions.pod:1021
22515 msgid "file-architecture"
22516 msgstr ""
22517
22518 #. type: verbatim
22519 #: ../fish/guestfish-actions.pod:1023
22520 #, no-wrap
22521 msgid ""
22522 " file-architecture filename\n"
22523 "\n"
22524 msgstr ""
22525
22526 #. type: =head2
22527 #: ../fish/guestfish-actions.pod:1126
22528 msgid "filesize"
22529 msgstr ""
22530
22531 #. type: verbatim
22532 #: ../fish/guestfish-actions.pod:1128
22533 #, no-wrap
22534 msgid ""
22535 " filesize file\n"
22536 "\n"
22537 msgstr ""
22538
22539 #. type: textblock
22540 #: ../fish/guestfish-actions.pod:1132
22541 msgid ""
22542 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
22543 "L</is-file> etc.  To get the size of block devices, use "
22544 "L</blockdev-getsize64>."
22545 msgstr ""
22546
22547 #. type: =head2
22548 #: ../fish/guestfish-actions.pod:1136
22549 msgid "fill"
22550 msgstr ""
22551
22552 #. type: verbatim
22553 #: ../fish/guestfish-actions.pod:1138
22554 #, no-wrap
22555 msgid ""
22556 " fill c len path\n"
22557 "\n"
22558 msgstr ""
22559
22560 #. type: textblock
22561 #: ../fish/guestfish-actions.pod:1144
22562 msgid ""
22563 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
22564 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
22565 "L</fill-pattern>."
22566 msgstr ""
22567
22568 #. type: =head2
22569 #: ../fish/guestfish-actions.pod:1149
22570 msgid "fill-pattern"
22571 msgstr ""
22572
22573 #. type: verbatim
22574 #: ../fish/guestfish-actions.pod:1151
22575 #, no-wrap
22576 msgid ""
22577 " fill-pattern pattern len path\n"
22578 "\n"
22579 msgstr ""
22580
22581 #. type: textblock
22582 #: ../fish/guestfish-actions.pod:1153
22583 msgid ""
22584 "This function is like L</fill> except that it creates a new file of length "
22585 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
22586 "is truncated if necessary to ensure the length of the file is exactly C<len> "
22587 "bytes."
22588 msgstr ""
22589
22590 #. type: =head2
22591 #: ../fish/guestfish-actions.pod:1158
22592 msgid "find"
22593 msgstr ""
22594
22595 #. type: verbatim
22596 #: ../fish/guestfish-actions.pod:1160
22597 #, no-wrap
22598 msgid ""
22599 " find directory\n"
22600 "\n"
22601 msgstr ""
22602
22603 #. type: textblock
22604 #: ../fish/guestfish-actions.pod:1174
22605 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
22606 msgstr ""
22607
22608 #. type: textblock
22609 #: ../fish/guestfish-actions.pod:1187
22610 msgid "See also L</find0>."
22611 msgstr ""
22612
22613 #. type: =head2
22614 #: ../fish/guestfish-actions.pod:1192
22615 msgid "find0"
22616 msgstr ""
22617
22618 #. type: verbatim
22619 #: ../fish/guestfish-actions.pod:1194
22620 #, no-wrap
22621 msgid ""
22622 " find0 directory (files|-)\n"
22623 "\n"
22624 msgstr ""
22625
22626 #. type: textblock
22627 #: ../fish/guestfish-actions.pod:1200
22628 msgid "This command works the same way as L</find> with the following exceptions:"
22629 msgstr ""
22630
22631 #. type: =head2
22632 #: ../fish/guestfish-actions.pod:1227
22633 msgid "findfs-label"
22634 msgstr ""
22635
22636 #. type: verbatim
22637 #: ../fish/guestfish-actions.pod:1229
22638 #, no-wrap
22639 msgid ""
22640 " findfs-label label\n"
22641 "\n"
22642 msgstr ""
22643
22644 #. type: textblock
22645 #: ../fish/guestfish-actions.pod:1235
22646 msgid "To find the label of a filesystem, use L</vfs-label>."
22647 msgstr ""
22648
22649 #. type: =head2
22650 #: ../fish/guestfish-actions.pod:1237
22651 msgid "findfs-uuid"
22652 msgstr ""
22653
22654 #. type: verbatim
22655 #: ../fish/guestfish-actions.pod:1239
22656 #, no-wrap
22657 msgid ""
22658 " findfs-uuid uuid\n"
22659 "\n"
22660 msgstr ""
22661
22662 #. type: textblock
22663 #: ../fish/guestfish-actions.pod:1245
22664 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
22665 msgstr ""
22666
22667 #. type: =head2
22668 #: ../fish/guestfish-actions.pod:1247
22669 msgid "fsck"
22670 msgstr ""
22671
22672 #. type: verbatim
22673 #: ../fish/guestfish-actions.pod:1249
22674 #, no-wrap
22675 msgid ""
22676 " fsck fstype device\n"
22677 "\n"
22678 msgstr ""
22679
22680 #. type: =head2
22681 #: ../fish/guestfish-actions.pod:1279
22682 msgid "get-append"
22683 msgstr ""
22684
22685 #. type: verbatim
22686 #: ../fish/guestfish-actions.pod:1281
22687 #, no-wrap
22688 msgid ""
22689 " get-append\n"
22690 "\n"
22691 msgstr ""
22692
22693 #. type: =head2
22694 #: ../fish/guestfish-actions.pod:1288
22695 msgid "get-attach-method"
22696 msgstr ""
22697
22698 #. type: verbatim
22699 #: ../fish/guestfish-actions.pod:1290
22700 #, no-wrap
22701 msgid ""
22702 " get-attach-method\n"
22703 "\n"
22704 msgstr ""
22705
22706 #. type: textblock
22707 #: ../fish/guestfish-actions.pod:1292
22708 msgid "Return the current attach method.  See L</set-attach-method>."
22709 msgstr ""
22710
22711 #. type: =head2
22712 #: ../fish/guestfish-actions.pod:1294
22713 msgid "get-autosync"
22714 msgstr ""
22715
22716 #. type: verbatim
22717 #: ../fish/guestfish-actions.pod:1296
22718 #, no-wrap
22719 msgid ""
22720 " get-autosync\n"
22721 "\n"
22722 msgstr ""
22723
22724 #. type: =head2
22725 #: ../fish/guestfish-actions.pod:1300
22726 msgid "get-direct"
22727 msgstr ""
22728
22729 #. type: verbatim
22730 #: ../fish/guestfish-actions.pod:1302
22731 #, no-wrap
22732 msgid ""
22733 " get-direct\n"
22734 "\n"
22735 msgstr ""
22736
22737 #. type: =head2
22738 #: ../fish/guestfish-actions.pod:1306
22739 msgid "get-e2label"
22740 msgstr ""
22741
22742 #. type: verbatim
22743 #: ../fish/guestfish-actions.pod:1308
22744 #, no-wrap
22745 msgid ""
22746 " get-e2label device\n"
22747 "\n"
22748 msgstr ""
22749
22750 #. type: =head2
22751 #: ../fish/guestfish-actions.pod:1320
22752 msgid "get-e2uuid"
22753 msgstr ""
22754
22755 #. type: verbatim
22756 #: ../fish/guestfish-actions.pod:1322
22757 #, no-wrap
22758 msgid ""
22759 " get-e2uuid device\n"
22760 "\n"
22761 msgstr ""
22762
22763 #. type: =head2
22764 #: ../fish/guestfish-actions.pod:1334
22765 msgid "get-memsize"
22766 msgstr ""
22767
22768 #. type: verbatim
22769 #: ../fish/guestfish-actions.pod:1336
22770 #, no-wrap
22771 msgid ""
22772 " get-memsize\n"
22773 "\n"
22774 msgstr ""
22775
22776 #. type: textblock
22777 #: ../fish/guestfish-actions.pod:1341
22778 msgid ""
22779 "If L</set-memsize> was not called on this handle, and if "
22780 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
22781 "value for memsize."
22782 msgstr ""
22783
22784 #. type: =head2
22785 #: ../fish/guestfish-actions.pod:1348
22786 msgid "get-network"
22787 msgstr ""
22788
22789 #. type: verbatim
22790 #: ../fish/guestfish-actions.pod:1350
22791 #, no-wrap
22792 msgid ""
22793 " get-network\n"
22794 "\n"
22795 msgstr ""
22796
22797 #. type: =head2
22798 #: ../fish/guestfish-actions.pod:1354
22799 msgid "get-path"
22800 msgstr ""
22801
22802 #. type: verbatim
22803 #: ../fish/guestfish-actions.pod:1356
22804 #, no-wrap
22805 msgid ""
22806 " get-path\n"
22807 "\n"
22808 msgstr ""
22809
22810 #. type: =head2
22811 #: ../fish/guestfish-actions.pod:1363
22812 msgid "get-pid"
22813 msgstr ""
22814
22815 #. type: =head2
22816 #: ../fish/guestfish-actions.pod:1365
22817 msgid "pid"
22818 msgstr ""
22819
22820 #. type: verbatim
22821 #: ../fish/guestfish-actions.pod:1367
22822 #, no-wrap
22823 msgid ""
22824 " get-pid\n"
22825 "\n"
22826 msgstr ""
22827
22828 #. type: =head2
22829 #: ../fish/guestfish-actions.pod:1374
22830 msgid "get-qemu"
22831 msgstr ""
22832
22833 #. type: verbatim
22834 #: ../fish/guestfish-actions.pod:1376
22835 #, no-wrap
22836 msgid ""
22837 " get-qemu\n"
22838 "\n"
22839 msgstr ""
22840
22841 #. type: =head2
22842 #: ../fish/guestfish-actions.pod:1383
22843 msgid "get-recovery-proc"
22844 msgstr ""
22845
22846 #. type: verbatim
22847 #: ../fish/guestfish-actions.pod:1385
22848 #, no-wrap
22849 msgid ""
22850 " get-recovery-proc\n"
22851 "\n"
22852 msgstr ""
22853
22854 #. type: =head2
22855 #: ../fish/guestfish-actions.pod:1389
22856 msgid "get-selinux"
22857 msgstr ""
22858
22859 #. type: verbatim
22860 #: ../fish/guestfish-actions.pod:1391
22861 #, no-wrap
22862 msgid ""
22863 " get-selinux\n"
22864 "\n"
22865 msgstr ""
22866
22867 #. type: textblock
22868 #: ../fish/guestfish-actions.pod:1393
22869 msgid ""
22870 "This returns the current setting of the selinux flag which is passed to the "
22871 "appliance at boot time.  See L</set-selinux>."
22872 msgstr ""
22873
22874 #. type: =head2
22875 #: ../fish/guestfish-actions.pod:1399
22876 msgid "get-state"
22877 msgstr ""
22878
22879 #. type: verbatim
22880 #: ../fish/guestfish-actions.pod:1401
22881 #, no-wrap
22882 msgid ""
22883 " get-state\n"
22884 "\n"
22885 msgstr ""
22886
22887 #. type: =head2
22888 #: ../fish/guestfish-actions.pod:1408
22889 msgid "get-trace"
22890 msgstr ""
22891
22892 #. type: verbatim
22893 #: ../fish/guestfish-actions.pod:1410
22894 #, no-wrap
22895 msgid ""
22896 " get-trace\n"
22897 "\n"
22898 msgstr ""
22899
22900 #. type: =head2
22901 #: ../fish/guestfish-actions.pod:1414
22902 msgid "get-umask"
22903 msgstr ""
22904
22905 #. type: verbatim
22906 #: ../fish/guestfish-actions.pod:1416
22907 #, no-wrap
22908 msgid ""
22909 " get-umask\n"
22910 "\n"
22911 msgstr ""
22912
22913 #. type: textblock
22914 #: ../fish/guestfish-actions.pod:1418
22915 msgid ""
22916 "Return the current umask.  By default the umask is C<022> unless it has been "
22917 "set by calling L</umask>."
22918 msgstr ""
22919
22920 #. type: =head2
22921 #: ../fish/guestfish-actions.pod:1421
22922 msgid "get-verbose"
22923 msgstr ""
22924
22925 #. type: verbatim
22926 #: ../fish/guestfish-actions.pod:1423
22927 #, no-wrap
22928 msgid ""
22929 " get-verbose\n"
22930 "\n"
22931 msgstr ""
22932
22933 #. type: =head2
22934 #: ../fish/guestfish-actions.pod:1427
22935 msgid "getcon"
22936 msgstr ""
22937
22938 #. type: verbatim
22939 #: ../fish/guestfish-actions.pod:1429
22940 #, no-wrap
22941 msgid ""
22942 " getcon\n"
22943 "\n"
22944 msgstr ""
22945
22946 #. type: textblock
22947 #: ../fish/guestfish-actions.pod:1433
22948 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
22949 msgstr ""
22950
22951 #. type: =head2
22952 #: ../fish/guestfish-actions.pod:1436
22953 msgid "getxattr"
22954 msgstr ""
22955
22956 #. type: verbatim
22957 #: ../fish/guestfish-actions.pod:1438
22958 #, no-wrap
22959 msgid ""
22960 " getxattr path name\n"
22961 "\n"
22962 msgstr ""
22963
22964 #. type: textblock
22965 #: ../fish/guestfish-actions.pod:1440
22966 msgid ""
22967 "Get a single extended attribute from file C<path> named C<name>.  This call "
22968 "follows symlinks.  If you want to lookup an extended attribute for the "
22969 "symlink itself, use L</lgetxattr>."
22970 msgstr ""
22971
22972 #. type: textblock
22973 #: ../fish/guestfish-actions.pod:1444 ../fish/guestfish-actions.pod:2450
22974 msgid ""
22975 "Normally it is better to get all extended attributes from a file in one go "
22976 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
22977 "buggy and do not provide a way to list out attributes.  For these "
22978 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
22979 "attributes you want in advance and call this function."
22980 msgstr ""
22981
22982 #. type: textblock
22983 #: ../fish/guestfish-actions.pod:1454
22984 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
22985 msgstr ""
22986
22987 #. type: =head2
22988 #: ../fish/guestfish-actions.pod:1456
22989 msgid "getxattrs"
22990 msgstr ""
22991
22992 #. type: verbatim
22993 #: ../fish/guestfish-actions.pod:1458
22994 #, no-wrap
22995 msgid ""
22996 " getxattrs path\n"
22997 "\n"
22998 msgstr ""
22999
23000 #. type: textblock
23001 #: ../fish/guestfish-actions.pod:1466
23002 msgid "See also: L</lgetxattrs>, L<attr(5)>."
23003 msgstr ""
23004
23005 #. type: =head2
23006 #: ../fish/guestfish-actions.pod:1468
23007 msgid "glob-expand"
23008 msgstr ""
23009
23010 #. type: verbatim
23011 #: ../fish/guestfish-actions.pod:1470
23012 #, no-wrap
23013 msgid ""
23014 " glob-expand pattern\n"
23015 "\n"
23016 msgstr ""
23017
23018 #. type: =head2
23019 #: ../fish/guestfish-actions.pod:1483
23020 msgid "grep"
23021 msgstr ""
23022
23023 #. type: verbatim
23024 #: ../fish/guestfish-actions.pod:1485
23025 #, no-wrap
23026 msgid ""
23027 " grep regex path\n"
23028 "\n"
23029 msgstr ""
23030
23031 #. type: =head2
23032 #: ../fish/guestfish-actions.pod:1493
23033 msgid "grepi"
23034 msgstr ""
23035
23036 #. type: verbatim
23037 #: ../fish/guestfish-actions.pod:1495
23038 #, no-wrap
23039 msgid ""
23040 " grepi regex path\n"
23041 "\n"
23042 msgstr ""
23043
23044 #. type: =head2
23045 #: ../fish/guestfish-actions.pod:1503
23046 msgid "grub-install"
23047 msgstr ""
23048
23049 #. type: verbatim
23050 #: ../fish/guestfish-actions.pod:1505
23051 #, no-wrap
23052 msgid ""
23053 " grub-install root device\n"
23054 "\n"
23055 msgstr ""
23056
23057 #. type: =head2
23058 #: ../fish/guestfish-actions.pod:1521
23059 msgid "head"
23060 msgstr ""
23061
23062 #. type: verbatim
23063 #: ../fish/guestfish-actions.pod:1523
23064 #, no-wrap
23065 msgid ""
23066 " head path\n"
23067 "\n"
23068 msgstr ""
23069
23070 #. type: =head2
23071 #: ../fish/guestfish-actions.pod:1531
23072 msgid "head-n"
23073 msgstr ""
23074
23075 #. type: verbatim
23076 #: ../fish/guestfish-actions.pod:1533
23077 #, no-wrap
23078 msgid ""
23079 " head-n nrlines path\n"
23080 "\n"
23081 msgstr ""
23082
23083 #. type: =head2
23084 #: ../fish/guestfish-actions.pod:1546
23085 msgid "hexdump"
23086 msgstr ""
23087
23088 #. type: verbatim
23089 #: ../fish/guestfish-actions.pod:1548
23090 #, no-wrap
23091 msgid ""
23092 " hexdump path\n"
23093 "\n"
23094 msgstr ""
23095
23096 #. type: =head2
23097 #: ../fish/guestfish-actions.pod:1556
23098 msgid "initrd-cat"
23099 msgstr ""
23100
23101 #. type: verbatim
23102 #: ../fish/guestfish-actions.pod:1558
23103 #, no-wrap
23104 msgid ""
23105 " initrd-cat initrdpath filename\n"
23106 "\n"
23107 msgstr ""
23108
23109 #. type: textblock
23110 #: ../fish/guestfish-actions.pod:1570
23111 msgid "See also L</initrd-list>."
23112 msgstr ""
23113
23114 #. type: =head2
23115 #: ../fish/guestfish-actions.pod:1575
23116 msgid "initrd-list"
23117 msgstr ""
23118
23119 #. type: verbatim
23120 #: ../fish/guestfish-actions.pod:1577
23121 #, no-wrap
23122 msgid ""
23123 " initrd-list path\n"
23124 "\n"
23125 msgstr ""
23126
23127 #. type: =head2
23128 #: ../fish/guestfish-actions.pod:1589
23129 msgid "inotify-add-watch"
23130 msgstr ""
23131
23132 #. type: verbatim
23133 #: ../fish/guestfish-actions.pod:1591
23134 #, no-wrap
23135 msgid ""
23136 " inotify-add-watch path mask\n"
23137 "\n"
23138 msgstr ""
23139
23140 #. type: =head2
23141 #: ../fish/guestfish-actions.pod:1603
23142 msgid "inotify-close"
23143 msgstr ""
23144
23145 #. type: verbatim
23146 #: ../fish/guestfish-actions.pod:1605
23147 #, no-wrap
23148 msgid ""
23149 " inotify-close\n"
23150 "\n"
23151 msgstr ""
23152
23153 #. type: =head2
23154 #: ../fish/guestfish-actions.pod:1611
23155 msgid "inotify-files"
23156 msgstr ""
23157
23158 #. type: verbatim
23159 #: ../fish/guestfish-actions.pod:1613
23160 #, no-wrap
23161 msgid ""
23162 " inotify-files\n"
23163 "\n"
23164 msgstr ""
23165
23166 #. type: textblock
23167 #: ../fish/guestfish-actions.pod:1615
23168 msgid ""
23169 "This function is a helpful wrapper around L</inotify-read> which just "
23170 "returns a list of pathnames of objects that were touched.  The returned "
23171 "pathnames are sorted and deduplicated."
23172 msgstr ""
23173
23174 #. type: =head2
23175 #: ../fish/guestfish-actions.pod:1619
23176 msgid "inotify-init"
23177 msgstr ""
23178
23179 #. type: verbatim
23180 #: ../fish/guestfish-actions.pod:1621
23181 #, no-wrap
23182 msgid ""
23183 " inotify-init maxevents\n"
23184 "\n"
23185 msgstr ""
23186
23187 #. type: textblock
23188 #: ../fish/guestfish-actions.pod:1627
23189 msgid ""
23190 "C<maxevents> is the maximum number of events which will be queued up between "
23191 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
23192 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
23193 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
23194 "but records the fact that it threw them away by setting a flag "
23195 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
23196 msgstr ""
23197
23198 #. type: textblock
23199 #: ../fish/guestfish-actions.pod:1637
23200 msgid ""
23201 "Before any events are generated, you have to add some watches to the "
23202 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
23203 "L</inotify-watch-all>."
23204 msgstr ""
23205
23206 #. type: textblock
23207 #: ../fish/guestfish-actions.pod:1643
23208 msgid ""
23209 "Queued up events should be read periodically by calling L</inotify-read> (or "
23210 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
23211 "If you don't read the events out often enough then you risk the internal "
23212 "queue overflowing."
23213 msgstr ""
23214
23215 #. type: textblock
23216 #: ../fish/guestfish-actions.pod:1650
23217 msgid ""
23218 "The handle should be closed after use by calling L</inotify-close>.  This "
23219 "also removes any watches automatically."
23220 msgstr ""
23221
23222 #. type: =head2
23223 #: ../fish/guestfish-actions.pod:1659
23224 msgid "inotify-read"
23225 msgstr ""
23226
23227 #. type: verbatim
23228 #: ../fish/guestfish-actions.pod:1661
23229 #, no-wrap
23230 msgid ""
23231 " inotify-read\n"
23232 "\n"
23233 msgstr ""
23234
23235 #. type: =head2
23236 #: ../fish/guestfish-actions.pod:1674
23237 msgid "inotify-rm-watch"
23238 msgstr ""
23239
23240 #. type: verbatim
23241 #: ../fish/guestfish-actions.pod:1676
23242 #, no-wrap
23243 msgid ""
23244 " inotify-rm-watch wd\n"
23245 "\n"
23246 msgstr ""
23247
23248 #. type: textblock
23249 #: ../fish/guestfish-actions.pod:1678
23250 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
23251 msgstr ""
23252
23253 #. type: =head2
23254 #: ../fish/guestfish-actions.pod:1681
23255 msgid "inspect-get-arch"
23256 msgstr ""
23257
23258 #. type: verbatim
23259 #: ../fish/guestfish-actions.pod:1683
23260 #, no-wrap
23261 msgid ""
23262 " inspect-get-arch root\n"
23263 "\n"
23264 msgstr ""
23265
23266 #. type: textblock
23267 #: ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:1701 ../fish/guestfish-actions.pod:1787 ../fish/guestfish-actions.pod:1823 ../fish/guestfish-actions.pod:1841 ../fish/guestfish-actions.pod:1875 ../fish/guestfish-actions.pod:1890 ../fish/guestfish-actions.pod:1911 ../fish/guestfish-actions.pod:1926 ../fish/guestfish-actions.pod:1959 ../fish/guestfish-actions.pod:1981 ../fish/guestfish-actions.pod:2005 ../fish/guestfish-actions.pod:2022 ../fish/guestfish-actions.pod:2065 ../fish/guestfish-actions.pod:2100 ../fish/guestfish-actions.pod:2116 ../fish/guestfish-actions.pod:2132 ../fish/guestfish-actions.pod:2145 ../fish/guestfish-actions.pod:2158 ../fish/guestfish-actions.pod:2173
23268 msgid ""
23269 "This function should only be called with a root device string as returned by "
23270 "L</inspect-os>."
23271 msgstr ""
23272
23273 #. type: textblock
23274 #: ../fish/guestfish-actions.pod:1688
23275 msgid ""
23276 "This returns the architecture of the inspected operating system.  The "
23277 "possible return values are listed under L</file-architecture>."
23278 msgstr ""
23279
23280 #. type: =head2
23281 #: ../fish/guestfish-actions.pod:1697
23282 msgid "inspect-get-distro"
23283 msgstr ""
23284
23285 #. type: verbatim
23286 #: ../fish/guestfish-actions.pod:1699
23287 #, no-wrap
23288 msgid ""
23289 " inspect-get-distro root\n"
23290 "\n"
23291 msgstr ""
23292
23293 #. type: =head2
23294 #: ../fish/guestfish-actions.pod:1783
23295 msgid "inspect-get-drive-mappings"
23296 msgstr ""
23297
23298 #. type: verbatim
23299 #: ../fish/guestfish-actions.pod:1785
23300 #, no-wrap
23301 msgid ""
23302 " inspect-get-drive-mappings root\n"
23303 "\n"
23304 msgstr ""
23305
23306 #. type: textblock
23307 #: ../fish/guestfish-actions.pod:1815
23308 msgid ""
23309 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23310 "L</inspect-get-mountpoints>, L</inspect-get-filesystems>."
23311 msgstr ""
23312
23313 #. type: =head2
23314 #: ../fish/guestfish-actions.pod:1819
23315 msgid "inspect-get-filesystems"
23316 msgstr ""
23317
23318 #. type: verbatim
23319 #: ../fish/guestfish-actions.pod:1821
23320 #, no-wrap
23321 msgid ""
23322 " inspect-get-filesystems root\n"
23323 "\n"
23324 msgstr ""
23325
23326 #. type: textblock
23327 #: ../fish/guestfish-actions.pod:1834
23328 msgid ""
23329 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23330 "L</inspect-get-mountpoints>."
23331 msgstr ""
23332
23333 #. type: =head2
23334 #: ../fish/guestfish-actions.pod:1837
23335 msgid "inspect-get-format"
23336 msgstr ""
23337
23338 #. type: verbatim
23339 #: ../fish/guestfish-actions.pod:1839
23340 #, no-wrap
23341 msgid ""
23342 " inspect-get-format root\n"
23343 "\n"
23344 msgstr ""
23345
23346 #. type: =head2
23347 #: ../fish/guestfish-actions.pod:1871
23348 msgid "inspect-get-hostname"
23349 msgstr ""
23350
23351 #. type: verbatim
23352 #: ../fish/guestfish-actions.pod:1873
23353 #, no-wrap
23354 msgid ""
23355 " inspect-get-hostname root\n"
23356 "\n"
23357 msgstr ""
23358
23359 #. type: =head2
23360 #: ../fish/guestfish-actions.pod:1886
23361 msgid "inspect-get-major-version"
23362 msgstr ""
23363
23364 #. type: verbatim
23365 #: ../fish/guestfish-actions.pod:1888
23366 #, no-wrap
23367 msgid ""
23368 " inspect-get-major-version root\n"
23369 "\n"
23370 msgstr ""
23371
23372 #. type: =head2
23373 #: ../fish/guestfish-actions.pod:1907
23374 msgid "inspect-get-minor-version"
23375 msgstr ""
23376
23377 #. type: verbatim
23378 #: ../fish/guestfish-actions.pod:1909
23379 #, no-wrap
23380 msgid ""
23381 " inspect-get-minor-version root\n"
23382 "\n"
23383 msgstr ""
23384
23385 #. type: textblock
23386 #: ../fish/guestfish-actions.pod:1919
23387 msgid ""
23388 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23389 "L</inspect-get-major-version>."
23390 msgstr ""
23391
23392 #. type: =head2
23393 #: ../fish/guestfish-actions.pod:1922
23394 msgid "inspect-get-mountpoints"
23395 msgstr ""
23396
23397 #. type: verbatim
23398 #: ../fish/guestfish-actions.pod:1924
23399 #, no-wrap
23400 msgid ""
23401 " inspect-get-mountpoints root\n"
23402 "\n"
23403 msgstr ""
23404
23405 #. type: textblock
23406 #: ../fish/guestfish-actions.pod:1946
23407 msgid ""
23408 "For operating systems like Windows which still use drive letters, this call "
23409 "will only return an entry for the first drive \"mounted on\" C</>.  For "
23410 "information about the mapping of drive letters to partitions, see "
23411 "L</inspect-get-drive-mappings>."
23412 msgstr ""
23413
23414 #. type: textblock
23415 #: ../fish/guestfish-actions.pod:1952
23416 msgid ""
23417 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23418 "L</inspect-get-filesystems>."
23419 msgstr ""
23420
23421 #. type: =head2
23422 #: ../fish/guestfish-actions.pod:1955
23423 msgid "inspect-get-package-format"
23424 msgstr ""
23425
23426 #. type: verbatim
23427 #: ../fish/guestfish-actions.pod:1957
23428 #, no-wrap
23429 msgid ""
23430 " inspect-get-package-format root\n"
23431 "\n"
23432 msgstr ""
23433
23434 #. type: textblock
23435 #: ../fish/guestfish-actions.pod:1962
23436 msgid ""
23437 "This function and L</inspect-get-package-management> return the package "
23438 "format and package management tool used by the inspected operating system.  "
23439 "For example for Fedora these functions would return C<rpm> (package format) "
23440 "and C<yum> (package management)."
23441 msgstr ""
23442
23443 #. type: =head2
23444 #: ../fish/guestfish-actions.pod:1977
23445 msgid "inspect-get-package-management"
23446 msgstr ""
23447
23448 #. type: verbatim
23449 #: ../fish/guestfish-actions.pod:1979
23450 #, no-wrap
23451 msgid ""
23452 " inspect-get-package-management root\n"
23453 "\n"
23454 msgstr ""
23455
23456 #. type: textblock
23457 #: ../fish/guestfish-actions.pod:1984
23458 msgid ""
23459 "L</inspect-get-package-format> and this function return the package format "
23460 "and package management tool used by the inspected operating system.  For "
23461 "example for Fedora these functions would return C<rpm> (package format) and "
23462 "C<yum> (package management)."
23463 msgstr ""
23464
23465 #. type: =head2
23466 #: ../fish/guestfish-actions.pod:2001
23467 msgid "inspect-get-product-name"
23468 msgstr ""
23469
23470 #. type: verbatim
23471 #: ../fish/guestfish-actions.pod:2003
23472 #, no-wrap
23473 msgid ""
23474 " inspect-get-product-name root\n"
23475 "\n"
23476 msgstr ""
23477
23478 #. type: =head2
23479 #: ../fish/guestfish-actions.pod:2018
23480 msgid "inspect-get-product-variant"
23481 msgstr ""
23482
23483 #. type: verbatim
23484 #: ../fish/guestfish-actions.pod:2020
23485 #, no-wrap
23486 msgid ""
23487 " inspect-get-product-variant root\n"
23488 "\n"
23489 msgstr ""
23490
23491 #. type: textblock
23492 #: ../fish/guestfish-actions.pod:2044
23493 msgid ""
23494 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23495 "L</inspect-get-product-name>, L</inspect-get-major-version>."
23496 msgstr ""
23497
23498 #. type: =head2
23499 #: ../fish/guestfish-actions.pod:2048
23500 msgid "inspect-get-roots"
23501 msgstr ""
23502
23503 #. type: verbatim
23504 #: ../fish/guestfish-actions.pod:2050
23505 #, no-wrap
23506 msgid ""
23507 " inspect-get-roots\n"
23508 "\n"
23509 msgstr ""
23510
23511 #. type: textblock
23512 #: ../fish/guestfish-actions.pod:2052
23513 msgid ""
23514 "This function is a convenient way to get the list of root devices, as "
23515 "returned from a previous call to L</inspect-os>, but without redoing the "
23516 "whole inspection process."
23517 msgstr ""
23518
23519 #. type: textblock
23520 #: ../fish/guestfish-actions.pod:2056
23521 msgid ""
23522 "This returns an empty list if either no root devices were found or the "
23523 "caller has not called L</inspect-os>."
23524 msgstr ""
23525
23526 #. type: =head2
23527 #: ../fish/guestfish-actions.pod:2061
23528 msgid "inspect-get-type"
23529 msgstr ""
23530
23531 #. type: verbatim
23532 #: ../fish/guestfish-actions.pod:2063
23533 #, no-wrap
23534 msgid ""
23535 " inspect-get-type root\n"
23536 "\n"
23537 msgstr ""
23538
23539 #. type: =head2
23540 #: ../fish/guestfish-actions.pod:2096
23541 msgid "inspect-get-windows-current-control-set"
23542 msgstr ""
23543
23544 #. type: verbatim
23545 #: ../fish/guestfish-actions.pod:2098
23546 #, no-wrap
23547 msgid ""
23548 " inspect-get-windows-current-control-set root\n"
23549 "\n"
23550 msgstr ""
23551
23552 #. type: =head2
23553 #: ../fish/guestfish-actions.pod:2112
23554 msgid "inspect-get-windows-systemroot"
23555 msgstr ""
23556
23557 #. type: verbatim
23558 #: ../fish/guestfish-actions.pod:2114
23559 #, no-wrap
23560 msgid ""
23561 " inspect-get-windows-systemroot root\n"
23562 "\n"
23563 msgstr ""
23564
23565 #. type: =head2
23566 #: ../fish/guestfish-actions.pod:2128
23567 msgid "inspect-is-live"
23568 msgstr ""
23569
23570 #. type: verbatim
23571 #: ../fish/guestfish-actions.pod:2130
23572 #, no-wrap
23573 msgid ""
23574 " inspect-is-live root\n"
23575 "\n"
23576 msgstr ""
23577
23578 #. type: textblock
23579 #: ../fish/guestfish-actions.pod:2135
23580 msgid ""
23581 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23582 "then this returns true if a live image was detected on the disk."
23583 msgstr ""
23584
23585 #. type: =head2
23586 #: ../fish/guestfish-actions.pod:2141
23587 msgid "inspect-is-multipart"
23588 msgstr ""
23589
23590 #. type: verbatim
23591 #: ../fish/guestfish-actions.pod:2143
23592 #, no-wrap
23593 msgid ""
23594 " inspect-is-multipart root\n"
23595 "\n"
23596 msgstr ""
23597
23598 #. type: textblock
23599 #: ../fish/guestfish-actions.pod:2148
23600 msgid ""
23601 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23602 "then this returns true if the disk is part of a set."
23603 msgstr ""
23604
23605 #. type: =head2
23606 #: ../fish/guestfish-actions.pod:2154
23607 msgid "inspect-is-netinst"
23608 msgstr ""
23609
23610 #. type: verbatim
23611 #: ../fish/guestfish-actions.pod:2156
23612 #, no-wrap
23613 msgid ""
23614 " inspect-is-netinst root\n"
23615 "\n"
23616 msgstr ""
23617
23618 #. type: textblock
23619 #: ../fish/guestfish-actions.pod:2161
23620 msgid ""
23621 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23622 "then this returns true if the disk is a network installer, ie. not a "
23623 "self-contained install CD but one which is likely to require network access "
23624 "to complete the install."
23625 msgstr ""
23626
23627 #. type: =head2
23628 #: ../fish/guestfish-actions.pod:2169
23629 msgid "inspect-list-applications"
23630 msgstr ""
23631
23632 #. type: verbatim
23633 #: ../fish/guestfish-actions.pod:2171
23634 #, no-wrap
23635 msgid ""
23636 " inspect-list-applications root\n"
23637 "\n"
23638 msgstr ""
23639
23640 #. type: textblock
23641 #: ../fish/guestfish-actions.pod:2178
23642 msgid ""
23643 "I<Note:> This call works differently from other parts of the inspection "
23644 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
23645 "then mount up the disks, before calling this.  Listing applications is a "
23646 "significantly more difficult operation which requires access to the full "
23647 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
23648 "are just returning data cached in the libguestfs handle, this call actually "
23649 "reads parts of the mounted filesystems during the call."
23650 msgstr ""
23651
23652 #. type: =head2
23653 #: ../fish/guestfish-actions.pod:2268
23654 msgid "inspect-os"
23655 msgstr ""
23656
23657 #. type: verbatim
23658 #: ../fish/guestfish-actions.pod:2270
23659 #, no-wrap
23660 msgid ""
23661 " inspect-os\n"
23662 "\n"
23663 msgstr ""
23664
23665 #. type: textblock
23666 #: ../fish/guestfish-actions.pod:2285
23667 msgid ""
23668 "You can pass the root string(s) returned to other L</inspect-get-*> "
23669 "functions in order to query further information about each operating system, "
23670 "such as the name and version."
23671 msgstr ""
23672
23673 #. type: textblock
23674 #: ../fish/guestfish-actions.pod:2290
23675 msgid ""
23676 "This function uses other libguestfs features such as L</mount-ro> and "
23677 "L</umount-all> in order to mount and unmount filesystems and look at the "
23678 "contents.  This should be called with no disks currently mounted.  The "
23679 "function may also use Augeas, so any existing Augeas handle will be closed."
23680 msgstr ""
23681
23682 #. type: textblock
23683 #: ../fish/guestfish-actions.pod:2302 ../fish/guestfish-actions.pod:2478 ../fish/guestfish-actions.pod:2524
23684 msgid "See also L</list-filesystems>."
23685 msgstr ""
23686
23687 #. type: =head2
23688 #: ../fish/guestfish-actions.pod:2304
23689 msgid "is-blockdev"
23690 msgstr ""
23691
23692 #. type: verbatim
23693 #: ../fish/guestfish-actions.pod:2306
23694 #, no-wrap
23695 msgid ""
23696 " is-blockdev path\n"
23697 "\n"
23698 msgstr ""
23699
23700 #. type: textblock
23701 #: ../fish/guestfish-actions.pod:2311 ../fish/guestfish-actions.pod:2329 ../fish/guestfish-actions.pod:2348 ../fish/guestfish-actions.pod:2357 ../fish/guestfish-actions.pod:2367 ../fish/guestfish-actions.pod:2401 ../fish/guestfish-actions.pod:2410
23702 msgid "See also L</stat>."
23703 msgstr ""
23704
23705 #. type: =head2
23706 #: ../fish/guestfish-actions.pod:2313
23707 msgid "is-busy"
23708 msgstr ""
23709
23710 #. type: verbatim
23711 #: ../fish/guestfish-actions.pod:2315
23712 #, no-wrap
23713 msgid ""
23714 " is-busy\n"
23715 "\n"
23716 msgstr ""
23717
23718 #. type: =head2
23719 #: ../fish/guestfish-actions.pod:2322
23720 msgid "is-chardev"
23721 msgstr ""
23722
23723 #. type: verbatim
23724 #: ../fish/guestfish-actions.pod:2324
23725 #, no-wrap
23726 msgid ""
23727 " is-chardev path\n"
23728 "\n"
23729 msgstr ""
23730
23731 #. type: =head2
23732 #: ../fish/guestfish-actions.pod:2331
23733 msgid "is-config"
23734 msgstr ""
23735
23736 #. type: verbatim
23737 #: ../fish/guestfish-actions.pod:2333
23738 #, no-wrap
23739 msgid ""
23740 " is-config\n"
23741 "\n"
23742 msgstr ""
23743
23744 #. type: =head2
23745 #: ../fish/guestfish-actions.pod:2340
23746 msgid "is-dir"
23747 msgstr ""
23748
23749 #. type: verbatim
23750 #: ../fish/guestfish-actions.pod:2342
23751 #, no-wrap
23752 msgid ""
23753 " is-dir path\n"
23754 "\n"
23755 msgstr ""
23756
23757 #. type: =head2
23758 #: ../fish/guestfish-actions.pod:2350
23759 msgid "is-fifo"
23760 msgstr ""
23761
23762 #. type: verbatim
23763 #: ../fish/guestfish-actions.pod:2352
23764 #, no-wrap
23765 msgid ""
23766 " is-fifo path\n"
23767 "\n"
23768 msgstr ""
23769
23770 #. type: =head2
23771 #: ../fish/guestfish-actions.pod:2359
23772 msgid "is-file"
23773 msgstr ""
23774
23775 #. type: verbatim
23776 #: ../fish/guestfish-actions.pod:2361
23777 #, no-wrap
23778 msgid ""
23779 " is-file path\n"
23780 "\n"
23781 msgstr ""
23782
23783 #. type: =head2
23784 #: ../fish/guestfish-actions.pod:2369
23785 msgid "is-launching"
23786 msgstr ""
23787
23788 #. type: verbatim
23789 #: ../fish/guestfish-actions.pod:2371
23790 #, no-wrap
23791 msgid ""
23792 " is-launching\n"
23793 "\n"
23794 msgstr ""
23795
23796 #. type: =head2
23797 #: ../fish/guestfish-actions.pod:2378
23798 msgid "is-lv"
23799 msgstr ""
23800
23801 #. type: verbatim
23802 #: ../fish/guestfish-actions.pod:2380
23803 #, no-wrap
23804 msgid ""
23805 " is-lv device\n"
23806 "\n"
23807 msgstr ""
23808
23809 #. type: =head2
23810 #: ../fish/guestfish-actions.pod:2385
23811 msgid "is-ready"
23812 msgstr ""
23813
23814 #. type: verbatim
23815 #: ../fish/guestfish-actions.pod:2387
23816 #, no-wrap
23817 msgid ""
23818 " is-ready\n"
23819 "\n"
23820 msgstr ""
23821
23822 #. type: =head2
23823 #: ../fish/guestfish-actions.pod:2394
23824 msgid "is-socket"
23825 msgstr ""
23826
23827 #. type: verbatim
23828 #: ../fish/guestfish-actions.pod:2396
23829 #, no-wrap
23830 msgid ""
23831 " is-socket path\n"
23832 "\n"
23833 msgstr ""
23834
23835 #. type: =head2
23836 #: ../fish/guestfish-actions.pod:2403
23837 msgid "is-symlink"
23838 msgstr ""
23839
23840 #. type: verbatim
23841 #: ../fish/guestfish-actions.pod:2405
23842 #, no-wrap
23843 msgid ""
23844 " is-symlink path\n"
23845 "\n"
23846 msgstr ""
23847
23848 #. type: =head2
23849 #: ../fish/guestfish-actions.pod:2412
23850 msgid "kill-subprocess"
23851 msgstr ""
23852
23853 #. type: verbatim
23854 #: ../fish/guestfish-actions.pod:2414
23855 #, no-wrap
23856 msgid ""
23857 " kill-subprocess\n"
23858 "\n"
23859 msgstr ""
23860
23861 #. type: =head2
23862 #: ../fish/guestfish-actions.pod:2418
23863 msgid "launch"
23864 msgstr ""
23865
23866 #. type: =head2
23867 #: ../fish/guestfish-actions.pod:2420
23868 msgid "run"
23869 msgstr ""
23870
23871 #. type: verbatim
23872 #: ../fish/guestfish-actions.pod:2422
23873 #, no-wrap
23874 msgid ""
23875 " launch\n"
23876 "\n"
23877 msgstr ""
23878
23879 #. type: =head2
23880 #: ../fish/guestfish-actions.pod:2430
23881 msgid "lchown"
23882 msgstr ""
23883
23884 #. type: verbatim
23885 #: ../fish/guestfish-actions.pod:2432
23886 #, no-wrap
23887 msgid ""
23888 " lchown owner group path\n"
23889 "\n"
23890 msgstr ""
23891
23892 #. type: textblock
23893 #: ../fish/guestfish-actions.pod:2434
23894 msgid ""
23895 "Change the file owner to C<owner> and group to C<group>.  This is like "
23896 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
23897 "the target."
23898 msgstr ""
23899
23900 #. type: =head2
23901 #: ../fish/guestfish-actions.pod:2442
23902 msgid "lgetxattr"
23903 msgstr ""
23904
23905 #. type: verbatim
23906 #: ../fish/guestfish-actions.pod:2444
23907 #, no-wrap
23908 msgid ""
23909 " lgetxattr path name\n"
23910 "\n"
23911 msgstr ""
23912
23913 #. type: textblock
23914 #: ../fish/guestfish-actions.pod:2460
23915 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
23916 msgstr ""
23917
23918 #. type: =head2
23919 #: ../fish/guestfish-actions.pod:2462
23920 msgid "lgetxattrs"
23921 msgstr ""
23922
23923 #. type: verbatim
23924 #: ../fish/guestfish-actions.pod:2464
23925 #, no-wrap
23926 msgid ""
23927 " lgetxattrs path\n"
23928 "\n"
23929 msgstr ""
23930
23931 #. type: textblock
23932 #: ../fish/guestfish-actions.pod:2466
23933 msgid ""
23934 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
23935 "it returns the extended attributes of the link itself."
23936 msgstr ""
23937
23938 #. type: =head2
23939 #: ../fish/guestfish-actions.pod:2470
23940 msgid "list-devices"
23941 msgstr ""
23942
23943 #. type: verbatim
23944 #: ../fish/guestfish-actions.pod:2472
23945 #, no-wrap
23946 msgid ""
23947 " list-devices\n"
23948 "\n"
23949 msgstr ""
23950
23951 #. type: =head2
23952 #: ../fish/guestfish-actions.pod:2480
23953 msgid "list-filesystems"
23954 msgstr ""
23955
23956 #. type: verbatim
23957 #: ../fish/guestfish-actions.pod:2482
23958 #, no-wrap
23959 msgid ""
23960 " list-filesystems\n"
23961 "\n"
23962 msgstr ""
23963
23964 #. type: textblock
23965 #: ../fish/guestfish-actions.pod:2501
23966 msgid ""
23967 "This command runs other libguestfs commands, which might include L</mount> "
23968 "and L</umount>, and therefore you should use this soon after launch and only "
23969 "when nothing is mounted."
23970 msgstr ""
23971
23972 #. type: textblock
23973 #: ../fish/guestfish-actions.pod:2505
23974 msgid ""
23975 "Not all of the filesystems returned will be mountable.  In particular, swap "
23976 "partitions are returned in the list.  Also this command does not check that "
23977 "each filesystem found is valid and mountable, and some filesystems might be "
23978 "mountable but require special options.  Filesystems may not all belong to a "
23979 "single logical operating system (use L</inspect-os> to look for OSes)."
23980 msgstr ""
23981
23982 #. type: =head2
23983 #: ../fish/guestfish-actions.pod:2513
23984 msgid "list-partitions"
23985 msgstr ""
23986
23987 #. type: verbatim
23988 #: ../fish/guestfish-actions.pod:2515
23989 #, no-wrap
23990 msgid ""
23991 " list-partitions\n"
23992 "\n"
23993 msgstr ""
23994
23995 #. type: textblock
23996 #: ../fish/guestfish-actions.pod:2521
23997 msgid ""
23998 "This does not return logical volumes.  For that you will need to call "
23999 "L</lvs>."
24000 msgstr ""
24001
24002 #. type: =head2
24003 #: ../fish/guestfish-actions.pod:2526
24004 msgid "ll"
24005 msgstr ""
24006
24007 #. type: verbatim
24008 #: ../fish/guestfish-actions.pod:2528
24009 #, no-wrap
24010 msgid ""
24011 " ll directory\n"
24012 "\n"
24013 msgstr ""
24014
24015 #. type: =head2
24016 #: ../fish/guestfish-actions.pod:2536
24017 msgid "ln"
24018 msgstr ""
24019
24020 #. type: verbatim
24021 #: ../fish/guestfish-actions.pod:2538
24022 #, no-wrap
24023 msgid ""
24024 " ln target linkname\n"
24025 "\n"
24026 msgstr ""
24027
24028 #. type: =head2
24029 #: ../fish/guestfish-actions.pod:2542
24030 msgid "ln-f"
24031 msgstr ""
24032
24033 #. type: verbatim
24034 #: ../fish/guestfish-actions.pod:2544
24035 #, no-wrap
24036 msgid ""
24037 " ln-f target linkname\n"
24038 "\n"
24039 msgstr ""
24040
24041 #. type: =head2
24042 #: ../fish/guestfish-actions.pod:2549
24043 msgid "ln-s"
24044 msgstr ""
24045
24046 #. type: verbatim
24047 #: ../fish/guestfish-actions.pod:2551
24048 #, no-wrap
24049 msgid ""
24050 " ln-s target linkname\n"
24051 "\n"
24052 msgstr ""
24053
24054 #. type: =head2
24055 #: ../fish/guestfish-actions.pod:2555
24056 msgid "ln-sf"
24057 msgstr ""
24058
24059 #. type: verbatim
24060 #: ../fish/guestfish-actions.pod:2557
24061 #, no-wrap
24062 msgid ""
24063 " ln-sf target linkname\n"
24064 "\n"
24065 msgstr ""
24066
24067 #. type: =head2
24068 #: ../fish/guestfish-actions.pod:2562
24069 msgid "lremovexattr"
24070 msgstr ""
24071
24072 #. type: verbatim
24073 #: ../fish/guestfish-actions.pod:2564
24074 #, no-wrap
24075 msgid ""
24076 " lremovexattr xattr path\n"
24077 "\n"
24078 msgstr ""
24079
24080 #. type: textblock
24081 #: ../fish/guestfish-actions.pod:2566
24082 msgid ""
24083 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
24084 "it removes an extended attribute of the link itself."
24085 msgstr ""
24086
24087 #. type: =head2
24088 #: ../fish/guestfish-actions.pod:2570
24089 msgid "ls"
24090 msgstr ""
24091
24092 #. type: verbatim
24093 #: ../fish/guestfish-actions.pod:2572
24094 #, no-wrap
24095 msgid ""
24096 " ls directory\n"
24097 "\n"
24098 msgstr ""
24099
24100 #. type: textblock
24101 #: ../fish/guestfish-actions.pod:2578
24102 msgid ""
24103 "This command is mostly useful for interactive sessions.  Programs should "
24104 "probably use L</readdir> instead."
24105 msgstr ""
24106
24107 #. type: =head2
24108 #: ../fish/guestfish-actions.pod:2581
24109 msgid "lsetxattr"
24110 msgstr ""
24111
24112 #. type: verbatim
24113 #: ../fish/guestfish-actions.pod:2583
24114 #, no-wrap
24115 msgid ""
24116 " lsetxattr xattr val vallen path\n"
24117 "\n"
24118 msgstr ""
24119
24120 #. type: textblock
24121 #: ../fish/guestfish-actions.pod:2585
24122 msgid ""
24123 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
24124 "sets an extended attribute of the link itself."
24125 msgstr ""
24126
24127 #. type: =head2
24128 #: ../fish/guestfish-actions.pod:2589
24129 msgid "lstat"
24130 msgstr ""
24131
24132 #. type: verbatim
24133 #: ../fish/guestfish-actions.pod:2591
24134 #, no-wrap
24135 msgid ""
24136 " lstat path\n"
24137 "\n"
24138 msgstr ""
24139
24140 #. type: textblock
24141 #: ../fish/guestfish-actions.pod:2595
24142 msgid ""
24143 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
24144 "the link is stat-ed, not the file it refers to."
24145 msgstr ""
24146
24147 #. type: =head2
24148 #: ../fish/guestfish-actions.pod:2601
24149 msgid "lstatlist"
24150 msgstr ""
24151
24152 #. type: verbatim
24153 #: ../fish/guestfish-actions.pod:2603
24154 #, no-wrap
24155 msgid ""
24156 " lstatlist path 'names ...'\n"
24157 "\n"
24158 msgstr ""
24159
24160 #. type: textblock
24161 #: ../fish/guestfish-actions.pod:2605
24162 msgid ""
24163 "This call allows you to perform the L</lstat> operation on multiple files, "
24164 "where all files are in the directory C<path>.  C<names> is the list of files "
24165 "from this directory."
24166 msgstr ""
24167
24168 #. type: textblock
24169 #: ../fish/guestfish-actions.pod:2614
24170 msgid ""
24171 "This call is intended for programs that want to efficiently list a directory "
24172 "contents without making many round-trips.  See also L</lxattrlist> for a "
24173 "similarly efficient call for getting extended attributes.  Very long "
24174 "directory listings might cause the protocol message size to be exceeded, "
24175 "causing this call to fail.  The caller must split up such requests into "
24176 "smaller groups of names."
24177 msgstr ""
24178
24179 #. type: =head2
24180 #: ../fish/guestfish-actions.pod:2622
24181 msgid "luks-add-key"
24182 msgstr ""
24183
24184 #. type: verbatim
24185 #: ../fish/guestfish-actions.pod:2624
24186 #, no-wrap
24187 msgid ""
24188 " luks-add-key device keyslot\n"
24189 "\n"
24190 msgstr ""
24191
24192 #. type: textblock
24193 #: ../fish/guestfish-actions.pod:2631
24194 msgid ""
24195 "Note that if C<keyslot> already contains a key, then this command will "
24196 "fail.  You have to use L</luks-kill-slot> first to remove that key."
24197 msgstr ""
24198
24199 #. type: textblock
24200 #: ../fish/guestfish-actions.pod:2635 ../fish/guestfish-actions.pod:2657 ../fish/guestfish-actions.pod:2670 ../fish/guestfish-actions.pod:2684 ../fish/guestfish-actions.pod:2707 ../fish/guestfish-actions.pod:2717
24201 msgid ""
24202 "This command has one or more key or passphrase parameters.  Guestfish will "
24203 "prompt for these separately."
24204 msgstr ""
24205
24206 #. type: =head2
24207 #: ../fish/guestfish-actions.pod:2638
24208 msgid "luks-close"
24209 msgstr ""
24210
24211 #. type: verbatim
24212 #: ../fish/guestfish-actions.pod:2640
24213 #, no-wrap
24214 msgid ""
24215 " luks-close device\n"
24216 "\n"
24217 msgstr ""
24218
24219 #. type: textblock
24220 #: ../fish/guestfish-actions.pod:2642
24221 msgid ""
24222 "This closes a LUKS device that was created earlier by L</luks-open> or "
24223 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
24224 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
24225 "underlying block device."
24226 msgstr ""
24227
24228 #. type: =head2
24229 #: ../fish/guestfish-actions.pod:2648
24230 msgid "luks-format"
24231 msgstr ""
24232
24233 #. type: verbatim
24234 #: ../fish/guestfish-actions.pod:2650
24235 #, no-wrap
24236 msgid ""
24237 " luks-format device keyslot\n"
24238 "\n"
24239 msgstr ""
24240
24241 #. type: =head2
24242 #: ../fish/guestfish-actions.pod:2663
24243 msgid "luks-format-cipher"
24244 msgstr ""
24245
24246 #. type: verbatim
24247 #: ../fish/guestfish-actions.pod:2665
24248 #, no-wrap
24249 msgid ""
24250 " luks-format-cipher device keyslot cipher\n"
24251 "\n"
24252 msgstr ""
24253
24254 #. type: textblock
24255 #: ../fish/guestfish-actions.pod:2667
24256 msgid ""
24257 "This command is the same as L</luks-format> but it also allows you to set "
24258 "the C<cipher> used."
24259 msgstr ""
24260
24261 #. type: =head2
24262 #: ../fish/guestfish-actions.pod:2676
24263 msgid "luks-kill-slot"
24264 msgstr ""
24265
24266 #. type: verbatim
24267 #: ../fish/guestfish-actions.pod:2678
24268 #, no-wrap
24269 msgid ""
24270 " luks-kill-slot device keyslot\n"
24271 "\n"
24272 msgstr ""
24273
24274 #. type: =head2
24275 #: ../fish/guestfish-actions.pod:2687
24276 msgid "luks-open"
24277 msgstr ""
24278
24279 #. type: verbatim
24280 #: ../fish/guestfish-actions.pod:2689
24281 #, no-wrap
24282 msgid ""
24283 " luks-open device mapname\n"
24284 "\n"
24285 msgstr ""
24286
24287 #. type: textblock
24288 #: ../fish/guestfish-actions.pod:2703
24289 msgid ""
24290 "If this block device contains LVM volume groups, then calling L</vgscan> "
24291 "followed by L</vg-activate-all> will make them visible."
24292 msgstr ""
24293
24294 #. type: =head2
24295 #: ../fish/guestfish-actions.pod:2710
24296 msgid "luks-open-ro"
24297 msgstr ""
24298
24299 #. type: verbatim
24300 #: ../fish/guestfish-actions.pod:2712
24301 #, no-wrap
24302 msgid ""
24303 " luks-open-ro device mapname\n"
24304 "\n"
24305 msgstr ""
24306
24307 #. type: textblock
24308 #: ../fish/guestfish-actions.pod:2714
24309 msgid ""
24310 "This is the same as L</luks-open> except that a read-only mapping is "
24311 "created."
24312 msgstr ""
24313
24314 #. type: =head2
24315 #: ../fish/guestfish-actions.pod:2720
24316 msgid "lvcreate"
24317 msgstr ""
24318
24319 #. type: verbatim
24320 #: ../fish/guestfish-actions.pod:2722
24321 #, no-wrap
24322 msgid ""
24323 " lvcreate logvol volgroup mbytes\n"
24324 "\n"
24325 msgstr ""
24326
24327 #. type: =head2
24328 #: ../fish/guestfish-actions.pod:2727
24329 msgid "lvm-canonical-lv-name"
24330 msgstr ""
24331
24332 #. type: verbatim
24333 #: ../fish/guestfish-actions.pod:2729
24334 #, no-wrap
24335 msgid ""
24336 " lvm-canonical-lv-name lvname\n"
24337 "\n"
24338 msgstr ""
24339
24340 #. type: textblock
24341 #: ../fish/guestfish-actions.pod:2738
24342 msgid "See also L</is-lv>."
24343 msgstr ""
24344
24345 #. type: =head2
24346 #: ../fish/guestfish-actions.pod:2740
24347 msgid "lvm-clear-filter"
24348 msgstr ""
24349
24350 #. type: verbatim
24351 #: ../fish/guestfish-actions.pod:2742
24352 #, no-wrap
24353 msgid ""
24354 " lvm-clear-filter\n"
24355 "\n"
24356 msgstr ""
24357
24358 #. type: textblock
24359 #: ../fish/guestfish-actions.pod:2744
24360 msgid ""
24361 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
24362 "block device."
24363 msgstr ""
24364
24365 #. type: =head2
24366 #: ../fish/guestfish-actions.pod:2750
24367 msgid "lvm-remove-all"
24368 msgstr ""
24369
24370 #. type: verbatim
24371 #: ../fish/guestfish-actions.pod:2752
24372 #, no-wrap
24373 msgid ""
24374 " lvm-remove-all\n"
24375 "\n"
24376 msgstr ""
24377
24378 #. type: =head2
24379 #: ../fish/guestfish-actions.pod:2760
24380 msgid "lvm-set-filter"
24381 msgstr ""
24382
24383 #. type: verbatim
24384 #: ../fish/guestfish-actions.pod:2762
24385 #, no-wrap
24386 msgid ""
24387 " lvm-set-filter 'devices ...'\n"
24388 "\n"
24389 msgstr ""
24390
24391 #. type: =head2
24392 #: ../fish/guestfish-actions.pod:2787
24393 msgid "lvremove"
24394 msgstr ""
24395
24396 #. type: verbatim
24397 #: ../fish/guestfish-actions.pod:2789
24398 #, no-wrap
24399 msgid ""
24400 " lvremove device\n"
24401 "\n"
24402 msgstr ""
24403
24404 #. type: =head2
24405 #: ../fish/guestfish-actions.pod:2797
24406 msgid "lvrename"
24407 msgstr ""
24408
24409 #. type: verbatim
24410 #: ../fish/guestfish-actions.pod:2799
24411 #, no-wrap
24412 msgid ""
24413 " lvrename logvol newlogvol\n"
24414 "\n"
24415 msgstr ""
24416
24417 #. type: =head2
24418 #: ../fish/guestfish-actions.pod:2803
24419 msgid "lvresize"
24420 msgstr ""
24421
24422 #. type: verbatim
24423 #: ../fish/guestfish-actions.pod:2805
24424 #, no-wrap
24425 msgid ""
24426 " lvresize device mbytes\n"
24427 "\n"
24428 msgstr ""
24429
24430 #. type: =head2
24431 #: ../fish/guestfish-actions.pod:2811
24432 msgid "lvresize-free"
24433 msgstr ""
24434
24435 #. type: verbatim
24436 #: ../fish/guestfish-actions.pod:2813
24437 #, no-wrap
24438 msgid ""
24439 " lvresize-free lv percent\n"
24440 "\n"
24441 msgstr ""
24442
24443 #. type: =head2
24444 #: ../fish/guestfish-actions.pod:2821
24445 msgid "lvs"
24446 msgstr ""
24447
24448 #. type: verbatim
24449 #: ../fish/guestfish-actions.pod:2823
24450 #, no-wrap
24451 msgid ""
24452 " lvs\n"
24453 "\n"
24454 msgstr ""
24455
24456 #. type: textblock
24457 #: ../fish/guestfish-actions.pod:2831
24458 msgid "See also L</lvs-full>, L</list-filesystems>."
24459 msgstr ""
24460
24461 #. type: =head2
24462 #: ../fish/guestfish-actions.pod:2833
24463 msgid "lvs-full"
24464 msgstr ""
24465
24466 #. type: verbatim
24467 #: ../fish/guestfish-actions.pod:2835
24468 #, no-wrap
24469 msgid ""
24470 " lvs-full\n"
24471 "\n"
24472 msgstr ""
24473
24474 #. type: =head2
24475 #: ../fish/guestfish-actions.pod:2840
24476 msgid "lvuuid"
24477 msgstr ""
24478
24479 #. type: verbatim
24480 #: ../fish/guestfish-actions.pod:2842
24481 #, no-wrap
24482 msgid ""
24483 " lvuuid device\n"
24484 "\n"
24485 msgstr ""
24486
24487 #. type: =head2
24488 #: ../fish/guestfish-actions.pod:2846
24489 msgid "lxattrlist"
24490 msgstr ""
24491
24492 #. type: verbatim
24493 #: ../fish/guestfish-actions.pod:2848
24494 #, no-wrap
24495 msgid ""
24496 " lxattrlist path 'names ...'\n"
24497 "\n"
24498 msgstr ""
24499
24500 #. type: textblock
24501 #: ../fish/guestfish-actions.pod:2864
24502 msgid ""
24503 "This call is intended for programs that want to efficiently list a directory "
24504 "contents without making many round-trips.  See also L</lstatlist> for a "
24505 "similarly efficient call for getting standard stats.  Very long directory "
24506 "listings might cause the protocol message size to be exceeded, causing this "
24507 "call to fail.  The caller must split up such requests into smaller groups of "
24508 "names."
24509 msgstr ""
24510
24511 #. type: =head2
24512 #: ../fish/guestfish-actions.pod:2872
24513 msgid "mkdir"
24514 msgstr ""
24515
24516 #. type: verbatim
24517 #: ../fish/guestfish-actions.pod:2874
24518 #, no-wrap
24519 msgid ""
24520 " mkdir path\n"
24521 "\n"
24522 msgstr ""
24523
24524 #. type: =head2
24525 #: ../fish/guestfish-actions.pod:2878
24526 msgid "mkdir-mode"
24527 msgstr ""
24528
24529 #. type: verbatim
24530 #: ../fish/guestfish-actions.pod:2880
24531 #, no-wrap
24532 msgid ""
24533 " mkdir-mode path mode\n"
24534 "\n"
24535 msgstr ""
24536
24537 #. type: textblock
24538 #: ../fish/guestfish-actions.pod:2889
24539 msgid "See also L</mkdir>, L</umask>"
24540 msgstr ""
24541
24542 #. type: =head2
24543 #: ../fish/guestfish-actions.pod:2891
24544 msgid "mkdir-p"
24545 msgstr ""
24546
24547 #. type: verbatim
24548 #: ../fish/guestfish-actions.pod:2893
24549 #, no-wrap
24550 msgid ""
24551 " mkdir-p path\n"
24552 "\n"
24553 msgstr ""
24554
24555 #. type: =head2
24556 #: ../fish/guestfish-actions.pod:2898
24557 msgid "mkdtemp"
24558 msgstr ""
24559
24560 #. type: verbatim
24561 #: ../fish/guestfish-actions.pod:2900
24562 #, no-wrap
24563 msgid ""
24564 " mkdtemp template\n"
24565 "\n"
24566 msgstr ""
24567
24568 #. type: =head2
24569 #: ../fish/guestfish-actions.pod:2921
24570 msgid "mke2fs-J"
24571 msgstr ""
24572
24573 #. type: verbatim
24574 #: ../fish/guestfish-actions.pod:2923
24575 #, no-wrap
24576 msgid ""
24577 " mke2fs-J fstype blocksize device journal\n"
24578 "\n"
24579 msgstr ""
24580
24581 #. type: textblock
24582 #: ../fish/guestfish-actions.pod:2931
24583 msgid "See also L</mke2journal>."
24584 msgstr ""
24585
24586 #. type: =head2
24587 #: ../fish/guestfish-actions.pod:2933
24588 msgid "mke2fs-JL"
24589 msgstr ""
24590
24591 #. type: verbatim
24592 #: ../fish/guestfish-actions.pod:2935
24593 #, no-wrap
24594 msgid ""
24595 " mke2fs-JL fstype blocksize device label\n"
24596 "\n"
24597 msgstr ""
24598
24599 #. type: textblock
24600 #: ../fish/guestfish-actions.pod:2940
24601 msgid "See also L</mke2journal-L>."
24602 msgstr ""
24603
24604 #. type: =head2
24605 #: ../fish/guestfish-actions.pod:2942
24606 msgid "mke2fs-JU"
24607 msgstr ""
24608
24609 #. type: verbatim
24610 #: ../fish/guestfish-actions.pod:2944
24611 #, no-wrap
24612 msgid ""
24613 " mke2fs-JU fstype blocksize device uuid\n"
24614 "\n"
24615 msgstr ""
24616
24617 #. type: textblock
24618 #: ../fish/guestfish-actions.pod:2949
24619 msgid "See also L</mke2journal-U>."
24620 msgstr ""
24621
24622 #. type: =head2
24623 #: ../fish/guestfish-actions.pod:2951
24624 msgid "mke2journal"
24625 msgstr ""
24626
24627 #. type: verbatim
24628 #: ../fish/guestfish-actions.pod:2953
24629 #, no-wrap
24630 msgid ""
24631 " mke2journal blocksize device\n"
24632 "\n"
24633 msgstr ""
24634
24635 #. type: =head2
24636 #: ../fish/guestfish-actions.pod:2960
24637 msgid "mke2journal-L"
24638 msgstr ""
24639
24640 #. type: verbatim
24641 #: ../fish/guestfish-actions.pod:2962
24642 #, no-wrap
24643 msgid ""
24644 " mke2journal-L blocksize label device\n"
24645 "\n"
24646 msgstr ""
24647
24648 #. type: =head2
24649 #: ../fish/guestfish-actions.pod:2966
24650 msgid "mke2journal-U"
24651 msgstr ""
24652
24653 #. type: verbatim
24654 #: ../fish/guestfish-actions.pod:2968
24655 #, no-wrap
24656 msgid ""
24657 " mke2journal-U blocksize uuid device\n"
24658 "\n"
24659 msgstr ""
24660
24661 #. type: =head2
24662 #: ../fish/guestfish-actions.pod:2972
24663 msgid "mkfifo"
24664 msgstr ""
24665
24666 #. type: verbatim
24667 #: ../fish/guestfish-actions.pod:2974
24668 #, no-wrap
24669 msgid ""
24670 " mkfifo mode path\n"
24671 "\n"
24672 msgstr ""
24673
24674 #. type: textblock
24675 #: ../fish/guestfish-actions.pod:2976
24676 msgid ""
24677 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
24678 "is just a convenient wrapper around L</mknod>."
24679 msgstr ""
24680
24681 #. type: =head2
24682 #: ../fish/guestfish-actions.pod:2982
24683 msgid "mkfs"
24684 msgstr ""
24685
24686 #. type: verbatim
24687 #: ../fish/guestfish-actions.pod:2984
24688 #, no-wrap
24689 msgid ""
24690 " mkfs fstype device\n"
24691 "\n"
24692 msgstr ""
24693
24694 #. type: =head2
24695 #: ../fish/guestfish-actions.pod:2990
24696 msgid "mkfs-b"
24697 msgstr ""
24698
24699 #. type: verbatim
24700 #: ../fish/guestfish-actions.pod:2992
24701 #, no-wrap
24702 msgid ""
24703 " mkfs-b fstype blocksize device\n"
24704 "\n"
24705 msgstr ""
24706
24707 #. type: textblock
24708 #: ../fish/guestfish-actions.pod:2994
24709 msgid ""
24710 "This call is similar to L</mkfs>, but it allows you to control the block "
24711 "size of the resulting filesystem.  Supported block sizes depend on the "
24712 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
24713 msgstr ""
24714
24715 #. type: =head2
24716 #: ../fish/guestfish-actions.pod:3009
24717 msgid "mkfs-opts"
24718 msgstr ""
24719
24720 #. type: verbatim
24721 #: ../fish/guestfish-actions.pod:3011
24722 #, no-wrap
24723 msgid ""
24724 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
24725 "\n"
24726 msgstr ""
24727
24728 #. type: =head2
24729 #: ../fish/guestfish-actions.pod:3046
24730 msgid "mkmountpoint"
24731 msgstr ""
24732
24733 #. type: verbatim
24734 #: ../fish/guestfish-actions.pod:3048
24735 #, no-wrap
24736 msgid ""
24737 " mkmountpoint exemptpath\n"
24738 "\n"
24739 msgstr ""
24740
24741 #. type: textblock
24742 #: ../fish/guestfish-actions.pod:3050
24743 msgid ""
24744 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
24745 "to create extra mountpoints before mounting the first filesystem."
24746 msgstr ""
24747
24748 #. type: textblock
24749 #: ../fish/guestfish-actions.pod:3074
24750 msgid ""
24751 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
24752 "unexpected errors if you try to mix these calls.  It is safest to manually "
24753 "unmount filesystems and remove mountpoints after use."
24754 msgstr ""
24755
24756 #. type: textblock
24757 #: ../fish/guestfish-actions.pod:3078
24758 msgid ""
24759 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
24760 "for this to work for manual mountpoints, you must ensure that the innermost "
24761 "mountpoints have the longest pathnames, as in the example code above."
24762 msgstr ""
24763
24764 #. type: textblock
24765 #: ../fish/guestfish-actions.pod:3085
24766 msgid ""
24767 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
24768 "L</umount-all> to be called when the handle is closed which can also trigger "
24769 "these issues."
24770 msgstr ""
24771
24772 #. type: =head2
24773 #: ../fish/guestfish-actions.pod:3089
24774 msgid "mknod"
24775 msgstr ""
24776
24777 #. type: verbatim
24778 #: ../fish/guestfish-actions.pod:3091
24779 #, no-wrap
24780 msgid ""
24781 " mknod mode devmajor devminor path\n"
24782 "\n"
24783 msgstr ""
24784
24785 #. type: textblock
24786 #: ../fish/guestfish-actions.pod:3101
24787 msgid ""
24788 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
24789 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
24790 "regular file).  These constants are available in the standard Linux header "
24791 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
24792 "wrappers around this command which bitwise OR in the appropriate constant "
24793 "for you."
24794 msgstr ""
24795
24796 #. type: =head2
24797 #: ../fish/guestfish-actions.pod:3111
24798 msgid "mknod-b"
24799 msgstr ""
24800
24801 #. type: verbatim
24802 #: ../fish/guestfish-actions.pod:3113
24803 #, no-wrap
24804 msgid ""
24805 " mknod-b mode devmajor devminor path\n"
24806 "\n"
24807 msgstr ""
24808
24809 #. type: textblock
24810 #: ../fish/guestfish-actions.pod:3115
24811 msgid ""
24812 "This call creates a block device node called C<path> with mode C<mode> and "
24813 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24814 "wrapper around L</mknod>."
24815 msgstr ""
24816
24817 #. type: =head2
24818 #: ../fish/guestfish-actions.pod:3121
24819 msgid "mknod-c"
24820 msgstr ""
24821
24822 #. type: verbatim
24823 #: ../fish/guestfish-actions.pod:3123
24824 #, no-wrap
24825 msgid ""
24826 " mknod-c mode devmajor devminor path\n"
24827 "\n"
24828 msgstr ""
24829
24830 #. type: textblock
24831 #: ../fish/guestfish-actions.pod:3125
24832 msgid ""
24833 "This call creates a char device node called C<path> with mode C<mode> and "
24834 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24835 "wrapper around L</mknod>."
24836 msgstr ""
24837
24838 #. type: =head2
24839 #: ../fish/guestfish-actions.pod:3131
24840 msgid "mkswap"
24841 msgstr ""
24842
24843 #. type: verbatim
24844 #: ../fish/guestfish-actions.pod:3133
24845 #, no-wrap
24846 msgid ""
24847 " mkswap device\n"
24848 "\n"
24849 msgstr ""
24850
24851 #. type: =head2
24852 #: ../fish/guestfish-actions.pod:3137
24853 msgid "mkswap-L"
24854 msgstr ""
24855
24856 #. type: verbatim
24857 #: ../fish/guestfish-actions.pod:3139
24858 #, no-wrap
24859 msgid ""
24860 " mkswap-L label device\n"
24861 "\n"
24862 msgstr ""
24863
24864 #. type: =head2
24865 #: ../fish/guestfish-actions.pod:3147
24866 msgid "mkswap-U"
24867 msgstr ""
24868
24869 #. type: verbatim
24870 #: ../fish/guestfish-actions.pod:3149
24871 #, no-wrap
24872 msgid ""
24873 " mkswap-U uuid device\n"
24874 "\n"
24875 msgstr ""
24876
24877 #. type: =head2
24878 #: ../fish/guestfish-actions.pod:3153
24879 msgid "mkswap-file"
24880 msgstr ""
24881
24882 #. type: verbatim
24883 #: ../fish/guestfish-actions.pod:3155
24884 #, no-wrap
24885 msgid ""
24886 " mkswap-file path\n"
24887 "\n"
24888 msgstr ""
24889
24890 #. type: textblock
24891 #: ../fish/guestfish-actions.pod:3159
24892 msgid ""
24893 "This command just writes a swap file signature to an existing file.  To "
24894 "create the file itself, use something like L</fallocate>."
24895 msgstr ""
24896
24897 #. type: =head2
24898 #: ../fish/guestfish-actions.pod:3162
24899 msgid "modprobe"
24900 msgstr ""
24901
24902 #. type: verbatim
24903 #: ../fish/guestfish-actions.pod:3164
24904 #, no-wrap
24905 msgid ""
24906 " modprobe modulename\n"
24907 "\n"
24908 msgstr ""
24909
24910 #. type: =head2
24911 #: ../fish/guestfish-actions.pod:3171
24912 msgid "mount"
24913 msgstr ""
24914
24915 #. type: verbatim
24916 #: ../fish/guestfish-actions.pod:3173
24917 #, no-wrap
24918 msgid ""
24919 " mount device mountpoint\n"
24920 "\n"
24921 msgstr ""
24922
24923 #. type: textblock
24924 #: ../fish/guestfish-actions.pod:3189
24925 msgid ""
24926 "B<Important note:> When you use this call, the filesystem options C<sync> "
24927 "and C<noatime> are set implicitly.  This was originally done because we "
24928 "thought it would improve reliability, but it turns out that I<-o sync> has a "
24929 "very large negative performance impact and negligible effect on "
24930 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
24931 "code that needs performance, and instead use L</mount-options> (use an empty "
24932 "string for the first parameter if you don't want any options)."
24933 msgstr ""
24934
24935 #. type: =head2
24936 #: ../fish/guestfish-actions.pod:3206
24937 msgid "mount-loop"
24938 msgstr ""
24939
24940 #. type: verbatim
24941 #: ../fish/guestfish-actions.pod:3208
24942 #, no-wrap
24943 msgid ""
24944 " mount-loop file mountpoint\n"
24945 "\n"
24946 msgstr ""
24947
24948 #. type: =head2
24949 #: ../fish/guestfish-actions.pod:3214
24950 msgid "mount-options"
24951 msgstr ""
24952
24953 #. type: verbatim
24954 #: ../fish/guestfish-actions.pod:3216
24955 #, no-wrap
24956 msgid ""
24957 " mount-options options device mountpoint\n"
24958 "\n"
24959 msgstr ""
24960
24961 #. type: textblock
24962 #: ../fish/guestfish-actions.pod:3218
24963 msgid ""
24964 "This is the same as the L</mount> command, but it allows you to set the "
24965 "mount options as for the L<mount(8)> I<-o> flag."
24966 msgstr ""
24967
24968 #. type: =head2
24969 #: ../fish/guestfish-actions.pod:3226
24970 msgid "mount-ro"
24971 msgstr ""
24972
24973 #. type: verbatim
24974 #: ../fish/guestfish-actions.pod:3228
24975 #, no-wrap
24976 msgid ""
24977 " mount-ro device mountpoint\n"
24978 "\n"
24979 msgstr ""
24980
24981 #. type: textblock
24982 #: ../fish/guestfish-actions.pod:3230
24983 msgid ""
24984 "This is the same as the L</mount> command, but it mounts the filesystem with "
24985 "the read-only (I<-o ro>) flag."
24986 msgstr ""
24987
24988 #. type: =head2
24989 #: ../fish/guestfish-actions.pod:3233
24990 msgid "mount-vfs"
24991 msgstr ""
24992
24993 #. type: verbatim
24994 #: ../fish/guestfish-actions.pod:3235
24995 #, no-wrap
24996 msgid ""
24997 " mount-vfs options vfstype device mountpoint\n"
24998 "\n"
24999 msgstr ""
25000
25001 #. type: textblock
25002 #: ../fish/guestfish-actions.pod:3237
25003 msgid ""
25004 "This is the same as the L</mount> command, but it allows you to set both the "
25005 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
25006 msgstr ""
25007
25008 #. type: =head2
25009 #: ../fish/guestfish-actions.pod:3241
25010 msgid "mountpoints"
25011 msgstr ""
25012
25013 #. type: verbatim
25014 #: ../fish/guestfish-actions.pod:3243
25015 #, no-wrap
25016 msgid ""
25017 " mountpoints\n"
25018 "\n"
25019 msgstr ""
25020
25021 #. type: textblock
25022 #: ../fish/guestfish-actions.pod:3245
25023 msgid ""
25024 "This call is similar to L</mounts>.  That call returns a list of devices.  "
25025 "This one returns a hash table (map) of device name to directory where the "
25026 "device is mounted."
25027 msgstr ""
25028
25029 #. type: =head2
25030 #: ../fish/guestfish-actions.pod:3249
25031 msgid "mounts"
25032 msgstr ""
25033
25034 #. type: verbatim
25035 #: ../fish/guestfish-actions.pod:3251
25036 #, no-wrap
25037 msgid ""
25038 " mounts\n"
25039 "\n"
25040 msgstr ""
25041
25042 #. type: textblock
25043 #: ../fish/guestfish-actions.pod:3258
25044 msgid "See also: L</mountpoints>"
25045 msgstr ""
25046
25047 #. type: =head2
25048 #: ../fish/guestfish-actions.pod:3260
25049 msgid "mv"
25050 msgstr ""
25051
25052 #. type: verbatim
25053 #: ../fish/guestfish-actions.pod:3262
25054 #, no-wrap
25055 msgid ""
25056 " mv src dest\n"
25057 "\n"
25058 msgstr ""
25059
25060 #. type: =head2
25061 #: ../fish/guestfish-actions.pod:3267
25062 msgid "ntfs-3g-probe"
25063 msgstr ""
25064
25065 #. type: verbatim
25066 #: ../fish/guestfish-actions.pod:3269
25067 #, no-wrap
25068 msgid ""
25069 " ntfs-3g-probe true|false device\n"
25070 "\n"
25071 msgstr ""
25072
25073 #. type: =head2
25074 #: ../fish/guestfish-actions.pod:3283
25075 msgid "ntfsresize"
25076 msgstr ""
25077
25078 #. type: verbatim
25079 #: ../fish/guestfish-actions.pod:3285
25080 #, no-wrap
25081 msgid ""
25082 " ntfsresize device\n"
25083 "\n"
25084 msgstr ""
25085
25086 #. type: =head2
25087 #: ../fish/guestfish-actions.pod:3300
25088 msgid "ntfsresize-size"
25089 msgstr ""
25090
25091 #. type: verbatim
25092 #: ../fish/guestfish-actions.pod:3302
25093 #, no-wrap
25094 msgid ""
25095 " ntfsresize-size device size\n"
25096 "\n"
25097 msgstr ""
25098
25099 #. type: textblock
25100 #: ../fish/guestfish-actions.pod:3304
25101 msgid ""
25102 "This command is the same as L</ntfsresize> except that it allows you to "
25103 "specify the new size (in bytes) explicitly."
25104 msgstr ""
25105
25106 #. type: =head2
25107 #: ../fish/guestfish-actions.pod:3307
25108 msgid "part-add"
25109 msgstr ""
25110
25111 #. type: verbatim
25112 #: ../fish/guestfish-actions.pod:3309
25113 #, no-wrap
25114 msgid ""
25115 " part-add device prlogex startsect endsect\n"
25116 "\n"
25117 msgstr ""
25118
25119 #. type: textblock
25120 #: ../fish/guestfish-actions.pod:3311
25121 msgid ""
25122 "This command adds a partition to C<device>.  If there is no partition table "
25123 "on the device, call L</part-init> first."
25124 msgstr ""
25125
25126 #. type: textblock
25127 #: ../fish/guestfish-actions.pod:3323
25128 msgid ""
25129 "Creating a partition which covers the whole disk is not so easy.  Use "
25130 "L</part-disk> to do that."
25131 msgstr ""
25132
25133 #. type: =head2
25134 #: ../fish/guestfish-actions.pod:3326
25135 msgid "part-del"
25136 msgstr ""
25137
25138 #. type: verbatim
25139 #: ../fish/guestfish-actions.pod:3328
25140 #, no-wrap
25141 msgid ""
25142 " part-del device partnum\n"
25143 "\n"
25144 msgstr ""
25145
25146 #. type: =head2
25147 #: ../fish/guestfish-actions.pod:3336
25148 msgid "part-disk"
25149 msgstr ""
25150
25151 #. type: verbatim
25152 #: ../fish/guestfish-actions.pod:3338
25153 #, no-wrap
25154 msgid ""
25155 " part-disk device parttype\n"
25156 "\n"
25157 msgstr ""
25158
25159 #. type: textblock
25160 #: ../fish/guestfish-actions.pod:3340
25161 msgid ""
25162 "This command is simply a combination of L</part-init> followed by "
25163 "L</part-add> to create a single primary partition covering the whole disk."
25164 msgstr ""
25165
25166 #. type: textblock
25167 #: ../fish/guestfish-actions.pod:3344
25168 msgid ""
25169 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
25170 "possible values are described in L</part-init>."
25171 msgstr ""
25172
25173 #. type: =head2
25174 #: ../fish/guestfish-actions.pod:3350
25175 msgid "part-get-bootable"
25176 msgstr ""
25177
25178 #. type: verbatim
25179 #: ../fish/guestfish-actions.pod:3352
25180 #, no-wrap
25181 msgid ""
25182 " part-get-bootable device partnum\n"
25183 "\n"
25184 msgstr ""
25185
25186 #. type: textblock
25187 #: ../fish/guestfish-actions.pod:3357
25188 msgid "See also L</part-set-bootable>."
25189 msgstr ""
25190
25191 #. type: =head2
25192 #: ../fish/guestfish-actions.pod:3359
25193 msgid "part-get-mbr-id"
25194 msgstr ""
25195
25196 #. type: verbatim
25197 #: ../fish/guestfish-actions.pod:3361
25198 #, no-wrap
25199 msgid ""
25200 " part-get-mbr-id device partnum\n"
25201 "\n"
25202 msgstr ""
25203
25204 #. type: textblock
25205 #: ../fish/guestfish-actions.pod:3366 ../fish/guestfish-actions.pod:3504
25206 msgid ""
25207 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
25208 "undefined results for other partition table types (see "
25209 "L</part-get-parttype>)."
25210 msgstr ""
25211
25212 #. type: =head2
25213 #: ../fish/guestfish-actions.pod:3370
25214 msgid "part-get-parttype"
25215 msgstr ""
25216
25217 #. type: verbatim
25218 #: ../fish/guestfish-actions.pod:3372
25219 #, no-wrap
25220 msgid ""
25221 " part-get-parttype device\n"
25222 "\n"
25223 msgstr ""
25224
25225 #. type: textblock
25226 #: ../fish/guestfish-actions.pod:3377
25227 msgid ""
25228 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
25229 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
25230 "possible, although unusual.  See L</part-init> for a full list."
25231 msgstr ""
25232
25233 #. type: =head2
25234 #: ../fish/guestfish-actions.pod:3382
25235 msgid "part-init"
25236 msgstr ""
25237
25238 #. type: verbatim
25239 #: ../fish/guestfish-actions.pod:3384
25240 #, no-wrap
25241 msgid ""
25242 " part-init device parttype\n"
25243 "\n"
25244 msgstr ""
25245
25246 #. type: textblock
25247 #: ../fish/guestfish-actions.pod:3390
25248 msgid ""
25249 "Initially there are no partitions.  Following this, you should call "
25250 "L</part-add> for each partition required."
25251 msgstr ""
25252
25253 #. type: =head2
25254 #: ../fish/guestfish-actions.pod:3453
25255 msgid "part-list"
25256 msgstr ""
25257
25258 #. type: verbatim
25259 #: ../fish/guestfish-actions.pod:3455
25260 #, no-wrap
25261 msgid ""
25262 " part-list device\n"
25263 "\n"
25264 msgstr ""
25265
25266 #. type: textblock
25267 #: ../fish/guestfish-actions.pod:3470
25268 msgid ""
25269 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
25270 "the device's sector size, see L</blockdev-getss>."
25271 msgstr ""
25272
25273 #. type: =head2
25274 #: ../fish/guestfish-actions.pod:3483
25275 msgid "part-set-bootable"
25276 msgstr ""
25277
25278 #. type: verbatim
25279 #: ../fish/guestfish-actions.pod:3485
25280 #, no-wrap
25281 msgid ""
25282 " part-set-bootable device partnum true|false\n"
25283 "\n"
25284 msgstr ""
25285
25286 #. type: =head2
25287 #: ../fish/guestfish-actions.pod:3494
25288 msgid "part-set-mbr-id"
25289 msgstr ""
25290
25291 #. type: verbatim
25292 #: ../fish/guestfish-actions.pod:3496
25293 #, no-wrap
25294 msgid ""
25295 " part-set-mbr-id device partnum idbyte\n"
25296 "\n"
25297 msgstr ""
25298
25299 #. type: =head2
25300 #: ../fish/guestfish-actions.pod:3508
25301 msgid "part-set-name"
25302 msgstr ""
25303
25304 #. type: verbatim
25305 #: ../fish/guestfish-actions.pod:3510
25306 #, no-wrap
25307 msgid ""
25308 " part-set-name device partnum name\n"
25309 "\n"
25310 msgstr ""
25311
25312 #. type: =head2
25313 #: ../fish/guestfish-actions.pod:3518
25314 msgid "part-to-dev"
25315 msgstr ""
25316
25317 #. type: verbatim
25318 #: ../fish/guestfish-actions.pod:3520
25319 #, no-wrap
25320 msgid ""
25321 " part-to-dev partition\n"
25322 "\n"
25323 msgstr ""
25324
25325 #. type: textblock
25326 #: ../fish/guestfish-actions.pod:3526
25327 msgid ""
25328 "The named partition must exist, for example as a string returned from "
25329 "L</list-partitions>."
25330 msgstr ""
25331
25332 #. type: =head2
25333 #: ../fish/guestfish-actions.pod:3529
25334 msgid "ping-daemon"
25335 msgstr ""
25336
25337 #. type: verbatim
25338 #: ../fish/guestfish-actions.pod:3531
25339 #, no-wrap
25340 msgid ""
25341 " ping-daemon\n"
25342 "\n"
25343 msgstr ""
25344
25345 #. type: =head2
25346 #: ../fish/guestfish-actions.pod:3538
25347 msgid "pread"
25348 msgstr ""
25349
25350 #. type: verbatim
25351 #: ../fish/guestfish-actions.pod:3540
25352 #, no-wrap
25353 msgid ""
25354 " pread path count offset\n"
25355 "\n"
25356 msgstr ""
25357
25358 #. type: textblock
25359 #: ../fish/guestfish-actions.pod:3548
25360 msgid "See also L</pwrite>, L</pread-device>."
25361 msgstr ""
25362
25363 #. type: =head2
25364 #: ../fish/guestfish-actions.pod:3553
25365 msgid "pread-device"
25366 msgstr ""
25367
25368 #. type: verbatim
25369 #: ../fish/guestfish-actions.pod:3555
25370 #, no-wrap
25371 msgid ""
25372 " pread-device device count offset\n"
25373 "\n"
25374 msgstr ""
25375
25376 #. type: textblock
25377 #: ../fish/guestfish-actions.pod:3563
25378 msgid "See also L</pread>."
25379 msgstr ""
25380
25381 #. type: =head2
25382 #: ../fish/guestfish-actions.pod:3568
25383 msgid "pvcreate"
25384 msgstr ""
25385
25386 #. type: verbatim
25387 #: ../fish/guestfish-actions.pod:3570
25388 #, no-wrap
25389 msgid ""
25390 " pvcreate device\n"
25391 "\n"
25392 msgstr ""
25393
25394 #. type: =head2
25395 #: ../fish/guestfish-actions.pod:3576
25396 msgid "pvremove"
25397 msgstr ""
25398
25399 #. type: verbatim
25400 #: ../fish/guestfish-actions.pod:3578
25401 #, no-wrap
25402 msgid ""
25403 " pvremove device\n"
25404 "\n"
25405 msgstr ""
25406
25407 #. type: =head2
25408 #: ../fish/guestfish-actions.pod:3587
25409 msgid "pvresize"
25410 msgstr ""
25411
25412 #. type: verbatim
25413 #: ../fish/guestfish-actions.pod:3589
25414 #, no-wrap
25415 msgid ""
25416 " pvresize device\n"
25417 "\n"
25418 msgstr ""
25419
25420 #. type: =head2
25421 #: ../fish/guestfish-actions.pod:3594
25422 msgid "pvresize-size"
25423 msgstr ""
25424
25425 #. type: verbatim
25426 #: ../fish/guestfish-actions.pod:3596
25427 #, no-wrap
25428 msgid ""
25429 " pvresize-size device size\n"
25430 "\n"
25431 msgstr ""
25432
25433 #. type: textblock
25434 #: ../fish/guestfish-actions.pod:3598
25435 msgid ""
25436 "This command is the same as L</pvresize> except that it allows you to "
25437 "specify the new size (in bytes) explicitly."
25438 msgstr ""
25439
25440 #. type: =head2
25441 #: ../fish/guestfish-actions.pod:3601
25442 msgid "pvs"
25443 msgstr ""
25444
25445 #. type: verbatim
25446 #: ../fish/guestfish-actions.pod:3603
25447 #, no-wrap
25448 msgid ""
25449 " pvs\n"
25450 "\n"
25451 msgstr ""
25452
25453 #. type: textblock
25454 #: ../fish/guestfish-actions.pod:3611
25455 msgid "See also L</pvs-full>."
25456 msgstr ""
25457
25458 #. type: =head2
25459 #: ../fish/guestfish-actions.pod:3613
25460 msgid "pvs-full"
25461 msgstr ""
25462
25463 #. type: verbatim
25464 #: ../fish/guestfish-actions.pod:3615
25465 #, no-wrap
25466 msgid ""
25467 " pvs-full\n"
25468 "\n"
25469 msgstr ""
25470
25471 #. type: =head2
25472 #: ../fish/guestfish-actions.pod:3620
25473 msgid "pvuuid"
25474 msgstr ""
25475
25476 #. type: verbatim
25477 #: ../fish/guestfish-actions.pod:3622
25478 #, no-wrap
25479 msgid ""
25480 " pvuuid device\n"
25481 "\n"
25482 msgstr ""
25483
25484 #. type: =head2
25485 #: ../fish/guestfish-actions.pod:3626
25486 msgid "pwrite"
25487 msgstr ""
25488
25489 #. type: verbatim
25490 #: ../fish/guestfish-actions.pod:3628
25491 #, no-wrap
25492 msgid ""
25493 " pwrite path content offset\n"
25494 "\n"
25495 msgstr ""
25496
25497 #. type: textblock
25498 #: ../fish/guestfish-actions.pod:3639
25499 msgid "See also L</pread>, L</pwrite-device>."
25500 msgstr ""
25501
25502 #. type: =head2
25503 #: ../fish/guestfish-actions.pod:3644
25504 msgid "pwrite-device"
25505 msgstr ""
25506
25507 #. type: verbatim
25508 #: ../fish/guestfish-actions.pod:3646
25509 #, no-wrap
25510 msgid ""
25511 " pwrite-device device content offset\n"
25512 "\n"
25513 msgstr ""
25514
25515 #. type: textblock
25516 #: ../fish/guestfish-actions.pod:3656
25517 msgid "See also L</pwrite>."
25518 msgstr ""
25519
25520 #. type: =head2
25521 #: ../fish/guestfish-actions.pod:3661
25522 msgid "read-file"
25523 msgstr ""
25524
25525 #. type: verbatim
25526 #: ../fish/guestfish-actions.pod:3663
25527 #, no-wrap
25528 msgid ""
25529 " read-file path\n"
25530 "\n"
25531 msgstr ""
25532
25533 #. type: textblock
25534 #: ../fish/guestfish-actions.pod:3668
25535 msgid ""
25536 "Unlike L</cat>, this function can correctly handle files that contain "
25537 "embedded ASCII NUL characters.  However unlike L</download>, this function "
25538 "is limited in the total size of file that can be handled."
25539 msgstr ""
25540
25541 #. type: =head2
25542 #: ../fish/guestfish-actions.pod:3676
25543 msgid "read-lines"
25544 msgstr ""
25545
25546 #. type: verbatim
25547 #: ../fish/guestfish-actions.pod:3678
25548 #, no-wrap
25549 msgid ""
25550 " read-lines path\n"
25551 "\n"
25552 msgstr ""
25553
25554 #. type: textblock
25555 #: ../fish/guestfish-actions.pod:3685
25556 msgid ""
25557 "Note that this function cannot correctly handle binary files (specifically, "
25558 "files containing C<\\0> character which is treated as end of line).  For "
25559 "those you need to use the L</read-file> function which has a more complex "
25560 "interface."
25561 msgstr ""
25562
25563 #. type: =head2
25564 #: ../fish/guestfish-actions.pod:3690
25565 msgid "readdir"
25566 msgstr ""
25567
25568 #. type: verbatim
25569 #: ../fish/guestfish-actions.pod:3692
25570 #, no-wrap
25571 msgid ""
25572 " readdir dir\n"
25573 "\n"
25574 msgstr ""
25575
25576 #. type: textblock
25577 #: ../fish/guestfish-actions.pod:3744
25578 msgid ""
25579 "This function is primarily intended for use by programs.  To get a simple "
25580 "list of names, use L</ls>.  To get a printable directory for human "
25581 "consumption, use L</ll>."
25582 msgstr ""
25583
25584 #. type: =head2
25585 #: ../fish/guestfish-actions.pod:3748
25586 msgid "readlink"
25587 msgstr ""
25588
25589 #. type: verbatim
25590 #: ../fish/guestfish-actions.pod:3750
25591 #, no-wrap
25592 msgid ""
25593 " readlink path\n"
25594 "\n"
25595 msgstr ""
25596
25597 #. type: =head2
25598 #: ../fish/guestfish-actions.pod:3754
25599 msgid "readlinklist"
25600 msgstr ""
25601
25602 #. type: verbatim
25603 #: ../fish/guestfish-actions.pod:3756
25604 #, no-wrap
25605 msgid ""
25606 " readlinklist path 'names ...'\n"
25607 "\n"
25608 msgstr ""
25609
25610 #. type: =head2
25611 #: ../fish/guestfish-actions.pod:3780
25612 msgid "realpath"
25613 msgstr ""
25614
25615 #. type: verbatim
25616 #: ../fish/guestfish-actions.pod:3782
25617 #, no-wrap
25618 msgid ""
25619 " realpath path\n"
25620 "\n"
25621 msgstr ""
25622
25623 #. type: =head2
25624 #: ../fish/guestfish-actions.pod:3787
25625 msgid "removexattr"
25626 msgstr ""
25627
25628 #. type: verbatim
25629 #: ../fish/guestfish-actions.pod:3789
25630 #, no-wrap
25631 msgid ""
25632 " removexattr xattr path\n"
25633 "\n"
25634 msgstr ""
25635
25636 #. type: textblock
25637 #: ../fish/guestfish-actions.pod:3794
25638 msgid "See also: L</lremovexattr>, L<attr(5)>."
25639 msgstr ""
25640
25641 #. type: =head2
25642 #: ../fish/guestfish-actions.pod:3796
25643 msgid "resize2fs"
25644 msgstr ""
25645
25646 #. type: verbatim
25647 #: ../fish/guestfish-actions.pod:3798
25648 #, no-wrap
25649 msgid ""
25650 " resize2fs device\n"
25651 "\n"
25652 msgstr ""
25653
25654 #. type: textblock
25655 #: ../fish/guestfish-actions.pod:3803
25656 msgid ""
25657 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
25658 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
25659 "gives an error about this and sometimes not.  In any case, it is always safe "
25660 "to call L</e2fsck-f> before calling this function."
25661 msgstr ""
25662
25663 #. type: =head2
25664 #: ../fish/guestfish-actions.pod:3809
25665 msgid "resize2fs-M"
25666 msgstr ""
25667
25668 #. type: verbatim
25669 #: ../fish/guestfish-actions.pod:3811
25670 #, no-wrap
25671 msgid ""
25672 " resize2fs-M device\n"
25673 "\n"
25674 msgstr ""
25675
25676 #. type: textblock
25677 #: ../fish/guestfish-actions.pod:3813
25678 msgid ""
25679 "This command is the same as L</resize2fs>, but the filesystem is resized to "
25680 "its minimum size.  This works like the I<-M> option to the C<resize2fs> "
25681 "command."
25682 msgstr ""
25683
25684 #. type: textblock
25685 #: ../fish/guestfish-actions.pod:3817
25686 msgid ""
25687 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
25688 "and read the C<Block size> and C<Block count> values.  These two numbers, "
25689 "multiplied together, give the resulting size of the minimal filesystem in "
25690 "bytes."
25691 msgstr ""
25692
25693 #. type: =head2
25694 #: ../fish/guestfish-actions.pod:3822
25695 msgid "resize2fs-size"
25696 msgstr ""
25697
25698 #. type: verbatim
25699 #: ../fish/guestfish-actions.pod:3824
25700 #, no-wrap
25701 msgid ""
25702 " resize2fs-size device size\n"
25703 "\n"
25704 msgstr ""
25705
25706 #. type: textblock
25707 #: ../fish/guestfish-actions.pod:3826
25708 msgid ""
25709 "This command is the same as L</resize2fs> except that it allows you to "
25710 "specify the new size (in bytes) explicitly."
25711 msgstr ""
25712
25713 #. type: =head2
25714 #: ../fish/guestfish-actions.pod:3829
25715 msgid "rm"
25716 msgstr ""
25717
25718 #. type: verbatim
25719 #: ../fish/guestfish-actions.pod:3831
25720 #, no-wrap
25721 msgid ""
25722 " rm path\n"
25723 "\n"
25724 msgstr ""
25725
25726 #. type: =head2
25727 #: ../fish/guestfish-actions.pod:3835
25728 msgid "rm-rf"
25729 msgstr ""
25730
25731 #. type: verbatim
25732 #: ../fish/guestfish-actions.pod:3837
25733 #, no-wrap
25734 msgid ""
25735 " rm-rf path\n"
25736 "\n"
25737 msgstr ""
25738
25739 #. type: =head2
25740 #: ../fish/guestfish-actions.pod:3843
25741 msgid "rmdir"
25742 msgstr ""
25743
25744 #. type: verbatim
25745 #: ../fish/guestfish-actions.pod:3845
25746 #, no-wrap
25747 msgid ""
25748 " rmdir path\n"
25749 "\n"
25750 msgstr ""
25751
25752 #. type: =head2
25753 #: ../fish/guestfish-actions.pod:3849
25754 msgid "rmmountpoint"
25755 msgstr ""
25756
25757 #. type: verbatim
25758 #: ../fish/guestfish-actions.pod:3851
25759 #, no-wrap
25760 msgid ""
25761 " rmmountpoint exemptpath\n"
25762 "\n"
25763 msgstr ""
25764
25765 #. type: textblock
25766 #: ../fish/guestfish-actions.pod:3853
25767 msgid ""
25768 "This calls removes a mountpoint that was previously created with "
25769 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
25770 msgstr ""
25771
25772 #. type: =head2
25773 #: ../fish/guestfish-actions.pod:3857
25774 msgid "scrub-device"
25775 msgstr ""
25776
25777 #. type: verbatim
25778 #: ../fish/guestfish-actions.pod:3859
25779 #, no-wrap
25780 msgid ""
25781 " scrub-device device\n"
25782 "\n"
25783 msgstr ""
25784
25785 #. type: =head2
25786 #: ../fish/guestfish-actions.pod:3870
25787 msgid "scrub-file"
25788 msgstr ""
25789
25790 #. type: verbatim
25791 #: ../fish/guestfish-actions.pod:3872
25792 #, no-wrap
25793 msgid ""
25794 " scrub-file file\n"
25795 "\n"
25796 msgstr ""
25797
25798 #. type: =head2
25799 #: ../fish/guestfish-actions.pod:3882
25800 msgid "scrub-freespace"
25801 msgstr ""
25802
25803 #. type: verbatim
25804 #: ../fish/guestfish-actions.pod:3884
25805 #, no-wrap
25806 msgid ""
25807 " scrub-freespace dir\n"
25808 "\n"
25809 msgstr ""
25810
25811 #. type: textblock
25812 #: ../fish/guestfish-actions.pod:3886
25813 msgid ""
25814 "This command creates the directory C<dir> and then fills it with files until "
25815 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
25816 "deletes them.  The intention is to scrub any free space on the partition "
25817 "containing C<dir>."
25818 msgstr ""
25819
25820 #. type: =head2
25821 #: ../fish/guestfish-actions.pod:3895
25822 msgid "set-append"
25823 msgstr ""
25824
25825 #. type: =head2
25826 #: ../fish/guestfish-actions.pod:3897
25827 msgid "append"
25828 msgstr ""
25829
25830 #. type: verbatim
25831 #: ../fish/guestfish-actions.pod:3899
25832 #, no-wrap
25833 msgid ""
25834 " set-append append\n"
25835 "\n"
25836 msgstr ""
25837
25838 #. type: =head2
25839 #: ../fish/guestfish-actions.pod:3910
25840 msgid "set-attach-method"
25841 msgstr ""
25842
25843 #. type: =head2
25844 #: ../fish/guestfish-actions.pod:3912
25845 msgid "attach-method"
25846 msgstr ""
25847
25848 #. type: verbatim
25849 #: ../fish/guestfish-actions.pod:3914
25850 #, no-wrap
25851 msgid ""
25852 " set-attach-method attachmethod\n"
25853 "\n"
25854 msgstr ""
25855
25856 #. type: =head2
25857 #: ../fish/guestfish-actions.pod:3936
25858 msgid "set-autosync"
25859 msgstr ""
25860
25861 #. type: =head2
25862 #: ../fish/guestfish-actions.pod:3938
25863 msgid "autosync"
25864 msgstr ""
25865
25866 #. type: verbatim
25867 #: ../fish/guestfish-actions.pod:3940
25868 #, no-wrap
25869 msgid ""
25870 " set-autosync true|false\n"
25871 "\n"
25872 msgstr ""
25873
25874 #. type: =head2
25875 #: ../fish/guestfish-actions.pod:3950
25876 msgid "set-direct"
25877 msgstr ""
25878
25879 #. type: =head2
25880 #: ../fish/guestfish-actions.pod:3952
25881 msgid "direct"
25882 msgstr ""
25883
25884 #. type: verbatim
25885 #: ../fish/guestfish-actions.pod:3954
25886 #, no-wrap
25887 msgid ""
25888 " set-direct true|false\n"
25889 "\n"
25890 msgstr ""
25891
25892 #. type: textblock
25893 #: ../fish/guestfish-actions.pod:3960
25894 msgid ""
25895 "One consequence of this is that log messages aren't caught by the library "
25896 "and handled by L</set-log-message-callback>, but go straight to stdout."
25897 msgstr ""
25898
25899 #. type: =head2
25900 #: ../fish/guestfish-actions.pod:3969
25901 msgid "set-e2label"
25902 msgstr ""
25903
25904 #. type: verbatim
25905 #: ../fish/guestfish-actions.pod:3971
25906 #, no-wrap
25907 msgid ""
25908 " set-e2label device label\n"
25909 "\n"
25910 msgstr ""
25911
25912 #. type: textblock
25913 #: ../fish/guestfish-actions.pod:3977
25914 msgid ""
25915 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
25916 "label on a filesystem."
25917 msgstr ""
25918
25919 #. type: =head2
25920 #: ../fish/guestfish-actions.pod:3980
25921 msgid "set-e2uuid"
25922 msgstr ""
25923
25924 #. type: verbatim
25925 #: ../fish/guestfish-actions.pod:3982
25926 #, no-wrap
25927 msgid ""
25928 " set-e2uuid device uuid\n"
25929 "\n"
25930 msgstr ""
25931
25932 #. type: textblock
25933 #: ../fish/guestfish-actions.pod:3989
25934 msgid ""
25935 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
25936 "UUID of a filesystem."
25937 msgstr ""
25938
25939 #. type: =head2
25940 #: ../fish/guestfish-actions.pod:3992
25941 msgid "set-memsize"
25942 msgstr ""
25943
25944 #. type: =head2
25945 #: ../fish/guestfish-actions.pod:3994
25946 msgid "memsize"
25947 msgstr ""
25948
25949 #. type: verbatim
25950 #: ../fish/guestfish-actions.pod:3996
25951 #, no-wrap
25952 msgid ""
25953 " set-memsize memsize\n"
25954 "\n"
25955 msgstr ""
25956
25957 #. type: textblock
25958 #: ../fish/guestfish-actions.pod:3998
25959 msgid ""
25960 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
25961 "This only has any effect if called before L</launch>."
25962 msgstr ""
25963
25964 #. type: =head2
25965 #: ../fish/guestfish-actions.pod:4009
25966 msgid "set-network"
25967 msgstr ""
25968
25969 #. type: =head2
25970 #: ../fish/guestfish-actions.pod:4011
25971 msgid "network"
25972 msgstr ""
25973
25974 #. type: verbatim
25975 #: ../fish/guestfish-actions.pod:4013
25976 #, no-wrap
25977 msgid ""
25978 " set-network true|false\n"
25979 "\n"
25980 msgstr ""
25981
25982 #. type: textblock
25983 #: ../fish/guestfish-actions.pod:4021
25984 msgid "You must call this before calling L</launch>, otherwise it has no effect."
25985 msgstr ""
25986
25987 #. type: =head2
25988 #: ../fish/guestfish-actions.pod:4024
25989 msgid "set-path"
25990 msgstr ""
25991
25992 #. type: =head2
25993 #: ../fish/guestfish-actions.pod:4026
25994 msgid "path"
25995 msgstr ""
25996
25997 #. type: verbatim
25998 #: ../fish/guestfish-actions.pod:4028
25999 #, no-wrap
26000 msgid ""
26001 " set-path searchpath\n"
26002 "\n"
26003 msgstr ""
26004
26005 #. type: =head2
26006 #: ../fish/guestfish-actions.pod:4037
26007 msgid "set-qemu"
26008 msgstr ""
26009
26010 #. type: =head2
26011 #: ../fish/guestfish-actions.pod:4039
26012 msgid "qemu"
26013 msgstr ""
26014
26015 #. type: verbatim
26016 #: ../fish/guestfish-actions.pod:4041
26017 #, no-wrap
26018 msgid ""
26019 " set-qemu qemu\n"
26020 "\n"
26021 msgstr ""
26022
26023 #. type: =head2
26024 #: ../fish/guestfish-actions.pod:4061
26025 msgid "set-recovery-proc"
26026 msgstr ""
26027
26028 #. type: =head2
26029 #: ../fish/guestfish-actions.pod:4063
26030 msgid "recovery-proc"
26031 msgstr ""
26032
26033 #. type: verbatim
26034 #: ../fish/guestfish-actions.pod:4065
26035 #, no-wrap
26036 msgid ""
26037 " set-recovery-proc true|false\n"
26038 "\n"
26039 msgstr ""
26040
26041 #. type: textblock
26042 #: ../fish/guestfish-actions.pod:4067
26043 msgid ""
26044 "If this is called with the parameter C<false> then L</launch> does not "
26045 "create a recovery process.  The purpose of the recovery process is to stop "
26046 "runaway qemu processes in the case where the main program aborts abruptly."
26047 msgstr ""
26048
26049 #. type: textblock
26050 #: ../fish/guestfish-actions.pod:4072
26051 msgid ""
26052 "This only has any effect if called before L</launch>, and the default is "
26053 "true."
26054 msgstr ""
26055
26056 #. type: =head2
26057 #: ../fish/guestfish-actions.pod:4081
26058 msgid "set-selinux"
26059 msgstr ""
26060
26061 #. type: =head2
26062 #: ../fish/guestfish-actions.pod:4083
26063 msgid "selinux"
26064 msgstr ""
26065
26066 #. type: verbatim
26067 #: ../fish/guestfish-actions.pod:4085
26068 #, no-wrap
26069 msgid ""
26070 " set-selinux true|false\n"
26071 "\n"
26072 msgstr ""
26073
26074 #. type: =head2
26075 #: ../fish/guestfish-actions.pod:4096
26076 msgid "set-trace"
26077 msgstr ""
26078
26079 #. type: =head2
26080 #: ../fish/guestfish-actions.pod:4098
26081 msgid "trace"
26082 msgstr ""
26083
26084 #. type: verbatim
26085 #: ../fish/guestfish-actions.pod:4100
26086 #, no-wrap
26087 msgid ""
26088 " set-trace true|false\n"
26089 "\n"
26090 msgstr ""
26091
26092 #. type: textblock
26093 #: ../fish/guestfish-actions.pod:4112
26094 msgid ""
26095 "Trace messages are normally sent to C<stderr>, unless you register a "
26096 "callback to send them somewhere else (see L</set-event-callback>)."
26097 msgstr ""
26098
26099 #. type: =head2
26100 #: ../fish/guestfish-actions.pod:4116
26101 msgid "set-verbose"
26102 msgstr ""
26103
26104 #. type: =head2
26105 #: ../fish/guestfish-actions.pod:4118
26106 msgid "verbose"
26107 msgstr ""
26108
26109 #. type: verbatim
26110 #: ../fish/guestfish-actions.pod:4120
26111 #, no-wrap
26112 msgid ""
26113 " set-verbose true|false\n"
26114 "\n"
26115 msgstr ""
26116
26117 #. type: textblock
26118 #: ../fish/guestfish-actions.pod:4127
26119 msgid ""
26120 "Verbose messages are normally sent to C<stderr>, unless you register a "
26121 "callback to send them somewhere else (see L</set-event-callback>)."
26122 msgstr ""
26123
26124 #. type: =head2
26125 #: ../fish/guestfish-actions.pod:4131
26126 msgid "setcon"
26127 msgstr ""
26128
26129 #. type: verbatim
26130 #: ../fish/guestfish-actions.pod:4133
26131 #, no-wrap
26132 msgid ""
26133 " setcon context\n"
26134 "\n"
26135 msgstr ""
26136
26137 #. type: =head2
26138 #: ../fish/guestfish-actions.pod:4140
26139 msgid "setxattr"
26140 msgstr ""
26141
26142 #. type: verbatim
26143 #: ../fish/guestfish-actions.pod:4142
26144 #, no-wrap
26145 msgid ""
26146 " setxattr xattr val vallen path\n"
26147 "\n"
26148 msgstr ""
26149
26150 #. type: textblock
26151 #: ../fish/guestfish-actions.pod:4148
26152 msgid "See also: L</lsetxattr>, L<attr(5)>."
26153 msgstr ""
26154
26155 #. type: =head2
26156 #: ../fish/guestfish-actions.pod:4150
26157 msgid "sfdisk"
26158 msgstr ""
26159
26160 #. type: verbatim
26161 #: ../fish/guestfish-actions.pod:4152
26162 #, no-wrap
26163 msgid ""
26164 " sfdisk device cyls heads sectors 'lines ...'\n"
26165 "\n"
26166 msgstr ""
26167
26168 #. type: textblock
26169 #: ../fish/guestfish-actions.pod:4174
26170 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
26171 msgstr ""
26172
26173 #. type: =head2
26174 #: ../fish/guestfish-actions.pod:4187
26175 msgid "sfdiskM"
26176 msgstr ""
26177
26178 #. type: verbatim
26179 #: ../fish/guestfish-actions.pod:4189
26180 #, no-wrap
26181 msgid ""
26182 " sfdiskM device 'lines ...'\n"
26183 "\n"
26184 msgstr ""
26185
26186 #. type: textblock
26187 #: ../fish/guestfish-actions.pod:4191
26188 msgid ""
26189 "This is a simplified interface to the L</sfdisk> command, where partition "
26190 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
26191 "you don't need to specify the cyls, heads and sectors parameters which were "
26192 "rarely if ever used anyway."
26193 msgstr ""
26194
26195 #. type: textblock
26196 #: ../fish/guestfish-actions.pod:4197
26197 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
26198 msgstr ""
26199
26200 #. type: =head2
26201 #: ../fish/guestfish-actions.pod:4210
26202 msgid "sfdisk-N"
26203 msgstr ""
26204
26205 #. type: verbatim
26206 #: ../fish/guestfish-actions.pod:4212
26207 #, no-wrap
26208 msgid ""
26209 " sfdisk-N device partnum cyls heads sectors line\n"
26210 "\n"
26211 msgstr ""
26212
26213 #. type: textblock
26214 #: ../fish/guestfish-actions.pod:4217
26215 msgid ""
26216 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
26217 "cyls/heads/sectors parameters."
26218 msgstr ""
26219
26220 #. type: textblock
26221 #: ../fish/guestfish-actions.pod:4220
26222 msgid "See also: L</part-add>"
26223 msgstr ""
26224
26225 #. type: =head2
26226 #: ../fish/guestfish-actions.pod:4232
26227 msgid "sfdisk-disk-geometry"
26228 msgstr ""
26229
26230 #. type: verbatim
26231 #: ../fish/guestfish-actions.pod:4234
26232 #, no-wrap
26233 msgid ""
26234 " sfdisk-disk-geometry device\n"
26235 "\n"
26236 msgstr ""
26237
26238 #. type: textblock
26239 #: ../fish/guestfish-actions.pod:4236
26240 msgid ""
26241 "This displays the disk geometry of C<device> read from the partition table.  "
26242 "Especially in the case where the underlying block device has been resized, "
26243 "this can be different from the kernel's idea of the geometry (see "
26244 "L</sfdisk-kernel-geometry>)."
26245 msgstr ""
26246
26247 #. type: =head2
26248 #: ../fish/guestfish-actions.pod:4244
26249 msgid "sfdisk-kernel-geometry"
26250 msgstr ""
26251
26252 #. type: verbatim
26253 #: ../fish/guestfish-actions.pod:4246
26254 #, no-wrap
26255 msgid ""
26256 " sfdisk-kernel-geometry device\n"
26257 "\n"
26258 msgstr ""
26259
26260 #. type: =head2
26261 #: ../fish/guestfish-actions.pod:4253
26262 msgid "sfdisk-l"
26263 msgstr ""
26264
26265 #. type: verbatim
26266 #: ../fish/guestfish-actions.pod:4255
26267 #, no-wrap
26268 msgid ""
26269 " sfdisk-l device\n"
26270 "\n"
26271 msgstr ""
26272
26273 #. type: textblock
26274 #: ../fish/guestfish-actions.pod:4261
26275 msgid "See also: L</part-list>"
26276 msgstr ""
26277
26278 #. type: =head2
26279 #: ../fish/guestfish-actions.pod:4270
26280 msgid "sh"
26281 msgstr ""
26282
26283 #. type: verbatim
26284 #: ../fish/guestfish-actions.pod:4272
26285 #, no-wrap
26286 msgid ""
26287 " sh command\n"
26288 "\n"
26289 msgstr ""
26290
26291 #. type: textblock
26292 #: ../fish/guestfish-actions.pod:4277
26293 msgid "This is like L</command>, but passes the command to:"
26294 msgstr ""
26295
26296 #. type: textblock
26297 #: ../fish/guestfish-actions.pod:4285
26298 msgid "All the provisos about L</command> apply to this call."
26299 msgstr ""
26300
26301 #. type: =head2
26302 #: ../fish/guestfish-actions.pod:4287
26303 msgid "sh-lines"
26304 msgstr ""
26305
26306 #. type: verbatim
26307 #: ../fish/guestfish-actions.pod:4289
26308 #, no-wrap
26309 msgid ""
26310 " sh-lines command\n"
26311 "\n"
26312 msgstr ""
26313
26314 #. type: textblock
26315 #: ../fish/guestfish-actions.pod:4291
26316 msgid "This is the same as L</sh>, but splits the result into a list of lines."
26317 msgstr ""
26318
26319 #. type: textblock
26320 #: ../fish/guestfish-actions.pod:4294
26321 msgid "See also: L</command-lines>"
26322 msgstr ""
26323
26324 #. type: =head2
26325 #: ../fish/guestfish-actions.pod:4296
26326 msgid "sleep"
26327 msgstr ""
26328
26329 #. type: verbatim
26330 #: ../fish/guestfish-actions.pod:4298
26331 #, no-wrap
26332 msgid ""
26333 " sleep secs\n"
26334 "\n"
26335 msgstr ""
26336
26337 #. type: =head2
26338 #: ../fish/guestfish-actions.pod:4302
26339 msgid "stat"
26340 msgstr ""
26341
26342 #. type: verbatim
26343 #: ../fish/guestfish-actions.pod:4304
26344 #, no-wrap
26345 msgid ""
26346 " stat path\n"
26347 "\n"
26348 msgstr ""
26349
26350 #. type: =head2
26351 #: ../fish/guestfish-actions.pod:4310
26352 msgid "statvfs"
26353 msgstr ""
26354
26355 #. type: verbatim
26356 #: ../fish/guestfish-actions.pod:4312
26357 #, no-wrap
26358 msgid ""
26359 " statvfs path\n"
26360 "\n"
26361 msgstr ""
26362
26363 #. type: =head2
26364 #: ../fish/guestfish-actions.pod:4320
26365 msgid "strings"
26366 msgstr ""
26367
26368 #. type: verbatim
26369 #: ../fish/guestfish-actions.pod:4322
26370 #, no-wrap
26371 msgid ""
26372 " strings path\n"
26373 "\n"
26374 msgstr ""
26375
26376 #. type: =head2
26377 #: ../fish/guestfish-actions.pod:4330
26378 msgid "strings-e"
26379 msgstr ""
26380
26381 #. type: verbatim
26382 #: ../fish/guestfish-actions.pod:4332
26383 #, no-wrap
26384 msgid ""
26385 " strings-e encoding path\n"
26386 "\n"
26387 msgstr ""
26388
26389 #. type: textblock
26390 #: ../fish/guestfish-actions.pod:4334
26391 msgid ""
26392 "This is like the L</strings> command, but allows you to specify the encoding "
26393 "of strings that are looked for in the source file C<path>."
26394 msgstr ""
26395
26396 #. type: textblock
26397 #: ../fish/guestfish-actions.pod:4344
26398 msgid ""
26399 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
26400 "ISO-8859-X (this is what L</strings> uses)."
26401 msgstr ""
26402
26403 #. type: =head2
26404 #: ../fish/guestfish-actions.pod:4376
26405 msgid "swapoff-device"
26406 msgstr ""
26407
26408 #. type: verbatim
26409 #: ../fish/guestfish-actions.pod:4378
26410 #, no-wrap
26411 msgid ""
26412 " swapoff-device device\n"
26413 "\n"
26414 msgstr ""
26415
26416 #. type: textblock
26417 #: ../fish/guestfish-actions.pod:4380
26418 msgid ""
26419 "This command disables the libguestfs appliance swap device or partition "
26420 "named C<device>.  See L</swapon-device>."
26421 msgstr ""
26422
26423 #. type: =head2
26424 #: ../fish/guestfish-actions.pod:4384
26425 msgid "swapoff-file"
26426 msgstr ""
26427
26428 #. type: verbatim
26429 #: ../fish/guestfish-actions.pod:4386
26430 #, no-wrap
26431 msgid ""
26432 " swapoff-file file\n"
26433 "\n"
26434 msgstr ""
26435
26436 #. type: =head2
26437 #: ../fish/guestfish-actions.pod:4390
26438 msgid "swapoff-label"
26439 msgstr ""
26440
26441 #. type: verbatim
26442 #: ../fish/guestfish-actions.pod:4392
26443 #, no-wrap
26444 msgid ""
26445 " swapoff-label label\n"
26446 "\n"
26447 msgstr ""
26448
26449 #. type: =head2
26450 #: ../fish/guestfish-actions.pod:4397
26451 msgid "swapoff-uuid"
26452 msgstr ""
26453
26454 #. type: verbatim
26455 #: ../fish/guestfish-actions.pod:4399
26456 #, no-wrap
26457 msgid ""
26458 " swapoff-uuid uuid\n"
26459 "\n"
26460 msgstr ""
26461
26462 #. type: =head2
26463 #: ../fish/guestfish-actions.pod:4404
26464 msgid "swapon-device"
26465 msgstr ""
26466
26467 #. type: verbatim
26468 #: ../fish/guestfish-actions.pod:4406
26469 #, no-wrap
26470 msgid ""
26471 " swapon-device device\n"
26472 "\n"
26473 msgstr ""
26474
26475 #. type: textblock
26476 #: ../fish/guestfish-actions.pod:4408
26477 msgid ""
26478 "This command enables the libguestfs appliance to use the swap device or "
26479 "partition named C<device>.  The increased memory is made available for all "
26480 "commands, for example those run using L</command> or L</sh>."
26481 msgstr ""
26482
26483 #. type: =head2
26484 #: ../fish/guestfish-actions.pod:4420
26485 msgid "swapon-file"
26486 msgstr ""
26487
26488 #. type: verbatim
26489 #: ../fish/guestfish-actions.pod:4422
26490 #, no-wrap
26491 msgid ""
26492 " swapon-file file\n"
26493 "\n"
26494 msgstr ""
26495
26496 #. type: textblock
26497 #: ../fish/guestfish-actions.pod:4424
26498 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
26499 msgstr ""
26500
26501 #. type: =head2
26502 #: ../fish/guestfish-actions.pod:4427
26503 msgid "swapon-label"
26504 msgstr ""
26505
26506 #. type: verbatim
26507 #: ../fish/guestfish-actions.pod:4429
26508 #, no-wrap
26509 msgid ""
26510 " swapon-label label\n"
26511 "\n"
26512 msgstr ""
26513
26514 #. type: textblock
26515 #: ../fish/guestfish-actions.pod:4431
26516 msgid ""
26517 "This command enables swap to a labeled swap partition.  See "
26518 "L</swapon-device> for other notes."
26519 msgstr ""
26520
26521 #. type: =head2
26522 #: ../fish/guestfish-actions.pod:4434
26523 msgid "swapon-uuid"
26524 msgstr ""
26525
26526 #. type: verbatim
26527 #: ../fish/guestfish-actions.pod:4436
26528 #, no-wrap
26529 msgid ""
26530 " swapon-uuid uuid\n"
26531 "\n"
26532 msgstr ""
26533
26534 #. type: textblock
26535 #: ../fish/guestfish-actions.pod:4438
26536 msgid ""
26537 "This command enables swap to a swap partition with the given UUID.  See "
26538 "L</swapon-device> for other notes."
26539 msgstr ""
26540
26541 #. type: =head2
26542 #: ../fish/guestfish-actions.pod:4441
26543 msgid "sync"
26544 msgstr ""
26545
26546 #. type: verbatim
26547 #: ../fish/guestfish-actions.pod:4443
26548 #, no-wrap
26549 msgid ""
26550 " sync\n"
26551 "\n"
26552 msgstr ""
26553
26554 #. type: =head2
26555 #: ../fish/guestfish-actions.pod:4451
26556 msgid "tail"
26557 msgstr ""
26558
26559 #. type: verbatim
26560 #: ../fish/guestfish-actions.pod:4453
26561 #, no-wrap
26562 msgid ""
26563 " tail path\n"
26564 "\n"
26565 msgstr ""
26566
26567 #. type: =head2
26568 #: ../fish/guestfish-actions.pod:4461
26569 msgid "tail-n"
26570 msgstr ""
26571
26572 #. type: verbatim
26573 #: ../fish/guestfish-actions.pod:4463
26574 #, no-wrap
26575 msgid ""
26576 " tail-n nrlines path\n"
26577 "\n"
26578 msgstr ""
26579
26580 #. type: =head2
26581 #: ../fish/guestfish-actions.pod:4476
26582 msgid "tar-in"
26583 msgstr ""
26584
26585 #. type: verbatim
26586 #: ../fish/guestfish-actions.pod:4478
26587 #, no-wrap
26588 msgid ""
26589 " tar-in (tarfile|-) directory\n"
26590 "\n"
26591 msgstr ""
26592
26593 #. type: textblock
26594 #: ../fish/guestfish-actions.pod:4483
26595 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
26596 msgstr ""
26597
26598 #. type: =head2
26599 #: ../fish/guestfish-actions.pod:4488
26600 msgid "tar-out"
26601 msgstr ""
26602
26603 #. type: verbatim
26604 #: ../fish/guestfish-actions.pod:4490
26605 #, no-wrap
26606 msgid ""
26607 " tar-out directory (tarfile|-)\n"
26608 "\n"
26609 msgstr ""
26610
26611 #. type: textblock
26612 #: ../fish/guestfish-actions.pod:4495
26613 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
26614 msgstr ""
26615
26616 #. type: =head2
26617 #: ../fish/guestfish-actions.pod:4500
26618 msgid "tgz-in"
26619 msgstr ""
26620
26621 #. type: verbatim
26622 #: ../fish/guestfish-actions.pod:4502
26623 #, no-wrap
26624 msgid ""
26625 " tgz-in (tarball|-) directory\n"
26626 "\n"
26627 msgstr ""
26628
26629 #. type: textblock
26630 #: ../fish/guestfish-actions.pod:4507
26631 msgid "To upload an uncompressed tarball, use L</tar-in>."
26632 msgstr ""
26633
26634 #. type: =head2
26635 #: ../fish/guestfish-actions.pod:4511
26636 msgid "tgz-out"
26637 msgstr ""
26638
26639 #. type: verbatim
26640 #: ../fish/guestfish-actions.pod:4513
26641 #, no-wrap
26642 msgid ""
26643 " tgz-out directory (tarball|-)\n"
26644 "\n"
26645 msgstr ""
26646
26647 #. type: textblock
26648 #: ../fish/guestfish-actions.pod:4518
26649 msgid "To download an uncompressed tarball, use L</tar-out>."
26650 msgstr ""
26651
26652 #. type: =head2
26653 #: ../fish/guestfish-actions.pod:4522
26654 msgid "touch"
26655 msgstr ""
26656
26657 #. type: verbatim
26658 #: ../fish/guestfish-actions.pod:4524
26659 #, no-wrap
26660 msgid ""
26661 " touch path\n"
26662 "\n"
26663 msgstr ""
26664
26665 #. type: =head2
26666 #: ../fish/guestfish-actions.pod:4533
26667 msgid "truncate"
26668 msgstr ""
26669
26670 #. type: verbatim
26671 #: ../fish/guestfish-actions.pod:4535
26672 #, no-wrap
26673 msgid ""
26674 " truncate path\n"
26675 "\n"
26676 msgstr ""
26677
26678 #. type: =head2
26679 #: ../fish/guestfish-actions.pod:4540
26680 msgid "truncate-size"
26681 msgstr ""
26682
26683 #. type: verbatim
26684 #: ../fish/guestfish-actions.pod:4542
26685 #, no-wrap
26686 msgid ""
26687 " truncate-size path size\n"
26688 "\n"
26689 msgstr ""
26690
26691 #. type: textblock
26692 #: ../fish/guestfish-actions.pod:4547
26693 msgid ""
26694 "If the current file size is less than C<size> then the file is extended to "
26695 "the required size with zero bytes.  This creates a sparse file (ie. disk "
26696 "blocks are not allocated for the file until you write to it).  To create a "
26697 "non-sparse file of zeroes, use L</fallocate64> instead."
26698 msgstr ""
26699
26700 #. type: =head2
26701 #: ../fish/guestfish-actions.pod:4553
26702 msgid "tune2fs-l"
26703 msgstr ""
26704
26705 #. type: verbatim
26706 #: ../fish/guestfish-actions.pod:4555
26707 #, no-wrap
26708 msgid ""
26709 " tune2fs-l device\n"
26710 "\n"
26711 msgstr ""
26712
26713 #. type: =head2
26714 #: ../fish/guestfish-actions.pod:4565
26715 msgid "txz-in"
26716 msgstr ""
26717
26718 #. type: verbatim
26719 #: ../fish/guestfish-actions.pod:4567
26720 #, no-wrap
26721 msgid ""
26722 " txz-in (tarball|-) directory\n"
26723 "\n"
26724 msgstr ""
26725
26726 #. type: =head2
26727 #: ../fish/guestfish-actions.pod:4574
26728 msgid "txz-out"
26729 msgstr ""
26730
26731 #. type: verbatim
26732 #: ../fish/guestfish-actions.pod:4576
26733 #, no-wrap
26734 msgid ""
26735 " txz-out directory (tarball|-)\n"
26736 "\n"
26737 msgstr ""
26738
26739 #. type: =head2
26740 #: ../fish/guestfish-actions.pod:4583
26741 msgid "umask"
26742 msgstr ""
26743
26744 #. type: verbatim
26745 #: ../fish/guestfish-actions.pod:4585
26746 #, no-wrap
26747 msgid ""
26748 " umask mask\n"
26749 "\n"
26750 msgstr ""
26751
26752 #. type: textblock
26753 #: ../fish/guestfish-actions.pod:4599
26754 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
26755 msgstr ""
26756
26757 #. type: =head2
26758 #: ../fish/guestfish-actions.pod:4604
26759 msgid "umount"
26760 msgstr ""
26761
26762 #. type: =head2
26763 #: ../fish/guestfish-actions.pod:4606
26764 msgid "unmount"
26765 msgstr ""
26766
26767 #. type: verbatim
26768 #: ../fish/guestfish-actions.pod:4608
26769 #, no-wrap
26770 msgid ""
26771 " umount pathordevice\n"
26772 "\n"
26773 msgstr ""
26774
26775 #. type: =head2
26776 #: ../fish/guestfish-actions.pod:4614
26777 msgid "umount-all"
26778 msgstr ""
26779
26780 #. type: =head2
26781 #: ../fish/guestfish-actions.pod:4616
26782 msgid "unmount-all"
26783 msgstr ""
26784
26785 #. type: verbatim
26786 #: ../fish/guestfish-actions.pod:4618
26787 #, no-wrap
26788 msgid ""
26789 " umount-all\n"
26790 "\n"
26791 msgstr ""
26792
26793 #. type: =head2
26794 #: ../fish/guestfish-actions.pod:4624
26795 msgid "upload"
26796 msgstr ""
26797
26798 #. type: verbatim
26799 #: ../fish/guestfish-actions.pod:4626
26800 #, no-wrap
26801 msgid ""
26802 " upload (filename|-) remotefilename\n"
26803 "\n"
26804 msgstr ""
26805
26806 #. type: textblock
26807 #: ../fish/guestfish-actions.pod:4633
26808 msgid "See also L</download>."
26809 msgstr ""
26810
26811 #. type: =head2
26812 #: ../fish/guestfish-actions.pod:4637
26813 msgid "upload-offset"
26814 msgstr ""
26815
26816 #. type: verbatim
26817 #: ../fish/guestfish-actions.pod:4639
26818 #, no-wrap
26819 msgid ""
26820 " upload-offset (filename|-) remotefilename offset\n"
26821 "\n"
26822 msgstr ""
26823
26824 #. type: textblock
26825 #: ../fish/guestfish-actions.pod:4651
26826 msgid ""
26827 "Note that there is no limit on the amount of data that can be uploaded with "
26828 "this call, unlike with L</pwrite>, and this call always writes the full "
26829 "amount unless an error occurs."
26830 msgstr ""
26831
26832 #. type: textblock
26833 #: ../fish/guestfish-actions.pod:4656
26834 msgid "See also L</upload>, L</pwrite>."
26835 msgstr ""
26836
26837 #. type: =head2
26838 #: ../fish/guestfish-actions.pod:4660
26839 msgid "utimens"
26840 msgstr ""
26841
26842 #. type: verbatim
26843 #: ../fish/guestfish-actions.pod:4662
26844 #, no-wrap
26845 msgid ""
26846 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
26847 "\n"
26848 msgstr ""
26849
26850 #. type: =head2
26851 #: ../fish/guestfish-actions.pod:4681
26852 msgid "version"
26853 msgstr ""
26854
26855 #. type: verbatim
26856 #: ../fish/guestfish-actions.pod:4683
26857 #, no-wrap
26858 msgid ""
26859 " version\n"
26860 "\n"
26861 msgstr ""
26862
26863 #. type: textblock
26864 #: ../fish/guestfish-actions.pod:4710
26865 msgid ""
26866 "I<Note:> Don't use this call to test for availability of features.  In "
26867 "enterprise distributions we backport features from later versions into "
26868 "earlier versions, making this an unreliable way to test for features.  Use "
26869 "L</available> instead."
26870 msgstr ""
26871
26872 #. type: =head2
26873 #: ../fish/guestfish-actions.pod:4716
26874 msgid "vfs-label"
26875 msgstr ""
26876
26877 #. type: verbatim
26878 #: ../fish/guestfish-actions.pod:4718
26879 #, no-wrap
26880 msgid ""
26881 " vfs-label device\n"
26882 "\n"
26883 msgstr ""
26884
26885 #. type: textblock
26886 #: ../fish/guestfish-actions.pod:4725
26887 msgid "To find a filesystem from the label, use L</findfs-label>."
26888 msgstr ""
26889
26890 #. type: =head2
26891 #: ../fish/guestfish-actions.pod:4727
26892 msgid "vfs-type"
26893 msgstr ""
26894
26895 #. type: verbatim
26896 #: ../fish/guestfish-actions.pod:4729
26897 #, no-wrap
26898 msgid ""
26899 " vfs-type device\n"
26900 "\n"
26901 msgstr ""
26902
26903 #. type: =head2
26904 #: ../fish/guestfish-actions.pod:4739
26905 msgid "vfs-uuid"
26906 msgstr ""
26907
26908 #. type: verbatim
26909 #: ../fish/guestfish-actions.pod:4741
26910 #, no-wrap
26911 msgid ""
26912 " vfs-uuid device\n"
26913 "\n"
26914 msgstr ""
26915
26916 #. type: textblock
26917 #: ../fish/guestfish-actions.pod:4748
26918 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
26919 msgstr ""
26920
26921 #. type: =head2
26922 #: ../fish/guestfish-actions.pod:4750
26923 msgid "vg-activate"
26924 msgstr ""
26925
26926 #. type: verbatim
26927 #: ../fish/guestfish-actions.pod:4752
26928 #, no-wrap
26929 msgid ""
26930 " vg-activate true|false 'volgroups ...'\n"
26931 "\n"
26932 msgstr ""
26933
26934 #. type: =head2
26935 #: ../fish/guestfish-actions.pod:4765
26936 msgid "vg-activate-all"
26937 msgstr ""
26938
26939 #. type: verbatim
26940 #: ../fish/guestfish-actions.pod:4767
26941 #, no-wrap
26942 msgid ""
26943 " vg-activate-all true|false\n"
26944 "\n"
26945 msgstr ""
26946
26947 #. type: =head2
26948 #: ../fish/guestfish-actions.pod:4777
26949 msgid "vgcreate"
26950 msgstr ""
26951
26952 #. type: verbatim
26953 #: ../fish/guestfish-actions.pod:4779
26954 #, no-wrap
26955 msgid ""
26956 " vgcreate volgroup 'physvols ...'\n"
26957 "\n"
26958 msgstr ""
26959
26960 #. type: =head2
26961 #: ../fish/guestfish-actions.pod:4784
26962 msgid "vglvuuids"
26963 msgstr ""
26964
26965 #. type: verbatim
26966 #: ../fish/guestfish-actions.pod:4786
26967 #, no-wrap
26968 msgid ""
26969 " vglvuuids vgname\n"
26970 "\n"
26971 msgstr ""
26972
26973 #. type: textblock
26974 #: ../fish/guestfish-actions.pod:4791
26975 msgid ""
26976 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
26977 "logical volumes and volume groups."
26978 msgstr ""
26979
26980 #. type: textblock
26981 #: ../fish/guestfish-actions.pod:4794
26982 msgid "See also L</vgpvuuids>."
26983 msgstr ""
26984
26985 #. type: =head2
26986 #: ../fish/guestfish-actions.pod:4796
26987 msgid "vgpvuuids"
26988 msgstr ""
26989
26990 #. type: verbatim
26991 #: ../fish/guestfish-actions.pod:4798
26992 #, no-wrap
26993 msgid ""
26994 " vgpvuuids vgname\n"
26995 "\n"
26996 msgstr ""
26997
26998 #. type: textblock
26999 #: ../fish/guestfish-actions.pod:4803
27000 msgid ""
27001 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
27002 "physical volumes and volume groups."
27003 msgstr ""
27004
27005 #. type: textblock
27006 #: ../fish/guestfish-actions.pod:4806
27007 msgid "See also L</vglvuuids>."
27008 msgstr ""
27009
27010 #. type: =head2
27011 #: ../fish/guestfish-actions.pod:4808
27012 msgid "vgremove"
27013 msgstr ""
27014
27015 #. type: verbatim
27016 #: ../fish/guestfish-actions.pod:4810
27017 #, no-wrap
27018 msgid ""
27019 " vgremove vgname\n"
27020 "\n"
27021 msgstr ""
27022
27023 #. type: =head2
27024 #: ../fish/guestfish-actions.pod:4817
27025 msgid "vgrename"
27026 msgstr ""
27027
27028 #. type: verbatim
27029 #: ../fish/guestfish-actions.pod:4819
27030 #, no-wrap
27031 msgid ""
27032 " vgrename volgroup newvolgroup\n"
27033 "\n"
27034 msgstr ""
27035
27036 #. type: =head2
27037 #: ../fish/guestfish-actions.pod:4823
27038 msgid "vgs"
27039 msgstr ""
27040
27041 #. type: verbatim
27042 #: ../fish/guestfish-actions.pod:4825
27043 #, no-wrap
27044 msgid ""
27045 " vgs\n"
27046 "\n"
27047 msgstr ""
27048
27049 #. type: textblock
27050 #: ../fish/guestfish-actions.pod:4833
27051 msgid "See also L</vgs-full>."
27052 msgstr ""
27053
27054 #. type: =head2
27055 #: ../fish/guestfish-actions.pod:4835
27056 msgid "vgs-full"
27057 msgstr ""
27058
27059 #. type: verbatim
27060 #: ../fish/guestfish-actions.pod:4837
27061 #, no-wrap
27062 msgid ""
27063 " vgs-full\n"
27064 "\n"
27065 msgstr ""
27066
27067 #. type: =head2
27068 #: ../fish/guestfish-actions.pod:4842
27069 msgid "vgscan"
27070 msgstr ""
27071
27072 #. type: verbatim
27073 #: ../fish/guestfish-actions.pod:4844
27074 #, no-wrap
27075 msgid ""
27076 " vgscan\n"
27077 "\n"
27078 msgstr ""
27079
27080 #. type: =head2
27081 #: ../fish/guestfish-actions.pod:4849
27082 msgid "vguuid"
27083 msgstr ""
27084
27085 #. type: verbatim
27086 #: ../fish/guestfish-actions.pod:4851
27087 #, no-wrap
27088 msgid ""
27089 " vguuid vgname\n"
27090 "\n"
27091 msgstr ""
27092
27093 #. type: =head2
27094 #: ../fish/guestfish-actions.pod:4855
27095 msgid "wc-c"
27096 msgstr ""
27097
27098 #. type: verbatim
27099 #: ../fish/guestfish-actions.pod:4857
27100 #, no-wrap
27101 msgid ""
27102 " wc-c path\n"
27103 "\n"
27104 msgstr ""
27105
27106 #. type: =head2
27107 #: ../fish/guestfish-actions.pod:4862
27108 msgid "wc-l"
27109 msgstr ""
27110
27111 #. type: verbatim
27112 #: ../fish/guestfish-actions.pod:4864
27113 #, no-wrap
27114 msgid ""
27115 " wc-l path\n"
27116 "\n"
27117 msgstr ""
27118
27119 #. type: =head2
27120 #: ../fish/guestfish-actions.pod:4869
27121 msgid "wc-w"
27122 msgstr ""
27123
27124 #. type: verbatim
27125 #: ../fish/guestfish-actions.pod:4871
27126 #, no-wrap
27127 msgid ""
27128 " wc-w path\n"
27129 "\n"
27130 msgstr ""
27131
27132 #. type: =head2
27133 #: ../fish/guestfish-actions.pod:4876
27134 msgid "write"
27135 msgstr ""
27136
27137 #. type: verbatim
27138 #: ../fish/guestfish-actions.pod:4878
27139 #, no-wrap
27140 msgid ""
27141 " write path content\n"
27142 "\n"
27143 msgstr ""
27144
27145 #. type: =head2
27146 #: ../fish/guestfish-actions.pod:4886
27147 msgid "write-file"
27148 msgstr ""
27149
27150 #. type: verbatim
27151 #: ../fish/guestfish-actions.pod:4888
27152 #, no-wrap
27153 msgid ""
27154 " write-file path content size\n"
27155 "\n"
27156 msgstr ""
27157
27158 #. type: =head2
27159 #: ../fish/guestfish-actions.pod:4911
27160 msgid "zegrep"
27161 msgstr ""
27162
27163 #. type: verbatim
27164 #: ../fish/guestfish-actions.pod:4913
27165 #, no-wrap
27166 msgid ""
27167 " zegrep regex path\n"
27168 "\n"
27169 msgstr ""
27170
27171 #. type: =head2
27172 #: ../fish/guestfish-actions.pod:4921
27173 msgid "zegrepi"
27174 msgstr ""
27175
27176 #. type: verbatim
27177 #: ../fish/guestfish-actions.pod:4923
27178 #, no-wrap
27179 msgid ""
27180 " zegrepi regex path\n"
27181 "\n"
27182 msgstr ""
27183
27184 #. type: =head2
27185 #: ../fish/guestfish-actions.pod:4931
27186 msgid "zero"
27187 msgstr ""
27188
27189 #. type: verbatim
27190 #: ../fish/guestfish-actions.pod:4933
27191 #, no-wrap
27192 msgid ""
27193 " zero device\n"
27194 "\n"
27195 msgstr ""
27196
27197 #. type: textblock
27198 #: ../fish/guestfish-actions.pod:4941
27199 msgid "See also: L</zero-device>, L</scrub-device>."
27200 msgstr ""
27201
27202 #. type: =head2
27203 #: ../fish/guestfish-actions.pod:4943
27204 msgid "zero-device"
27205 msgstr ""
27206
27207 #. type: verbatim
27208 #: ../fish/guestfish-actions.pod:4945
27209 #, no-wrap
27210 msgid ""
27211 " zero-device device\n"
27212 "\n"
27213 msgstr ""
27214
27215 #. type: textblock
27216 #: ../fish/guestfish-actions.pod:4947
27217 msgid ""
27218 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
27219 "which just zeroes the first few blocks of a device."
27220 msgstr ""
27221
27222 #. type: =head2
27223 #: ../fish/guestfish-actions.pod:4954
27224 msgid "zerofree"
27225 msgstr ""
27226
27227 #. type: verbatim
27228 #: ../fish/guestfish-actions.pod:4956
27229 #, no-wrap
27230 msgid ""
27231 " zerofree device\n"
27232 "\n"
27233 msgstr ""
27234
27235 #. type: =head2
27236 #: ../fish/guestfish-actions.pod:4969
27237 msgid "zfgrep"
27238 msgstr ""
27239
27240 #. type: verbatim
27241 #: ../fish/guestfish-actions.pod:4971
27242 #, no-wrap
27243 msgid ""
27244 " zfgrep pattern path\n"
27245 "\n"
27246 msgstr ""
27247
27248 #. type: =head2
27249 #: ../fish/guestfish-actions.pod:4979
27250 msgid "zfgrepi"
27251 msgstr ""
27252
27253 #. type: verbatim
27254 #: ../fish/guestfish-actions.pod:4981
27255 #, no-wrap
27256 msgid ""
27257 " zfgrepi pattern path\n"
27258 "\n"
27259 msgstr ""
27260
27261 #. type: =head2
27262 #: ../fish/guestfish-actions.pod:4989
27263 msgid "zfile"
27264 msgstr ""
27265
27266 #. type: verbatim
27267 #: ../fish/guestfish-actions.pod:4991
27268 #, no-wrap
27269 msgid ""
27270 " zfile meth path\n"
27271 "\n"
27272 msgstr ""
27273
27274 #. type: textblock
27275 #: ../fish/guestfish-actions.pod:4998
27276 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
27277 msgstr ""
27278
27279 #. type: =head2
27280 #: ../fish/guestfish-actions.pod:5008
27281 msgid "zgrep"
27282 msgstr ""
27283
27284 #. type: verbatim
27285 #: ../fish/guestfish-actions.pod:5010
27286 #, no-wrap
27287 msgid ""
27288 " zgrep regex path\n"
27289 "\n"
27290 msgstr ""
27291
27292 #. type: =head2
27293 #: ../fish/guestfish-actions.pod:5018
27294 msgid "zgrepi"
27295 msgstr ""
27296
27297 #. type: verbatim
27298 #: ../fish/guestfish-actions.pod:5020
27299 #, no-wrap
27300 msgid ""
27301 " zgrepi regex path\n"
27302 "\n"
27303 msgstr ""
27304
27305 #. type: =head2
27306 #: ../fish/guestfish-commands.pod:1
27307 msgid "alloc"
27308 msgstr ""
27309
27310 #. type: =head2
27311 #: ../fish/guestfish-commands.pod:3
27312 msgid "allocate"
27313 msgstr ""
27314
27315 #. type: verbatim
27316 #: ../fish/guestfish-commands.pod:5
27317 #, no-wrap
27318 msgid ""
27319 " alloc filename size\n"
27320 "\n"
27321 msgstr ""
27322
27323 #. type: textblock
27324 #: ../fish/guestfish-commands.pod:7
27325 msgid ""
27326 "This creates an empty (zeroed) file of the given size, and then adds so it "
27327 "can be further examined."
27328 msgstr ""
27329
27330 #. type: textblock
27331 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
27332 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
27333 msgstr ""
27334
27335 #. type: textblock
27336 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
27337 msgid "Size can be specified using standard suffixes, eg. C<1M>."
27338 msgstr ""
27339
27340 #. type: textblock
27341 #: ../fish/guestfish-commands.pod:14
27342 msgid ""
27343 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
27344 "image, see L</PREPARED DISK IMAGES>."
27345 msgstr ""
27346
27347 #. type: =head2
27348 #: ../fish/guestfish-commands.pod:17
27349 msgid "copy-in"
27350 msgstr ""
27351
27352 #. type: verbatim
27353 #: ../fish/guestfish-commands.pod:19
27354 #, no-wrap
27355 msgid ""
27356 " copy-in local [local ...] /remotedir\n"
27357 "\n"
27358 msgstr ""
27359
27360 #. type: textblock
27361 #: ../fish/guestfish-commands.pod:21
27362 msgid ""
27363 "C<copy-in> copies local files or directories recursively into the disk "
27364 "image, placing them in the directory called C</remotedir> (which must "
27365 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
27366 "other commands as necessary."
27367 msgstr ""
27368
27369 #. type: textblock
27370 #: ../fish/guestfish-commands.pod:26
27371 msgid ""
27372 "Multiple local files and directories can be specified, but the last "
27373 "parameter must always be a remote directory.  Wildcards cannot be used."
27374 msgstr ""
27375
27376 #. type: =head2
27377 #: ../fish/guestfish-commands.pod:30
27378 msgid "copy-out"
27379 msgstr ""
27380
27381 #. type: verbatim
27382 #: ../fish/guestfish-commands.pod:32
27383 #, no-wrap
27384 msgid ""
27385 " copy-out remote [remote ...] localdir\n"
27386 "\n"
27387 msgstr ""
27388
27389 #. type: textblock
27390 #: ../fish/guestfish-commands.pod:34
27391 msgid ""
27392 "C<copy-out> copies remote files or directories recursively out of the disk "
27393 "image, placing them on the host disk in a local directory called C<localdir> "
27394 "(which must exist).  This guestfish meta-command turns into a sequence of "
27395 "L</download>, L</tar-out> and other commands as necessary."
27396 msgstr ""
27397
27398 #. type: textblock
27399 #: ../fish/guestfish-commands.pod:40
27400 msgid ""
27401 "Multiple remote files and directories can be specified, but the last "
27402 "parameter must always be a local directory.  To download to the current "
27403 "directory, use C<.> as in:"
27404 msgstr ""
27405
27406 #. type: verbatim
27407 #: ../fish/guestfish-commands.pod:44
27408 #, no-wrap
27409 msgid ""
27410 " copy-out /home .\n"
27411 "\n"
27412 msgstr ""
27413
27414 #. type: textblock
27415 #: ../fish/guestfish-commands.pod:46
27416 msgid ""
27417 "Wildcards cannot be used in the ordinary command, but you can use them with "
27418 "the help of L</glob> like this:"
27419 msgstr ""
27420
27421 #. type: verbatim
27422 #: ../fish/guestfish-commands.pod:49
27423 #, no-wrap
27424 msgid ""
27425 " glob copy-out /home/* .\n"
27426 "\n"
27427 msgstr ""
27428
27429 #. type: =head2
27430 #: ../fish/guestfish-commands.pod:51
27431 msgid "echo"
27432 msgstr ""
27433
27434 #. type: verbatim
27435 #: ../fish/guestfish-commands.pod:53
27436 #, no-wrap
27437 msgid ""
27438 " echo [params ...]\n"
27439 "\n"
27440 msgstr ""
27441
27442 #. type: textblock
27443 #: ../fish/guestfish-commands.pod:55
27444 msgid "This echos the parameters to the terminal."
27445 msgstr ""
27446
27447 #. type: =head2
27448 #: ../fish/guestfish-commands.pod:57
27449 msgid "edit"
27450 msgstr ""
27451
27452 #. type: =head2
27453 #: ../fish/guestfish-commands.pod:59
27454 msgid "vi"
27455 msgstr ""
27456
27457 #. type: =head2
27458 #: ../fish/guestfish-commands.pod:61
27459 msgid "emacs"
27460 msgstr ""
27461
27462 #. type: verbatim
27463 #: ../fish/guestfish-commands.pod:63
27464 #, no-wrap
27465 msgid ""
27466 " edit filename\n"
27467 "\n"
27468 msgstr ""
27469
27470 #. type: textblock
27471 #: ../fish/guestfish-commands.pod:65
27472 msgid ""
27473 "This is used to edit a file.  It downloads the file, edits it locally using "
27474 "your editor, then uploads the result."
27475 msgstr ""
27476
27477 #. type: textblock
27478 #: ../fish/guestfish-commands.pod:68
27479 msgid ""
27480 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
27481 "or C<emacs> you will get those corresponding editors."
27482 msgstr ""
27483
27484 #. type: =head2
27485 #: ../fish/guestfish-commands.pod:72
27486 msgid "glob"
27487 msgstr ""
27488
27489 #. type: verbatim
27490 #: ../fish/guestfish-commands.pod:74
27491 #, no-wrap
27492 msgid ""
27493 " glob command args...\n"
27494 "\n"
27495 msgstr ""
27496
27497 #. type: textblock
27498 #: ../fish/guestfish-commands.pod:76
27499 msgid ""
27500 "Expand wildcards in any paths in the args list, and run C<command> "
27501 "repeatedly on each matching path."
27502 msgstr ""
27503
27504 #. type: textblock
27505 #: ../fish/guestfish-commands.pod:79
27506 msgid "See L</WILDCARDS AND GLOBBING>."
27507 msgstr ""
27508
27509 #. type: =head2
27510 #: ../fish/guestfish-commands.pod:81
27511 msgid "hexedit"
27512 msgstr ""
27513
27514 #. type: verbatim
27515 #: ../fish/guestfish-commands.pod:83
27516 #, no-wrap
27517 msgid ""
27518 " hexedit <filename|device>\n"
27519 " hexedit <filename|device> <max>\n"
27520 " hexedit <filename|device> <start> <max>\n"
27521 "\n"
27522 msgstr ""
27523
27524 #. type: textblock
27525 #: ../fish/guestfish-commands.pod:87
27526 msgid ""
27527 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
27528 "device."
27529 msgstr ""
27530
27531 #. type: textblock
27532 #: ../fish/guestfish-commands.pod:90
27533 msgid ""
27534 "This command works by downloading potentially the whole file or device, "
27535 "editing it locally, then uploading it.  If the file or device is large, you "
27536 "have to specify which part you wish to edit by using C<max> and/or C<start> "
27537 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
27538 "usual modifiers allowed such as C<1M> (1 megabyte)."
27539 msgstr ""
27540
27541 #. type: textblock
27542 #: ../fish/guestfish-commands.pod:97
27543 msgid "For example to edit the first few sectors of a disk you might do:"
27544 msgstr ""
27545
27546 #. type: verbatim
27547 #: ../fish/guestfish-commands.pod:100
27548 #, no-wrap
27549 msgid ""
27550 " hexedit /dev/sda 1M\n"
27551 "\n"
27552 msgstr ""
27553
27554 #. type: textblock
27555 #: ../fish/guestfish-commands.pod:102
27556 msgid ""
27557 "which would allow you to edit anywhere within the first megabyte of the "
27558 "disk."
27559 msgstr ""
27560
27561 #. type: textblock
27562 #: ../fish/guestfish-commands.pod:105
27563 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
27564 msgstr ""
27565
27566 #. type: verbatim
27567 #: ../fish/guestfish-commands.pod:107
27568 #, no-wrap
27569 msgid ""
27570 " hexedit /dev/sda1 0x400 0x400\n"
27571 "\n"
27572 msgstr ""
27573
27574 #. type: textblock
27575 #: ../fish/guestfish-commands.pod:109
27576 msgid "(assuming the superblock is in the standard location)."
27577 msgstr ""
27578
27579 #. type: textblock
27580 #: ../fish/guestfish-commands.pod:111
27581 msgid ""
27582 "This command requires the external L<hexedit(1)> program.  You can specify "
27583 "another program to use by setting the C<HEXEDITOR> environment variable."
27584 msgstr ""
27585
27586 #. type: textblock
27587 #: ../fish/guestfish-commands.pod:115
27588 msgid "See also L</hexdump>."
27589 msgstr ""
27590
27591 #. type: =head2
27592 #: ../fish/guestfish-commands.pod:117
27593 msgid "lcd"
27594 msgstr ""
27595
27596 #. type: verbatim
27597 #: ../fish/guestfish-commands.pod:119
27598 #, no-wrap
27599 msgid ""
27600 " lcd directory\n"
27601 "\n"
27602 msgstr ""
27603
27604 #. type: textblock
27605 #: ../fish/guestfish-commands.pod:121
27606 msgid "Change the local directory, ie. the current directory of guestfish itself."
27607 msgstr ""
27608
27609 #. type: textblock
27610 #: ../fish/guestfish-commands.pod:124
27611 msgid "Note that C<!cd> won't do what you might expect."
27612 msgstr ""
27613
27614 #. type: =head2
27615 #: ../fish/guestfish-commands.pod:126
27616 msgid "man"
27617 msgstr ""
27618
27619 #. type: =head2
27620 #: ../fish/guestfish-commands.pod:128
27621 msgid "manual"
27622 msgstr ""
27623
27624 #. type: verbatim
27625 #: ../fish/guestfish-commands.pod:130
27626 #, no-wrap
27627 msgid ""
27628 "  man\n"
27629 "\n"
27630 msgstr ""
27631
27632 #. type: textblock
27633 #: ../fish/guestfish-commands.pod:132
27634 msgid "Opens the manual page for guestfish."
27635 msgstr ""
27636
27637 #. type: =head2
27638 #: ../fish/guestfish-commands.pod:134
27639 msgid "more"
27640 msgstr ""
27641
27642 #. type: =head2
27643 #: ../fish/guestfish-commands.pod:136
27644 msgid "less"
27645 msgstr ""
27646
27647 #. type: verbatim
27648 #: ../fish/guestfish-commands.pod:138
27649 #, no-wrap
27650 msgid ""
27651 " more filename\n"
27652 "\n"
27653 msgstr ""
27654
27655 #. type: verbatim
27656 #: ../fish/guestfish-commands.pod:140
27657 #, no-wrap
27658 msgid ""
27659 " less filename\n"
27660 "\n"
27661 msgstr ""
27662
27663 #. type: textblock
27664 #: ../fish/guestfish-commands.pod:142
27665 msgid "This is used to view a file."
27666 msgstr ""
27667
27668 #. type: textblock
27669 #: ../fish/guestfish-commands.pod:144
27670 msgid ""
27671 "The default viewer is C<$PAGER>.  However if you use the alternate command "
27672 "C<less> you will get the C<less> command specifically."
27673 msgstr ""
27674
27675 #. type: =head2
27676 #: ../fish/guestfish-commands.pod:147
27677 msgid "reopen"
27678 msgstr ""
27679
27680 #. type: verbatim
27681 #: ../fish/guestfish-commands.pod:149
27682 #, no-wrap
27683 msgid ""
27684 "  reopen\n"
27685 "\n"
27686 msgstr ""
27687
27688 #. type: textblock
27689 #: ../fish/guestfish-commands.pod:151
27690 msgid ""
27691 "Close and reopen the libguestfs handle.  It is not necessary to use this "
27692 "normally, because the handle is closed properly when guestfish exits.  "
27693 "However this is occasionally useful for testing."
27694 msgstr ""
27695
27696 #. type: =head2
27697 #: ../fish/guestfish-commands.pod:155
27698 msgid "sparse"
27699 msgstr ""
27700
27701 #. type: verbatim
27702 #: ../fish/guestfish-commands.pod:157
27703 #, no-wrap
27704 msgid ""
27705 " sparse filename size\n"
27706 "\n"
27707 msgstr ""
27708
27709 #. type: textblock
27710 #: ../fish/guestfish-commands.pod:159
27711 msgid ""
27712 "This creates an empty sparse file of the given size, and then adds so it can "
27713 "be further examined."
27714 msgstr ""
27715
27716 #. type: textblock
27717 #: ../fish/guestfish-commands.pod:162
27718 msgid ""
27719 "In all respects it works the same as the L</alloc> command, except that the "
27720 "image file is allocated sparsely, which means that disk blocks are not "
27721 "assigned to the file until they are needed.  Sparse disk files only use "
27722 "space when written to, but they are slower and there is a danger you could "
27723 "run out of real disk space during a write operation."
27724 msgstr ""
27725
27726 #. type: =head2
27727 #: ../fish/guestfish-commands.pod:172
27728 msgid "supported"
27729 msgstr ""
27730
27731 #. type: verbatim
27732 #: ../fish/guestfish-commands.pod:174
27733 #, no-wrap
27734 msgid ""
27735 " supported\n"
27736 "\n"
27737 msgstr ""
27738
27739 #. type: textblock
27740 #: ../fish/guestfish-commands.pod:176
27741 msgid ""
27742 "This command returns a list of the optional groups known to the daemon, and "
27743 "indicates which ones are supported by this build of the libguestfs "
27744 "appliance."
27745 msgstr ""
27746
27747 #. type: textblock
27748 #: ../fish/guestfish-commands.pod:180
27749 msgid "See also L<guestfs(3)/AVAILABILITY>."
27750 msgstr ""
27751
27752 #. type: =head2
27753 #: ../fish/guestfish-commands.pod:182
27754 msgid "time"
27755 msgstr ""
27756
27757 #. type: verbatim
27758 #: ../fish/guestfish-commands.pod:184
27759 #, no-wrap
27760 msgid ""
27761 " time command args...\n"
27762 "\n"
27763 msgstr ""
27764
27765 #. type: textblock
27766 #: ../fish/guestfish-commands.pod:186
27767 msgid ""
27768 "Run the command as usual, but print the elapsed time afterwards.  This can "
27769 "be useful for benchmarking operations."
27770 msgstr ""
27771
27772 #. type: textblock
27773 #: ../test-tool/libguestfs-test-tool.pod:5
27774 msgid "libguestfs-test-tool - End user tests for libguestfs"
27775 msgstr ""
27776
27777 #. type: verbatim
27778 #: ../test-tool/libguestfs-test-tool.pod:9
27779 #, no-wrap
27780 msgid ""
27781 " libguestfs-test-tool [--options]\n"
27782 "\n"
27783 msgstr ""
27784
27785 #. type: textblock
27786 #: ../test-tool/libguestfs-test-tool.pod:13
27787 msgid ""
27788 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
27789 "and developers, to allow them to check basic libguestfs functionality is "
27790 "working.  This is needed because libguestfs occasionally breaks for reasons "
27791 "beyond our control: usually because of changes in the underlying qemu or "
27792 "kernel packages, or the host environment."
27793 msgstr ""
27794
27795 #. type: textblock
27796 #: ../test-tool/libguestfs-test-tool.pod:20
27797 msgid "If you suspect a problem in libguestfs, then just run:"
27798 msgstr ""
27799
27800 #. type: verbatim
27801 #: ../test-tool/libguestfs-test-tool.pod:22
27802 #, no-wrap
27803 msgid ""
27804 " libguestfs-test-tool\n"
27805 "\n"
27806 msgstr ""
27807
27808 #. type: textblock
27809 #: ../test-tool/libguestfs-test-tool.pod:24
27810 msgid "It will print lots of diagnostic messages."
27811 msgstr ""
27812
27813 #. type: textblock
27814 #: ../test-tool/libguestfs-test-tool.pod:26
27815 msgid "If it runs to completion successfully, you will see this near the end:"
27816 msgstr ""
27817
27818 #. type: verbatim
27819 #: ../test-tool/libguestfs-test-tool.pod:28
27820 #, no-wrap
27821 msgid ""
27822 " ===== TEST FINISHED OK =====\n"
27823 "\n"
27824 msgstr ""
27825
27826 #. type: textblock
27827 #: ../test-tool/libguestfs-test-tool.pod:30
27828 msgid "and the test tool will exit with code 0."
27829 msgstr ""
27830
27831 #. type: textblock
27832 #: ../test-tool/libguestfs-test-tool.pod:32
27833 msgid ""
27834 "If it fails (and/or exits with non-zero error code), please paste the "
27835 "B<complete, unedited> output of the test tool into a bug report.  More "
27836 "information about reporting bugs can be found on the "
27837 "L<http://libguestfs.org/> website."
27838 msgstr ""
27839
27840 #. type: =item
27841 #: ../test-tool/libguestfs-test-tool.pod:41
27842 msgid "I<--help>"
27843 msgstr ""
27844
27845 #. type: textblock
27846 #: ../test-tool/libguestfs-test-tool.pod:43
27847 msgid "Display short usage information and exit."
27848 msgstr ""
27849
27850 #. type: =item
27851 #: ../test-tool/libguestfs-test-tool.pod:45
27852 msgid "I<--qemu qemu_binary>"
27853 msgstr ""
27854
27855 #. type: textblock
27856 #: ../test-tool/libguestfs-test-tool.pod:47
27857 msgid ""
27858 "If you have downloaded another qemu binary, point this option at the full "
27859 "path of the binary to try it."
27860 msgstr ""
27861
27862 #. type: =item
27863 #: ../test-tool/libguestfs-test-tool.pod:50
27864 msgid "I<--qemudir qemu_source_dir>"
27865 msgstr ""
27866
27867 #. type: textblock
27868 #: ../test-tool/libguestfs-test-tool.pod:52
27869 msgid ""
27870 "If you have compiled qemu from source, point this option at the source "
27871 "directory to try it."
27872 msgstr ""
27873
27874 #. type: =item
27875 #: ../test-tool/libguestfs-test-tool.pod:55
27876 msgid "I<--timeout N>"
27877 msgstr ""
27878
27879 #. type: textblock
27880 #: ../test-tool/libguestfs-test-tool.pod:57
27881 msgid ""
27882 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
27883 "does not usually need to be adjusted unless your machine is very slow."
27884 msgstr ""
27885
27886 #. type: =head1
27887 #: ../test-tool/libguestfs-test-tool.pod:63
27888 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
27889 msgstr ""
27890
27891 #. type: textblock
27892 #: ../test-tool/libguestfs-test-tool.pod:65
27893 msgid ""
27894 "If you have compiled another version of qemu from source and would like to "
27895 "try that, then you can use the I<--qemudir> option to point to the qemu "
27896 "source directory."
27897 msgstr ""
27898
27899 #. type: textblock
27900 #: ../test-tool/libguestfs-test-tool.pod:69
27901 msgid ""
27902 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
27903 "option to point to the binary."
27904 msgstr ""
27905
27906 #. type: textblock
27907 #: ../test-tool/libguestfs-test-tool.pod:72
27908 msgid ""
27909 "When using an alternate qemu with libguestfs, usually you would need to "
27910 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
27911 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
27912 "when you use either of the I<--qemudir> or I<--qemu> options."
27913 msgstr ""
27914
27915 #. type: textblock
27916 #: ../test-tool/libguestfs-test-tool.pod:79
27917 msgid ""
27918 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
27919 "I<1> if there was an error."
27920 msgstr ""
27921
27922 #. type: textblock
27923 #: ../test-tool/libguestfs-test-tool.pod:84
27924 msgid ""
27925 "For the full list of environment variables which may affect libguestfs, "
27926 "please see the L<guestfs(3)> manual page."
27927 msgstr ""
27928
27929 #. type: textblock
27930 #: ../test-tool/libguestfs-test-tool.pod:89
27931 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
27932 msgstr ""
27933
27934 #. type: textblock
27935 #: ../fuse/guestmount.pod:5
27936 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
27937 msgstr ""
27938
27939 #. type: verbatim
27940 #: ../fuse/guestmount.pod:9
27941 #, no-wrap
27942 msgid ""
27943 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
27944 "\n"
27945 msgstr ""
27946
27947 #. type: verbatim
27948 #: ../fuse/guestmount.pod:11
27949 #, no-wrap
27950 msgid ""
27951 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
27952 "\n"
27953 msgstr ""
27954
27955 #. type: verbatim
27956 #: ../fuse/guestmount.pod:13
27957 #, no-wrap
27958 msgid ""
27959 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
27960 "\n"
27961 msgstr ""
27962
27963 #. type: textblock
27964 #: ../fuse/guestmount.pod:17
27965 msgid ""
27966 "You must I<not> use C<guestmount> in read-write mode on live virtual "
27967 "machines.  If you do this, you risk disk corruption in the VM."
27968 msgstr ""
27969
27970 #. type: textblock
27971 #: ../fuse/guestmount.pod:22
27972 msgid ""
27973 "The guestmount program can be used to mount virtual machine filesystems and "
27974 "other disk images on the host.  It uses libguestfs for access to the guest "
27975 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
27976 "a mountable device."
27977 msgstr ""
27978
27979 #. type: textblock
27980 #: ../fuse/guestmount.pod:27
27981 msgid ""
27982 "Along with other options, you have to give at least one device (I<-a> "
27983 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
27984 "option) or use the I<-i> inspection option.  How this works is better "
27985 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
27986 "below."
27987 msgstr ""
27988
27989 #. type: textblock
27990 #: ../fuse/guestmount.pod:33
27991 msgid ""
27992 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
27993 "by you, and the filesystem will not be visible to any other users unless you "
27994 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
27995 "the filesystem, use the C<fusermount -u> command."
27996 msgstr ""
27997
27998 #. type: textblock
27999 #: ../fuse/guestmount.pod:41
28000 msgid ""
28001 "For a typical Windows guest which has its main filesystem on the first "
28002 "partition:"
28003 msgstr ""
28004
28005 #. type: verbatim
28006 #: ../fuse/guestmount.pod:44
28007 #, no-wrap
28008 msgid ""
28009 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
28010 "\n"
28011 msgstr ""
28012
28013 #. type: textblock
28014 #: ../fuse/guestmount.pod:46
28015 msgid ""
28016 "For a typical Linux guest which has a /boot filesystem on the first "
28017 "partition, and the root filesystem on a logical volume:"
28018 msgstr ""
28019
28020 #. type: verbatim
28021 #: ../fuse/guestmount.pod:49
28022 #, no-wrap
28023 msgid ""
28024 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
28025 "\n"
28026 msgstr ""
28027
28028 #. type: textblock
28029 #: ../fuse/guestmount.pod:51
28030 msgid "To get libguestfs to detect guest mountpoints for you:"
28031 msgstr ""
28032
28033 #. type: verbatim
28034 #: ../fuse/guestmount.pod:53
28035 #, no-wrap
28036 msgid ""
28037 " guestmount -a guest.img -i --ro /mnt\n"
28038 "\n"
28039 msgstr ""
28040
28041 #. type: textblock
28042 #: ../fuse/guestmount.pod:55
28043 msgid "For a libvirt guest called \"Guest\" you could do:"
28044 msgstr ""
28045
28046 #. type: verbatim
28047 #: ../fuse/guestmount.pod:57
28048 #, no-wrap
28049 msgid ""
28050 " guestmount -d Guest -i --ro /mnt\n"
28051 "\n"
28052 msgstr ""
28053
28054 #. type: textblock
28055 #: ../fuse/guestmount.pod:59
28056 msgid ""
28057 "If you don't know what filesystems are contained in a guest or disk image, "
28058 "use L<virt-filesystems(1)> first:"
28059 msgstr ""
28060
28061 #. type: verbatim
28062 #: ../fuse/guestmount.pod:62
28063 #, no-wrap
28064 msgid ""
28065 " virt-filesystems MyGuest\n"
28066 "\n"
28067 msgstr ""
28068
28069 #. type: textblock
28070 #: ../fuse/guestmount.pod:64
28071 msgid ""
28072 "If you want to trace the libguestfs calls but without excessive debugging "
28073 "information, we recommend:"
28074 msgstr ""
28075
28076 #. type: verbatim
28077 #: ../fuse/guestmount.pod:67
28078 #, no-wrap
28079 msgid ""
28080 " guestmount [...] --trace /mnt\n"
28081 "\n"
28082 msgstr ""
28083
28084 #. type: textblock
28085 #: ../fuse/guestmount.pod:69
28086 msgid "If you want to debug the program, we recommend:"
28087 msgstr ""
28088
28089 #. type: verbatim
28090 #: ../fuse/guestmount.pod:71
28091 #, no-wrap
28092 msgid ""
28093 " guestmount [...] --trace --verbose /mnt\n"
28094 "\n"
28095 msgstr ""
28096
28097 #. type: =head1
28098 #: ../fuse/guestmount.pod:73
28099 msgid "NOTES"
28100 msgstr ""
28101
28102 #. type: =head2
28103 #: ../fuse/guestmount.pod:75
28104 msgid "Other users cannot see the filesystem by default"
28105 msgstr ""
28106
28107 #. type: textblock
28108 #: ../fuse/guestmount.pod:77
28109 msgid ""
28110 "If you mount a filesystem as one user (eg. root), then other users will not "
28111 "be able to see it by default.  The fix is to add the FUSE C<allow_other> "
28112 "option when mounting:"
28113 msgstr ""
28114
28115 #. type: verbatim
28116 #: ../fuse/guestmount.pod:81
28117 #, no-wrap
28118 msgid ""
28119 " sudo guestmount [...] -o allow_other /mnt\n"
28120 "\n"
28121 msgstr ""
28122
28123 #. type: =item
28124 #: ../fuse/guestmount.pod:87
28125 msgid "B<-a image> | B<--add image>"
28126 msgstr ""
28127
28128 #. type: textblock
28129 #: ../fuse/guestmount.pod:89
28130 msgid "Add a block device or virtual machine image."
28131 msgstr ""
28132
28133 #. type: =item
28134 #: ../fuse/guestmount.pod:94
28135 msgid "B<-c URI> | B<--connect URI>"
28136 msgstr ""
28137
28138 #. type: =item
28139 #: ../fuse/guestmount.pod:100
28140 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
28141 msgstr ""
28142
28143 #. type: =item
28144 #: ../fuse/guestmount.pod:106
28145 msgid "B<--dir-cache-timeout N>"
28146 msgstr ""
28147
28148 #. type: textblock
28149 #: ../fuse/guestmount.pod:108
28150 msgid ""
28151 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
28152 "seconds.  The readdir cache [actually, there are several semi-independent "
28153 "caches] is populated after a readdir(2) call with the stat and extended "
28154 "attributes of the files in the directory, in anticipation that they will be "
28155 "requested soon after."
28156 msgstr ""
28157
28158 #. type: textblock
28159 #: ../fuse/guestmount.pod:114
28160 msgid ""
28161 "There is also a different attribute cache implemented by FUSE (see the FUSE "
28162 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
28163 "requests, only cache existing ones."
28164 msgstr ""
28165
28166 #. type: =item
28167 #: ../fuse/guestmount.pod:125
28168 msgid "B<--format=raw|qcow2|..> | B<--format>"
28169 msgstr ""
28170
28171 #. type: textblock
28172 #: ../fuse/guestmount.pod:132
28173 msgid ""
28174 "If you have untrusted raw-format guest disk images, you should use this "
28175 "option to specify the disk format.  This avoids a possible security problem "
28176 "with malicious guests (CVE-2010-3851).  See also "
28177 "L<guestfs(3)/guestfs_add_drive_opts>."
28178 msgstr ""
28179
28180 #. type: =item
28181 #: ../fuse/guestmount.pod:137
28182 msgid "B<--fuse-help>"
28183 msgstr ""
28184
28185 #. type: textblock
28186 #: ../fuse/guestmount.pod:139
28187 msgid "Display help on special FUSE options (see I<-o> below)."
28188 msgstr ""
28189
28190 #. type: textblock
28191 #: ../fuse/guestmount.pod:143
28192 msgid "Display brief help and exit."
28193 msgstr ""
28194
28195 #. type: =item
28196 #: ../fuse/guestmount.pod:145
28197 msgid "B<-i> | B<--inspector>"
28198 msgstr ""
28199
28200 #. type: textblock
28201 #: ../fuse/guestmount.pod:165
28202 msgid ""
28203 "Mount the named partition or logical volume on the given mountpoint B<in the "
28204 "guest> (this has nothing to do with mountpoints in the host)."
28205 msgstr ""
28206
28207 #. type: textblock
28208 #: ../fuse/guestmount.pod:168
28209 msgid ""
28210 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
28211 "something on C</>."
28212 msgstr ""
28213
28214 #. type: =item
28215 #: ../fuse/guestmount.pod:181
28216 msgid "B<-n> | B<--no-sync>"
28217 msgstr ""
28218
28219 #. type: textblock
28220 #: ../fuse/guestmount.pod:183
28221 msgid ""
28222 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
28223 "unmounted.  If you specify this option, then we don't attempt to sync the "
28224 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
28225 msgstr ""
28226
28227 #. type: =item
28228 #: ../fuse/guestmount.pod:188
28229 msgid "B<-o option> | B<--option option>"
28230 msgstr ""
28231
28232 #. type: textblock
28233 #: ../fuse/guestmount.pod:190
28234 msgid "Pass extra options to FUSE."
28235 msgstr ""
28236
28237 #. type: textblock
28238 #: ../fuse/guestmount.pod:192
28239 msgid ""
28240 "To get a list of all the extra options supported by FUSE, use the command "
28241 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
28242 "of them are a good idea."
28243 msgstr ""
28244
28245 #. type: verbatim
28246 #: ../fuse/guestmount.pod:196
28247 #, no-wrap
28248 msgid ""
28249 " guestmount --fuse-help\n"
28250 "\n"
28251 msgstr ""
28252
28253 #. type: textblock
28254 #: ../fuse/guestmount.pod:198
28255 msgid "Some potentially useful FUSE options:"
28256 msgstr ""
28257
28258 #. type: =item
28259 #: ../fuse/guestmount.pod:202
28260 msgid "B<-o allow_other>"
28261 msgstr ""
28262
28263 #. type: textblock
28264 #: ../fuse/guestmount.pod:204
28265 msgid "Allow other users to see the filesystem."
28266 msgstr ""
28267
28268 #. type: =item
28269 #: ../fuse/guestmount.pod:206
28270 msgid "B<-o attr_timeout=N>"
28271 msgstr ""
28272
28273 #. type: textblock
28274 #: ../fuse/guestmount.pod:208
28275 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
28276 msgstr ""
28277
28278 #. type: =item
28279 #: ../fuse/guestmount.pod:210
28280 msgid "B<-o kernel_cache>"
28281 msgstr ""
28282
28283 #. type: textblock
28284 #: ../fuse/guestmount.pod:212
28285 msgid ""
28286 "Allow the kernel to cache files (reduces the number of reads that have to go "
28287 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
28288 "afford the extra memory usage."
28289 msgstr ""
28290
28291 #. type: =item
28292 #: ../fuse/guestmount.pod:216
28293 msgid "B<-o uid=N> B<-o gid=N>"
28294 msgstr ""
28295
28296 #. type: textblock
28297 #: ../fuse/guestmount.pod:218
28298 msgid ""
28299 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
28300 "the chosen values."
28301 msgstr ""
28302
28303 #. type: =item
28304 #: ../fuse/guestmount.pod:223
28305 msgid "B<-r> | B<--ro>"
28306 msgstr ""
28307
28308 #. type: textblock
28309 #: ../fuse/guestmount.pod:225
28310 msgid ""
28311 "Add devices and mount everything read-only.  Also disallow writes and make "
28312 "the disk appear read-only to FUSE."
28313 msgstr ""
28314
28315 #. type: textblock
28316 #: ../fuse/guestmount.pod:228
28317 msgid ""
28318 "This is highly recommended if you are not going to edit the guest disk.  If "
28319 "the guest is running and this option is I<not> supplied, then there is a "
28320 "strong risk of disk corruption in the guest.  We try to prevent this from "
28321 "happening, but it is not always possible."
28322 msgstr ""
28323
28324 #. type: textblock
28325 #: ../fuse/guestmount.pod:233
28326 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28327 msgstr ""
28328
28329 #. type: textblock
28330 #: ../fuse/guestmount.pod:237
28331 msgid "Enable SELinux support for the guest."
28332 msgstr ""
28333
28334 #. type: =item
28335 #: ../fuse/guestmount.pod:239
28336 msgid "B<-v> | B<--verbose>"
28337 msgstr ""
28338
28339 #. type: textblock
28340 #: ../fuse/guestmount.pod:241
28341 msgid "Enable verbose messages from underlying libguestfs."
28342 msgstr ""
28343
28344 #. type: =item
28345 #: ../fuse/guestmount.pod:243
28346 msgid "B<-V> | B<--version>"
28347 msgstr ""
28348
28349 #. type: textblock
28350 #: ../fuse/guestmount.pod:245
28351 msgid "Display the program version and exit."
28352 msgstr ""
28353
28354 #. type: =item
28355 #: ../fuse/guestmount.pod:247
28356 msgid "B<-w> | B<--rw>"
28357 msgstr ""
28358
28359 #. type: textblock
28360 #: ../fuse/guestmount.pod:252 ../fuse/guestmount.pod:273
28361 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28362 msgstr ""
28363
28364 #. type: =item
28365 #: ../fuse/guestmount.pod:254
28366 msgid "B<-x> | B<--trace>"
28367 msgstr ""
28368
28369 #. type: textblock
28370 #: ../fuse/guestmount.pod:256
28371 msgid "Trace libguestfs calls and entry into each FUSE function."
28372 msgstr ""
28373
28374 #. type: textblock
28375 #: ../fuse/guestmount.pod:258
28376 msgid "This also stops the daemon from forking into the background."
28377 msgstr ""
28378
28379 #. type: textblock
28380 #: ../fuse/guestmount.pod:279
28381 msgid ""
28382 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
28383 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
28384 "L<http://fuse.sf.net/>."
28385 msgstr ""
28386
28387 #. type: textblock
28388 #: ../fuse/guestmount.pod:294
28389 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
28390 msgstr ""
28391
28392 #. type: textblock
28393 #: ../tools/virt-edit.pl:34
28394 msgid "virt-edit - Edit a file in a virtual machine"
28395 msgstr ""
28396
28397 #. type: verbatim
28398 #: ../tools/virt-edit.pl:38
28399 #, no-wrap
28400 msgid ""
28401 " virt-edit [--options] domname file\n"
28402 "\n"
28403 msgstr ""
28404
28405 #. type: verbatim
28406 #: ../tools/virt-edit.pl:40
28407 #, no-wrap
28408 msgid ""
28409 " virt-edit [--options] disk.img [disk.img ...] file\n"
28410 "\n"
28411 msgstr ""
28412
28413 #. type: verbatim
28414 #: ../tools/virt-edit.pl:42
28415 #, no-wrap
28416 msgid ""
28417 " virt-edit [domname|disk.img] file -e 'expr'\n"
28418 "\n"
28419 msgstr ""
28420
28421 #. type: textblock
28422 #: ../tools/virt-edit.pl:46
28423 msgid ""
28424 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
28425 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
28426 "doing this, but doesn't catch all cases."
28427 msgstr ""
28428
28429 #. type: textblock
28430 #: ../tools/virt-edit.pl:52
28431 msgid ""
28432 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
28433 "the named virtual machine (or disk image)."
28434 msgstr ""
28435
28436 #. type: textblock
28437 #: ../tools/virt-edit.pl:55
28438 msgid "If you want to just view a file, use L<virt-cat(1)>."
28439 msgstr ""
28440
28441 #. type: textblock
28442 #: ../tools/virt-edit.pl:57
28443 msgid ""
28444 "For more complex cases you should look at the L<guestfish(1)> tool (see "
28445 "L</USING GUESTFISH> below)."
28446 msgstr ""
28447
28448 #. type: textblock
28449 #: ../tools/virt-edit.pl:60
28450 msgid ""
28451 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
28452 "files.  L<guestfish(1)> can do that and much more."
28453 msgstr ""
28454
28455 #. type: textblock
28456 #: ../tools/virt-edit.pl:65
28457 msgid "Edit the named files interactively:"
28458 msgstr ""
28459
28460 #. type: verbatim
28461 #: ../tools/virt-edit.pl:67
28462 #, no-wrap
28463 msgid ""
28464 " virt-edit mydomain /boot/grub/grub.conf\n"
28465 "\n"
28466 msgstr ""
28467
28468 #. type: verbatim
28469 #: ../tools/virt-edit.pl:69
28470 #, no-wrap
28471 msgid ""
28472 " virt-edit mydomain /etc/passwd\n"
28473 "\n"
28474 msgstr ""
28475
28476 #. type: textblock
28477 #: ../tools/virt-edit.pl:71
28478 msgid "For Windows guests, some Windows paths are understood:"
28479 msgstr ""
28480
28481 #. type: verbatim
28482 #: ../tools/virt-edit.pl:73
28483 #, no-wrap
28484 msgid ""
28485 " virt-edit mywindomain 'c:\\autoexec.bat'\n"
28486 "\n"
28487 msgstr ""
28488
28489 #. type: textblock
28490 #: ../tools/virt-edit.pl:75
28491 msgid ""
28492 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
28493 "below).  To change the init default level to 5:"
28494 msgstr ""
28495
28496 #. type: verbatim
28497 #: ../tools/virt-edit.pl:79
28498 #, no-wrap
28499 msgid ""
28500 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
28501 "\n"
28502 msgstr ""
28503
28504 #. type: textblock
28505 #: ../tools/virt-edit.pl:91 ../tools/virt-win-reg.pl:106 ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:113 ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
28506 msgid "Display brief help."
28507 msgstr ""
28508
28509 #. type: textblock
28510 #: ../tools/virt-edit.pl:99 ../tools/virt-win-reg.pl:114 ../tools/virt-list-filesystems.pl:71 ../tools/virt-tar.pl:121 ../tools/virt-make-fs.pl:171 ../tools/virt-list-partitions.pl:72
28511 msgid "Display version number and exit."
28512 msgstr ""
28513
28514 #. type: =item
28515 #: ../tools/virt-edit.pl:105
28516 msgid "B<--backup extension> | B<-b extension>"
28517 msgstr ""
28518
28519 #. type: textblock
28520 #: ../tools/virt-edit.pl:107
28521 msgid ""
28522 "Create a backup of the original file I<in the guest disk image>.  The backup "
28523 "has the original filename with C<extension> added."
28524 msgstr ""
28525
28526 #. type: textblock
28527 #: ../tools/virt-edit.pl:110
28528 msgid ""
28529 "Usually the first character of C<extension> would be a dot C<.> so you would "
28530 "write:"
28531 msgstr ""
28532
28533 #. type: verbatim
28534 #: ../tools/virt-edit.pl:113
28535 #, no-wrap
28536 msgid ""
28537 " virt-edit -b .orig [etc]\n"
28538 "\n"
28539 msgstr ""
28540
28541 #. type: textblock
28542 #: ../tools/virt-edit.pl:115
28543 msgid "By default, no backup file is made."
28544 msgstr ""
28545
28546 #. type: =item
28547 #: ../tools/virt-edit.pl:121 ../tools/virt-win-reg.pl:128 ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:127 ../tools/virt-list-partitions.pl:78
28548 msgid "B<--connect URI> | B<-c URI>"
28549 msgstr ""
28550
28551 #. type: textblock
28552 #: ../tools/virt-edit.pl:123 ../tools/virt-win-reg.pl:130 ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:129 ../tools/virt-list-partitions.pl:80
28553 msgid ""
28554 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
28555 "to the default libvirt hypervisor."
28556 msgstr ""
28557
28558 #. type: textblock
28559 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:133 ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:132 ../tools/virt-list-partitions.pl:83
28560 msgid ""
28561 "If you specify guest block devices directly, then libvirt is not used at "
28562 "all."
28563 msgstr ""
28564
28565 #. type: =item
28566 #: ../tools/virt-edit.pl:133 ../tools/virt-win-reg.pl:140 ../tools/virt-list-filesystems.pl:89 ../tools/virt-tar.pl:139 ../tools/virt-list-partitions.pl:90
28567 msgid "B<--format> raw"
28568 msgstr ""
28569
28570 #. type: textblock
28571 #: ../tools/virt-edit.pl:135 ../tools/virt-win-reg.pl:142 ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:141 ../tools/virt-list-partitions.pl:92
28572 msgid ""
28573 "Specify the format of disk images given on the command line.  If this is "
28574 "omitted then the format is autodetected from the content of the disk image."
28575 msgstr ""
28576
28577 #. type: textblock
28578 #: ../tools/virt-edit.pl:139 ../tools/virt-win-reg.pl:146 ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:145 ../tools/virt-list-partitions.pl:96
28579 msgid ""
28580 "If disk images are requested from libvirt, then this program asks libvirt "
28581 "for this information.  In this case, the value of the format parameter is "
28582 "ignored."
28583 msgstr ""
28584
28585 #. type: textblock
28586 #: ../tools/virt-edit.pl:143 ../tools/virt-win-reg.pl:150 ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:149 ../tools/virt-list-partitions.pl:100
28587 msgid ""
28588 "If working with untrusted raw-format guest disk images, you should ensure "
28589 "the format is always specified."
28590 msgstr ""
28591
28592 #. type: =item
28593 #: ../tools/virt-edit.pl:150
28594 msgid "B<--expr EXPR> | B<-e EXPR>"
28595 msgstr ""
28596
28597 #. type: textblock
28598 #: ../tools/virt-edit.pl:152
28599 msgid ""
28600 "Instead of launching the external editor, non-interactively apply the Perl "
28601 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
28602 "EDITING> below."
28603 msgstr ""
28604
28605 #. type: textblock
28606 #: ../tools/virt-edit.pl:156
28607 msgid ""
28608 "Be careful to properly quote the expression to prevent it from being altered "
28609 "by the shell."
28610 msgstr ""
28611
28612 #. type: =head1
28613 #: ../tools/virt-edit.pl:280
28614 msgid "NON-INTERACTIVE EDITING"
28615 msgstr ""
28616
28617 #. type: textblock
28618 #: ../tools/virt-edit.pl:282
28619 msgid ""
28620 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
28621 "administrator can interactively edit the file."
28622 msgstr ""
28623
28624 #. type: textblock
28625 #: ../tools/virt-edit.pl:285
28626 msgid ""
28627 "There are two ways also to use C<virt-edit> from scripts in order to make "
28628 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
28629 "like this, it's less error-prone to write scripts directly using the "
28630 "libguestfs API and Augeas for configuration file editing.)"
28631 msgstr ""
28632
28633 #. type: textblock
28634 #: ../tools/virt-edit.pl:291
28635 msgid ""
28636 "The first method is to temporarily set C<$EDITOR> to any script or program "
28637 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
28638 "update C<tmpfile> in place however it likes."
28639 msgstr ""
28640
28641 #. type: textblock
28642 #: ../tools/virt-edit.pl:295
28643 msgid ""
28644 "The second method is to use the I<-e> parameter of C<virt-edit> to run a "
28645 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
28646 "instances of C<foo> with C<bar> in a file:"
28647 msgstr ""
28648
28649 #. type: verbatim
28650 #: ../tools/virt-edit.pl:299
28651 #, no-wrap
28652 msgid ""
28653 " virt-edit domname filename -e 's/foo/bar/'\n"
28654 "\n"
28655 msgstr ""
28656
28657 #. type: textblock
28658 #: ../tools/virt-edit.pl:301
28659 msgid ""
28660 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
28661 "For example to delete root's password you could do:"
28662 msgstr ""
28663
28664 #. type: verbatim
28665 #: ../tools/virt-edit.pl:304
28666 #, no-wrap
28667 msgid ""
28668 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
28669 "\n"
28670 msgstr ""
28671
28672 #. type: textblock
28673 #: ../tools/virt-edit.pl:306
28674 msgid ""
28675 "What really happens is that the snippet is evaluated as a Perl expression "
28676 "for each line of the file.  The line, including the final C<\\n>, is passed "
28677 "in C<$_> and the expression should update C<$_> or leave it unchanged."
28678 msgstr ""
28679
28680 #. type: textblock
28681 #: ../tools/virt-edit.pl:311
28682 msgid ""
28683 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
28684 "C<apache> user account from the password file you can do:"
28685 msgstr ""
28686
28687 #. type: verbatim
28688 #: ../tools/virt-edit.pl:314
28689 #, no-wrap
28690 msgid ""
28691 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
28692 "\n"
28693 msgstr ""
28694
28695 #. type: textblock
28696 #: ../tools/virt-edit.pl:316
28697 msgid ""
28698 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
28699 "the end of the file is rather difficult this way since there is no concept "
28700 "of \"last line of the file\" - your expression just doesn't get called "
28701 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
28702 "want to do this."
28703 msgstr ""
28704
28705 #. type: textblock
28706 #: ../tools/virt-edit.pl:322
28707 msgid ""
28708 "The variable C<$lineno> contains the current line number.  As is "
28709 "traditional, the first line in the file is number C<1>."
28710 msgstr ""
28711
28712 #. type: textblock
28713 #: ../tools/virt-edit.pl:325
28714 msgid ""
28715 "The return value from the expression is ignored, but the expression may call "
28716 "C<die> in order to abort the whole program, leaving the original file "
28717 "untouched."
28718 msgstr ""
28719
28720 #. type: textblock
28721 #: ../tools/virt-edit.pl:329
28722 msgid ""
28723 "Remember when matching the end of a line that C<$_> may contain the final "
28724 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
28725 "newline then neither of these.  Thus to match or substitute some text at the "
28726 "end of a line, use this regular expression:"
28727 msgstr ""
28728
28729 #. type: verbatim
28730 #: ../tools/virt-edit.pl:334
28731 #, no-wrap
28732 msgid ""
28733 " /some text(\\r?\\n)?$/\n"
28734 "\n"
28735 msgstr ""
28736
28737 #. type: textblock
28738 #: ../tools/virt-edit.pl:336
28739 msgid ""
28740 "Alternately, use the perl C<chomp> function, being careful not to chomp "
28741 "C<$_> itself (since that would remove all newlines from the file):"
28742 msgstr ""
28743
28744 #. type: verbatim
28745 #: ../tools/virt-edit.pl:340
28746 #, no-wrap
28747 msgid ""
28748 " my $m = $_; chomp $m; $m =~ /some text$/\n"
28749 "\n"
28750 msgstr ""
28751
28752 #. type: textblock
28753 #: ../tools/virt-edit.pl:344
28754 msgid ""
28755 "C<virt-edit> has a limited ability to understand Windows drive letters and "
28756 "paths (eg. C<E:\\foo\\bar.txt>)."
28757 msgstr ""
28758
28759 #. type: textblock
28760 #: ../tools/virt-edit.pl:347
28761 msgid "If and only if the guest is running Windows then:"
28762 msgstr ""
28763
28764 #. type: textblock
28765 #: ../tools/virt-edit.pl:353
28766 msgid ""
28767 "Drive letter prefixes like C<C:> are resolved against the Windows Registry "
28768 "to the correct filesystem."
28769 msgstr ""
28770
28771 #. type: textblock
28772 #: ../tools/virt-edit.pl:358
28773 msgid ""
28774 "Any backslash (C<\\>) characters in the path are replaced with forward "
28775 "slashes so that libguestfs can process it."
28776 msgstr ""
28777
28778 #. type: textblock
28779 #: ../tools/virt-edit.pl:363
28780 msgid ""
28781 "The path is resolved case insensitively to locate the file that should be "
28782 "edited."
28783 msgstr ""
28784
28785 #. type: textblock
28786 #: ../tools/virt-edit.pl:368
28787 msgid "There are some known shortcomings:"
28788 msgstr ""
28789
28790 #. type: textblock
28791 #: ../tools/virt-edit.pl:374
28792 msgid "Some NTFS symbolic links may not be followed correctly."
28793 msgstr ""
28794
28795 #. type: textblock
28796 #: ../tools/virt-edit.pl:378
28797 msgid "NTFS junction points that cross filesystems are not followed."
28798 msgstr ""
28799
28800 #. type: =head1
28801 #: ../tools/virt-edit.pl:435
28802 msgid "USING GUESTFISH"
28803 msgstr ""
28804
28805 #. type: textblock
28806 #: ../tools/virt-edit.pl:437
28807 msgid ""
28808 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
28809 "C<virt-edit> doesn't work."
28810 msgstr ""
28811
28812 #. type: textblock
28813 #: ../tools/virt-edit.pl:440
28814 msgid "Using C<virt-edit> is approximately equivalent to doing:"
28815 msgstr ""
28816
28817 #. type: verbatim
28818 #: ../tools/virt-edit.pl:442
28819 #, no-wrap
28820 msgid ""
28821 " guestfish --rw -i -d domname edit /file\n"
28822 "\n"
28823 msgstr ""
28824
28825 #. type: textblock
28826 #: ../tools/virt-edit.pl:444
28827 msgid ""
28828 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
28829 "path to the file."
28830 msgstr ""
28831
28832 #. type: textblock
28833 #: ../tools/virt-edit.pl:447
28834 msgid ""
28835 "The command above uses libguestfs's guest inspection feature and so does not "
28836 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
28837 "disk images that don't contain guests.  To edit a file on a disk image "
28838 "directly, use:"
28839 msgstr ""
28840
28841 #. type: verbatim
28842 #: ../tools/virt-edit.pl:452
28843 #, no-wrap
28844 msgid ""
28845 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
28846 "\n"
28847 msgstr ""
28848
28849 #. type: textblock
28850 #: ../tools/virt-edit.pl:454
28851 msgid ""
28852 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
28853 "the disk image to edit, and C</file> is the full path to the file."
28854 msgstr ""
28855
28856 #. type: textblock
28857 #: ../tools/virt-edit.pl:458
28858 msgid ""
28859 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
28860 "C<write> or C<upload> instead:"
28861 msgstr ""
28862
28863 #. type: verbatim
28864 #: ../tools/virt-edit.pl:461
28865 #, no-wrap
28866 msgid ""
28867 " guestfish --rw -i -d domname touch /newfile\n"
28868 "\n"
28869 msgstr ""
28870
28871 #. type: verbatim
28872 #: ../tools/virt-edit.pl:463
28873 #, no-wrap
28874 msgid ""
28875 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
28876 "\n"
28877 msgstr ""
28878
28879 #. type: verbatim
28880 #: ../tools/virt-edit.pl:465
28881 #, no-wrap
28882 msgid ""
28883 " guestfish --rw -i -d domname upload localfile /newfile\n"
28884 "\n"
28885 msgstr ""
28886
28887 #. type: textblock
28888 #: ../tools/virt-edit.pl:467
28889 msgid "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
28890 msgstr ""
28891
28892 #. type: verbatim
28893 #: ../tools/virt-edit.pl:470
28894 #, no-wrap
28895 msgid ""
28896 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
28897 "\n"
28898 msgstr ""
28899
28900 #. type: =item
28901 #: ../tools/virt-edit.pl:480
28902 msgid "C<EDITOR>"
28903 msgstr ""
28904
28905 #. type: textblock
28906 #: ../tools/virt-edit.pl:482
28907 msgid ""
28908 "If set, this string is used as the editor.  It may contain arguments, "
28909 "eg. C<\"emacs -nw\">"
28910 msgstr ""
28911
28912 #. type: textblock
28913 #: ../tools/virt-edit.pl:485
28914 msgid "If not set, C<vi> is used."
28915 msgstr ""
28916
28917 #. type: =head1
28918 #: ../tools/virt-edit.pl:489 ../tools/virt-win-reg.pl:559 ../tools/virt-list-filesystems.pl:182 ../tools/virt-tar.pl:279 ../tools/virt-make-fs.pl:532 ../tools/virt-list-partitions.pl:250
28919 msgid "SHELL QUOTING"
28920 msgstr ""
28921
28922 #. type: textblock
28923 #: ../tools/virt-edit.pl:491 ../tools/virt-win-reg.pl:567 ../tools/virt-list-filesystems.pl:184 ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:252
28924 msgid ""
28925 "Libvirt guest names can contain arbitrary characters, some of which have "
28926 "meaning to the shell such as C<#> and space.  You may need to quote or "
28927 "escape these characters on the command line.  See the shell manual page "
28928 "L<sh(1)> for details."
28929 msgstr ""
28930
28931 #. type: textblock
28932 #: ../tools/virt-edit.pl:498
28933 msgid ""
28934 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, "
28935 "L<virt-tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
28936 "L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
28937 msgstr ""
28938
28939 #. type: =head1
28940 #: ../tools/virt-edit.pl:510 ../tools/virt-win-reg.pl:598 ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:301 ../tools/virt-make-fs.pl:564 ../tools/virt-list-partitions.pl:269
28941 msgid "AUTHOR"
28942 msgstr ""
28943
28944 #. type: textblock
28945 #: ../tools/virt-edit.pl:512 ../tools/virt-win-reg.pl:600 ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:303 ../tools/virt-make-fs.pl:566 ../tools/virt-list-partitions.pl:271
28946 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
28947 msgstr ""
28948
28949 #. type: textblock
28950 #: ../tools/virt-edit.pl:516
28951 msgid "Copyright (C) 2009-2011 Red Hat Inc."
28952 msgstr ""
28953
28954 #. type: textblock
28955 #: ../tools/virt-win-reg.pl:37
28956 msgid ""
28957 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
28958 "guest"
28959 msgstr ""
28960
28961 #. type: verbatim
28962 #: ../tools/virt-win-reg.pl:41
28963 #, no-wrap
28964 msgid ""
28965 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
28966 "\n"
28967 msgstr ""
28968
28969 #. type: verbatim
28970 #: ../tools/virt-win-reg.pl:43
28971 #, no-wrap
28972 msgid ""
28973 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
28974 "\n"
28975 msgstr ""
28976
28977 #. type: verbatim
28978 #: ../tools/virt-win-reg.pl:45
28979 #, no-wrap
28980 msgid ""
28981 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
28982 "\n"
28983 msgstr ""
28984
28985 #. type: verbatim
28986 #: ../tools/virt-win-reg.pl:47
28987 #, no-wrap
28988 msgid ""
28989 " virt-win-reg --merge domname [input.reg ...]\n"
28990 "\n"
28991 msgstr ""
28992
28993 #. type: verbatim
28994 #: ../tools/virt-win-reg.pl:49
28995 #, no-wrap
28996 msgid ""
28997 " virt-win-reg [--options] disk.img ... # instead of domname\n"
28998 "\n"
28999 msgstr ""
29000
29001 #. type: textblock
29002 #: ../tools/virt-win-reg.pl:53
29003 msgid ""
29004 "You must I<not> use C<virt-win-reg> with the I<--merge> option on live "
29005 "virtual machines.  If you do this, you I<will> get irreversible disk "
29006 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
29007 "but doesn't catch all cases."
29008 msgstr ""
29009
29010 #. type: textblock
29011 #: ../tools/virt-win-reg.pl:58
29012 msgid ""
29013 "Modifying the Windows Registry is an inherently risky operation.  The format "
29014 "is deliberately obscure and undocumented, and Registry changes can leave the "
29015 "system unbootable.  Therefore when using the I<--merge> option, make sure "
29016 "you have a reliable backup first."
29017 msgstr ""
29018
29019 #. type: textblock
29020 #: ../tools/virt-win-reg.pl:65
29021 msgid ""
29022 "This program can export and merge Windows Registry entries from a Windows "
29023 "guest."
29024 msgstr ""
29025
29026 #. type: textblock
29027 #: ../tools/virt-win-reg.pl:68
29028 msgid ""
29029 "The first parameter is the libvirt guest name or the raw disk image of a "
29030 "Windows guest."
29031 msgstr ""
29032
29033 #. type: textblock
29034 #: ../tools/virt-win-reg.pl:71
29035 msgid ""
29036 "If I<--merge> is I<not> specified, then the chosen registry key is "
29037 "displayed/exported (recursively).  For example:"
29038 msgstr ""
29039
29040 #. type: verbatim
29041 #: ../tools/virt-win-reg.pl:74
29042 #, no-wrap
29043 msgid ""
29044 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
29045 "\n"
29046 msgstr ""
29047
29048 #. type: textblock
29049 #: ../tools/virt-win-reg.pl:76
29050 msgid "You can also display single values from within registry keys, for example:"
29051 msgstr ""
29052
29053 #. type: verbatim
29054 #: ../tools/virt-win-reg.pl:79
29055 #, no-wrap
29056 msgid ""
29057 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
29058 " $ virt-win-reg Windows7 $cvkey ProductName\n"
29059 " Windows 7 Enterprise\n"
29060 "\n"
29061 msgstr ""
29062
29063 #. type: textblock
29064 #: ../tools/virt-win-reg.pl:83
29065 msgid ""
29066 "With I<--merge>, you can merge a textual regedit file into the Windows "
29067 "Registry:"
29068 msgstr ""
29069
29070 #. type: verbatim
29071 #: ../tools/virt-win-reg.pl:86
29072 #, no-wrap
29073 msgid ""
29074 " $ virt-win-reg --merge Windows7 changes.reg\n"
29075 "\n"
29076 msgstr ""
29077
29078 #. type: =head1
29079 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
29080 msgid "NOTE"
29081 msgstr ""
29082
29083 #. type: textblock
29084 #: ../tools/virt-win-reg.pl:90
29085 msgid ""
29086 "This program is only meant for simple access to the registry.  If you want "
29087 "to do complicated things with the registry, we suggest you download the "
29088 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
29089 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
29090 "L<hivexregedit(1)>."
29091 msgstr ""
29092
29093 #. type: =item
29094 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
29095 msgid "B<--debug>"
29096 msgstr ""
29097
29098 #. type: textblock
29099 #: ../tools/virt-win-reg.pl:122
29100 msgid "Enable debugging messages."
29101 msgstr ""
29102
29103 #. type: =item
29104 #: ../tools/virt-win-reg.pl:157
29105 msgid "B<--merge>"
29106 msgstr ""
29107
29108 #. type: textblock
29109 #: ../tools/virt-win-reg.pl:159
29110 msgid ""
29111 "In merge mode, this merges a textual regedit file into the Windows Registry "
29112 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
29113 "displays or exports Registry entries instead."
29114 msgstr ""
29115
29116 #. type: textblock
29117 #: ../tools/virt-win-reg.pl:163
29118 msgid ""
29119 "Note that I<--merge> is I<unsafe> to use on live virtual machines, and will "
29120 "result in disk corruption.  However exporting (without this flag)  is always "
29121 "safe."
29122 msgstr ""
29123
29124 #. type: =item
29125 #: ../tools/virt-win-reg.pl:171
29126 msgid "B<--encoding> UTF-16LE|ASCII"
29127 msgstr ""
29128
29129 #. type: textblock
29130 #: ../tools/virt-win-reg.pl:173
29131 msgid ""
29132 "When merging (only), you may need to specify the encoding for strings to be "
29133 "used in the hive file.  This is explained in detail in "
29134 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
29135 msgstr ""
29136
29137 #. type: textblock
29138 #: ../tools/virt-win-reg.pl:177
29139 msgid ""
29140 "The default is to use UTF-16LE, which should work with recent versions of "
29141 "Windows."
29142 msgstr ""
29143
29144 #. type: =head1
29145 #: ../tools/virt-win-reg.pl:402
29146 msgid "SUPPORTED SYSTEMS"
29147 msgstr ""
29148
29149 #. type: textblock
29150 #: ../tools/virt-win-reg.pl:404
29151 msgid ""
29152 "The program currently supports Windows NT-derived guests starting with "
29153 "Windows XP through to at least Windows 7."
29154 msgstr ""
29155
29156 #. type: textblock
29157 #: ../tools/virt-win-reg.pl:407
29158 msgid ""
29159 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
29160 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
29161 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
29162 msgstr ""
29163
29164 #. type: textblock
29165 #: ../tools/virt-win-reg.pl:411
29166 msgid ""
29167 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
29168 "C<HKEY_USERS>."
29169 msgstr ""
29170
29171 #. type: textblock
29172 #: ../tools/virt-win-reg.pl:414
29173 msgid ""
29174 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
29175 "time."
29176 msgstr ""
29177
29178 #. type: =head1
29179 #: ../tools/virt-win-reg.pl:417
29180 msgid "ENCODING"
29181 msgstr ""
29182
29183 #. type: textblock
29184 #: ../tools/virt-win-reg.pl:419
29185 msgid ""
29186 "C<virt-win-reg> expects that regedit files have already been reencoded in "
29187 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
29188 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
29189 "with Windows-style line endings, you may need to reencode the whole file "
29190 "before or after processing."
29191 msgstr ""
29192
29193 #. type: textblock
29194 #: ../tools/virt-win-reg.pl:425
29195 msgid ""
29196 "To reencode a file from Windows format to Linux (before processing it with "
29197 "the I<--merge> option), you would do something like this:"
29198 msgstr ""
29199
29200 #. type: verbatim
29201 #: ../tools/virt-win-reg.pl:428
29202 #, no-wrap
29203 msgid ""
29204 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
29205 "\n"
29206 msgstr ""
29207
29208 #. type: textblock
29209 #: ../tools/virt-win-reg.pl:430
29210 msgid ""
29211 "To go in the opposite direction, after exporting and before sending the file "
29212 "to a Windows user, do something like this:"
29213 msgstr ""
29214
29215 #. type: verbatim
29216 #: ../tools/virt-win-reg.pl:433
29217 #, no-wrap
29218 msgid ""
29219 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
29220 "\n"
29221 msgstr ""
29222
29223 #. type: textblock
29224 #: ../tools/virt-win-reg.pl:435
29225 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
29226 msgstr ""
29227
29228 #. type: textblock
29229 #: ../tools/virt-win-reg.pl:437
29230 msgid ""
29231 "If you are unsure about the current encoding, use the L<file(1)> command.  "
29232 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
29233 "Windows-style (CRLF) line endings, like this:"
29234 msgstr ""
29235
29236 #. type: verbatim
29237 #: ../tools/virt-win-reg.pl:441
29238 #, no-wrap
29239 msgid ""
29240 " $ file software.reg\n"
29241 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
29242 " with CRLF line terminators\n"
29243 "\n"
29244 msgstr ""
29245
29246 #. type: textblock
29247 #: ../tools/virt-win-reg.pl:445
29248 msgid "This file would need conversion before you could I<--merge> it."
29249 msgstr ""
29250
29251 #. type: =head1
29252 #: ../tools/virt-win-reg.pl:447
29253 msgid "CurrentControlSet etc."
29254 msgstr ""
29255
29256 #. type: textblock
29257 #: ../tools/virt-win-reg.pl:449
29258 msgid ""
29259 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
29260 "Registry at the level of the hive file, and therefore you cannot modify "
29261 "these."
29262 msgstr ""
29263
29264 #. type: textblock
29265 #: ../tools/virt-win-reg.pl:453
29266 msgid ""
29267 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
29268 "circumstances it might refer to another control set.  The way to find out is "
29269 "to look at the C<HKLM\\SYSTEM\\Select> key:"
29270 msgstr ""
29271
29272 #. type: verbatim
29273 #: ../tools/virt-win-reg.pl:457
29274 #, no-wrap
29275 msgid ""
29276 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
29277 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
29278 " \"Current\"=dword:00000001\n"
29279 " \"Default\"=dword:00000001\n"
29280 " \"Failed\"=dword:00000000\n"
29281 " \"LastKnownGood\"=dword:00000002\n"
29282 "\n"
29283 msgstr ""
29284
29285 #. type: textblock
29286 #: ../tools/virt-win-reg.pl:464
29287 msgid "\"Current\" is the one which Windows will choose when it boots."
29288 msgstr ""
29289
29290 #. type: textblock
29291 #: ../tools/virt-win-reg.pl:466
29292 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
29293 msgstr ""
29294
29295 #. type: =head1
29296 #: ../tools/virt-win-reg.pl:469
29297 msgid "WINDOWS TIPS"
29298 msgstr ""
29299
29300 #. type: textblock
29301 #: ../tools/virt-win-reg.pl:471
29302 msgid ""
29303 "Note that some of these tips modify the guest disk image.  The guest I<must> "
29304 "be shut off, else you will get disk corruption."
29305 msgstr ""
29306
29307 #. type: =head2
29308 #: ../tools/virt-win-reg.pl:474
29309 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
29310 msgstr ""
29311
29312 #. type: textblock
29313 #: ../tools/virt-win-reg.pl:476
29314 msgid ""
29315 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
29316 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
29317 "is uploaded into C<C:\\>:"
29318 msgstr ""
29319
29320 #. type: verbatim
29321 #: ../tools/virt-win-reg.pl:480
29322 #, no-wrap
29323 msgid ""
29324 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
29325 "\n"
29326 msgstr ""
29327
29328 #. type: textblock
29329 #: ../tools/virt-win-reg.pl:482
29330 msgid "Prepare a regedit file containing the registry change:"
29331 msgstr ""
29332
29333 #. type: verbatim
29334 #: ../tools/virt-win-reg.pl:484
29335 #, no-wrap
29336 msgid ""
29337 " cat > test.reg <<'EOF'\n"
29338 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
29339 " \"Test\"=\"c:\\\\test.bat\"\n"
29340 " EOF\n"
29341 "\n"
29342 msgstr ""
29343
29344 #. type: textblock
29345 #: ../tools/virt-win-reg.pl:489
29346 msgid ""
29347 "In this example we use the key C<RunOnce> which means that the script will "
29348 "run precisely once when the first user logs in.  If you want it to run every "
29349 "time a user logs in, replace C<RunOnce> with C<Run>."
29350 msgstr ""
29351
29352 #. type: textblock
29353 #: ../tools/virt-win-reg.pl:493
29354 msgid "Now update the registry:"
29355 msgstr ""
29356
29357 #. type: verbatim
29358 #: ../tools/virt-win-reg.pl:495
29359 #, no-wrap
29360 msgid ""
29361 " virt-win-reg --merge WindowsGuest test.reg\n"
29362 "\n"
29363 msgstr ""
29364
29365 #. type: =head2
29366 #: ../tools/virt-win-reg.pl:497
29367 msgid "INSTALLING A SERVICE"
29368 msgstr ""
29369
29370 #. type: textblock
29371 #: ../tools/virt-win-reg.pl:499
29372 msgid ""
29373 "This section assumes you are familiar with Windows services, and you either "
29374 "have a program which handles the Windows Service Control Protocol directly "
29375 "or you want to run any program using a service wrapper like SrvAny or the "
29376 "free RHSrvAny."
29377 msgstr ""
29378
29379 #. type: textblock
29380 #: ../tools/virt-win-reg.pl:504
29381 msgid ""
29382 "First upload the program and optionally the service wrapper.  In this case "
29383 "the test program is called C<test.exe> and we are using the RHSrvAny "
29384 "wrapper:"
29385 msgstr ""
29386
29387 #. type: verbatim
29388 #: ../tools/virt-win-reg.pl:508
29389 #, no-wrap
29390 msgid ""
29391 " guestfish -i -d WindowsGuest <<EOF\n"
29392 "   upload rhsrvany.exe /rhsrvany.exe\n"
29393 "   upload test.exe /test.exe\n"
29394 " EOF\n"
29395 "\n"
29396 msgstr ""
29397
29398 #. type: textblock
29399 #: ../tools/virt-win-reg.pl:513
29400 msgid ""
29401 "Prepare a regedit file containing the registry changes.  In this example, "
29402 "the first registry change is needed for the service itself or the service "
29403 "wrapper (if used).  The second registry change is only needed because I am "
29404 "using the RHSrvAny service wrapper."
29405 msgstr ""
29406
29407 #. type: verbatim
29408 #: ../tools/virt-win-reg.pl:518
29409 #, no-wrap
29410 msgid ""
29411 " cat > service.reg <<'EOF'\n"
29412 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
29413 " \"Type\"=dword:00000010\n"
29414 " \"Start\"=dword:00000002\n"
29415 " \"ErrorControl\"=dword:00000001\n"
29416 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
29417 " \"DisplayName\"=\"RHSrvAny\"\n"
29418 " \"ObjectName\"=\"NetworkService\"\n"
29419 " \n"
29420 msgstr ""
29421
29422 #. type: verbatim
29423 #: ../tools/virt-win-reg.pl:527
29424 #, no-wrap
29425 msgid ""
29426 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
29427 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
29428 " \"PWD\"=\"c:\\\\Temp\"\n"
29429 " EOF\n"
29430 "\n"
29431 msgstr ""
29432
29433 #. type: textblock
29434 #: ../tools/virt-win-reg.pl:538
29435 msgid ""
29436 "For use of C<ControlSet001> see the section above in this manual page.  You "
29437 "may need to adjust this according to the control set that is in use by the "
29438 "guest."
29439 msgstr ""
29440
29441 #. type: textblock
29442 #: ../tools/virt-win-reg.pl:544
29443 msgid ""
29444 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
29445 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
29446 "privileged account."
29447 msgstr ""
29448
29449 #. type: textblock
29450 #: ../tools/virt-win-reg.pl:550
29451 msgid ""
29452 "For the meaning of the magic numbers, see this Microsoft KB article: "
29453 "L<http://support.microsoft.com/kb/103000>."
29454 msgstr ""
29455
29456 #. type: textblock
29457 #: ../tools/virt-win-reg.pl:555
29458 msgid "Update the registry:"
29459 msgstr ""
29460
29461 #. type: verbatim
29462 #: ../tools/virt-win-reg.pl:557
29463 #, no-wrap
29464 msgid ""
29465 " virt-win-reg --merge WindowsGuest service.reg\n"
29466 "\n"
29467 msgstr ""
29468
29469 #. type: textblock
29470 #: ../tools/virt-win-reg.pl:561
29471 msgid ""
29472 "Be careful when passing parameters containing C<\\> (backslash) in the "
29473 "shell.  Usually you will have to use 'single quotes' or double backslashes "
29474 "(but not both) to protect them from the shell."
29475 msgstr ""
29476
29477 #. type: textblock
29478 #: ../tools/virt-win-reg.pl:565
29479 msgid "Paths and value names are case-insensitive."
29480 msgstr ""
29481
29482 #. type: textblock
29483 #: ../tools/virt-win-reg.pl:574
29484 msgid ""
29485 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
29486 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
29487 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
29488 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29489 msgstr ""
29490
29491 #. type: textblock
29492 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
29493 msgid ""
29494 "When reporting bugs, please enable debugging and capture the I<complete> "
29495 "output:"
29496 msgstr ""
29497
29498 #. type: verbatim
29499 #: ../tools/virt-win-reg.pl:592
29500 #, no-wrap
29501 msgid ""
29502 " export LIBGUESTFS_DEBUG=1\n"
29503 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
29504 "\n"
29505 msgstr ""
29506
29507 #. type: textblock
29508 #: ../tools/virt-win-reg.pl:595
29509 msgid ""
29510 "Attach /tmp/virt-win-reg.log to a new bug report at "
29511 "L<https://bugzilla.redhat.com/>"
29512 msgstr ""
29513
29514 #. type: textblock
29515 #: ../tools/virt-win-reg.pl:604 ../tools/virt-make-fs.pl:570
29516 msgid "Copyright (C) 2010 Red Hat Inc."
29517 msgstr ""
29518
29519 #. type: textblock
29520 #: ../tools/virt-list-filesystems.pl:32
29521 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
29522 msgstr ""
29523
29524 #. type: verbatim
29525 #: ../tools/virt-list-filesystems.pl:36
29526 #, no-wrap
29527 msgid ""
29528 " virt-list-filesystems [--options] domname\n"
29529 "\n"
29530 msgstr ""
29531
29532 #. type: verbatim
29533 #: ../tools/virt-list-filesystems.pl:38
29534 #, no-wrap
29535 msgid ""
29536 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
29537 "\n"
29538 msgstr ""
29539
29540 #. type: textblock
29541 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
29542 msgid ""
29543 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
29544 "replacement."
29545 msgstr ""
29546
29547 #. type: textblock
29548 #: ../tools/virt-list-filesystems.pl:45
29549 msgid ""
29550 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
29551 "are contained in a virtual machine or disk image."
29552 msgstr ""
29553
29554 #. type: textblock
29555 #: ../tools/virt-list-filesystems.pl:49
29556 msgid ""
29557 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
29558 "functionality.  For more complex cases you should look at the "
29559 "L<guestfish(1)> tool."
29560 msgstr ""
29561
29562 #. type: =item
29563 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
29564 msgid "B<-l> | B<--long>"
29565 msgstr ""
29566
29567 #. type: textblock
29568 #: ../tools/virt-list-filesystems.pl:108
29569 msgid ""
29570 "With this option, C<virt-list-filesystems> displays the type of each "
29571 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
29572 msgstr ""
29573
29574 #. type: =item
29575 #: ../tools/virt-list-filesystems.pl:115
29576 msgid "B<-a> | B<--all>"
29577 msgstr ""
29578
29579 #. type: textblock
29580 #: ../tools/virt-list-filesystems.pl:117
29581 msgid ""
29582 "Normally we only show mountable filesystems.  If this option is given then "
29583 "swap devices are shown too."
29584 msgstr ""
29585
29586 #. type: textblock
29587 #: ../tools/virt-list-filesystems.pl:191
29588 msgid ""
29589 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
29590 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
29591 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29592 msgstr ""
29593
29594 #. type: textblock
29595 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
29596 msgid "Copyright (C) 2009 Red Hat Inc."
29597 msgstr ""
29598
29599 #. type: textblock
29600 #: ../tools/virt-tar.pl:33
29601 msgid "virt-tar - Extract or upload files to a virtual machine"
29602 msgstr ""
29603
29604 #. type: verbatim
29605 #: ../tools/virt-tar.pl:37
29606 #, no-wrap
29607 msgid ""
29608 " virt-tar [--options] -x domname directory tarball\n"
29609 "\n"
29610 msgstr ""
29611
29612 #. type: verbatim
29613 #: ../tools/virt-tar.pl:39
29614 #, no-wrap
29615 msgid ""
29616 " virt-tar [--options] -u domname tarball directory\n"
29617 "\n"
29618 msgstr ""
29619
29620 #. type: verbatim
29621 #: ../tools/virt-tar.pl:41
29622 #, no-wrap
29623 msgid ""
29624 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
29625 "\n"
29626 msgstr ""
29627
29628 #. type: verbatim
29629 #: ../tools/virt-tar.pl:43
29630 #, no-wrap
29631 msgid ""
29632 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
29633 "\n"
29634 msgstr ""
29635
29636 #. type: textblock
29637 #: ../tools/virt-tar.pl:47
29638 msgid ""
29639 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
29640 "L<virt-tar-in(1)>, L<virt-tar-out(1)> as replacements."
29641 msgstr ""
29642
29643 #. type: textblock
29644 #: ../tools/virt-tar.pl:52
29645 msgid "Download C</home> from the VM into a local tarball:"
29646 msgstr ""
29647
29648 #. type: verbatim
29649 #: ../tools/virt-tar.pl:54
29650 #, no-wrap
29651 msgid ""
29652 " virt-tar -x domname /home home.tar\n"
29653 "\n"
29654 msgstr ""
29655
29656 #. type: verbatim
29657 #: ../tools/virt-tar.pl:56
29658 #, no-wrap
29659 msgid ""
29660 " virt-tar -zx domname /home home.tar.gz\n"
29661 "\n"
29662 msgstr ""
29663
29664 #. type: textblock
29665 #: ../tools/virt-tar.pl:58
29666 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
29667 msgstr ""
29668
29669 #. type: verbatim
29670 #: ../tools/virt-tar.pl:60
29671 #, no-wrap
29672 msgid ""
29673 " virt-tar -u domname uploadstuff.tar /tmp\n"
29674 "\n"
29675 msgstr ""
29676
29677 #. type: verbatim
29678 #: ../tools/virt-tar.pl:62
29679 #, no-wrap
29680 msgid ""
29681 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
29682 "\n"
29683 msgstr ""
29684
29685 #. type: textblock
29686 #: ../tools/virt-tar.pl:66
29687 msgid ""
29688 "You must I<not> use C<virt-tar> with the I<-u> option (upload) on live "
29689 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
29690 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
29691 msgstr ""
29692
29693 #. type: textblock
29694 #: ../tools/virt-tar.pl:71
29695 msgid ""
29696 "You can use I<-x> (extract) on live virtual machines, but you might get "
29697 "inconsistent results or errors if there is filesystem activity inside the "
29698 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
29699 "work, but the only way to guarantee consistent results is if the virtual "
29700 "machine is shut down."
29701 msgstr ""
29702
29703 #. type: textblock
29704 #: ../tools/virt-tar.pl:79
29705 msgid ""
29706 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
29707 "parts of a guest filesystem.  There are many possibilities: making backups, "
29708 "uploading data files, snooping on guest activity, fixing or customizing "
29709 "guests, etc."
29710 msgstr ""
29711
29712 #. type: textblock
29713 #: ../tools/virt-tar.pl:84
29714 msgid ""
29715 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
29716 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
29717 "should look at the L<guestfish(1)> tool."
29718 msgstr ""
29719
29720 #. type: textblock
29721 #: ../tools/virt-tar.pl:88
29722 msgid ""
29723 "There are two modes of operation: I<-x> (eXtract) downloads a directory and "
29724 "its contents (recursively) from the virtual machine into a local tarball.  "
29725 "I<-u> uploads from a local tarball, unpacking it into a directory inside the "
29726 "virtual machine.  You cannot use these two options together."
29727 msgstr ""
29728
29729 #. type: textblock
29730 #: ../tools/virt-tar.pl:94
29731 msgid ""
29732 "In addition, you may need to use the I<-z> (gZip) option to enable "
29733 "compression.  When uploading, you have to specify I<-z> if the upload file "
29734 "is compressed because virt-tar won't detect this on its own."
29735 msgstr ""
29736
29737 #. type: textblock
29738 #: ../tools/virt-tar.pl:98
29739 msgid ""
29740 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
29741 "example it cannot do PKZip files or bzip2 compression.  If you want that "
29742 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
29743 "the L<libguestfs(3)> API)."
29744 msgstr ""
29745
29746 #. type: =item
29747 #: ../tools/virt-tar.pl:156
29748 msgid "B<-x> | B<--extract> | B<--download>"
29749 msgstr ""
29750
29751 #. type: =item
29752 #: ../tools/virt-tar.pl:158
29753 msgid "B<-u> | B<--upload>"
29754 msgstr ""
29755
29756 #. type: textblock
29757 #: ../tools/virt-tar.pl:160
29758 msgid ""
29759 "Use I<-x> to extract (download) a directory from a virtual machine to a "
29760 "local tarball."
29761 msgstr ""
29762
29763 #. type: textblock
29764 #: ../tools/virt-tar.pl:163
29765 msgid ""
29766 "Use I<-u> to upload and unpack from a local tarball into a virtual machine.  "
29767 "Please read the L</WARNING> section above before using this option."
29768 msgstr ""
29769
29770 #. type: textblock
29771 #: ../tools/virt-tar.pl:167
29772 msgid "You must specify exactly one of these options."
29773 msgstr ""
29774
29775 #. type: =item
29776 #: ../tools/virt-tar.pl:173
29777 msgid "B<-z> | B<--gzip>"
29778 msgstr ""
29779
29780 #. type: textblock
29781 #: ../tools/virt-tar.pl:175
29782 msgid "Specify that the input or output tarball is gzip-compressed."
29783 msgstr ""
29784
29785 #. type: textblock
29786 #: ../tools/virt-tar.pl:288
29787 msgid ""
29788 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
29789 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
29790 "L<virt-tar-out(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
29791 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29792 msgstr ""
29793
29794 #. type: textblock
29795 #: ../tools/virt-make-fs.pl:37
29796 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
29797 msgstr ""
29798
29799 #. type: verbatim
29800 #: ../tools/virt-make-fs.pl:41
29801 #, no-wrap
29802 msgid ""
29803 " virt-make-fs [--options] input.tar output.img\n"
29804 "\n"
29805 msgstr ""
29806
29807 #. type: verbatim
29808 #: ../tools/virt-make-fs.pl:43
29809 #, no-wrap
29810 msgid ""
29811 " virt-make-fs [--options] input.tar.gz output.img\n"
29812 "\n"
29813 msgstr ""
29814
29815 #. type: verbatim
29816 #: ../tools/virt-make-fs.pl:45
29817 #, no-wrap
29818 msgid ""
29819 " virt-make-fs [--options] directory output.img\n"
29820 "\n"
29821 msgstr ""
29822
29823 #. type: textblock
29824 #: ../tools/virt-make-fs.pl:49
29825 msgid ""
29826 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
29827 "archive or some files in a directory.  It is similar to tools like "
29828 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
29829 "it can create common filesystem types like ext2/3 or NTFS, which can be "
29830 "useful if you want to attach these filesystems to existing virtual machines "
29831 "(eg. to import large amounts of read-only data to a VM)."
29832 msgstr ""
29833
29834 #. type: textblock
29835 #: ../tools/virt-make-fs.pl:57
29836 msgid "Basic usage is:"
29837 msgstr ""
29838
29839 #. type: verbatim
29840 #: ../tools/virt-make-fs.pl:59
29841 #, no-wrap
29842 msgid ""
29843 " virt-make-fs input output\n"
29844 "\n"
29845 msgstr ""
29846
29847 #. type: textblock
29848 #: ../tools/virt-make-fs.pl:61
29849 msgid ""
29850 "where C<input> is either a directory containing files that you want to add, "
29851 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
29852 "C<output> is a disk image.  The input type is detected automatically.  The "
29853 "output disk image defaults to a raw ext2 image unless you specify extra "
29854 "flags (see L</OPTIONS> below)."
29855 msgstr ""
29856
29857 #. type: =head2
29858 #: ../tools/virt-make-fs.pl:67
29859 msgid "EXTRA SPACE"
29860 msgstr ""
29861
29862 #. type: textblock
29863 #: ../tools/virt-make-fs.pl:69
29864 msgid ""
29865 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
29866 "the files that it contains, but might have extra space.  Depending on how "
29867 "you are going to use the output, you might think this extra space is wasted "
29868 "and want to minimize it, or you might want to leave space so that more files "
29869 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
29870 "but you can use the I<--size> flag to leave space in the filesystem if you "
29871 "want it."
29872 msgstr ""
29873
29874 #. type: textblock
29875 #: ../tools/virt-make-fs.pl:77
29876 msgid ""
29877 "An alternative way to leave extra space but not make the output image any "
29878 "bigger is to use an alternative disk image format (instead of the default "
29879 "\"raw\" format).  Using I<--format=qcow2> will use the native QEmu/KVM qcow2 "
29880 "image format (check your hypervisor supports this before using it).  This "
29881 "allows you to choose a large I<--size> but the extra space won't actually be "
29882 "allocated in the image until you try to store something in it."
29883 msgstr ""
29884
29885 #. type: textblock
29886 #: ../tools/virt-make-fs.pl:85
29887 msgid ""
29888 "Don't forget that you can also use local commands including L<resize2fs(8)> "
29889 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
29890 "to build another image from scratch."
29891 msgstr ""
29892
29893 #. type: =head3
29894 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
29895 msgid "EXAMPLE"
29896 msgstr ""
29897
29898 #. type: verbatim
29899 #: ../tools/virt-make-fs.pl:91
29900 #, no-wrap
29901 msgid ""
29902 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
29903 "\n"
29904 msgstr ""
29905
29906 #. type: =head2
29907 #: ../tools/virt-make-fs.pl:93
29908 msgid "FILESYSTEM TYPE"
29909 msgstr ""
29910
29911 #. type: textblock
29912 #: ../tools/virt-make-fs.pl:95
29913 msgid ""
29914 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
29915 "libguestfs supports can be used (but I<not> read-only formats like "
29916 "ISO9660).  Here are some of the more common choices:"
29917 msgstr ""
29918
29919 #. type: =item
29920 #: ../tools/virt-make-fs.pl:101
29921 msgid "I<ext3>"
29922 msgstr ""
29923
29924 #. type: textblock
29925 #: ../tools/virt-make-fs.pl:103
29926 msgid ""
29927 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
29928 "you are not going to use the filesystem in a way that requires the journal, "
29929 "then this is just wasted overhead."
29930 msgstr ""
29931
29932 #. type: =item
29933 #: ../tools/virt-make-fs.pl:107
29934 msgid "I<ntfs> or I<vfat>"
29935 msgstr ""
29936
29937 #. type: textblock
29938 #: ../tools/virt-make-fs.pl:109
29939 msgid "Useful if exporting data to a Windows guest."
29940 msgstr ""
29941
29942 #. type: textblock
29943 #: ../tools/virt-make-fs.pl:111
29944 msgid ""
29945 "I<Note for vfat>: The tar archive or local directory must only contain files "
29946 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
29947 "program running within libguestfs is unable to change the ownership of "
29948 "non-root files, since vfat itself does not support this."
29949 msgstr ""
29950
29951 #. type: =item
29952 #: ../tools/virt-make-fs.pl:116
29953 msgid "I<minix>"
29954 msgstr ""
29955
29956 #. type: textblock
29957 #: ../tools/virt-make-fs.pl:118
29958 msgid ""
29959 "Lower overhead than C<ext2>, but certain limitations on filename length and "
29960 "total filesystem size."
29961 msgstr ""
29962
29963 #. type: verbatim
29964 #: ../tools/virt-make-fs.pl:125
29965 #, no-wrap
29966 msgid ""
29967 " virt-make-fs --type=minix input minixfs.img\n"
29968 "\n"
29969 msgstr ""
29970
29971 #. type: =head2
29972 #: ../tools/virt-make-fs.pl:127
29973 msgid "TO PARTITION OR NOT TO PARTITION"
29974 msgstr ""
29975
29976 #. type: textblock
29977 #: ../tools/virt-make-fs.pl:129
29978 msgid "Optionally virt-make-fs can add a partition table to the output disk."
29979 msgstr ""
29980
29981 #. type: textblock
29982 #: ../tools/virt-make-fs.pl:131
29983 msgid ""
29984 "Adding a partition can make the disk image more compatible with certain "
29985 "virtualized operating systems which don't expect to see a filesystem "
29986 "directly located on a block device (Linux doesn't care and will happily "
29987 "handle both types)."
29988 msgstr ""
29989
29990 #. type: textblock
29991 #: ../tools/virt-make-fs.pl:136
29992 msgid ""
29993 "On the other hand, if you have a partition table then the output image is no "
29994 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
29995 "directly on a partitioned disk image.  (However libguestfs tools such as "
29996 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
29997 msgstr ""
29998
29999 #. type: textblock
30000 #: ../tools/virt-make-fs.pl:144
30001 msgid "Add an MBR partition:"
30002 msgstr ""
30003
30004 #. type: verbatim
30005 #: ../tools/virt-make-fs.pl:146
30006 #, no-wrap
30007 msgid ""
30008 " virt-make-fs --partition -- input disk.img\n"
30009 "\n"
30010 msgstr ""
30011
30012 #. type: textblock
30013 #: ../tools/virt-make-fs.pl:148
30014 msgid ""
30015 "If the output disk image could be terabyte-sized or larger, it's better to "
30016 "use an EFI/GPT-compatible partition table:"
30017 msgstr ""
30018
30019 #. type: verbatim
30020 #: ../tools/virt-make-fs.pl:151
30021 #, no-wrap
30022 msgid ""
30023 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
30024 "\n"
30025 msgstr ""
30026
30027 #. type: textblock
30028 #: ../tools/virt-make-fs.pl:179
30029 msgid "Enable debugging information."
30030 msgstr ""
30031
30032 #. type: =item
30033 #: ../tools/virt-make-fs.pl:185
30034 msgid "B<--size=E<lt>NE<gt>>"
30035 msgstr ""
30036
30037 #. type: =item
30038 #: ../tools/virt-make-fs.pl:187
30039 msgid "B<--size=+E<lt>NE<gt>>"
30040 msgstr ""
30041
30042 #. type: =item
30043 #: ../tools/virt-make-fs.pl:189
30044 msgid "B<-s E<lt>NE<gt>>"
30045 msgstr ""
30046
30047 #. type: =item
30048 #: ../tools/virt-make-fs.pl:191
30049 msgid "B<-s +E<lt>NE<gt>>"
30050 msgstr ""
30051
30052 #. type: textblock
30053 #: ../tools/virt-make-fs.pl:193
30054 msgid "Use the I<--size> (or I<-s>) option to choose the size of the output image."
30055 msgstr ""
30056
30057 #. type: textblock
30058 #: ../tools/virt-make-fs.pl:196
30059 msgid ""
30060 "If this option is I<not> given, then the output image will be just large "
30061 "enough to contain all the files, with not much wasted space."
30062 msgstr ""
30063
30064 #. type: textblock
30065 #: ../tools/virt-make-fs.pl:199
30066 msgid ""
30067 "To choose a fixed size output disk, specify an absolute number followed by "
30068 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30069 "Petabytes or Exabytes.  This must be large enough to contain all the input "
30070 "files, else you will get an error."
30071 msgstr ""
30072
30073 #. type: textblock
30074 #: ../tools/virt-make-fs.pl:204
30075 msgid ""
30076 "To leave extra space, specify C<+> (plus sign) and a number followed by "
30077 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30078 "Petabytes or Exabytes.  For example: I<--size=+200M> means enough space for "
30079 "the input files, and (approximately) an extra 200 MB free space."
30080 msgstr ""
30081
30082 #. type: textblock
30083 #: ../tools/virt-make-fs.pl:210
30084 msgid ""
30085 "Note that virt-make-fs estimates free space, and therefore will not produce "
30086 "filesystems containing precisely the free space requested.  (It is much more "
30087 "expensive and time-consuming to produce a filesystem which has precisely the "
30088 "desired free space)."
30089 msgstr ""
30090
30091 #. type: =item
30092 #: ../tools/virt-make-fs.pl:219
30093 msgid "B<--format=E<lt>fmtE<gt>>"
30094 msgstr ""
30095
30096 #. type: =item
30097 #: ../tools/virt-make-fs.pl:221
30098 msgid "B<-F E<lt>fmtE<gt>>"
30099 msgstr ""
30100
30101 #. type: textblock
30102 #: ../tools/virt-make-fs.pl:223
30103 msgid "Choose the output disk image format."
30104 msgstr ""
30105
30106 #. type: textblock
30107 #: ../tools/virt-make-fs.pl:225
30108 msgid "The default is C<raw> (raw disk image)."
30109 msgstr ""
30110
30111 #. type: textblock
30112 #: ../tools/virt-make-fs.pl:227
30113 msgid ""
30114 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
30115 "that would really make sense here is C<qcow2>."
30116 msgstr ""
30117
30118 #. type: =item
30119 #: ../tools/virt-make-fs.pl:234
30120 msgid "B<--type=E<lt>fsE<gt>>"
30121 msgstr ""
30122
30123 #. type: =item
30124 #: ../tools/virt-make-fs.pl:236
30125 msgid "B<-t E<lt>fsE<gt>>"
30126 msgstr ""
30127
30128 #. type: textblock
30129 #: ../tools/virt-make-fs.pl:238
30130 msgid "Choose the output filesystem type."
30131 msgstr ""
30132
30133 #. type: textblock
30134 #: ../tools/virt-make-fs.pl:240
30135 msgid "The default is C<ext2>."
30136 msgstr ""
30137
30138 #. type: textblock
30139 #: ../tools/virt-make-fs.pl:242
30140 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
30141 msgstr ""
30142
30143 #. type: =item
30144 #: ../tools/virt-make-fs.pl:249
30145 msgid "B<--partition>"
30146 msgstr ""
30147
30148 #. type: =item
30149 #: ../tools/virt-make-fs.pl:251
30150 msgid "B<--partition=E<lt>parttypeE<gt>>"
30151 msgstr ""
30152
30153 #. type: textblock
30154 #: ../tools/virt-make-fs.pl:253
30155 msgid ""
30156 "If specified, this flag adds an MBR partition table to the output disk "
30157 "image."
30158 msgstr ""
30159
30160 #. type: textblock
30161 #: ../tools/virt-make-fs.pl:256
30162 msgid ""
30163 "You can change the partition table type, eg. I<--partition=gpt> for large "
30164 "disks."
30165 msgstr ""
30166
30167 #. type: textblock
30168 #: ../tools/virt-make-fs.pl:259
30169 msgid ""
30170 "Note that if you just use a lonesome I<--partition>, the Perl option parser "
30171 "might consider the next parameter to be the partition type.  For example:"
30172 msgstr ""
30173
30174 #. type: verbatim
30175 #: ../tools/virt-make-fs.pl:263
30176 #, no-wrap
30177 msgid ""
30178 " virt-make-fs --partition input.tar ...\n"
30179 "\n"
30180 msgstr ""
30181
30182 #. type: textblock
30183 #: ../tools/virt-make-fs.pl:265
30184 msgid ""
30185 "would cause virt-make-fs to think you wanted to use a partition type of "
30186 "C<input.tar> which is completely wrong.  To avoid this, use I<--> (a double "
30187 "dash) between options and the input file argument:"
30188 msgstr ""
30189
30190 #. type: verbatim
30191 #: ../tools/virt-make-fs.pl:269
30192 #, no-wrap
30193 msgid ""
30194 " virt-make-fs --partition -- input.tar ...\n"
30195 "\n"
30196 msgstr ""
30197
30198 #. type: textblock
30199 #: ../tools/virt-make-fs.pl:541
30200 msgid ""
30201 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
30202 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
30203 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
30204 msgstr ""
30205
30206 #. type: verbatim
30207 #: ../tools/virt-make-fs.pl:558
30208 #, no-wrap
30209 msgid ""
30210 " export LIBGUESTFS_DEBUG=1\n"
30211 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
30212 "\n"
30213 msgstr ""
30214
30215 #. type: textblock
30216 #: ../tools/virt-make-fs.pl:561
30217 msgid ""
30218 "Attach /tmp/virt-make-fs.log to a new bug report at "
30219 "L<https://bugzilla.redhat.com/>"
30220 msgstr ""
30221
30222 #. type: textblock
30223 #: ../tools/virt-list-partitions.pl:32
30224 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
30225 msgstr ""
30226
30227 #. type: verbatim
30228 #: ../tools/virt-list-partitions.pl:36
30229 #, no-wrap
30230 msgid ""
30231 " virt-list-partitions [--options] domname\n"
30232 "\n"
30233 msgstr ""
30234
30235 #. type: verbatim
30236 #: ../tools/virt-list-partitions.pl:38
30237 #, no-wrap
30238 msgid ""
30239 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
30240 "\n"
30241 msgstr ""
30242
30243 #. type: textblock
30244 #: ../tools/virt-list-partitions.pl:45
30245 msgid ""
30246 "C<virt-list-partitions> is a command line tool to list the partitions that "
30247 "are contained in a virtual machine or disk image.  It is mainly useful as a "
30248 "first step to using L<virt-resize(1)>."
30249 msgstr ""
30250
30251 #. type: textblock
30252 #: ../tools/virt-list-partitions.pl:50
30253 msgid ""
30254 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
30255 "functionality.  For more complex cases you should look at the "
30256 "L<guestfish(1)> tool."
30257 msgstr ""
30258
30259 #. type: =item
30260 #: ../tools/virt-list-partitions.pl:107
30261 msgid "B<-h> | B<--human-readable>"
30262 msgstr ""
30263
30264 #. type: textblock
30265 #: ../tools/virt-list-partitions.pl:109
30266 msgid "Show sizes in human-readable form (eg. \"1G\")."
30267 msgstr ""
30268
30269 #. type: textblock
30270 #: ../tools/virt-list-partitions.pl:117
30271 msgid ""
30272 "With this option, C<virt-list-partitions> displays the type and size of each "
30273 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
30274 msgstr ""
30275
30276 #. type: =item
30277 #: ../tools/virt-list-partitions.pl:124
30278 msgid "B<-t> | B<--total>"
30279 msgstr ""
30280
30281 #. type: textblock
30282 #: ../tools/virt-list-partitions.pl:126
30283 msgid "Display the total size of each block device (as a separate row or rows)."
30284 msgstr ""
30285
30286 #. type: textblock
30287 #: ../tools/virt-list-partitions.pl:259
30288 msgid ""
30289 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
30290 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
30291 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30292 msgstr ""
30293
30294 #. type: textblock
30295 #: ../tools/virt-list-partitions.pl:275
30296 msgid "Copyright (C) 2009-2010 Red Hat Inc."
30297 msgstr ""