Version 1.11.4.
[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.11.4\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-05-08 16:51+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:1754 ../src/guestfs.pod:1759 ../src/guestfs.pod:1763 ../src/guestfs.pod:1773 ../src/guestfs.pod:2008 ../src/guestfs.pod:2013 ../src/guestfs.pod:2019 ../src/guestfs.pod:2027 ../src/guestfs.pod:2381 ../src/guestfs.pod:2387 ../src/guestfs.pod:2392 ../src/guestfs.pod:2398 ../src/guestfs.pod:2963 ../src/guestfs.pod:2967 ../src/guestfs.pod:2971 ../src/guestfs.pod:2975 ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:583 ../src/guestfs-actions.pod:591 ../src/guestfs-actions.pod:598 ../src/guestfs-actions.pod:605 ../src/guestfs-actions.pod:1606 ../src/guestfs-actions.pod:1610 ../src/guestfs-actions.pod:1614 ../src/guestfs-actions.pod:1618 ../src/guestfs-actions.pod:1626 ../src/guestfs-actions.pod:1630 ../src/guestfs-actions.pod:1634 ../src/guestfs-actions.pod:1644 ../src/guestfs-actions.pod:1648 ../src/guestfs-actions.pod:1652 ../src/guestfs-actions.pod:1790 ../src/guestfs-actions.pod:1794 ../src/guestfs-actions.pod:1799 ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:1865 ../src/guestfs-actions.pod:1869 ../src/guestfs-actions.pod:1874 ../fish/guestfish.pod:445 ../fish/guestfish.pod:449 ../fish/guestfish.pod:453 ../fish/guestfish.pod:457 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:385 ../fish/guestfish-actions.pod:393 ../fish/guestfish-actions.pod:400 ../fish/guestfish-actions.pod:407 ../fish/guestfish-actions.pod:1077 ../fish/guestfish-actions.pod:1081 ../fish/guestfish-actions.pod:1085 ../fish/guestfish-actions.pod:1089 ../fish/guestfish-actions.pod:1097 ../fish/guestfish-actions.pod:1101 ../fish/guestfish-actions.pod:1105 ../fish/guestfish-actions.pod:1115 ../fish/guestfish-actions.pod:1119 ../fish/guestfish-actions.pod:1123 ../fish/guestfish-actions.pod:1213 ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1222 ../fish/guestfish-actions.pod:1227 ../fish/guestfish-actions.pod:1269 ../fish/guestfish-actions.pod:1273 ../fish/guestfish-actions.pod:1278 ../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:2426
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:2451
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:767
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:1010
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:1861 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1265 ../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.  Because of the ABI guarantee, the old functions continue to work."
3268 msgstr ""
3269
3270 #. type: textblock
3271 #: ../src/guestfs.pod:1678
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:1686
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:1691
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:1695
3300 msgid "CLASSES OF EVENTS"
3301 msgstr ""
3302
3303 #. type: =item
3304 #: ../src/guestfs.pod:1699
3305 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
3306 msgstr ""
3307
3308 #. type: textblock
3309 #: ../src/guestfs.pod:1702
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:1705
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:1712
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:1715
3335 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
3336 msgstr ""
3337
3338 #. type: textblock
3339 #: ../src/guestfs.pod:1718
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:1722 ../src/guestfs.pod:1731
3348 msgid "If no callback is registered: the event is ignored."
3349 msgstr ""
3350
3351 #. type: =item
3352 #: ../src/guestfs.pod:1724
3353 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
3354 msgstr ""
3355
3356 #. type: textblock
3357 #: ../src/guestfs.pod:1727
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:1733
3366 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
3367 msgstr ""
3368
3369 #. type: textblock
3370 #: ../src/guestfs.pod:1736
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:1742
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:1745
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:1750
3397 msgid "The only defined and stable parts of the API are:"
3398 msgstr ""
3399
3400 #. type: textblock
3401 #: ../src/guestfs.pod:1756
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:1761
3409 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3410 msgstr ""
3411
3412 #. type: textblock
3413 #: ../src/guestfs.pod:1765
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:1769
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:1775
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:1780
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:1784
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:1789
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:1795
3463 msgid "If no callback is registered: progress messages are discarded."
3464 msgstr ""
3465
3466 #. type: =item
3467 #: ../src/guestfs.pod:1797
3468 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3469 msgstr ""
3470
3471 #. type: textblock
3472 #: ../src/guestfs.pod:1800
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:1803
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:1806 ../src/guestfs.pod:1820
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:1811
3495 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
3496 msgstr ""
3497
3498 #. type: textblock
3499 #: ../src/guestfs.pod:1814
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:1817
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:1825
3514 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
3515 msgstr ""
3516
3517 #. type: textblock
3518 #: ../src/guestfs.pod:1828
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:1831
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:1837
3533 msgid "guestfs_set_event_callback"
3534 msgstr ""
3535
3536 #. type: verbatim
3537 #: ../src/guestfs.pod:1839
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:1845
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:1848
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:1854
3566 msgid "C<flags> should always be passed as 0."
3567 msgstr ""
3568
3569 #. type: textblock
3570 #: ../src/guestfs.pod:1856
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:1859
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:1862
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:1865
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:1868
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:1872
3607 msgid "guestfs_delete_event_callback"
3608 msgstr ""
3609
3610 #. type: verbatim
3611 #: ../src/guestfs.pod:1874
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:1876
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:1880
3628 msgid "guestfs_event_callback"
3629 msgstr ""
3630
3631 #. type: verbatim
3632 #: ../src/guestfs.pod:1882
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:1891
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:1894
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:1898
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:1903
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:1907
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:1910
3685 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
3686 msgstr ""
3687
3688 #. type: textblock
3689 #: ../src/guestfs.pod:1912
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:1916
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:1921
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:1924
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:1934
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:1937
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:1952
3757 msgid "PRIVATE DATA AREA"
3758 msgstr ""
3759
3760 #. type: textblock
3761 #: ../src/guestfs.pod:1954
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:1959
3770 msgid "To attach a named piece of data, use the following call:"
3771 msgstr ""
3772
3773 #. type: verbatim
3774 #: ../src/guestfs.pod:1961
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:1963
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:1967
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:1973
3801 msgid "To retrieve the pointer, use:"
3802 msgstr ""
3803
3804 #. type: verbatim
3805 #: ../src/guestfs.pod:1975
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:1977
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:1981
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:1988
3833 msgid "To walk over all entries, use these two functions:"
3834 msgstr ""
3835
3836 #. type: verbatim
3837 #: ../src/guestfs.pod:1990
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:1992
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:1994
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:2000
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:2004
3872 msgid "Notes about walking over entries:"
3873 msgstr ""
3874
3875 #. type: textblock
3876 #: ../src/guestfs.pod:2010
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:2015
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:2021
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:2023
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:2025
3903 msgid "then that C<key> is not returned when walking."
3904 msgstr ""
3905
3906 #. type: textblock
3907 #: ../src/guestfs.pod:2029
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:2035
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:2038
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:2046
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:2049
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:2058
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:2062
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:2078
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:2083 ../src/guestfs.pod:2088
3997 msgid "html"
3998 msgstr ""
3999
4000 #. type: textblock
4001 #: ../src/guestfs.pod:2085
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:2090
4009 msgid "ARCHITECTURE"
4010 msgstr ""
4011
4012 #. type: textblock
4013 #: ../src/guestfs.pod:2092
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:2096
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:2116
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:2119
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:2128
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:2135
4078 msgid "STATE MACHINE"
4079 msgstr ""
4080
4081 #. type: textblock
4082 #: ../src/guestfs.pod:2137
4083 msgid "libguestfs uses a state machine to model the child process:"
4084 msgstr ""
4085
4086 #. type: verbatim
4087 #: ../src/guestfs.pod:2139
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:2161
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:2166
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:2170
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:2173
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:2179
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:2185
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:2189
4167 msgid "INTERNALS"
4168 msgstr ""
4169
4170 #. type: =head2
4171 #: ../src/guestfs.pod:2191
4172 msgid "COMMUNICATION PROTOCOL"
4173 msgstr ""
4174
4175 #. type: textblock
4176 #: ../src/guestfs.pod:2193
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:2196
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:2200
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:2203
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:2210
4209 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4210 msgstr ""
4211
4212 #. type: textblock
4213 #: ../src/guestfs.pod:2212
4214 msgid "For ordinary functions, the request message is:"
4215 msgstr ""
4216
4217 #. type: verbatim
4218 #: ../src/guestfs.pod:2214
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:2219
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:2225
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:2228
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:2232
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:2240
4265 msgid "The reply message for ordinary functions is:"
4266 msgstr ""
4267
4268 #. type: verbatim
4269 #: ../src/guestfs.pod:2242
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:2247
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:2250
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:2253
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:2256
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:2261
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:2264
4318 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4319 msgstr ""
4320
4321 #. type: textblock
4322 #: ../src/guestfs.pod:2266
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:2270
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:2278
4345 msgid "The \"sequence of chunks\" is:"
4346 msgstr ""
4347
4348 #. type: verbatim
4349 #: ../src/guestfs.pod:2280
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:2288
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:2292
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:2297
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:2303
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:2312
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:2318
4412 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4413 msgstr ""
4414
4415 #. type: textblock
4416 #: ../src/guestfs.pod:2320
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:2323
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:2331
4438 msgid "INITIAL MESSAGE"
4439 msgstr ""
4440
4441 #. type: textblock
4442 #: ../src/guestfs.pod:2333
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:2337
4451 msgid "PROGRESS NOTIFICATION MESSAGES"
4452 msgstr ""
4453
4454 #. type: textblock
4455 #: ../src/guestfs.pod:2339
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:2343
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:2347
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:2351
4480 msgid "LIBGUESTFS VERSION NUMBERS"
4481 msgstr ""
4482
4483 #. type: textblock
4484 #: ../src/guestfs.pod:2353
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:2358
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:2369
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:2371
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:2377
4525 msgid "Our criteria for backporting changes are:"
4526 msgstr ""
4527
4528 #. type: textblock
4529 #: ../src/guestfs.pod:2383
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:2389
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:2394
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:2400
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:2406
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:2414
4571 msgid "EXTENDING LIBGUESTFS"
4572 msgstr ""
4573
4574 #. type: =head2
4575 #: ../src/guestfs.pod:2416
4576 msgid "ADDING A NEW API ACTION"
4577 msgstr ""
4578
4579 #. type: textblock
4580 #: ../src/guestfs.pod:2418
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:2422
4589 msgid "To add a new API action there are two changes:"
4590 msgstr ""
4591
4592 #. type: textblock
4593 #: ../src/guestfs.pod:2428
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:2431
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:2439
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:2445
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:2453
4632 msgid "Implement the action (in C):"
4633 msgstr ""
4634
4635 #. type: textblock
4636 #: ../src/guestfs.pod:2455
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:2458
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:2461
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:2465
4656 msgid "After making these changes, use C<make> to compile."
4657 msgstr ""
4658
4659 #. type: textblock
4660 #: ../src/guestfs.pod:2467
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:2471
4669 msgid "ADDING TESTS FOR AN API ACTION"
4670 msgstr ""
4671
4672 #. type: textblock
4673 #: ../src/guestfs.pod:2473
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:2479
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:2482
4691 msgid "The test environment has 4 block devices:"
4692 msgstr ""
4693
4694 #. type: =item
4695 #: ../src/guestfs.pod:2486
4696 msgid "C</dev/sda> 500MB"
4697 msgstr ""
4698
4699 #. type: textblock
4700 #: ../src/guestfs.pod:2488
4701 msgid "General block device for testing."
4702 msgstr ""
4703
4704 #. type: =item
4705 #: ../src/guestfs.pod:2490
4706 msgid "C</dev/sdb> 50MB"
4707 msgstr ""
4708
4709 #. type: textblock
4710 #: ../src/guestfs.pod:2492
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:2495
4718 msgid "C</dev/sdc> 10MB"
4719 msgstr ""
4720
4721 #. type: textblock
4722 #: ../src/guestfs.pod:2497
4723 msgid "Used in a few tests where two block devices are needed."
4724 msgstr ""
4725
4726 #. type: =item
4727 #: ../src/guestfs.pod:2499
4728 msgid "C</dev/sdd>"
4729 msgstr ""
4730
4731 #. type: textblock
4732 #: ../src/guestfs.pod:2501
4733 msgid "ISO with fixed content (see C<images/test.iso>)."
4734 msgstr ""
4735
4736 #. type: textblock
4737 #: ../src/guestfs.pod:2505
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:2509
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:2515
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:2521
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:2524
4773 #, no-wrap
4774 msgid ""
4775 " SKIP_TEST_<CMD>_<NUM>=1\n"
4776 "\n"
4777 msgstr ""
4778
4779 #. type: textblock
4780 #: ../src/guestfs.pod:2526
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:2528
4786 msgid "or:"
4787 msgstr ""
4788
4789 #. type: verbatim
4790 #: ../src/guestfs.pod:2530
4791 #, no-wrap
4792 msgid ""
4793 " SKIP_TEST_<CMD>=1\n"
4794 "\n"
4795 msgstr ""
4796
4797 #. type: textblock
4798 #: ../src/guestfs.pod:2532
4799 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4800 msgstr ""
4801
4802 #. type: textblock
4803 #: ../src/guestfs.pod:2534
4804 msgid "Packagers can run only certain tests by setting for example:"
4805 msgstr ""
4806
4807 #. type: verbatim
4808 #: ../src/guestfs.pod:2536
4809 #, no-wrap
4810 msgid ""
4811 " TEST_ONLY=\"vfs_type zerofree\"\n"
4812 "\n"
4813 msgstr ""
4814
4815 #. type: textblock
4816 #: ../src/guestfs.pod:2538
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:2541
4824 msgid "DEBUGGING NEW API ACTIONS"
4825 msgstr ""
4826
4827 #. type: textblock
4828 #: ../src/guestfs.pod:2543
4829 msgid "Test new actions work before submitting them."
4830 msgstr ""
4831
4832 #. type: textblock
4833 #: ../src/guestfs.pod:2545
4834 msgid "You can use guestfish to try out new commands."
4835 msgstr ""
4836
4837 #. type: textblock
4838 #: ../src/guestfs.pod:2547
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:2551
4847 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4848 msgstr ""
4849
4850 #. type: textblock
4851 #: ../src/guestfs.pod:2553
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:2559
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:2562
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:2572
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:2584
4903 msgid "Enable warnings when compiling (and fix any problems this finds):"
4904 msgstr ""
4905
4906 #. type: verbatim
4907 #: ../src/guestfs.pod:2587
4908 #, no-wrap
4909 msgid ""
4910 " ./configure --enable-gcc-warnings\n"
4911 "\n"
4912 msgstr ""
4913
4914 #. type: textblock
4915 #: ../src/guestfs.pod:2589
4916 msgid "Useful targets are:"
4917 msgstr ""
4918
4919 #. type: verbatim
4920 #: ../src/guestfs.pod:2591
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:2594
4930 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4931 msgstr ""
4932
4933 #. type: textblock
4934 #: ../src/guestfs.pod:2596
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:2601
4942 msgid "%Q"
4943 msgstr ""
4944
4945 #. type: textblock
4946 #: ../src/guestfs.pod:2603
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:2606
4954 msgid "%R"
4955 msgstr ""
4956
4957 #. type: textblock
4958 #: ../src/guestfs.pod:2608
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:2613 ../fish/guestfish.pod:242 ../fish/guestfish.pod:615
4966 msgid "For example:"
4967 msgstr ""
4968
4969 #. type: verbatim
4970 #: ../src/guestfs.pod:2615
4971 #, no-wrap
4972 msgid ""
4973 " asprintf (&cmd, \"cat %R\", path);\n"
4974 "\n"
4975 msgstr ""
4976
4977 #. type: textblock
4978 #: ../src/guestfs.pod:2617
4979 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
4980 msgstr ""
4981
4982 #. type: textblock
4983 #: ../src/guestfs.pod:2619
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:2625
4993 msgid "SUBMITTING YOUR NEW API ACTIONS"
4994 msgstr ""
4995
4996 #. type: textblock
4997 #: ../src/guestfs.pod:2627
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:2631
5006 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5007 msgstr ""
5008
5009 #. type: textblock
5010 #: ../src/guestfs.pod:2633
5011 msgid "We support i18n (gettext anyhow) in the library."
5012 msgstr ""
5013
5014 #. type: textblock
5015 #: ../src/guestfs.pod:2635
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:2641
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:2644
5032 msgid "SOURCE CODE SUBDIRECTORIES"
5033 msgstr ""
5034
5035 #. type: =item
5036 #: ../src/guestfs.pod:2648 ../src/guestfs-actions.pod:5820 ../fish/guestfish-actions.pod:3913
5037 msgid "C<appliance>"
5038 msgstr ""
5039
5040 #. type: textblock
5041 #: ../src/guestfs.pod:2650
5042 msgid "The libguestfs appliance, build scripts and so on."
5043 msgstr ""
5044
5045 #. type: =item
5046 #: ../src/guestfs.pod:2652
5047 msgid "C<capitests>"
5048 msgstr ""
5049
5050 #. type: textblock
5051 #: ../src/guestfs.pod:2654
5052 msgid "Automated tests of the C API."
5053 msgstr ""
5054
5055 #. type: =item
5056 #: ../src/guestfs.pod:2656
5057 msgid "C<cat>"
5058 msgstr ""
5059
5060 #. type: textblock
5061 #: ../src/guestfs.pod:2658
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:2661
5069 msgid "C<contrib>"
5070 msgstr ""
5071
5072 #. type: textblock
5073 #: ../src/guestfs.pod:2663
5074 msgid "Outside contributions, experimental parts."
5075 msgstr ""
5076
5077 #. type: =item
5078 #: ../src/guestfs.pod:2665
5079 msgid "C<daemon>"
5080 msgstr ""
5081
5082 #. type: textblock
5083 #: ../src/guestfs.pod:2667
5084 msgid ""
5085 "The daemon that runs inside the libguestfs appliance and carries out "
5086 "actions."
5087 msgstr ""
5088
5089 #. type: =item
5090 #: ../src/guestfs.pod:2670
5091 msgid "C<df>"
5092 msgstr ""
5093
5094 #. type: textblock
5095 #: ../src/guestfs.pod:2672
5096 msgid "L<virt-df(1)> command and documentation."
5097 msgstr ""
5098
5099 #. type: =item
5100 #: ../src/guestfs.pod:2674
5101 msgid "C<examples>"
5102 msgstr ""
5103
5104 #. type: textblock
5105 #: ../src/guestfs.pod:2676
5106 msgid "C API example code."
5107 msgstr ""
5108
5109 #. type: =item
5110 #: ../src/guestfs.pod:2678
5111 msgid "C<fish>"
5112 msgstr ""
5113
5114 #. type: textblock
5115 #: ../src/guestfs.pod:2680
5116 msgid ""
5117 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5118 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5119 "L<virt-tar-out(1)>."
5120 msgstr ""
5121
5122 #. type: =item
5123 #: ../src/guestfs.pod:2684
5124 msgid "C<fuse>"
5125 msgstr ""
5126
5127 #. type: textblock
5128 #: ../src/guestfs.pod:2686
5129 msgid "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5130 msgstr ""
5131
5132 #. type: =item
5133 #: ../src/guestfs.pod:2688
5134 msgid "C<generator>"
5135 msgstr ""
5136
5137 #. type: textblock
5138 #: ../src/guestfs.pod:2690
5139 msgid ""
5140 "The crucially important generator, used to automatically generate large "
5141 "amounts of boilerplate C code for things like RPC and bindings."
5142 msgstr ""
5143
5144 #. type: =item
5145 #: ../src/guestfs.pod:2693
5146 msgid "C<images>"
5147 msgstr ""
5148
5149 #. type: textblock
5150 #: ../src/guestfs.pod:2695
5151 msgid "Files used by the test suite."
5152 msgstr ""
5153
5154 #. type: textblock
5155 #: ../src/guestfs.pod:2697
5156 msgid "Some \"phony\" guest images which we test against."
5157 msgstr ""
5158
5159 #. type: =item
5160 #: ../src/guestfs.pod:2699
5161 msgid "C<inspector>"
5162 msgstr ""
5163
5164 #. type: textblock
5165 #: ../src/guestfs.pod:2701
5166 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5167 msgstr ""
5168
5169 #. type: =item
5170 #: ../src/guestfs.pod:2703
5171 msgid "C<logo>"
5172 msgstr ""
5173
5174 #. type: textblock
5175 #: ../src/guestfs.pod:2705
5176 msgid "Logo used on the website.  The fish is called Arthur by the way."
5177 msgstr ""
5178
5179 #. type: =item
5180 #: ../src/guestfs.pod:2707
5181 msgid "C<m4>"
5182 msgstr ""
5183
5184 #. type: textblock
5185 #: ../src/guestfs.pod:2709
5186 msgid "M4 macros used by autoconf."
5187 msgstr ""
5188
5189 #. type: =item
5190 #: ../src/guestfs.pod:2711
5191 msgid "C<po>"
5192 msgstr ""
5193
5194 #. type: textblock
5195 #: ../src/guestfs.pod:2713
5196 msgid "Translations of simple gettext strings."
5197 msgstr ""
5198
5199 #. type: =item
5200 #: ../src/guestfs.pod:2715
5201 msgid "C<po-docs>"
5202 msgstr ""
5203
5204 #. type: textblock
5205 #: ../src/guestfs.pod:2717
5206 msgid ""
5207 "The build infrastructure and PO files for translations of manpages and POD "
5208 "files.  Eventually this will be combined with the C<po> directory, but that "
5209 "is rather complicated."
5210 msgstr ""
5211
5212 #. type: =item
5213 #: ../src/guestfs.pod:2721
5214 msgid "C<regressions>"
5215 msgstr ""
5216
5217 #. type: textblock
5218 #: ../src/guestfs.pod:2723
5219 msgid "Regression tests."
5220 msgstr ""
5221
5222 #. type: =item
5223 #: ../src/guestfs.pod:2725
5224 msgid "C<rescue>"
5225 msgstr ""
5226
5227 #. type: textblock
5228 #: ../src/guestfs.pod:2727
5229 msgid "L<virt-rescue(1)> command and documentation."
5230 msgstr ""
5231
5232 #. type: =item
5233 #: ../src/guestfs.pod:2729
5234 msgid "C<src>"
5235 msgstr ""
5236
5237 #. type: textblock
5238 #: ../src/guestfs.pod:2731
5239 msgid "Source code to the C library."
5240 msgstr ""
5241
5242 #. type: =item
5243 #: ../src/guestfs.pod:2733
5244 msgid "C<tools>"
5245 msgstr ""
5246
5247 #. type: textblock
5248 #: ../src/guestfs.pod:2735
5249 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5250 msgstr ""
5251
5252 #. type: =item
5253 #: ../src/guestfs.pod:2737
5254 msgid "C<test-tool>"
5255 msgstr ""
5256
5257 #. type: textblock
5258 #: ../src/guestfs.pod:2739
5259 msgid ""
5260 "Test tool for end users to test if their qemu/kernel combination will work "
5261 "with libguestfs."
5262 msgstr ""
5263
5264 #. type: =item
5265 #: ../src/guestfs.pod:2742
5266 msgid "C<csharp>"
5267 msgstr ""
5268
5269 #. type: =item
5270 #: ../src/guestfs.pod:2744
5271 msgid "C<haskell>"
5272 msgstr ""
5273
5274 #. type: =item
5275 #: ../src/guestfs.pod:2746
5276 msgid "C<java>"
5277 msgstr ""
5278
5279 #. type: =item
5280 #: ../src/guestfs.pod:2748
5281 msgid "C<ocaml>"
5282 msgstr ""
5283
5284 #. type: =item
5285 #: ../src/guestfs.pod:2750
5286 msgid "C<php>"
5287 msgstr ""
5288
5289 #. type: =item
5290 #: ../src/guestfs.pod:2752
5291 msgid "C<perl>"
5292 msgstr ""
5293
5294 #. type: =item
5295 #: ../src/guestfs.pod:2754
5296 msgid "C<python>"
5297 msgstr ""
5298
5299 #. type: =item
5300 #: ../src/guestfs.pod:2756
5301 msgid "C<ruby>"
5302 msgstr ""
5303
5304 #. type: textblock
5305 #: ../src/guestfs.pod:2758
5306 msgid "Language bindings."
5307 msgstr ""
5308
5309 #. type: =head1
5310 #: ../src/guestfs.pod:2762
5311 msgid "LIMITS"
5312 msgstr ""
5313
5314 #. type: =head2
5315 #: ../src/guestfs.pod:2764
5316 msgid "PROTOCOL LIMITS"
5317 msgstr ""
5318
5319 #. type: textblock
5320 #: ../src/guestfs.pod:2766
5321 msgid ""
5322 "Internally libguestfs uses a message-based protocol to pass API calls and "
5323 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
5324 "plenty more detail about this).  The maximum message size used by the "
5325 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
5326 "aware of this limit.  The API calls which may be affected are individually "
5327 "documented, with a link back to this section of the documentation."
5328 msgstr ""
5329
5330 #. type: textblock
5331 #: ../src/guestfs.pod:2774
5332 msgid ""
5333 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
5334 "a simple string.  Because this string is at some point internally encoded as "
5335 "a message, the maximum size that it can return is slightly under 4 MB.  If "
5336 "the requested file is larger than this then you will get an error."
5337 msgstr ""
5338
5339 #. type: textblock
5340 #: ../src/guestfs.pod:2780
5341 msgid ""
5342 "In order to transfer large files into and out of the guest filesystem, you "
5343 "need to use particular calls that support this.  The sections L</UPLOADING> "
5344 "and L</DOWNLOADING> document how to do this."
5345 msgstr ""
5346
5347 #. type: textblock
5348 #: ../src/guestfs.pod:2784
5349 msgid ""
5350 "You might also consider mounting the disk image using our FUSE filesystem "
5351 "support (L<guestmount(1)>)."
5352 msgstr ""
5353
5354 #. type: =head2
5355 #: ../src/guestfs.pod:2787
5356 msgid "MAXIMUM NUMBER OF DISKS"
5357 msgstr ""
5358
5359 #. type: textblock
5360 #: ../src/guestfs.pod:2789
5361 msgid "When using virtio disks (the default) the current limit is B<25> disks."
5362 msgstr ""
5363
5364 #. type: textblock
5365 #: ../src/guestfs.pod:2792
5366 msgid ""
5367 "Virtio itself consumes 1 virtual PCI slot per disk, and PCI is limited to 31 "
5368 "slots.  However febootstrap only understands disks with names C</dev/vda> "
5369 "through C</dev/vdz> (26 letters) and it reserves one disk for its own "
5370 "purposes."
5371 msgstr ""
5372
5373 #. type: textblock
5374 #: ../src/guestfs.pod:2797
5375 msgid ""
5376 "We are working to substantially raise this limit in future versions but it "
5377 "requires complex changes to qemu."
5378 msgstr ""
5379
5380 #. type: textblock
5381 #: ../src/guestfs.pod:2800
5382 msgid ""
5383 "In future versions of libguestfs it should also be possible to \"hot plug\" "
5384 "disks (add and remove disks after calling L</guestfs_launch>).  This also "
5385 "requires changes to qemu."
5386 msgstr ""
5387
5388 #. type: =head2
5389 #: ../src/guestfs.pod:2804
5390 msgid "MAXIMUM NUMBER OF PARTITIONS PER DISK"
5391 msgstr ""
5392
5393 #. type: textblock
5394 #: ../src/guestfs.pod:2806
5395 msgid "Virtio limits the maximum number of partitions per disk to B<15>."
5396 msgstr ""
5397
5398 #. type: textblock
5399 #: ../src/guestfs.pod:2808
5400 msgid ""
5401 "This is because it reserves 4 bits for the minor device number (thus "
5402 "C</dev/vda>, and C</dev/vda1> through C</dev/vda15>)."
5403 msgstr ""
5404
5405 #. type: textblock
5406 #: ../src/guestfs.pod:2811
5407 msgid ""
5408 "If you attach a disk with more than 15 partitions, the extra partitions are "
5409 "ignored by libguestfs."
5410 msgstr ""
5411
5412 #. type: =head2
5413 #: ../src/guestfs.pod:2814
5414 msgid "MAXIMUM SIZE OF A DISK"
5415 msgstr ""
5416
5417 #. type: textblock
5418 #: ../src/guestfs.pod:2816
5419 msgid "Probably the limit is between 2**63-1 and 2**64-1 bytes."
5420 msgstr ""
5421
5422 #. type: textblock
5423 #: ../src/guestfs.pod:2818
5424 msgid ""
5425 "We have tested block devices up to 1 exabyte (2**60 or "
5426 "1,152,921,504,606,846,976 bytes) using sparse files backed by an XFS host "
5427 "filesystem."
5428 msgstr ""
5429
5430 #. type: textblock
5431 #: ../src/guestfs.pod:2822
5432 msgid ""
5433 "Although libguestfs probably does not impose any limit, the underlying host "
5434 "storage will.  If you store disk images on a host ext4 filesystem, then the "
5435 "maximum size will be limited by the maximum ext4 file size (currently 16 "
5436 "TB).  If you store disk images as host logical volumes then you are limited "
5437 "by the maximum size of an LV."
5438 msgstr ""
5439
5440 #. type: textblock
5441 #: ../src/guestfs.pod:2828
5442 msgid ""
5443 "For the hugest disk image files, we recommend using XFS on the host for "
5444 "storage."
5445 msgstr ""
5446
5447 #. type: =head2
5448 #: ../src/guestfs.pod:2831
5449 msgid "MAXIMUM SIZE OF A PARTITION"
5450 msgstr ""
5451
5452 #. type: textblock
5453 #: ../src/guestfs.pod:2833
5454 msgid ""
5455 "The MBR (ie. classic MS-DOS) partitioning scheme uses 32 bit sector "
5456 "numbers.  Assuming a 512 byte sector size, this means that MBR cannot "
5457 "address a partition located beyond 2 TB on the disk."
5458 msgstr ""
5459
5460 #. type: textblock
5461 #: ../src/guestfs.pod:2837
5462 msgid ""
5463 "It is recommended that you use GPT partitions on disks which are larger than "
5464 "this size.  GPT uses 64 bit sector numbers and so can address partitions "
5465 "which are theoretically larger than the largest disk we could support."
5466 msgstr ""
5467
5468 #. type: =head2
5469 #: ../src/guestfs.pod:2842
5470 msgid "MAXIMUM SIZE OF A FILESYSTEM, FILES, DIRECTORIES"
5471 msgstr ""
5472
5473 #. type: textblock
5474 #: ../src/guestfs.pod:2844
5475 msgid ""
5476 "This depends on the filesystem type.  libguestfs itself does not impose any "
5477 "known limit.  Consult Wikipedia or the filesystem documentation to find out "
5478 "what these limits are."
5479 msgstr ""
5480
5481 #. type: =head2
5482 #: ../src/guestfs.pod:2848
5483 msgid "MAXIMUM UPLOAD AND DOWNLOAD"
5484 msgstr ""
5485
5486 #. type: textblock
5487 #: ../src/guestfs.pod:2850
5488 msgid ""
5489 "The API functions L</guestfs_upload>, L</guestfs_download>, "
5490 "L</guestfs_tar_in>, L</guestfs_tar_out> and the like allow unlimited sized "
5491 "uploads and downloads."
5492 msgstr ""
5493
5494 #. type: =head2
5495 #: ../src/guestfs.pod:2854
5496 msgid "INSPECTION LIMITS"
5497 msgstr ""
5498
5499 #. type: textblock
5500 #: ../src/guestfs.pod:2856
5501 msgid ""
5502 "The inspection code has several arbitrary limits on things like the size of "
5503 "Windows Registry hive it will read, and the length of product name.  These "
5504 "are intended to stop a malicious guest from consuming arbitrary amounts of "
5505 "memory and disk space on the host, and should not be reached in practice.  "
5506 "See the source code for more information."
5507 msgstr ""
5508
5509 #. type: =head1
5510 #: ../src/guestfs.pod:2862 ../fish/guestfish.pod:1017 ../test-tool/libguestfs-test-tool.pod:82 ../tools/virt-edit.pl:476
5511 msgid "ENVIRONMENT VARIABLES"
5512 msgstr ""
5513
5514 #. type: =item
5515 #: ../src/guestfs.pod:2866 ../fish/guestfish.pod:1043
5516 msgid "LIBGUESTFS_APPEND"
5517 msgstr ""
5518
5519 #. type: textblock
5520 #: ../src/guestfs.pod:2868 ../fish/guestfish.pod:1045
5521 msgid "Pass additional options to the guest kernel."
5522 msgstr ""
5523
5524 #. type: =item
5525 #: ../src/guestfs.pod:2870 ../fish/guestfish.pod:1047
5526 msgid "LIBGUESTFS_DEBUG"
5527 msgstr ""
5528
5529 #. type: textblock
5530 #: ../src/guestfs.pod:2872
5531 msgid ""
5532 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5533 "effect as calling C<guestfs_set_verbose (g, 1)>."
5534 msgstr ""
5535
5536 #. type: =item
5537 #: ../src/guestfs.pod:2875 ../fish/guestfish.pod:1052
5538 msgid "LIBGUESTFS_MEMSIZE"
5539 msgstr ""
5540
5541 #. type: textblock
5542 #: ../src/guestfs.pod:2877 ../fish/guestfish.pod:1054
5543 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
5544 msgstr ""
5545
5546 #. type: verbatim
5547 #: ../src/guestfs.pod:2880 ../fish/guestfish.pod:1057
5548 #, no-wrap
5549 msgid ""
5550 " LIBGUESTFS_MEMSIZE=700\n"
5551 "\n"
5552 msgstr ""
5553
5554 #. type: =item
5555 #: ../src/guestfs.pod:2882 ../fish/guestfish.pod:1059
5556 msgid "LIBGUESTFS_PATH"
5557 msgstr ""
5558
5559 #. type: textblock
5560 #: ../src/guestfs.pod:2884
5561 msgid ""
5562 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5563 "the discussion of paths in section L</PATH> above."
5564 msgstr ""
5565
5566 #. type: =item
5567 #: ../src/guestfs.pod:2887 ../fish/guestfish.pod:1064
5568 msgid "LIBGUESTFS_QEMU"
5569 msgstr ""
5570
5571 #. type: textblock
5572 #: ../src/guestfs.pod:2889 ../fish/guestfish.pod:1066
5573 msgid ""
5574 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5575 "which was found at compile time by the configure script is used."
5576 msgstr ""
5577
5578 #. type: textblock
5579 #: ../src/guestfs.pod:2893
5580 msgid "See also L</QEMU WRAPPERS> above."
5581 msgstr ""
5582
5583 #. type: =item
5584 #: ../src/guestfs.pod:2895 ../fish/guestfish.pod:1070
5585 msgid "LIBGUESTFS_TRACE"
5586 msgstr ""
5587
5588 #. type: textblock
5589 #: ../src/guestfs.pod:2897
5590 msgid ""
5591 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5592 "effect as calling C<guestfs_set_trace (g, 1)>."
5593 msgstr ""
5594
5595 #. type: =item
5596 #: ../src/guestfs.pod:2900 ../fish/guestfish.pod:1079
5597 msgid "TMPDIR"
5598 msgstr ""
5599
5600 #. type: textblock
5601 #: ../src/guestfs.pod:2902 ../fish/guestfish.pod:1081
5602 msgid ""
5603 "Location of temporary directory, defaults to C</tmp> except for the cached "
5604 "supermin appliance which defaults to C</var/tmp>."
5605 msgstr ""
5606
5607 #. type: textblock
5608 #: ../src/guestfs.pod:2905 ../fish/guestfish.pod:1084
5609 msgid ""
5610 "If libguestfs was compiled to use the supermin appliance then the real "
5611 "appliance is cached in this directory, shared between all handles belonging "
5612 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5613 "use in case C</var/tmp> is not large enough."
5614 msgstr ""
5615
5616 #. type: =head1
5617 #: ../src/guestfs.pod:2913 ../fish/guestfish.pod:1151 ../test-tool/libguestfs-test-tool.pod:87 ../fuse/guestmount.pod:269 ../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
5618 msgid "SEE ALSO"
5619 msgstr ""
5620
5621 #. type: textblock
5622 #: ../src/guestfs.pod:2915
5623 msgid ""
5624 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, "
5625 "L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, "
5626 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
5627 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
5628 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
5629 "L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, "
5630 "L<virt-win-reg(1)>, L<qemu(1)>, L<febootstrap(1)>, L<hivex(3)>, "
5631 "L<http://libguestfs.org/>."
5632 msgstr ""
5633
5634 #. type: textblock
5635 #: ../src/guestfs.pod:2942
5636 msgid ""
5637 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
5638 "L<lvm(8)>, L<disktype(1)>."
5639 msgstr ""
5640
5641 #. type: =head1
5642 #: ../src/guestfs.pod:2949 ../tools/virt-win-reg.pl:587 ../tools/virt-make-fs.pl:553
5643 msgid "BUGS"
5644 msgstr ""
5645
5646 #. type: textblock
5647 #: ../src/guestfs.pod:2951
5648 msgid "To get a list of bugs against libguestfs use this link:"
5649 msgstr ""
5650
5651 #. type: textblock
5652 #: ../src/guestfs.pod:2953
5653 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
5654 msgstr ""
5655
5656 #. type: textblock
5657 #: ../src/guestfs.pod:2955
5658 msgid "To report a new bug against libguestfs use this link:"
5659 msgstr ""
5660
5661 #. type: textblock
5662 #: ../src/guestfs.pod:2957
5663 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
5664 msgstr ""
5665
5666 #. type: textblock
5667 #: ../src/guestfs.pod:2959
5668 msgid "When reporting a bug, please check:"
5669 msgstr ""
5670
5671 #. type: textblock
5672 #: ../src/guestfs.pod:2965
5673 msgid "That the bug hasn't been reported already."
5674 msgstr ""
5675
5676 #. type: textblock
5677 #: ../src/guestfs.pod:2969
5678 msgid "That you are testing a recent version."
5679 msgstr ""
5680
5681 #. type: textblock
5682 #: ../src/guestfs.pod:2973
5683 msgid "Describe the bug accurately, and give a way to reproduce it."
5684 msgstr ""
5685
5686 #. type: textblock
5687 #: ../src/guestfs.pod:2977
5688 msgid ""
5689 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5690 "bug report."
5691 msgstr ""
5692
5693 #. type: =head1
5694 #: ../src/guestfs.pod:2982 ../fish/guestfish.pod:1174 ../test-tool/libguestfs-test-tool.pod:93 ../fuse/guestmount.pod:280
5695 msgid "AUTHORS"
5696 msgstr ""
5697
5698 #. type: textblock
5699 #: ../src/guestfs.pod:2984 ../fish/guestfish.pod:1176 ../test-tool/libguestfs-test-tool.pod:95 ../fuse/guestmount.pod:282
5700 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5701 msgstr ""
5702
5703 #. type: =head1
5704 #: ../src/guestfs.pod:2986 ../fish/guestfish.pod:1178 ../test-tool/libguestfs-test-tool.pod:97 ../fuse/guestmount.pod:284 ../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
5705 msgid "COPYRIGHT"
5706 msgstr ""
5707
5708 #. type: textblock
5709 #: ../src/guestfs.pod:2988 ../fish/guestfish.pod:1180 ../test-tool/libguestfs-test-tool.pod:99
5710 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
5711 msgstr ""
5712
5713 #. type: textblock
5714 #: ../src/guestfs.pod:2991
5715 msgid ""
5716 "This library is free software; you can redistribute it and/or modify it "
5717 "under the terms of the GNU Lesser General Public License as published by the "
5718 "Free Software Foundation; either version 2 of the License, or (at your "
5719 "option) any later version."
5720 msgstr ""
5721
5722 #. type: textblock
5723 #: ../src/guestfs.pod:2996
5724 msgid ""
5725 "This library is distributed in the hope that it will be useful, but WITHOUT "
5726 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5727 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5728 "for more details."
5729 msgstr ""
5730
5731 #. type: textblock
5732 #: ../src/guestfs.pod:3001
5733 msgid ""
5734 "You should have received a copy of the GNU Lesser General Public License "
5735 "along with this library; if not, write to the Free Software Foundation, "
5736 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5737 msgstr ""
5738
5739 #. type: =head2
5740 #: ../src/guestfs-actions.pod:1
5741 msgid "guestfs_add_cdrom"
5742 msgstr ""
5743
5744 #. type: verbatim
5745 #: ../src/guestfs-actions.pod:3
5746 #, no-wrap
5747 msgid ""
5748 " int\n"
5749 " guestfs_add_cdrom (guestfs_h *g,\n"
5750 "                    const char *filename);\n"
5751 "\n"
5752 msgstr ""
5753
5754 #. type: textblock
5755 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5756 msgid "This function adds a virtual CD-ROM disk image to the guest."
5757 msgstr ""
5758
5759 #. type: textblock
5760 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5761 msgid "This is equivalent to the qemu parameter I<-cdrom filename>."
5762 msgstr ""
5763
5764 #. type: textblock
5765 #: ../src/guestfs-actions.pod:17
5766 msgid ""
5767 "This call checks for the existence of C<filename>.  This stops you from "
5768 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5769 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5770 "instead."
5771 msgstr ""
5772
5773 #. type: textblock
5774 #: ../src/guestfs-actions.pod:24
5775 msgid ""
5776 "If you just want to add an ISO file (often you use this as an efficient way "
5777 "to transfer large files into the guest), then you should probably use "
5778 "C<guestfs_add_drive_ro> instead."
5779 msgstr ""
5780
5781 #. type: textblock
5782 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:140 ../src/guestfs-actions.pod:201 ../src/guestfs-actions.pod:238 ../src/guestfs-actions.pod:252 ../src/guestfs-actions.pod:273 ../src/guestfs-actions.pod:293 ../src/guestfs-actions.pod:307 ../src/guestfs-actions.pod:422 ../src/guestfs-actions.pod:442 ../src/guestfs-actions.pod:456 ../src/guestfs-actions.pod:501 ../src/guestfs-actions.pod:529 ../src/guestfs-actions.pod:547 ../src/guestfs-actions.pod:614 ../src/guestfs-actions.pod:647 ../src/guestfs-actions.pod:661 ../src/guestfs-actions.pod:676 ../src/guestfs-actions.pod:775 ../src/guestfs-actions.pod:793 ../src/guestfs-actions.pod:807 ../src/guestfs-actions.pod:821 ../src/guestfs-actions.pod:982 ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:1020 ../src/guestfs-actions.pod:1104 ../src/guestfs-actions.pod:1122 ../src/guestfs-actions.pod:1141 ../src/guestfs-actions.pod:1155 ../src/guestfs-actions.pod:1175 ../src/guestfs-actions.pod:1245 ../src/guestfs-actions.pod:1276 ../src/guestfs-actions.pod:1301 ../src/guestfs-actions.pod:1343 ../src/guestfs-actions.pod:1449 ../src/guestfs-actions.pod:1483 ../src/guestfs-actions.pod:1701 ../src/guestfs-actions.pod:1723 ../src/guestfs-actions.pod:1810 ../src/guestfs-actions.pod:2272 ../src/guestfs-actions.pod:2416 ../src/guestfs-actions.pod:2477 ../src/guestfs-actions.pod:2512 ../src/guestfs-actions.pod:3465 ../src/guestfs-actions.pod:3480 ../src/guestfs-actions.pod:3505 ../src/guestfs-actions.pod:3660 ../src/guestfs-actions.pod:3674 ../src/guestfs-actions.pod:3687 ../src/guestfs-actions.pod:3701 ../src/guestfs-actions.pod:3716 ../src/guestfs-actions.pod:3752 ../src/guestfs-actions.pod:3824 ../src/guestfs-actions.pod:3844 ../src/guestfs-actions.pod:3861 ../src/guestfs-actions.pod:3884 ../src/guestfs-actions.pod:3907 ../src/guestfs-actions.pod:3939 ../src/guestfs-actions.pod:3958 ../src/guestfs-actions.pod:3977 ../src/guestfs-actions.pod:4012 ../src/guestfs-actions.pod:4024 ../src/guestfs-actions.pod:4060 ../src/guestfs-actions.pod:4076 ../src/guestfs-actions.pod:4089 ../src/guestfs-actions.pod:4104 ../src/guestfs-actions.pod:4121 ../src/guestfs-actions.pod:4214 ../src/guestfs-actions.pod:4234 ../src/guestfs-actions.pod:4247 ../src/guestfs-actions.pod:4298 ../src/guestfs-actions.pod:4316 ../src/guestfs-actions.pod:4334 ../src/guestfs-actions.pod:4350 ../src/guestfs-actions.pod:4364 ../src/guestfs-actions.pod:4378 ../src/guestfs-actions.pod:4395 ../src/guestfs-actions.pod:4410 ../src/guestfs-actions.pod:4430 ../src/guestfs-actions.pod:4488 ../src/guestfs-actions.pod:4561 ../src/guestfs-actions.pod:4592 ../src/guestfs-actions.pod:4611 ../src/guestfs-actions.pod:4630 ../src/guestfs-actions.pod:4642 ../src/guestfs-actions.pod:4659 ../src/guestfs-actions.pod:4672 ../src/guestfs-actions.pod:4687 ../src/guestfs-actions.pod:4702 ../src/guestfs-actions.pod:4737 ../src/guestfs-actions.pod:4752 ../src/guestfs-actions.pod:4772 ../src/guestfs-actions.pod:4786 ../src/guestfs-actions.pod:4803 ../src/guestfs-actions.pod:4852 ../src/guestfs-actions.pod:4889 ../src/guestfs-actions.pod:4903 ../src/guestfs-actions.pod:4931 ../src/guestfs-actions.pod:4948 ../src/guestfs-actions.pod:4966 ../src/guestfs-actions.pod:5100 ../src/guestfs-actions.pod:5157 ../src/guestfs-actions.pod:5179 ../src/guestfs-actions.pod:5197 ../src/guestfs-actions.pod:5229 ../src/guestfs-actions.pod:5295 ../src/guestfs-actions.pod:5312 ../src/guestfs-actions.pod:5325 ../src/guestfs-actions.pod:5339 ../src/guestfs-actions.pod:5628 ../src/guestfs-actions.pod:5647 ../src/guestfs-actions.pod:5666 ../src/guestfs-actions.pod:5678 ../src/guestfs-actions.pod:5690 ../src/guestfs-actions.pod:5704 ../src/guestfs-actions.pod:5716 ../src/guestfs-actions.pod:5730 ../src/guestfs-actions.pod:5746 ../src/guestfs-actions.pod:5767 ../src/guestfs-actions.pod:5786 ../src/guestfs-actions.pod:5805 ../src/guestfs-actions.pod:5835 ../src/guestfs-actions.pod:5851 ../src/guestfs-actions.pod:5874 ../src/guestfs-actions.pod:5892 ../src/guestfs-actions.pod:5911 ../src/guestfs-actions.pod:5932 ../src/guestfs-actions.pod:5951 ../src/guestfs-actions.pod:5968 ../src/guestfs-actions.pod:5996 ../src/guestfs-actions.pod:6020 ../src/guestfs-actions.pod:6039 ../src/guestfs-actions.pod:6063 ../src/guestfs-actions.pod:6082 ../src/guestfs-actions.pod:6097 ../src/guestfs-actions.pod:6116 ../src/guestfs-actions.pod:6153 ../src/guestfs-actions.pod:6176 ../src/guestfs-actions.pod:6202 ../src/guestfs-actions.pod:6310 ../src/guestfs-actions.pod:6431 ../src/guestfs-actions.pod:6443 ../src/guestfs-actions.pod:6456 ../src/guestfs-actions.pod:6469 ../src/guestfs-actions.pod:6491 ../src/guestfs-actions.pod:6504 ../src/guestfs-actions.pod:6517 ../src/guestfs-actions.pod:6530 ../src/guestfs-actions.pod:6545 ../src/guestfs-actions.pod:6604 ../src/guestfs-actions.pod:6621 ../src/guestfs-actions.pod:6637 ../src/guestfs-actions.pod:6653 ../src/guestfs-actions.pod:6670 ../src/guestfs-actions.pod:6683 ../src/guestfs-actions.pod:6703 ../src/guestfs-actions.pod:6739 ../src/guestfs-actions.pod:6753 ../src/guestfs-actions.pod:6794 ../src/guestfs-actions.pod:6807 ../src/guestfs-actions.pod:6825 ../src/guestfs-actions.pod:6859 ../src/guestfs-actions.pod:6895 ../src/guestfs-actions.pod:7014 ../src/guestfs-actions.pod:7032 ../src/guestfs-actions.pod:7046 ../src/guestfs-actions.pod:7101 ../src/guestfs-actions.pod:7114 ../src/guestfs-actions.pod:7159 ../src/guestfs-actions.pod:7192 ../src/guestfs-actions.pod:7246 ../src/guestfs-actions.pod:7272 ../src/guestfs-actions.pod:7338 ../src/guestfs-actions.pod:7357 ../src/guestfs-actions.pod:7386
5783 msgid "This function returns 0 on success or -1 on error."
5784 msgstr ""
5785
5786 #. type: textblock
5787 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:254 ../src/guestfs-actions.pod:275 ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:163 ../fish/guestfish-actions.pod:177
5788 msgid ""
5789 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5790 "instead."
5791 msgstr ""
5792
5793 #. type: textblock
5794 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:257 ../src/guestfs-actions.pod:278 ../src/guestfs-actions.pod:1454 ../src/guestfs-actions.pod:1950 ../src/guestfs-actions.pod:1971 ../src/guestfs-actions.pod:4435 ../src/guestfs-actions.pod:7280 ../src/guestfs-actions.pod:7449 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:166 ../fish/guestfish-actions.pod:180 ../fish/guestfish-actions.pod:961 ../fish/guestfish-actions.pod:1324 ../fish/guestfish-actions.pod:1338 ../fish/guestfish-actions.pod:3013 ../fish/guestfish-actions.pod:4871 ../fish/guestfish-actions.pod:4968
5795 msgid ""
5796 "Deprecated functions will not be removed from the API, but the fact that "
5797 "they are deprecated indicates that there are problems with correct use of "
5798 "these functions."
5799 msgstr ""
5800
5801 #. type: textblock
5802 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:142 ../src/guestfs-actions.pod:1106 ../src/guestfs-actions.pod:1922 ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:2123 ../src/guestfs-actions.pod:3467 ../src/guestfs-actions.pod:3487 ../src/guestfs-actions.pod:4739 ../src/guestfs-actions.pod:5853 ../src/guestfs-actions.pod:5970 ../src/guestfs-actions.pod:6084 ../src/guestfs-actions.pod:6547 ../src/guestfs-actions.pod:6672 ../src/guestfs-actions.pod:7194
5803 msgid "(Added in 0.3)"
5804 msgstr ""
5805
5806 #. type: =head2
5807 #: ../src/guestfs-actions.pod:41
5808 msgid "guestfs_add_domain"
5809 msgstr ""
5810
5811 #. type: verbatim
5812 #: ../src/guestfs-actions.pod:43
5813 #, no-wrap
5814 msgid ""
5815 " int\n"
5816 " guestfs_add_domain (guestfs_h *g,\n"
5817 "                     const char *dom,\n"
5818 "                     ...);\n"
5819 "\n"
5820 msgstr ""
5821
5822 #. type: textblock
5823 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:151 ../src/guestfs-actions.pod:4449
5824 msgid ""
5825 "You may supply a list of optional arguments to this call.  Use zero or more "
5826 "of the following pairs of parameters, and terminate the list with C<-1> on "
5827 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5828 msgstr ""
5829
5830 #. type: verbatim
5831 #: ../src/guestfs-actions.pod:53
5832 #, no-wrap
5833 msgid ""
5834 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5835 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5836 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5837 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
5838 " GUESTFS_ADD_DOMAIN_ALLOWUUID, int allowuuid,\n"
5839 "\n"
5840 msgstr ""
5841
5842 #. type: textblock
5843 #: ../src/guestfs-actions.pod:59
5844 msgid ""
5845 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5846 "It works by connecting to libvirt, requesting the domain and domain XML from "
5847 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5848 "one."
5849 msgstr ""
5850
5851 #. type: textblock
5852 #: ../src/guestfs-actions.pod:64 ../fish/guestfish-actions.pod:46
5853 msgid ""
5854 "The number of disks added is returned.  This operation is atomic: if an "
5855 "error is returned, then no disks are added."
5856 msgstr ""
5857
5858 #. type: textblock
5859 #: ../src/guestfs-actions.pod:67 ../fish/guestfish-actions.pod:49
5860 msgid ""
5861 "This function does some minimal checks to make sure the libvirt domain is "
5862 "not running (unless C<readonly> is true).  In a future version we will try "
5863 "to acquire the libvirt lock on each disk."
5864 msgstr ""
5865
5866 #. type: textblock
5867 #: ../src/guestfs-actions.pod:71 ../fish/guestfish-actions.pod:53
5868 msgid ""
5869 "Disks must be accessible locally.  This often means that adding disks from a "
5870 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5871 "unless those disks are accessible via the same device path locally too."
5872 msgstr ""
5873
5874 #. type: textblock
5875 #: ../src/guestfs-actions.pod:76 ../fish/guestfish-actions.pod:58
5876 msgid ""
5877 "The optional C<libvirturi> parameter sets the libvirt URI (see "
5878 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
5879 "default libvirt URI (or one set through an environment variable, see the "
5880 "libvirt documentation for full details)."
5881 msgstr ""
5882
5883 #. type: textblock
5884 #: ../src/guestfs-actions.pod:82 ../fish/guestfish-actions.pod:64
5885 msgid ""
5886 "The optional C<live> flag controls whether this call will try to connect to "
5887 "a running virtual machine C<guestfsd> process if it sees a suitable "
5888 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
5889 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
5890 "DAEMONS> for more information."
5891 msgstr ""
5892
5893 #. type: textblock
5894 #: ../src/guestfs-actions.pod:89 ../fish/guestfish-actions.pod:71
5895 msgid ""
5896 "If the C<allowuuid> flag is true (default is false) then a UUID I<may> be "
5897 "passed instead of the domain name.  The C<dom> string is treated as a UUID "
5898 "first and looked up, and if that lookup fails then we treat C<dom> as a name "
5899 "as usual."
5900 msgstr ""
5901
5902 #. type: textblock
5903 #: ../src/guestfs-actions.pod:94
5904 msgid ""
5905 "The other optional parameters are passed directly through to "
5906 "C<guestfs_add_drive_opts>."
5907 msgstr ""
5908
5909 #. type: textblock
5910 #: ../src/guestfs-actions.pod:97 ../src/guestfs-actions.pod:350 ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:693 ../src/guestfs-actions.pod:724 ../src/guestfs-actions.pod:742 ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:1321 ../src/guestfs-actions.pod:1680 ../src/guestfs-actions.pod:1883 ../src/guestfs-actions.pod:1992 ../src/guestfs-actions.pod:2032 ../src/guestfs-actions.pod:2087 ../src/guestfs-actions.pod:2110 ../src/guestfs-actions.pod:2403 ../src/guestfs-actions.pod:2786 ../src/guestfs-actions.pod:2807 ../src/guestfs-actions.pod:4875 ../src/guestfs-actions.pod:5003 ../src/guestfs-actions.pod:5409 ../src/guestfs-actions.pod:5435 ../src/guestfs-actions.pod:6780 ../src/guestfs-actions.pod:7205 ../src/guestfs-actions.pod:7218 ../src/guestfs-actions.pod:7231
5911 msgid "On error this function returns -1."
5912 msgstr ""
5913
5914 #. type: textblock
5915 #: ../src/guestfs-actions.pod:99
5916 msgid "(Added in 1.7.4)"
5917 msgstr ""
5918
5919 #. type: =head2
5920 #: ../src/guestfs-actions.pod:101
5921 msgid "guestfs_add_domain_va"
5922 msgstr ""
5923
5924 #. type: verbatim
5925 #: ../src/guestfs-actions.pod:103
5926 #, no-wrap
5927 msgid ""
5928 " int\n"
5929 " guestfs_add_domain_va (guestfs_h *g,\n"
5930 "                        const char *dom,\n"
5931 "                        va_list args);\n"
5932 "\n"
5933 msgstr ""
5934
5935 #. type: textblock
5936 #: ../src/guestfs-actions.pod:108
5937 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5938 msgstr ""
5939
5940 #. type: textblock
5941 #: ../src/guestfs-actions.pod:110 ../src/guestfs-actions.pod:121 ../src/guestfs-actions.pod:214 ../src/guestfs-actions.pod:225 ../src/guestfs-actions.pod:4502 ../src/guestfs-actions.pod:4514
5942 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5943 msgstr ""
5944
5945 #. type: =head2
5946 #: ../src/guestfs-actions.pod:112
5947 msgid "guestfs_add_domain_argv"
5948 msgstr ""
5949
5950 #. type: verbatim
5951 #: ../src/guestfs-actions.pod:114
5952 #, no-wrap
5953 msgid ""
5954 " int\n"
5955 " guestfs_add_domain_argv (guestfs_h *g,\n"
5956 "                          const char *dom,\n"
5957 "                          const struct guestfs_add_domain_argv *optargs);\n"
5958 "\n"
5959 msgstr ""
5960
5961 #. type: textblock
5962 #: ../src/guestfs-actions.pod:119
5963 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5964 msgstr ""
5965
5966 #. type: =head2
5967 #: ../src/guestfs-actions.pod:123
5968 msgid "guestfs_add_drive"
5969 msgstr ""
5970
5971 #. type: verbatim
5972 #: ../src/guestfs-actions.pod:125
5973 #, no-wrap
5974 msgid ""
5975 " int\n"
5976 " guestfs_add_drive (guestfs_h *g,\n"
5977 "                    const char *filename);\n"
5978 "\n"
5979 msgstr ""
5980
5981 #. type: textblock
5982 #: ../src/guestfs-actions.pod:129
5983 msgid ""
5984 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5985 "optional parameters, so the disk is added writable, with the format being "
5986 "detected automatically."
5987 msgstr ""
5988
5989 #. type: textblock
5990 #: ../src/guestfs-actions.pod:133
5991 msgid ""
5992 "Automatic detection of the format opens you up to a potential security hole "
5993 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5994 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5995 "you should think about replacing calls to this function with calls to "
5996 "C<guestfs_add_drive_opts>, and specifying the format."
5997 msgstr ""
5998
5999 #. type: =head2
6000 #: ../src/guestfs-actions.pod:144
6001 msgid "guestfs_add_drive_opts"
6002 msgstr ""
6003
6004 #. type: verbatim
6005 #: ../src/guestfs-actions.pod:146
6006 #, no-wrap
6007 msgid ""
6008 " int\n"
6009 " guestfs_add_drive_opts (guestfs_h *g,\n"
6010 "                         const char *filename,\n"
6011 "                         ...);\n"
6012 "\n"
6013 msgstr ""
6014
6015 #. type: verbatim
6016 #: ../src/guestfs-actions.pod:156
6017 #, no-wrap
6018 msgid ""
6019 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6020 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6021 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6022 "\n"
6023 msgstr ""
6024
6025 #. type: textblock
6026 #: ../src/guestfs-actions.pod:160 ../fish/guestfish-actions.pod:102
6027 msgid ""
6028 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6029 "The first time you call this function, the disk appears as C</dev/sda>, the "
6030 "second time as C</dev/sdb>, and so on."
6031 msgstr ""
6032
6033 #. type: textblock
6034 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:107
6035 msgid ""
6036 "You don't necessarily need to be root when using libguestfs.  However you "
6037 "obviously do need sufficient permissions to access the filename for whatever "
6038 "operations you want to perform (ie. read access if you just want to read the "
6039 "image or write access if you want to modify the image)."
6040 msgstr ""
6041
6042 #. type: textblock
6043 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:113
6044 msgid "This call checks that C<filename> exists."
6045 msgstr ""
6046
6047 #. type: textblock
6048 #: ../src/guestfs-actions.pod:173 ../src/guestfs-actions.pod:4460 ../fish/guestfish-actions.pod:115 ../fish/guestfish-actions.pod:3024
6049 msgid "The optional arguments are:"
6050 msgstr ""
6051
6052 #. type: =item
6053 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:119
6054 msgid "C<readonly>"
6055 msgstr ""
6056
6057 #. type: textblock
6058 #: ../src/guestfs-actions.pod:179 ../fish/guestfish-actions.pod:121
6059 msgid ""
6060 "If true then the image is treated as read-only.  Writes are still allowed, "
6061 "but they are stored in a temporary snapshot overlay which is discarded at "
6062 "the end.  The disk that you add is not modified."
6063 msgstr ""
6064
6065 #. type: =item
6066 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:125
6067 msgid "C<format>"
6068 msgstr ""
6069
6070 #. type: textblock
6071 #: ../src/guestfs-actions.pod:185
6072 msgid ""
6073 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6074 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6075 "Possible formats include C<raw> and C<qcow2>."
6076 msgstr ""
6077
6078 #. type: textblock
6079 #: ../src/guestfs-actions.pod:189 ../fish/guestfish-actions.pod:131
6080 msgid ""
6081 "Automatic detection of the format opens you up to a potential security hole "
6082 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6083 "RHBZ#642934.  Specifying the format closes this security hole."
6084 msgstr ""
6085
6086 #. type: =item
6087 #: ../src/guestfs-actions.pod:194 ../fish/guestfish-actions.pod:136
6088 msgid "C<iface>"
6089 msgstr ""
6090
6091 #. type: textblock
6092 #: ../src/guestfs-actions.pod:196
6093 msgid ""
6094 "This rarely-used option lets you emulate the behaviour of the deprecated "
6095 "C<guestfs_add_drive_with_if> call (q.v.)"
6096 msgstr ""
6097
6098 #. type: textblock
6099 #: ../src/guestfs-actions.pod:203
6100 msgid "(Added in 1.5.23)"
6101 msgstr ""
6102
6103 #. type: =head2
6104 #: ../src/guestfs-actions.pod:205
6105 msgid "guestfs_add_drive_opts_va"
6106 msgstr ""
6107
6108 #. type: verbatim
6109 #: ../src/guestfs-actions.pod:207
6110 #, no-wrap
6111 msgid ""
6112 " int\n"
6113 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6114 "                            const char *filename,\n"
6115 "                            va_list args);\n"
6116 "\n"
6117 msgstr ""
6118
6119 #. type: textblock
6120 #: ../src/guestfs-actions.pod:212
6121 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6122 msgstr ""
6123
6124 #. type: =head2
6125 #: ../src/guestfs-actions.pod:216
6126 msgid "guestfs_add_drive_opts_argv"
6127 msgstr ""
6128
6129 #. type: verbatim
6130 #: ../src/guestfs-actions.pod:218
6131 #, no-wrap
6132 msgid ""
6133 " int\n"
6134 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6135 "                              const char *filename,\n"
6136 "                              const struct guestfs_add_drive_opts_argv "
6137 "*optargs);\n"
6138 "\n"
6139 msgstr ""
6140
6141 #. type: textblock
6142 #: ../src/guestfs-actions.pod:223
6143 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6144 msgstr ""
6145
6146 #. type: =head2
6147 #: ../src/guestfs-actions.pod:227
6148 msgid "guestfs_add_drive_ro"
6149 msgstr ""
6150
6151 #. type: verbatim
6152 #: ../src/guestfs-actions.pod:229
6153 #, no-wrap
6154 msgid ""
6155 " int\n"
6156 " guestfs_add_drive_ro (guestfs_h *g,\n"
6157 "                       const char *filename);\n"
6158 "\n"
6159 msgstr ""
6160
6161 #. type: textblock
6162 #: ../src/guestfs-actions.pod:233
6163 msgid ""
6164 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6165 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6166 "disk is added read-only, with the format being detected automatically."
6167 msgstr ""
6168
6169 #. type: textblock
6170 #: ../src/guestfs-actions.pod:240
6171 msgid "(Added in 1.0.38)"
6172 msgstr ""
6173
6174 #. type: =head2
6175 #: ../src/guestfs-actions.pod:242
6176 msgid "guestfs_add_drive_ro_with_if"
6177 msgstr ""
6178
6179 #. type: verbatim
6180 #: ../src/guestfs-actions.pod:244
6181 #, no-wrap
6182 msgid ""
6183 " int\n"
6184 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6185 "                               const char *filename,\n"
6186 "                               const char *iface);\n"
6187 "\n"
6188 msgstr ""
6189
6190 #. type: textblock
6191 #: ../src/guestfs-actions.pod:249
6192 msgid ""
6193 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6194 "QEMU interface emulation to use at run time."
6195 msgstr ""
6196
6197 #. type: textblock
6198 #: ../src/guestfs-actions.pod:261 ../src/guestfs-actions.pod:282 ../src/guestfs-actions.pod:2362
6199 msgid "(Added in 1.0.84)"
6200 msgstr ""
6201
6202 #. type: =head2
6203 #: ../src/guestfs-actions.pod:263
6204 msgid "guestfs_add_drive_with_if"
6205 msgstr ""
6206
6207 #. type: verbatim
6208 #: ../src/guestfs-actions.pod:265
6209 #, no-wrap
6210 msgid ""
6211 " int\n"
6212 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6213 "                            const char *filename,\n"
6214 "                            const char *iface);\n"
6215 "\n"
6216 msgstr ""
6217
6218 #. type: textblock
6219 #: ../src/guestfs-actions.pod:270
6220 msgid ""
6221 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6222 "QEMU interface emulation to use at run time."
6223 msgstr ""
6224
6225 #. type: =head2
6226 #: ../src/guestfs-actions.pod:284
6227 msgid "guestfs_aug_clear"
6228 msgstr ""
6229
6230 #. type: verbatim
6231 #: ../src/guestfs-actions.pod:286
6232 #, no-wrap
6233 msgid ""
6234 " int\n"
6235 " guestfs_aug_clear (guestfs_h *g,\n"
6236 "                    const char *augpath);\n"
6237 "\n"
6238 msgstr ""
6239
6240 #. type: textblock
6241 #: ../src/guestfs-actions.pod:290 ../fish/guestfish-actions.pod:188
6242 msgid ""
6243 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6244 "L<augtool(1)> C<clear> command."
6245 msgstr ""
6246
6247 #. type: textblock
6248 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:2112
6249 msgid "(Added in 1.3.4)"
6250 msgstr ""
6251
6252 #. type: =head2
6253 #: ../src/guestfs-actions.pod:297
6254 msgid "guestfs_aug_close"
6255 msgstr ""
6256
6257 #. type: verbatim
6258 #: ../src/guestfs-actions.pod:299
6259 #, no-wrap
6260 msgid ""
6261 " int\n"
6262 " guestfs_aug_close (guestfs_h *g);\n"
6263 "\n"
6264 msgstr ""
6265
6266 #. type: textblock
6267 #: ../src/guestfs-actions.pod:302
6268 msgid ""
6269 "Close the current Augeas handle and free up any resources used by it.  After "
6270 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6271 "any other Augeas functions."
6272 msgstr ""
6273
6274 #. type: textblock
6275 #: ../src/guestfs-actions.pod:309 ../src/guestfs-actions.pod:334 ../src/guestfs-actions.pod:352 ../src/guestfs-actions.pod:366 ../src/guestfs-actions.pod:424 ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:458 ../src/guestfs-actions.pod:489 ../src/guestfs-actions.pod:503 ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:531 ../src/guestfs-actions.pod:549 ../src/guestfs-actions.pod:5486
6276 msgid "(Added in 0.7)"
6277 msgstr ""
6278
6279 #. type: =head2
6280 #: ../src/guestfs-actions.pod:311
6281 msgid "guestfs_aug_defnode"
6282 msgstr ""
6283
6284 #. type: verbatim
6285 #: ../src/guestfs-actions.pod:313
6286 #, no-wrap
6287 msgid ""
6288 " struct guestfs_int_bool *\n"
6289 " guestfs_aug_defnode (guestfs_h *g,\n"
6290 "                      const char *name,\n"
6291 "                      const char *expr,\n"
6292 "                      const char *val);\n"
6293 "\n"
6294 msgstr ""
6295
6296 #. type: textblock
6297 #: ../src/guestfs-actions.pod:319 ../fish/guestfish-actions.pod:204
6298 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6299 msgstr ""
6300
6301 #. type: textblock
6302 #: ../src/guestfs-actions.pod:322
6303 msgid ""
6304 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6305 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6306 "containing that single node."
6307 msgstr ""
6308
6309 #. type: textblock
6310 #: ../src/guestfs-actions.pod:326 ../fish/guestfish-actions.pod:211
6311 msgid ""
6312 "On success this returns a pair containing the number of nodes in the "
6313 "nodeset, and a boolean flag if a node was created."
6314 msgstr ""
6315
6316 #. type: textblock
6317 #: ../src/guestfs-actions.pod:330
6318 msgid ""
6319 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6320 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6321 msgstr ""
6322
6323 #. type: =head2
6324 #: ../src/guestfs-actions.pod:336
6325 msgid "guestfs_aug_defvar"
6326 msgstr ""
6327
6328 #. type: verbatim
6329 #: ../src/guestfs-actions.pod:338
6330 #, no-wrap
6331 msgid ""
6332 " int\n"
6333 " guestfs_aug_defvar (guestfs_h *g,\n"
6334 "                     const char *name,\n"
6335 "                     const char *expr);\n"
6336 "\n"
6337 msgstr ""
6338
6339 #. type: textblock
6340 #: ../src/guestfs-actions.pod:343 ../fish/guestfish-actions.pod:219
6341 msgid ""
6342 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6343 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6344 msgstr ""
6345
6346 #. type: textblock
6347 #: ../src/guestfs-actions.pod:347 ../fish/guestfish-actions.pod:223
6348 msgid ""
6349 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6350 "evaluates to something which is not a nodeset."
6351 msgstr ""
6352
6353 #. type: =head2
6354 #: ../src/guestfs-actions.pod:354
6355 msgid "guestfs_aug_get"
6356 msgstr ""
6357
6358 #. type: verbatim
6359 #: ../src/guestfs-actions.pod:356
6360 #, no-wrap
6361 msgid ""
6362 " char *\n"
6363 " guestfs_aug_get (guestfs_h *g,\n"
6364 "                  const char *augpath);\n"
6365 "\n"
6366 msgstr ""
6367
6368 #. type: textblock
6369 #: ../src/guestfs-actions.pod:360 ../fish/guestfish-actions.pod:230
6370 msgid ""
6371 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6372 "node, the C<value> is returned."
6373 msgstr ""
6374
6375 #. type: textblock
6376 #: ../src/guestfs-actions.pod:363 ../src/guestfs-actions.pod:863 ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:941 ../src/guestfs-actions.pod:957 ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1190 ../src/guestfs-actions.pod:1207 ../src/guestfs-actions.pod:1226 ../src/guestfs-actions.pod:1360 ../src/guestfs-actions.pod:1551 ../src/guestfs-actions.pod:1663 ../src/guestfs-actions.pod:1826 ../src/guestfs-actions.pod:1843 ../src/guestfs-actions.pod:1910 ../src/guestfs-actions.pod:1944 ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:2135 ../src/guestfs-actions.pod:2327 ../src/guestfs-actions.pod:2534 ../src/guestfs-actions.pod:2627 ../src/guestfs-actions.pod:2738 ../src/guestfs-actions.pod:2758 ../src/guestfs-actions.pod:2878 ../src/guestfs-actions.pod:2909 ../src/guestfs-actions.pod:2933 ../src/guestfs-actions.pod:2970 ../src/guestfs-actions.pod:3030 ../src/guestfs-actions.pod:3053 ../src/guestfs-actions.pod:3074 ../src/guestfs-actions.pod:3646 ../src/guestfs-actions.pod:3996 ../src/guestfs-actions.pod:4166 ../src/guestfs-actions.pod:4276 ../src/guestfs-actions.pod:5021 ../src/guestfs-actions.pod:5214 ../src/guestfs-actions.pod:5384 ../src/guestfs-actions.pod:5562 ../src/guestfs-actions.pod:5611 ../src/guestfs-actions.pod:6223 ../src/guestfs-actions.pod:6239 ../src/guestfs-actions.pod:6256 ../src/guestfs-actions.pod:6280 ../src/guestfs-actions.pod:6954 ../src/guestfs-actions.pod:6973 ../src/guestfs-actions.pod:6991 ../src/guestfs-actions.pod:7171 ../src/guestfs-actions.pod:7443
6377 msgid ""
6378 "This function returns a string, or NULL on error.  I<The caller must free "
6379 "the returned string after use>."
6380 msgstr ""
6381
6382 #. type: =head2
6383 #: ../src/guestfs-actions.pod:368
6384 msgid "guestfs_aug_init"
6385 msgstr ""
6386
6387 #. type: verbatim
6388 #: ../src/guestfs-actions.pod:370
6389 #, no-wrap
6390 msgid ""
6391 " int\n"
6392 " guestfs_aug_init (guestfs_h *g,\n"
6393 "                   const char *root,\n"
6394 "                   int flags);\n"
6395 "\n"
6396 msgstr ""
6397
6398 #. type: textblock
6399 #: ../src/guestfs-actions.pod:375 ../fish/guestfish-actions.pod:237
6400 msgid ""
6401 "Create a new Augeas handle for editing configuration files.  If there was "
6402 "any previous Augeas handle associated with this guestfs session, then it is "
6403 "closed."
6404 msgstr ""
6405
6406 #. type: textblock
6407 #: ../src/guestfs-actions.pod:379
6408 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6409 msgstr ""
6410
6411 #. type: textblock
6412 #: ../src/guestfs-actions.pod:382 ../fish/guestfish-actions.pod:244
6413 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6414 msgstr ""
6415
6416 #. type: textblock
6417 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:247
6418 msgid ""
6419 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6420 "logical I<or> of the following integers:"
6421 msgstr ""
6422
6423 #. type: =item
6424 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:253
6425 msgid "C<AUG_SAVE_BACKUP> = 1"
6426 msgstr ""
6427
6428 #. type: textblock
6429 #: ../src/guestfs-actions.pod:393 ../fish/guestfish-actions.pod:255
6430 msgid "Keep the original file with a C<.augsave> extension."
6431 msgstr ""
6432
6433 #. type: =item
6434 #: ../src/guestfs-actions.pod:395 ../fish/guestfish-actions.pod:257
6435 msgid "C<AUG_SAVE_NEWFILE> = 2"
6436 msgstr ""
6437
6438 #. type: textblock
6439 #: ../src/guestfs-actions.pod:397 ../fish/guestfish-actions.pod:259
6440 msgid ""
6441 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6442 "original.  Overrides C<AUG_SAVE_BACKUP>."
6443 msgstr ""
6444
6445 #. type: =item
6446 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:262
6447 msgid "C<AUG_TYPE_CHECK> = 4"
6448 msgstr ""
6449
6450 #. type: textblock
6451 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:264
6452 msgid "Typecheck lenses (can be expensive)."
6453 msgstr ""
6454
6455 #. type: =item
6456 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:266
6457 msgid "C<AUG_NO_STDINC> = 8"
6458 msgstr ""
6459
6460 #. type: textblock
6461 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:268
6462 msgid "Do not use standard load path for modules."
6463 msgstr ""
6464
6465 #. type: =item
6466 #: ../src/guestfs-actions.pod:408 ../fish/guestfish-actions.pod:270
6467 msgid "C<AUG_SAVE_NOOP> = 16"
6468 msgstr ""
6469
6470 #. type: textblock
6471 #: ../src/guestfs-actions.pod:410 ../fish/guestfish-actions.pod:272
6472 msgid "Make save a no-op, just record what would have been changed."
6473 msgstr ""
6474
6475 #. type: =item
6476 #: ../src/guestfs-actions.pod:412 ../fish/guestfish-actions.pod:274
6477 msgid "C<AUG_NO_LOAD> = 32"
6478 msgstr ""
6479
6480 #. type: textblock
6481 #: ../src/guestfs-actions.pod:414
6482 msgid "Do not load the tree in C<guestfs_aug_init>."
6483 msgstr ""
6484
6485 #. type: textblock
6486 #: ../src/guestfs-actions.pod:418
6487 msgid "To close the handle, you can call C<guestfs_aug_close>."
6488 msgstr ""
6489
6490 #. type: textblock
6491 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:282
6492 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6493 msgstr ""
6494
6495 #. type: =head2
6496 #: ../src/guestfs-actions.pod:426
6497 msgid "guestfs_aug_insert"
6498 msgstr ""
6499
6500 #. type: verbatim
6501 #: ../src/guestfs-actions.pod:428
6502 #, no-wrap
6503 msgid ""
6504 " int\n"
6505 " guestfs_aug_insert (guestfs_h *g,\n"
6506 "                     const char *augpath,\n"
6507 "                     const char *label,\n"
6508 "                     int before);\n"
6509 "\n"
6510 msgstr ""
6511
6512 #. type: textblock
6513 #: ../src/guestfs-actions.pod:434 ../fish/guestfish-actions.pod:288
6514 msgid ""
6515 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6516 "or after C<path> (depending on the boolean flag C<before>)."
6517 msgstr ""
6518
6519 #. type: textblock
6520 #: ../src/guestfs-actions.pod:438 ../fish/guestfish-actions.pod:292
6521 msgid ""
6522 "C<path> must match exactly one existing node in the tree, and C<label> must "
6523 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6524 msgstr ""
6525
6526 #. type: =head2
6527 #: ../src/guestfs-actions.pod:446
6528 msgid "guestfs_aug_load"
6529 msgstr ""
6530
6531 #. type: verbatim
6532 #: ../src/guestfs-actions.pod:448
6533 #, no-wrap
6534 msgid ""
6535 " int\n"
6536 " guestfs_aug_load (guestfs_h *g);\n"
6537 "\n"
6538 msgstr ""
6539
6540 #. type: textblock
6541 #: ../src/guestfs-actions.pod:451 ../fish/guestfish-actions.pod:300
6542 msgid "Load files into the tree."
6543 msgstr ""
6544
6545 #. type: textblock
6546 #: ../src/guestfs-actions.pod:453 ../fish/guestfish-actions.pod:302
6547 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6548 msgstr ""
6549
6550 #. type: =head2
6551 #: ../src/guestfs-actions.pod:460
6552 msgid "guestfs_aug_ls"
6553 msgstr ""
6554
6555 #. type: verbatim
6556 #: ../src/guestfs-actions.pod:462
6557 #, no-wrap
6558 msgid ""
6559 " char **\n"
6560 " guestfs_aug_ls (guestfs_h *g,\n"
6561 "                 const char *augpath);\n"
6562 "\n"
6563 msgstr ""
6564
6565 #. type: textblock
6566 #: ../src/guestfs-actions.pod:466
6567 msgid ""
6568 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6569 "sorting the resulting nodes into alphabetical order."
6570 msgstr ""
6571
6572 #. type: textblock
6573 #: ../src/guestfs-actions.pod:469 ../src/guestfs-actions.pod:485 ../src/guestfs-actions.pod:631 ../src/guestfs-actions.pod:1079 ../src/guestfs-actions.pod:1375 ../src/guestfs-actions.pod:1394 ../src/guestfs-actions.pod:1497 ../src/guestfs-actions.pod:1516 ../src/guestfs-actions.pod:1765 ../src/guestfs-actions.pod:2207 ../src/guestfs-actions.pod:2223 ../src/guestfs-actions.pod:2242 ../src/guestfs-actions.pod:2285 ../src/guestfs-actions.pod:2309 ../src/guestfs-actions.pod:2380 ../src/guestfs-actions.pod:2429 ../src/guestfs-actions.pod:2696 ../src/guestfs-actions.pod:2987 ../src/guestfs-actions.pod:3276 ../src/guestfs-actions.pod:3566 ../src/guestfs-actions.pod:3628 ../src/guestfs-actions.pod:3733 ../src/guestfs-actions.pod:4138 ../src/guestfs-actions.pod:4836 ../src/guestfs-actions.pod:5356 ../src/guestfs-actions.pod:5482 ../src/guestfs-actions.pod:5596 ../src/guestfs-actions.pod:6296 ../src/guestfs-actions.pod:6357 ../src/guestfs-actions.pod:6412 ../src/guestfs-actions.pod:6558 ../src/guestfs-actions.pod:6582 ../src/guestfs-actions.pod:7064 ../src/guestfs-actions.pod:7084 ../src/guestfs-actions.pod:7131 ../src/guestfs-actions.pod:7296 ../src/guestfs-actions.pod:7315 ../src/guestfs-actions.pod:7400 ../src/guestfs-actions.pod:7419 ../src/guestfs-actions.pod:7465 ../src/guestfs-actions.pod:7484
6574 msgid ""
6575 "This function returns a NULL-terminated array of strings (like "
6576 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
6577 "strings and the array after use>."
6578 msgstr ""
6579
6580 #. type: textblock
6581 #: ../src/guestfs-actions.pod:473 ../src/guestfs-actions.pod:1004 ../src/guestfs-actions.pod:1022 ../src/guestfs-actions.pod:1432 ../src/guestfs-actions.pod:3354 ../src/guestfs-actions.pod:3385 ../src/guestfs-actions.pod:3979 ../src/guestfs-actions.pod:4029 ../src/guestfs-actions.pod:4216 ../src/guestfs-actions.pod:4249 ../src/guestfs-actions.pod:4412 ../src/guestfs-actions.pod:4840 ../src/guestfs-actions.pod:5297 ../src/guestfs-actions.pod:5692 ../src/guestfs-actions.pod:5706 ../src/guestfs-actions.pod:5718 ../src/guestfs-actions.pod:6158 ../src/guestfs-actions.pod:6796 ../src/guestfs-actions.pod:6809 ../src/guestfs-actions.pod:7048 ../src/guestfs-actions.pod:7284
6582 msgid "(Added in 0.8)"
6583 msgstr ""
6584
6585 #. type: =head2
6586 #: ../src/guestfs-actions.pod:475
6587 msgid "guestfs_aug_match"
6588 msgstr ""
6589
6590 #. type: verbatim
6591 #: ../src/guestfs-actions.pod:477
6592 #, no-wrap
6593 msgid ""
6594 " char **\n"
6595 " guestfs_aug_match (guestfs_h *g,\n"
6596 "                    const char *augpath);\n"
6597 "\n"
6598 msgstr ""
6599
6600 #. type: textblock
6601 #: ../src/guestfs-actions.pod:481 ../fish/guestfish-actions.pod:316
6602 msgid ""
6603 "Returns a list of paths which match the path expression C<path>.  The "
6604 "returned paths are sufficiently qualified so that they match exactly one "
6605 "node in the current tree."
6606 msgstr ""
6607
6608 #. type: =head2
6609 #: ../src/guestfs-actions.pod:491
6610 msgid "guestfs_aug_mv"
6611 msgstr ""
6612
6613 #. type: verbatim
6614 #: ../src/guestfs-actions.pod:493
6615 #, no-wrap
6616 msgid ""
6617 " int\n"
6618 " guestfs_aug_mv (guestfs_h *g,\n"
6619 "                 const char *src,\n"
6620 "                 const char *dest);\n"
6621 "\n"
6622 msgstr ""
6623
6624 #. type: textblock
6625 #: ../src/guestfs-actions.pod:498 ../fish/guestfish-actions.pod:324
6626 msgid ""
6627 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6628 "C<dest> is overwritten if it exists."
6629 msgstr ""
6630
6631 #. type: =head2
6632 #: ../src/guestfs-actions.pod:505
6633 msgid "guestfs_aug_rm"
6634 msgstr ""
6635
6636 #. type: verbatim
6637 #: ../src/guestfs-actions.pod:507
6638 #, no-wrap
6639 msgid ""
6640 " int\n"
6641 " guestfs_aug_rm (guestfs_h *g,\n"
6642 "                 const char *augpath);\n"
6643 "\n"
6644 msgstr ""
6645
6646 #. type: textblock
6647 #: ../src/guestfs-actions.pod:511 ../fish/guestfish-actions.pod:331
6648 msgid "Remove C<path> and all of its children."
6649 msgstr ""
6650
6651 #. type: textblock
6652 #: ../src/guestfs-actions.pod:513 ../fish/guestfish-actions.pod:333
6653 msgid "On success this returns the number of entries which were removed."
6654 msgstr ""
6655
6656 #. type: =head2
6657 #: ../src/guestfs-actions.pod:519
6658 msgid "guestfs_aug_save"
6659 msgstr ""
6660
6661 #. type: verbatim
6662 #: ../src/guestfs-actions.pod:521
6663 #, no-wrap
6664 msgid ""
6665 " int\n"
6666 " guestfs_aug_save (guestfs_h *g);\n"
6667 "\n"
6668 msgstr ""
6669
6670 #. type: textblock
6671 #: ../src/guestfs-actions.pod:524 ../fish/guestfish-actions.pod:339
6672 msgid "This writes all pending changes to disk."
6673 msgstr ""
6674
6675 #. type: textblock
6676 #: ../src/guestfs-actions.pod:526
6677 msgid ""
6678 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6679 "are saved."
6680 msgstr ""
6681
6682 #. type: =head2
6683 #: ../src/guestfs-actions.pod:533
6684 msgid "guestfs_aug_set"
6685 msgstr ""
6686
6687 #. type: verbatim
6688 #: ../src/guestfs-actions.pod:535
6689 #, no-wrap
6690 msgid ""
6691 " int\n"
6692 " guestfs_aug_set (guestfs_h *g,\n"
6693 "                  const char *augpath,\n"
6694 "                  const char *val);\n"
6695 "\n"
6696 msgstr ""
6697
6698 #. type: textblock
6699 #: ../src/guestfs-actions.pod:540 ../fish/guestfish-actions.pod:348
6700 msgid "Set the value associated with C<path> to C<val>."
6701 msgstr ""
6702
6703 #. type: textblock
6704 #: ../src/guestfs-actions.pod:542
6705 msgid ""
6706 "In the Augeas API, it is possible to clear a node by setting the value to "
6707 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6708 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6709 msgstr ""
6710
6711 #. type: =head2
6712 #: ../src/guestfs-actions.pod:551
6713 msgid "guestfs_available"
6714 msgstr ""
6715
6716 #. type: verbatim
6717 #: ../src/guestfs-actions.pod:553
6718 #, no-wrap
6719 msgid ""
6720 " int\n"
6721 " guestfs_available (guestfs_h *g,\n"
6722 "                    char *const *groups);\n"
6723 "\n"
6724 msgstr ""
6725
6726 #. type: textblock
6727 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:359
6728 msgid ""
6729 "This command is used to check the availability of some groups of "
6730 "functionality in the appliance, which not all builds of the libguestfs "
6731 "appliance will be able to provide."
6732 msgstr ""
6733
6734 #. type: textblock
6735 #: ../src/guestfs-actions.pod:561
6736 msgid ""
6737 "The libguestfs groups, and the functions that those groups correspond to, "
6738 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6739 "runtime by calling C<guestfs_available_all_groups>."
6740 msgstr ""
6741
6742 #. type: textblock
6743 #: ../src/guestfs-actions.pod:566 ../fish/guestfish-actions.pod:368
6744 msgid ""
6745 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
6746 "\"augeas\"]> would check for the availability of the Linux inotify functions "
6747 "and Augeas (configuration file editing) functions."
6748 msgstr ""
6749
6750 #. type: textblock
6751 #: ../src/guestfs-actions.pod:571 ../fish/guestfish-actions.pod:373
6752 msgid "The command returns no error if I<all> requested groups are available."
6753 msgstr ""
6754
6755 #. type: textblock
6756 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:375
6757 msgid ""
6758 "It fails with an error if one or more of the requested groups is unavailable "
6759 "in the appliance."
6760 msgstr ""
6761
6762 #. type: textblock
6763 #: ../src/guestfs-actions.pod:576 ../fish/guestfish-actions.pod:378
6764 msgid ""
6765 "If an unknown group name is included in the list of groups then an error is "
6766 "always returned."
6767 msgstr ""
6768
6769 #. type: textblock
6770 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:381
6771 msgid "I<Notes:>"
6772 msgstr ""
6773
6774 #. type: textblock
6775 #: ../src/guestfs-actions.pod:585
6776 msgid "You must call C<guestfs_launch> before calling this function."
6777 msgstr ""
6778
6779 #. type: textblock
6780 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:389
6781 msgid ""
6782 "The reason is because we don't know what groups are supported by the "
6783 "appliance/daemon until it is running and can be queried."
6784 msgstr ""
6785
6786 #. type: textblock
6787 #: ../src/guestfs-actions.pod:593 ../fish/guestfish-actions.pod:395
6788 msgid ""
6789 "If a group of functions is available, this does not necessarily mean that "
6790 "they will work.  You still have to check for errors when calling individual "
6791 "API functions even if they are available."
6792 msgstr ""
6793
6794 #. type: textblock
6795 #: ../src/guestfs-actions.pod:600 ../fish/guestfish-actions.pod:402
6796 msgid ""
6797 "It is usually the job of distro packagers to build complete functionality "
6798 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6799 "with all requirements satisfied, will support everything."
6800 msgstr ""
6801
6802 #. type: textblock
6803 #: ../src/guestfs-actions.pod:607
6804 msgid ""
6805 "This call was added in version C<1.0.80>.  In previous versions of "
6806 "libguestfs all you could do would be to speculatively execute a command to "
6807 "find out if the daemon implemented it.  See also C<guestfs_version>."
6808 msgstr ""
6809
6810 #. type: textblock
6811 #: ../src/guestfs-actions.pod:616 ../src/guestfs-actions.pod:1177
6812 msgid "(Added in 1.0.80)"
6813 msgstr ""
6814
6815 #. type: =head2
6816 #: ../src/guestfs-actions.pod:618
6817 msgid "guestfs_available_all_groups"
6818 msgstr ""
6819
6820 #. type: verbatim
6821 #: ../src/guestfs-actions.pod:620
6822 #, no-wrap
6823 msgid ""
6824 " char **\n"
6825 " guestfs_available_all_groups (guestfs_h *g);\n"
6826 "\n"
6827 msgstr ""
6828
6829 #. type: textblock
6830 #: ../src/guestfs-actions.pod:623
6831 msgid ""
6832 "This command returns a list of all optional groups that this daemon knows "
6833 "about.  Note this returns both supported and unsupported groups.  To find "
6834 "out which ones the daemon can actually support you have to call "
6835 "C<guestfs_available> on each member of the returned list."
6836 msgstr ""
6837
6838 #. type: textblock
6839 #: ../src/guestfs-actions.pod:629
6840 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6841 msgstr ""
6842
6843 #. type: textblock
6844 #: ../src/guestfs-actions.pod:635
6845 msgid "(Added in 1.3.15)"
6846 msgstr ""
6847
6848 #. type: =head2
6849 #: ../src/guestfs-actions.pod:637
6850 msgid "guestfs_base64_in"
6851 msgstr ""
6852
6853 #. type: verbatim
6854 #: ../src/guestfs-actions.pod:639
6855 #, no-wrap
6856 msgid ""
6857 " int\n"
6858 " guestfs_base64_in (guestfs_h *g,\n"
6859 "                    const char *base64file,\n"
6860 "                    const char *filename);\n"
6861 "\n"
6862 msgstr ""
6863
6864 #. type: textblock
6865 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:432
6866 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6867 msgstr ""
6868
6869 #. type: textblock
6870 #: ../src/guestfs-actions.pod:649 ../src/guestfs-actions.pod:663
6871 msgid "(Added in 1.3.5)"
6872 msgstr ""
6873
6874 #. type: =head2
6875 #: ../src/guestfs-actions.pod:651
6876 msgid "guestfs_base64_out"
6877 msgstr ""
6878
6879 #. type: verbatim
6880 #: ../src/guestfs-actions.pod:653
6881 #, no-wrap
6882 msgid ""
6883 " int\n"
6884 " guestfs_base64_out (guestfs_h *g,\n"
6885 "                     const char *filename,\n"
6886 "                     const char *base64file);\n"
6887 "\n"
6888 msgstr ""
6889
6890 #. type: textblock
6891 #: ../src/guestfs-actions.pod:658 ../fish/guestfish-actions.pod:441
6892 msgid ""
6893 "This command downloads the contents of C<filename>, writing it out to local "
6894 "file C<base64file> encoded as base64."
6895 msgstr ""
6896
6897 #. type: =head2
6898 #: ../src/guestfs-actions.pod:665
6899 msgid "guestfs_blockdev_flushbufs"
6900 msgstr ""
6901
6902 #. type: verbatim
6903 #: ../src/guestfs-actions.pod:667
6904 #, no-wrap
6905 msgid ""
6906 " int\n"
6907 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6908 "                             const char *device);\n"
6909 "\n"
6910 msgstr ""
6911
6912 #. type: textblock
6913 #: ../src/guestfs-actions.pod:671 ../fish/guestfish-actions.pod:450
6914 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6915 msgstr ""
6916
6917 #. type: textblock
6918 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:691 ../src/guestfs-actions.pod:706 ../src/guestfs-actions.pod:722 ../src/guestfs-actions.pod:740 ../src/guestfs-actions.pod:759 ../src/guestfs-actions.pod:773 ../src/guestfs-actions.pod:791 ../src/guestfs-actions.pod:805 ../src/guestfs-actions.pod:819 ../fish/guestfish-actions.pod:453 ../fish/guestfish-actions.pod:464 ../fish/guestfish-actions.pod:473 ../fish/guestfish-actions.pod:483 ../fish/guestfish-actions.pod:495 ../fish/guestfish-actions.pod:508 ../fish/guestfish-actions.pod:516 ../fish/guestfish-actions.pod:527 ../fish/guestfish-actions.pod:535 ../fish/guestfish-actions.pod:543
6919 msgid "This uses the L<blockdev(8)> command."
6920 msgstr ""
6921
6922 #. type: textblock
6923 #: ../src/guestfs-actions.pod:678 ../src/guestfs-actions.pod:695 ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:726 ../src/guestfs-actions.pod:744 ../src/guestfs-actions.pod:763 ../src/guestfs-actions.pod:777 ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:809 ../src/guestfs-actions.pod:823
6924 msgid "(Added in 0.9.3)"
6925 msgstr ""
6926
6927 #. type: =head2
6928 #: ../src/guestfs-actions.pod:680
6929 msgid "guestfs_blockdev_getbsz"
6930 msgstr ""
6931
6932 #. type: verbatim
6933 #: ../src/guestfs-actions.pod:682
6934 #, no-wrap
6935 msgid ""
6936 " int\n"
6937 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6938 "                          const char *device);\n"
6939 "\n"
6940 msgstr ""
6941
6942 #. type: textblock
6943 #: ../src/guestfs-actions.pod:686 ../fish/guestfish-actions.pod:459
6944 msgid "This returns the block size of a device."
6945 msgstr ""
6946
6947 #. type: textblock
6948 #: ../src/guestfs-actions.pod:688 ../src/guestfs-actions.pod:788 ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:524
6949 msgid ""
6950 "(Note this is different from both I<size in blocks> and I<filesystem block "
6951 "size>)."
6952 msgstr ""
6953
6954 #. type: =head2
6955 #: ../src/guestfs-actions.pod:697
6956 msgid "guestfs_blockdev_getro"
6957 msgstr ""
6958
6959 #. type: verbatim
6960 #: ../src/guestfs-actions.pod:699
6961 #, no-wrap
6962 msgid ""
6963 " int\n"
6964 " guestfs_blockdev_getro (guestfs_h *g,\n"
6965 "                         const char *device);\n"
6966 "\n"
6967 msgstr ""
6968
6969 #. type: textblock
6970 #: ../src/guestfs-actions.pod:703 ../fish/guestfish-actions.pod:470
6971 msgid ""
6972 "Returns a boolean indicating if the block device is read-only (true if "
6973 "read-only, false if not)."
6974 msgstr ""
6975
6976 #. type: textblock
6977 #: ../src/guestfs-actions.pod:708 ../src/guestfs-actions.pod:1415 ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1920 ../src/guestfs-actions.pod:1931 ../src/guestfs-actions.pod:2003 ../src/guestfs-actions.pod:2058 ../src/guestfs-actions.pod:2073 ../src/guestfs-actions.pod:2098 ../src/guestfs-actions.pod:2121 ../src/guestfs-actions.pod:3094 ../src/guestfs-actions.pod:3111 ../src/guestfs-actions.pod:3130 ../src/guestfs-actions.pod:3293 ../src/guestfs-actions.pod:3307 ../src/guestfs-actions.pod:3322 ../src/guestfs-actions.pod:3336 ../src/guestfs-actions.pod:3352 ../src/guestfs-actions.pod:3367 ../src/guestfs-actions.pod:3383 ../src/guestfs-actions.pod:3397 ../src/guestfs-actions.pod:3410 ../src/guestfs-actions.pod:3424 ../src/guestfs-actions.pod:3439 ../src/guestfs-actions.pod:3454 ../src/guestfs-actions.pod:4985
6978 msgid "This function returns a C truth value on success or -1 on error."
6979 msgstr ""
6980
6981 #. type: =head2
6982 #: ../src/guestfs-actions.pod:712
6983 msgid "guestfs_blockdev_getsize64"
6984 msgstr ""
6985
6986 #. type: verbatim
6987 #: ../src/guestfs-actions.pod:714
6988 #, no-wrap
6989 msgid ""
6990 " int64_t\n"
6991 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
6992 "                             const char *device);\n"
6993 "\n"
6994 msgstr ""
6995
6996 #. type: textblock
6997 #: ../src/guestfs-actions.pod:718 ../fish/guestfish-actions.pod:479
6998 msgid "This returns the size of the device in bytes."
6999 msgstr ""
7000
7001 #. type: textblock
7002 #: ../src/guestfs-actions.pod:720
7003 msgid "See also C<guestfs_blockdev_getsz>."
7004 msgstr ""
7005
7006 #. type: =head2
7007 #: ../src/guestfs-actions.pod:728
7008 msgid "guestfs_blockdev_getss"
7009 msgstr ""
7010
7011 #. type: verbatim
7012 #: ../src/guestfs-actions.pod:730
7013 #, no-wrap
7014 msgid ""
7015 " int\n"
7016 " guestfs_blockdev_getss (guestfs_h *g,\n"
7017 "                         const char *device);\n"
7018 "\n"
7019 msgstr ""
7020
7021 #. type: textblock
7022 #: ../src/guestfs-actions.pod:734 ../fish/guestfish-actions.pod:489
7023 msgid ""
7024 "This returns the size of sectors on a block device.  Usually 512, but can be "
7025 "larger for modern devices."
7026 msgstr ""
7027
7028 #. type: textblock
7029 #: ../src/guestfs-actions.pod:737
7030 msgid ""
7031 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7032 "that)."
7033 msgstr ""
7034
7035 #. type: =head2
7036 #: ../src/guestfs-actions.pod:746
7037 msgid "guestfs_blockdev_getsz"
7038 msgstr ""
7039
7040 #. type: verbatim
7041 #: ../src/guestfs-actions.pod:748
7042 #, no-wrap
7043 msgid ""
7044 " int64_t\n"
7045 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7046 "                         const char *device);\n"
7047 "\n"
7048 msgstr ""
7049
7050 #. type: textblock
7051 #: ../src/guestfs-actions.pod:752 ../fish/guestfish-actions.pod:501
7052 msgid ""
7053 "This returns the size of the device in units of 512-byte sectors (even if "
7054 "the sectorsize isn't 512 bytes ... weird)."
7055 msgstr ""
7056
7057 #. type: textblock
7058 #: ../src/guestfs-actions.pod:755
7059 msgid ""
7060 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7061 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7062 msgstr ""
7063
7064 #. type: =head2
7065 #: ../src/guestfs-actions.pod:765
7066 msgid "guestfs_blockdev_rereadpt"
7067 msgstr ""
7068
7069 #. type: verbatim
7070 #: ../src/guestfs-actions.pod:767
7071 #, no-wrap
7072 msgid ""
7073 " int\n"
7074 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7075 "                            const char *device);\n"
7076 "\n"
7077 msgstr ""
7078
7079 #. type: textblock
7080 #: ../src/guestfs-actions.pod:771 ../fish/guestfish-actions.pod:514
7081 msgid "Reread the partition table on C<device>."
7082 msgstr ""
7083
7084 #. type: =head2
7085 #: ../src/guestfs-actions.pod:779
7086 msgid "guestfs_blockdev_setbsz"
7087 msgstr ""
7088
7089 #. type: verbatim
7090 #: ../src/guestfs-actions.pod:781
7091 #, no-wrap
7092 msgid ""
7093 " int\n"
7094 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7095 "                          const char *device,\n"
7096 "                          int blocksize);\n"
7097 "\n"
7098 msgstr ""
7099
7100 #. type: textblock
7101 #: ../src/guestfs-actions.pod:786 ../fish/guestfish-actions.pod:522
7102 msgid "This sets the block size of a device."
7103 msgstr ""
7104
7105 #. type: =head2
7106 #: ../src/guestfs-actions.pod:797
7107 msgid "guestfs_blockdev_setro"
7108 msgstr ""
7109
7110 #. type: verbatim
7111 #: ../src/guestfs-actions.pod:799
7112 #, no-wrap
7113 msgid ""
7114 " int\n"
7115 " guestfs_blockdev_setro (guestfs_h *g,\n"
7116 "                         const char *device);\n"
7117 "\n"
7118 msgstr ""
7119
7120 #. type: textblock
7121 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:533
7122 msgid "Sets the block device named C<device> to read-only."
7123 msgstr ""
7124
7125 #. type: =head2
7126 #: ../src/guestfs-actions.pod:811
7127 msgid "guestfs_blockdev_setrw"
7128 msgstr ""
7129
7130 #. type: verbatim
7131 #: ../src/guestfs-actions.pod:813
7132 #, no-wrap
7133 msgid ""
7134 " int\n"
7135 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7136 "                         const char *device);\n"
7137 "\n"
7138 msgstr ""
7139
7140 #. type: textblock
7141 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:541
7142 msgid "Sets the block device named C<device> to read-write."
7143 msgstr ""
7144
7145 #. type: =head2
7146 #: ../src/guestfs-actions.pod:825
7147 msgid "guestfs_case_sensitive_path"
7148 msgstr ""
7149
7150 #. type: verbatim
7151 #: ../src/guestfs-actions.pod:827
7152 #, no-wrap
7153 msgid ""
7154 " char *\n"
7155 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7156 "                              const char *path);\n"
7157 "\n"
7158 msgstr ""
7159
7160 #. type: textblock
7161 #: ../src/guestfs-actions.pod:831 ../fish/guestfish-actions.pod:549
7162 msgid ""
7163 "This can be used to resolve case insensitive paths on a filesystem which is "
7164 "case sensitive.  The use case is to resolve paths which you have read from "
7165 "Windows configuration files or the Windows Registry, to the true path."
7166 msgstr ""
7167
7168 #. type: textblock
7169 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:554
7170 msgid ""
7171 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7172 "(and probably others), which is that although the underlying filesystem is "
7173 "case-insensitive, the driver exports the filesystem to Linux as "
7174 "case-sensitive."
7175 msgstr ""
7176
7177 #. type: textblock
7178 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:559
7179 msgid ""
7180 "One consequence of this is that special directories such as C<c:\\windows> "
7181 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7182 "precise details of how they were created.  In Windows itself this would not "
7183 "be a problem."
7184 msgstr ""
7185
7186 #. type: textblock
7187 #: ../src/guestfs-actions.pod:847 ../fish/guestfish-actions.pod:565
7188 msgid ""
7189 "Bug or feature? You decide: "
7190 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
7191 msgstr ""
7192
7193 #. type: textblock
7194 #: ../src/guestfs-actions.pod:850 ../fish/guestfish-actions.pod:568
7195 msgid ""
7196 "This function resolves the true case of each element in the path and returns "
7197 "the case-sensitive path."
7198 msgstr ""
7199
7200 #. type: textblock
7201 #: ../src/guestfs-actions.pod:853
7202 msgid ""
7203 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
7204 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7205 "how the directories were originally created under Windows)."
7206 msgstr ""
7207
7208 #. type: textblock
7209 #: ../src/guestfs-actions.pod:858 ../fish/guestfish-actions.pod:576
7210 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7211 msgstr ""
7212
7213 #. type: textblock
7214 #: ../src/guestfs-actions.pod:861
7215 msgid "See also C<guestfs_realpath>."
7216 msgstr ""
7217
7218 #. type: textblock
7219 #: ../src/guestfs-actions.pod:866 ../src/guestfs-actions.pod:6976
7220 msgid "(Added in 1.0.75)"
7221 msgstr ""
7222
7223 #. type: =head2
7224 #: ../src/guestfs-actions.pod:868
7225 msgid "guestfs_cat"
7226 msgstr ""
7227
7228 #. type: verbatim
7229 #: ../src/guestfs-actions.pod:870
7230 #, no-wrap
7231 msgid ""
7232 " char *\n"
7233 " guestfs_cat (guestfs_h *g,\n"
7234 "              const char *path);\n"
7235 "\n"
7236 msgstr ""
7237
7238 #. type: textblock
7239 #: ../src/guestfs-actions.pod:874 ../src/guestfs-actions.pod:5472 ../fish/guestfish-actions.pod:585 ../fish/guestfish-actions.pod:3672
7240 msgid "Return the contents of the file named C<path>."
7241 msgstr ""
7242
7243 #. type: textblock
7244 #: ../src/guestfs-actions.pod:876
7245 msgid ""
7246 "Note that this function cannot correctly handle binary files (specifically, "
7247 "files containing C<\\0> character which is treated as end of string).  For "
7248 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7249 "functions which have a more complex interface."
7250 msgstr ""
7251
7252 #. type: textblock
7253 #: ../src/guestfs-actions.pod:884 ../src/guestfs-actions.pod:1063 ../src/guestfs-actions.pod:1083 ../src/guestfs-actions.pod:1379 ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:1501 ../src/guestfs-actions.pod:1520 ../src/guestfs-actions.pod:1769 ../src/guestfs-actions.pod:2227 ../src/guestfs-actions.pod:2246 ../src/guestfs-actions.pod:2289 ../src/guestfs-actions.pod:2313 ../src/guestfs-actions.pod:2330 ../src/guestfs-actions.pod:2359 ../src/guestfs-actions.pod:5254 ../src/guestfs-actions.pod:5280 ../src/guestfs-actions.pod:5411 ../src/guestfs-actions.pod:5437 ../src/guestfs-actions.pod:5461 ../src/guestfs-actions.pod:6361 ../src/guestfs-actions.pod:6416 ../src/guestfs-actions.pod:6562 ../src/guestfs-actions.pod:6586 ../src/guestfs-actions.pod:7248 ../src/guestfs-actions.pod:7274 ../src/guestfs-actions.pod:7300 ../src/guestfs-actions.pod:7319 ../src/guestfs-actions.pod:7404 ../src/guestfs-actions.pod:7423 ../src/guestfs-actions.pod:7469 ../src/guestfs-actions.pod:7488 ../fish/guestfish-actions.pod:592 ../fish/guestfish-actions.pod:727 ../fish/guestfish-actions.pod:739 ../fish/guestfish-actions.pod:915 ../fish/guestfish-actions.pod:925 ../fish/guestfish-actions.pod:992 ../fish/guestfish-actions.pod:1002 ../fish/guestfish-actions.pod:1197 ../fish/guestfish-actions.pod:1498 ../fish/guestfish-actions.pod:1508 ../fish/guestfish-actions.pod:1536 ../fish/guestfish-actions.pod:1551 ../fish/guestfish-actions.pod:1561 ../fish/guestfish-actions.pod:1580 ../fish/guestfish-actions.pod:3542 ../fish/guestfish-actions.pod:3557 ../fish/guestfish-actions.pod:3633 ../fish/guestfish-actions.pod:3650 ../fish/guestfish-actions.pod:3665 ../fish/guestfish-actions.pod:4291 ../fish/guestfish-actions.pod:4337 ../fish/guestfish-actions.pod:4422 ../fish/guestfish-actions.pod:4437 ../fish/guestfish-actions.pod:4847 ../fish/guestfish-actions.pod:4865 ../fish/guestfish-actions.pod:4882 ../fish/guestfish-actions.pod:4892 ../fish/guestfish-actions.pod:4940 ../fish/guestfish-actions.pod:4950 ../fish/guestfish-actions.pod:4979 ../fish/guestfish-actions.pod:4989
7254 msgid ""
7255 "Because of the message protocol, there is a transfer limit of somewhere "
7256 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7257 msgstr ""
7258
7259 #. type: textblock
7260 #: ../src/guestfs-actions.pod:887 ../src/guestfs-actions.pod:3570 ../src/guestfs-actions.pod:3632 ../src/guestfs-actions.pod:3649 ../src/guestfs-actions.pod:3737 ../src/guestfs-actions.pod:4142 ../src/guestfs-actions.pod:4156 ../src/guestfs-actions.pod:5360 ../src/guestfs-actions.pod:5374 ../src/guestfs-actions.pod:7135 ../src/guestfs-actions.pod:7149
7261 msgid "(Added in 0.4)"
7262 msgstr ""
7263
7264 #. type: =head2
7265 #: ../src/guestfs-actions.pod:889
7266 msgid "guestfs_checksum"
7267 msgstr ""
7268
7269 #. type: verbatim
7270 #: ../src/guestfs-actions.pod:891
7271 #, no-wrap
7272 msgid ""
7273 " char *\n"
7274 " guestfs_checksum (guestfs_h *g,\n"
7275 "                   const char *csumtype,\n"
7276 "                   const char *path);\n"
7277 "\n"
7278 msgstr ""
7279
7280 #. type: textblock
7281 #: ../src/guestfs-actions.pod:896 ../fish/guestfish-actions.pod:599
7282 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7283 msgstr ""
7284
7285 #. type: textblock
7286 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:602
7287 msgid ""
7288 "The type of checksum to compute is given by the C<csumtype> parameter which "
7289 "must have one of the following values:"
7290 msgstr ""
7291
7292 #. type: =item
7293 #: ../src/guestfs-actions.pod:904 ../fish/guestfish-actions.pod:607
7294 msgid "C<crc>"
7295 msgstr ""
7296
7297 #. type: textblock
7298 #: ../src/guestfs-actions.pod:906 ../fish/guestfish-actions.pod:609
7299 msgid ""
7300 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7301 "C<cksum> command."
7302 msgstr ""
7303
7304 #. type: =item
7305 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:612
7306 msgid "C<md5>"
7307 msgstr ""
7308
7309 #. type: textblock
7310 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:614
7311 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7312 msgstr ""
7313
7314 #. type: =item
7315 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:616
7316 msgid "C<sha1>"
7317 msgstr ""
7318
7319 #. type: textblock
7320 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:618
7321 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7322 msgstr ""
7323
7324 #. type: =item
7325 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:620
7326 msgid "C<sha224>"
7327 msgstr ""
7328
7329 #. type: textblock
7330 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:622
7331 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7332 msgstr ""
7333
7334 #. type: =item
7335 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:624
7336 msgid "C<sha256>"
7337 msgstr ""
7338
7339 #. type: textblock
7340 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:626
7341 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7342 msgstr ""
7343
7344 #. type: =item
7345 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:628
7346 msgid "C<sha384>"
7347 msgstr ""
7348
7349 #. type: textblock
7350 #: ../src/guestfs-actions.pod:927 ../fish/guestfish-actions.pod:630
7351 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7352 msgstr ""
7353
7354 #. type: =item
7355 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:632
7356 msgid "C<sha512>"
7357 msgstr ""
7358
7359 #. type: textblock
7360 #: ../src/guestfs-actions.pod:931 ../fish/guestfish-actions.pod:634
7361 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7362 msgstr ""
7363
7364 #. type: textblock
7365 #: ../src/guestfs-actions.pod:935 ../fish/guestfish-actions.pod:638
7366 msgid "The checksum is returned as a printable string."
7367 msgstr ""
7368
7369 #. type: textblock
7370 #: ../src/guestfs-actions.pod:937
7371 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7372 msgstr ""
7373
7374 #. type: textblock
7375 #: ../src/guestfs-actions.pod:939
7376 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7377 msgstr ""
7378
7379 #. type: textblock
7380 #: ../src/guestfs-actions.pod:944 ../src/guestfs-actions.pod:1252 ../src/guestfs-actions.pod:2089 ../src/guestfs-actions.pod:3309 ../src/guestfs-actions.pod:3338 ../src/guestfs-actions.pod:3399 ../src/guestfs-actions.pod:3426 ../src/guestfs-actions.pod:6832
7381 msgid "(Added in 1.0.2)"
7382 msgstr ""
7383
7384 #. type: =head2
7385 #: ../src/guestfs-actions.pod:946
7386 msgid "guestfs_checksum_device"
7387 msgstr ""
7388
7389 #. type: verbatim
7390 #: ../src/guestfs-actions.pod:948
7391 #, no-wrap
7392 msgid ""
7393 " char *\n"
7394 " guestfs_checksum_device (guestfs_h *g,\n"
7395 "                          const char *csumtype,\n"
7396 "                          const char *device);\n"
7397 "\n"
7398 msgstr ""
7399
7400 #. type: textblock
7401 #: ../src/guestfs-actions.pod:953
7402 msgid ""
7403 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7404 "device named C<device>.  For the types of checksums supported see the "
7405 "C<guestfs_checksum> command."
7406 msgstr ""
7407
7408 #. type: textblock
7409 #: ../src/guestfs-actions.pod:960 ../src/guestfs-actions.pod:4891 ../src/guestfs-actions.pod:4950 ../src/guestfs-actions.pod:4987 ../src/guestfs-actions.pod:5005 ../src/guestfs-actions.pod:5181 ../src/guestfs-actions.pod:6741 ../src/guestfs-actions.pod:6755 ../src/guestfs-actions.pod:7161
7410 msgid "(Added in 1.3.2)"
7411 msgstr ""
7412
7413 #. type: =head2
7414 #: ../src/guestfs-actions.pod:962
7415 msgid "guestfs_checksums_out"
7416 msgstr ""
7417
7418 #. type: verbatim
7419 #: ../src/guestfs-actions.pod:964
7420 #, no-wrap
7421 msgid ""
7422 " int\n"
7423 " guestfs_checksums_out (guestfs_h *g,\n"
7424 "                        const char *csumtype,\n"
7425 "                        const char *directory,\n"
7426 "                        const char *sumsfile);\n"
7427 "\n"
7428 msgstr ""
7429
7430 #. type: textblock
7431 #: ../src/guestfs-actions.pod:970 ../fish/guestfish-actions.pod:656
7432 msgid ""
7433 "This command computes the checksums of all regular files in C<directory> and "
7434 "then emits a list of those checksums to the local output file C<sumsfile>."
7435 msgstr ""
7436
7437 #. type: textblock
7438 #: ../src/guestfs-actions.pod:974 ../fish/guestfish-actions.pod:660
7439 msgid ""
7440 "This can be used for verifying the integrity of a virtual machine.  However "
7441 "to be properly secure you should pay attention to the output of the checksum "
7442 "command (it uses the ones from GNU coreutils).  In particular when the "
7443 "filename is not printable, coreutils uses a special backslash syntax.  For "
7444 "more information, see the GNU coreutils info file."
7445 msgstr ""
7446
7447 #. type: textblock
7448 #: ../src/guestfs-actions.pod:984
7449 msgid "(Added in 1.3.7)"
7450 msgstr ""
7451
7452 #. type: =head2
7453 #: ../src/guestfs-actions.pod:986
7454 msgid "guestfs_chmod"
7455 msgstr ""
7456
7457 #. type: verbatim
7458 #: ../src/guestfs-actions.pod:988
7459 #, no-wrap
7460 msgid ""
7461 " int\n"
7462 " guestfs_chmod (guestfs_h *g,\n"
7463 "                int mode,\n"
7464 "                const char *path);\n"
7465 "\n"
7466 msgstr ""
7467
7468 #. type: textblock
7469 #: ../src/guestfs-actions.pod:993 ../fish/guestfish-actions.pod:674
7470 msgid ""
7471 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7472 "supported."
7473 msgstr ""
7474
7475 #. type: textblock
7476 #: ../src/guestfs-actions.pod:996 ../fish/guestfish-actions.pod:677
7477 msgid ""
7478 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7479 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7480 "C<700>."
7481 msgstr ""
7482
7483 #. type: textblock
7484 #: ../src/guestfs-actions.pod:1000 ../src/guestfs-actions.pod:4393 ../src/guestfs-actions.pod:4590 ../src/guestfs-actions.pod:4609 ../src/guestfs-actions.pod:4628 ../fish/guestfish-actions.pod:681 ../fish/guestfish-actions.pod:2988 ../fish/guestfish-actions.pod:3117 ../fish/guestfish-actions.pod:3127 ../fish/guestfish-actions.pod:3137
7485 msgid "The mode actually set is affected by the umask."
7486 msgstr ""
7487
7488 #. type: =head2
7489 #: ../src/guestfs-actions.pod:1006
7490 msgid "guestfs_chown"
7491 msgstr ""
7492
7493 #. type: verbatim
7494 #: ../src/guestfs-actions.pod:1008
7495 #, no-wrap
7496 msgid ""
7497 " int\n"
7498 " guestfs_chown (guestfs_h *g,\n"
7499 "                int owner,\n"
7500 "                int group,\n"
7501 "                const char *path);\n"
7502 "\n"
7503 msgstr ""
7504
7505 #. type: textblock
7506 #: ../src/guestfs-actions.pod:1014 ../fish/guestfish-actions.pod:687
7507 msgid "Change the file owner to C<owner> and group to C<group>."
7508 msgstr ""
7509
7510 #. type: textblock
7511 #: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:3501 ../fish/guestfish-actions.pod:689 ../fish/guestfish-actions.pod:2446
7512 msgid ""
7513 "Only numeric uid and gid are supported.  If you want to use names, you will "
7514 "need to locate and parse the password file yourself (Augeas support makes "
7515 "this relatively easy)."
7516 msgstr ""
7517
7518 #. type: =head2
7519 #: ../src/guestfs-actions.pod:1024
7520 msgid "guestfs_command"
7521 msgstr ""
7522
7523 #. type: verbatim
7524 #: ../src/guestfs-actions.pod:1026
7525 #, no-wrap
7526 msgid ""
7527 " char *\n"
7528 " guestfs_command (guestfs_h *g,\n"
7529 "                  char *const *arguments);\n"
7530 "\n"
7531 msgstr ""
7532
7533 #. type: textblock
7534 #: ../src/guestfs-actions.pod:1030 ../fish/guestfish-actions.pod:697
7535 msgid ""
7536 "This call runs a command from the guest filesystem.  The filesystem must be "
7537 "mounted, and must contain a compatible operating system (ie. something "
7538 "Linux, with the same or compatible processor architecture)."
7539 msgstr ""
7540
7541 #. type: textblock
7542 #: ../src/guestfs-actions.pod:1035
7543 msgid ""
7544 "The single parameter is an argv-style list of arguments.  The first element "
7545 "is the name of the program to run.  Subsequent elements are parameters.  The "
7546 "list must be non-empty (ie. must contain a program name).  Note that the "
7547 "command runs directly, and is I<not> invoked via the shell (see "
7548 "C<guestfs_sh>)."
7549 msgstr ""
7550
7551 #. type: textblock
7552 #: ../src/guestfs-actions.pod:1042 ../fish/guestfish-actions.pod:709
7553 msgid "The return value is anything printed to I<stdout> by the command."
7554 msgstr ""
7555
7556 #. type: textblock
7557 #: ../src/guestfs-actions.pod:1045 ../fish/guestfish-actions.pod:712
7558 msgid ""
7559 "If the command returns a non-zero exit status, then this function returns an "
7560 "error message.  The error message string is the content of I<stderr> from "
7561 "the command."
7562 msgstr ""
7563
7564 #. type: textblock
7565 #: ../src/guestfs-actions.pod:1049 ../fish/guestfish-actions.pod:716
7566 msgid ""
7567 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
7568 "C</bin>.  If you require a program from another location, you should provide "
7569 "the full path in the first parameter."
7570 msgstr ""
7571
7572 #. type: textblock
7573 #: ../src/guestfs-actions.pod:1054 ../fish/guestfish-actions.pod:721
7574 msgid ""
7575 "Shared libraries and data files required by the program must be available on "
7576 "filesystems which are mounted in the correct places.  It is the caller's "
7577 "responsibility to ensure all filesystems that are needed are mounted at the "
7578 "right locations."
7579 msgstr ""
7580
7581 #. type: textblock
7582 #: ../src/guestfs-actions.pod:1066 ../src/guestfs-actions.pod:1086 ../src/guestfs-actions.pod:1554
7583 msgid "(Added in 0.9.1)"
7584 msgstr ""
7585
7586 #. type: =head2
7587 #: ../src/guestfs-actions.pod:1068
7588 msgid "guestfs_command_lines"
7589 msgstr ""
7590
7591 #. type: verbatim
7592 #: ../src/guestfs-actions.pod:1070
7593 #, no-wrap
7594 msgid ""
7595 " char **\n"
7596 " guestfs_command_lines (guestfs_h *g,\n"
7597 "                        char *const *arguments);\n"
7598 "\n"
7599 msgstr ""
7600
7601 #. type: textblock
7602 #: ../src/guestfs-actions.pod:1074
7603 msgid ""
7604 "This is the same as C<guestfs_command>, but splits the result into a list of "
7605 "lines."
7606 msgstr ""
7607
7608 #. type: textblock
7609 #: ../src/guestfs-actions.pod:1077
7610 msgid "See also: C<guestfs_sh_lines>"
7611 msgstr ""
7612
7613 #. type: =head2
7614 #: ../src/guestfs-actions.pod:1088
7615 msgid "guestfs_config"
7616 msgstr ""
7617
7618 #. type: verbatim
7619 #: ../src/guestfs-actions.pod:1090
7620 #, no-wrap
7621 msgid ""
7622 " int\n"
7623 " guestfs_config (guestfs_h *g,\n"
7624 "                 const char *qemuparam,\n"
7625 "                 const char *qemuvalue);\n"
7626 "\n"
7627 msgstr ""
7628
7629 #. type: textblock
7630 #: ../src/guestfs-actions.pod:1095 ../fish/guestfish-actions.pod:746
7631 msgid ""
7632 "This can be used to add arbitrary qemu command line parameters of the form "
7633 "I<-param value>.  Actually it's not quite arbitrary - we prevent you from "
7634 "setting some parameters which would interfere with parameters that we use."
7635 msgstr ""
7636
7637 #. type: textblock
7638 #: ../src/guestfs-actions.pod:1100 ../fish/guestfish-actions.pod:751
7639 msgid "The first character of C<param> string must be a C<-> (dash)."
7640 msgstr ""
7641
7642 #. type: textblock
7643 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:753
7644 msgid "C<value> can be NULL."
7645 msgstr ""
7646
7647 #. type: =head2
7648 #: ../src/guestfs-actions.pod:1108
7649 msgid "guestfs_copy_size"
7650 msgstr ""
7651
7652 #. type: verbatim
7653 #: ../src/guestfs-actions.pod:1110
7654 #, no-wrap
7655 msgid ""
7656 " int\n"
7657 " guestfs_copy_size (guestfs_h *g,\n"
7658 "                    const char *src,\n"
7659 "                    const char *dest,\n"
7660 "                    int64_t size);\n"
7661 "\n"
7662 msgstr ""
7663
7664 #. type: textblock
7665 #: ../src/guestfs-actions.pod:1116 ../fish/guestfish-actions.pod:759
7666 msgid ""
7667 "This command copies exactly C<size> bytes from one source device or file "
7668 "C<src> to another destination device or file C<dest>."
7669 msgstr ""
7670
7671 #. type: textblock
7672 #: ../src/guestfs-actions.pod:1119 ../fish/guestfish-actions.pod:762
7673 msgid ""
7674 "Note this will fail if the source is too short or if the destination is not "
7675 "large enough."
7676 msgstr ""
7677
7678 #. type: textblock
7679 #: ../src/guestfs-actions.pod:1124 ../src/guestfs-actions.pod:1247 ../src/guestfs-actions.pod:1278 ../src/guestfs-actions.pod:1323 ../src/guestfs-actions.pod:1703 ../src/guestfs-actions.pod:1725 ../src/guestfs-actions.pod:3482 ../src/guestfs-actions.pod:6827 ../src/guestfs-actions.pod:6861 ../src/guestfs-actions.pod:7340 ../src/guestfs-actions.pod:7359
7680 msgid ""
7681 "This long-running command can generate progress notification messages so "
7682 "that the caller can display a progress bar or indicator.  To receive these "
7683 "messages, the caller must register a progress event callback.  See "
7684 "L<guestfs(3)/GUESTFS_EVENT_PROGRESS>."
7685 msgstr ""
7686
7687 #. type: textblock
7688 #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:4169 ../src/guestfs-actions.pod:5387 ../src/guestfs-actions.pod:7068 ../src/guestfs-actions.pod:7088 ../src/guestfs-actions.pod:7174
7689 msgid "(Added in 1.0.87)"
7690 msgstr ""
7691
7692 #. type: =head2
7693 #: ../src/guestfs-actions.pod:1131
7694 msgid "guestfs_cp"
7695 msgstr ""
7696
7697 #. type: verbatim
7698 #: ../src/guestfs-actions.pod:1133
7699 #, no-wrap
7700 msgid ""
7701 " int\n"
7702 " guestfs_cp (guestfs_h *g,\n"
7703 "             const char *src,\n"
7704 "             const char *dest);\n"
7705 "\n"
7706 msgstr ""
7707
7708 #. type: textblock
7709 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:769
7710 msgid ""
7711 "This copies a file from C<src> to C<dest> where C<dest> is either a "
7712 "destination filename or destination directory."
7713 msgstr ""
7714
7715 #. type: textblock
7716 #: ../src/guestfs-actions.pod:1143 ../src/guestfs-actions.pod:1157 ../src/guestfs-actions.pod:1229 ../src/guestfs-actions.pod:1303 ../src/guestfs-actions.pod:1417 ../src/guestfs-actions.pod:4854 ../src/guestfs-actions.pod:5231
7717 msgid "(Added in 1.0.18)"
7718 msgstr ""
7719
7720 #. type: =head2
7721 #: ../src/guestfs-actions.pod:1145
7722 msgid "guestfs_cp_a"
7723 msgstr ""
7724
7725 #. type: verbatim
7726 #: ../src/guestfs-actions.pod:1147
7727 #, no-wrap
7728 msgid ""
7729 " int\n"
7730 " guestfs_cp_a (guestfs_h *g,\n"
7731 "               const char *src,\n"
7732 "               const char *dest);\n"
7733 "\n"
7734 msgstr ""
7735
7736 #. type: textblock
7737 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:776
7738 msgid ""
7739 "This copies a file or directory from C<src> to C<dest> recursively using the "
7740 "C<cp -a> command."
7741 msgstr ""
7742
7743 #. type: =head2
7744 #: ../src/guestfs-actions.pod:1159
7745 msgid "guestfs_dd"
7746 msgstr ""
7747
7748 #. type: verbatim
7749 #: ../src/guestfs-actions.pod:1161
7750 #, no-wrap
7751 msgid ""
7752 " int\n"
7753 " guestfs_dd (guestfs_h *g,\n"
7754 "             const char *src,\n"
7755 "             const char *dest);\n"
7756 "\n"
7757 msgstr ""
7758
7759 #. type: textblock
7760 #: ../src/guestfs-actions.pod:1166 ../fish/guestfish-actions.pod:783
7761 msgid ""
7762 "This command copies from one source device or file C<src> to another "
7763 "destination device or file C<dest>.  Normally you would use this to copy to "
7764 "or from a device or partition, for example to duplicate a filesystem."
7765 msgstr ""
7766
7767 #. type: textblock
7768 #: ../src/guestfs-actions.pod:1171
7769 msgid ""
7770 "If the destination is a device, it must be as large or larger than the "
7771 "source file or device, otherwise the copy will fail.  This command cannot do "
7772 "partial copies (see C<guestfs_copy_size>)."
7773 msgstr ""
7774
7775 #. type: =head2
7776 #: ../src/guestfs-actions.pod:1179
7777 msgid "guestfs_df"
7778 msgstr ""
7779
7780 #. type: verbatim
7781 #: ../src/guestfs-actions.pod:1181
7782 #, no-wrap
7783 msgid ""
7784 " char *\n"
7785 " guestfs_df (guestfs_h *g);\n"
7786 "\n"
7787 msgstr ""
7788
7789 #. type: textblock
7790 #: ../src/guestfs-actions.pod:1184 ../fish/guestfish-actions.pod:796
7791 msgid "This command runs the C<df> command to report disk space used."
7792 msgstr ""
7793
7794 #. type: textblock
7795 #: ../src/guestfs-actions.pod:1186 ../src/guestfs-actions.pod:1203
7796 msgid ""
7797 "This command is mostly useful for interactive sessions.  It is I<not> "
7798 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7799 "from programs."
7800 msgstr ""
7801
7802 #. type: textblock
7803 #: ../src/guestfs-actions.pod:1193 ../src/guestfs-actions.pod:1210 ../src/guestfs-actions.pod:1328 ../src/guestfs-actions.pod:2292 ../src/guestfs-actions.pod:2316 ../src/guestfs-actions.pod:2384 ../src/guestfs-actions.pod:4279 ../src/guestfs-actions.pod:4754 ../src/guestfs-actions.pod:6565 ../src/guestfs-actions.pod:6589 ../src/guestfs-actions.pod:7207 ../src/guestfs-actions.pod:7220 ../src/guestfs-actions.pod:7233
7804 msgid "(Added in 1.0.54)"
7805 msgstr ""
7806
7807 #. type: =head2
7808 #: ../src/guestfs-actions.pod:1195
7809 msgid "guestfs_df_h"
7810 msgstr ""
7811
7812 #. type: verbatim
7813 #: ../src/guestfs-actions.pod:1197
7814 #, no-wrap
7815 msgid ""
7816 " char *\n"
7817 " guestfs_df_h (guestfs_h *g);\n"
7818 "\n"
7819 msgstr ""
7820
7821 #. type: textblock
7822 #: ../src/guestfs-actions.pod:1200 ../fish/guestfish-actions.pod:806
7823 msgid ""
7824 "This command runs the C<df -h> command to report disk space used in "
7825 "human-readable format."
7826 msgstr ""
7827
7828 #. type: =head2
7829 #: ../src/guestfs-actions.pod:1212
7830 msgid "guestfs_dmesg"
7831 msgstr ""
7832
7833 #. type: verbatim
7834 #: ../src/guestfs-actions.pod:1214
7835 #, no-wrap
7836 msgid ""
7837 " char *\n"
7838 " guestfs_dmesg (guestfs_h *g);\n"
7839 "\n"
7840 msgstr ""
7841
7842 #. type: textblock
7843 #: ../src/guestfs-actions.pod:1217 ../fish/guestfish-actions.pod:817
7844 msgid ""
7845 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7846 "This is sometimes useful for extended debugging of problems."
7847 msgstr ""
7848
7849 #. type: textblock
7850 #: ../src/guestfs-actions.pod:1221
7851 msgid ""
7852 "Another way to get the same information is to enable verbose messages with "
7853 "C<guestfs_set_verbose> or by setting the environment variable "
7854 "C<LIBGUESTFS_DEBUG=1> before running the program."
7855 msgstr ""
7856
7857 #. type: =head2
7858 #: ../src/guestfs-actions.pod:1231
7859 msgid "guestfs_download"
7860 msgstr ""
7861
7862 #. type: verbatim
7863 #: ../src/guestfs-actions.pod:1233
7864 #, no-wrap
7865 msgid ""
7866 " int\n"
7867 " guestfs_download (guestfs_h *g,\n"
7868 "                   const char *remotefilename,\n"
7869 "                   const char *filename);\n"
7870 "\n"
7871 msgstr ""
7872
7873 #. type: textblock
7874 #: ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:1263 ../fish/guestfish-actions.pod:830 ../fish/guestfish-actions.pod:843
7875 msgid ""
7876 "Download file C<remotefilename> and save it as C<filename> on the local "
7877 "machine."
7878 msgstr ""
7879
7880 #. type: textblock
7881 #: ../src/guestfs-actions.pod:1241 ../src/guestfs-actions.pod:6821 ../fish/guestfish-actions.pod:833 ../fish/guestfish-actions.pod:4595
7882 msgid "C<filename> can also be a named pipe."
7883 msgstr ""
7884
7885 #. type: textblock
7886 #: ../src/guestfs-actions.pod:1243
7887 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7888 msgstr ""
7889
7890 #. type: =head2
7891 #: ../src/guestfs-actions.pod:1254
7892 msgid "guestfs_download_offset"
7893 msgstr ""
7894
7895 #. type: verbatim
7896 #: ../src/guestfs-actions.pod:1256
7897 #, no-wrap
7898 msgid ""
7899 " int\n"
7900 " guestfs_download_offset (guestfs_h *g,\n"
7901 "                          const char *remotefilename,\n"
7902 "                          const char *filename,\n"
7903 "                          int64_t offset,\n"
7904 "                          int64_t size);\n"
7905 "\n"
7906 msgstr ""
7907
7908 #. type: textblock
7909 #: ../src/guestfs-actions.pod:1266 ../fish/guestfish-actions.pod:846
7910 msgid ""
7911 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7912 "region must be within the file or device)."
7913 msgstr ""
7914
7915 #. type: textblock
7916 #: ../src/guestfs-actions.pod:1269
7917 msgid ""
7918 "Note that there is no limit on the amount of data that can be downloaded "
7919 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7920 "full amount unless an error occurs."
7921 msgstr ""
7922
7923 #. type: textblock
7924 #: ../src/guestfs-actions.pod:1274
7925 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7926 msgstr ""
7927
7928 #. type: textblock
7929 #: ../src/guestfs-actions.pod:1283 ../src/guestfs-actions.pod:6866
7930 msgid "(Added in 1.5.17)"
7931 msgstr ""
7932
7933 #. type: =head2
7934 #: ../src/guestfs-actions.pod:1285
7935 msgid "guestfs_drop_caches"
7936 msgstr ""
7937
7938 #. type: verbatim
7939 #: ../src/guestfs-actions.pod:1287
7940 #, no-wrap
7941 msgid ""
7942 " int\n"
7943 " guestfs_drop_caches (guestfs_h *g,\n"
7944 "                      int whattodrop);\n"
7945 "\n"
7946 msgstr ""
7947
7948 #. type: textblock
7949 #: ../src/guestfs-actions.pod:1291 ../fish/guestfish-actions.pod:862
7950 msgid ""
7951 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7952 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7953 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7954 msgstr ""
7955
7956 #. type: textblock
7957 #: ../src/guestfs-actions.pod:1296 ../fish/guestfish-actions.pod:867
7958 msgid "Setting C<whattodrop> to 3 should drop everything."
7959 msgstr ""
7960
7961 #. type: textblock
7962 #: ../src/guestfs-actions.pod:1298 ../fish/guestfish-actions.pod:869
7963 msgid ""
7964 "This automatically calls L<sync(2)> before the operation, so that the "
7965 "maximum guest memory is freed."
7966 msgstr ""
7967
7968 #. type: =head2
7969 #: ../src/guestfs-actions.pod:1305
7970 msgid "guestfs_du"
7971 msgstr ""
7972
7973 #. type: verbatim
7974 #: ../src/guestfs-actions.pod:1307
7975 #, no-wrap
7976 msgid ""
7977 " int64_t\n"
7978 " guestfs_du (guestfs_h *g,\n"
7979 "             const char *path);\n"
7980 "\n"
7981 msgstr ""
7982
7983 #. type: textblock
7984 #: ../src/guestfs-actions.pod:1311 ../fish/guestfish-actions.pod:876
7985 msgid ""
7986 "This command runs the C<du -s> command to estimate file space usage for "
7987 "C<path>."
7988 msgstr ""
7989
7990 #. type: textblock
7991 #: ../src/guestfs-actions.pod:1314 ../fish/guestfish-actions.pod:879
7992 msgid ""
7993 "C<path> can be a file or a directory.  If C<path> is a directory then the "
7994 "estimate includes the contents of the directory and all subdirectories "
7995 "(recursively)."
7996 msgstr ""
7997
7998 #. type: textblock
7999 #: ../src/guestfs-actions.pod:1318 ../fish/guestfish-actions.pod:883
8000 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8001 msgstr ""
8002
8003 #. type: =head2
8004 #: ../src/guestfs-actions.pod:1330
8005 msgid "guestfs_e2fsck_f"
8006 msgstr ""
8007
8008 #. type: verbatim
8009 #: ../src/guestfs-actions.pod:1332
8010 #, no-wrap
8011 msgid ""
8012 " int\n"
8013 " guestfs_e2fsck_f (guestfs_h *g,\n"
8014 "                   const char *device);\n"
8015 "\n"
8016 msgstr ""
8017
8018 #. type: textblock
8019 #: ../src/guestfs-actions.pod:1336 ../fish/guestfish-actions.pod:890
8020 msgid ""
8021 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8022 "on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
8023 "clean (I<-f>)."
8024 msgstr ""
8025
8026 #. type: textblock
8027 #: ../src/guestfs-actions.pod:1340
8028 msgid ""
8029 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8030 "Normally you should use C<guestfs_fsck>."
8031 msgstr ""
8032
8033 #. type: textblock
8034 #: ../src/guestfs-actions.pod:1345
8035 msgid "(Added in 1.0.29)"
8036 msgstr ""
8037
8038 #. type: =head2
8039 #: ../src/guestfs-actions.pod:1347
8040 msgid "guestfs_echo_daemon"
8041 msgstr ""
8042
8043 #. type: verbatim
8044 #: ../src/guestfs-actions.pod:1349
8045 #, no-wrap
8046 msgid ""
8047 " char *\n"
8048 " guestfs_echo_daemon (guestfs_h *g,\n"
8049 "                      char *const *words);\n"
8050 "\n"
8051 msgstr ""
8052
8053 #. type: textblock
8054 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:901
8055 msgid ""
8056 "This command concatenates the list of C<words> passed with single spaces "
8057 "between them and returns the resulting string."
8058 msgstr ""
8059
8060 #. type: textblock
8061 #: ../src/guestfs-actions.pod:1356 ../fish/guestfish-actions.pod:904
8062 msgid "You can use this command to test the connection through to the daemon."
8063 msgstr ""
8064
8065 #. type: textblock
8066 #: ../src/guestfs-actions.pod:1358
8067 msgid "See also C<guestfs_ping_daemon>."
8068 msgstr ""
8069
8070 #. type: textblock
8071 #: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:2100 ../src/guestfs-actions.pod:6065
8072 msgid "(Added in 1.0.69)"
8073 msgstr ""
8074
8075 #. type: =head2
8076 #: ../src/guestfs-actions.pod:1365
8077 msgid "guestfs_egrep"
8078 msgstr ""
8079
8080 #. type: verbatim
8081 #: ../src/guestfs-actions.pod:1367
8082 #, no-wrap
8083 msgid ""
8084 " char **\n"
8085 " guestfs_egrep (guestfs_h *g,\n"
8086 "                const char *regex,\n"
8087 "                const char *path);\n"
8088 "\n"
8089 msgstr ""
8090
8091 #. type: textblock
8092 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:912
8093 msgid "This calls the external C<egrep> program and returns the matching lines."
8094 msgstr ""
8095
8096 #. type: textblock
8097 #: ../src/guestfs-actions.pod:1382 ../src/guestfs-actions.pod:1401 ../src/guestfs-actions.pod:1458 ../src/guestfs-actions.pod:1504 ../src/guestfs-actions.pod:1523 ../src/guestfs-actions.pod:2230 ../src/guestfs-actions.pod:2249 ../src/guestfs-actions.pod:2405 ../src/guestfs-actions.pod:2418 ../src/guestfs-actions.pod:2433 ../src/guestfs-actions.pod:2479 ../src/guestfs-actions.pod:2501 ../src/guestfs-actions.pod:2514 ../src/guestfs-actions.pod:3662 ../src/guestfs-actions.pod:3676 ../src/guestfs-actions.pod:3689 ../src/guestfs-actions.pod:3703 ../src/guestfs-actions.pod:4689 ../src/guestfs-actions.pod:5565 ../src/guestfs-actions.pod:5614 ../src/guestfs-actions.pod:6433 ../src/guestfs-actions.pod:6445 ../src/guestfs-actions.pod:6458 ../src/guestfs-actions.pod:6471 ../src/guestfs-actions.pod:6493 ../src/guestfs-actions.pod:6506 ../src/guestfs-actions.pod:6519 ../src/guestfs-actions.pod:6532 ../src/guestfs-actions.pod:7303 ../src/guestfs-actions.pod:7322 ../src/guestfs-actions.pod:7407 ../src/guestfs-actions.pod:7426 ../src/guestfs-actions.pod:7472 ../src/guestfs-actions.pod:7491
8098 msgid "(Added in 1.0.66)"
8099 msgstr ""
8100
8101 #. type: =head2
8102 #: ../src/guestfs-actions.pod:1384
8103 msgid "guestfs_egrepi"
8104 msgstr ""
8105
8106 #. type: verbatim
8107 #: ../src/guestfs-actions.pod:1386
8108 #, no-wrap
8109 msgid ""
8110 " char **\n"
8111 " guestfs_egrepi (guestfs_h *g,\n"
8112 "                 const char *regex,\n"
8113 "                 const char *path);\n"
8114 "\n"
8115 msgstr ""
8116
8117 #. type: textblock
8118 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:922
8119 msgid "This calls the external C<egrep -i> program and returns the matching lines."
8120 msgstr ""
8121
8122 #. type: =head2
8123 #: ../src/guestfs-actions.pod:1403
8124 msgid "guestfs_equal"
8125 msgstr ""
8126
8127 #. type: verbatim
8128 #: ../src/guestfs-actions.pod:1405
8129 #, no-wrap
8130 msgid ""
8131 " int\n"
8132 " guestfs_equal (guestfs_h *g,\n"
8133 "                const char *file1,\n"
8134 "                const char *file2);\n"
8135 "\n"
8136 msgstr ""
8137
8138 #. type: textblock
8139 #: ../src/guestfs-actions.pod:1410 ../fish/guestfish-actions.pod:932
8140 msgid ""
8141 "This compares the two files C<file1> and C<file2> and returns true if their "
8142 "content is exactly equal, or false otherwise."
8143 msgstr ""
8144
8145 #. type: textblock
8146 #: ../src/guestfs-actions.pod:1413 ../fish/guestfish-actions.pod:935
8147 msgid "The external L<cmp(1)> program is used for the comparison."
8148 msgstr ""
8149
8150 #. type: =head2
8151 #: ../src/guestfs-actions.pod:1419
8152 msgid "guestfs_exists"
8153 msgstr ""
8154
8155 #. type: verbatim
8156 #: ../src/guestfs-actions.pod:1421
8157 #, no-wrap
8158 msgid ""
8159 " int\n"
8160 " guestfs_exists (guestfs_h *g,\n"
8161 "                 const char *path);\n"
8162 "\n"
8163 msgstr ""
8164
8165 #. type: textblock
8166 #: ../src/guestfs-actions.pod:1425 ../fish/guestfish-actions.pod:941
8167 msgid ""
8168 "This returns C<true> if and only if there is a file, directory (or anything) "
8169 "with the given C<path> name."
8170 msgstr ""
8171
8172 #. type: textblock
8173 #: ../src/guestfs-actions.pod:1428
8174 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8175 msgstr ""
8176
8177 #. type: =head2
8178 #: ../src/guestfs-actions.pod:1434
8179 msgid "guestfs_fallocate"
8180 msgstr ""
8181
8182 #. type: verbatim
8183 #: ../src/guestfs-actions.pod:1436
8184 #, no-wrap
8185 msgid ""
8186 " int\n"
8187 " guestfs_fallocate (guestfs_h *g,\n"
8188 "                    const char *path,\n"
8189 "                    int len);\n"
8190 "\n"
8191 msgstr ""
8192
8193 #. type: textblock
8194 #: ../src/guestfs-actions.pod:1441 ../src/guestfs-actions.pod:1467 ../fish/guestfish-actions.pod:950 ../fish/guestfish-actions.pod:969
8195 msgid ""
8196 "This command preallocates a file (containing zero bytes) named C<path> of "
8197 "size C<len> bytes.  If the file exists already, it is overwritten."
8198 msgstr ""
8199
8200 #. type: textblock
8201 #: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:954
8202 msgid ""
8203 "Do not confuse this with the guestfish-specific C<alloc> command which "
8204 "allocates a file in the host and attaches it as a device."
8205 msgstr ""
8206
8207 #. type: textblock
8208 #: ../src/guestfs-actions.pod:1451 ../fish/guestfish-actions.pod:958
8209 msgid ""
8210 "This function is deprecated.  In new code, use the C<fallocate64> call "
8211 "instead."
8212 msgstr ""
8213
8214 #. type: =head2
8215 #: ../src/guestfs-actions.pod:1460
8216 msgid "guestfs_fallocate64"
8217 msgstr ""
8218
8219 #. type: verbatim
8220 #: ../src/guestfs-actions.pod:1462
8221 #, no-wrap
8222 msgid ""
8223 " int\n"
8224 " guestfs_fallocate64 (guestfs_h *g,\n"
8225 "                      const char *path,\n"
8226 "                      int64_t len);\n"
8227 "\n"
8228 msgstr ""
8229
8230 #. type: textblock
8231 #: ../src/guestfs-actions.pod:1471
8232 msgid ""
8233 "Note that this call allocates disk blocks for the file.  To create a sparse "
8234 "file use C<guestfs_truncate_size> instead."
8235 msgstr ""
8236
8237 #. type: textblock
8238 #: ../src/guestfs-actions.pod:1474
8239 msgid ""
8240 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8241 "oversight it only allowed 30 bit lengths to be specified, effectively "
8242 "limiting the maximum size of files created through that call to 1GB."
8243 msgstr ""
8244
8245 #. type: textblock
8246 #: ../src/guestfs-actions.pod:1479 ../fish/guestfish-actions.pod:981
8247 msgid ""
8248 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8249 "commands which create a file in the host and attach it as a device."
8250 msgstr ""
8251
8252 #. type: textblock
8253 #: ../src/guestfs-actions.pod:1485
8254 msgid "(Added in 1.3.17)"
8255 msgstr ""
8256
8257 #. type: =head2
8258 #: ../src/guestfs-actions.pod:1487
8259 msgid "guestfs_fgrep"
8260 msgstr ""
8261
8262 #. type: verbatim
8263 #: ../src/guestfs-actions.pod:1489
8264 #, no-wrap
8265 msgid ""
8266 " char **\n"
8267 " guestfs_fgrep (guestfs_h *g,\n"
8268 "                const char *pattern,\n"
8269 "                const char *path);\n"
8270 "\n"
8271 msgstr ""
8272
8273 #. type: textblock
8274 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:989
8275 msgid "This calls the external C<fgrep> program and returns the matching lines."
8276 msgstr ""
8277
8278 #. type: =head2
8279 #: ../src/guestfs-actions.pod:1506
8280 msgid "guestfs_fgrepi"
8281 msgstr ""
8282
8283 #. type: verbatim
8284 #: ../src/guestfs-actions.pod:1508
8285 #, no-wrap
8286 msgid ""
8287 " char **\n"
8288 " guestfs_fgrepi (guestfs_h *g,\n"
8289 "                 const char *pattern,\n"
8290 "                 const char *path);\n"
8291 "\n"
8292 msgstr ""
8293
8294 #. type: textblock
8295 #: ../src/guestfs-actions.pod:1513 ../fish/guestfish-actions.pod:999
8296 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
8297 msgstr ""
8298
8299 #. type: =head2
8300 #: ../src/guestfs-actions.pod:1525
8301 msgid "guestfs_file"
8302 msgstr ""
8303
8304 #. type: verbatim
8305 #: ../src/guestfs-actions.pod:1527
8306 #, no-wrap
8307 msgid ""
8308 " char *\n"
8309 " guestfs_file (guestfs_h *g,\n"
8310 "               const char *path);\n"
8311 "\n"
8312 msgstr ""
8313
8314 #. type: textblock
8315 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1009
8316 msgid ""
8317 "This call uses the standard L<file(1)> command to determine the type or "
8318 "contents of the file."
8319 msgstr ""
8320
8321 #. type: textblock
8322 #: ../src/guestfs-actions.pod:1534 ../fish/guestfish-actions.pod:1012
8323 msgid ""
8324 "This call will also transparently look inside various types of compressed "
8325 "file."
8326 msgstr ""
8327
8328 #. type: textblock
8329 #: ../src/guestfs-actions.pod:1537 ../fish/guestfish-actions.pod:1015
8330 msgid ""
8331 "The exact command which runs is C<file -zb path>.  Note in particular that "
8332 "the filename is not prepended to the output (the I<-b> option)."
8333 msgstr ""
8334
8335 #. type: textblock
8336 #: ../src/guestfs-actions.pod:1541
8337 msgid ""
8338 "This command can also be used on C</dev/> devices (and partitions, LV "
8339 "names).  You can for example use this to determine if a device contains a "
8340 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
8341 msgstr ""
8342
8343 #. type: textblock
8344 #: ../src/guestfs-actions.pod:1546 ../fish/guestfish-actions.pod:1024
8345 msgid ""
8346 "If the C<path> does not begin with C</dev/> then this command only works for "
8347 "the content of regular files.  For other file types (directory, symbolic "
8348 "link etc) it will just return the string C<directory> etc."
8349 msgstr ""
8350
8351 #. type: =head2
8352 #: ../src/guestfs-actions.pod:1556
8353 msgid "guestfs_file_architecture"
8354 msgstr ""
8355
8356 #. type: verbatim
8357 #: ../src/guestfs-actions.pod:1558
8358 #, no-wrap
8359 msgid ""
8360 " char *\n"
8361 " guestfs_file_architecture (guestfs_h *g,\n"
8362 "                            const char *filename);\n"
8363 "\n"
8364 msgstr ""
8365
8366 #. type: textblock
8367 #: ../src/guestfs-actions.pod:1562 ../fish/guestfish-actions.pod:1033
8368 msgid ""
8369 "This detects the architecture of the binary C<filename>, and returns it if "
8370 "known."
8371 msgstr ""
8372
8373 #. type: textblock
8374 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1036
8375 msgid "Currently defined architectures are:"
8376 msgstr ""
8377
8378 #. type: =item
8379 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1040
8380 msgid "\"i386\""
8381 msgstr ""
8382
8383 #. type: textblock
8384 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1042
8385 msgid ""
8386 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8387 "irrespective of the precise processor requirements of the binary."
8388 msgstr ""
8389
8390 #. type: =item
8391 #: ../src/guestfs-actions.pod:1574 ../fish/guestfish-actions.pod:1045
8392 msgid "\"x86_64\""
8393 msgstr ""
8394
8395 #. type: textblock
8396 #: ../src/guestfs-actions.pod:1576 ../fish/guestfish-actions.pod:1047
8397 msgid "64 bit x86-64."
8398 msgstr ""
8399
8400 #. type: =item
8401 #: ../src/guestfs-actions.pod:1578 ../fish/guestfish-actions.pod:1049
8402 msgid "\"sparc\""
8403 msgstr ""
8404
8405 #. type: textblock
8406 #: ../src/guestfs-actions.pod:1580 ../fish/guestfish-actions.pod:1051
8407 msgid "32 bit SPARC."
8408 msgstr ""
8409
8410 #. type: =item
8411 #: ../src/guestfs-actions.pod:1582 ../fish/guestfish-actions.pod:1053
8412 msgid "\"sparc64\""
8413 msgstr ""
8414
8415 #. type: textblock
8416 #: ../src/guestfs-actions.pod:1584 ../fish/guestfish-actions.pod:1055
8417 msgid "64 bit SPARC V9 and above."
8418 msgstr ""
8419
8420 #. type: =item
8421 #: ../src/guestfs-actions.pod:1586 ../fish/guestfish-actions.pod:1057
8422 msgid "\"ia64\""
8423 msgstr ""
8424
8425 #. type: textblock
8426 #: ../src/guestfs-actions.pod:1588 ../fish/guestfish-actions.pod:1059
8427 msgid "Intel Itanium."
8428 msgstr ""
8429
8430 #. type: =item
8431 #: ../src/guestfs-actions.pod:1590 ../fish/guestfish-actions.pod:1061
8432 msgid "\"ppc\""
8433 msgstr ""
8434
8435 #. type: textblock
8436 #: ../src/guestfs-actions.pod:1592 ../fish/guestfish-actions.pod:1063
8437 msgid "32 bit Power PC."
8438 msgstr ""
8439
8440 #. type: =item
8441 #: ../src/guestfs-actions.pod:1594 ../fish/guestfish-actions.pod:1065
8442 msgid "\"ppc64\""
8443 msgstr ""
8444
8445 #. type: textblock
8446 #: ../src/guestfs-actions.pod:1596 ../fish/guestfish-actions.pod:1067
8447 msgid "64 bit Power PC."
8448 msgstr ""
8449
8450 #. type: textblock
8451 #: ../src/guestfs-actions.pod:1600 ../fish/guestfish-actions.pod:1071
8452 msgid "Libguestfs may return other architecture strings in future."
8453 msgstr ""
8454
8455 #. type: textblock
8456 #: ../src/guestfs-actions.pod:1602 ../fish/guestfish-actions.pod:1073
8457 msgid "The function works on at least the following types of files:"
8458 msgstr ""
8459
8460 #. type: textblock
8461 #: ../src/guestfs-actions.pod:1608 ../fish/guestfish-actions.pod:1079
8462 msgid "many types of Un*x and Linux binary"
8463 msgstr ""
8464
8465 #. type: textblock
8466 #: ../src/guestfs-actions.pod:1612 ../fish/guestfish-actions.pod:1083
8467 msgid "many types of Un*x and Linux shared library"
8468 msgstr ""
8469
8470 #. type: textblock
8471 #: ../src/guestfs-actions.pod:1616 ../fish/guestfish-actions.pod:1087
8472 msgid "Windows Win32 and Win64 binaries"
8473 msgstr ""
8474
8475 #. type: textblock
8476 #: ../src/guestfs-actions.pod:1620 ../fish/guestfish-actions.pod:1091
8477 msgid "Windows Win32 and Win64 DLLs"
8478 msgstr ""
8479
8480 #. type: textblock
8481 #: ../src/guestfs-actions.pod:1622 ../fish/guestfish-actions.pod:1093
8482 msgid "Win32 binaries and DLLs return C<i386>."
8483 msgstr ""
8484
8485 #. type: textblock
8486 #: ../src/guestfs-actions.pod:1624 ../fish/guestfish-actions.pod:1095
8487 msgid "Win64 binaries and DLLs return C<x86_64>."
8488 msgstr ""
8489
8490 #. type: textblock
8491 #: ../src/guestfs-actions.pod:1628 ../fish/guestfish-actions.pod:1099
8492 msgid "Linux kernel modules"
8493 msgstr ""
8494
8495 #. type: textblock
8496 #: ../src/guestfs-actions.pod:1632 ../fish/guestfish-actions.pod:1103
8497 msgid "Linux new-style initrd images"
8498 msgstr ""
8499
8500 #. type: textblock
8501 #: ../src/guestfs-actions.pod:1636 ../fish/guestfish-actions.pod:1107
8502 msgid "some non-x86 Linux vmlinuz kernels"
8503 msgstr ""
8504
8505 #. type: textblock
8506 #: ../src/guestfs-actions.pod:1640 ../fish/guestfish-actions.pod:1111
8507 msgid "What it can't do currently:"
8508 msgstr ""
8509
8510 #. type: textblock
8511 #: ../src/guestfs-actions.pod:1646 ../fish/guestfish-actions.pod:1117
8512 msgid "static libraries (libfoo.a)"
8513 msgstr ""
8514
8515 #. type: textblock
8516 #: ../src/guestfs-actions.pod:1650 ../fish/guestfish-actions.pod:1121
8517 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
8518 msgstr ""
8519
8520 #. type: textblock
8521 #: ../src/guestfs-actions.pod:1654 ../fish/guestfish-actions.pod:1125
8522 msgid "x86 Linux vmlinuz kernels"
8523 msgstr ""
8524
8525 #. type: textblock
8526 #: ../src/guestfs-actions.pod:1656 ../fish/guestfish-actions.pod:1127
8527 msgid ""
8528 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
8529 "compressed code, and are horribly hard to unpack.  If you want to find the "
8530 "architecture of a kernel, use the architecture of the associated initrd or "
8531 "kernel module(s) instead."
8532 msgstr ""
8533
8534 #. type: textblock
8535 #: ../src/guestfs-actions.pod:1666 ../src/guestfs-actions.pod:1829 ../src/guestfs-actions.pod:1846 ../src/guestfs-actions.pod:2537 ../src/guestfs-actions.pod:2630 ../src/guestfs-actions.pod:2700 ../src/guestfs-actions.pod:2788 ../src/guestfs-actions.pod:2809 ../src/guestfs-actions.pod:2852 ../src/guestfs-actions.pod:2936 ../src/guestfs-actions.pod:3033 ../src/guestfs-actions.pod:3280 ../src/guestfs-actions.pod:3412
8536 msgid "(Added in 1.5.3)"
8537 msgstr ""
8538
8539 #. type: =head2
8540 #: ../src/guestfs-actions.pod:1668
8541 msgid "guestfs_filesize"
8542 msgstr ""
8543
8544 #. type: verbatim
8545 #: ../src/guestfs-actions.pod:1670
8546 #, no-wrap
8547 msgid ""
8548 " int64_t\n"
8549 " guestfs_filesize (guestfs_h *g,\n"
8550 "                   const char *file);\n"
8551 "\n"
8552 msgstr ""
8553
8554 #. type: textblock
8555 #: ../src/guestfs-actions.pod:1674 ../fish/guestfish-actions.pod:1138
8556 msgid "This command returns the size of C<file> in bytes."
8557 msgstr ""
8558
8559 #. type: textblock
8560 #: ../src/guestfs-actions.pod:1676
8561 msgid ""
8562 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
8563 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
8564 "devices, use C<guestfs_blockdev_getsize64>."
8565 msgstr ""
8566
8567 #. type: textblock
8568 #: ../src/guestfs-actions.pod:1682
8569 msgid "(Added in 1.0.82)"
8570 msgstr ""
8571
8572 #. type: =head2
8573 #: ../src/guestfs-actions.pod:1684
8574 msgid "guestfs_fill"
8575 msgstr ""
8576
8577 #. type: verbatim
8578 #: ../src/guestfs-actions.pod:1686
8579 #, no-wrap
8580 msgid ""
8581 " int\n"
8582 " guestfs_fill (guestfs_h *g,\n"
8583 "               int c,\n"
8584 "               int len,\n"
8585 "               const char *path);\n"
8586 "\n"
8587 msgstr ""
8588
8589 #. type: textblock
8590 #: ../src/guestfs-actions.pod:1692 ../fish/guestfish-actions.pod:1148
8591 msgid ""
8592 "This command creates a new file called C<path>.  The initial content of the "
8593 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
8594 "C<[0..255]>."
8595 msgstr ""
8596
8597 #. type: textblock
8598 #: ../src/guestfs-actions.pod:1696
8599 msgid ""
8600 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
8601 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
8602 "bytes use C<guestfs_fill_pattern>."
8603 msgstr ""
8604
8605 #. type: textblock
8606 #: ../src/guestfs-actions.pod:1708
8607 msgid "(Added in 1.0.79)"
8608 msgstr ""
8609
8610 #. type: =head2
8611 #: ../src/guestfs-actions.pod:1710
8612 msgid "guestfs_fill_pattern"
8613 msgstr ""
8614
8615 #. type: verbatim
8616 #: ../src/guestfs-actions.pod:1712
8617 #, no-wrap
8618 msgid ""
8619 " int\n"
8620 " guestfs_fill_pattern (guestfs_h *g,\n"
8621 "                       const char *pattern,\n"
8622 "                       int len,\n"
8623 "                       const char *path);\n"
8624 "\n"
8625 msgstr ""
8626
8627 #. type: textblock
8628 #: ../src/guestfs-actions.pod:1718
8629 msgid ""
8630 "This function is like C<guestfs_fill> except that it creates a new file of "
8631 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
8632 "pattern is truncated if necessary to ensure the length of the file is "
8633 "exactly C<len> bytes."
8634 msgstr ""
8635
8636 #. type: textblock
8637 #: ../src/guestfs-actions.pod:1730
8638 msgid "(Added in 1.3.12)"
8639 msgstr ""
8640
8641 #. type: =head2
8642 #: ../src/guestfs-actions.pod:1732
8643 msgid "guestfs_find"
8644 msgstr ""
8645
8646 #. type: verbatim
8647 #: ../src/guestfs-actions.pod:1734
8648 #, no-wrap
8649 msgid ""
8650 " char **\n"
8651 " guestfs_find (guestfs_h *g,\n"
8652 "               const char *directory);\n"
8653 "\n"
8654 msgstr ""
8655
8656 #. type: textblock
8657 #: ../src/guestfs-actions.pod:1738 ../fish/guestfish-actions.pod:1170
8658 msgid ""
8659 "This command lists out all files and directories, recursively, starting at "
8660 "C<directory>.  It is essentially equivalent to running the shell command "
8661 "C<find directory -print> but some post-processing happens on the output, "
8662 "described below."
8663 msgstr ""
8664
8665 #. type: textblock
8666 #: ../src/guestfs-actions.pod:1743 ../fish/guestfish-actions.pod:1175
8667 msgid ""
8668 "This returns a list of strings I<without any prefix>.  Thus if the directory "
8669 "structure was:"
8670 msgstr ""
8671
8672 #. type: verbatim
8673 #: ../src/guestfs-actions.pod:1746 ../fish/guestfish-actions.pod:1178
8674 #, no-wrap
8675 msgid ""
8676 " /tmp/a\n"
8677 " /tmp/b\n"
8678 " /tmp/c/d\n"
8679 "\n"
8680 msgstr ""
8681
8682 #. type: textblock
8683 #: ../src/guestfs-actions.pod:1750
8684 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
8685 msgstr ""
8686
8687 #. type: verbatim
8688 #: ../src/guestfs-actions.pod:1753 ../fish/guestfish-actions.pod:1185
8689 #, no-wrap
8690 msgid ""
8691 " a\n"
8692 " b\n"
8693 " c\n"
8694 " c/d\n"
8695 "\n"
8696 msgstr ""
8697
8698 #. type: textblock
8699 #: ../src/guestfs-actions.pod:1758 ../fish/guestfish-actions.pod:1190
8700 msgid "If C<directory> is not a directory, then this command returns an error."
8701 msgstr ""
8702
8703 #. type: textblock
8704 #: ../src/guestfs-actions.pod:1761 ../fish/guestfish-actions.pod:1193
8705 msgid "The returned list is sorted."
8706 msgstr ""
8707
8708 #. type: textblock
8709 #: ../src/guestfs-actions.pod:1763
8710 msgid "See also C<guestfs_find0>."
8711 msgstr ""
8712
8713 #. type: textblock
8714 #: ../src/guestfs-actions.pod:1772 ../src/guestfs-actions.pod:4106 ../src/guestfs-actions.pod:5649
8715 msgid "(Added in 1.0.27)"
8716 msgstr ""
8717
8718 #. type: =head2
8719 #: ../src/guestfs-actions.pod:1774
8720 msgid "guestfs_find0"
8721 msgstr ""
8722
8723 #. type: verbatim
8724 #: ../src/guestfs-actions.pod:1776
8725 #, no-wrap
8726 msgid ""
8727 " int\n"
8728 " guestfs_find0 (guestfs_h *g,\n"
8729 "                const char *directory,\n"
8730 "                const char *files);\n"
8731 "\n"
8732 msgstr ""
8733
8734 #. type: textblock
8735 #: ../src/guestfs-actions.pod:1781 ../fish/guestfish-actions.pod:1204
8736 msgid ""
8737 "This command lists out all files and directories, recursively, starting at "
8738 "C<directory>, placing the resulting list in the external file called "
8739 "C<files>."
8740 msgstr ""
8741
8742 #. type: textblock
8743 #: ../src/guestfs-actions.pod:1785
8744 msgid ""
8745 "This command works the same way as C<guestfs_find> with the following "
8746 "exceptions:"
8747 msgstr ""
8748
8749 #. type: textblock
8750 #: ../src/guestfs-actions.pod:1792 ../fish/guestfish-actions.pod:1215
8751 msgid "The resulting list is written to an external file."
8752 msgstr ""
8753
8754 #. type: textblock
8755 #: ../src/guestfs-actions.pod:1796 ../fish/guestfish-actions.pod:1219
8756 msgid ""
8757 "Items (filenames) in the result are separated by C<\\0> characters.  See "
8758 "L<find(1)> option I<-print0>."
8759 msgstr ""
8760
8761 #. type: textblock
8762 #: ../src/guestfs-actions.pod:1801 ../fish/guestfish-actions.pod:1224
8763 msgid "This command is not limited in the number of names that it can return."
8764 msgstr ""
8765
8766 #. type: textblock
8767 #: ../src/guestfs-actions.pod:1806 ../fish/guestfish-actions.pod:1229
8768 msgid "The result list is not sorted."
8769 msgstr ""
8770
8771 #. type: textblock
8772 #: ../src/guestfs-actions.pod:1812
8773 msgid "(Added in 1.0.74)"
8774 msgstr ""
8775
8776 #. type: =head2
8777 #: ../src/guestfs-actions.pod:1814
8778 msgid "guestfs_findfs_label"
8779 msgstr ""
8780
8781 #. type: verbatim
8782 #: ../src/guestfs-actions.pod:1816
8783 #, no-wrap
8784 msgid ""
8785 " char *\n"
8786 " guestfs_findfs_label (guestfs_h *g,\n"
8787 "                       const char *label);\n"
8788 "\n"
8789 msgstr ""
8790
8791 #. type: textblock
8792 #: ../src/guestfs-actions.pod:1820 ../fish/guestfish-actions.pod:1239
8793 msgid ""
8794 "This command searches the filesystems and returns the one which has the "
8795 "given label.  An error is returned if no such filesystem can be found."
8796 msgstr ""
8797
8798 #. type: textblock
8799 #: ../src/guestfs-actions.pod:1824
8800 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8801 msgstr ""
8802
8803 #. type: =head2
8804 #: ../src/guestfs-actions.pod:1831
8805 msgid "guestfs_findfs_uuid"
8806 msgstr ""
8807
8808 #. type: verbatim
8809 #: ../src/guestfs-actions.pod:1833
8810 #, no-wrap
8811 msgid ""
8812 " char *\n"
8813 " guestfs_findfs_uuid (guestfs_h *g,\n"
8814 "                      const char *uuid);\n"
8815 "\n"
8816 msgstr ""
8817
8818 #. type: textblock
8819 #: ../src/guestfs-actions.pod:1837 ../fish/guestfish-actions.pod:1249
8820 msgid ""
8821 "This command searches the filesystems and returns the one which has the "
8822 "given UUID.  An error is returned if no such filesystem can be found."
8823 msgstr ""
8824
8825 #. type: textblock
8826 #: ../src/guestfs-actions.pod:1841
8827 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8828 msgstr ""
8829
8830 #. type: =head2
8831 #: ../src/guestfs-actions.pod:1848
8832 msgid "guestfs_fsck"
8833 msgstr ""
8834
8835 #. type: verbatim
8836 #: ../src/guestfs-actions.pod:1850
8837 #, no-wrap
8838 msgid ""
8839 " int\n"
8840 " guestfs_fsck (guestfs_h *g,\n"
8841 "               const char *fstype,\n"
8842 "               const char *device);\n"
8843 "\n"
8844 msgstr ""
8845
8846 #. type: textblock
8847 #: ../src/guestfs-actions.pod:1855 ../fish/guestfish-actions.pod:1259
8848 msgid ""
8849 "This runs the filesystem checker (fsck) on C<device> which should have "
8850 "filesystem type C<fstype>."
8851 msgstr ""
8852
8853 #. type: textblock
8854 #: ../src/guestfs-actions.pod:1858 ../fish/guestfish-actions.pod:1262
8855 msgid ""
8856 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8857 "codes from C<fsck>."
8858 msgstr ""
8859
8860 #. type: textblock
8861 #: ../src/guestfs-actions.pod:1867 ../fish/guestfish-actions.pod:1271
8862 msgid "Multiple status codes can be summed together."
8863 msgstr ""
8864
8865 #. type: textblock
8866 #: ../src/guestfs-actions.pod:1871 ../fish/guestfish-actions.pod:1275
8867 msgid ""
8868 "A non-zero return code can mean \"success\", for example if errors have been "
8869 "corrected on the filesystem."
8870 msgstr ""
8871
8872 #. type: textblock
8873 #: ../src/guestfs-actions.pod:1876 ../fish/guestfish-actions.pod:1280
8874 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8875 msgstr ""
8876
8877 #. type: textblock
8878 #: ../src/guestfs-actions.pod:1881 ../fish/guestfish-actions.pod:1285
8879 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8880 msgstr ""
8881
8882 #. type: textblock
8883 #: ../src/guestfs-actions.pod:1885 ../src/guestfs-actions.pod:7345
8884 msgid "(Added in 1.0.16)"
8885 msgstr ""
8886
8887 #. type: =head2
8888 #: ../src/guestfs-actions.pod:1887
8889 msgid "guestfs_get_append"
8890 msgstr ""
8891
8892 #. type: verbatim
8893 #: ../src/guestfs-actions.pod:1889
8894 #, no-wrap
8895 msgid ""
8896 " const char *\n"
8897 " guestfs_get_append (guestfs_h *g);\n"
8898 "\n"
8899 msgstr ""
8900
8901 #. type: textblock
8902 #: ../src/guestfs-actions.pod:1892 ../fish/guestfish-actions.pod:1291
8903 msgid ""
8904 "Return the additional kernel options which are added to the guest kernel "
8905 "command line."
8906 msgstr ""
8907
8908 #. type: textblock
8909 #: ../src/guestfs-actions.pod:1895 ../fish/guestfish-actions.pod:1294
8910 msgid "If C<NULL> then no options are added."
8911 msgstr ""
8912
8913 #. type: textblock
8914 #: ../src/guestfs-actions.pod:1897
8915 msgid ""
8916 "This function returns a string which may be NULL.  There is no way to return "
8917 "an error from this function.  The string is owned by the guest handle and "
8918 "must I<not> be freed."
8919 msgstr ""
8920
8921 #. type: textblock
8922 #: ../src/guestfs-actions.pod:1901 ../src/guestfs-actions.pod:5327 ../src/guestfs-actions.pod:5807 ../src/guestfs-actions.pod:6207 ../src/guestfs-actions.pod:6226 ../src/guestfs-actions.pod:6242 ../src/guestfs-actions.pod:6259 ../src/guestfs-actions.pod:7016 ../src/guestfs-actions.pod:7034 ../src/guestfs-actions.pod:7388
8923 msgid "(Added in 1.0.26)"
8924 msgstr ""
8925
8926 #. type: =head2
8927 #: ../src/guestfs-actions.pod:1903
8928 msgid "guestfs_get_attach_method"
8929 msgstr ""
8930
8931 #. type: verbatim
8932 #: ../src/guestfs-actions.pod:1905
8933 #, no-wrap
8934 msgid ""
8935 " char *\n"
8936 " guestfs_get_attach_method (guestfs_h *g);\n"
8937 "\n"
8938 msgstr ""
8939
8940 #. type: textblock
8941 #: ../src/guestfs-actions.pod:1908
8942 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
8943 msgstr ""
8944
8945 #. type: =head2
8946 #: ../src/guestfs-actions.pod:1913
8947 msgid "guestfs_get_autosync"
8948 msgstr ""
8949
8950 #. type: verbatim
8951 #: ../src/guestfs-actions.pod:1915
8952 #, no-wrap
8953 msgid ""
8954 " int\n"
8955 " guestfs_get_autosync (guestfs_h *g);\n"
8956 "\n"
8957 msgstr ""
8958
8959 #. type: textblock
8960 #: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1306
8961 msgid "Get the autosync flag."
8962 msgstr ""
8963
8964 #. type: =head2
8965 #: ../src/guestfs-actions.pod:1924
8966 msgid "guestfs_get_direct"
8967 msgstr ""
8968
8969 #. type: verbatim
8970 #: ../src/guestfs-actions.pod:1926
8971 #, no-wrap
8972 msgid ""
8973 " int\n"
8974 " guestfs_get_direct (guestfs_h *g);\n"
8975 "\n"
8976 msgstr ""
8977
8978 #. type: textblock
8979 #: ../src/guestfs-actions.pod:1929 ../fish/guestfish-actions.pod:1312
8980 msgid "Return the direct appliance mode flag."
8981 msgstr ""
8982
8983 #. type: textblock
8984 #: ../src/guestfs-actions.pod:1933 ../src/guestfs-actions.pod:5876
8985 msgid "(Added in 1.0.72)"
8986 msgstr ""
8987
8988 #. type: =head2
8989 #: ../src/guestfs-actions.pod:1935
8990 msgid "guestfs_get_e2label"
8991 msgstr ""
8992
8993 #. type: verbatim
8994 #: ../src/guestfs-actions.pod:1937
8995 #, no-wrap
8996 msgid ""
8997 " char *\n"
8998 " guestfs_get_e2label (guestfs_h *g,\n"
8999 "                      const char *device);\n"
9000 "\n"
9001 msgstr ""
9002
9003 #. type: textblock
9004 #: ../src/guestfs-actions.pod:1941 ../fish/guestfish-actions.pod:1318
9005 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9006 msgstr ""
9007
9008 #. type: textblock
9009 #: ../src/guestfs-actions.pod:1947 ../fish/guestfish-actions.pod:1321
9010 msgid ""
9011 "This function is deprecated.  In new code, use the C<vfs_label> call "
9012 "instead."
9013 msgstr ""
9014
9015 #. type: textblock
9016 #: ../src/guestfs-actions.pod:1954 ../src/guestfs-actions.pod:1975 ../src/guestfs-actions.pod:5894 ../src/guestfs-actions.pod:5913
9017 msgid "(Added in 1.0.15)"
9018 msgstr ""
9019
9020 #. type: =head2
9021 #: ../src/guestfs-actions.pod:1956
9022 msgid "guestfs_get_e2uuid"
9023 msgstr ""
9024
9025 #. type: verbatim
9026 #: ../src/guestfs-actions.pod:1958
9027 #, no-wrap
9028 msgid ""
9029 " char *\n"
9030 " guestfs_get_e2uuid (guestfs_h *g,\n"
9031 "                     const char *device);\n"
9032 "\n"
9033 msgstr ""
9034
9035 #. type: textblock
9036 #: ../src/guestfs-actions.pod:1962 ../fish/guestfish-actions.pod:1332
9037 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9038 msgstr ""
9039
9040 #. type: textblock
9041 #: ../src/guestfs-actions.pod:1968 ../fish/guestfish-actions.pod:1335
9042 msgid "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
9043 msgstr ""
9044
9045 #. type: =head2
9046 #: ../src/guestfs-actions.pod:1977
9047 msgid "guestfs_get_memsize"
9048 msgstr ""
9049
9050 #. type: verbatim
9051 #: ../src/guestfs-actions.pod:1979
9052 #, no-wrap
9053 msgid ""
9054 " int\n"
9055 " guestfs_get_memsize (guestfs_h *g);\n"
9056 "\n"
9057 msgstr ""
9058
9059 #. type: textblock
9060 #: ../src/guestfs-actions.pod:1982 ../fish/guestfish-actions.pod:1346
9061 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
9062 msgstr ""
9063
9064 #. type: textblock
9065 #: ../src/guestfs-actions.pod:1985
9066 msgid ""
9067 "If C<guestfs_set_memsize> was not called on this handle, and if "
9068 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9069 "value for memsize."
9070 msgstr ""
9071
9072 #. type: textblock
9073 #: ../src/guestfs-actions.pod:1989 ../src/guestfs-actions.pod:2070 ../src/guestfs-actions.pod:5929 ../src/guestfs-actions.pod:6036 ../fish/guestfish-actions.pod:1353 ../fish/guestfish-actions.pod:1404 ../fish/guestfish-actions.pod:3998 ../fish/guestfish-actions.pod:4085
9074 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9075 msgstr ""
9076
9077 #. type: textblock
9078 #: ../src/guestfs-actions.pod:1994 ../src/guestfs-actions.pod:4397 ../src/guestfs-actions.pod:4594 ../src/guestfs-actions.pod:4613 ../src/guestfs-actions.pod:4632 ../src/guestfs-actions.pod:4644 ../src/guestfs-actions.pod:4661 ../src/guestfs-actions.pod:4674 ../src/guestfs-actions.pod:5552 ../src/guestfs-actions.pod:5934 ../src/guestfs-actions.pod:6181 ../src/guestfs-actions.pod:6782
9079 msgid "(Added in 1.0.55)"
9080 msgstr ""
9081
9082 #. type: =head2
9083 #: ../src/guestfs-actions.pod:1996
9084 msgid "guestfs_get_network"
9085 msgstr ""
9086
9087 #. type: verbatim
9088 #: ../src/guestfs-actions.pod:1998
9089 #, no-wrap
9090 msgid ""
9091 " int\n"
9092 " guestfs_get_network (guestfs_h *g);\n"
9093 "\n"
9094 msgstr ""
9095
9096 #. type: textblock
9097 #: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1360
9098 msgid "This returns the enable network flag."
9099 msgstr ""
9100
9101 #. type: textblock
9102 #: ../src/guestfs-actions.pod:2005 ../src/guestfs-actions.pod:5953
9103 msgid "(Added in 1.5.4)"
9104 msgstr ""
9105
9106 #. type: =head2
9107 #: ../src/guestfs-actions.pod:2007
9108 msgid "guestfs_get_path"
9109 msgstr ""
9110
9111 #. type: verbatim
9112 #: ../src/guestfs-actions.pod:2009
9113 #, no-wrap
9114 msgid ""
9115 " const char *\n"
9116 " guestfs_get_path (guestfs_h *g);\n"
9117 "\n"
9118 msgstr ""
9119
9120 #. type: textblock
9121 #: ../src/guestfs-actions.pod:2012 ../fish/guestfish-actions.pod:1366
9122 msgid "Return the current search path."
9123 msgstr ""
9124
9125 #. type: textblock
9126 #: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1368
9127 msgid ""
9128 "This is always non-NULL.  If it wasn't set already, then this will return "
9129 "the default path."
9130 msgstr ""
9131
9132 #. type: textblock
9133 #: ../src/guestfs-actions.pod:2017 ../src/guestfs-actions.pod:2046
9134 msgid ""
9135 "This function returns a string, or NULL on error.  The string is owned by "
9136 "the guest handle and must I<not> be freed."
9137 msgstr ""
9138
9139 #. type: =head2
9140 #: ../src/guestfs-actions.pod:2022
9141 msgid "guestfs_get_pid"
9142 msgstr ""
9143
9144 #. type: verbatim
9145 #: ../src/guestfs-actions.pod:2024
9146 #, no-wrap
9147 msgid ""
9148 " int\n"
9149 " guestfs_get_pid (guestfs_h *g);\n"
9150 "\n"
9151 msgstr ""
9152
9153 #. type: textblock
9154 #: ../src/guestfs-actions.pod:2027 ../fish/guestfish-actions.pod:1377
9155 msgid ""
9156 "Return the process ID of the qemu subprocess.  If there is no qemu "
9157 "subprocess, then this will return an error."
9158 msgstr ""
9159
9160 #. type: textblock
9161 #: ../src/guestfs-actions.pod:2030 ../fish/guestfish-actions.pod:1380
9162 msgid "This is an internal call used for debugging and testing."
9163 msgstr ""
9164
9165 #. type: textblock
9166 #: ../src/guestfs-actions.pod:2034
9167 msgid "(Added in 1.0.56)"
9168 msgstr ""
9169
9170 #. type: =head2
9171 #: ../src/guestfs-actions.pod:2036
9172 msgid "guestfs_get_qemu"
9173 msgstr ""
9174
9175 #. type: verbatim
9176 #: ../src/guestfs-actions.pod:2038
9177 #, no-wrap
9178 msgid ""
9179 " const char *\n"
9180 " guestfs_get_qemu (guestfs_h *g);\n"
9181 "\n"
9182 msgstr ""
9183
9184 #. type: textblock
9185 #: ../src/guestfs-actions.pod:2041 ../fish/guestfish-actions.pod:1386
9186 msgid "Return the current qemu binary."
9187 msgstr ""
9188
9189 #. type: textblock
9190 #: ../src/guestfs-actions.pod:2043 ../fish/guestfish-actions.pod:1388
9191 msgid ""
9192 "This is always non-NULL.  If it wasn't set already, then this will return "
9193 "the default qemu binary name."
9194 msgstr ""
9195
9196 #. type: textblock
9197 #: ../src/guestfs-actions.pod:2049 ../src/guestfs-actions.pod:5998
9198 msgid "(Added in 1.0.6)"
9199 msgstr ""
9200
9201 #. type: =head2
9202 #: ../src/guestfs-actions.pod:2051
9203 msgid "guestfs_get_recovery_proc"
9204 msgstr ""
9205
9206 #. type: verbatim
9207 #: ../src/guestfs-actions.pod:2053
9208 #, no-wrap
9209 msgid ""
9210 " int\n"
9211 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9212 "\n"
9213 msgstr ""
9214
9215 #. type: textblock
9216 #: ../src/guestfs-actions.pod:2056 ../fish/guestfish-actions.pod:1395
9217 msgid "Return the recovery process enabled flag."
9218 msgstr ""
9219
9220 #. type: textblock
9221 #: ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:3507 ../src/guestfs-actions.pod:3804 ../src/guestfs-actions.pod:4204 ../src/guestfs-actions.pod:4236 ../src/guestfs-actions.pod:5257 ../src/guestfs-actions.pod:5600 ../src/guestfs-actions.pod:6022 ../src/guestfs-actions.pod:6685 ../src/guestfs-actions.pod:6705 ../src/guestfs-actions.pod:6897
9222 msgid "(Added in 1.0.77)"
9223 msgstr ""
9224
9225 #. type: =head2
9226 #: ../src/guestfs-actions.pod:2062
9227 msgid "guestfs_get_selinux"
9228 msgstr ""
9229
9230 #. type: verbatim
9231 #: ../src/guestfs-actions.pod:2064
9232 #, no-wrap
9233 msgid ""
9234 " int\n"
9235 " guestfs_get_selinux (guestfs_h *g);\n"
9236 "\n"
9237 msgstr ""
9238
9239 #. type: textblock
9240 #: ../src/guestfs-actions.pod:2067
9241 msgid ""
9242 "This returns the current setting of the selinux flag which is passed to the "
9243 "appliance at boot time.  See C<guestfs_set_selinux>."
9244 msgstr ""
9245
9246 #. type: textblock
9247 #: ../src/guestfs-actions.pod:2075 ../src/guestfs-actions.pod:2138 ../src/guestfs-actions.pod:6041 ../src/guestfs-actions.pod:6099
9248 msgid "(Added in 1.0.67)"
9249 msgstr ""
9250
9251 #. type: =head2
9252 #: ../src/guestfs-actions.pod:2077
9253 msgid "guestfs_get_state"
9254 msgstr ""
9255
9256 #. type: verbatim
9257 #: ../src/guestfs-actions.pod:2079
9258 #, no-wrap
9259 msgid ""
9260 " int\n"
9261 " guestfs_get_state (guestfs_h *g);\n"
9262 "\n"
9263 msgstr ""
9264
9265 #. type: textblock
9266 #: ../src/guestfs-actions.pod:2082 ../fish/guestfish-actions.pod:1411
9267 msgid ""
9268 "This returns the current state as an opaque integer.  This is only useful "
9269 "for printing debug and internal error messages."
9270 msgstr ""
9271
9272 #. type: textblock
9273 #: ../src/guestfs-actions.pod:2085 ../src/guestfs-actions.pod:3305 ../src/guestfs-actions.pod:3334 ../src/guestfs-actions.pod:3395 ../src/guestfs-actions.pod:3422 ../fish/guestfish-actions.pod:1414 ../fish/guestfish-actions.pod:2328 ../fish/guestfish-actions.pod:2346 ../fish/guestfish-actions.pod:2384 ../fish/guestfish-actions.pod:2400
9274 msgid "For more information on states, see L<guestfs(3)>."
9275 msgstr ""
9276
9277 #. type: =head2
9278 #: ../src/guestfs-actions.pod:2091
9279 msgid "guestfs_get_trace"
9280 msgstr ""
9281
9282 #. type: verbatim
9283 #: ../src/guestfs-actions.pod:2093
9284 #, no-wrap
9285 msgid ""
9286 " int\n"
9287 " guestfs_get_trace (guestfs_h *g);\n"
9288 "\n"
9289 msgstr ""
9290
9291 #. type: textblock
9292 #: ../src/guestfs-actions.pod:2096 ../fish/guestfish-actions.pod:1420
9293 msgid "Return the command trace flag."
9294 msgstr ""
9295
9296 #. type: =head2
9297 #: ../src/guestfs-actions.pod:2102
9298 msgid "guestfs_get_umask"
9299 msgstr ""
9300
9301 #. type: verbatim
9302 #: ../src/guestfs-actions.pod:2104
9303 #, no-wrap
9304 msgid ""
9305 " int\n"
9306 " guestfs_get_umask (guestfs_h *g);\n"
9307 "\n"
9308 msgstr ""
9309
9310 #. type: textblock
9311 #: ../src/guestfs-actions.pod:2107
9312 msgid ""
9313 "Return the current umask.  By default the umask is C<022> unless it has been "
9314 "set by calling C<guestfs_umask>."
9315 msgstr ""
9316
9317 #. type: =head2
9318 #: ../src/guestfs-actions.pod:2114
9319 msgid "guestfs_get_verbose"
9320 msgstr ""
9321
9322 #. type: verbatim
9323 #: ../src/guestfs-actions.pod:2116
9324 #, no-wrap
9325 msgid ""
9326 " int\n"
9327 " guestfs_get_verbose (guestfs_h *g);\n"
9328 "\n"
9329 msgstr ""
9330
9331 #. type: textblock
9332 #: ../src/guestfs-actions.pod:2119 ../fish/guestfish-actions.pod:1433
9333 msgid "This returns the verbose messages flag."
9334 msgstr ""
9335
9336 #. type: =head2
9337 #: ../src/guestfs-actions.pod:2125
9338 msgid "guestfs_getcon"
9339 msgstr ""
9340
9341 #. type: verbatim
9342 #: ../src/guestfs-actions.pod:2127
9343 #, no-wrap
9344 msgid ""
9345 " char *\n"
9346 " guestfs_getcon (guestfs_h *g);\n"
9347 "\n"
9348 msgstr ""
9349
9350 #. type: textblock
9351 #: ../src/guestfs-actions.pod:2130 ../fish/guestfish-actions.pod:1439
9352 msgid "This gets the SELinux security context of the daemon."
9353 msgstr ""
9354
9355 #. type: textblock
9356 #: ../src/guestfs-actions.pod:2132
9357 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
9358 msgstr ""
9359
9360 #. type: =head2
9361 #: ../src/guestfs-actions.pod:2140
9362 msgid "guestfs_getxattr"
9363 msgstr ""
9364
9365 #. type: verbatim
9366 #: ../src/guestfs-actions.pod:2142
9367 #, no-wrap
9368 msgid ""
9369 " char *\n"
9370 " guestfs_getxattr (guestfs_h *g,\n"
9371 "                   const char *path,\n"
9372 "                   const char *name,\n"
9373 "                   size_t *size_r);\n"
9374 "\n"
9375 msgstr ""
9376
9377 #. type: textblock
9378 #: ../src/guestfs-actions.pod:2148
9379 msgid ""
9380 "Get a single extended attribute from file C<path> named C<name>.  This call "
9381 "follows symlinks.  If you want to lookup an extended attribute for the "
9382 "symlink itself, use C<guestfs_lgetxattr>."
9383 msgstr ""
9384
9385 #. type: textblock
9386 #: ../src/guestfs-actions.pod:2152 ../src/guestfs-actions.pod:3521
9387 msgid ""
9388 "Normally it is better to get all extended attributes from a file in one go "
9389 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
9390 "implementations are buggy and do not provide a way to list out attributes.  "
9391 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
9392 "extended attributes you want in advance and call this function."
9393 msgstr ""
9394
9395 #. type: textblock
9396 #: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3528 ../fish/guestfish-actions.pod:1459 ../fish/guestfish-actions.pod:2465
9397 msgid ""
9398 "Extended attribute values are blobs of binary data.  If there is no extended "
9399 "attribute named C<name>, this returns an error."
9400 msgstr ""
9401
9402 #. type: textblock
9403 #: ../src/guestfs-actions.pod:2162
9404 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
9405 msgstr ""
9406
9407 #. type: textblock
9408 #: ../src/guestfs-actions.pod:2164 ../src/guestfs-actions.pod:2355 ../src/guestfs-actions.pod:3533 ../src/guestfs-actions.pod:5250 ../src/guestfs-actions.pod:5276 ../src/guestfs-actions.pod:5457
9409 msgid ""
9410 "This function returns a buffer, or NULL on error.  The size of the returned "
9411 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
9412 "after use>."
9413 msgstr ""
9414
9415 #. type: textblock
9416 #: ../src/guestfs-actions.pod:2168 ../src/guestfs-actions.pod:3537
9417 msgid "(Added in 1.7.24)"
9418 msgstr ""
9419
9420 #. type: =head2
9421 #: ../src/guestfs-actions.pod:2170
9422 msgid "guestfs_getxattrs"
9423 msgstr ""
9424
9425 #. type: verbatim
9426 #: ../src/guestfs-actions.pod:2172
9427 #, no-wrap
9428 msgid ""
9429 " struct guestfs_xattr_list *\n"
9430 " guestfs_getxattrs (guestfs_h *g,\n"
9431 "                    const char *path);\n"
9432 "\n"
9433 msgstr ""
9434
9435 #. type: textblock
9436 #: ../src/guestfs-actions.pod:2176 ../fish/guestfish-actions.pod:1468
9437 msgid "This call lists the extended attributes of the file or directory C<path>."
9438 msgstr ""
9439
9440 #. type: textblock
9441 #: ../src/guestfs-actions.pod:2179 ../fish/guestfish-actions.pod:1471
9442 msgid ""
9443 "At the system call level, this is a combination of the L<listxattr(2)> and "
9444 "L<getxattr(2)> calls."
9445 msgstr ""
9446
9447 #. type: textblock
9448 #: ../src/guestfs-actions.pod:2182
9449 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
9450 msgstr ""
9451
9452 #. type: textblock
9453 #: ../src/guestfs-actions.pod:2184 ../src/guestfs-actions.pod:3549 ../src/guestfs-actions.pod:4200
9454 msgid ""
9455 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
9456 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
9457 msgstr ""
9458
9459 #. type: textblock
9460 #: ../src/guestfs-actions.pod:2188 ../src/guestfs-actions.pod:3553 ../src/guestfs-actions.pod:3718 ../src/guestfs-actions.pod:3754 ../src/guestfs-actions.pod:5630 ../src/guestfs-actions.pod:6118 ../src/guestfs-actions.pod:7453
9461 msgid "(Added in 1.0.59)"
9462 msgstr ""
9463
9464 #. type: =head2
9465 #: ../src/guestfs-actions.pod:2190
9466 msgid "guestfs_glob_expand"
9467 msgstr ""
9468
9469 #. type: verbatim
9470 #: ../src/guestfs-actions.pod:2192
9471 #, no-wrap
9472 msgid ""
9473 " char **\n"
9474 " guestfs_glob_expand (guestfs_h *g,\n"
9475 "                      const char *pattern);\n"
9476 "\n"
9477 msgstr ""
9478
9479 #. type: textblock
9480 #: ../src/guestfs-actions.pod:2196 ../fish/guestfish-actions.pod:1480
9481 msgid ""
9482 "This command searches for all the pathnames matching C<pattern> according to "
9483 "the wildcard expansion rules used by the shell."
9484 msgstr ""
9485
9486 #. type: textblock
9487 #: ../src/guestfs-actions.pod:2200 ../fish/guestfish-actions.pod:1484
9488 msgid "If no paths match, then this returns an empty list (note: not an error)."
9489 msgstr ""
9490
9491 #. type: textblock
9492 #: ../src/guestfs-actions.pod:2203 ../fish/guestfish-actions.pod:1487
9493 msgid ""
9494 "It is just a wrapper around the C L<glob(3)> function with flags "
9495 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
9496 msgstr ""
9497
9498 #. type: textblock
9499 #: ../src/guestfs-actions.pod:2211 ../src/guestfs-actions.pod:6283 ../src/guestfs-actions.pod:6300
9500 msgid "(Added in 1.0.50)"
9501 msgstr ""
9502
9503 #. type: =head2
9504 #: ../src/guestfs-actions.pod:2213
9505 msgid "guestfs_grep"
9506 msgstr ""
9507
9508 #. type: verbatim
9509 #: ../src/guestfs-actions.pod:2215
9510 #, no-wrap
9511 msgid ""
9512 " char **\n"
9513 " guestfs_grep (guestfs_h *g,\n"
9514 "               const char *regex,\n"
9515 "               const char *path);\n"
9516 "\n"
9517 msgstr ""
9518
9519 #. type: textblock
9520 #: ../src/guestfs-actions.pod:2220 ../fish/guestfish-actions.pod:1495
9521 msgid "This calls the external C<grep> program and returns the matching lines."
9522 msgstr ""
9523
9524 #. type: =head2
9525 #: ../src/guestfs-actions.pod:2232
9526 msgid "guestfs_grepi"
9527 msgstr ""
9528
9529 #. type: verbatim
9530 #: ../src/guestfs-actions.pod:2234
9531 #, no-wrap
9532 msgid ""
9533 " char **\n"
9534 " guestfs_grepi (guestfs_h *g,\n"
9535 "                const char *regex,\n"
9536 "                const char *path);\n"
9537 "\n"
9538 msgstr ""
9539
9540 #. type: textblock
9541 #: ../src/guestfs-actions.pod:2239 ../fish/guestfish-actions.pod:1505
9542 msgid "This calls the external C<grep -i> program and returns the matching lines."
9543 msgstr ""
9544
9545 #. type: =head2
9546 #: ../src/guestfs-actions.pod:2251
9547 msgid "guestfs_grub_install"
9548 msgstr ""
9549
9550 #. type: verbatim
9551 #: ../src/guestfs-actions.pod:2253
9552 #, no-wrap
9553 msgid ""
9554 " int\n"
9555 " guestfs_grub_install (guestfs_h *g,\n"
9556 "                       const char *root,\n"
9557 "                       const char *device);\n"
9558 "\n"
9559 msgstr ""
9560
9561 #. type: textblock
9562 #: ../src/guestfs-actions.pod:2258 ../fish/guestfish-actions.pod:1515
9563 msgid ""
9564 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
9565 "the root directory being C<root>."
9566 msgstr ""
9567
9568 #. type: textblock
9569 #: ../src/guestfs-actions.pod:2261 ../fish/guestfish-actions.pod:1518
9570 msgid ""
9571 "Note: If grub-install reports the error \"No suitable drive was found in the "
9572 "generated device map.\" it may be that you need to create a "
9573 "C</boot/grub/device.map> file first that contains the mapping between grub "
9574 "device names and Linux device names.  It is usually sufficient to create a "
9575 "file containing:"
9576 msgstr ""
9577
9578 #. type: verbatim
9579 #: ../src/guestfs-actions.pod:2268 ../fish/guestfish-actions.pod:1525
9580 #, no-wrap
9581 msgid ""
9582 " (hd0) /dev/vda\n"
9583 "\n"
9584 msgstr ""
9585
9586 #. type: textblock
9587 #: ../src/guestfs-actions.pod:2270 ../fish/guestfish-actions.pod:1527
9588 msgid "replacing C</dev/vda> with the name of the installation device."
9589 msgstr ""
9590
9591 #. type: textblock
9592 #: ../src/guestfs-actions.pod:2274
9593 msgid "(Added in 1.0.17)"
9594 msgstr ""
9595
9596 #. type: =head2
9597 #: ../src/guestfs-actions.pod:2276
9598 msgid "guestfs_head"
9599 msgstr ""
9600
9601 #. type: verbatim
9602 #: ../src/guestfs-actions.pod:2278
9603 #, no-wrap
9604 msgid ""
9605 " char **\n"
9606 " guestfs_head (guestfs_h *g,\n"
9607 "               const char *path);\n"
9608 "\n"
9609 msgstr ""
9610
9611 #. type: textblock
9612 #: ../src/guestfs-actions.pod:2282 ../fish/guestfish-actions.pod:1533
9613 msgid ""
9614 "This command returns up to the first 10 lines of a file as a list of "
9615 "strings."
9616 msgstr ""
9617
9618 #. type: =head2
9619 #: ../src/guestfs-actions.pod:2294
9620 msgid "guestfs_head_n"
9621 msgstr ""
9622
9623 #. type: verbatim
9624 #: ../src/guestfs-actions.pod:2296
9625 #, no-wrap
9626 msgid ""
9627 " char **\n"
9628 " guestfs_head_n (guestfs_h *g,\n"
9629 "                 int nrlines,\n"
9630 "                 const char *path);\n"
9631 "\n"
9632 msgstr ""
9633
9634 #. type: textblock
9635 #: ../src/guestfs-actions.pod:2301 ../fish/guestfish-actions.pod:1543
9636 msgid ""
9637 "If the parameter C<nrlines> is a positive number, this returns the first "
9638 "C<nrlines> lines of the file C<path>."
9639 msgstr ""
9640
9641 #. type: textblock
9642 #: ../src/guestfs-actions.pod:2304 ../fish/guestfish-actions.pod:1546
9643 msgid ""
9644 "If the parameter C<nrlines> is a negative number, this returns lines from "
9645 "the file C<path>, excluding the last C<nrlines> lines."
9646 msgstr ""
9647
9648 #. type: textblock
9649 #: ../src/guestfs-actions.pod:2307 ../src/guestfs-actions.pod:6580 ../fish/guestfish-actions.pod:1549 ../fish/guestfish-actions.pod:4435
9650 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
9651 msgstr ""
9652
9653 #. type: =head2
9654 #: ../src/guestfs-actions.pod:2318
9655 msgid "guestfs_hexdump"
9656 msgstr ""
9657
9658 #. type: verbatim
9659 #: ../src/guestfs-actions.pod:2320
9660 #, no-wrap
9661 msgid ""
9662 " char *\n"
9663 " guestfs_hexdump (guestfs_h *g,\n"
9664 "                  const char *path);\n"
9665 "\n"
9666 msgstr ""
9667
9668 #. type: textblock
9669 #: ../src/guestfs-actions.pod:2324 ../fish/guestfish-actions.pod:1558
9670 msgid ""
9671 "This runs C<hexdump -C> on the given C<path>.  The result is the "
9672 "human-readable, canonical hex dump of the file."
9673 msgstr ""
9674
9675 #. type: textblock
9676 #: ../src/guestfs-actions.pod:2333 ../src/guestfs-actions.pod:6364 ../src/guestfs-actions.pod:6419
9677 msgid "(Added in 1.0.22)"
9678 msgstr ""
9679
9680 #. type: =head2
9681 #: ../src/guestfs-actions.pod:2335
9682 msgid "guestfs_initrd_cat"
9683 msgstr ""
9684
9685 #. type: verbatim
9686 #: ../src/guestfs-actions.pod:2337
9687 #, no-wrap
9688 msgid ""
9689 " char *\n"
9690 " guestfs_initrd_cat (guestfs_h *g,\n"
9691 "                     const char *initrdpath,\n"
9692 "                     const char *filename,\n"
9693 "                     size_t *size_r);\n"
9694 "\n"
9695 msgstr ""
9696
9697 #. type: textblock
9698 #: ../src/guestfs-actions.pod:2343 ../fish/guestfish-actions.pod:1568
9699 msgid ""
9700 "This command unpacks the file C<filename> from the initrd file called "
9701 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
9702 "character."
9703 msgstr ""
9704
9705 #. type: textblock
9706 #: ../src/guestfs-actions.pod:2347 ../fish/guestfish-actions.pod:1572
9707 msgid ""
9708 "For example, in guestfish you could use the following command to examine the "
9709 "boot script (usually called C</init>)  contained in a Linux initrd or "
9710 "initramfs image:"
9711 msgstr ""
9712
9713 #. type: verbatim
9714 #: ../src/guestfs-actions.pod:2351 ../fish/guestfish-actions.pod:1576
9715 #, no-wrap
9716 msgid ""
9717 " initrd-cat /boot/initrd-<version>.img init\n"
9718 "\n"
9719 msgstr ""
9720
9721 #. type: textblock
9722 #: ../src/guestfs-actions.pod:2353
9723 msgid "See also C<guestfs_initrd_list>."
9724 msgstr ""
9725
9726 #. type: =head2
9727 #: ../src/guestfs-actions.pod:2364
9728 msgid "guestfs_initrd_list"
9729 msgstr ""
9730
9731 #. type: verbatim
9732 #: ../src/guestfs-actions.pod:2366
9733 #, no-wrap
9734 msgid ""
9735 " char **\n"
9736 " guestfs_initrd_list (guestfs_h *g,\n"
9737 "                      const char *path);\n"
9738 "\n"
9739 msgstr ""
9740
9741 #. type: textblock
9742 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1587
9743 msgid "This command lists out files contained in an initrd."
9744 msgstr ""
9745
9746 #. type: textblock
9747 #: ../src/guestfs-actions.pod:2372 ../fish/guestfish-actions.pod:1589
9748 msgid ""
9749 "The files are listed without any initial C</> character.  The files are "
9750 "listed in the order they appear (not necessarily alphabetical).  Directory "
9751 "names are listed as separate items."
9752 msgstr ""
9753
9754 #. type: textblock
9755 #: ../src/guestfs-actions.pod:2376 ../fish/guestfish-actions.pod:1593
9756 msgid ""
9757 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
9758 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
9759 "files)."
9760 msgstr ""
9761
9762 #. type: =head2
9763 #: ../src/guestfs-actions.pod:2386
9764 msgid "guestfs_inotify_add_watch"
9765 msgstr ""
9766
9767 #. type: verbatim
9768 #: ../src/guestfs-actions.pod:2388
9769 #, no-wrap
9770 msgid ""
9771 " int64_t\n"
9772 " guestfs_inotify_add_watch (guestfs_h *g,\n"
9773 "                            const char *path,\n"
9774 "                            int mask);\n"
9775 "\n"
9776 msgstr ""
9777
9778 #. type: textblock
9779 #: ../src/guestfs-actions.pod:2393 ../fish/guestfish-actions.pod:1601
9780 msgid "Watch C<path> for the events listed in C<mask>."
9781 msgstr ""
9782
9783 #. type: textblock
9784 #: ../src/guestfs-actions.pod:2395 ../fish/guestfish-actions.pod:1603
9785 msgid ""
9786 "Note that if C<path> is a directory then events within that directory are "
9787 "watched, but this does I<not> happen recursively (in subdirectories)."
9788 msgstr ""
9789
9790 #. type: textblock
9791 #: ../src/guestfs-actions.pod:2399 ../fish/guestfish-actions.pod:1607
9792 msgid ""
9793 "Note for non-C or non-Linux callers: the inotify events are defined by the "
9794 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
9795 msgstr ""
9796
9797 #. type: =head2
9798 #: ../src/guestfs-actions.pod:2407
9799 msgid "guestfs_inotify_close"
9800 msgstr ""
9801
9802 #. type: verbatim
9803 #: ../src/guestfs-actions.pod:2409
9804 #, no-wrap
9805 msgid ""
9806 " int\n"
9807 " guestfs_inotify_close (guestfs_h *g);\n"
9808 "\n"
9809 msgstr ""
9810
9811 #. type: textblock
9812 #: ../src/guestfs-actions.pod:2412 ../fish/guestfish-actions.pod:1615
9813 msgid ""
9814 "This closes the inotify handle which was previously opened by inotify_init.  "
9815 "It removes all watches, throws away any pending events, and deallocates all "
9816 "resources."
9817 msgstr ""
9818
9819 #. type: =head2
9820 #: ../src/guestfs-actions.pod:2420
9821 msgid "guestfs_inotify_files"
9822 msgstr ""
9823
9824 #. type: verbatim
9825 #: ../src/guestfs-actions.pod:2422
9826 #, no-wrap
9827 msgid ""
9828 " char **\n"
9829 " guestfs_inotify_files (guestfs_h *g);\n"
9830 "\n"
9831 msgstr ""
9832
9833 #. type: textblock
9834 #: ../src/guestfs-actions.pod:2425
9835 msgid ""
9836 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9837 "returns a list of pathnames of objects that were touched.  The returned "
9838 "pathnames are sorted and deduplicated."
9839 msgstr ""
9840
9841 #. type: =head2
9842 #: ../src/guestfs-actions.pod:2435
9843 msgid "guestfs_inotify_init"
9844 msgstr ""
9845
9846 #. type: verbatim
9847 #: ../src/guestfs-actions.pod:2437
9848 #, no-wrap
9849 msgid ""
9850 " int\n"
9851 " guestfs_inotify_init (guestfs_h *g,\n"
9852 "                       int maxevents);\n"
9853 "\n"
9854 msgstr ""
9855
9856 #. type: textblock
9857 #: ../src/guestfs-actions.pod:2441 ../fish/guestfish-actions.pod:1631
9858 msgid ""
9859 "This command creates a new inotify handle.  The inotify subsystem can be "
9860 "used to notify events which happen to objects in the guest filesystem."
9861 msgstr ""
9862
9863 #. type: textblock
9864 #: ../src/guestfs-actions.pod:2445
9865 msgid ""
9866 "C<maxevents> is the maximum number of events which will be queued up between "
9867 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9868 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9869 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9870 "throws away events, but records the fact that it threw them away by setting "
9871 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9872 "C<guestfs_inotify_read>)."
9873 msgstr ""
9874
9875 #. type: textblock
9876 #: ../src/guestfs-actions.pod:2455
9877 msgid ""
9878 "Before any events are generated, you have to add some watches to the "
9879 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9880 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9881 msgstr ""
9882
9883 #. type: textblock
9884 #: ../src/guestfs-actions.pod:2461
9885 msgid ""
9886 "Queued up events should be read periodically by calling "
9887 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9888 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9889 "often enough then you risk the internal queue overflowing."
9890 msgstr ""
9891
9892 #. type: textblock
9893 #: ../src/guestfs-actions.pod:2468
9894 msgid ""
9895 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9896 "This also removes any watches automatically."
9897 msgstr ""
9898
9899 #. type: textblock
9900 #: ../src/guestfs-actions.pod:2472 ../fish/guestfish-actions.pod:1662
9901 msgid ""
9902 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9903 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9904 "that there is one global inotify handle per libguestfs instance."
9905 msgstr ""
9906
9907 #. type: =head2
9908 #: ../src/guestfs-actions.pod:2481
9909 msgid "guestfs_inotify_read"
9910 msgstr ""
9911
9912 #. type: verbatim
9913 #: ../src/guestfs-actions.pod:2483
9914 #, no-wrap
9915 msgid ""
9916 " struct guestfs_inotify_event_list *\n"
9917 " guestfs_inotify_read (guestfs_h *g);\n"
9918 "\n"
9919 msgstr ""
9920
9921 #. type: textblock
9922 #: ../src/guestfs-actions.pod:2486 ../fish/guestfish-actions.pod:1671
9923 msgid ""
9924 "Return the complete queue of events that have happened since the previous "
9925 "read call."
9926 msgstr ""
9927
9928 #. type: textblock
9929 #: ../src/guestfs-actions.pod:2489 ../fish/guestfish-actions.pod:1674
9930 msgid "If no events have happened, this returns an empty list."
9931 msgstr ""
9932
9933 #. type: textblock
9934 #: ../src/guestfs-actions.pod:2491 ../fish/guestfish-actions.pod:1676
9935 msgid ""
9936 "I<Note>: In order to make sure that all events have been read, you must call "
9937 "this function repeatedly until it returns an empty list.  The reason is that "
9938 "the call will read events up to the maximum appliance-to-host message size "
9939 "and leave remaining events in the queue."
9940 msgstr ""
9941
9942 #. type: textblock
9943 #: ../src/guestfs-actions.pod:2497
9944 msgid ""
9945 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9946 "there was an error.  I<The caller must call "
9947 "C<guestfs_free_inotify_event_list> after use>."
9948 msgstr ""
9949
9950 #. type: =head2
9951 #: ../src/guestfs-actions.pod:2503
9952 msgid "guestfs_inotify_rm_watch"
9953 msgstr ""
9954
9955 #. type: verbatim
9956 #: ../src/guestfs-actions.pod:2505
9957 #, no-wrap
9958 msgid ""
9959 " int\n"
9960 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9961 "                           int wd);\n"
9962 "\n"
9963 msgstr ""
9964
9965 #. type: textblock
9966 #: ../src/guestfs-actions.pod:2509
9967 msgid ""
9968 "Remove a previously defined inotify watch.  See "
9969 "C<guestfs_inotify_add_watch>."
9970 msgstr ""
9971
9972 #. type: =head2
9973 #: ../src/guestfs-actions.pod:2516
9974 msgid "guestfs_inspect_get_arch"
9975 msgstr ""
9976
9977 #. type: verbatim
9978 #: ../src/guestfs-actions.pod:2518
9979 #, no-wrap
9980 msgid ""
9981 " char *\n"
9982 " guestfs_inspect_get_arch (guestfs_h *g,\n"
9983 "                           const char *root);\n"
9984 "\n"
9985 msgstr ""
9986
9987 #. type: textblock
9988 #: ../src/guestfs-actions.pod:2522 ../src/guestfs-actions.pod:2545 ../src/guestfs-actions.pod:2638 ../src/guestfs-actions.pod:2682 ../src/guestfs-actions.pod:2708 ../src/guestfs-actions.pod:2747 ../src/guestfs-actions.pod:2769 ../src/guestfs-actions.pod:2796 ../src/guestfs-actions.pod:2817 ../src/guestfs-actions.pod:2860 ../src/guestfs-actions.pod:2889 ../src/guestfs-actions.pod:2920 ../src/guestfs-actions.pod:2944 ../src/guestfs-actions.pod:2999 ../src/guestfs-actions.pod:3041 ../src/guestfs-actions.pod:3062 ../src/guestfs-actions.pod:3085 ../src/guestfs-actions.pod:3102 ../src/guestfs-actions.pod:3119 ../src/guestfs-actions.pod:3138
9989 msgid ""
9990 "This function should only be called with a root device string as returned by "
9991 "C<guestfs_inspect_os>."
9992 msgstr ""
9993
9994 #. type: textblock
9995 #: ../src/guestfs-actions.pod:2525
9996 msgid ""
9997 "This returns the architecture of the inspected operating system.  The "
9998 "possible return values are listed under C<guestfs_file_architecture>."
9999 msgstr ""
10000
10001 #. type: textblock
10002 #: ../src/guestfs-actions.pod:2529 ../fish/guestfish-actions.pod:1700
10003 msgid ""
10004 "If the architecture could not be determined, then the string C<unknown> is "
10005 "returned."
10006 msgstr ""
10007
10008 #. type: textblock
10009 #: ../src/guestfs-actions.pod:2532 ../src/guestfs-actions.pod:2625 ../src/guestfs-actions.pod:2736 ../src/guestfs-actions.pod:2756 ../src/guestfs-actions.pod:2784 ../src/guestfs-actions.pod:2876 ../src/guestfs-actions.pod:2907 ../src/guestfs-actions.pod:2931 ../src/guestfs-actions.pod:2985 ../src/guestfs-actions.pod:3028 ../src/guestfs-actions.pod:3051 ../src/guestfs-actions.pod:3072 ../src/guestfs-actions.pod:3092 ../src/guestfs-actions.pod:3109 ../src/guestfs-actions.pod:3128 ../src/guestfs-actions.pod:3231 ../src/guestfs-actions.pod:3272 ../fish/guestfish-actions.pod:1703 ../fish/guestfish-actions.pod:1789 ../fish/guestfish-actions.pod:1877 ../fish/guestfish-actions.pod:1892 ../fish/guestfish-actions.pod:1913 ../fish/guestfish-actions.pod:1983 ../fish/guestfish-actions.pod:2007 ../fish/guestfish-actions.pod:2024 ../fish/guestfish-actions.pod:2067 ../fish/guestfish-actions.pod:2102 ../fish/guestfish-actions.pod:2118 ../fish/guestfish-actions.pod:2134 ../fish/guestfish-actions.pod:2147 ../fish/guestfish-actions.pod:2160 ../fish/guestfish-actions.pod:2175 ../fish/guestfish-actions.pod:2274 ../fish/guestfish-actions.pod:2308
10010 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10011 msgstr ""
10012
10013 #. type: =head2
10014 #: ../src/guestfs-actions.pod:2539
10015 msgid "guestfs_inspect_get_distro"
10016 msgstr ""
10017
10018 #. type: verbatim
10019 #: ../src/guestfs-actions.pod:2541
10020 #, no-wrap
10021 msgid ""
10022 " char *\n"
10023 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10024 "                             const char *root);\n"
10025 "\n"
10026 msgstr ""
10027
10028 #. type: textblock
10029 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1712
10030 msgid "This returns the distro (distribution) of the inspected operating system."
10031 msgstr ""
10032
10033 #. type: textblock
10034 #: ../src/guestfs-actions.pod:2551 ../fish/guestfish-actions.pod:1715
10035 msgid "Currently defined distros are:"
10036 msgstr ""
10037
10038 #. type: =item
10039 #: ../src/guestfs-actions.pod:2555 ../fish/guestfish-actions.pod:1719
10040 msgid "\"archlinux\""
10041 msgstr ""
10042
10043 #. type: textblock
10044 #: ../src/guestfs-actions.pod:2557 ../fish/guestfish-actions.pod:1721
10045 msgid "Arch Linux."
10046 msgstr ""
10047
10048 #. type: =item
10049 #: ../src/guestfs-actions.pod:2559 ../fish/guestfish-actions.pod:1723
10050 msgid "\"centos\""
10051 msgstr ""
10052
10053 #. type: textblock
10054 #: ../src/guestfs-actions.pod:2561 ../fish/guestfish-actions.pod:1725
10055 msgid "CentOS."
10056 msgstr ""
10057
10058 #. type: =item
10059 #: ../src/guestfs-actions.pod:2563 ../fish/guestfish-actions.pod:1727
10060 msgid "\"debian\""
10061 msgstr ""
10062
10063 #. type: textblock
10064 #: ../src/guestfs-actions.pod:2565 ../fish/guestfish-actions.pod:1729
10065 msgid "Debian."
10066 msgstr ""
10067
10068 #. type: =item
10069 #: ../src/guestfs-actions.pod:2567 ../fish/guestfish-actions.pod:1731
10070 msgid "\"fedora\""
10071 msgstr ""
10072
10073 #. type: textblock
10074 #: ../src/guestfs-actions.pod:2569 ../fish/guestfish-actions.pod:1733
10075 msgid "Fedora."
10076 msgstr ""
10077
10078 #. type: =item
10079 #: ../src/guestfs-actions.pod:2571 ../fish/guestfish-actions.pod:1735
10080 msgid "\"gentoo\""
10081 msgstr ""
10082
10083 #. type: textblock
10084 #: ../src/guestfs-actions.pod:2573 ../fish/guestfish-actions.pod:1737
10085 msgid "Gentoo."
10086 msgstr ""
10087
10088 #. type: =item
10089 #: ../src/guestfs-actions.pod:2575 ../fish/guestfish-actions.pod:1739
10090 msgid "\"linuxmint\""
10091 msgstr ""
10092
10093 #. type: textblock
10094 #: ../src/guestfs-actions.pod:2577 ../fish/guestfish-actions.pod:1741
10095 msgid "Linux Mint."
10096 msgstr ""
10097
10098 #. type: =item
10099 #: ../src/guestfs-actions.pod:2579 ../fish/guestfish-actions.pod:1743
10100 msgid "\"mandriva\""
10101 msgstr ""
10102
10103 #. type: textblock
10104 #: ../src/guestfs-actions.pod:2581 ../fish/guestfish-actions.pod:1745
10105 msgid "Mandriva."
10106 msgstr ""
10107
10108 #. type: =item
10109 #: ../src/guestfs-actions.pod:2583 ../fish/guestfish-actions.pod:1747
10110 msgid "\"meego\""
10111 msgstr ""
10112
10113 #. type: textblock
10114 #: ../src/guestfs-actions.pod:2585 ../fish/guestfish-actions.pod:1749
10115 msgid "MeeGo."
10116 msgstr ""
10117
10118 #. type: =item
10119 #: ../src/guestfs-actions.pod:2587 ../fish/guestfish-actions.pod:1751
10120 msgid "\"pardus\""
10121 msgstr ""
10122
10123 #. type: textblock
10124 #: ../src/guestfs-actions.pod:2589 ../fish/guestfish-actions.pod:1753
10125 msgid "Pardus."
10126 msgstr ""
10127
10128 #. type: =item
10129 #: ../src/guestfs-actions.pod:2591 ../fish/guestfish-actions.pod:1755
10130 msgid "\"redhat-based\""
10131 msgstr ""
10132
10133 #. type: textblock
10134 #: ../src/guestfs-actions.pod:2593 ../fish/guestfish-actions.pod:1757
10135 msgid "Some Red Hat-derived distro."
10136 msgstr ""
10137
10138 #. type: =item
10139 #: ../src/guestfs-actions.pod:2595 ../fish/guestfish-actions.pod:1759
10140 msgid "\"rhel\""
10141 msgstr ""
10142
10143 #. type: textblock
10144 #: ../src/guestfs-actions.pod:2597 ../fish/guestfish-actions.pod:1761
10145 msgid "Red Hat Enterprise Linux."
10146 msgstr ""
10147
10148 #. type: =item
10149 #: ../src/guestfs-actions.pod:2599 ../fish/guestfish-actions.pod:1763
10150 msgid "\"scientificlinux\""
10151 msgstr ""
10152
10153 #. type: textblock
10154 #: ../src/guestfs-actions.pod:2601 ../fish/guestfish-actions.pod:1765
10155 msgid "Scientific Linux."
10156 msgstr ""
10157
10158 #. type: =item
10159 #: ../src/guestfs-actions.pod:2603 ../fish/guestfish-actions.pod:1767
10160 msgid "\"slackware\""
10161 msgstr ""
10162
10163 #. type: textblock
10164 #: ../src/guestfs-actions.pod:2605 ../fish/guestfish-actions.pod:1769
10165 msgid "Slackware."
10166 msgstr ""
10167
10168 #. type: =item
10169 #: ../src/guestfs-actions.pod:2607 ../fish/guestfish-actions.pod:1771
10170 msgid "\"ubuntu\""
10171 msgstr ""
10172
10173 #. type: textblock
10174 #: ../src/guestfs-actions.pod:2609 ../fish/guestfish-actions.pod:1773
10175 msgid "Ubuntu."
10176 msgstr ""
10177
10178 #. type: =item
10179 #: ../src/guestfs-actions.pod:2611 ../src/guestfs-actions.pod:2727 ../src/guestfs-actions.pod:3019 ../fish/guestfish-actions.pod:1775 ../fish/guestfish-actions.pod:1868 ../fish/guestfish-actions.pod:2093
10180 msgid "\"unknown\""
10181 msgstr ""
10182
10183 #. type: textblock
10184 #: ../src/guestfs-actions.pod:2613 ../fish/guestfish-actions.pod:1777
10185 msgid "The distro could not be determined."
10186 msgstr ""
10187
10188 #. type: =item
10189 #: ../src/guestfs-actions.pod:2615 ../src/guestfs-actions.pod:3011 ../fish/guestfish-actions.pod:1779 ../fish/guestfish-actions.pod:2085
10190 msgid "\"windows\""
10191 msgstr ""
10192
10193 #. type: textblock
10194 #: ../src/guestfs-actions.pod:2617 ../fish/guestfish-actions.pod:1781
10195 msgid ""
10196 "Windows does not have distributions.  This string is returned if the OS type "
10197 "is Windows."
10198 msgstr ""
10199
10200 #. type: textblock
10201 #: ../src/guestfs-actions.pod:2622 ../src/guestfs-actions.pod:2733 ../src/guestfs-actions.pod:3025 ../fish/guestfish-actions.pod:1786 ../fish/guestfish-actions.pod:1874 ../fish/guestfish-actions.pod:2099
10202 msgid ""
10203 "Future versions of libguestfs may return other strings here.  The caller "
10204 "should be prepared to handle any string."
10205 msgstr ""
10206
10207 #. type: =head2
10208 #: ../src/guestfs-actions.pod:2632
10209 msgid "guestfs_inspect_get_drive_mappings"
10210 msgstr ""
10211
10212 #. type: verbatim
10213 #: ../src/guestfs-actions.pod:2634
10214 #, no-wrap
10215 msgid ""
10216 " char **\n"
10217 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
10218 "                                     const char *root);\n"
10219 "\n"
10220 msgstr ""
10221
10222 #. type: textblock
10223 #: ../src/guestfs-actions.pod:2641 ../fish/guestfish-actions.pod:1798
10224 msgid ""
10225 "This call is useful for Windows which uses a primitive system of assigning "
10226 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
10227 "Windows Registry to find out how disks/partitions are mapped to drive "
10228 "letters, and returns a hash table as in the example below:"
10229 msgstr ""
10230
10231 #. type: verbatim
10232 #: ../src/guestfs-actions.pod:2647 ../fish/guestfish-actions.pod:1804
10233 #, no-wrap
10234 msgid ""
10235 " C      =>     /dev/vda2\n"
10236 " E      =>     /dev/vdb1\n"
10237 " F      =>     /dev/vdc1\n"
10238 "\n"
10239 msgstr ""
10240
10241 #. type: textblock
10242 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1808
10243 msgid ""
10244 "Note that keys are drive letters.  For Windows, the key is case insensitive "
10245 "and just contains the drive letter, without the customary colon separator "
10246 "character."
10247 msgstr ""
10248
10249 #. type: textblock
10250 #: ../src/guestfs-actions.pod:2655 ../fish/guestfish-actions.pod:1812
10251 msgid ""
10252 "In future we may support other operating systems that also used drive "
10253 "letters, but the keys for those might not be case insensitive and might be "
10254 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
10255 "C<h1> etc."
10256 msgstr ""
10257
10258 #. type: textblock
10259 #: ../src/guestfs-actions.pod:2660 ../fish/guestfish-actions.pod:1817
10260 msgid ""
10261 "For Windows guests, currently only hard drive mappings are returned.  "
10262 "Removable disks (eg. DVD-ROMs) are ignored."
10263 msgstr ""
10264
10265 #. type: textblock
10266 #: ../src/guestfs-actions.pod:2663 ../fish/guestfish-actions.pod:1820
10267 msgid ""
10268 "For guests that do not use drive mappings, or if the drive mappings could "
10269 "not be determined, this returns an empty hash table."
10270 msgstr ""
10271
10272 #. type: textblock
10273 #: ../src/guestfs-actions.pod:2666
10274 msgid ""
10275 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10276 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
10277 msgstr ""
10278
10279 #. type: textblock
10280 #: ../src/guestfs-actions.pod:2670 ../src/guestfs-actions.pod:2846 ../src/guestfs-actions.pod:3606 ../src/guestfs-actions.pod:4816 ../src/guestfs-actions.pod:6721
10281 msgid ""
10282 "This function returns a NULL-terminated array of strings, or NULL if there "
10283 "was an error.  The array of strings will always have length C<2n+1>, where "
10284 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
10285 "caller must free the strings and the array after use>."
10286 msgstr ""
10287
10288 #. type: =head2
10289 #: ../src/guestfs-actions.pod:2676
10290 msgid "guestfs_inspect_get_filesystems"
10291 msgstr ""
10292
10293 #. type: verbatim
10294 #: ../src/guestfs-actions.pod:2678
10295 #, no-wrap
10296 msgid ""
10297 " char **\n"
10298 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
10299 "                                  const char *root);\n"
10300 "\n"
10301 msgstr ""
10302
10303 #. type: textblock
10304 #: ../src/guestfs-actions.pod:2685 ../fish/guestfish-actions.pod:1834
10305 msgid ""
10306 "This returns a list of all the filesystems that we think are associated with "
10307 "this operating system.  This includes the root filesystem, other ordinary "
10308 "filesystems, and non-mounted devices like swap partitions."
10309 msgstr ""
10310
10311 #. type: textblock
10312 #: ../src/guestfs-actions.pod:2690 ../fish/guestfish-actions.pod:1839
10313 msgid ""
10314 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
10315 "to be shared between operating systems."
10316 msgstr ""
10317
10318 #. type: textblock
10319 #: ../src/guestfs-actions.pod:2693
10320 msgid ""
10321 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10322 "C<guestfs_inspect_get_mountpoints>."
10323 msgstr ""
10324
10325 #. type: =head2
10326 #: ../src/guestfs-actions.pod:2702
10327 msgid "guestfs_inspect_get_format"
10328 msgstr ""
10329
10330 #. type: verbatim
10331 #: ../src/guestfs-actions.pod:2704
10332 #, no-wrap
10333 msgid ""
10334 " char *\n"
10335 " guestfs_inspect_get_format (guestfs_h *g,\n"
10336 "                             const char *root);\n"
10337 "\n"
10338 msgstr ""
10339
10340 #. type: textblock
10341 #: ../src/guestfs-actions.pod:2711 ../fish/guestfish-actions.pod:1852
10342 msgid ""
10343 "This returns the format of the inspected operating system.  You can use it "
10344 "to detect install images, live CDs and similar."
10345 msgstr ""
10346
10347 #. type: textblock
10348 #: ../src/guestfs-actions.pod:2714 ../fish/guestfish-actions.pod:1855
10349 msgid "Currently defined formats are:"
10350 msgstr ""
10351
10352 #. type: =item
10353 #: ../src/guestfs-actions.pod:2718 ../fish/guestfish-actions.pod:1859
10354 msgid "\"installed\""
10355 msgstr ""
10356
10357 #. type: textblock
10358 #: ../src/guestfs-actions.pod:2720 ../fish/guestfish-actions.pod:1861
10359 msgid "This is an installed operating system."
10360 msgstr ""
10361
10362 #. type: =item
10363 #: ../src/guestfs-actions.pod:2722 ../fish/guestfish-actions.pod:1863
10364 msgid "\"installer\""
10365 msgstr ""
10366
10367 #. type: textblock
10368 #: ../src/guestfs-actions.pod:2724 ../fish/guestfish-actions.pod:1865
10369 msgid ""
10370 "The disk image being inspected is not an installed operating system, but a "
10371 "I<bootable> install disk, live CD, or similar."
10372 msgstr ""
10373
10374 #. type: textblock
10375 #: ../src/guestfs-actions.pod:2729 ../fish/guestfish-actions.pod:1870
10376 msgid "The format of this disk image is not known."
10377 msgstr ""
10378
10379 #. type: =head2
10380 #: ../src/guestfs-actions.pod:2741
10381 msgid "guestfs_inspect_get_hostname"
10382 msgstr ""
10383
10384 #. type: verbatim
10385 #: ../src/guestfs-actions.pod:2743
10386 #, no-wrap
10387 msgid ""
10388 " char *\n"
10389 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
10390 "                               const char *root);\n"
10391 "\n"
10392 msgstr ""
10393
10394 #. type: textblock
10395 #: ../src/guestfs-actions.pod:2750 ../fish/guestfish-actions.pod:1886
10396 msgid ""
10397 "This function returns the hostname of the operating system as found by "
10398 "inspection of the guest's configuration files."
10399 msgstr ""
10400
10401 #. type: textblock
10402 #: ../src/guestfs-actions.pod:2753 ../fish/guestfish-actions.pod:1889
10403 msgid ""
10404 "If the hostname could not be determined, then the string C<unknown> is "
10405 "returned."
10406 msgstr ""
10407
10408 #. type: textblock
10409 #: ../src/guestfs-actions.pod:2761
10410 msgid "(Added in 1.7.9)"
10411 msgstr ""
10412
10413 #. type: =head2
10414 #: ../src/guestfs-actions.pod:2763
10415 msgid "guestfs_inspect_get_major_version"
10416 msgstr ""
10417
10418 #. type: verbatim
10419 #: ../src/guestfs-actions.pod:2765
10420 #, no-wrap
10421 msgid ""
10422 " int\n"
10423 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
10424 "                                    const char *root);\n"
10425 "\n"
10426 msgstr ""
10427
10428 #. type: textblock
10429 #: ../src/guestfs-actions.pod:2772 ../fish/guestfish-actions.pod:1901
10430 msgid "This returns the major version number of the inspected operating system."
10431 msgstr ""
10432
10433 #. type: textblock
10434 #: ../src/guestfs-actions.pod:2775 ../fish/guestfish-actions.pod:1904
10435 msgid ""
10436 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
10437 "popular public names used by the operating system.  Notably the operating "
10438 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
10439 "1).  You can find out the real versions corresponding to releases of Windows "
10440 "by consulting Wikipedia or MSDN."
10441 msgstr ""
10442
10443 #. type: textblock
10444 #: ../src/guestfs-actions.pod:2782 ../src/guestfs-actions.pod:2802 ../fish/guestfish-actions.pod:1911 ../fish/guestfish-actions.pod:1925
10445 msgid "If the version could not be determined, then C<0> is returned."
10446 msgstr ""
10447
10448 #. type: =head2
10449 #: ../src/guestfs-actions.pod:2790
10450 msgid "guestfs_inspect_get_minor_version"
10451 msgstr ""
10452
10453 #. type: verbatim
10454 #: ../src/guestfs-actions.pod:2792
10455 #, no-wrap
10456 msgid ""
10457 " int\n"
10458 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
10459 "                                    const char *root);\n"
10460 "\n"
10461 msgstr ""
10462
10463 #. type: textblock
10464 #: ../src/guestfs-actions.pod:2799 ../fish/guestfish-actions.pod:1922
10465 msgid "This returns the minor version number of the inspected operating system."
10466 msgstr ""
10467
10468 #. type: textblock
10469 #: ../src/guestfs-actions.pod:2804
10470 msgid ""
10471 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10472 "C<guestfs_inspect_get_major_version>."
10473 msgstr ""
10474
10475 #. type: =head2
10476 #: ../src/guestfs-actions.pod:2811
10477 msgid "guestfs_inspect_get_mountpoints"
10478 msgstr ""
10479
10480 #. type: verbatim
10481 #: ../src/guestfs-actions.pod:2813
10482 #, no-wrap
10483 msgid ""
10484 " char **\n"
10485 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
10486 "                                  const char *root);\n"
10487 "\n"
10488 msgstr ""
10489
10490 #. type: textblock
10491 #: ../src/guestfs-actions.pod:2820 ../fish/guestfish-actions.pod:1937
10492 msgid ""
10493 "This returns a hash of where we think the filesystems associated with this "
10494 "operating system should be mounted.  Callers should note that this is at "
10495 "best an educated guess made by reading configuration files such as "
10496 "C</etc/fstab>.  I<In particular note> that this may return filesystems which "
10497 "are non-existent or not mountable and callers should be prepared to handle "
10498 "or ignore failures if they try to mount them."
10499 msgstr ""
10500
10501 #. type: textblock
10502 #: ../src/guestfs-actions.pod:2829 ../fish/guestfish-actions.pod:1946
10503 msgid ""
10504 "Each element in the returned hashtable has a key which is the path of the "
10505 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
10506 "mounted there (eg. C</dev/sda1>)."
10507 msgstr ""
10508
10509 #. type: textblock
10510 #: ../src/guestfs-actions.pod:2834 ../fish/guestfish-actions.pod:1951
10511 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
10512 msgstr ""
10513
10514 #. type: textblock
10515 #: ../src/guestfs-actions.pod:2837
10516 msgid ""
10517 "For operating systems like Windows which still use drive letters, this call "
10518 "will only return an entry for the first drive \"mounted on\" C</>.  For "
10519 "information about the mapping of drive letters to partitions, see "
10520 "C<guestfs_inspect_get_drive_mappings>."
10521 msgstr ""
10522
10523 #. type: textblock
10524 #: ../src/guestfs-actions.pod:2843
10525 msgid ""
10526 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10527 "C<guestfs_inspect_get_filesystems>."
10528 msgstr ""
10529
10530 #. type: =head2
10531 #: ../src/guestfs-actions.pod:2854
10532 msgid "guestfs_inspect_get_package_format"
10533 msgstr ""
10534
10535 #. type: verbatim
10536 #: ../src/guestfs-actions.pod:2856
10537 #, no-wrap
10538 msgid ""
10539 " char *\n"
10540 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
10541 "                                     const char *root);\n"
10542 "\n"
10543 msgstr ""
10544
10545 #. type: textblock
10546 #: ../src/guestfs-actions.pod:2863
10547 msgid ""
10548 "This function and C<guestfs_inspect_get_package_management> return the "
10549 "package format and package management tool used by the inspected operating "
10550 "system.  For example for Fedora these functions would return C<rpm> (package "
10551 "format) and C<yum> (package management)."
10552 msgstr ""
10553
10554 #. type: textblock
10555 #: ../src/guestfs-actions.pod:2869 ../fish/guestfish-actions.pod:1976
10556 msgid ""
10557 "This returns the string C<unknown> if we could not determine the package "
10558 "format I<or> if the operating system does not have a real packaging system "
10559 "(eg. Windows)."
10560 msgstr ""
10561
10562 #. type: textblock
10563 #: ../src/guestfs-actions.pod:2873 ../fish/guestfish-actions.pod:1980
10564 msgid ""
10565 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
10566 "Future versions of libguestfs may return other strings."
10567 msgstr ""
10568
10569 #. type: textblock
10570 #: ../src/guestfs-actions.pod:2881 ../src/guestfs-actions.pod:2912
10571 msgid "(Added in 1.7.5)"
10572 msgstr ""
10573
10574 #. type: =head2
10575 #: ../src/guestfs-actions.pod:2883
10576 msgid "guestfs_inspect_get_package_management"
10577 msgstr ""
10578
10579 #. type: verbatim
10580 #: ../src/guestfs-actions.pod:2885
10581 #, no-wrap
10582 msgid ""
10583 " char *\n"
10584 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
10585 "                                         const char *root);\n"
10586 "\n"
10587 msgstr ""
10588
10589 #. type: textblock
10590 #: ../src/guestfs-actions.pod:2892
10591 msgid ""
10592 "C<guestfs_inspect_get_package_format> and this function return the package "
10593 "format and package management tool used by the inspected operating system.  "
10594 "For example for Fedora these functions would return C<rpm> (package format) "
10595 "and C<yum> (package management)."
10596 msgstr ""
10597
10598 #. type: textblock
10599 #: ../src/guestfs-actions.pod:2898 ../fish/guestfish-actions.pod:1998
10600 msgid ""
10601 "This returns the string C<unknown> if we could not determine the package "
10602 "management tool I<or> if the operating system does not have a real packaging "
10603 "system (eg. Windows)."
10604 msgstr ""
10605
10606 #. type: textblock
10607 #: ../src/guestfs-actions.pod:2902 ../fish/guestfish-actions.pod:2002
10608 msgid ""
10609 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
10610 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
10611 "libguestfs may return other strings."
10612 msgstr ""
10613
10614 #. type: =head2
10615 #: ../src/guestfs-actions.pod:2914
10616 msgid "guestfs_inspect_get_product_name"
10617 msgstr ""
10618
10619 #. type: verbatim
10620 #: ../src/guestfs-actions.pod:2916
10621 #, no-wrap
10622 msgid ""
10623 " char *\n"
10624 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
10625 "                                   const char *root);\n"
10626 "\n"
10627 msgstr ""
10628
10629 #. type: textblock
10630 #: ../src/guestfs-actions.pod:2923 ../fish/guestfish-actions.pod:2016
10631 msgid ""
10632 "This returns the product name of the inspected operating system.  The "
10633 "product name is generally some freeform string which can be displayed to the "
10634 "user, but should not be parsed by programs."
10635 msgstr ""
10636
10637 #. type: textblock
10638 #: ../src/guestfs-actions.pod:2928 ../fish/guestfish-actions.pod:2021
10639 msgid ""
10640 "If the product name could not be determined, then the string C<unknown> is "
10641 "returned."
10642 msgstr ""
10643
10644 #. type: =head2
10645 #: ../src/guestfs-actions.pod:2938
10646 msgid "guestfs_inspect_get_product_variant"
10647 msgstr ""
10648
10649 #. type: verbatim
10650 #: ../src/guestfs-actions.pod:2940
10651 #, no-wrap
10652 msgid ""
10653 " char *\n"
10654 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
10655 "                                      const char *root);\n"
10656 "\n"
10657 msgstr ""
10658
10659 #. type: textblock
10660 #: ../src/guestfs-actions.pod:2947 ../fish/guestfish-actions.pod:2033
10661 msgid "This returns the product variant of the inspected operating system."
10662 msgstr ""
10663
10664 #. type: textblock
10665 #: ../src/guestfs-actions.pod:2950 ../fish/guestfish-actions.pod:2036
10666 msgid ""
10667 "For Windows guests, this returns the contents of the Registry key "
10668 "C<HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> "
10669 "which is usually a string such as C<Client> or C<Server> (other values are "
10670 "possible).  This can be used to distinguish consumer and enterprise versions "
10671 "of Windows that have the same version number (for example, Windows 7 and "
10672 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
10673 "the latter is C<Server>)."
10674 msgstr ""
10675
10676 #. type: textblock
10677 #: ../src/guestfs-actions.pod:2959 ../fish/guestfish-actions.pod:2045
10678 msgid ""
10679 "For enterprise Linux guests, in future we intend this to return the product "
10680 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
10681 "implemented at present."
10682 msgstr ""
10683
10684 #. type: textblock
10685 #: ../src/guestfs-actions.pod:2963 ../fish/guestfish-actions.pod:2049
10686 msgid ""
10687 "If the product variant could not be determined, then the string C<unknown> "
10688 "is returned."
10689 msgstr ""
10690
10691 #. type: textblock
10692 #: ../src/guestfs-actions.pod:2966
10693 msgid ""
10694 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10695 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
10696 msgstr ""
10697
10698 #. type: =head2
10699 #: ../src/guestfs-actions.pod:2973
10700 msgid "guestfs_inspect_get_roots"
10701 msgstr ""
10702
10703 #. type: verbatim
10704 #: ../src/guestfs-actions.pod:2975
10705 #, no-wrap
10706 msgid ""
10707 " char **\n"
10708 " guestfs_inspect_get_roots (guestfs_h *g);\n"
10709 "\n"
10710 msgstr ""
10711
10712 #. type: textblock
10713 #: ../src/guestfs-actions.pod:2978
10714 msgid ""
10715 "This function is a convenient way to get the list of root devices, as "
10716 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
10717 "the whole inspection process."
10718 msgstr ""
10719
10720 #. type: textblock
10721 #: ../src/guestfs-actions.pod:2982
10722 msgid ""
10723 "This returns an empty list if either no root devices were found or the "
10724 "caller has not called C<guestfs_inspect_os>."
10725 msgstr ""
10726
10727 #. type: textblock
10728 #: ../src/guestfs-actions.pod:2991
10729 msgid "(Added in 1.7.3)"
10730 msgstr ""
10731
10732 #. type: =head2
10733 #: ../src/guestfs-actions.pod:2993
10734 msgid "guestfs_inspect_get_type"
10735 msgstr ""
10736
10737 #. type: verbatim
10738 #: ../src/guestfs-actions.pod:2995
10739 #, no-wrap
10740 msgid ""
10741 " char *\n"
10742 " guestfs_inspect_get_type (guestfs_h *g,\n"
10743 "                           const char *root);\n"
10744 "\n"
10745 msgstr ""
10746
10747 #. type: textblock
10748 #: ../src/guestfs-actions.pod:3002 ../fish/guestfish-actions.pod:2076
10749 msgid ""
10750 "This returns the type of the inspected operating system.  Currently defined "
10751 "types are:"
10752 msgstr ""
10753
10754 #. type: =item
10755 #: ../src/guestfs-actions.pod:3007 ../fish/guestfish-actions.pod:2081
10756 msgid "\"linux\""
10757 msgstr ""
10758
10759 #. type: textblock
10760 #: ../src/guestfs-actions.pod:3009 ../fish/guestfish-actions.pod:2083
10761 msgid "Any Linux-based operating system."
10762 msgstr ""
10763
10764 #. type: textblock
10765 #: ../src/guestfs-actions.pod:3013 ../fish/guestfish-actions.pod:2087
10766 msgid "Any Microsoft Windows operating system."
10767 msgstr ""
10768
10769 #. type: =item
10770 #: ../src/guestfs-actions.pod:3015 ../fish/guestfish-actions.pod:2089
10771 msgid "\"freebsd\""
10772 msgstr ""
10773
10774 #. type: textblock
10775 #: ../src/guestfs-actions.pod:3017 ../fish/guestfish-actions.pod:2091
10776 msgid "FreeBSD."
10777 msgstr ""
10778
10779 #. type: textblock
10780 #: ../src/guestfs-actions.pod:3021 ../fish/guestfish-actions.pod:2095
10781 msgid "The operating system type could not be determined."
10782 msgstr ""
10783
10784 #. type: =head2
10785 #: ../src/guestfs-actions.pod:3035
10786 msgid "guestfs_inspect_get_windows_current_control_set"
10787 msgstr ""
10788
10789 #. type: verbatim
10790 #: ../src/guestfs-actions.pod:3037
10791 #, no-wrap
10792 msgid ""
10793 " char *\n"
10794 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
10795 "                                                  const char *root);\n"
10796 "\n"
10797 msgstr ""
10798
10799 #. type: textblock
10800 #: ../src/guestfs-actions.pod:3044 ../fish/guestfish-actions.pod:2111
10801 msgid ""
10802 "This returns the Windows CurrentControlSet of the inspected guest.  The "
10803 "CurrentControlSet is a registry key name such as C<ControlSet001>."
10804 msgstr ""
10805
10806 #. type: textblock
10807 #: ../src/guestfs-actions.pod:3047 ../fish/guestfish-actions.pod:2114
10808 msgid ""
10809 "This call assumes that the guest is Windows and that the Registry could be "
10810 "examined by inspection.  If this is not the case then an error is returned."
10811 msgstr ""
10812
10813 #. type: =head2
10814 #: ../src/guestfs-actions.pod:3056
10815 msgid "guestfs_inspect_get_windows_systemroot"
10816 msgstr ""
10817
10818 #. type: verbatim
10819 #: ../src/guestfs-actions.pod:3058
10820 #, no-wrap
10821 msgid ""
10822 " char *\n"
10823 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
10824 "                                         const char *root);\n"
10825 "\n"
10826 msgstr ""
10827
10828 #. type: textblock
10829 #: ../src/guestfs-actions.pod:3065 ../fish/guestfish-actions.pod:2127
10830 msgid ""
10831 "This returns the Windows systemroot of the inspected guest.  The systemroot "
10832 "is a directory path such as C</WINDOWS>."
10833 msgstr ""
10834
10835 #. type: textblock
10836 #: ../src/guestfs-actions.pod:3068 ../fish/guestfish-actions.pod:2130
10837 msgid ""
10838 "This call assumes that the guest is Windows and that the systemroot could be "
10839 "determined by inspection.  If this is not the case then an error is "
10840 "returned."
10841 msgstr ""
10842
10843 #. type: textblock
10844 #: ../src/guestfs-actions.pod:3077
10845 msgid "(Added in 1.5.25)"
10846 msgstr ""
10847
10848 #. type: =head2
10849 #: ../src/guestfs-actions.pod:3079
10850 msgid "guestfs_inspect_is_live"
10851 msgstr ""
10852
10853 #. type: verbatim
10854 #: ../src/guestfs-actions.pod:3081
10855 #, no-wrap
10856 msgid ""
10857 " int\n"
10858 " guestfs_inspect_is_live (guestfs_h *g,\n"
10859 "                          const char *root);\n"
10860 "\n"
10861 msgstr ""
10862
10863 #. type: textblock
10864 #: ../src/guestfs-actions.pod:3088
10865 msgid ""
10866 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10867 "disk), then this returns true if a live image was detected on the disk."
10868 msgstr ""
10869
10870 #. type: =head2
10871 #: ../src/guestfs-actions.pod:3096
10872 msgid "guestfs_inspect_is_multipart"
10873 msgstr ""
10874
10875 #. type: verbatim
10876 #: ../src/guestfs-actions.pod:3098
10877 #, no-wrap
10878 msgid ""
10879 " int\n"
10880 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
10881 "                               const char *root);\n"
10882 "\n"
10883 msgstr ""
10884
10885 #. type: textblock
10886 #: ../src/guestfs-actions.pod:3105
10887 msgid ""
10888 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10889 "disk), then this returns true if the disk is part of a set."
10890 msgstr ""
10891
10892 #. type: =head2
10893 #: ../src/guestfs-actions.pod:3113
10894 msgid "guestfs_inspect_is_netinst"
10895 msgstr ""
10896
10897 #. type: verbatim
10898 #: ../src/guestfs-actions.pod:3115
10899 #, no-wrap
10900 msgid ""
10901 " int\n"
10902 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
10903 "                             const char *root);\n"
10904 "\n"
10905 msgstr ""
10906
10907 #. type: textblock
10908 #: ../src/guestfs-actions.pod:3122
10909 msgid ""
10910 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10911 "disk), then this returns true if the disk is a network installer, ie. not a "
10912 "self-contained install CD but one which is likely to require network access "
10913 "to complete the install."
10914 msgstr ""
10915
10916 #. type: =head2
10917 #: ../src/guestfs-actions.pod:3132
10918 msgid "guestfs_inspect_list_applications"
10919 msgstr ""
10920
10921 #. type: verbatim
10922 #: ../src/guestfs-actions.pod:3134
10923 #, no-wrap
10924 msgid ""
10925 " struct guestfs_application_list *\n"
10926 " guestfs_inspect_list_applications (guestfs_h *g,\n"
10927 "                                    const char *root);\n"
10928 "\n"
10929 msgstr ""
10930
10931 #. type: textblock
10932 #: ../src/guestfs-actions.pod:3141 ../fish/guestfish-actions.pod:2184
10933 msgid "Return the list of applications installed in the operating system."
10934 msgstr ""
10935
10936 #. type: textblock
10937 #: ../src/guestfs-actions.pod:3143
10938 msgid ""
10939 "I<Note:> This call works differently from other parts of the inspection "
10940 "API.  You have to call C<guestfs_inspect_os>, then "
10941 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
10942 "this.  Listing applications is a significantly more difficult operation "
10943 "which requires access to the full filesystem.  Also note that unlike the "
10944 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
10945 "the libguestfs handle, this call actually reads parts of the mounted "
10946 "filesystems during the call."
10947 msgstr ""
10948
10949 #. type: textblock
10950 #: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2196
10951 msgid ""
10952 "This returns an empty list if the inspection code was not able to determine "
10953 "the list of applications."
10954 msgstr ""
10955
10956 #. type: textblock
10957 #: ../src/guestfs-actions.pod:3156 ../fish/guestfish-actions.pod:2199
10958 msgid "The application structure contains the following fields:"
10959 msgstr ""
10960
10961 #. type: =item
10962 #: ../src/guestfs-actions.pod:3160 ../fish/guestfish-actions.pod:2203
10963 msgid "C<app_name>"
10964 msgstr ""
10965
10966 #. type: textblock
10967 #: ../src/guestfs-actions.pod:3162 ../fish/guestfish-actions.pod:2205
10968 msgid ""
10969 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
10970 "guests, this is the package name."
10971 msgstr ""
10972
10973 #. type: =item
10974 #: ../src/guestfs-actions.pod:3165 ../fish/guestfish-actions.pod:2208
10975 msgid "C<app_display_name>"
10976 msgstr ""
10977
10978 #. type: textblock
10979 #: ../src/guestfs-actions.pod:3167 ../fish/guestfish-actions.pod:2210
10980 msgid ""
10981 "The display name of the application, sometimes localized to the install "
10982 "language of the guest operating system."
10983 msgstr ""
10984
10985 #. type: textblock
10986 #: ../src/guestfs-actions.pod:3170 ../fish/guestfish-actions.pod:2213
10987 msgid ""
10988 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
10989 "to display something can use C<app_name> instead."
10990 msgstr ""
10991
10992 #. type: =item
10993 #: ../src/guestfs-actions.pod:3173 ../fish/guestfish-actions.pod:2216
10994 msgid "C<app_epoch>"
10995 msgstr ""
10996
10997 #. type: textblock
10998 #: ../src/guestfs-actions.pod:3175 ../fish/guestfish-actions.pod:2218
10999 msgid ""
11000 "For package managers which use epochs, this contains the epoch of the "
11001 "package (an integer).  If unavailable, this is returned as C<0>."
11002 msgstr ""
11003
11004 #. type: =item
11005 #: ../src/guestfs-actions.pod:3178 ../fish/guestfish-actions.pod:2221
11006 msgid "C<app_version>"
11007 msgstr ""
11008
11009 #. type: textblock
11010 #: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:2223
11011 msgid ""
11012 "The version string of the application or package.  If unavailable this is "
11013 "returned as an empty string C<\"\">."
11014 msgstr ""
11015
11016 #. type: =item
11017 #: ../src/guestfs-actions.pod:3183 ../fish/guestfish-actions.pod:2226
11018 msgid "C<app_release>"
11019 msgstr ""
11020
11021 #. type: textblock
11022 #: ../src/guestfs-actions.pod:3185 ../fish/guestfish-actions.pod:2228
11023 msgid ""
11024 "The release string of the application or package, for package managers that "
11025 "use this.  If unavailable this is returned as an empty string C<\"\">."
11026 msgstr ""
11027
11028 #. type: =item
11029 #: ../src/guestfs-actions.pod:3189 ../fish/guestfish-actions.pod:2232
11030 msgid "C<app_install_path>"
11031 msgstr ""
11032
11033 #. type: textblock
11034 #: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2234
11035 msgid ""
11036 "The installation path of the application (on operating systems such as "
11037 "Windows which use installation paths).  This path is in the format used by "
11038 "the guest operating system, it is not a libguestfs path."
11039 msgstr ""
11040
11041 #. type: textblock
11042 #: ../src/guestfs-actions.pod:3196 ../fish/guestfish-actions.pod:2239
11043 msgid "If unavailable this is returned as an empty string C<\"\">."
11044 msgstr ""
11045
11046 #. type: =item
11047 #: ../src/guestfs-actions.pod:3198 ../fish/guestfish-actions.pod:2241
11048 msgid "C<app_trans_path>"
11049 msgstr ""
11050
11051 #. type: textblock
11052 #: ../src/guestfs-actions.pod:3200 ../fish/guestfish-actions.pod:2243
11053 msgid ""
11054 "The install path translated into a libguestfs path.  If unavailable this is "
11055 "returned as an empty string C<\"\">."
11056 msgstr ""
11057
11058 #. type: =item
11059 #: ../src/guestfs-actions.pod:3203 ../fish/guestfish-actions.pod:2246
11060 msgid "C<app_publisher>"
11061 msgstr ""
11062
11063 #. type: textblock
11064 #: ../src/guestfs-actions.pod:3205 ../fish/guestfish-actions.pod:2248
11065 msgid ""
11066 "The name of the publisher of the application, for package managers that use "
11067 "this.  If unavailable this is returned as an empty string C<\"\">."
11068 msgstr ""
11069
11070 #. type: =item
11071 #: ../src/guestfs-actions.pod:3209 ../fish/guestfish-actions.pod:2252
11072 msgid "C<app_url>"
11073 msgstr ""
11074
11075 #. type: textblock
11076 #: ../src/guestfs-actions.pod:3211 ../fish/guestfish-actions.pod:2254
11077 msgid ""
11078 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11079 "returned as an empty string C<\"\">."
11080 msgstr ""
11081
11082 #. type: =item
11083 #: ../src/guestfs-actions.pod:3214 ../fish/guestfish-actions.pod:2257
11084 msgid "C<app_source_package>"
11085 msgstr ""
11086
11087 #. type: textblock
11088 #: ../src/guestfs-actions.pod:3216 ../fish/guestfish-actions.pod:2259
11089 msgid ""
11090 "For packaging systems which support this, the name of the source package.  "
11091 "If unavailable this is returned as an empty string C<\"\">."
11092 msgstr ""
11093
11094 #. type: =item
11095 #: ../src/guestfs-actions.pod:3219 ../fish/guestfish-actions.pod:2262
11096 msgid "C<app_summary>"
11097 msgstr ""
11098
11099 #. type: textblock
11100 #: ../src/guestfs-actions.pod:3221 ../fish/guestfish-actions.pod:2264
11101 msgid ""
11102 "A short (usually one line) description of the application or package.  If "
11103 "unavailable this is returned as an empty string C<\"\">."
11104 msgstr ""
11105
11106 #. type: =item
11107 #: ../src/guestfs-actions.pod:3224 ../fish/guestfish-actions.pod:2267
11108 msgid "C<app_description>"
11109 msgstr ""
11110
11111 #. type: textblock
11112 #: ../src/guestfs-actions.pod:3226 ../fish/guestfish-actions.pod:2269
11113 msgid ""
11114 "A longer description of the application or package.  If unavailable this is "
11115 "returned as an empty string C<\"\">."
11116 msgstr ""
11117
11118 #. type: textblock
11119 #: ../src/guestfs-actions.pod:3233
11120 msgid ""
11121 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11122 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11123 "after use>."
11124 msgstr ""
11125
11126 #. type: textblock
11127 #: ../src/guestfs-actions.pod:3237
11128 msgid "(Added in 1.7.8)"
11129 msgstr ""
11130
11131 #. type: =head2
11132 #: ../src/guestfs-actions.pod:3239
11133 msgid "guestfs_inspect_os"
11134 msgstr ""
11135
11136 #. type: verbatim
11137 #: ../src/guestfs-actions.pod:3241
11138 #, no-wrap
11139 msgid ""
11140 " char **\n"
11141 " guestfs_inspect_os (guestfs_h *g);\n"
11142 "\n"
11143 msgstr ""
11144
11145 #. type: textblock
11146 #: ../src/guestfs-actions.pod:3244 ../fish/guestfish-actions.pod:2280
11147 msgid ""
11148 "This function uses other libguestfs functions and certain heuristics to "
11149 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11150 "for operating systems."
11151 msgstr ""
11152
11153 #. type: textblock
11154 #: ../src/guestfs-actions.pod:3248 ../fish/guestfish-actions.pod:2284
11155 msgid "The list returned is empty if no operating systems were found."
11156 msgstr ""
11157
11158 #. type: textblock
11159 #: ../src/guestfs-actions.pod:3250 ../fish/guestfish-actions.pod:2286
11160 msgid ""
11161 "If one operating system was found, then this returns a list with a single "
11162 "element, which is the name of the root filesystem of this operating system.  "
11163 "It is also possible for this function to return a list containing more than "
11164 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11165 "element being the root filesystem of one of the operating systems."
11166 msgstr ""
11167
11168 #. type: textblock
11169 #: ../src/guestfs-actions.pod:3257
11170 msgid ""
11171 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11172 "functions in order to query further information about each operating system, "
11173 "such as the name and version."
11174 msgstr ""
11175
11176 #. type: textblock
11177 #: ../src/guestfs-actions.pod:3262
11178 msgid ""
11179 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11180 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11181 "the contents.  This should be called with no disks currently mounted.  The "
11182 "function may also use Augeas, so any existing Augeas handle will be closed."
11183 msgstr ""
11184
11185 #. type: textblock
11186 #: ../src/guestfs-actions.pod:3268 ../fish/guestfish-actions.pod:2304
11187 msgid ""
11188 "This function cannot decrypt encrypted disks.  The caller must do that first "
11189 "(supplying the necessary keys) if the disk is encrypted."
11190 msgstr ""
11191
11192 #. type: textblock
11193 #: ../src/guestfs-actions.pod:3274 ../src/guestfs-actions.pod:3564 ../src/guestfs-actions.pod:3626
11194 msgid "See also C<guestfs_list_filesystems>."
11195 msgstr ""
11196
11197 #. type: =head2
11198 #: ../src/guestfs-actions.pod:3282
11199 msgid "guestfs_is_blockdev"
11200 msgstr ""
11201
11202 #. type: verbatim
11203 #: ../src/guestfs-actions.pod:3284
11204 #, no-wrap
11205 msgid ""
11206 " int\n"
11207 " guestfs_is_blockdev (guestfs_h *g,\n"
11208 "                      const char *path);\n"
11209 "\n"
11210 msgstr ""
11211
11212 #. type: textblock
11213 #: ../src/guestfs-actions.pod:3288 ../fish/guestfish-actions.pod:2316
11214 msgid ""
11215 "This returns C<true> if and only if there is a block device with the given "
11216 "C<path> name."
11217 msgstr ""
11218
11219 #. type: textblock
11220 #: ../src/guestfs-actions.pod:3291 ../src/guestfs-actions.pod:3320 ../src/guestfs-actions.pod:3350 ../src/guestfs-actions.pod:3365 ../src/guestfs-actions.pod:3381 ../src/guestfs-actions.pod:3437 ../src/guestfs-actions.pod:3452
11221 msgid "See also C<guestfs_stat>."
11222 msgstr ""
11223
11224 #. type: textblock
11225 #: ../src/guestfs-actions.pod:3295 ../src/guestfs-actions.pod:3324 ../src/guestfs-actions.pod:3369 ../src/guestfs-actions.pod:3441 ../src/guestfs-actions.pod:3456
11226 msgid "(Added in 1.5.10)"
11227 msgstr ""
11228
11229 #. type: =head2
11230 #: ../src/guestfs-actions.pod:3297
11231 msgid "guestfs_is_busy"
11232 msgstr ""
11233
11234 #. type: verbatim
11235 #: ../src/guestfs-actions.pod:3299
11236 #, no-wrap
11237 msgid ""
11238 " int\n"
11239 " guestfs_is_busy (guestfs_h *g);\n"
11240 "\n"
11241 msgstr ""
11242
11243 #. type: textblock
11244 #: ../src/guestfs-actions.pod:3302 ../fish/guestfish-actions.pod:2325
11245 msgid ""
11246 "This returns true iff this handle is busy processing a command (in the "
11247 "C<BUSY> state)."
11248 msgstr ""
11249
11250 #. type: =head2
11251 #: ../src/guestfs-actions.pod:3311
11252 msgid "guestfs_is_chardev"
11253 msgstr ""
11254
11255 #. type: verbatim
11256 #: ../src/guestfs-actions.pod:3313
11257 #, no-wrap
11258 msgid ""
11259 " int\n"
11260 " guestfs_is_chardev (guestfs_h *g,\n"
11261 "                     const char *path);\n"
11262 "\n"
11263 msgstr ""
11264
11265 #. type: textblock
11266 #: ../src/guestfs-actions.pod:3317 ../fish/guestfish-actions.pod:2334
11267 msgid ""
11268 "This returns C<true> if and only if there is a character device with the "
11269 "given C<path> name."
11270 msgstr ""
11271
11272 #. type: =head2
11273 #: ../src/guestfs-actions.pod:3326
11274 msgid "guestfs_is_config"
11275 msgstr ""
11276
11277 #. type: verbatim
11278 #: ../src/guestfs-actions.pod:3328
11279 #, no-wrap
11280 msgid ""
11281 " int\n"
11282 " guestfs_is_config (guestfs_h *g);\n"
11283 "\n"
11284 msgstr ""
11285
11286 #. type: textblock
11287 #: ../src/guestfs-actions.pod:3331 ../fish/guestfish-actions.pod:2343
11288 msgid ""
11289 "This returns true iff this handle is being configured (in the C<CONFIG> "
11290 "state)."
11291 msgstr ""
11292
11293 #. type: =head2
11294 #: ../src/guestfs-actions.pod:3340
11295 msgid "guestfs_is_dir"
11296 msgstr ""
11297
11298 #. type: verbatim
11299 #: ../src/guestfs-actions.pod:3342
11300 #, no-wrap
11301 msgid ""
11302 " int\n"
11303 " guestfs_is_dir (guestfs_h *g,\n"
11304 "                 const char *path);\n"
11305 "\n"
11306 msgstr ""
11307
11308 #. type: textblock
11309 #: ../src/guestfs-actions.pod:3346 ../fish/guestfish-actions.pod:2352
11310 msgid ""
11311 "This returns C<true> if and only if there is a directory with the given "
11312 "C<path> name.  Note that it returns false for other objects like files."
11313 msgstr ""
11314
11315 #. type: =head2
11316 #: ../src/guestfs-actions.pod:3356
11317 msgid "guestfs_is_fifo"
11318 msgstr ""
11319
11320 #. type: verbatim
11321 #: ../src/guestfs-actions.pod:3358
11322 #, no-wrap
11323 msgid ""
11324 " int\n"
11325 " guestfs_is_fifo (guestfs_h *g,\n"
11326 "                  const char *path);\n"
11327 "\n"
11328 msgstr ""
11329
11330 #. type: textblock
11331 #: ../src/guestfs-actions.pod:3362 ../fish/guestfish-actions.pod:2362
11332 msgid ""
11333 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11334 "given C<path> name."
11335 msgstr ""
11336
11337 #. type: =head2
11338 #: ../src/guestfs-actions.pod:3371
11339 msgid "guestfs_is_file"
11340 msgstr ""
11341
11342 #. type: verbatim
11343 #: ../src/guestfs-actions.pod:3373
11344 #, no-wrap
11345 msgid ""
11346 " int\n"
11347 " guestfs_is_file (guestfs_h *g,\n"
11348 "                  const char *path);\n"
11349 "\n"
11350 msgstr ""
11351
11352 #. type: textblock
11353 #: ../src/guestfs-actions.pod:3377 ../fish/guestfish-actions.pod:2371
11354 msgid ""
11355 "This returns C<true> if and only if there is a regular file with the given "
11356 "C<path> name.  Note that it returns false for other objects like "
11357 "directories."
11358 msgstr ""
11359
11360 #. type: =head2
11361 #: ../src/guestfs-actions.pod:3387
11362 msgid "guestfs_is_launching"
11363 msgstr ""
11364
11365 #. type: verbatim
11366 #: ../src/guestfs-actions.pod:3389
11367 #, no-wrap
11368 msgid ""
11369 " int\n"
11370 " guestfs_is_launching (guestfs_h *g);\n"
11371 "\n"
11372 msgstr ""
11373
11374 #. type: textblock
11375 #: ../src/guestfs-actions.pod:3392 ../fish/guestfish-actions.pod:2381
11376 msgid ""
11377 "This returns true iff this handle is launching the subprocess (in the "
11378 "C<LAUNCHING> state)."
11379 msgstr ""
11380
11381 #. type: =head2
11382 #: ../src/guestfs-actions.pod:3401
11383 msgid "guestfs_is_lv"
11384 msgstr ""
11385
11386 #. type: verbatim
11387 #: ../src/guestfs-actions.pod:3403
11388 #, no-wrap
11389 msgid ""
11390 " int\n"
11391 " guestfs_is_lv (guestfs_h *g,\n"
11392 "                const char *device);\n"
11393 "\n"
11394 msgstr ""
11395
11396 #. type: textblock
11397 #: ../src/guestfs-actions.pod:3407 ../fish/guestfish-actions.pod:2390
11398 msgid ""
11399 "This command tests whether C<device> is a logical volume, and returns true "
11400 "iff this is the case."
11401 msgstr ""
11402
11403 #. type: =head2
11404 #: ../src/guestfs-actions.pod:3414
11405 msgid "guestfs_is_ready"
11406 msgstr ""
11407
11408 #. type: verbatim
11409 #: ../src/guestfs-actions.pod:3416
11410 #, no-wrap
11411 msgid ""
11412 " int\n"
11413 " guestfs_is_ready (guestfs_h *g);\n"
11414 "\n"
11415 msgstr ""
11416
11417 #. type: textblock
11418 #: ../src/guestfs-actions.pod:3419 ../fish/guestfish-actions.pod:2397
11419 msgid ""
11420 "This returns true iff this handle is ready to accept commands (in the "
11421 "C<READY> state)."
11422 msgstr ""
11423
11424 #. type: =head2
11425 #: ../src/guestfs-actions.pod:3428
11426 msgid "guestfs_is_socket"
11427 msgstr ""
11428
11429 #. type: verbatim
11430 #: ../src/guestfs-actions.pod:3430
11431 #, no-wrap
11432 msgid ""
11433 " int\n"
11434 " guestfs_is_socket (guestfs_h *g,\n"
11435 "                    const char *path);\n"
11436 "\n"
11437 msgstr ""
11438
11439 #. type: textblock
11440 #: ../src/guestfs-actions.pod:3434 ../fish/guestfish-actions.pod:2406
11441 msgid ""
11442 "This returns C<true> if and only if there is a Unix domain socket with the "
11443 "given C<path> name."
11444 msgstr ""
11445
11446 #. type: =head2
11447 #: ../src/guestfs-actions.pod:3443
11448 msgid "guestfs_is_symlink"
11449 msgstr ""
11450
11451 #. type: verbatim
11452 #: ../src/guestfs-actions.pod:3445
11453 #, no-wrap
11454 msgid ""
11455 " int\n"
11456 " guestfs_is_symlink (guestfs_h *g,\n"
11457 "                     const char *path);\n"
11458 "\n"
11459 msgstr ""
11460
11461 #. type: textblock
11462 #: ../src/guestfs-actions.pod:3449 ../fish/guestfish-actions.pod:2415
11463 msgid ""
11464 "This returns C<true> if and only if there is a symbolic link with the given "
11465 "C<path> name."
11466 msgstr ""
11467
11468 #. type: =head2
11469 #: ../src/guestfs-actions.pod:3458
11470 msgid "guestfs_kill_subprocess"
11471 msgstr ""
11472
11473 #. type: verbatim
11474 #: ../src/guestfs-actions.pod:3460
11475 #, no-wrap
11476 msgid ""
11477 " int\n"
11478 " guestfs_kill_subprocess (guestfs_h *g);\n"
11479 "\n"
11480 msgstr ""
11481
11482 #. type: textblock
11483 #: ../src/guestfs-actions.pod:3463 ../fish/guestfish-actions.pod:2424
11484 msgid "This kills the qemu subprocess.  You should never need to call this."
11485 msgstr ""
11486
11487 #. type: =head2
11488 #: ../src/guestfs-actions.pod:3469
11489 msgid "guestfs_launch"
11490 msgstr ""
11491
11492 #. type: verbatim
11493 #: ../src/guestfs-actions.pod:3471
11494 #, no-wrap
11495 msgid ""
11496 " int\n"
11497 " guestfs_launch (guestfs_h *g);\n"
11498 "\n"
11499 msgstr ""
11500
11501 #. type: textblock
11502 #: ../src/guestfs-actions.pod:3474 ../fish/guestfish-actions.pod:2432
11503 msgid ""
11504 "Internally libguestfs is implemented by running a virtual machine using "
11505 "L<qemu(1)>."
11506 msgstr ""
11507
11508 #. type: textblock
11509 #: ../src/guestfs-actions.pod:3477 ../fish/guestfish-actions.pod:2435
11510 msgid ""
11511 "You should call this after configuring the handle (eg. adding drives) but "
11512 "before performing any actions."
11513 msgstr ""
11514
11515 #. type: =head2
11516 #: ../src/guestfs-actions.pod:3489
11517 msgid "guestfs_lchown"
11518 msgstr ""
11519
11520 #. type: verbatim
11521 #: ../src/guestfs-actions.pod:3491
11522 #, no-wrap
11523 msgid ""
11524 " int\n"
11525 " guestfs_lchown (guestfs_h *g,\n"
11526 "                 int owner,\n"
11527 "                 int group,\n"
11528 "                 const char *path);\n"
11529 "\n"
11530 msgstr ""
11531
11532 #. type: textblock
11533 #: ../src/guestfs-actions.pod:3497
11534 msgid ""
11535 "Change the file owner to C<owner> and group to C<group>.  This is like "
11536 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
11537 "changed, not the target."
11538 msgstr ""
11539
11540 #. type: =head2
11541 #: ../src/guestfs-actions.pod:3509
11542 msgid "guestfs_lgetxattr"
11543 msgstr ""
11544
11545 #. type: verbatim
11546 #: ../src/guestfs-actions.pod:3511
11547 #, no-wrap
11548 msgid ""
11549 " char *\n"
11550 " guestfs_lgetxattr (guestfs_h *g,\n"
11551 "                    const char *path,\n"
11552 "                    const char *name,\n"
11553 "                    size_t *size_r);\n"
11554 "\n"
11555 msgstr ""
11556
11557 #. type: textblock
11558 #: ../src/guestfs-actions.pod:3517 ../fish/guestfish-actions.pod:2454
11559 msgid ""
11560 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
11561 "is a symlink, then this call returns an extended attribute from the symlink."
11562 msgstr ""
11563
11564 #. type: textblock
11565 #: ../src/guestfs-actions.pod:3531
11566 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
11567 msgstr ""
11568
11569 #. type: =head2
11570 #: ../src/guestfs-actions.pod:3539
11571 msgid "guestfs_lgetxattrs"
11572 msgstr ""
11573
11574 #. type: verbatim
11575 #: ../src/guestfs-actions.pod:3541
11576 #, no-wrap
11577 msgid ""
11578 " struct guestfs_xattr_list *\n"
11579 " guestfs_lgetxattrs (guestfs_h *g,\n"
11580 "                     const char *path);\n"
11581 "\n"
11582 msgstr ""
11583
11584 #. type: textblock
11585 #: ../src/guestfs-actions.pod:3545
11586 msgid ""
11587 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
11588 "then it returns the extended attributes of the link itself."
11589 msgstr ""
11590
11591 #. type: =head2
11592 #: ../src/guestfs-actions.pod:3555
11593 msgid "guestfs_list_devices"
11594 msgstr ""
11595
11596 #. type: verbatim
11597 #: ../src/guestfs-actions.pod:3557
11598 #, no-wrap
11599 msgid ""
11600 " char **\n"
11601 " guestfs_list_devices (guestfs_h *g);\n"
11602 "\n"
11603 msgstr ""
11604
11605 #. type: textblock
11606 #: ../src/guestfs-actions.pod:3560 ../fish/guestfish-actions.pod:2482
11607 msgid "List all the block devices."
11608 msgstr ""
11609
11610 #. type: textblock
11611 #: ../src/guestfs-actions.pod:3562 ../fish/guestfish-actions.pod:2484
11612 msgid "The full block device names are returned, eg. C</dev/sda>."
11613 msgstr ""
11614
11615 #. type: =head2
11616 #: ../src/guestfs-actions.pod:3572
11617 msgid "guestfs_list_filesystems"
11618 msgstr ""
11619
11620 #. type: verbatim
11621 #: ../src/guestfs-actions.pod:3574
11622 #, no-wrap
11623 msgid ""
11624 " char **\n"
11625 " guestfs_list_filesystems (guestfs_h *g);\n"
11626 "\n"
11627 msgstr ""
11628
11629 #. type: textblock
11630 #: ../src/guestfs-actions.pod:3577 ../fish/guestfish-actions.pod:2492
11631 msgid ""
11632 "This inspection command looks for filesystems on partitions, block devices "
11633 "and logical volumes, returning a list of devices containing filesystems and "
11634 "their type."
11635 msgstr ""
11636
11637 #. type: textblock
11638 #: ../src/guestfs-actions.pod:3581 ../fish/guestfish-actions.pod:2496
11639 msgid ""
11640 "The return value is a hash, where the keys are the devices containing "
11641 "filesystems, and the values are the filesystem types.  For example:"
11642 msgstr ""
11643
11644 #. type: verbatim
11645 #: ../src/guestfs-actions.pod:3585 ../fish/guestfish-actions.pod:2500
11646 #, no-wrap
11647 msgid ""
11648 " \"/dev/sda1\" => \"ntfs\"\n"
11649 " \"/dev/sda2\" => \"ext2\"\n"
11650 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
11651 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
11652 "\n"
11653 msgstr ""
11654
11655 #. type: textblock
11656 #: ../src/guestfs-actions.pod:3590 ../fish/guestfish-actions.pod:2505
11657 msgid ""
11658 "The value can have the special value \"unknown\", meaning the content of the "
11659 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
11660 msgstr ""
11661
11662 #. type: textblock
11663 #: ../src/guestfs-actions.pod:3594
11664 msgid ""
11665 "This command runs other libguestfs commands, which might include "
11666 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
11667 "soon after launch and only when nothing is mounted."
11668 msgstr ""
11669
11670 #. type: textblock
11671 #: ../src/guestfs-actions.pod:3598
11672 msgid ""
11673 "Not all of the filesystems returned will be mountable.  In particular, swap "
11674 "partitions are returned in the list.  Also this command does not check that "
11675 "each filesystem found is valid and mountable, and some filesystems might be "
11676 "mountable but require special options.  Filesystems may not all belong to a "
11677 "single logical operating system (use C<guestfs_inspect_os> to look for "
11678 "OSes)."
11679 msgstr ""
11680
11681 #. type: textblock
11682 #: ../src/guestfs-actions.pod:3612 ../src/guestfs-actions.pod:5217
11683 msgid "(Added in 1.5.15)"
11684 msgstr ""
11685
11686 #. type: =head2
11687 #: ../src/guestfs-actions.pod:3614
11688 msgid "guestfs_list_partitions"
11689 msgstr ""
11690
11691 #. type: verbatim
11692 #: ../src/guestfs-actions.pod:3616
11693 #, no-wrap
11694 msgid ""
11695 " char **\n"
11696 " guestfs_list_partitions (guestfs_h *g);\n"
11697 "\n"
11698 msgstr ""
11699
11700 #. type: textblock
11701 #: ../src/guestfs-actions.pod:3619 ../fish/guestfish-actions.pod:2525
11702 msgid "List all the partitions detected on all block devices."
11703 msgstr ""
11704
11705 #. type: textblock
11706 #: ../src/guestfs-actions.pod:3621 ../fish/guestfish-actions.pod:2527
11707 msgid "The full partition device names are returned, eg. C</dev/sda1>"
11708 msgstr ""
11709
11710 #. type: textblock
11711 #: ../src/guestfs-actions.pod:3623
11712 msgid ""
11713 "This does not return logical volumes.  For that you will need to call "
11714 "C<guestfs_lvs>."
11715 msgstr ""
11716
11717 #. type: =head2
11718 #: ../src/guestfs-actions.pod:3634
11719 msgid "guestfs_ll"
11720 msgstr ""
11721
11722 #. type: verbatim
11723 #: ../src/guestfs-actions.pod:3636
11724 #, no-wrap
11725 msgid ""
11726 " char *\n"
11727 " guestfs_ll (guestfs_h *g,\n"
11728 "             const char *directory);\n"
11729 "\n"
11730 msgstr ""
11731
11732 #. type: textblock
11733 #: ../src/guestfs-actions.pod:3640 ../fish/guestfish-actions.pod:2538
11734 msgid ""
11735 "List the files in C<directory> (relative to the root directory, there is no "
11736 "cwd) in the format of 'ls -la'."
11737 msgstr ""
11738
11739 #. type: textblock
11740 #: ../src/guestfs-actions.pod:3643 ../fish/guestfish-actions.pod:2541
11741 msgid ""
11742 "This command is mostly useful for interactive sessions.  It is I<not> "
11743 "intended that you try to parse the output string."
11744 msgstr ""
11745
11746 #. type: =head2
11747 #: ../src/guestfs-actions.pod:3651
11748 msgid "guestfs_ln"
11749 msgstr ""
11750
11751 #. type: verbatim
11752 #: ../src/guestfs-actions.pod:3653
11753 #, no-wrap
11754 msgid ""
11755 " int\n"
11756 " guestfs_ln (guestfs_h *g,\n"
11757 "             const char *target,\n"
11758 "             const char *linkname);\n"
11759 "\n"
11760 msgstr ""
11761
11762 #. type: textblock
11763 #: ../src/guestfs-actions.pod:3658 ../fish/guestfish-actions.pod:2548
11764 msgid "This command creates a hard link using the C<ln> command."
11765 msgstr ""
11766
11767 #. type: =head2
11768 #: ../src/guestfs-actions.pod:3664
11769 msgid "guestfs_ln_f"
11770 msgstr ""
11771
11772 #. type: verbatim
11773 #: ../src/guestfs-actions.pod:3666
11774 #, no-wrap
11775 msgid ""
11776 " int\n"
11777 " guestfs_ln_f (guestfs_h *g,\n"
11778 "               const char *target,\n"
11779 "               const char *linkname);\n"
11780 "\n"
11781 msgstr ""
11782
11783 #. type: textblock
11784 #: ../src/guestfs-actions.pod:3671 ../fish/guestfish-actions.pod:2554
11785 msgid ""
11786 "This command creates a hard link using the C<ln -f> command.  The I<-f> "
11787 "option removes the link (C<linkname>) if it exists already."
11788 msgstr ""
11789
11790 #. type: =head2
11791 #: ../src/guestfs-actions.pod:3678
11792 msgid "guestfs_ln_s"
11793 msgstr ""
11794
11795 #. type: verbatim
11796 #: ../src/guestfs-actions.pod:3680
11797 #, no-wrap
11798 msgid ""
11799 " int\n"
11800 " guestfs_ln_s (guestfs_h *g,\n"
11801 "               const char *target,\n"
11802 "               const char *linkname);\n"
11803 "\n"
11804 msgstr ""
11805
11806 #. type: textblock
11807 #: ../src/guestfs-actions.pod:3685 ../fish/guestfish-actions.pod:2561
11808 msgid "This command creates a symbolic link using the C<ln -s> command."
11809 msgstr ""
11810
11811 #. type: =head2
11812 #: ../src/guestfs-actions.pod:3691
11813 msgid "guestfs_ln_sf"
11814 msgstr ""
11815
11816 #. type: verbatim
11817 #: ../src/guestfs-actions.pod:3693
11818 #, no-wrap
11819 msgid ""
11820 " int\n"
11821 " guestfs_ln_sf (guestfs_h *g,\n"
11822 "                const char *target,\n"
11823 "                const char *linkname);\n"
11824 "\n"
11825 msgstr ""
11826
11827 #. type: textblock
11828 #: ../src/guestfs-actions.pod:3698 ../fish/guestfish-actions.pod:2567
11829 msgid ""
11830 "This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
11831 "option removes the link (C<linkname>) if it exists already."
11832 msgstr ""
11833
11834 #. type: =head2
11835 #: ../src/guestfs-actions.pod:3705
11836 msgid "guestfs_lremovexattr"
11837 msgstr ""
11838
11839 #. type: verbatim
11840 #: ../src/guestfs-actions.pod:3707
11841 #, no-wrap
11842 msgid ""
11843 " int\n"
11844 " guestfs_lremovexattr (guestfs_h *g,\n"
11845 "                       const char *xattr,\n"
11846 "                       const char *path);\n"
11847 "\n"
11848 msgstr ""
11849
11850 #. type: textblock
11851 #: ../src/guestfs-actions.pod:3712
11852 msgid ""
11853 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
11854 "link, then it removes an extended attribute of the link itself."
11855 msgstr ""
11856
11857 #. type: =head2
11858 #: ../src/guestfs-actions.pod:3720
11859 msgid "guestfs_ls"
11860 msgstr ""
11861
11862 #. type: verbatim
11863 #: ../src/guestfs-actions.pod:3722
11864 #, no-wrap
11865 msgid ""
11866 " char **\n"
11867 " guestfs_ls (guestfs_h *g,\n"
11868 "             const char *directory);\n"
11869 "\n"
11870 msgstr ""
11871
11872 #. type: textblock
11873 #: ../src/guestfs-actions.pod:3726 ../fish/guestfish-actions.pod:2582
11874 msgid ""
11875 "List the files in C<directory> (relative to the root directory, there is no "
11876 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
11877 "shown."
11878 msgstr ""
11879
11880 #. type: textblock
11881 #: ../src/guestfs-actions.pod:3730
11882 msgid ""
11883 "This command is mostly useful for interactive sessions.  Programs should "
11884 "probably use C<guestfs_readdir> instead."
11885 msgstr ""
11886
11887 #. type: =head2
11888 #: ../src/guestfs-actions.pod:3739
11889 msgid "guestfs_lsetxattr"
11890 msgstr ""
11891
11892 #. type: verbatim
11893 #: ../src/guestfs-actions.pod:3741
11894 #, no-wrap
11895 msgid ""
11896 " int\n"
11897 " guestfs_lsetxattr (guestfs_h *g,\n"
11898 "                    const char *xattr,\n"
11899 "                    const char *val,\n"
11900 "                    int vallen,\n"
11901 "                    const char *path);\n"
11902 "\n"
11903 msgstr ""
11904
11905 #. type: textblock
11906 #: ../src/guestfs-actions.pod:3748
11907 msgid ""
11908 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
11909 "then it sets an extended attribute of the link itself."
11910 msgstr ""
11911
11912 #. type: =head2
11913 #: ../src/guestfs-actions.pod:3756
11914 msgid "guestfs_lstat"
11915 msgstr ""
11916
11917 #. type: verbatim
11918 #: ../src/guestfs-actions.pod:3758
11919 #, no-wrap
11920 msgid ""
11921 " struct guestfs_stat *\n"
11922 " guestfs_lstat (guestfs_h *g,\n"
11923 "                const char *path);\n"
11924 "\n"
11925 msgstr ""
11926
11927 #. type: textblock
11928 #: ../src/guestfs-actions.pod:3762 ../src/guestfs-actions.pod:6320 ../fish/guestfish-actions.pod:2601 ../fish/guestfish-actions.pod:4270
11929 msgid "Returns file information for the given C<path>."
11930 msgstr ""
11931
11932 #. type: textblock
11933 #: ../src/guestfs-actions.pod:3764
11934 msgid ""
11935 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
11936 "link, then the link is stat-ed, not the file it refers to."
11937 msgstr ""
11938
11939 #. type: textblock
11940 #: ../src/guestfs-actions.pod:3768 ../fish/guestfish-actions.pod:2607
11941 msgid "This is the same as the C<lstat(2)> system call."
11942 msgstr ""
11943
11944 #. type: textblock
11945 #: ../src/guestfs-actions.pod:3770 ../src/guestfs-actions.pod:6324
11946 msgid ""
11947 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
11948 "error.  I<The caller must call C<guestfs_free_stat> after use>."
11949 msgstr ""
11950
11951 #. type: textblock
11952 #: ../src/guestfs-actions.pod:3774 ../src/guestfs-actions.pod:6328 ../src/guestfs-actions.pod:6346 ../src/guestfs-actions.pod:6727
11953 msgid "(Added in 0.9.2)"
11954 msgstr ""
11955
11956 #. type: =head2
11957 #: ../src/guestfs-actions.pod:3776
11958 msgid "guestfs_lstatlist"
11959 msgstr ""
11960
11961 #. type: verbatim
11962 #: ../src/guestfs-actions.pod:3778
11963 #, no-wrap
11964 msgid ""
11965 " struct guestfs_stat_list *\n"
11966 " guestfs_lstatlist (guestfs_h *g,\n"
11967 "                    const char *path,\n"
11968 "                    char *const *names);\n"
11969 "\n"
11970 msgstr ""
11971
11972 #. type: textblock
11973 #: ../src/guestfs-actions.pod:3783
11974 msgid ""
11975 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
11976 "files, where all files are in the directory C<path>.  C<names> is the list "
11977 "of files from this directory."
11978 msgstr ""
11979
11980 #. type: textblock
11981 #: ../src/guestfs-actions.pod:3787 ../fish/guestfish-actions.pod:2617
11982 msgid ""
11983 "On return you get a list of stat structs, with a one-to-one correspondence "
11984 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
11985 "then the C<ino> field of that structure is set to C<-1>."
11986 msgstr ""
11987
11988 #. type: textblock
11989 #: ../src/guestfs-actions.pod:3792
11990 msgid ""
11991 "This call is intended for programs that want to efficiently list a directory "
11992 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
11993 "for a similarly efficient call for getting extended attributes.  Very long "
11994 "directory listings might cause the protocol message size to be exceeded, "
11995 "causing this call to fail.  The caller must split up such requests into "
11996 "smaller groups of names."
11997 msgstr ""
11998
11999 #. type: textblock
12000 #: ../src/guestfs-actions.pod:3800
12001 msgid ""
12002 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12003 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12004 msgstr ""
12005
12006 #. type: =head2
12007 #: ../src/guestfs-actions.pod:3806
12008 msgid "guestfs_luks_add_key"
12009 msgstr ""
12010
12011 #. type: verbatim
12012 #: ../src/guestfs-actions.pod:3808
12013 #, no-wrap
12014 msgid ""
12015 " int\n"
12016 " guestfs_luks_add_key (guestfs_h *g,\n"
12017 "                       const char *device,\n"
12018 "                       const char *key,\n"
12019 "                       const char *newkey,\n"
12020 "                       int keyslot);\n"
12021 "\n"
12022 msgstr ""
12023
12024 #. type: textblock
12025 #: ../src/guestfs-actions.pod:3815 ../fish/guestfish-actions.pod:2634
12026 msgid ""
12027 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12028 "existing key, and is used to access the device.  C<newkey> is the new key to "
12029 "add.  C<keyslot> is the key slot that will be replaced."
12030 msgstr ""
12031
12032 #. type: textblock
12033 #: ../src/guestfs-actions.pod:3820
12034 msgid ""
12035 "Note that if C<keyslot> already contains a key, then this command will "
12036 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12037 msgstr ""
12038
12039 #. type: textblock
12040 #: ../src/guestfs-actions.pod:3826 ../src/guestfs-actions.pod:3866 ../src/guestfs-actions.pod:3889 ../src/guestfs-actions.pod:3909 ../src/guestfs-actions.pod:3941 ../src/guestfs-actions.pod:3960
12041 msgid ""
12042 "This function takes a key or passphrase parameter which could contain "
12043 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12044 "information."
12045 msgstr ""
12046
12047 #. type: textblock
12048 #: ../src/guestfs-actions.pod:3830 ../src/guestfs-actions.pod:3870 ../src/guestfs-actions.pod:3893 ../src/guestfs-actions.pod:3913
12049 msgid "(Added in 1.5.2)"
12050 msgstr ""
12051
12052 #. type: =head2
12053 #: ../src/guestfs-actions.pod:3832
12054 msgid "guestfs_luks_close"
12055 msgstr ""
12056
12057 #. type: verbatim
12058 #: ../src/guestfs-actions.pod:3834
12059 #, no-wrap
12060 msgid ""
12061 " int\n"
12062 " guestfs_luks_close (guestfs_h *g,\n"
12063 "                     const char *device);\n"
12064 "\n"
12065 msgstr ""
12066
12067 #. type: textblock
12068 #: ../src/guestfs-actions.pod:3838
12069 msgid ""
12070 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12071 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12072 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12073 "underlying block device."
12074 msgstr ""
12075
12076 #. type: textblock
12077 #: ../src/guestfs-actions.pod:3846 ../src/guestfs-actions.pod:3945 ../src/guestfs-actions.pod:3964 ../src/guestfs-actions.pod:4014 ../src/guestfs-actions.pod:4062
12078 msgid "(Added in 1.5.1)"
12079 msgstr ""
12080
12081 #. type: =head2
12082 #: ../src/guestfs-actions.pod:3848
12083 msgid "guestfs_luks_format"
12084 msgstr ""
12085
12086 #. type: verbatim
12087 #: ../src/guestfs-actions.pod:3850
12088 #, no-wrap
12089 msgid ""
12090 " int\n"
12091 " guestfs_luks_format (guestfs_h *g,\n"
12092 "                      const char *device,\n"
12093 "                      const char *key,\n"
12094 "                      int keyslot);\n"
12095 "\n"
12096 msgstr ""
12097
12098 #. type: textblock
12099 #: ../src/guestfs-actions.pod:3856 ../fish/guestfish-actions.pod:2660
12100 msgid ""
12101 "This command erases existing data on C<device> and formats the device as a "
12102 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12103 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12104 msgstr ""
12105
12106 #. type: textblock
12107 #: ../src/guestfs-actions.pod:3863 ../src/guestfs-actions.pod:3886 ../src/guestfs-actions.pod:4026 ../src/guestfs-actions.pod:4968 ../src/guestfs-actions.pod:5748 ../src/guestfs-actions.pod:6155 ../src/guestfs-actions.pod:6178 ../src/guestfs-actions.pod:6204 ../src/guestfs-actions.pod:7364 ../fish/guestfish-actions.pod:2668 ../fish/guestfish-actions.pod:2681 ../fish/guestfish-actions.pod:2765 ../fish/guestfish-actions.pod:3339 ../fish/guestfish-actions.pod:3859 ../fish/guestfish-actions.pod:4169 ../fish/guestfish-actions.pod:4185 ../fish/guestfish-actions.pod:4200 ../fish/guestfish-actions.pod:4915
12108 msgid ""
12109 "B<This command is dangerous.  Without careful use you can easily destroy all "
12110 "your data>."
12111 msgstr ""
12112
12113 #. type: =head2
12114 #: ../src/guestfs-actions.pod:3872
12115 msgid "guestfs_luks_format_cipher"
12116 msgstr ""
12117
12118 #. type: verbatim
12119 #: ../src/guestfs-actions.pod:3874
12120 #, no-wrap
12121 msgid ""
12122 " int\n"
12123 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12124 "                             const char *device,\n"
12125 "                             const char *key,\n"
12126 "                             int keyslot,\n"
12127 "                             const char *cipher);\n"
12128 "\n"
12129 msgstr ""
12130
12131 #. type: textblock
12132 #: ../src/guestfs-actions.pod:3881
12133 msgid ""
12134 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12135 "set the C<cipher> used."
12136 msgstr ""
12137
12138 #. type: =head2
12139 #: ../src/guestfs-actions.pod:3895
12140 msgid "guestfs_luks_kill_slot"
12141 msgstr ""
12142
12143 #. type: verbatim
12144 #: ../src/guestfs-actions.pod:3897
12145 #, no-wrap
12146 msgid ""
12147 " int\n"
12148 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12149 "                         const char *device,\n"
12150 "                         const char *key,\n"
12151 "                         int keyslot);\n"
12152 "\n"
12153 msgstr ""
12154
12155 #. type: textblock
12156 #: ../src/guestfs-actions.pod:3903 ../fish/guestfish-actions.pod:2688
12157 msgid ""
12158 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12159 "device C<device>.  C<key> must be one of the I<other> keys."
12160 msgstr ""
12161
12162 #. type: =head2
12163 #: ../src/guestfs-actions.pod:3915
12164 msgid "guestfs_luks_open"
12165 msgstr ""
12166
12167 #. type: verbatim
12168 #: ../src/guestfs-actions.pod:3917
12169 #, no-wrap
12170 msgid ""
12171 " int\n"
12172 " guestfs_luks_open (guestfs_h *g,\n"
12173 "                    const char *device,\n"
12174 "                    const char *key,\n"
12175 "                    const char *mapname);\n"
12176 "\n"
12177 msgstr ""
12178
12179 #. type: textblock
12180 #: ../src/guestfs-actions.pod:3923 ../fish/guestfish-actions.pod:2699
12181 msgid ""
12182 "This command opens a block device which has been encrypted according to the "
12183 "Linux Unified Key Setup (LUKS) standard."
12184 msgstr ""
12185
12186 #. type: textblock
12187 #: ../src/guestfs-actions.pod:3926 ../fish/guestfish-actions.pod:2702
12188 msgid "C<device> is the encrypted block device or partition."
12189 msgstr ""
12190
12191 #. type: textblock
12192 #: ../src/guestfs-actions.pod:3928 ../fish/guestfish-actions.pod:2704
12193 msgid ""
12194 "The caller must supply one of the keys associated with the LUKS block "
12195 "device, in the C<key> parameter."
12196 msgstr ""
12197
12198 #. type: textblock
12199 #: ../src/guestfs-actions.pod:3931 ../fish/guestfish-actions.pod:2707
12200 msgid ""
12201 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
12202 "writes to this block device are decrypted from and encrypted to the "
12203 "underlying C<device> respectively."
12204 msgstr ""
12205
12206 #. type: textblock
12207 #: ../src/guestfs-actions.pod:3935
12208 msgid ""
12209 "If this block device contains LVM volume groups, then calling "
12210 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
12211 "visible."
12212 msgstr ""
12213
12214 #. type: =head2
12215 #: ../src/guestfs-actions.pod:3947
12216 msgid "guestfs_luks_open_ro"
12217 msgstr ""
12218
12219 #. type: verbatim
12220 #: ../src/guestfs-actions.pod:3949
12221 #, no-wrap
12222 msgid ""
12223 " int\n"
12224 " guestfs_luks_open_ro (guestfs_h *g,\n"
12225 "                       const char *device,\n"
12226 "                       const char *key,\n"
12227 "                       const char *mapname);\n"
12228 "\n"
12229 msgstr ""
12230
12231 #. type: textblock
12232 #: ../src/guestfs-actions.pod:3955
12233 msgid ""
12234 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
12235 "created."
12236 msgstr ""
12237
12238 #. type: =head2
12239 #: ../src/guestfs-actions.pod:3966
12240 msgid "guestfs_lvcreate"
12241 msgstr ""
12242
12243 #. type: verbatim
12244 #: ../src/guestfs-actions.pod:3968
12245 #, no-wrap
12246 msgid ""
12247 " int\n"
12248 " guestfs_lvcreate (guestfs_h *g,\n"
12249 "                   const char *logvol,\n"
12250 "                   const char *volgroup,\n"
12251 "                   int mbytes);\n"
12252 "\n"
12253 msgstr ""
12254
12255 #. type: textblock
12256 #: ../src/guestfs-actions.pod:3974 ../fish/guestfish-actions.pod:2732
12257 msgid ""
12258 "This creates an LVM logical volume called C<logvol> on the volume group "
12259 "C<volgroup>, with C<size> megabytes."
12260 msgstr ""
12261
12262 #. type: =head2
12263 #: ../src/guestfs-actions.pod:3981
12264 msgid "guestfs_lvm_canonical_lv_name"
12265 msgstr ""
12266
12267 #. type: verbatim
12268 #: ../src/guestfs-actions.pod:3983
12269 #, no-wrap
12270 msgid ""
12271 " char *\n"
12272 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
12273 "                                const char *lvname);\n"
12274 "\n"
12275 msgstr ""
12276
12277 #. type: textblock
12278 #: ../src/guestfs-actions.pod:3987 ../fish/guestfish-actions.pod:2739
12279 msgid ""
12280 "This converts alternative naming schemes for LVs that you might find to the "
12281 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
12282 "C</dev/VG/LV>."
12283 msgstr ""
12284
12285 #. type: textblock
12286 #: ../src/guestfs-actions.pod:3991 ../fish/guestfish-actions.pod:2743
12287 msgid ""
12288 "This command returns an error if the C<lvname> parameter does not refer to a "
12289 "logical volume."
12290 msgstr ""
12291
12292 #. type: textblock
12293 #: ../src/guestfs-actions.pod:3994
12294 msgid "See also C<guestfs_is_lv>."
12295 msgstr ""
12296
12297 #. type: textblock
12298 #: ../src/guestfs-actions.pod:3999
12299 msgid "(Added in 1.5.24)"
12300 msgstr ""
12301
12302 #. type: =head2
12303 #: ../src/guestfs-actions.pod:4001
12304 msgid "guestfs_lvm_clear_filter"
12305 msgstr ""
12306
12307 #. type: verbatim
12308 #: ../src/guestfs-actions.pod:4003
12309 #, no-wrap
12310 msgid ""
12311 " int\n"
12312 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
12313 "\n"
12314 msgstr ""
12315
12316 #. type: textblock
12317 #: ../src/guestfs-actions.pod:4006
12318 msgid ""
12319 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
12320 "see every block device."
12321 msgstr ""
12322
12323 #. type: textblock
12324 #: ../src/guestfs-actions.pod:4009 ../src/guestfs-actions.pod:4051 ../fish/guestfish-actions.pod:2755 ../fish/guestfish-actions.pod:2786
12325 msgid "This command also clears the LVM cache and performs a volume group scan."
12326 msgstr ""
12327
12328 #. type: =head2
12329 #: ../src/guestfs-actions.pod:4016
12330 msgid "guestfs_lvm_remove_all"
12331 msgstr ""
12332
12333 #. type: verbatim
12334 #: ../src/guestfs-actions.pod:4018
12335 #, no-wrap
12336 msgid ""
12337 " int\n"
12338 " guestfs_lvm_remove_all (guestfs_h *g);\n"
12339 "\n"
12340 msgstr ""
12341
12342 #. type: textblock
12343 #: ../src/guestfs-actions.pod:4021 ../fish/guestfish-actions.pod:2762
12344 msgid ""
12345 "This command removes all LVM logical volumes, volume groups and physical "
12346 "volumes."
12347 msgstr ""
12348
12349 #. type: =head2
12350 #: ../src/guestfs-actions.pod:4031
12351 msgid "guestfs_lvm_set_filter"
12352 msgstr ""
12353
12354 #. type: verbatim
12355 #: ../src/guestfs-actions.pod:4033
12356 #, no-wrap
12357 msgid ""
12358 " int\n"
12359 " guestfs_lvm_set_filter (guestfs_h *g,\n"
12360 "                         char *const *devices);\n"
12361 "\n"
12362 msgstr ""
12363
12364 #. type: textblock
12365 #: ../src/guestfs-actions.pod:4037 ../fish/guestfish-actions.pod:2772
12366 msgid ""
12367 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
12368 "block devices in the list C<devices>, and will ignore all other attached "
12369 "block devices."
12370 msgstr ""
12371
12372 #. type: textblock
12373 #: ../src/guestfs-actions.pod:4041 ../fish/guestfish-actions.pod:2776
12374 msgid ""
12375 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
12376 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
12377 "there are two types of duplication possible: either cloned PVs/VGs which "
12378 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
12379 "same name.  In normal operation you cannot create this situation, but you "
12380 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
12381 "inside the LVM metadata."
12382 msgstr ""
12383
12384 #. type: textblock
12385 #: ../src/guestfs-actions.pod:4054 ../fish/guestfish-actions.pod:2789
12386 msgid "You can filter whole block devices or individual partitions."
12387 msgstr ""
12388
12389 #. type: textblock
12390 #: ../src/guestfs-actions.pod:4056 ../fish/guestfish-actions.pod:2791
12391 msgid ""
12392 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
12393 "filesystem), even if you are not filtering out that VG."
12394 msgstr ""
12395
12396 #. type: =head2
12397 #: ../src/guestfs-actions.pod:4064
12398 msgid "guestfs_lvremove"
12399 msgstr ""
12400
12401 #. type: verbatim
12402 #: ../src/guestfs-actions.pod:4066
12403 #, no-wrap
12404 msgid ""
12405 " int\n"
12406 " guestfs_lvremove (guestfs_h *g,\n"
12407 "                   const char *device);\n"
12408 "\n"
12409 msgstr ""
12410
12411 #. type: textblock
12412 #: ../src/guestfs-actions.pod:4070 ../fish/guestfish-actions.pod:2799
12413 msgid ""
12414 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
12415 "LV, such as C</dev/VG/LV>."
12416 msgstr ""
12417
12418 #. type: textblock
12419 #: ../src/guestfs-actions.pod:4073 ../fish/guestfish-actions.pod:2802
12420 msgid ""
12421 "You can also remove all LVs in a volume group by specifying the VG name, "
12422 "C</dev/VG>."
12423 msgstr ""
12424
12425 #. type: textblock
12426 #: ../src/guestfs-actions.pod:4078 ../src/guestfs-actions.pod:5314 ../src/guestfs-actions.pod:7103
12427 msgid "(Added in 1.0.13)"
12428 msgstr ""
12429
12430 #. type: =head2
12431 #: ../src/guestfs-actions.pod:4080
12432 msgid "guestfs_lvrename"
12433 msgstr ""
12434
12435 #. type: verbatim
12436 #: ../src/guestfs-actions.pod:4082
12437 #, no-wrap
12438 msgid ""
12439 " int\n"
12440 " guestfs_lvrename (guestfs_h *g,\n"
12441 "                   const char *logvol,\n"
12442 "                   const char *newlogvol);\n"
12443 "\n"
12444 msgstr ""
12445
12446 #. type: textblock
12447 #: ../src/guestfs-actions.pod:4087 ../fish/guestfish-actions.pod:2809
12448 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
12449 msgstr ""
12450
12451 #. type: textblock
12452 #: ../src/guestfs-actions.pod:4091 ../src/guestfs-actions.pod:7116
12453 msgid "(Added in 1.0.83)"
12454 msgstr ""
12455
12456 #. type: =head2
12457 #: ../src/guestfs-actions.pod:4093
12458 msgid "guestfs_lvresize"
12459 msgstr ""
12460
12461 #. type: verbatim
12462 #: ../src/guestfs-actions.pod:4095
12463 #, no-wrap
12464 msgid ""
12465 " int\n"
12466 " guestfs_lvresize (guestfs_h *g,\n"
12467 "                   const char *device,\n"
12468 "                   int mbytes);\n"
12469 "\n"
12470 msgstr ""
12471
12472 #. type: textblock
12473 #: ../src/guestfs-actions.pod:4100 ../fish/guestfish-actions.pod:2815
12474 msgid ""
12475 "This resizes (expands or shrinks) an existing LVM logical volume to "
12476 "C<mbytes>.  When reducing, data in the reduced part is lost."
12477 msgstr ""
12478
12479 #. type: =head2
12480 #: ../src/guestfs-actions.pod:4108
12481 msgid "guestfs_lvresize_free"
12482 msgstr ""
12483
12484 #. type: verbatim
12485 #: ../src/guestfs-actions.pod:4110
12486 #, no-wrap
12487 msgid ""
12488 " int\n"
12489 " guestfs_lvresize_free (guestfs_h *g,\n"
12490 "                        const char *lv,\n"
12491 "                        int percent);\n"
12492 "\n"
12493 msgstr ""
12494
12495 #. type: textblock
12496 #: ../src/guestfs-actions.pod:4115 ../fish/guestfish-actions.pod:2823
12497 msgid ""
12498 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
12499 "remaining free space in the volume group.  Commonly you would call this with "
12500 "pc = 100 which expands the logical volume as much as possible, using all "
12501 "remaining free space in the volume group."
12502 msgstr ""
12503
12504 #. type: textblock
12505 #: ../src/guestfs-actions.pod:4123
12506 msgid "(Added in 1.3.3)"
12507 msgstr ""
12508
12509 #. type: =head2
12510 #: ../src/guestfs-actions.pod:4125
12511 msgid "guestfs_lvs"
12512 msgstr ""
12513
12514 #. type: verbatim
12515 #: ../src/guestfs-actions.pod:4127
12516 #, no-wrap
12517 msgid ""
12518 " char **\n"
12519 " guestfs_lvs (guestfs_h *g);\n"
12520 "\n"
12521 msgstr ""
12522
12523 #. type: textblock
12524 #: ../src/guestfs-actions.pod:4130 ../fish/guestfish-actions.pod:2833
12525 msgid ""
12526 "List all the logical volumes detected.  This is the equivalent of the "
12527 "L<lvs(8)> command."
12528 msgstr ""
12529
12530 #. type: textblock
12531 #: ../src/guestfs-actions.pod:4133 ../fish/guestfish-actions.pod:2836
12532 msgid ""
12533 "This returns a list of the logical volume device names "
12534 "(eg. C</dev/VolGroup00/LogVol00>)."
12535 msgstr ""
12536
12537 #. type: textblock
12538 #: ../src/guestfs-actions.pod:4136
12539 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
12540 msgstr ""
12541
12542 #. type: =head2
12543 #: ../src/guestfs-actions.pod:4144
12544 msgid "guestfs_lvs_full"
12545 msgstr ""
12546
12547 #. type: verbatim
12548 #: ../src/guestfs-actions.pod:4146
12549 #, no-wrap
12550 msgid ""
12551 " struct guestfs_lvm_lv_list *\n"
12552 " guestfs_lvs_full (guestfs_h *g);\n"
12553 "\n"
12554 msgstr ""
12555
12556 #. type: textblock
12557 #: ../src/guestfs-actions.pod:4149 ../fish/guestfish-actions.pod:2845
12558 msgid ""
12559 "List all the logical volumes detected.  This is the equivalent of the "
12560 "L<lvs(8)> command.  The \"full\" version includes all fields."
12561 msgstr ""
12562
12563 #. type: textblock
12564 #: ../src/guestfs-actions.pod:4152
12565 msgid ""
12566 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
12567 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
12568 "use>."
12569 msgstr ""
12570
12571 #. type: =head2
12572 #: ../src/guestfs-actions.pod:4158
12573 msgid "guestfs_lvuuid"
12574 msgstr ""
12575
12576 #. type: verbatim
12577 #: ../src/guestfs-actions.pod:4160
12578 #, no-wrap
12579 msgid ""
12580 " char *\n"
12581 " guestfs_lvuuid (guestfs_h *g,\n"
12582 "                 const char *device);\n"
12583 "\n"
12584 msgstr ""
12585
12586 #. type: textblock
12587 #: ../src/guestfs-actions.pod:4164 ../fish/guestfish-actions.pod:2852
12588 msgid "This command returns the UUID of the LVM LV C<device>."
12589 msgstr ""
12590
12591 #. type: =head2
12592 #: ../src/guestfs-actions.pod:4171
12593 msgid "guestfs_lxattrlist"
12594 msgstr ""
12595
12596 #. type: verbatim
12597 #: ../src/guestfs-actions.pod:4173
12598 #, no-wrap
12599 msgid ""
12600 " struct guestfs_xattr_list *\n"
12601 " guestfs_lxattrlist (guestfs_h *g,\n"
12602 "                     const char *path,\n"
12603 "                     char *const *names);\n"
12604 "\n"
12605 msgstr ""
12606
12607 #. type: textblock
12608 #: ../src/guestfs-actions.pod:4178 ../fish/guestfish-actions.pod:2858
12609 msgid ""
12610 "This call allows you to get the extended attributes of multiple files, where "
12611 "all files are in the directory C<path>.  C<names> is the list of files from "
12612 "this directory."
12613 msgstr ""
12614
12615 #. type: textblock
12616 #: ../src/guestfs-actions.pod:4182 ../fish/guestfish-actions.pod:2862
12617 msgid ""
12618 "On return you get a flat list of xattr structs which must be interpreted "
12619 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
12620 "C<attrval> in this struct is zero-length to indicate there was an error "
12621 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
12622 "number (the number of following attributes for this file, which could be "
12623 "C<\"0\">).  Then after the first xattr struct are the zero or more "
12624 "attributes for the first named file.  This repeats for the second and "
12625 "subsequent files."
12626 msgstr ""
12627
12628 #. type: textblock
12629 #: ../src/guestfs-actions.pod:4192
12630 msgid ""
12631 "This call is intended for programs that want to efficiently list a directory "
12632 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
12633 "a similarly efficient call for getting standard stats.  Very long directory "
12634 "listings might cause the protocol message size to be exceeded, causing this "
12635 "call to fail.  The caller must split up such requests into smaller groups of "
12636 "names."
12637 msgstr ""
12638
12639 #. type: =head2
12640 #: ../src/guestfs-actions.pod:4206
12641 msgid "guestfs_mkdir"
12642 msgstr ""
12643
12644 #. type: verbatim
12645 #: ../src/guestfs-actions.pod:4208
12646 #, no-wrap
12647 msgid ""
12648 " int\n"
12649 " guestfs_mkdir (guestfs_h *g,\n"
12650 "                const char *path);\n"
12651 "\n"
12652 msgstr ""
12653
12654 #. type: textblock
12655 #: ../src/guestfs-actions.pod:4212 ../fish/guestfish-actions.pod:2884
12656 msgid "Create a directory named C<path>."
12657 msgstr ""
12658
12659 #. type: =head2
12660 #: ../src/guestfs-actions.pod:4218
12661 msgid "guestfs_mkdir_mode"
12662 msgstr ""
12663
12664 #. type: verbatim
12665 #: ../src/guestfs-actions.pod:4220
12666 #, no-wrap
12667 msgid ""
12668 " int\n"
12669 " guestfs_mkdir_mode (guestfs_h *g,\n"
12670 "                     const char *path,\n"
12671 "                     int mode);\n"
12672 "\n"
12673 msgstr ""
12674
12675 #. type: textblock
12676 #: ../src/guestfs-actions.pod:4225 ../fish/guestfish-actions.pod:2890
12677 msgid ""
12678 "This command creates a directory, setting the initial permissions of the "
12679 "directory to C<mode>."
12680 msgstr ""
12681
12682 #. type: textblock
12683 #: ../src/guestfs-actions.pod:4228 ../fish/guestfish-actions.pod:2893
12684 msgid ""
12685 "For common Linux filesystems, the actual mode which is set will be C<mode & "
12686 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
12687 "other ways."
12688 msgstr ""
12689
12690 #. type: textblock
12691 #: ../src/guestfs-actions.pod:4232
12692 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
12693 msgstr ""
12694
12695 #. type: =head2
12696 #: ../src/guestfs-actions.pod:4238
12697 msgid "guestfs_mkdir_p"
12698 msgstr ""
12699
12700 #. type: verbatim
12701 #: ../src/guestfs-actions.pod:4240
12702 #, no-wrap
12703 msgid ""
12704 " int\n"
12705 " guestfs_mkdir_p (guestfs_h *g,\n"
12706 "                  const char *path);\n"
12707 "\n"
12708 msgstr ""
12709
12710 #. type: textblock
12711 #: ../src/guestfs-actions.pod:4244 ../fish/guestfish-actions.pod:2903
12712 msgid ""
12713 "Create a directory named C<path>, creating any parent directories as "
12714 "necessary.  This is like the C<mkdir -p> shell command."
12715 msgstr ""
12716
12717 #. type: =head2
12718 #: ../src/guestfs-actions.pod:4251
12719 msgid "guestfs_mkdtemp"
12720 msgstr ""
12721
12722 #. type: verbatim
12723 #: ../src/guestfs-actions.pod:4253
12724 #, no-wrap
12725 msgid ""
12726 " char *\n"
12727 " guestfs_mkdtemp (guestfs_h *g,\n"
12728 "                  const char *template);\n"
12729 "\n"
12730 msgstr ""
12731
12732 #. type: textblock
12733 #: ../src/guestfs-actions.pod:4257 ../fish/guestfish-actions.pod:2910
12734 msgid ""
12735 "This command creates a temporary directory.  The C<template> parameter "
12736 "should be a full pathname for the temporary directory name with the final "
12737 "six characters being \"XXXXXX\"."
12738 msgstr ""
12739
12740 #. type: textblock
12741 #: ../src/guestfs-actions.pod:4262 ../fish/guestfish-actions.pod:2915
12742 msgid ""
12743 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
12744 "being suitable for Windows filesystems."
12745 msgstr ""
12746
12747 #. type: textblock
12748 #: ../src/guestfs-actions.pod:4265 ../fish/guestfish-actions.pod:2918
12749 msgid "The name of the temporary directory that was created is returned."
12750 msgstr ""
12751
12752 #. type: textblock
12753 #: ../src/guestfs-actions.pod:4268 ../fish/guestfish-actions.pod:2921
12754 msgid "The temporary directory is created with mode 0700 and is owned by root."
12755 msgstr ""
12756
12757 #. type: textblock
12758 #: ../src/guestfs-actions.pod:4271 ../fish/guestfish-actions.pod:2924
12759 msgid ""
12760 "The caller is responsible for deleting the temporary directory and its "
12761 "contents after use."
12762 msgstr ""
12763
12764 #. type: textblock
12765 #: ../src/guestfs-actions.pod:4274 ../fish/guestfish-actions.pod:2927
12766 msgid "See also: L<mkdtemp(3)>"
12767 msgstr ""
12768
12769 #. type: =head2
12770 #: ../src/guestfs-actions.pod:4281
12771 msgid "guestfs_mke2fs_J"
12772 msgstr ""
12773
12774 #. type: verbatim
12775 #: ../src/guestfs-actions.pod:4283
12776 #, no-wrap
12777 msgid ""
12778 " int\n"
12779 " guestfs_mke2fs_J (guestfs_h *g,\n"
12780 "                   const char *fstype,\n"
12781 "                   int blocksize,\n"
12782 "                   const char *device,\n"
12783 "                   const char *journal);\n"
12784 "\n"
12785 msgstr ""
12786
12787 #. type: textblock
12788 #: ../src/guestfs-actions.pod:4290 ../fish/guestfish-actions.pod:2933
12789 msgid ""
12790 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12791 "C<journal>.  It is equivalent to the command:"
12792 msgstr ""
12793
12794 #. type: verbatim
12795 #: ../src/guestfs-actions.pod:4294 ../fish/guestfish-actions.pod:2937
12796 #, no-wrap
12797 msgid ""
12798 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
12799 "\n"
12800 msgstr ""
12801
12802 #. type: textblock
12803 #: ../src/guestfs-actions.pod:4296
12804 msgid "See also C<guestfs_mke2journal>."
12805 msgstr ""
12806
12807 #. type: textblock
12808 #: ../src/guestfs-actions.pod:4300 ../src/guestfs-actions.pod:4318 ../src/guestfs-actions.pod:4336 ../src/guestfs-actions.pod:4352 ../src/guestfs-actions.pod:4366 ../src/guestfs-actions.pod:4380 ../src/guestfs-actions.pod:4439 ../src/guestfs-actions.pod:4704
12809 msgid "(Added in 1.0.68)"
12810 msgstr ""
12811
12812 #. type: =head2
12813 #: ../src/guestfs-actions.pod:4302
12814 msgid "guestfs_mke2fs_JL"
12815 msgstr ""
12816
12817 #. type: verbatim
12818 #: ../src/guestfs-actions.pod:4304
12819 #, no-wrap
12820 msgid ""
12821 " int\n"
12822 " guestfs_mke2fs_JL (guestfs_h *g,\n"
12823 "                    const char *fstype,\n"
12824 "                    int blocksize,\n"
12825 "                    const char *device,\n"
12826 "                    const char *label);\n"
12827 "\n"
12828 msgstr ""
12829
12830 #. type: textblock
12831 #: ../src/guestfs-actions.pod:4311 ../fish/guestfish-actions.pod:2945
12832 msgid ""
12833 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12834 "the journal labeled C<label>."
12835 msgstr ""
12836
12837 #. type: textblock
12838 #: ../src/guestfs-actions.pod:4314
12839 msgid "See also C<guestfs_mke2journal_L>."
12840 msgstr ""
12841
12842 #. type: =head2
12843 #: ../src/guestfs-actions.pod:4320
12844 msgid "guestfs_mke2fs_JU"
12845 msgstr ""
12846
12847 #. type: verbatim
12848 #: ../src/guestfs-actions.pod:4322
12849 #, no-wrap
12850 msgid ""
12851 " int\n"
12852 " guestfs_mke2fs_JU (guestfs_h *g,\n"
12853 "                    const char *fstype,\n"
12854 "                    int blocksize,\n"
12855 "                    const char *device,\n"
12856 "                    const char *uuid);\n"
12857 "\n"
12858 msgstr ""
12859
12860 #. type: textblock
12861 #: ../src/guestfs-actions.pod:4329 ../fish/guestfish-actions.pod:2954
12862 msgid ""
12863 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12864 "the journal with UUID C<uuid>."
12865 msgstr ""
12866
12867 #. type: textblock
12868 #: ../src/guestfs-actions.pod:4332
12869 msgid "See also C<guestfs_mke2journal_U>."
12870 msgstr ""
12871
12872 #. type: =head2
12873 #: ../src/guestfs-actions.pod:4338
12874 msgid "guestfs_mke2journal"
12875 msgstr ""
12876
12877 #. type: verbatim
12878 #: ../src/guestfs-actions.pod:4340
12879 #, no-wrap
12880 msgid ""
12881 " int\n"
12882 " guestfs_mke2journal (guestfs_h *g,\n"
12883 "                      int blocksize,\n"
12884 "                      const char *device);\n"
12885 "\n"
12886 msgstr ""
12887
12888 #. type: textblock
12889 #: ../src/guestfs-actions.pod:4345 ../fish/guestfish-actions.pod:2963
12890 msgid ""
12891 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
12892 "command:"
12893 msgstr ""
12894
12895 #. type: verbatim
12896 #: ../src/guestfs-actions.pod:4348 ../fish/guestfish-actions.pod:2966
12897 #, no-wrap
12898 msgid ""
12899 " mke2fs -O journal_dev -b blocksize device\n"
12900 "\n"
12901 msgstr ""
12902
12903 #. type: =head2
12904 #: ../src/guestfs-actions.pod:4354
12905 msgid "guestfs_mke2journal_L"
12906 msgstr ""
12907
12908 #. type: verbatim
12909 #: ../src/guestfs-actions.pod:4356
12910 #, no-wrap
12911 msgid ""
12912 " int\n"
12913 " guestfs_mke2journal_L (guestfs_h *g,\n"
12914 "                        int blocksize,\n"
12915 "                        const char *label,\n"
12916 "                        const char *device);\n"
12917 "\n"
12918 msgstr ""
12919
12920 #. type: textblock
12921 #: ../src/guestfs-actions.pod:4362 ../fish/guestfish-actions.pod:2972
12922 msgid "This creates an ext2 external journal on C<device> with label C<label>."
12923 msgstr ""
12924
12925 #. type: =head2
12926 #: ../src/guestfs-actions.pod:4368
12927 msgid "guestfs_mke2journal_U"
12928 msgstr ""
12929
12930 #. type: verbatim
12931 #: ../src/guestfs-actions.pod:4370
12932 #, no-wrap
12933 msgid ""
12934 " int\n"
12935 " guestfs_mke2journal_U (guestfs_h *g,\n"
12936 "                        int blocksize,\n"
12937 "                        const char *uuid,\n"
12938 "                        const char *device);\n"
12939 "\n"
12940 msgstr ""
12941
12942 #. type: textblock
12943 #: ../src/guestfs-actions.pod:4376 ../fish/guestfish-actions.pod:2978
12944 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
12945 msgstr ""
12946
12947 #. type: =head2
12948 #: ../src/guestfs-actions.pod:4382
12949 msgid "guestfs_mkfifo"
12950 msgstr ""
12951
12952 #. type: verbatim
12953 #: ../src/guestfs-actions.pod:4384
12954 #, no-wrap
12955 msgid ""
12956 " int\n"
12957 " guestfs_mkfifo (guestfs_h *g,\n"
12958 "                 int mode,\n"
12959 "                 const char *path);\n"
12960 "\n"
12961 msgstr ""
12962
12963 #. type: textblock
12964 #: ../src/guestfs-actions.pod:4389
12965 msgid ""
12966 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
12967 "is just a convenient wrapper around C<guestfs_mknod>."
12968 msgstr ""
12969
12970 #. type: =head2
12971 #: ../src/guestfs-actions.pod:4399
12972 msgid "guestfs_mkfs"
12973 msgstr ""
12974
12975 #. type: verbatim
12976 #: ../src/guestfs-actions.pod:4401
12977 #, no-wrap
12978 msgid ""
12979 " int\n"
12980 " guestfs_mkfs (guestfs_h *g,\n"
12981 "               const char *fstype,\n"
12982 "               const char *device);\n"
12983 "\n"
12984 msgstr ""
12985
12986 #. type: textblock
12987 #: ../src/guestfs-actions.pod:4406 ../fish/guestfish-actions.pod:2994
12988 msgid ""
12989 "This creates a filesystem on C<device> (usually a partition or LVM logical "
12990 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
12991 msgstr ""
12992
12993 #. type: =head2
12994 #: ../src/guestfs-actions.pod:4414
12995 msgid "guestfs_mkfs_b"
12996 msgstr ""
12997
12998 #. type: verbatim
12999 #: ../src/guestfs-actions.pod:4416
13000 #, no-wrap
13001 msgid ""
13002 " int\n"
13003 " guestfs_mkfs_b (guestfs_h *g,\n"
13004 "                 const char *fstype,\n"
13005 "                 int blocksize,\n"
13006 "                 const char *device);\n"
13007 "\n"
13008 msgstr ""
13009
13010 #. type: textblock
13011 #: ../src/guestfs-actions.pod:4422
13012 msgid ""
13013 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13014 "block size of the resulting filesystem.  Supported block sizes depend on the "
13015 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13016 msgstr ""
13017
13018 #. type: textblock
13019 #: ../src/guestfs-actions.pod:4427 ../src/guestfs-actions.pod:4470 ../fish/guestfish-actions.pod:3007 ../fish/guestfish-actions.pod:3034
13020 msgid ""
13021 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13022 "cluster size."
13023 msgstr ""
13024
13025 #. type: textblock
13026 #: ../src/guestfs-actions.pod:4432 ../fish/guestfish-actions.pod:3010
13027 msgid ""
13028 "This function is deprecated.  In new code, use the C<mkfs_opts> call "
13029 "instead."
13030 msgstr ""
13031
13032 #. type: =head2
13033 #: ../src/guestfs-actions.pod:4441
13034 msgid "guestfs_mkfs_opts"
13035 msgstr ""
13036
13037 #. type: verbatim
13038 #: ../src/guestfs-actions.pod:4443
13039 #, no-wrap
13040 msgid ""
13041 " int\n"
13042 " guestfs_mkfs_opts (guestfs_h *g,\n"
13043 "                    const char *fstype,\n"
13044 "                    const char *device,\n"
13045 "                    ...);\n"
13046 "\n"
13047 msgstr ""
13048
13049 #. type: verbatim
13050 #: ../src/guestfs-actions.pod:4454
13051 #, no-wrap
13052 msgid ""
13053 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13054 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
13055 "\n"
13056 msgstr ""
13057
13058 #. type: textblock
13059 #: ../src/guestfs-actions.pod:4457 ../fish/guestfish-actions.pod:3021
13060 msgid ""
13061 "This function creates a filesystem on C<device>.  The filesystem type is "
13062 "C<fstype>, for example C<ext3>."
13063 msgstr ""
13064
13065 #. type: =item
13066 #: ../src/guestfs-actions.pod:4464 ../fish/guestfish-actions.pod:3028
13067 msgid "C<blocksize>"
13068 msgstr ""
13069
13070 #. type: textblock
13071 #: ../src/guestfs-actions.pod:4466 ../fish/guestfish-actions.pod:3030
13072 msgid ""
13073 "The filesystem block size.  Supported block sizes depend on the filesystem "
13074 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13075 "filesystems."
13076 msgstr ""
13077
13078 #. type: textblock
13079 #: ../src/guestfs-actions.pod:4473 ../fish/guestfish-actions.pod:3037
13080 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
13081 msgstr ""
13082
13083 #. type: =item
13084 #: ../src/guestfs-actions.pod:4475 ../fish/guestfish-actions.pod:3039
13085 msgid "C<features>"
13086 msgstr ""
13087
13088 #. type: textblock
13089 #: ../src/guestfs-actions.pod:4477 ../fish/guestfish-actions.pod:3041
13090 msgid "This passes the I<-O> parameter to the external mkfs program."
13091 msgstr ""
13092
13093 #. type: textblock
13094 #: ../src/guestfs-actions.pod:4479 ../fish/guestfish-actions.pod:3043
13095 msgid ""
13096 "For certain filesystem types, this allows extra filesystem features to be "
13097 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
13098 msgstr ""
13099
13100 #. type: textblock
13101 #: ../src/guestfs-actions.pod:4483 ../fish/guestfish-actions.pod:3047
13102 msgid ""
13103 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
13104 "type."
13105 msgstr ""
13106
13107 #. type: textblock
13108 #: ../src/guestfs-actions.pod:4490
13109 msgid "(Added in 1.7.19)"
13110 msgstr ""
13111
13112 #. type: =head2
13113 #: ../src/guestfs-actions.pod:4492
13114 msgid "guestfs_mkfs_opts_va"
13115 msgstr ""
13116
13117 #. type: verbatim
13118 #: ../src/guestfs-actions.pod:4494
13119 #, no-wrap
13120 msgid ""
13121 " int\n"
13122 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
13123 "                       const char *fstype,\n"
13124 "                       const char *device,\n"
13125 "                       va_list args);\n"
13126 "\n"
13127 msgstr ""
13128
13129 #. type: textblock
13130 #: ../src/guestfs-actions.pod:4500
13131 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
13132 msgstr ""
13133
13134 #. type: =head2
13135 #: ../src/guestfs-actions.pod:4504
13136 msgid "guestfs_mkfs_opts_argv"
13137 msgstr ""
13138
13139 #. type: verbatim
13140 #: ../src/guestfs-actions.pod:4506
13141 #, no-wrap
13142 msgid ""
13143 " int\n"
13144 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
13145 "                         const char *fstype,\n"
13146 "                         const char *device,\n"
13147 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
13148 "\n"
13149 msgstr ""
13150
13151 #. type: textblock
13152 #: ../src/guestfs-actions.pod:4512
13153 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
13154 msgstr ""
13155
13156 #. type: =head2
13157 #: ../src/guestfs-actions.pod:4516
13158 msgid "guestfs_mkmountpoint"
13159 msgstr ""
13160
13161 #. type: verbatim
13162 #: ../src/guestfs-actions.pod:4518
13163 #, no-wrap
13164 msgid ""
13165 " int\n"
13166 " guestfs_mkmountpoint (guestfs_h *g,\n"
13167 "                       const char *exemptpath);\n"
13168 "\n"
13169 msgstr ""
13170
13171 #. type: textblock
13172 #: ../src/guestfs-actions.pod:4522
13173 msgid ""
13174 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
13175 "that can be used to create extra mountpoints before mounting the first "
13176 "filesystem."
13177 msgstr ""
13178
13179 #. type: textblock
13180 #: ../src/guestfs-actions.pod:4526 ../fish/guestfish-actions.pod:3062
13181 msgid ""
13182 "These calls are I<only> necessary in some very limited circumstances, mainly "
13183 "the case where you want to mount a mix of unrelated and/or read-only "
13184 "filesystems together."
13185 msgstr ""
13186
13187 #. type: textblock
13188 #: ../src/guestfs-actions.pod:4530 ../fish/guestfish-actions.pod:3066
13189 msgid ""
13190 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
13191 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
13192 "inside that.  You can unpack this as follows in guestfish:"
13193 msgstr ""
13194
13195 #. type: verbatim
13196 #: ../src/guestfs-actions.pod:4535 ../fish/guestfish-actions.pod:3071
13197 #, no-wrap
13198 msgid ""
13199 " add-ro Fedora-11-i686-Live.iso\n"
13200 " run\n"
13201 " mkmountpoint /cd\n"
13202 " mkmountpoint /sqsh\n"
13203 " mkmountpoint /ext3fs\n"
13204 " mount /dev/sda /cd\n"
13205 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
13206 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
13207 "\n"
13208 msgstr ""
13209
13210 #. type: textblock
13211 #: ../src/guestfs-actions.pod:4544 ../fish/guestfish-actions.pod:3080
13212 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
13213 msgstr ""
13214
13215 #. type: textblock
13216 #: ../src/guestfs-actions.pod:4546
13217 msgid ""
13218 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
13219 "may get unexpected errors if you try to mix these calls.  It is safest to "
13220 "manually unmount filesystems and remove mountpoints after use."
13221 msgstr ""
13222
13223 #. type: textblock
13224 #: ../src/guestfs-actions.pod:4550
13225 msgid ""
13226 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
13227 "first, so for this to work for manual mountpoints, you must ensure that the "
13228 "innermost mountpoints have the longest pathnames, as in the example code "
13229 "above."
13230 msgstr ""
13231
13232 #. type: textblock
13233 #: ../src/guestfs-actions.pod:4555 ../fish/guestfish-actions.pod:3091
13234 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
13235 msgstr ""
13236
13237 #. type: textblock
13238 #: ../src/guestfs-actions.pod:4557
13239 msgid ""
13240 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
13241 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
13242 "can also trigger these issues."
13243 msgstr ""
13244
13245 #. type: textblock
13246 #: ../src/guestfs-actions.pod:4563 ../src/guestfs-actions.pod:4822 ../src/guestfs-actions.pod:5732
13247 msgid "(Added in 1.0.62)"
13248 msgstr ""
13249
13250 #. type: =head2
13251 #: ../src/guestfs-actions.pod:4565
13252 msgid "guestfs_mknod"
13253 msgstr ""
13254
13255 #. type: verbatim
13256 #: ../src/guestfs-actions.pod:4567
13257 #, no-wrap
13258 msgid ""
13259 " int\n"
13260 " guestfs_mknod (guestfs_h *g,\n"
13261 "                int mode,\n"
13262 "                int devmajor,\n"
13263 "                int devminor,\n"
13264 "                const char *path);\n"
13265 "\n"
13266 msgstr ""
13267
13268 #. type: textblock
13269 #: ../src/guestfs-actions.pod:4574 ../fish/guestfish-actions.pod:3101
13270 msgid ""
13271 "This call creates block or character special devices, or named pipes "
13272 "(FIFOs)."
13273 msgstr ""
13274
13275 #. type: textblock
13276 #: ../src/guestfs-actions.pod:4577 ../fish/guestfish-actions.pod:3104
13277 msgid ""
13278 "The C<mode> parameter should be the mode, using the standard constants.  "
13279 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
13280 "used when creating block and character special devices."
13281 msgstr ""
13282
13283 #. type: textblock
13284 #: ../src/guestfs-actions.pod:4582
13285 msgid ""
13286 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
13287 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
13288 "regular file).  These constants are available in the standard Linux header "
13289 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
13290 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
13291 "the appropriate constant for you."
13292 msgstr ""
13293
13294 #. type: =head2
13295 #: ../src/guestfs-actions.pod:4596
13296 msgid "guestfs_mknod_b"
13297 msgstr ""
13298
13299 #. type: verbatim
13300 #: ../src/guestfs-actions.pod:4598
13301 #, no-wrap
13302 msgid ""
13303 " int\n"
13304 " guestfs_mknod_b (guestfs_h *g,\n"
13305 "                  int mode,\n"
13306 "                  int devmajor,\n"
13307 "                  int devminor,\n"
13308 "                  const char *path);\n"
13309 "\n"
13310 msgstr ""
13311
13312 #. type: textblock
13313 #: ../src/guestfs-actions.pod:4605
13314 msgid ""
13315 "This call creates a block device node called C<path> with mode C<mode> and "
13316 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13317 "wrapper around C<guestfs_mknod>."
13318 msgstr ""
13319
13320 #. type: =head2
13321 #: ../src/guestfs-actions.pod:4615
13322 msgid "guestfs_mknod_c"
13323 msgstr ""
13324
13325 #. type: verbatim
13326 #: ../src/guestfs-actions.pod:4617
13327 #, no-wrap
13328 msgid ""
13329 " int\n"
13330 " guestfs_mknod_c (guestfs_h *g,\n"
13331 "                  int mode,\n"
13332 "                  int devmajor,\n"
13333 "                  int devminor,\n"
13334 "                  const char *path);\n"
13335 "\n"
13336 msgstr ""
13337
13338 #. type: textblock
13339 #: ../src/guestfs-actions.pod:4624
13340 msgid ""
13341 "This call creates a char device node called C<path> with mode C<mode> and "
13342 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13343 "wrapper around C<guestfs_mknod>."
13344 msgstr ""
13345
13346 #. type: =head2
13347 #: ../src/guestfs-actions.pod:4634
13348 msgid "guestfs_mkswap"
13349 msgstr ""
13350
13351 #. type: verbatim
13352 #: ../src/guestfs-actions.pod:4636
13353 #, no-wrap
13354 msgid ""
13355 " int\n"
13356 " guestfs_mkswap (guestfs_h *g,\n"
13357 "                 const char *device);\n"
13358 "\n"
13359 msgstr ""
13360
13361 #. type: textblock
13362 #: ../src/guestfs-actions.pod:4640 ../fish/guestfish-actions.pod:3143
13363 msgid "Create a swap partition on C<device>."
13364 msgstr ""
13365
13366 #. type: =head2
13367 #: ../src/guestfs-actions.pod:4646
13368 msgid "guestfs_mkswap_L"
13369 msgstr ""
13370
13371 #. type: verbatim
13372 #: ../src/guestfs-actions.pod:4648
13373 #, no-wrap
13374 msgid ""
13375 " int\n"
13376 " guestfs_mkswap_L (guestfs_h *g,\n"
13377 "                   const char *label,\n"
13378 "                   const char *device);\n"
13379 "\n"
13380 msgstr ""
13381
13382 #. type: textblock
13383 #: ../src/guestfs-actions.pod:4653 ../fish/guestfish-actions.pod:3149
13384 msgid "Create a swap partition on C<device> with label C<label>."
13385 msgstr ""
13386
13387 #. type: textblock
13388 #: ../src/guestfs-actions.pod:4655 ../fish/guestfish-actions.pod:3151
13389 msgid ""
13390 "Note that you cannot attach a swap label to a block device "
13391 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
13392 "the kernel or swap tools."
13393 msgstr ""
13394
13395 #. type: =head2
13396 #: ../src/guestfs-actions.pod:4663
13397 msgid "guestfs_mkswap_U"
13398 msgstr ""
13399
13400 #. type: verbatim
13401 #: ../src/guestfs-actions.pod:4665
13402 #, no-wrap
13403 msgid ""
13404 " int\n"
13405 " guestfs_mkswap_U (guestfs_h *g,\n"
13406 "                   const char *uuid,\n"
13407 "                   const char *device);\n"
13408 "\n"
13409 msgstr ""
13410
13411 #. type: textblock
13412 #: ../src/guestfs-actions.pod:4670 ../fish/guestfish-actions.pod:3159
13413 msgid "Create a swap partition on C<device> with UUID C<uuid>."
13414 msgstr ""
13415
13416 #. type: =head2
13417 #: ../src/guestfs-actions.pod:4676
13418 msgid "guestfs_mkswap_file"
13419 msgstr ""
13420
13421 #. type: verbatim
13422 #: ../src/guestfs-actions.pod:4678
13423 #, no-wrap
13424 msgid ""
13425 " int\n"
13426 " guestfs_mkswap_file (guestfs_h *g,\n"
13427 "                      const char *path);\n"
13428 "\n"
13429 msgstr ""
13430
13431 #. type: textblock
13432 #: ../src/guestfs-actions.pod:4682 ../fish/guestfish-actions.pod:3165
13433 msgid "Create a swap file."
13434 msgstr ""
13435
13436 #. type: textblock
13437 #: ../src/guestfs-actions.pod:4684
13438 msgid ""
13439 "This command just writes a swap file signature to an existing file.  To "
13440 "create the file itself, use something like C<guestfs_fallocate>."
13441 msgstr ""
13442
13443 #. type: =head2
13444 #: ../src/guestfs-actions.pod:4691
13445 msgid "guestfs_modprobe"
13446 msgstr ""
13447
13448 #. type: verbatim
13449 #: ../src/guestfs-actions.pod:4693
13450 #, no-wrap
13451 msgid ""
13452 " int\n"
13453 " guestfs_modprobe (guestfs_h *g,\n"
13454 "                   const char *modulename);\n"
13455 "\n"
13456 msgstr ""
13457
13458 #. type: textblock
13459 #: ../src/guestfs-actions.pod:4697 ../fish/guestfish-actions.pod:3174
13460 msgid "This loads a kernel module in the appliance."
13461 msgstr ""
13462
13463 #. type: textblock
13464 #: ../src/guestfs-actions.pod:4699 ../fish/guestfish-actions.pod:3176
13465 msgid ""
13466 "The kernel module must have been whitelisted when libguestfs was built (see "
13467 "C<appliance/kmod.whitelist.in> in the source)."
13468 msgstr ""
13469
13470 #. type: =head2
13471 #: ../src/guestfs-actions.pod:4706
13472 msgid "guestfs_mount"
13473 msgstr ""
13474
13475 #. type: verbatim
13476 #: ../src/guestfs-actions.pod:4708
13477 #, no-wrap
13478 msgid ""
13479 " int\n"
13480 " guestfs_mount (guestfs_h *g,\n"
13481 "                const char *device,\n"
13482 "                const char *mountpoint);\n"
13483 "\n"
13484 msgstr ""
13485
13486 #. type: textblock
13487 #: ../src/guestfs-actions.pod:4713 ../fish/guestfish-actions.pod:3183
13488 msgid ""
13489 "Mount a guest disk at a position in the filesystem.  Block devices are named "
13490 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
13491 "those block devices contain partitions, they will have the usual names "
13492 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
13493 msgstr ""
13494
13495 #. type: textblock
13496 #: ../src/guestfs-actions.pod:4719 ../fish/guestfish-actions.pod:3189
13497 msgid ""
13498 "The rules are the same as for L<mount(2)>: A filesystem must first be "
13499 "mounted on C</> before others can be mounted.  Other filesystems can only be "
13500 "mounted on directories which already exist."
13501 msgstr ""
13502
13503 #. type: textblock
13504 #: ../src/guestfs-actions.pod:4724 ../fish/guestfish-actions.pod:3194
13505 msgid ""
13506 "The mounted filesystem is writable, if we have sufficient permissions on the "
13507 "underlying device."
13508 msgstr ""
13509
13510 #. type: textblock
13511 #: ../src/guestfs-actions.pod:4727
13512 msgid ""
13513 "B<Important note:> When you use this call, the filesystem options C<sync> "
13514 "and C<noatime> are set implicitly.  This was originally done because we "
13515 "thought it would improve reliability, but it turns out that I<-o sync> has a "
13516 "very large negative performance impact and negligible effect on "
13517 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
13518 "in any code that needs performance, and instead use C<guestfs_mount_options> "
13519 "(use an empty string for the first parameter if you don't want any options)."
13520 msgstr ""
13521
13522 #. type: =head2
13523 #: ../src/guestfs-actions.pod:4741
13524 msgid "guestfs_mount_loop"
13525 msgstr ""
13526
13527 #. type: verbatim
13528 #: ../src/guestfs-actions.pod:4743
13529 #, no-wrap
13530 msgid ""
13531 " int\n"
13532 " guestfs_mount_loop (guestfs_h *g,\n"
13533 "                     const char *file,\n"
13534 "                     const char *mountpoint);\n"
13535 "\n"
13536 msgstr ""
13537
13538 #. type: textblock
13539 #: ../src/guestfs-actions.pod:4748 ../fish/guestfish-actions.pod:3211
13540 msgid ""
13541 "This command lets you mount C<file> (a filesystem image in a file) on a "
13542 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
13543 "mountpoint>."
13544 msgstr ""
13545
13546 #. type: =head2
13547 #: ../src/guestfs-actions.pod:4756
13548 msgid "guestfs_mount_options"
13549 msgstr ""
13550
13551 #. type: verbatim
13552 #: ../src/guestfs-actions.pod:4758
13553 #, no-wrap
13554 msgid ""
13555 " int\n"
13556 " guestfs_mount_options (guestfs_h *g,\n"
13557 "                        const char *options,\n"
13558 "                        const char *device,\n"
13559 "                        const char *mountpoint);\n"
13560 "\n"
13561 msgstr ""
13562
13563 #. type: textblock
13564 #: ../src/guestfs-actions.pod:4764
13565 msgid ""
13566 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13567 "the mount options as for the L<mount(8)> I<-o> flag."
13568 msgstr ""
13569
13570 #. type: textblock
13571 #: ../src/guestfs-actions.pod:4768 ../fish/guestfish-actions.pod:3223
13572 msgid ""
13573 "If the C<options> parameter is an empty string, then no options are passed "
13574 "(all options default to whatever the filesystem uses)."
13575 msgstr ""
13576
13577 #. type: textblock
13578 #: ../src/guestfs-actions.pod:4774 ../src/guestfs-actions.pod:4788 ../src/guestfs-actions.pod:4805
13579 msgid "(Added in 1.0.10)"
13580 msgstr ""
13581
13582 #. type: =head2
13583 #: ../src/guestfs-actions.pod:4776
13584 msgid "guestfs_mount_ro"
13585 msgstr ""
13586
13587 #. type: verbatim
13588 #: ../src/guestfs-actions.pod:4778
13589 #, no-wrap
13590 msgid ""
13591 " int\n"
13592 " guestfs_mount_ro (guestfs_h *g,\n"
13593 "                   const char *device,\n"
13594 "                   const char *mountpoint);\n"
13595 "\n"
13596 msgstr ""
13597
13598 #. type: textblock
13599 #: ../src/guestfs-actions.pod:4783
13600 msgid ""
13601 "This is the same as the C<guestfs_mount> command, but it mounts the "
13602 "filesystem with the read-only (I<-o ro>) flag."
13603 msgstr ""
13604
13605 #. type: =head2
13606 #: ../src/guestfs-actions.pod:4790
13607 msgid "guestfs_mount_vfs"
13608 msgstr ""
13609
13610 #. type: verbatim
13611 #: ../src/guestfs-actions.pod:4792
13612 #, no-wrap
13613 msgid ""
13614 " int\n"
13615 " guestfs_mount_vfs (guestfs_h *g,\n"
13616 "                    const char *options,\n"
13617 "                    const char *vfstype,\n"
13618 "                    const char *device,\n"
13619 "                    const char *mountpoint);\n"
13620 "\n"
13621 msgstr ""
13622
13623 #. type: textblock
13624 #: ../src/guestfs-actions.pod:4799
13625 msgid ""
13626 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13627 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
13628 "I<-t> flags."
13629 msgstr ""
13630
13631 #. type: =head2
13632 #: ../src/guestfs-actions.pod:4807
13633 msgid "guestfs_mountpoints"
13634 msgstr ""
13635
13636 #. type: verbatim
13637 #: ../src/guestfs-actions.pod:4809
13638 #, no-wrap
13639 msgid ""
13640 " char **\n"
13641 " guestfs_mountpoints (guestfs_h *g);\n"
13642 "\n"
13643 msgstr ""
13644
13645 #. type: textblock
13646 #: ../src/guestfs-actions.pod:4812
13647 msgid ""
13648 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
13649 "devices.  This one returns a hash table (map) of device name to directory "
13650 "where the device is mounted."
13651 msgstr ""
13652
13653 #. type: =head2
13654 #: ../src/guestfs-actions.pod:4824
13655 msgid "guestfs_mounts"
13656 msgstr ""
13657
13658 #. type: verbatim
13659 #: ../src/guestfs-actions.pod:4826
13660 #, no-wrap
13661 msgid ""
13662 " char **\n"
13663 " guestfs_mounts (guestfs_h *g);\n"
13664 "\n"
13665 msgstr ""
13666
13667 #. type: textblock
13668 #: ../src/guestfs-actions.pod:4829 ../fish/guestfish-actions.pod:3254
13669 msgid ""
13670 "This returns the list of currently mounted filesystems.  It returns the list "
13671 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
13672 msgstr ""
13673
13674 #. type: textblock
13675 #: ../src/guestfs-actions.pod:4832 ../fish/guestfish-actions.pod:3257
13676 msgid "Some internal mounts are not shown."
13677 msgstr ""
13678
13679 #. type: textblock
13680 #: ../src/guestfs-actions.pod:4834
13681 msgid "See also: C<guestfs_mountpoints>"
13682 msgstr ""
13683
13684 #. type: =head2
13685 #: ../src/guestfs-actions.pod:4842
13686 msgid "guestfs_mv"
13687 msgstr ""
13688
13689 #. type: verbatim
13690 #: ../src/guestfs-actions.pod:4844
13691 #, no-wrap
13692 msgid ""
13693 " int\n"
13694 " guestfs_mv (guestfs_h *g,\n"
13695 "             const char *src,\n"
13696 "             const char *dest);\n"
13697 "\n"
13698 msgstr ""
13699
13700 #. type: textblock
13701 #: ../src/guestfs-actions.pod:4849 ../fish/guestfish-actions.pod:3265
13702 msgid ""
13703 "This moves a file from C<src> to C<dest> where C<dest> is either a "
13704 "destination filename or destination directory."
13705 msgstr ""
13706
13707 #. type: =head2
13708 #: ../src/guestfs-actions.pod:4856
13709 msgid "guestfs_ntfs_3g_probe"
13710 msgstr ""
13711
13712 #. type: verbatim
13713 #: ../src/guestfs-actions.pod:4858
13714 #, no-wrap
13715 msgid ""
13716 " int\n"
13717 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
13718 "                        int rw,\n"
13719 "                        const char *device);\n"
13720 "\n"
13721 msgstr ""
13722
13723 #. type: textblock
13724 #: ../src/guestfs-actions.pod:4863 ../fish/guestfish-actions.pod:3272
13725 msgid ""
13726 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
13727 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
13728 "read-write, and some cannot be mounted at all)."
13729 msgstr ""
13730
13731 #. type: textblock
13732 #: ../src/guestfs-actions.pod:4867 ../fish/guestfish-actions.pod:3276
13733 msgid ""
13734 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
13735 "can be mounted read-write.  Set it to false if you want to test if the "
13736 "volume can be mounted read-only."
13737 msgstr ""
13738
13739 #. type: textblock
13740 #: ../src/guestfs-actions.pod:4871 ../fish/guestfish-actions.pod:3280
13741 msgid ""
13742 "The return value is an integer which C<0> if the operation would succeed, or "
13743 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
13744 msgstr ""
13745
13746 #. type: textblock
13747 #: ../src/guestfs-actions.pod:4877
13748 msgid "(Added in 1.0.43)"
13749 msgstr ""
13750
13751 #. type: =head2
13752 #: ../src/guestfs-actions.pod:4879
13753 msgid "guestfs_ntfsresize"
13754 msgstr ""
13755
13756 #. type: verbatim
13757 #: ../src/guestfs-actions.pod:4881
13758 #, no-wrap
13759 msgid ""
13760 " int\n"
13761 " guestfs_ntfsresize (guestfs_h *g,\n"
13762 "                     const char *device);\n"
13763 "\n"
13764 msgstr ""
13765
13766 #. type: textblock
13767 #: ../src/guestfs-actions.pod:4885 ../fish/guestfish-actions.pod:3288
13768 msgid ""
13769 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
13770 "size of the underlying device.  See also L<ntfsresize(8)>."
13771 msgstr ""
13772
13773 #. type: =head2
13774 #: ../src/guestfs-actions.pod:4893
13775 msgid "guestfs_ntfsresize_size"
13776 msgstr ""
13777
13778 #. type: verbatim
13779 #: ../src/guestfs-actions.pod:4895
13780 #, no-wrap
13781 msgid ""
13782 " int\n"
13783 " guestfs_ntfsresize_size (guestfs_h *g,\n"
13784 "                          const char *device,\n"
13785 "                          int64_t size);\n"
13786 "\n"
13787 msgstr ""
13788
13789 #. type: textblock
13790 #: ../src/guestfs-actions.pod:4900
13791 msgid ""
13792 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
13793 "to specify the new size (in bytes) explicitly."
13794 msgstr ""
13795
13796 #. type: textblock
13797 #: ../src/guestfs-actions.pod:4905 ../src/guestfs-actions.pod:5341 ../src/guestfs-actions.pod:5414 ../src/guestfs-actions.pod:5680 ../src/guestfs-actions.pod:7251
13798 msgid "(Added in 1.3.14)"
13799 msgstr ""
13800
13801 #. type: =head2
13802 #: ../src/guestfs-actions.pod:4907
13803 msgid "guestfs_part_add"
13804 msgstr ""
13805
13806 #. type: verbatim
13807 #: ../src/guestfs-actions.pod:4909
13808 #, no-wrap
13809 msgid ""
13810 " int\n"
13811 " guestfs_part_add (guestfs_h *g,\n"
13812 "                   const char *device,\n"
13813 "                   const char *prlogex,\n"
13814 "                   int64_t startsect,\n"
13815 "                   int64_t endsect);\n"
13816 "\n"
13817 msgstr ""
13818
13819 #. type: textblock
13820 #: ../src/guestfs-actions.pod:4916
13821 msgid ""
13822 "This command adds a partition to C<device>.  If there is no partition table "
13823 "on the device, call C<guestfs_part_init> first."
13824 msgstr ""
13825
13826 #. type: textblock
13827 #: ../src/guestfs-actions.pod:4919 ../fish/guestfish-actions.pod:3306
13828 msgid ""
13829 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
13830 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
13831 "C<logical>) and C<e> (or C<extended>) partition types."
13832 msgstr ""
13833
13834 #. type: textblock
13835 #: ../src/guestfs-actions.pod:4924 ../fish/guestfish-actions.pod:3311
13836 msgid ""
13837 "C<startsect> and C<endsect> are the start and end of the partition in "
13838 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
13839 "from the end of the disk (C<-1> is the last sector)."
13840 msgstr ""
13841
13842 #. type: textblock
13843 #: ../src/guestfs-actions.pod:4928
13844 msgid ""
13845 "Creating a partition which covers the whole disk is not so easy.  Use "
13846 "C<guestfs_part_disk> to do that."
13847 msgstr ""
13848
13849 #. type: textblock
13850 #: ../src/guestfs-actions.pod:4933 ../src/guestfs-actions.pod:4971 ../src/guestfs-actions.pod:5024 ../src/guestfs-actions.pod:5102 ../src/guestfs-actions.pod:5140 ../src/guestfs-actions.pod:5159 ../src/guestfs-actions.pod:5199
13851 msgid "(Added in 1.0.78)"
13852 msgstr ""
13853
13854 #. type: =head2
13855 #: ../src/guestfs-actions.pod:4935
13856 msgid "guestfs_part_del"
13857 msgstr ""
13858
13859 #. type: verbatim
13860 #: ../src/guestfs-actions.pod:4937
13861 #, no-wrap
13862 msgid ""
13863 " int\n"
13864 " guestfs_part_del (guestfs_h *g,\n"
13865 "                   const char *device,\n"
13866 "                   int partnum);\n"
13867 "\n"
13868 msgstr ""
13869
13870 #. type: textblock
13871 #: ../src/guestfs-actions.pod:4942 ../fish/guestfish-actions.pod:3322
13872 msgid "This command deletes the partition numbered C<partnum> on C<device>."
13873 msgstr ""
13874
13875 #. type: textblock
13876 #: ../src/guestfs-actions.pod:4944 ../fish/guestfish-actions.pod:3324
13877 msgid ""
13878 "Note that in the case of MBR partitioning, deleting an extended partition "
13879 "also deletes any logical partitions it contains."
13880 msgstr ""
13881
13882 #. type: =head2
13883 #: ../src/guestfs-actions.pod:4952
13884 msgid "guestfs_part_disk"
13885 msgstr ""
13886
13887 #. type: verbatim
13888 #: ../src/guestfs-actions.pod:4954
13889 #, no-wrap
13890 msgid ""
13891 " int\n"
13892 " guestfs_part_disk (guestfs_h *g,\n"
13893 "                    const char *device,\n"
13894 "                    const char *parttype);\n"
13895 "\n"
13896 msgstr ""
13897
13898 #. type: textblock
13899 #: ../src/guestfs-actions.pod:4959
13900 msgid ""
13901 "This command is simply a combination of C<guestfs_part_init> followed by "
13902 "C<guestfs_part_add> to create a single primary partition covering the whole "
13903 "disk."
13904 msgstr ""
13905
13906 #. type: textblock
13907 #: ../src/guestfs-actions.pod:4963
13908 msgid ""
13909 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
13910 "possible values are described in C<guestfs_part_init>."
13911 msgstr ""
13912
13913 #. type: =head2
13914 #: ../src/guestfs-actions.pod:4973
13915 msgid "guestfs_part_get_bootable"
13916 msgstr ""
13917
13918 #. type: verbatim
13919 #: ../src/guestfs-actions.pod:4975
13920 #, no-wrap
13921 msgid ""
13922 " int\n"
13923 " guestfs_part_get_bootable (guestfs_h *g,\n"
13924 "                            const char *device,\n"
13925 "                            int partnum);\n"
13926 "\n"
13927 msgstr ""
13928
13929 #. type: textblock
13930 #: ../src/guestfs-actions.pod:4980 ../fish/guestfish-actions.pod:3346
13931 msgid ""
13932 "This command returns true if the partition C<partnum> on C<device> has the "
13933 "bootable flag set."
13934 msgstr ""
13935
13936 #. type: textblock
13937 #: ../src/guestfs-actions.pod:4983
13938 msgid "See also C<guestfs_part_set_bootable>."
13939 msgstr ""
13940
13941 #. type: =head2
13942 #: ../src/guestfs-actions.pod:4989
13943 msgid "guestfs_part_get_mbr_id"
13944 msgstr ""
13945
13946 #. type: verbatim
13947 #: ../src/guestfs-actions.pod:4991
13948 #, no-wrap
13949 msgid ""
13950 " int\n"
13951 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
13952 "                          const char *device,\n"
13953 "                          int partnum);\n"
13954 "\n"
13955 msgstr ""
13956
13957 #. type: textblock
13958 #: ../src/guestfs-actions.pod:4996 ../fish/guestfish-actions.pod:3355
13959 msgid ""
13960 "Returns the MBR type byte (also known as the ID byte) from the numbered "
13961 "partition C<partnum>."
13962 msgstr ""
13963
13964 #. type: textblock
13965 #: ../src/guestfs-actions.pod:4999 ../src/guestfs-actions.pod:5175
13966 msgid ""
13967 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
13968 "undefined results for other partition table types (see "
13969 "C<guestfs_part_get_parttype>)."
13970 msgstr ""
13971
13972 #. type: =head2
13973 #: ../src/guestfs-actions.pod:5007
13974 msgid "guestfs_part_get_parttype"
13975 msgstr ""
13976
13977 #. type: verbatim
13978 #: ../src/guestfs-actions.pod:5009
13979 #, no-wrap
13980 msgid ""
13981 " char *\n"
13982 " guestfs_part_get_parttype (guestfs_h *g,\n"
13983 "                            const char *device);\n"
13984 "\n"
13985 msgstr ""
13986
13987 #. type: textblock
13988 #: ../src/guestfs-actions.pod:5013 ../fish/guestfish-actions.pod:3366
13989 msgid ""
13990 "This command examines the partition table on C<device> and returns the "
13991 "partition table type (format) being used."
13992 msgstr ""
13993
13994 #. type: textblock
13995 #: ../src/guestfs-actions.pod:5016
13996 msgid ""
13997 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
13998 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
13999 "possible, although unusual.  See C<guestfs_part_init> for a full list."
14000 msgstr ""
14001
14002 #. type: =head2
14003 #: ../src/guestfs-actions.pod:5026
14004 msgid "guestfs_part_init"
14005 msgstr ""
14006
14007 #. type: verbatim
14008 #: ../src/guestfs-actions.pod:5028
14009 #, no-wrap
14010 msgid ""
14011 " int\n"
14012 " guestfs_part_init (guestfs_h *g,\n"
14013 "                    const char *device,\n"
14014 "                    const char *parttype);\n"
14015 "\n"
14016 msgstr ""
14017
14018 #. type: textblock
14019 #: ../src/guestfs-actions.pod:5033 ../fish/guestfish-actions.pod:3378
14020 msgid ""
14021 "This creates an empty partition table on C<device> of one of the partition "
14022 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
14023 "(for large disks)."
14024 msgstr ""
14025
14026 #. type: textblock
14027 #: ../src/guestfs-actions.pod:5037
14028 msgid ""
14029 "Initially there are no partitions.  Following this, you should call "
14030 "C<guestfs_part_add> for each partition required."
14031 msgstr ""
14032
14033 #. type: textblock
14034 #: ../src/guestfs-actions.pod:5040 ../fish/guestfish-actions.pod:3385
14035 msgid "Possible values for C<parttype> are:"
14036 msgstr ""
14037
14038 #. type: =item
14039 #: ../src/guestfs-actions.pod:5044 ../fish/guestfish-actions.pod:3389
14040 msgid "B<efi> | B<gpt>"
14041 msgstr ""
14042
14043 #. type: textblock
14044 #: ../src/guestfs-actions.pod:5046 ../fish/guestfish-actions.pod:3391
14045 msgid "Intel EFI / GPT partition table."
14046 msgstr ""
14047
14048 #. type: textblock
14049 #: ../src/guestfs-actions.pod:5048 ../fish/guestfish-actions.pod:3393
14050 msgid ""
14051 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
14052 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
14053 "the C<mbr> format."
14054 msgstr ""
14055
14056 #. type: =item
14057 #: ../src/guestfs-actions.pod:5052 ../fish/guestfish-actions.pod:3397
14058 msgid "B<mbr> | B<msdos>"
14059 msgstr ""
14060
14061 #. type: textblock
14062 #: ../src/guestfs-actions.pod:5054 ../fish/guestfish-actions.pod:3399
14063 msgid ""
14064 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
14065 "Windows.  This partition type will B<only> work for device sizes up to 2 "
14066 "TB.  For large disks we recommend using C<gpt>."
14067 msgstr ""
14068
14069 #. type: textblock
14070 #: ../src/guestfs-actions.pod:5061 ../fish/guestfish-actions.pod:3406
14071 msgid "Other partition table types that may work but are not supported include:"
14072 msgstr ""
14073
14074 #. type: =item
14075 #: ../src/guestfs-actions.pod:5066 ../fish/guestfish-actions.pod:3411
14076 msgid "B<aix>"
14077 msgstr ""
14078
14079 #. type: textblock
14080 #: ../src/guestfs-actions.pod:5068 ../fish/guestfish-actions.pod:3413
14081 msgid "AIX disk labels."
14082 msgstr ""
14083
14084 #. type: =item
14085 #: ../src/guestfs-actions.pod:5070 ../fish/guestfish-actions.pod:3415
14086 msgid "B<amiga> | B<rdb>"
14087 msgstr ""
14088
14089 #. type: textblock
14090 #: ../src/guestfs-actions.pod:5072 ../fish/guestfish-actions.pod:3417
14091 msgid "Amiga \"Rigid Disk Block\" format."
14092 msgstr ""
14093
14094 #. type: =item
14095 #: ../src/guestfs-actions.pod:5074 ../fish/guestfish-actions.pod:3419
14096 msgid "B<bsd>"
14097 msgstr ""
14098
14099 #. type: textblock
14100 #: ../src/guestfs-actions.pod:5076 ../fish/guestfish-actions.pod:3421
14101 msgid "BSD disk labels."
14102 msgstr ""
14103
14104 #. type: =item
14105 #: ../src/guestfs-actions.pod:5078 ../fish/guestfish-actions.pod:3423
14106 msgid "B<dasd>"
14107 msgstr ""
14108
14109 #. type: textblock
14110 #: ../src/guestfs-actions.pod:5080 ../fish/guestfish-actions.pod:3425
14111 msgid "DASD, used on IBM mainframes."
14112 msgstr ""
14113
14114 #. type: =item
14115 #: ../src/guestfs-actions.pod:5082 ../fish/guestfish-actions.pod:3427
14116 msgid "B<dvh>"
14117 msgstr ""
14118
14119 #. type: textblock
14120 #: ../src/guestfs-actions.pod:5084 ../fish/guestfish-actions.pod:3429
14121 msgid "MIPS/SGI volumes."
14122 msgstr ""
14123
14124 #. type: =item
14125 #: ../src/guestfs-actions.pod:5086 ../fish/guestfish-actions.pod:3431
14126 msgid "B<mac>"
14127 msgstr ""
14128
14129 #. type: textblock
14130 #: ../src/guestfs-actions.pod:5088 ../fish/guestfish-actions.pod:3433
14131 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
14132 msgstr ""
14133
14134 #. type: =item
14135 #: ../src/guestfs-actions.pod:5090 ../fish/guestfish-actions.pod:3435
14136 msgid "B<pc98>"
14137 msgstr ""
14138
14139 #. type: textblock
14140 #: ../src/guestfs-actions.pod:5092 ../fish/guestfish-actions.pod:3437
14141 msgid "NEC PC-98 format, common in Japan apparently."
14142 msgstr ""
14143
14144 #. type: =item
14145 #: ../src/guestfs-actions.pod:5094 ../fish/guestfish-actions.pod:3439
14146 msgid "B<sun>"
14147 msgstr ""
14148
14149 #. type: textblock
14150 #: ../src/guestfs-actions.pod:5096 ../fish/guestfish-actions.pod:3441
14151 msgid "Sun disk labels."
14152 msgstr ""
14153
14154 #. type: =head2
14155 #: ../src/guestfs-actions.pod:5104
14156 msgid "guestfs_part_list"
14157 msgstr ""
14158
14159 #. type: verbatim
14160 #: ../src/guestfs-actions.pod:5106
14161 #, no-wrap
14162 msgid ""
14163 " struct guestfs_partition_list *\n"
14164 " guestfs_part_list (guestfs_h *g,\n"
14165 "                    const char *device);\n"
14166 "\n"
14167 msgstr ""
14168
14169 #. type: textblock
14170 #: ../src/guestfs-actions.pod:5110 ../fish/guestfish-actions.pod:3449
14171 msgid ""
14172 "This command parses the partition table on C<device> and returns the list of "
14173 "partitions found."
14174 msgstr ""
14175
14176 #. type: textblock
14177 #: ../src/guestfs-actions.pod:5113 ../fish/guestfish-actions.pod:3452
14178 msgid "The fields in the returned structure are:"
14179 msgstr ""
14180
14181 #. type: =item
14182 #: ../src/guestfs-actions.pod:5117 ../fish/guestfish-actions.pod:3456
14183 msgid "B<part_num>"
14184 msgstr ""
14185
14186 #. type: textblock
14187 #: ../src/guestfs-actions.pod:5119 ../fish/guestfish-actions.pod:3458
14188 msgid "Partition number, counting from 1."
14189 msgstr ""
14190
14191 #. type: =item
14192 #: ../src/guestfs-actions.pod:5121 ../fish/guestfish-actions.pod:3460
14193 msgid "B<part_start>"
14194 msgstr ""
14195
14196 #. type: textblock
14197 #: ../src/guestfs-actions.pod:5123
14198 msgid ""
14199 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
14200 "the device's sector size, see C<guestfs_blockdev_getss>."
14201 msgstr ""
14202
14203 #. type: =item
14204 #: ../src/guestfs-actions.pod:5126 ../fish/guestfish-actions.pod:3465
14205 msgid "B<part_end>"
14206 msgstr ""
14207
14208 #. type: textblock
14209 #: ../src/guestfs-actions.pod:5128 ../fish/guestfish-actions.pod:3467
14210 msgid "End of the partition in bytes."
14211 msgstr ""
14212
14213 #. type: =item
14214 #: ../src/guestfs-actions.pod:5130 ../fish/guestfish-actions.pod:3469
14215 msgid "B<part_size>"
14216 msgstr ""
14217
14218 #. type: textblock
14219 #: ../src/guestfs-actions.pod:5132 ../fish/guestfish-actions.pod:3471
14220 msgid "Size of the partition in bytes."
14221 msgstr ""
14222
14223 #. type: textblock
14224 #: ../src/guestfs-actions.pod:5136
14225 msgid ""
14226 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
14227 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
14228 "use>."
14229 msgstr ""
14230
14231 #. type: =head2
14232 #: ../src/guestfs-actions.pod:5142
14233 msgid "guestfs_part_set_bootable"
14234 msgstr ""
14235
14236 #. type: verbatim
14237 #: ../src/guestfs-actions.pod:5144
14238 #, no-wrap
14239 msgid ""
14240 " int\n"
14241 " guestfs_part_set_bootable (guestfs_h *g,\n"
14242 "                            const char *device,\n"
14243 "                            int partnum,\n"
14244 "                            int bootable);\n"
14245 "\n"
14246 msgstr ""
14247
14248 #. type: textblock
14249 #: ../src/guestfs-actions.pod:5150 ../fish/guestfish-actions.pod:3479
14250 msgid ""
14251 "This sets the bootable flag on partition numbered C<partnum> on device "
14252 "C<device>.  Note that partitions are numbered from 1."
14253 msgstr ""
14254
14255 #. type: textblock
14256 #: ../src/guestfs-actions.pod:5153 ../fish/guestfish-actions.pod:3482
14257 msgid ""
14258 "The bootable flag is used by some operating systems (notably Windows) to "
14259 "determine which partition to boot from.  It is by no means universally "
14260 "recognized."
14261 msgstr ""
14262
14263 #. type: =head2
14264 #: ../src/guestfs-actions.pod:5161
14265 msgid "guestfs_part_set_mbr_id"
14266 msgstr ""
14267
14268 #. type: verbatim
14269 #: ../src/guestfs-actions.pod:5163
14270 #, no-wrap
14271 msgid ""
14272 " int\n"
14273 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
14274 "                          const char *device,\n"
14275 "                          int partnum,\n"
14276 "                          int idbyte);\n"
14277 "\n"
14278 msgstr ""
14279
14280 #. type: textblock
14281 #: ../src/guestfs-actions.pod:5169 ../fish/guestfish-actions.pod:3490
14282 msgid ""
14283 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
14284 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
14285 "documentation are in fact hexadecimal numbers, but usually documented "
14286 "without any leading \"0x\" which might be confusing."
14287 msgstr ""
14288
14289 #. type: =head2
14290 #: ../src/guestfs-actions.pod:5183
14291 msgid "guestfs_part_set_name"
14292 msgstr ""
14293
14294 #. type: verbatim
14295 #: ../src/guestfs-actions.pod:5185
14296 #, no-wrap
14297 msgid ""
14298 " int\n"
14299 " guestfs_part_set_name (guestfs_h *g,\n"
14300 "                        const char *device,\n"
14301 "                        int partnum,\n"
14302 "                        const char *name);\n"
14303 "\n"
14304 msgstr ""
14305
14306 #. type: textblock
14307 #: ../src/guestfs-actions.pod:5191 ../fish/guestfish-actions.pod:3504
14308 msgid ""
14309 "This sets the partition name on partition numbered C<partnum> on device "
14310 "C<device>.  Note that partitions are numbered from 1."
14311 msgstr ""
14312
14313 #. type: textblock
14314 #: ../src/guestfs-actions.pod:5194 ../fish/guestfish-actions.pod:3507
14315 msgid ""
14316 "The partition name can only be set on certain types of partition table.  "
14317 "This works on C<gpt> but not on C<mbr> partitions."
14318 msgstr ""
14319
14320 #. type: =head2
14321 #: ../src/guestfs-actions.pod:5201
14322 msgid "guestfs_part_to_dev"
14323 msgstr ""
14324
14325 #. type: verbatim
14326 #: ../src/guestfs-actions.pod:5203
14327 #, no-wrap
14328 msgid ""
14329 " char *\n"
14330 " guestfs_part_to_dev (guestfs_h *g,\n"
14331 "                      const char *partition);\n"
14332 "\n"
14333 msgstr ""
14334
14335 #. type: textblock
14336 #: ../src/guestfs-actions.pod:5207 ../fish/guestfish-actions.pod:3514
14337 msgid ""
14338 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
14339 "partition number, returning the device name (eg. \"/dev/sdb\")."
14340 msgstr ""
14341
14342 #. type: textblock
14343 #: ../src/guestfs-actions.pod:5211
14344 msgid ""
14345 "The named partition must exist, for example as a string returned from "
14346 "C<guestfs_list_partitions>."
14347 msgstr ""
14348
14349 #. type: =head2
14350 #: ../src/guestfs-actions.pod:5219
14351 msgid "guestfs_ping_daemon"
14352 msgstr ""
14353
14354 #. type: verbatim
14355 #: ../src/guestfs-actions.pod:5221
14356 #, no-wrap
14357 msgid ""
14358 " int\n"
14359 " guestfs_ping_daemon (guestfs_h *g);\n"
14360 "\n"
14361 msgstr ""
14362
14363 #. type: textblock
14364 #: ../src/guestfs-actions.pod:5224 ../fish/guestfish-actions.pod:3525
14365 msgid ""
14366 "This is a test probe into the guestfs daemon running inside the qemu "
14367 "subprocess.  Calling this function checks that the daemon responds to the "
14368 "ping message, without affecting the daemon or attached block device(s) in "
14369 "any other way."
14370 msgstr ""
14371
14372 #. type: =head2
14373 #: ../src/guestfs-actions.pod:5233
14374 msgid "guestfs_pread"
14375 msgstr ""
14376
14377 #. type: verbatim
14378 #: ../src/guestfs-actions.pod:5235
14379 #, no-wrap
14380 msgid ""
14381 " char *\n"
14382 " guestfs_pread (guestfs_h *g,\n"
14383 "                const char *path,\n"
14384 "                int count,\n"
14385 "                int64_t offset,\n"
14386 "                size_t *size_r);\n"
14387 "\n"
14388 msgstr ""
14389
14390 #. type: textblock
14391 #: ../src/guestfs-actions.pod:5242 ../fish/guestfish-actions.pod:3534
14392 msgid ""
14393 "This command lets you read part of a file.  It reads C<count> bytes of the "
14394 "file, starting at C<offset>, from file C<path>."
14395 msgstr ""
14396
14397 #. type: textblock
14398 #: ../src/guestfs-actions.pod:5245 ../src/guestfs-actions.pod:5271 ../fish/guestfish-actions.pod:3537 ../fish/guestfish-actions.pod:3552
14399 msgid ""
14400 "This may read fewer bytes than requested.  For further details see the "
14401 "L<pread(2)> system call."
14402 msgstr ""
14403
14404 #. type: textblock
14405 #: ../src/guestfs-actions.pod:5248
14406 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
14407 msgstr ""
14408
14409 #. type: =head2
14410 #: ../src/guestfs-actions.pod:5259
14411 msgid "guestfs_pread_device"
14412 msgstr ""
14413
14414 #. type: verbatim
14415 #: ../src/guestfs-actions.pod:5261
14416 #, no-wrap
14417 msgid ""
14418 " char *\n"
14419 " guestfs_pread_device (guestfs_h *g,\n"
14420 "                       const char *device,\n"
14421 "                       int count,\n"
14422 "                       int64_t offset,\n"
14423 "                       size_t *size_r);\n"
14424 "\n"
14425 msgstr ""
14426
14427 #. type: textblock
14428 #: ../src/guestfs-actions.pod:5268 ../fish/guestfish-actions.pod:3549
14429 msgid ""
14430 "This command lets you read part of a file.  It reads C<count> bytes of "
14431 "C<device>, starting at C<offset>."
14432 msgstr ""
14433
14434 #. type: textblock
14435 #: ../src/guestfs-actions.pod:5274
14436 msgid "See also C<guestfs_pread>."
14437 msgstr ""
14438
14439 #. type: textblock
14440 #: ../src/guestfs-actions.pod:5283
14441 msgid "(Added in 1.5.21)"
14442 msgstr ""
14443
14444 #. type: =head2
14445 #: ../src/guestfs-actions.pod:5285
14446 msgid "guestfs_pvcreate"
14447 msgstr ""
14448
14449 #. type: verbatim
14450 #: ../src/guestfs-actions.pod:5287
14451 #, no-wrap
14452 msgid ""
14453 " int\n"
14454 " guestfs_pvcreate (guestfs_h *g,\n"
14455 "                   const char *device);\n"
14456 "\n"
14457 msgstr ""
14458
14459 #. type: textblock
14460 #: ../src/guestfs-actions.pod:5291 ../fish/guestfish-actions.pod:3564
14461 msgid ""
14462 "This creates an LVM physical volume on the named C<device>, where C<device> "
14463 "should usually be a partition name such as C</dev/sda1>."
14464 msgstr ""
14465
14466 #. type: =head2
14467 #: ../src/guestfs-actions.pod:5299
14468 msgid "guestfs_pvremove"
14469 msgstr ""
14470
14471 #. type: verbatim
14472 #: ../src/guestfs-actions.pod:5301
14473 #, no-wrap
14474 msgid ""
14475 " int\n"
14476 " guestfs_pvremove (guestfs_h *g,\n"
14477 "                   const char *device);\n"
14478 "\n"
14479 msgstr ""
14480
14481 #. type: textblock
14482 #: ../src/guestfs-actions.pod:5305 ../fish/guestfish-actions.pod:3572
14483 msgid ""
14484 "This wipes a physical volume C<device> so that LVM will no longer recognise "
14485 "it."
14486 msgstr ""
14487
14488 #. type: textblock
14489 #: ../src/guestfs-actions.pod:5308 ../fish/guestfish-actions.pod:3575
14490 msgid ""
14491 "The implementation uses the C<pvremove> command which refuses to wipe "
14492 "physical volumes that contain any volume groups, so you have to remove those "
14493 "first."
14494 msgstr ""
14495
14496 #. type: =head2
14497 #: ../src/guestfs-actions.pod:5316
14498 msgid "guestfs_pvresize"
14499 msgstr ""
14500
14501 #. type: verbatim
14502 #: ../src/guestfs-actions.pod:5318
14503 #, no-wrap
14504 msgid ""
14505 " int\n"
14506 " guestfs_pvresize (guestfs_h *g,\n"
14507 "                   const char *device);\n"
14508 "\n"
14509 msgstr ""
14510
14511 #. type: textblock
14512 #: ../src/guestfs-actions.pod:5322 ../fish/guestfish-actions.pod:3583
14513 msgid ""
14514 "This resizes (expands or shrinks) an existing LVM physical volume to match "
14515 "the new size of the underlying device."
14516 msgstr ""
14517
14518 #. type: =head2
14519 #: ../src/guestfs-actions.pod:5329
14520 msgid "guestfs_pvresize_size"
14521 msgstr ""
14522
14523 #. type: verbatim
14524 #: ../src/guestfs-actions.pod:5331
14525 #, no-wrap
14526 msgid ""
14527 " int\n"
14528 " guestfs_pvresize_size (guestfs_h *g,\n"
14529 "                        const char *device,\n"
14530 "                        int64_t size);\n"
14531 "\n"
14532 msgstr ""
14533
14534 #. type: textblock
14535 #: ../src/guestfs-actions.pod:5336
14536 msgid ""
14537 "This command is the same as C<guestfs_pvresize> except that it allows you to "
14538 "specify the new size (in bytes) explicitly."
14539 msgstr ""
14540
14541 #. type: =head2
14542 #: ../src/guestfs-actions.pod:5343
14543 msgid "guestfs_pvs"
14544 msgstr ""
14545
14546 #. type: verbatim
14547 #: ../src/guestfs-actions.pod:5345
14548 #, no-wrap
14549 msgid ""
14550 " char **\n"
14551 " guestfs_pvs (guestfs_h *g);\n"
14552 "\n"
14553 msgstr ""
14554
14555 #. type: textblock
14556 #: ../src/guestfs-actions.pod:5348 ../fish/guestfish-actions.pod:3597
14557 msgid ""
14558 "List all the physical volumes detected.  This is the equivalent of the "
14559 "L<pvs(8)> command."
14560 msgstr ""
14561
14562 #. type: textblock
14563 #: ../src/guestfs-actions.pod:5351 ../fish/guestfish-actions.pod:3600
14564 msgid ""
14565 "This returns a list of just the device names that contain PVs "
14566 "(eg. C</dev/sda2>)."
14567 msgstr ""
14568
14569 #. type: textblock
14570 #: ../src/guestfs-actions.pod:5354
14571 msgid "See also C<guestfs_pvs_full>."
14572 msgstr ""
14573
14574 #. type: =head2
14575 #: ../src/guestfs-actions.pod:5362
14576 msgid "guestfs_pvs_full"
14577 msgstr ""
14578
14579 #. type: verbatim
14580 #: ../src/guestfs-actions.pod:5364
14581 #, no-wrap
14582 msgid ""
14583 " struct guestfs_lvm_pv_list *\n"
14584 " guestfs_pvs_full (guestfs_h *g);\n"
14585 "\n"
14586 msgstr ""
14587
14588 #. type: textblock
14589 #: ../src/guestfs-actions.pod:5367 ../fish/guestfish-actions.pod:3609
14590 msgid ""
14591 "List all the physical volumes detected.  This is the equivalent of the "
14592 "L<pvs(8)> command.  The \"full\" version includes all fields."
14593 msgstr ""
14594
14595 #. type: textblock
14596 #: ../src/guestfs-actions.pod:5370
14597 msgid ""
14598 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
14599 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
14600 "use>."
14601 msgstr ""
14602
14603 #. type: =head2
14604 #: ../src/guestfs-actions.pod:5376
14605 msgid "guestfs_pvuuid"
14606 msgstr ""
14607
14608 #. type: verbatim
14609 #: ../src/guestfs-actions.pod:5378
14610 #, no-wrap
14611 msgid ""
14612 " char *\n"
14613 " guestfs_pvuuid (guestfs_h *g,\n"
14614 "                 const char *device);\n"
14615 "\n"
14616 msgstr ""
14617
14618 #. type: textblock
14619 #: ../src/guestfs-actions.pod:5382 ../fish/guestfish-actions.pod:3616
14620 msgid "This command returns the UUID of the LVM PV C<device>."
14621 msgstr ""
14622
14623 #. type: =head2
14624 #: ../src/guestfs-actions.pod:5389
14625 msgid "guestfs_pwrite"
14626 msgstr ""
14627
14628 #. type: verbatim
14629 #: ../src/guestfs-actions.pod:5391
14630 #, no-wrap
14631 msgid ""
14632 " int\n"
14633 " guestfs_pwrite (guestfs_h *g,\n"
14634 "                 const char *path,\n"
14635 "                 const char *content,\n"
14636 "                 size_t content_size,\n"
14637 "                 int64_t offset);\n"
14638 "\n"
14639 msgstr ""
14640
14641 #. type: textblock
14642 #: ../src/guestfs-actions.pod:5398 ../fish/guestfish-actions.pod:3622
14643 msgid ""
14644 "This command writes to part of a file.  It writes the data buffer C<content> "
14645 "to the file C<path> starting at offset C<offset>."
14646 msgstr ""
14647
14648 #. type: textblock
14649 #: ../src/guestfs-actions.pod:5401 ../fish/guestfish-actions.pod:3625
14650 msgid ""
14651 "This command implements the L<pwrite(2)> system call, and like that system "
14652 "call it may not write the full data requested.  The return value is the "
14653 "number of bytes that were actually written to the file.  This could even be "
14654 "0, although short writes are unlikely for regular files in ordinary "
14655 "circumstances."
14656 msgstr ""
14657
14658 #. type: textblock
14659 #: ../src/guestfs-actions.pod:5407
14660 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
14661 msgstr ""
14662
14663 #. type: =head2
14664 #: ../src/guestfs-actions.pod:5416
14665 msgid "guestfs_pwrite_device"
14666 msgstr ""
14667
14668 #. type: verbatim
14669 #: ../src/guestfs-actions.pod:5418
14670 #, no-wrap
14671 msgid ""
14672 " int\n"
14673 " guestfs_pwrite_device (guestfs_h *g,\n"
14674 "                        const char *device,\n"
14675 "                        const char *content,\n"
14676 "                        size_t content_size,\n"
14677 "                        int64_t offset);\n"
14678 "\n"
14679 msgstr ""
14680
14681 #. type: textblock
14682 #: ../src/guestfs-actions.pod:5425 ../fish/guestfish-actions.pod:3640
14683 msgid ""
14684 "This command writes to part of a device.  It writes the data buffer "
14685 "C<content> to C<device> starting at offset C<offset>."
14686 msgstr ""
14687
14688 #. type: textblock
14689 #: ../src/guestfs-actions.pod:5428 ../fish/guestfish-actions.pod:3643
14690 msgid ""
14691 "This command implements the L<pwrite(2)> system call, and like that system "
14692 "call it may not write the full data requested (although short writes to disk "
14693 "devices and partitions are probably impossible with standard Linux kernels)."
14694 msgstr ""
14695
14696 #. type: textblock
14697 #: ../src/guestfs-actions.pod:5433
14698 msgid "See also C<guestfs_pwrite>."
14699 msgstr ""
14700
14701 #. type: textblock
14702 #: ../src/guestfs-actions.pod:5440
14703 msgid "(Added in 1.5.20)"
14704 msgstr ""
14705
14706 #. type: =head2
14707 #: ../src/guestfs-actions.pod:5442
14708 msgid "guestfs_read_file"
14709 msgstr ""
14710
14711 #. type: verbatim
14712 #: ../src/guestfs-actions.pod:5444
14713 #, no-wrap
14714 msgid ""
14715 " char *\n"
14716 " guestfs_read_file (guestfs_h *g,\n"
14717 "                    const char *path,\n"
14718 "                    size_t *size_r);\n"
14719 "\n"
14720 msgstr ""
14721
14722 #. type: textblock
14723 #: ../src/guestfs-actions.pod:5449 ../fish/guestfish-actions.pod:3657
14724 msgid "This calls returns the contents of the file C<path> as a buffer."
14725 msgstr ""
14726
14727 #. type: textblock
14728 #: ../src/guestfs-actions.pod:5452
14729 msgid ""
14730 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
14731 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
14732 "function is limited in the total size of file that can be handled."
14733 msgstr ""
14734
14735 #. type: textblock
14736 #: ../src/guestfs-actions.pod:5464
14737 msgid "(Added in 1.0.63)"
14738 msgstr ""
14739
14740 #. type: =head2
14741 #: ../src/guestfs-actions.pod:5466
14742 msgid "guestfs_read_lines"
14743 msgstr ""
14744
14745 #. type: verbatim
14746 #: ../src/guestfs-actions.pod:5468
14747 #, no-wrap
14748 msgid ""
14749 " char **\n"
14750 " guestfs_read_lines (guestfs_h *g,\n"
14751 "                     const char *path);\n"
14752 "\n"
14753 msgstr ""
14754
14755 #. type: textblock
14756 #: ../src/guestfs-actions.pod:5474 ../fish/guestfish-actions.pod:3674
14757 msgid ""
14758 "The file contents are returned as a list of lines.  Trailing C<LF> and "
14759 "C<CRLF> character sequences are I<not> returned."
14760 msgstr ""
14761
14762 #. type: textblock
14763 #: ../src/guestfs-actions.pod:5477
14764 msgid ""
14765 "Note that this function cannot correctly handle binary files (specifically, "
14766 "files containing C<\\0> character which is treated as end of line).  For "
14767 "those you need to use the C<guestfs_read_file> function which has a more "
14768 "complex interface."
14769 msgstr ""
14770
14771 #. type: =head2
14772 #: ../src/guestfs-actions.pod:5488
14773 msgid "guestfs_readdir"
14774 msgstr ""
14775
14776 #. type: verbatim
14777 #: ../src/guestfs-actions.pod:5490
14778 #, no-wrap
14779 msgid ""
14780 " struct guestfs_dirent_list *\n"
14781 " guestfs_readdir (guestfs_h *g,\n"
14782 "                  const char *dir);\n"
14783 "\n"
14784 msgstr ""
14785
14786 #. type: textblock
14787 #: ../src/guestfs-actions.pod:5494 ../fish/guestfish-actions.pod:3686
14788 msgid "This returns the list of directory entries in directory C<dir>."
14789 msgstr ""
14790
14791 #. type: textblock
14792 #: ../src/guestfs-actions.pod:5496 ../fish/guestfish-actions.pod:3688
14793 msgid ""
14794 "All entries in the directory are returned, including C<.> and C<..>.  The "
14795 "entries are I<not> sorted, but returned in the same order as the underlying "
14796 "filesystem."
14797 msgstr ""
14798
14799 #. type: textblock
14800 #: ../src/guestfs-actions.pod:5500 ../fish/guestfish-actions.pod:3692
14801 msgid ""
14802 "Also this call returns basic file type information about each file.  The "
14803 "C<ftyp> field will contain one of the following characters:"
14804 msgstr ""
14805
14806 #. type: =item
14807 #: ../src/guestfs-actions.pod:5505 ../fish/guestfish-actions.pod:3697
14808 msgid "'b'"
14809 msgstr ""
14810
14811 #. type: textblock
14812 #: ../src/guestfs-actions.pod:5507 ../fish/guestfish-actions.pod:3699
14813 msgid "Block special"
14814 msgstr ""
14815
14816 #. type: =item
14817 #: ../src/guestfs-actions.pod:5509 ../fish/guestfish-actions.pod:3701
14818 msgid "'c'"
14819 msgstr ""
14820
14821 #. type: textblock
14822 #: ../src/guestfs-actions.pod:5511 ../fish/guestfish-actions.pod:3703
14823 msgid "Char special"
14824 msgstr ""
14825
14826 #. type: =item
14827 #: ../src/guestfs-actions.pod:5513 ../fish/guestfish-actions.pod:3705
14828 msgid "'d'"
14829 msgstr ""
14830
14831 #. type: textblock
14832 #: ../src/guestfs-actions.pod:5515 ../fish/guestfish-actions.pod:3707
14833 msgid "Directory"
14834 msgstr ""
14835
14836 #. type: =item
14837 #: ../src/guestfs-actions.pod:5517 ../fish/guestfish-actions.pod:3709
14838 msgid "'f'"
14839 msgstr ""
14840
14841 #. type: textblock
14842 #: ../src/guestfs-actions.pod:5519 ../fish/guestfish-actions.pod:3711
14843 msgid "FIFO (named pipe)"
14844 msgstr ""
14845
14846 #. type: =item
14847 #: ../src/guestfs-actions.pod:5521 ../fish/guestfish-actions.pod:3713
14848 msgid "'l'"
14849 msgstr ""
14850
14851 #. type: textblock
14852 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3715
14853 msgid "Symbolic link"
14854 msgstr ""
14855
14856 #. type: =item
14857 #: ../src/guestfs-actions.pod:5525 ../fish/guestfish-actions.pod:3717
14858 msgid "'r'"
14859 msgstr ""
14860
14861 #. type: textblock
14862 #: ../src/guestfs-actions.pod:5527 ../fish/guestfish-actions.pod:3719
14863 msgid "Regular file"
14864 msgstr ""
14865
14866 #. type: =item
14867 #: ../src/guestfs-actions.pod:5529 ../fish/guestfish-actions.pod:3721
14868 msgid "'s'"
14869 msgstr ""
14870
14871 #. type: textblock
14872 #: ../src/guestfs-actions.pod:5531 ../fish/guestfish-actions.pod:3723
14873 msgid "Socket"
14874 msgstr ""
14875
14876 #. type: =item
14877 #: ../src/guestfs-actions.pod:5533 ../fish/guestfish-actions.pod:3725
14878 msgid "'u'"
14879 msgstr ""
14880
14881 #. type: textblock
14882 #: ../src/guestfs-actions.pod:5535 ../fish/guestfish-actions.pod:3727
14883 msgid "Unknown file type"
14884 msgstr ""
14885
14886 #. type: =item
14887 #: ../src/guestfs-actions.pod:5537 ../fish/guestfish-actions.pod:3729
14888 msgid "'?'"
14889 msgstr ""
14890
14891 #. type: textblock
14892 #: ../src/guestfs-actions.pod:5539 ../fish/guestfish-actions.pod:3731
14893 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
14894 msgstr ""
14895
14896 #. type: textblock
14897 #: ../src/guestfs-actions.pod:5544
14898 msgid ""
14899 "This function is primarily intended for use by programs.  To get a simple "
14900 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
14901 "consumption, use C<guestfs_ll>."
14902 msgstr ""
14903
14904 #. type: textblock
14905 #: ../src/guestfs-actions.pod:5548
14906 msgid ""
14907 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
14908 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
14909 "use>."
14910 msgstr ""
14911
14912 #. type: =head2
14913 #: ../src/guestfs-actions.pod:5554
14914 msgid "guestfs_readlink"
14915 msgstr ""
14916
14917 #. type: verbatim
14918 #: ../src/guestfs-actions.pod:5556
14919 #, no-wrap
14920 msgid ""
14921 " char *\n"
14922 " guestfs_readlink (guestfs_h *g,\n"
14923 "                   const char *path);\n"
14924 "\n"
14925 msgstr ""
14926
14927 #. type: textblock
14928 #: ../src/guestfs-actions.pod:5560 ../fish/guestfish-actions.pod:3744
14929 msgid "This command reads the target of a symbolic link."
14930 msgstr ""
14931
14932 #. type: =head2
14933 #: ../src/guestfs-actions.pod:5567
14934 msgid "guestfs_readlinklist"
14935 msgstr ""
14936
14937 #. type: verbatim
14938 #: ../src/guestfs-actions.pod:5569
14939 #, no-wrap
14940 msgid ""
14941 " char **\n"
14942 " guestfs_readlinklist (guestfs_h *g,\n"
14943 "                       const char *path,\n"
14944 "                       char *const *names);\n"
14945 "\n"
14946 msgstr ""
14947
14948 #. type: textblock
14949 #: ../src/guestfs-actions.pod:5574 ../fish/guestfish-actions.pod:3750
14950 msgid ""
14951 "This call allows you to do a C<readlink> operation on multiple files, where "
14952 "all files are in the directory C<path>.  C<names> is the list of files from "
14953 "this directory."
14954 msgstr ""
14955
14956 #. type: textblock
14957 #: ../src/guestfs-actions.pod:5578 ../fish/guestfish-actions.pod:3754
14958 msgid ""
14959 "On return you get a list of strings, with a one-to-one correspondence to the "
14960 "C<names> list.  Each string is the value of the symbolic link."
14961 msgstr ""
14962
14963 #. type: textblock
14964 #: ../src/guestfs-actions.pod:5582 ../fish/guestfish-actions.pod:3758
14965 msgid ""
14966 "If the C<readlink(2)> operation fails on any name, then the corresponding "
14967 "result string is the empty string C<\"\">.  However the whole operation is "
14968 "completed even if there were C<readlink(2)> errors, and so you can call this "
14969 "function with names where you don't know if they are symbolic links already "
14970 "(albeit slightly less efficient)."
14971 msgstr ""
14972
14973 #. type: textblock
14974 #: ../src/guestfs-actions.pod:5589 ../fish/guestfish-actions.pod:3765
14975 msgid ""
14976 "This call is intended for programs that want to efficiently list a directory "
14977 "contents without making many round-trips.  Very long directory listings "
14978 "might cause the protocol message size to be exceeded, causing this call to "
14979 "fail.  The caller must split up such requests into smaller groups of names."
14980 msgstr ""
14981
14982 #. type: =head2
14983 #: ../src/guestfs-actions.pod:5602
14984 msgid "guestfs_realpath"
14985 msgstr ""
14986
14987 #. type: verbatim
14988 #: ../src/guestfs-actions.pod:5604
14989 #, no-wrap
14990 msgid ""
14991 " char *\n"
14992 " guestfs_realpath (guestfs_h *g,\n"
14993 "                   const char *path);\n"
14994 "\n"
14995 msgstr ""
14996
14997 #. type: textblock
14998 #: ../src/guestfs-actions.pod:5608 ../fish/guestfish-actions.pod:3776
14999 msgid ""
15000 "Return the canonicalized absolute pathname of C<path>.  The returned path "
15001 "has no C<.>, C<..> or symbolic link path elements."
15002 msgstr ""
15003
15004 #. type: =head2
15005 #: ../src/guestfs-actions.pod:5616
15006 msgid "guestfs_removexattr"
15007 msgstr ""
15008
15009 #. type: verbatim
15010 #: ../src/guestfs-actions.pod:5618
15011 #, no-wrap
15012 msgid ""
15013 " int\n"
15014 " guestfs_removexattr (guestfs_h *g,\n"
15015 "                      const char *xattr,\n"
15016 "                      const char *path);\n"
15017 "\n"
15018 msgstr ""
15019
15020 #. type: textblock
15021 #: ../src/guestfs-actions.pod:5623 ../fish/guestfish-actions.pod:3783
15022 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
15023 msgstr ""
15024
15025 #. type: textblock
15026 #: ../src/guestfs-actions.pod:5626
15027 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
15028 msgstr ""
15029
15030 #. type: =head2
15031 #: ../src/guestfs-actions.pod:5632
15032 msgid "guestfs_resize2fs"
15033 msgstr ""
15034
15035 #. type: verbatim
15036 #: ../src/guestfs-actions.pod:5634
15037 #, no-wrap
15038 msgid ""
15039 " int\n"
15040 " guestfs_resize2fs (guestfs_h *g,\n"
15041 "                    const char *device);\n"
15042 "\n"
15043 msgstr ""
15044
15045 #. type: textblock
15046 #: ../src/guestfs-actions.pod:5638 ../fish/guestfish-actions.pod:3792
15047 msgid ""
15048 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
15049 "underlying device."
15050 msgstr ""
15051
15052 #. type: textblock
15053 #: ../src/guestfs-actions.pod:5641
15054 msgid ""
15055 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
15056 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
15057 "sometimes gives an error about this and sometimes not.  In any case, it is "
15058 "always safe to call C<guestfs_e2fsck_f> before calling this function."
15059 msgstr ""
15060
15061 #. type: =head2
15062 #: ../src/guestfs-actions.pod:5651
15063 msgid "guestfs_resize2fs_M"
15064 msgstr ""
15065
15066 #. type: verbatim
15067 #: ../src/guestfs-actions.pod:5653
15068 #, no-wrap
15069 msgid ""
15070 " int\n"
15071 " guestfs_resize2fs_M (guestfs_h *g,\n"
15072 "                      const char *device);\n"
15073 "\n"
15074 msgstr ""
15075
15076 #. type: textblock
15077 #: ../src/guestfs-actions.pod:5657
15078 msgid ""
15079 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
15080 "resized to its minimum size.  This works like the I<-M> option to the "
15081 "C<resize2fs> command."
15082 msgstr ""
15083
15084 #. type: textblock
15085 #: ../src/guestfs-actions.pod:5661
15086 msgid ""
15087 "To get the resulting size of the filesystem you should call "
15088 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
15089 "These two numbers, multiplied together, give the resulting size of the "
15090 "minimal filesystem in bytes."
15091 msgstr ""
15092
15093 #. type: =head2
15094 #: ../src/guestfs-actions.pod:5668
15095 msgid "guestfs_resize2fs_size"
15096 msgstr ""
15097
15098 #. type: verbatim
15099 #: ../src/guestfs-actions.pod:5670
15100 #, no-wrap
15101 msgid ""
15102 " int\n"
15103 " guestfs_resize2fs_size (guestfs_h *g,\n"
15104 "                         const char *device,\n"
15105 "                         int64_t size);\n"
15106 "\n"
15107 msgstr ""
15108
15109 #. type: textblock
15110 #: ../src/guestfs-actions.pod:5675
15111 msgid ""
15112 "This command is the same as C<guestfs_resize2fs> except that it allows you "
15113 "to specify the new size (in bytes) explicitly."
15114 msgstr ""
15115
15116 #. type: =head2
15117 #: ../src/guestfs-actions.pod:5682
15118 msgid "guestfs_rm"
15119 msgstr ""
15120
15121 #. type: verbatim
15122 #: ../src/guestfs-actions.pod:5684
15123 #, no-wrap
15124 msgid ""
15125 " int\n"
15126 " guestfs_rm (guestfs_h *g,\n"
15127 "             const char *path);\n"
15128 "\n"
15129 msgstr ""
15130
15131 #. type: textblock
15132 #: ../src/guestfs-actions.pod:5688 ../fish/guestfish-actions.pod:3825
15133 msgid "Remove the single file C<path>."
15134 msgstr ""
15135
15136 #. type: =head2
15137 #: ../src/guestfs-actions.pod:5694
15138 msgid "guestfs_rm_rf"
15139 msgstr ""
15140
15141 #. type: verbatim
15142 #: ../src/guestfs-actions.pod:5696
15143 #, no-wrap
15144 msgid ""
15145 " int\n"
15146 " guestfs_rm_rf (guestfs_h *g,\n"
15147 "                const char *path);\n"
15148 "\n"
15149 msgstr ""
15150
15151 #. type: textblock
15152 #: ../src/guestfs-actions.pod:5700 ../fish/guestfish-actions.pod:3831
15153 msgid ""
15154 "Remove the file or directory C<path>, recursively removing the contents if "
15155 "its a directory.  This is like the C<rm -rf> shell command."
15156 msgstr ""
15157
15158 #. type: =head2
15159 #: ../src/guestfs-actions.pod:5708
15160 msgid "guestfs_rmdir"
15161 msgstr ""
15162
15163 #. type: verbatim
15164 #: ../src/guestfs-actions.pod:5710
15165 #, no-wrap
15166 msgid ""
15167 " int\n"
15168 " guestfs_rmdir (guestfs_h *g,\n"
15169 "                const char *path);\n"
15170 "\n"
15171 msgstr ""
15172
15173 #. type: textblock
15174 #: ../src/guestfs-actions.pod:5714 ../fish/guestfish-actions.pod:3839
15175 msgid "Remove the single directory C<path>."
15176 msgstr ""
15177
15178 #. type: =head2
15179 #: ../src/guestfs-actions.pod:5720
15180 msgid "guestfs_rmmountpoint"
15181 msgstr ""
15182
15183 #. type: verbatim
15184 #: ../src/guestfs-actions.pod:5722
15185 #, no-wrap
15186 msgid ""
15187 " int\n"
15188 " guestfs_rmmountpoint (guestfs_h *g,\n"
15189 "                       const char *exemptpath);\n"
15190 "\n"
15191 msgstr ""
15192
15193 #. type: textblock
15194 #: ../src/guestfs-actions.pod:5726
15195 msgid ""
15196 "This calls removes a mountpoint that was previously created with "
15197 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
15198 msgstr ""
15199
15200 #. type: =head2
15201 #: ../src/guestfs-actions.pod:5734
15202 msgid "guestfs_scrub_device"
15203 msgstr ""
15204
15205 #. type: verbatim
15206 #: ../src/guestfs-actions.pod:5736
15207 #, no-wrap
15208 msgid ""
15209 " int\n"
15210 " guestfs_scrub_device (guestfs_h *g,\n"
15211 "                       const char *device);\n"
15212 "\n"
15213 msgstr ""
15214
15215 #. type: textblock
15216 #: ../src/guestfs-actions.pod:5740 ../fish/guestfish-actions.pod:3853
15217 msgid ""
15218 "This command writes patterns over C<device> to make data retrieval more "
15219 "difficult."
15220 msgstr ""
15221
15222 #. type: textblock
15223 #: ../src/guestfs-actions.pod:5743 ../src/guestfs-actions.pod:5764 ../src/guestfs-actions.pod:5783 ../fish/guestfish-actions.pod:3856 ../fish/guestfish-actions.pod:3871 ../fish/guestfish-actions.pod:3884
15224 msgid ""
15225 "It is an interface to the L<scrub(1)> program.  See that manual page for "
15226 "more details."
15227 msgstr ""
15228
15229 #. type: textblock
15230 #: ../src/guestfs-actions.pod:5751 ../src/guestfs-actions.pod:5769 ../src/guestfs-actions.pod:5788
15231 msgid "(Added in 1.0.52)"
15232 msgstr ""
15233
15234 #. type: =head2
15235 #: ../src/guestfs-actions.pod:5753
15236 msgid "guestfs_scrub_file"
15237 msgstr ""
15238
15239 #. type: verbatim
15240 #: ../src/guestfs-actions.pod:5755
15241 #, no-wrap
15242 msgid ""
15243 " int\n"
15244 " guestfs_scrub_file (guestfs_h *g,\n"
15245 "                     const char *file);\n"
15246 "\n"
15247 msgstr ""
15248
15249 #. type: textblock
15250 #: ../src/guestfs-actions.pod:5759 ../fish/guestfish-actions.pod:3866
15251 msgid ""
15252 "This command writes patterns over a file to make data retrieval more "
15253 "difficult."
15254 msgstr ""
15255
15256 #. type: textblock
15257 #: ../src/guestfs-actions.pod:5762 ../fish/guestfish-actions.pod:3869
15258 msgid "The file is I<removed> after scrubbing."
15259 msgstr ""
15260
15261 #. type: =head2
15262 #: ../src/guestfs-actions.pod:5771
15263 msgid "guestfs_scrub_freespace"
15264 msgstr ""
15265
15266 #. type: verbatim
15267 #: ../src/guestfs-actions.pod:5773
15268 #, no-wrap
15269 msgid ""
15270 " int\n"
15271 " guestfs_scrub_freespace (guestfs_h *g,\n"
15272 "                          const char *dir);\n"
15273 "\n"
15274 msgstr ""
15275
15276 #. type: textblock
15277 #: ../src/guestfs-actions.pod:5777
15278 msgid ""
15279 "This command creates the directory C<dir> and then fills it with files until "
15280 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
15281 "and deletes them.  The intention is to scrub any free space on the partition "
15282 "containing C<dir>."
15283 msgstr ""
15284
15285 #. type: =head2
15286 #: ../src/guestfs-actions.pod:5790
15287 msgid "guestfs_set_append"
15288 msgstr ""
15289
15290 #. type: verbatim
15291 #: ../src/guestfs-actions.pod:5792
15292 #, no-wrap
15293 msgid ""
15294 " int\n"
15295 " guestfs_set_append (guestfs_h *g,\n"
15296 "                     const char *append);\n"
15297 "\n"
15298 msgstr ""
15299
15300 #. type: textblock
15301 #: ../src/guestfs-actions.pod:5796 ../fish/guestfish-actions.pod:3893
15302 msgid ""
15303 "This function is used to add additional options to the guest kernel command "
15304 "line."
15305 msgstr ""
15306
15307 #. type: textblock
15308 #: ../src/guestfs-actions.pod:5799 ../fish/guestfish-actions.pod:3896
15309 msgid ""
15310 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
15311 "environment variable."
15312 msgstr ""
15313
15314 #. type: textblock
15315 #: ../src/guestfs-actions.pod:5802 ../fish/guestfish-actions.pod:3899
15316 msgid ""
15317 "Setting C<append> to C<NULL> means I<no> additional options are passed "
15318 "(libguestfs always adds a few of its own)."
15319 msgstr ""
15320
15321 #. type: =head2
15322 #: ../src/guestfs-actions.pod:5809
15323 msgid "guestfs_set_attach_method"
15324 msgstr ""
15325
15326 #. type: verbatim
15327 #: ../src/guestfs-actions.pod:5811
15328 #, no-wrap
15329 msgid ""
15330 " int\n"
15331 " guestfs_set_attach_method (guestfs_h *g,\n"
15332 "                            const char *attachmethod);\n"
15333 "\n"
15334 msgstr ""
15335
15336 #. type: textblock
15337 #: ../src/guestfs-actions.pod:5815 ../fish/guestfish-actions.pod:3908
15338 msgid ""
15339 "Set the method that libguestfs uses to connect to the back end guestfsd "
15340 "daemon.  Possible methods are:"
15341 msgstr ""
15342
15343 #. type: textblock
15344 #: ../src/guestfs-actions.pod:5822 ../fish/guestfish-actions.pod:3915
15345 msgid ""
15346 "Launch an appliance and connect to it.  This is the ordinary method and the "
15347 "default."
15348 msgstr ""
15349
15350 #. type: =item
15351 #: ../src/guestfs-actions.pod:5825 ../fish/guestfish-actions.pod:3918
15352 msgid "C<unix:I<path>>"
15353 msgstr ""
15354
15355 #. type: textblock
15356 #: ../src/guestfs-actions.pod:5827 ../fish/guestfish-actions.pod:3920
15357 msgid "Connect to the Unix domain socket I<path>."
15358 msgstr ""
15359
15360 #. type: textblock
15361 #: ../src/guestfs-actions.pod:5829 ../fish/guestfish-actions.pod:3922
15362 msgid ""
15363 "This method lets you connect to an existing daemon or (using virtio-serial) "
15364 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
15365 "RUNNING DAEMONS>."
15366 msgstr ""
15367
15368 #. type: =head2
15369 #: ../src/guestfs-actions.pod:5837
15370 msgid "guestfs_set_autosync"
15371 msgstr ""
15372
15373 #. type: verbatim
15374 #: ../src/guestfs-actions.pod:5839
15375 #, no-wrap
15376 msgid ""
15377 " int\n"
15378 " guestfs_set_autosync (guestfs_h *g,\n"
15379 "                       int autosync);\n"
15380 "\n"
15381 msgstr ""
15382
15383 #. type: textblock
15384 #: ../src/guestfs-actions.pod:5843 ../fish/guestfish-actions.pod:3934
15385 msgid ""
15386 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
15387 "effort attempt to make filesystems consistent and synchronized when the "
15388 "handle is closed (also if the program exits without closing handles)."
15389 msgstr ""
15390
15391 #. type: textblock
15392 #: ../src/guestfs-actions.pod:5848 ../fish/guestfish-actions.pod:3939
15393 msgid ""
15394 "This is enabled by default (since libguestfs 1.5.24, previously it was "
15395 "disabled by default)."
15396 msgstr ""
15397
15398 #. type: =head2
15399 #: ../src/guestfs-actions.pod:5855
15400 msgid "guestfs_set_direct"
15401 msgstr ""
15402
15403 #. type: verbatim
15404 #: ../src/guestfs-actions.pod:5857
15405 #, no-wrap
15406 msgid ""
15407 " int\n"
15408 " guestfs_set_direct (guestfs_h *g,\n"
15409 "                     int direct);\n"
15410 "\n"
15411 msgstr ""
15412
15413 #. type: textblock
15414 #: ../src/guestfs-actions.pod:5861 ../fish/guestfish-actions.pod:3948
15415 msgid ""
15416 "If the direct appliance mode flag is enabled, then stdin and stdout are "
15417 "passed directly through to the appliance once it is launched."
15418 msgstr ""
15419
15420 #. type: textblock
15421 #: ../src/guestfs-actions.pod:5865
15422 msgid ""
15423 "One consequence of this is that log messages aren't caught by the library "
15424 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
15425 "stdout."
15426 msgstr ""
15427
15428 #. type: textblock
15429 #: ../src/guestfs-actions.pod:5869 ../fish/guestfish-actions.pod:3956
15430 msgid "You probably don't want to use this unless you know what you are doing."
15431 msgstr ""
15432
15433 #. type: textblock
15434 #: ../src/guestfs-actions.pod:5872 ../fish/guestfish-actions.pod:3959
15435 msgid "The default is disabled."
15436 msgstr ""
15437
15438 #. type: =head2
15439 #: ../src/guestfs-actions.pod:5878
15440 msgid "guestfs_set_e2label"
15441 msgstr ""
15442
15443 #. type: verbatim
15444 #: ../src/guestfs-actions.pod:5880
15445 #, no-wrap
15446 msgid ""
15447 " int\n"
15448 " guestfs_set_e2label (guestfs_h *g,\n"
15449 "                      const char *device,\n"
15450 "                      const char *label);\n"
15451 "\n"
15452 msgstr ""
15453
15454 #. type: textblock
15455 #: ../src/guestfs-actions.pod:5885 ../fish/guestfish-actions.pod:3965
15456 msgid ""
15457 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
15458 "C<label>.  Filesystem labels are limited to 16 characters."
15459 msgstr ""
15460
15461 #. type: textblock
15462 #: ../src/guestfs-actions.pod:5889
15463 msgid ""
15464 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
15465 "the existing label on a filesystem."
15466 msgstr ""
15467
15468 #. type: =head2
15469 #: ../src/guestfs-actions.pod:5896
15470 msgid "guestfs_set_e2uuid"
15471 msgstr ""
15472
15473 #. type: verbatim
15474 #: ../src/guestfs-actions.pod:5898
15475 #, no-wrap
15476 msgid ""
15477 " int\n"
15478 " guestfs_set_e2uuid (guestfs_h *g,\n"
15479 "                     const char *device,\n"
15480 "                     const char *uuid);\n"
15481 "\n"
15482 msgstr ""
15483
15484 #. type: textblock
15485 #: ../src/guestfs-actions.pod:5903 ../fish/guestfish-actions.pod:3976
15486 msgid ""
15487 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
15488 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
15489 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
15490 msgstr ""
15491
15492 #. type: textblock
15493 #: ../src/guestfs-actions.pod:5908
15494 msgid ""
15495 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
15496 "the existing UUID of a filesystem."
15497 msgstr ""
15498
15499 #. type: =head2
15500 #: ../src/guestfs-actions.pod:5915
15501 msgid "guestfs_set_memsize"
15502 msgstr ""
15503
15504 #. type: verbatim
15505 #: ../src/guestfs-actions.pod:5917
15506 #, no-wrap
15507 msgid ""
15508 " int\n"
15509 " guestfs_set_memsize (guestfs_h *g,\n"
15510 "                      int memsize);\n"
15511 "\n"
15512 msgstr ""
15513
15514 #. type: textblock
15515 #: ../src/guestfs-actions.pod:5921
15516 msgid ""
15517 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
15518 "This only has any effect if called before C<guestfs_launch>."
15519 msgstr ""
15520
15521 #. type: textblock
15522 #: ../src/guestfs-actions.pod:5925 ../fish/guestfish-actions.pod:3994
15523 msgid ""
15524 "You can also change this by setting the environment variable "
15525 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
15526 msgstr ""
15527
15528 #. type: =head2
15529 #: ../src/guestfs-actions.pod:5936
15530 msgid "guestfs_set_network"
15531 msgstr ""
15532
15533 #. type: verbatim
15534 #: ../src/guestfs-actions.pod:5938
15535 #, no-wrap
15536 msgid ""
15537 " int\n"
15538 " guestfs_set_network (guestfs_h *g,\n"
15539 "                      int network);\n"
15540 "\n"
15541 msgstr ""
15542
15543 #. type: textblock
15544 #: ../src/guestfs-actions.pod:5942 ../fish/guestfish-actions.pod:4007
15545 msgid ""
15546 "If C<network> is true, then the network is enabled in the libguestfs "
15547 "appliance.  The default is false."
15548 msgstr ""
15549
15550 #. type: textblock
15551 #: ../src/guestfs-actions.pod:5945 ../fish/guestfish-actions.pod:4010
15552 msgid ""
15553 "This affects whether commands are able to access the network (see "
15554 "L<guestfs(3)/RUNNING COMMANDS>)."
15555 msgstr ""
15556
15557 #. type: textblock
15558 #: ../src/guestfs-actions.pod:5948
15559 msgid ""
15560 "You must call this before calling C<guestfs_launch>, otherwise it has no "
15561 "effect."
15562 msgstr ""
15563
15564 #. type: =head2
15565 #: ../src/guestfs-actions.pod:5955
15566 msgid "guestfs_set_path"
15567 msgstr ""
15568
15569 #. type: verbatim
15570 #: ../src/guestfs-actions.pod:5957
15571 #, no-wrap
15572 msgid ""
15573 " int\n"
15574 " guestfs_set_path (guestfs_h *g,\n"
15575 "                   const char *searchpath);\n"
15576 "\n"
15577 msgstr ""
15578
15579 #. type: textblock
15580 #: ../src/guestfs-actions.pod:5961 ../fish/guestfish-actions.pod:4022
15581 msgid "Set the path that libguestfs searches for kernel and initrd.img."
15582 msgstr ""
15583
15584 #. type: textblock
15585 #: ../src/guestfs-actions.pod:5963 ../fish/guestfish-actions.pod:4024
15586 msgid ""
15587 "The default is C<$libdir/guestfs> unless overridden by setting "
15588 "C<LIBGUESTFS_PATH> environment variable."
15589 msgstr ""
15590
15591 #. type: textblock
15592 #: ../src/guestfs-actions.pod:5966 ../fish/guestfish-actions.pod:4027
15593 msgid "Setting C<path> to C<NULL> restores the default path."
15594 msgstr ""
15595
15596 #. type: =head2
15597 #: ../src/guestfs-actions.pod:5972
15598 msgid "guestfs_set_qemu"
15599 msgstr ""
15600
15601 #. type: verbatim
15602 #: ../src/guestfs-actions.pod:5974
15603 #, no-wrap
15604 msgid ""
15605 " int\n"
15606 " guestfs_set_qemu (guestfs_h *g,\n"
15607 "                   const char *qemu);\n"
15608 "\n"
15609 msgstr ""
15610
15611 #. type: textblock
15612 #: ../src/guestfs-actions.pod:5978 ../fish/guestfish-actions.pod:4035
15613 msgid "Set the qemu binary that we will use."
15614 msgstr ""
15615
15616 #. type: textblock
15617 #: ../src/guestfs-actions.pod:5980 ../fish/guestfish-actions.pod:4037
15618 msgid "The default is chosen when the library was compiled by the configure script."
15619 msgstr ""
15620
15621 #. type: textblock
15622 #: ../src/guestfs-actions.pod:5983 ../fish/guestfish-actions.pod:4040
15623 msgid ""
15624 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
15625 "variable."
15626 msgstr ""
15627
15628 #. type: textblock
15629 #: ../src/guestfs-actions.pod:5986 ../fish/guestfish-actions.pod:4043
15630 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
15631 msgstr ""
15632
15633 #. type: textblock
15634 #: ../src/guestfs-actions.pod:5988 ../fish/guestfish-actions.pod:4045
15635 msgid ""
15636 "Note that you should call this function as early as possible after creating "
15637 "the handle.  This is because some pre-launch operations depend on testing "
15638 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
15639 "don't retest features, and so you might see inconsistent results.  Using the "
15640 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
15641 "the qemu binary at the same time as the handle is created."
15642 msgstr ""
15643
15644 #. type: =head2
15645 #: ../src/guestfs-actions.pod:6000
15646 msgid "guestfs_set_recovery_proc"
15647 msgstr ""
15648
15649 #. type: verbatim
15650 #: ../src/guestfs-actions.pod:6002
15651 #, no-wrap
15652 msgid ""
15653 " int\n"
15654 " guestfs_set_recovery_proc (guestfs_h *g,\n"
15655 "                            int recoveryproc);\n"
15656 "\n"
15657 msgstr ""
15658
15659 #. type: textblock
15660 #: ../src/guestfs-actions.pod:6006
15661 msgid ""
15662 "If this is called with the parameter C<false> then C<guestfs_launch> does "
15663 "not create a recovery process.  The purpose of the recovery process is to "
15664 "stop runaway qemu processes in the case where the main program aborts "
15665 "abruptly."
15666 msgstr ""
15667
15668 #. type: textblock
15669 #: ../src/guestfs-actions.pod:6011
15670 msgid ""
15671 "This only has any effect if called before C<guestfs_launch>, and the default "
15672 "is true."
15673 msgstr ""
15674
15675 #. type: textblock
15676 #: ../src/guestfs-actions.pod:6014 ../fish/guestfish-actions.pod:4067
15677 msgid ""
15678 "About the only time when you would want to disable this is if the main "
15679 "process will fork itself into the background (\"daemonize\" itself).  In "
15680 "this case the recovery process thinks that the main program has disappeared "
15681 "and so kills qemu, which is not very helpful."
15682 msgstr ""
15683
15684 #. type: =head2
15685 #: ../src/guestfs-actions.pod:6024
15686 msgid "guestfs_set_selinux"
15687 msgstr ""
15688
15689 #. type: verbatim
15690 #: ../src/guestfs-actions.pod:6026
15691 #, no-wrap
15692 msgid ""
15693 " int\n"
15694 " guestfs_set_selinux (guestfs_h *g,\n"
15695 "                      int selinux);\n"
15696 "\n"
15697 msgstr ""
15698
15699 #. type: textblock
15700 #: ../src/guestfs-actions.pod:6030 ../fish/guestfish-actions.pod:4079
15701 msgid ""
15702 "This sets the selinux flag that is passed to the appliance at boot time.  "
15703 "The default is C<selinux=0> (disabled)."
15704 msgstr ""
15705
15706 #. type: textblock
15707 #: ../src/guestfs-actions.pod:6033 ../fish/guestfish-actions.pod:4082
15708 msgid ""
15709 "Note that if SELinux is enabled, it is always in Permissive mode "
15710 "(C<enforcing=0>)."
15711 msgstr ""
15712
15713 #. type: =head2
15714 #: ../src/guestfs-actions.pod:6043
15715 msgid "guestfs_set_trace"
15716 msgstr ""
15717
15718 #. type: verbatim
15719 #: ../src/guestfs-actions.pod:6045
15720 #, no-wrap
15721 msgid ""
15722 " int\n"
15723 " guestfs_set_trace (guestfs_h *g,\n"
15724 "                    int trace);\n"
15725 "\n"
15726 msgstr ""
15727
15728 #. type: textblock
15729 #: ../src/guestfs-actions.pod:6049 ../fish/guestfish-actions.pod:4094
15730 msgid ""
15731 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
15732 "return values are traced."
15733 msgstr ""
15734
15735 #. type: textblock
15736 #: ../src/guestfs-actions.pod:6052 ../fish/guestfish-actions.pod:4097
15737 msgid ""
15738 "If you want to trace C API calls into libguestfs (and other libraries) then "
15739 "possibly a better way is to use the external ltrace(1) command."
15740 msgstr ""
15741
15742 #. type: textblock
15743 #: ../src/guestfs-actions.pod:6056 ../fish/guestfish-actions.pod:4101
15744 msgid ""
15745 "Command traces are disabled unless the environment variable "
15746 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
15747 msgstr ""
15748
15749 #. type: textblock
15750 #: ../src/guestfs-actions.pod:6059
15751 msgid ""
15752 "Trace messages are normally sent to C<stderr>, unless you register a "
15753 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15754 msgstr ""
15755
15756 #. type: =head2
15757 #: ../src/guestfs-actions.pod:6067
15758 msgid "guestfs_set_verbose"
15759 msgstr ""
15760
15761 #. type: verbatim
15762 #: ../src/guestfs-actions.pod:6069
15763 #, no-wrap
15764 msgid ""
15765 " int\n"
15766 " guestfs_set_verbose (guestfs_h *g,\n"
15767 "                      int verbose);\n"
15768 "\n"
15769 msgstr ""
15770
15771 #. type: textblock
15772 #: ../src/guestfs-actions.pod:6073 ../fish/guestfish-actions.pod:4114
15773 msgid "If C<verbose> is true, this turns on verbose messages."
15774 msgstr ""
15775
15776 #. type: textblock
15777 #: ../src/guestfs-actions.pod:6075 ../fish/guestfish-actions.pod:4116
15778 msgid ""
15779 "Verbose messages are disabled unless the environment variable "
15780 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
15781 msgstr ""
15782
15783 #. type: textblock
15784 #: ../src/guestfs-actions.pod:6078
15785 msgid ""
15786 "Verbose messages are normally sent to C<stderr>, unless you register a "
15787 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15788 msgstr ""
15789
15790 #. type: =head2
15791 #: ../src/guestfs-actions.pod:6086
15792 msgid "guestfs_setcon"
15793 msgstr ""
15794
15795 #. type: verbatim
15796 #: ../src/guestfs-actions.pod:6088
15797 #, no-wrap
15798 msgid ""
15799 " int\n"
15800 " guestfs_setcon (guestfs_h *g,\n"
15801 "                 const char *context);\n"
15802 "\n"
15803 msgstr ""
15804
15805 #. type: textblock
15806 #: ../src/guestfs-actions.pod:6092 ../fish/guestfish-actions.pod:4127
15807 msgid ""
15808 "This sets the SELinux security context of the daemon to the string "
15809 "C<context>."
15810 msgstr ""
15811
15812 #. type: textblock
15813 #: ../src/guestfs-actions.pod:6095 ../fish/guestfish-actions.pod:4130
15814 msgid "See the documentation about SELINUX in L<guestfs(3)>."
15815 msgstr ""
15816
15817 #. type: =head2
15818 #: ../src/guestfs-actions.pod:6101
15819 msgid "guestfs_setxattr"
15820 msgstr ""
15821
15822 #. type: verbatim
15823 #: ../src/guestfs-actions.pod:6103
15824 #, no-wrap
15825 msgid ""
15826 " int\n"
15827 " guestfs_setxattr (guestfs_h *g,\n"
15828 "                   const char *xattr,\n"
15829 "                   const char *val,\n"
15830 "                   int vallen,\n"
15831 "                   const char *path);\n"
15832 "\n"
15833 msgstr ""
15834
15835 #. type: textblock
15836 #: ../src/guestfs-actions.pod:6110 ../fish/guestfish-actions.pod:4136
15837 msgid ""
15838 "This call sets the extended attribute named C<xattr> of the file C<path> to "
15839 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
15840 msgstr ""
15841
15842 #. type: textblock
15843 #: ../src/guestfs-actions.pod:6114
15844 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
15845 msgstr ""
15846
15847 #. type: =head2
15848 #: ../src/guestfs-actions.pod:6120
15849 msgid "guestfs_sfdisk"
15850 msgstr ""
15851
15852 #. type: verbatim
15853 #: ../src/guestfs-actions.pod:6122
15854 #, no-wrap
15855 msgid ""
15856 " int\n"
15857 " guestfs_sfdisk (guestfs_h *g,\n"
15858 "                 const char *device,\n"
15859 "                 int cyls,\n"
15860 "                 int heads,\n"
15861 "                 int sectors,\n"
15862 "                 char *const *lines);\n"
15863 "\n"
15864 msgstr ""
15865
15866 #. type: textblock
15867 #: ../src/guestfs-actions.pod:6130 ../fish/guestfish-actions.pod:4146
15868 msgid ""
15869 "This is a direct interface to the L<sfdisk(8)> program for creating "
15870 "partitions on block devices."
15871 msgstr ""
15872
15873 #. type: textblock
15874 #: ../src/guestfs-actions.pod:6133 ../fish/guestfish-actions.pod:4149
15875 msgid "C<device> should be a block device, for example C</dev/sda>."
15876 msgstr ""
15877
15878 #. type: textblock
15879 #: ../src/guestfs-actions.pod:6135 ../fish/guestfish-actions.pod:4151
15880 msgid ""
15881 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
15882 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
15883 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
15884 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
15885 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
15886 "the kernel) cannot work out the right geometry and you will need to tell it."
15887 msgstr ""
15888
15889 #. type: textblock
15890 #: ../src/guestfs-actions.pod:6143 ../fish/guestfish-actions.pod:4159
15891 msgid ""
15892 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
15893 "refer to the L<sfdisk(8)> manpage."
15894 msgstr ""
15895
15896 #. type: textblock
15897 #: ../src/guestfs-actions.pod:6146 ../fish/guestfish-actions.pod:4162
15898 msgid ""
15899 "To create a single partition occupying the whole disk, you would pass "
15900 "C<lines> as a single element list, when the single element being the string "
15901 "C<,> (comma)."
15902 msgstr ""
15903
15904 #. type: textblock
15905 #: ../src/guestfs-actions.pod:6150
15906 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
15907 msgstr ""
15908
15909 #. type: =head2
15910 #: ../src/guestfs-actions.pod:6160
15911 msgid "guestfs_sfdiskM"
15912 msgstr ""
15913
15914 #. type: verbatim
15915 #: ../src/guestfs-actions.pod:6162
15916 #, no-wrap
15917 msgid ""
15918 " int\n"
15919 " guestfs_sfdiskM (guestfs_h *g,\n"
15920 "                  const char *device,\n"
15921 "                  char *const *lines);\n"
15922 "\n"
15923 msgstr ""
15924
15925 #. type: textblock
15926 #: ../src/guestfs-actions.pod:6167
15927 msgid ""
15928 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
15929 "partition sizes are specified in megabytes only (rounded to the nearest "
15930 "cylinder) and you don't need to specify the cyls, heads and sectors "
15931 "parameters which were rarely if ever used anyway."
15932 msgstr ""
15933
15934 #. type: textblock
15935 #: ../src/guestfs-actions.pod:6173
15936 msgid ""
15937 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
15938 "C<guestfs_part_disk>"
15939 msgstr ""
15940
15941 #. type: =head2
15942 #: ../src/guestfs-actions.pod:6183
15943 msgid "guestfs_sfdisk_N"
15944 msgstr ""
15945
15946 #. type: verbatim
15947 #: ../src/guestfs-actions.pod:6185
15948 #, no-wrap
15949 msgid ""
15950 " int\n"
15951 " guestfs_sfdisk_N (guestfs_h *g,\n"
15952 "                   const char *device,\n"
15953 "                   int partnum,\n"
15954 "                   int cyls,\n"
15955 "                   int heads,\n"
15956 "                   int sectors,\n"
15957 "                   const char *line);\n"
15958 "\n"
15959 msgstr ""
15960
15961 #. type: textblock
15962 #: ../src/guestfs-actions.pod:6194 ../fish/guestfish-actions.pod:4192
15963 msgid ""
15964 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
15965 "(note: C<n> counts from 1)."
15966 msgstr ""
15967
15968 #. type: textblock
15969 #: ../src/guestfs-actions.pod:6197
15970 msgid ""
15971 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
15972 "for the cyls/heads/sectors parameters."
15973 msgstr ""
15974
15975 #. type: textblock
15976 #: ../src/guestfs-actions.pod:6200
15977 msgid "See also: C<guestfs_part_add>"
15978 msgstr ""
15979
15980 #. type: =head2
15981 #: ../src/guestfs-actions.pod:6209
15982 msgid "guestfs_sfdisk_disk_geometry"
15983 msgstr ""
15984
15985 #. type: verbatim
15986 #: ../src/guestfs-actions.pod:6211
15987 #, no-wrap
15988 msgid ""
15989 " char *\n"
15990 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
15991 "                               const char *device);\n"
15992 "\n"
15993 msgstr ""
15994
15995 #. type: textblock
15996 #: ../src/guestfs-actions.pod:6215
15997 msgid ""
15998 "This displays the disk geometry of C<device> read from the partition table.  "
15999 "Especially in the case where the underlying block device has been resized, "
16000 "this can be different from the kernel's idea of the geometry (see "
16001 "C<guestfs_sfdisk_kernel_geometry>)."
16002 msgstr ""
16003
16004 #. type: textblock
16005 #: ../src/guestfs-actions.pod:6220 ../src/guestfs-actions.pod:6236 ../fish/guestfish-actions.pod:4212 ../fish/guestfish-actions.pod:4221
16006 msgid "The result is in human-readable format, and not designed to be parsed."
16007 msgstr ""
16008
16009 #. type: =head2
16010 #: ../src/guestfs-actions.pod:6228
16011 msgid "guestfs_sfdisk_kernel_geometry"
16012 msgstr ""
16013
16014 #. type: verbatim
16015 #: ../src/guestfs-actions.pod:6230
16016 #, no-wrap
16017 msgid ""
16018 " char *\n"
16019 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
16020 "                                 const char *device);\n"
16021 "\n"
16022 msgstr ""
16023
16024 #. type: textblock
16025 #: ../src/guestfs-actions.pod:6234 ../fish/guestfish-actions.pod:4219
16026 msgid "This displays the kernel's idea of the geometry of C<device>."
16027 msgstr ""
16028
16029 #. type: =head2
16030 #: ../src/guestfs-actions.pod:6244
16031 msgid "guestfs_sfdisk_l"
16032 msgstr ""
16033
16034 #. type: verbatim
16035 #: ../src/guestfs-actions.pod:6246
16036 #, no-wrap
16037 msgid ""
16038 " char *\n"
16039 " guestfs_sfdisk_l (guestfs_h *g,\n"
16040 "                   const char *device);\n"
16041 "\n"
16042 msgstr ""
16043
16044 #. type: textblock
16045 #: ../src/guestfs-actions.pod:6250 ../fish/guestfish-actions.pod:4228
16046 msgid ""
16047 "This displays the partition table on C<device>, in the human-readable output "
16048 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
16049 msgstr ""
16050
16051 #. type: textblock
16052 #: ../src/guestfs-actions.pod:6254
16053 msgid "See also: C<guestfs_part_list>"
16054 msgstr ""
16055
16056 #. type: =head2
16057 #: ../src/guestfs-actions.pod:6261
16058 msgid "guestfs_sh"
16059 msgstr ""
16060
16061 #. type: verbatim
16062 #: ../src/guestfs-actions.pod:6263
16063 #, no-wrap
16064 msgid ""
16065 " char *\n"
16066 " guestfs_sh (guestfs_h *g,\n"
16067 "             const char *command);\n"
16068 "\n"
16069 msgstr ""
16070
16071 #. type: textblock
16072 #: ../src/guestfs-actions.pod:6267 ../fish/guestfish-actions.pod:4238
16073 msgid ""
16074 "This call runs a command from the guest filesystem via the guest's "
16075 "C</bin/sh>."
16076 msgstr ""
16077
16078 #. type: textblock
16079 #: ../src/guestfs-actions.pod:6270
16080 msgid "This is like C<guestfs_command>, but passes the command to:"
16081 msgstr ""
16082
16083 #. type: verbatim
16084 #: ../src/guestfs-actions.pod:6272 ../fish/guestfish-actions.pod:4243
16085 #, no-wrap
16086 msgid ""
16087 " /bin/sh -c \"command\"\n"
16088 "\n"
16089 msgstr ""
16090
16091 #. type: textblock
16092 #: ../src/guestfs-actions.pod:6274 ../fish/guestfish-actions.pod:4245
16093 msgid ""
16094 "Depending on the guest's shell, this usually results in wildcards being "
16095 "expanded, shell expressions being interpolated and so on."
16096 msgstr ""
16097
16098 #. type: textblock
16099 #: ../src/guestfs-actions.pod:6278
16100 msgid "All the provisos about C<guestfs_command> apply to this call."
16101 msgstr ""
16102
16103 #. type: =head2
16104 #: ../src/guestfs-actions.pod:6285
16105 msgid "guestfs_sh_lines"
16106 msgstr ""
16107
16108 #. type: verbatim
16109 #: ../src/guestfs-actions.pod:6287
16110 #, no-wrap
16111 msgid ""
16112 " char **\n"
16113 " guestfs_sh_lines (guestfs_h *g,\n"
16114 "                   const char *command);\n"
16115 "\n"
16116 msgstr ""
16117
16118 #. type: textblock
16119 #: ../src/guestfs-actions.pod:6291
16120 msgid ""
16121 "This is the same as C<guestfs_sh>, but splits the result into a list of "
16122 "lines."
16123 msgstr ""
16124
16125 #. type: textblock
16126 #: ../src/guestfs-actions.pod:6294
16127 msgid "See also: C<guestfs_command_lines>"
16128 msgstr ""
16129
16130 #. type: =head2
16131 #: ../src/guestfs-actions.pod:6302
16132 msgid "guestfs_sleep"
16133 msgstr ""
16134
16135 #. type: verbatim
16136 #: ../src/guestfs-actions.pod:6304
16137 #, no-wrap
16138 msgid ""
16139 " int\n"
16140 " guestfs_sleep (guestfs_h *g,\n"
16141 "                int secs);\n"
16142 "\n"
16143 msgstr ""
16144
16145 #. type: textblock
16146 #: ../src/guestfs-actions.pod:6308 ../fish/guestfish-actions.pod:4264
16147 msgid "Sleep for C<secs> seconds."
16148 msgstr ""
16149
16150 #. type: textblock
16151 #: ../src/guestfs-actions.pod:6312
16152 msgid "(Added in 1.0.41)"
16153 msgstr ""
16154
16155 #. type: =head2
16156 #: ../src/guestfs-actions.pod:6314 ../src/guestfs-structs.pod:109
16157 msgid "guestfs_stat"
16158 msgstr ""
16159
16160 #. type: verbatim
16161 #: ../src/guestfs-actions.pod:6316
16162 #, no-wrap
16163 msgid ""
16164 " struct guestfs_stat *\n"
16165 " guestfs_stat (guestfs_h *g,\n"
16166 "               const char *path);\n"
16167 "\n"
16168 msgstr ""
16169
16170 #. type: textblock
16171 #: ../src/guestfs-actions.pod:6322 ../fish/guestfish-actions.pod:4272
16172 msgid "This is the same as the C<stat(2)> system call."
16173 msgstr ""
16174
16175 #. type: =head2
16176 #: ../src/guestfs-actions.pod:6330 ../src/guestfs-structs.pod:135
16177 msgid "guestfs_statvfs"
16178 msgstr ""
16179
16180 #. type: verbatim
16181 #: ../src/guestfs-actions.pod:6332
16182 #, no-wrap
16183 msgid ""
16184 " struct guestfs_statvfs *\n"
16185 " guestfs_statvfs (guestfs_h *g,\n"
16186 "                  const char *path);\n"
16187 "\n"
16188 msgstr ""
16189
16190 #. type: textblock
16191 #: ../src/guestfs-actions.pod:6336 ../fish/guestfish-actions.pod:4278
16192 msgid ""
16193 "Returns file system statistics for any mounted file system.  C<path> should "
16194 "be a file or directory in the mounted file system (typically it is the mount "
16195 "point itself, but it doesn't need to be)."
16196 msgstr ""
16197
16198 #. type: textblock
16199 #: ../src/guestfs-actions.pod:6340 ../fish/guestfish-actions.pod:4282
16200 msgid "This is the same as the C<statvfs(2)> system call."
16201 msgstr ""
16202
16203 #. type: textblock
16204 #: ../src/guestfs-actions.pod:6342
16205 msgid ""
16206 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
16207 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
16208 msgstr ""
16209
16210 #. type: =head2
16211 #: ../src/guestfs-actions.pod:6348
16212 msgid "guestfs_strings"
16213 msgstr ""
16214
16215 #. type: verbatim
16216 #: ../src/guestfs-actions.pod:6350
16217 #, no-wrap
16218 msgid ""
16219 " char **\n"
16220 " guestfs_strings (guestfs_h *g,\n"
16221 "                  const char *path);\n"
16222 "\n"
16223 msgstr ""
16224
16225 #. type: textblock
16226 #: ../src/guestfs-actions.pod:6354 ../fish/guestfish-actions.pod:4288
16227 msgid ""
16228 "This runs the L<strings(1)> command on a file and returns the list of "
16229 "printable strings found."
16230 msgstr ""
16231
16232 #. type: =head2
16233 #: ../src/guestfs-actions.pod:6366
16234 msgid "guestfs_strings_e"
16235 msgstr ""
16236
16237 #. type: verbatim
16238 #: ../src/guestfs-actions.pod:6368
16239 #, no-wrap
16240 msgid ""
16241 " char **\n"
16242 " guestfs_strings_e (guestfs_h *g,\n"
16243 "                    const char *encoding,\n"
16244 "                    const char *path);\n"
16245 "\n"
16246 msgstr ""
16247
16248 #. type: textblock
16249 #: ../src/guestfs-actions.pod:6373
16250 msgid ""
16251 "This is like the C<guestfs_strings> command, but allows you to specify the "
16252 "encoding of strings that are looked for in the source file C<path>."
16253 msgstr ""
16254
16255 #. type: textblock
16256 #: ../src/guestfs-actions.pod:6377 ../fish/guestfish-actions.pod:4302
16257 msgid "Allowed encodings are:"
16258 msgstr ""
16259
16260 #. type: =item
16261 #: ../src/guestfs-actions.pod:6381 ../fish/guestfish-actions.pod:4306
16262 msgid "s"
16263 msgstr ""
16264
16265 #. type: textblock
16266 #: ../src/guestfs-actions.pod:6383
16267 msgid ""
16268 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
16269 "ISO-8859-X (this is what C<guestfs_strings> uses)."
16270 msgstr ""
16271
16272 #. type: =item
16273 #: ../src/guestfs-actions.pod:6386 ../fish/guestfish-actions.pod:4311
16274 msgid "S"
16275 msgstr ""
16276
16277 #. type: textblock
16278 #: ../src/guestfs-actions.pod:6388 ../fish/guestfish-actions.pod:4313
16279 msgid "Single 8-bit-byte characters."
16280 msgstr ""
16281
16282 #. type: =item
16283 #: ../src/guestfs-actions.pod:6390 ../fish/guestfish-actions.pod:4315
16284 msgid "b"
16285 msgstr ""
16286
16287 #. type: textblock
16288 #: ../src/guestfs-actions.pod:6392 ../fish/guestfish-actions.pod:4317
16289 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
16290 msgstr ""
16291
16292 #. type: =item
16293 #: ../src/guestfs-actions.pod:6395 ../fish/guestfish-actions.pod:4320
16294 msgid "l (lower case letter L)"
16295 msgstr ""
16296
16297 #. type: textblock
16298 #: ../src/guestfs-actions.pod:6397 ../fish/guestfish-actions.pod:4322
16299 msgid ""
16300 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
16301 "examining binaries in Windows guests."
16302 msgstr ""
16303
16304 #. type: =item
16305 #: ../src/guestfs-actions.pod:6400 ../fish/guestfish-actions.pod:4325
16306 msgid "B"
16307 msgstr ""
16308
16309 #. type: textblock
16310 #: ../src/guestfs-actions.pod:6402 ../fish/guestfish-actions.pod:4327
16311 msgid "32-bit big endian such as UCS-4BE."
16312 msgstr ""
16313
16314 #. type: =item
16315 #: ../src/guestfs-actions.pod:6404 ../fish/guestfish-actions.pod:4329
16316 msgid "L"
16317 msgstr ""
16318
16319 #. type: textblock
16320 #: ../src/guestfs-actions.pod:6406 ../fish/guestfish-actions.pod:4331
16321 msgid "32-bit little endian such as UCS-4LE."
16322 msgstr ""
16323
16324 #. type: textblock
16325 #: ../src/guestfs-actions.pod:6410 ../fish/guestfish-actions.pod:4335
16326 msgid "The returned strings are transcoded to UTF-8."
16327 msgstr ""
16328
16329 #. type: =head2
16330 #: ../src/guestfs-actions.pod:6421
16331 msgid "guestfs_swapoff_device"
16332 msgstr ""
16333
16334 #. type: verbatim
16335 #: ../src/guestfs-actions.pod:6423
16336 #, no-wrap
16337 msgid ""
16338 " int\n"
16339 " guestfs_swapoff_device (guestfs_h *g,\n"
16340 "                         const char *device);\n"
16341 "\n"
16342 msgstr ""
16343
16344 #. type: textblock
16345 #: ../src/guestfs-actions.pod:6427
16346 msgid ""
16347 "This command disables the libguestfs appliance swap device or partition "
16348 "named C<device>.  See C<guestfs_swapon_device>."
16349 msgstr ""
16350
16351 #. type: =head2
16352 #: ../src/guestfs-actions.pod:6435
16353 msgid "guestfs_swapoff_file"
16354 msgstr ""
16355
16356 #. type: verbatim
16357 #: ../src/guestfs-actions.pod:6437
16358 #, no-wrap
16359 msgid ""
16360 " int\n"
16361 " guestfs_swapoff_file (guestfs_h *g,\n"
16362 "                       const char *file);\n"
16363 "\n"
16364 msgstr ""
16365
16366 #. type: textblock
16367 #: ../src/guestfs-actions.pod:6441 ../fish/guestfish-actions.pod:4352
16368 msgid "This command disables the libguestfs appliance swap on file."
16369 msgstr ""
16370
16371 #. type: =head2
16372 #: ../src/guestfs-actions.pod:6447
16373 msgid "guestfs_swapoff_label"
16374 msgstr ""
16375
16376 #. type: verbatim
16377 #: ../src/guestfs-actions.pod:6449
16378 #, no-wrap
16379 msgid ""
16380 " int\n"
16381 " guestfs_swapoff_label (guestfs_h *g,\n"
16382 "                        const char *label);\n"
16383 "\n"
16384 msgstr ""
16385
16386 #. type: textblock
16387 #: ../src/guestfs-actions.pod:6453 ../fish/guestfish-actions.pod:4358
16388 msgid ""
16389 "This command disables the libguestfs appliance swap on labeled swap "
16390 "partition."
16391 msgstr ""
16392
16393 #. type: =head2
16394 #: ../src/guestfs-actions.pod:6460
16395 msgid "guestfs_swapoff_uuid"
16396 msgstr ""
16397
16398 #. type: verbatim
16399 #: ../src/guestfs-actions.pod:6462
16400 #, no-wrap
16401 msgid ""
16402 " int\n"
16403 " guestfs_swapoff_uuid (guestfs_h *g,\n"
16404 "                       const char *uuid);\n"
16405 "\n"
16406 msgstr ""
16407
16408 #. type: textblock
16409 #: ../src/guestfs-actions.pod:6466 ../fish/guestfish-actions.pod:4365
16410 msgid ""
16411 "This command disables the libguestfs appliance swap partition with the given "
16412 "UUID."
16413 msgstr ""
16414
16415 #. type: =head2
16416 #: ../src/guestfs-actions.pod:6473
16417 msgid "guestfs_swapon_device"
16418 msgstr ""
16419
16420 #. type: verbatim
16421 #: ../src/guestfs-actions.pod:6475
16422 #, no-wrap
16423 msgid ""
16424 " int\n"
16425 " guestfs_swapon_device (guestfs_h *g,\n"
16426 "                        const char *device);\n"
16427 "\n"
16428 msgstr ""
16429
16430 #. type: textblock
16431 #: ../src/guestfs-actions.pod:6479
16432 msgid ""
16433 "This command enables the libguestfs appliance to use the swap device or "
16434 "partition named C<device>.  The increased memory is made available for all "
16435 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
16436 msgstr ""
16437
16438 #. type: textblock
16439 #: ../src/guestfs-actions.pod:6484 ../fish/guestfish-actions.pod:4377
16440 msgid ""
16441 "Note that you should not swap to existing guest swap partitions unless you "
16442 "know what you are doing.  They may contain hibernation information, or other "
16443 "information that the guest doesn't want you to trash.  You also risk leaking "
16444 "information about the host to the guest this way.  Instead, attach a new "
16445 "host device to the guest and swap on that."
16446 msgstr ""
16447
16448 #. type: =head2
16449 #: ../src/guestfs-actions.pod:6495
16450 msgid "guestfs_swapon_file"
16451 msgstr ""
16452
16453 #. type: verbatim
16454 #: ../src/guestfs-actions.pod:6497
16455 #, no-wrap
16456 msgid ""
16457 " int\n"
16458 " guestfs_swapon_file (guestfs_h *g,\n"
16459 "                      const char *file);\n"
16460 "\n"
16461 msgstr ""
16462
16463 #. type: textblock
16464 #: ../src/guestfs-actions.pod:6501
16465 msgid ""
16466 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
16467 "notes."
16468 msgstr ""
16469
16470 #. type: =head2
16471 #: ../src/guestfs-actions.pod:6508
16472 msgid "guestfs_swapon_label"
16473 msgstr ""
16474
16475 #. type: verbatim
16476 #: ../src/guestfs-actions.pod:6510
16477 #, no-wrap
16478 msgid ""
16479 " int\n"
16480 " guestfs_swapon_label (guestfs_h *g,\n"
16481 "                       const char *label);\n"
16482 "\n"
16483 msgstr ""
16484
16485 #. type: textblock
16486 #: ../src/guestfs-actions.pod:6514
16487 msgid ""
16488 "This command enables swap to a labeled swap partition.  See "
16489 "C<guestfs_swapon_device> for other notes."
16490 msgstr ""
16491
16492 #. type: =head2
16493 #: ../src/guestfs-actions.pod:6521
16494 msgid "guestfs_swapon_uuid"
16495 msgstr ""
16496
16497 #. type: verbatim
16498 #: ../src/guestfs-actions.pod:6523
16499 #, no-wrap
16500 msgid ""
16501 " int\n"
16502 " guestfs_swapon_uuid (guestfs_h *g,\n"
16503 "                      const char *uuid);\n"
16504 "\n"
16505 msgstr ""
16506
16507 #. type: textblock
16508 #: ../src/guestfs-actions.pod:6527
16509 msgid ""
16510 "This command enables swap to a swap partition with the given UUID.  See "
16511 "C<guestfs_swapon_device> for other notes."
16512 msgstr ""
16513
16514 #. type: =head2
16515 #: ../src/guestfs-actions.pod:6534
16516 msgid "guestfs_sync"
16517 msgstr ""
16518
16519 #. type: verbatim
16520 #: ../src/guestfs-actions.pod:6536
16521 #, no-wrap
16522 msgid ""
16523 " int\n"
16524 " guestfs_sync (guestfs_h *g);\n"
16525 "\n"
16526 msgstr ""
16527
16528 #. type: textblock
16529 #: ../src/guestfs-actions.pod:6539 ../fish/guestfish-actions.pod:4409
16530 msgid ""
16531 "This syncs the disk, so that any writes are flushed through to the "
16532 "underlying disk image."
16533 msgstr ""
16534
16535 #. type: textblock
16536 #: ../src/guestfs-actions.pod:6542 ../fish/guestfish-actions.pod:4412
16537 msgid ""
16538 "You should always call this if you have modified a disk image, before "
16539 "closing the handle."
16540 msgstr ""
16541
16542 #. type: =head2
16543 #: ../src/guestfs-actions.pod:6549
16544 msgid "guestfs_tail"
16545 msgstr ""
16546
16547 #. type: verbatim
16548 #: ../src/guestfs-actions.pod:6551
16549 #, no-wrap
16550 msgid ""
16551 " char **\n"
16552 " guestfs_tail (guestfs_h *g,\n"
16553 "               const char *path);\n"
16554 "\n"
16555 msgstr ""
16556
16557 #. type: textblock
16558 #: ../src/guestfs-actions.pod:6555 ../fish/guestfish-actions.pod:4419
16559 msgid "This command returns up to the last 10 lines of a file as a list of strings."
16560 msgstr ""
16561
16562 #. type: =head2
16563 #: ../src/guestfs-actions.pod:6567
16564 msgid "guestfs_tail_n"
16565 msgstr ""
16566
16567 #. type: verbatim
16568 #: ../src/guestfs-actions.pod:6569
16569 #, no-wrap
16570 msgid ""
16571 " char **\n"
16572 " guestfs_tail_n (guestfs_h *g,\n"
16573 "                 int nrlines,\n"
16574 "                 const char *path);\n"
16575 "\n"
16576 msgstr ""
16577
16578 #. type: textblock
16579 #: ../src/guestfs-actions.pod:6574 ../fish/guestfish-actions.pod:4429
16580 msgid ""
16581 "If the parameter C<nrlines> is a positive number, this returns the last "
16582 "C<nrlines> lines of the file C<path>."
16583 msgstr ""
16584
16585 #. type: textblock
16586 #: ../src/guestfs-actions.pod:6577 ../fish/guestfish-actions.pod:4432
16587 msgid ""
16588 "If the parameter C<nrlines> is a negative number, this returns lines from "
16589 "the file C<path>, starting with the C<-nrlines>th line."
16590 msgstr ""
16591
16592 #. type: =head2
16593 #: ../src/guestfs-actions.pod:6591
16594 msgid "guestfs_tar_in"
16595 msgstr ""
16596
16597 #. type: verbatim
16598 #: ../src/guestfs-actions.pod:6593
16599 #, no-wrap
16600 msgid ""
16601 " int\n"
16602 " guestfs_tar_in (guestfs_h *g,\n"
16603 "                 const char *tarfile,\n"
16604 "                 const char *directory);\n"
16605 "\n"
16606 msgstr ""
16607
16608 #. type: textblock
16609 #: ../src/guestfs-actions.pod:6598 ../fish/guestfish-actions.pod:4444
16610 msgid ""
16611 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
16612 "tar file) into C<directory>."
16613 msgstr ""
16614
16615 #. type: textblock
16616 #: ../src/guestfs-actions.pod:6601
16617 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
16618 msgstr ""
16619
16620 #. type: textblock
16621 #: ../src/guestfs-actions.pod:6606 ../src/guestfs-actions.pod:6623 ../src/guestfs-actions.pod:6639 ../src/guestfs-actions.pod:6655
16622 msgid "(Added in 1.0.3)"
16623 msgstr ""
16624
16625 #. type: =head2
16626 #: ../src/guestfs-actions.pod:6608
16627 msgid "guestfs_tar_out"
16628 msgstr ""
16629
16630 #. type: verbatim
16631 #: ../src/guestfs-actions.pod:6610
16632 #, no-wrap
16633 msgid ""
16634 " int\n"
16635 " guestfs_tar_out (guestfs_h *g,\n"
16636 "                  const char *directory,\n"
16637 "                  const char *tarfile);\n"
16638 "\n"
16639 msgstr ""
16640
16641 #. type: textblock
16642 #: ../src/guestfs-actions.pod:6615 ../fish/guestfish-actions.pod:4456
16643 msgid ""
16644 "This command packs the contents of C<directory> and downloads it to local "
16645 "file C<tarfile>."
16646 msgstr ""
16647
16648 #. type: textblock
16649 #: ../src/guestfs-actions.pod:6618
16650 msgid ""
16651 "To download a compressed tarball, use C<guestfs_tgz_out> or "
16652 "C<guestfs_txz_out>."
16653 msgstr ""
16654
16655 #. type: =head2
16656 #: ../src/guestfs-actions.pod:6625
16657 msgid "guestfs_tgz_in"
16658 msgstr ""
16659
16660 #. type: verbatim
16661 #: ../src/guestfs-actions.pod:6627
16662 #, no-wrap
16663 msgid ""
16664 " int\n"
16665 " guestfs_tgz_in (guestfs_h *g,\n"
16666 "                 const char *tarball,\n"
16667 "                 const char *directory);\n"
16668 "\n"
16669 msgstr ""
16670
16671 #. type: textblock
16672 #: ../src/guestfs-actions.pod:6632 ../fish/guestfish-actions.pod:4468
16673 msgid ""
16674 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
16675 "tar file) into C<directory>."
16676 msgstr ""
16677
16678 #. type: textblock
16679 #: ../src/guestfs-actions.pod:6635
16680 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
16681 msgstr ""
16682
16683 #. type: =head2
16684 #: ../src/guestfs-actions.pod:6641
16685 msgid "guestfs_tgz_out"
16686 msgstr ""
16687
16688 #. type: verbatim
16689 #: ../src/guestfs-actions.pod:6643
16690 #, no-wrap
16691 msgid ""
16692 " int\n"
16693 " guestfs_tgz_out (guestfs_h *g,\n"
16694 "                  const char *directory,\n"
16695 "                  const char *tarball);\n"
16696 "\n"
16697 msgstr ""
16698
16699 #. type: textblock
16700 #: ../src/guestfs-actions.pod:6648 ../fish/guestfish-actions.pod:4479
16701 msgid ""
16702 "This command packs the contents of C<directory> and downloads it to local "
16703 "file C<tarball>."
16704 msgstr ""
16705
16706 #. type: textblock
16707 #: ../src/guestfs-actions.pod:6651
16708 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
16709 msgstr ""
16710
16711 #. type: =head2
16712 #: ../src/guestfs-actions.pod:6657
16713 msgid "guestfs_touch"
16714 msgstr ""
16715
16716 #. type: verbatim
16717 #: ../src/guestfs-actions.pod:6659
16718 #, no-wrap
16719 msgid ""
16720 " int\n"
16721 " guestfs_touch (guestfs_h *g,\n"
16722 "                const char *path);\n"
16723 "\n"
16724 msgstr ""
16725
16726 #. type: textblock
16727 #: ../src/guestfs-actions.pod:6663 ../fish/guestfish-actions.pod:4490
16728 msgid ""
16729 "Touch acts like the L<touch(1)> command.  It can be used to update the "
16730 "timestamps on a file, or, if the file does not exist, to create a new "
16731 "zero-length file."
16732 msgstr ""
16733
16734 #. type: textblock
16735 #: ../src/guestfs-actions.pod:6667 ../fish/guestfish-actions.pod:4494
16736 msgid ""
16737 "This command only works on regular files, and will fail on other file types "
16738 "such as directories, symbolic links, block special etc."
16739 msgstr ""
16740
16741 #. type: =head2
16742 #: ../src/guestfs-actions.pod:6674
16743 msgid "guestfs_truncate"
16744 msgstr ""
16745
16746 #. type: verbatim
16747 #: ../src/guestfs-actions.pod:6676
16748 #, no-wrap
16749 msgid ""
16750 " int\n"
16751 " guestfs_truncate (guestfs_h *g,\n"
16752 "                   const char *path);\n"
16753 "\n"
16754 msgstr ""
16755
16756 #. type: textblock
16757 #: ../src/guestfs-actions.pod:6680 ../fish/guestfish-actions.pod:4501
16758 msgid ""
16759 "This command truncates C<path> to a zero-length file.  The file must exist "
16760 "already."
16761 msgstr ""
16762
16763 #. type: =head2
16764 #: ../src/guestfs-actions.pod:6687
16765 msgid "guestfs_truncate_size"
16766 msgstr ""
16767
16768 #. type: verbatim
16769 #: ../src/guestfs-actions.pod:6689
16770 #, no-wrap
16771 msgid ""
16772 " int\n"
16773 " guestfs_truncate_size (guestfs_h *g,\n"
16774 "                        const char *path,\n"
16775 "                        int64_t size);\n"
16776 "\n"
16777 msgstr ""
16778
16779 #. type: textblock
16780 #: ../src/guestfs-actions.pod:6694 ../fish/guestfish-actions.pod:4508
16781 msgid ""
16782 "This command truncates C<path> to size C<size> bytes.  The file must exist "
16783 "already."
16784 msgstr ""
16785
16786 #. type: textblock
16787 #: ../src/guestfs-actions.pod:6697
16788 msgid ""
16789 "If the current file size is less than C<size> then the file is extended to "
16790 "the required size with zero bytes.  This creates a sparse file (ie. disk "
16791 "blocks are not allocated for the file until you write to it).  To create a "
16792 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
16793 msgstr ""
16794
16795 #. type: =head2
16796 #: ../src/guestfs-actions.pod:6707
16797 msgid "guestfs_tune2fs_l"
16798 msgstr ""
16799
16800 #. type: verbatim
16801 #: ../src/guestfs-actions.pod:6709
16802 #, no-wrap
16803 msgid ""
16804 " char **\n"
16805 " guestfs_tune2fs_l (guestfs_h *g,\n"
16806 "                    const char *device);\n"
16807 "\n"
16808 msgstr ""
16809
16810 #. type: textblock
16811 #: ../src/guestfs-actions.pod:6713 ../fish/guestfish-actions.pod:4521
16812 msgid ""
16813 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
16814 "C<device>."
16815 msgstr ""
16816
16817 #. type: textblock
16818 #: ../src/guestfs-actions.pod:6716 ../fish/guestfish-actions.pod:4524
16819 msgid ""
16820 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
16821 "for more details.  The list of fields returned isn't clearly defined, and "
16822 "depends on both the version of C<tune2fs> that libguestfs was built against, "
16823 "and the filesystem itself."
16824 msgstr ""
16825
16826 #. type: =head2
16827 #: ../src/guestfs-actions.pod:6729
16828 msgid "guestfs_txz_in"
16829 msgstr ""
16830
16831 #. type: verbatim
16832 #: ../src/guestfs-actions.pod:6731
16833 #, no-wrap
16834 msgid ""
16835 " int\n"
16836 " guestfs_txz_in (guestfs_h *g,\n"
16837 "                 const char *tarball,\n"
16838 "                 const char *directory);\n"
16839 "\n"
16840 msgstr ""
16841
16842 #. type: textblock
16843 #: ../src/guestfs-actions.pod:6736 ../fish/guestfish-actions.pod:4533
16844 msgid ""
16845 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
16846 "tar file) into C<directory>."
16847 msgstr ""
16848
16849 #. type: =head2
16850 #: ../src/guestfs-actions.pod:6743
16851 msgid "guestfs_txz_out"
16852 msgstr ""
16853
16854 #. type: verbatim
16855 #: ../src/guestfs-actions.pod:6745
16856 #, no-wrap
16857 msgid ""
16858 " int\n"
16859 " guestfs_txz_out (guestfs_h *g,\n"
16860 "                  const char *directory,\n"
16861 "                  const char *tarball);\n"
16862 "\n"
16863 msgstr ""
16864
16865 #. type: textblock
16866 #: ../src/guestfs-actions.pod:6750 ../fish/guestfish-actions.pod:4542
16867 msgid ""
16868 "This command packs the contents of C<directory> and downloads it to local "
16869 "file C<tarball> (as an xz compressed tar archive)."
16870 msgstr ""
16871
16872 #. type: =head2
16873 #: ../src/guestfs-actions.pod:6757
16874 msgid "guestfs_umask"
16875 msgstr ""
16876
16877 #. type: verbatim
16878 #: ../src/guestfs-actions.pod:6759
16879 #, no-wrap
16880 msgid ""
16881 " int\n"
16882 " guestfs_umask (guestfs_h *g,\n"
16883 "                int mask);\n"
16884 "\n"
16885 msgstr ""
16886
16887 #. type: textblock
16888 #: ../src/guestfs-actions.pod:6763 ../fish/guestfish-actions.pod:4551
16889 msgid ""
16890 "This function sets the mask used for creating new files and device nodes to "
16891 "C<mask & 0777>."
16892 msgstr ""
16893
16894 #. type: textblock
16895 #: ../src/guestfs-actions.pod:6766 ../fish/guestfish-actions.pod:4554
16896 msgid ""
16897 "Typical umask values would be C<022> which creates new files with "
16898 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
16899 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
16900 msgstr ""
16901
16902 #. type: textblock
16903 #: ../src/guestfs-actions.pod:6771 ../fish/guestfish-actions.pod:4559
16904 msgid ""
16905 "The default umask is C<022>.  This is important because it means that "
16906 "directories and device nodes will be created with C<0644> or C<0755> mode "
16907 "even if you specify C<0777>."
16908 msgstr ""
16909
16910 #. type: textblock
16911 #: ../src/guestfs-actions.pod:6775
16912 msgid ""
16913 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
16914 "C<guestfs_mkdir>."
16915 msgstr ""
16916
16917 #. type: textblock
16918 #: ../src/guestfs-actions.pod:6778 ../fish/guestfish-actions.pod:4566
16919 msgid "This call returns the previous umask."
16920 msgstr ""
16921
16922 #. type: =head2
16923 #: ../src/guestfs-actions.pod:6784
16924 msgid "guestfs_umount"
16925 msgstr ""
16926
16927 #. type: verbatim
16928 #: ../src/guestfs-actions.pod:6786
16929 #, no-wrap
16930 msgid ""
16931 " int\n"
16932 " guestfs_umount (guestfs_h *g,\n"
16933 "                 const char *pathordevice);\n"
16934 "\n"
16935 msgstr ""
16936
16937 #. type: textblock
16938 #: ../src/guestfs-actions.pod:6790 ../fish/guestfish-actions.pod:4574
16939 msgid ""
16940 "This unmounts the given filesystem.  The filesystem may be specified either "
16941 "by its mountpoint (path) or the device which contains the filesystem."
16942 msgstr ""
16943
16944 #. type: =head2
16945 #: ../src/guestfs-actions.pod:6798
16946 msgid "guestfs_umount_all"
16947 msgstr ""
16948
16949 #. type: verbatim
16950 #: ../src/guestfs-actions.pod:6800
16951 #, no-wrap
16952 msgid ""
16953 " int\n"
16954 " guestfs_umount_all (guestfs_h *g);\n"
16955 "\n"
16956 msgstr ""
16957
16958 #. type: textblock
16959 #: ../src/guestfs-actions.pod:6803 ../fish/guestfish-actions.pod:4584
16960 msgid "This unmounts all mounted filesystems."
16961 msgstr ""
16962
16963 #. type: textblock
16964 #: ../src/guestfs-actions.pod:6805 ../fish/guestfish-actions.pod:4586
16965 msgid "Some internal mounts are not unmounted by this call."
16966 msgstr ""
16967
16968 #. type: =head2
16969 #: ../src/guestfs-actions.pod:6811
16970 msgid "guestfs_upload"
16971 msgstr ""
16972
16973 #. type: verbatim
16974 #: ../src/guestfs-actions.pod:6813
16975 #, no-wrap
16976 msgid ""
16977 " int\n"
16978 " guestfs_upload (guestfs_h *g,\n"
16979 "                 const char *filename,\n"
16980 "                 const char *remotefilename);\n"
16981 "\n"
16982 msgstr ""
16983
16984 #. type: textblock
16985 #: ../src/guestfs-actions.pod:6818 ../src/guestfs-actions.pod:6842 ../fish/guestfish-actions.pod:4592 ../fish/guestfish-actions.pod:4605
16986 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
16987 msgstr ""
16988
16989 #. type: textblock
16990 #: ../src/guestfs-actions.pod:6823
16991 msgid "See also C<guestfs_download>."
16992 msgstr ""
16993
16994 #. type: =head2
16995 #: ../src/guestfs-actions.pod:6834
16996 msgid "guestfs_upload_offset"
16997 msgstr ""
16998
16999 #. type: verbatim
17000 #: ../src/guestfs-actions.pod:6836
17001 #, no-wrap
17002 msgid ""
17003 " int\n"
17004 " guestfs_upload_offset (guestfs_h *g,\n"
17005 "                        const char *filename,\n"
17006 "                        const char *remotefilename,\n"
17007 "                        int64_t offset);\n"
17008 "\n"
17009 msgstr ""
17010
17011 #. type: textblock
17012 #: ../src/guestfs-actions.pod:6845 ../fish/guestfish-actions.pod:4608
17013 msgid ""
17014 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
17015 "The intention is to overwrite parts of existing files or devices, although "
17016 "if a non-existant file is specified then it is created with a \"hole\" "
17017 "before C<offset>.  The size of the data written is implicit in the size of "
17018 "the source C<filename>."
17019 msgstr ""
17020
17021 #. type: textblock
17022 #: ../src/guestfs-actions.pod:6852
17023 msgid ""
17024 "Note that there is no limit on the amount of data that can be uploaded with "
17025 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
17026 "full amount unless an error occurs."
17027 msgstr ""
17028
17029 #. type: textblock
17030 #: ../src/guestfs-actions.pod:6857
17031 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
17032 msgstr ""
17033
17034 #. type: =head2
17035 #: ../src/guestfs-actions.pod:6868
17036 msgid "guestfs_utimens"
17037 msgstr ""
17038
17039 #. type: verbatim
17040 #: ../src/guestfs-actions.pod:6870
17041 #, no-wrap
17042 msgid ""
17043 " int\n"
17044 " guestfs_utimens (guestfs_h *g,\n"
17045 "                  const char *path,\n"
17046 "                  int64_t atsecs,\n"
17047 "                  int64_t atnsecs,\n"
17048 "                  int64_t mtsecs,\n"
17049 "                  int64_t mtnsecs);\n"
17050 "\n"
17051 msgstr ""
17052
17053 #. type: textblock
17054 #: ../src/guestfs-actions.pod:6878 ../fish/guestfish-actions.pod:4628
17055 msgid "This command sets the timestamps of a file with nanosecond precision."
17056 msgstr ""
17057
17058 #. type: textblock
17059 #: ../src/guestfs-actions.pod:6881 ../fish/guestfish-actions.pod:4631
17060 msgid ""
17061 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
17062 "from the epoch."
17063 msgstr ""
17064
17065 #. type: textblock
17066 #: ../src/guestfs-actions.pod:6884 ../fish/guestfish-actions.pod:4634
17067 msgid ""
17068 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
17069 "nanoseconds from the epoch."
17070 msgstr ""
17071
17072 #. type: textblock
17073 #: ../src/guestfs-actions.pod:6887 ../fish/guestfish-actions.pod:4637
17074 msgid ""
17075 "If the C<*nsecs> field contains the special value C<-1> then the "
17076 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
17077 "ignored in this case)."
17078 msgstr ""
17079
17080 #. type: textblock
17081 #: ../src/guestfs-actions.pod:6891 ../fish/guestfish-actions.pod:4641
17082 msgid ""
17083 "If the C<*nsecs> field contains the special value C<-2> then the "
17084 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
17085 "in this case)."
17086 msgstr ""
17087
17088 #. type: =head2
17089 #: ../src/guestfs-actions.pod:6899 ../src/guestfs-structs.pod:175
17090 msgid "guestfs_version"
17091 msgstr ""
17092
17093 #. type: verbatim
17094 #: ../src/guestfs-actions.pod:6901
17095 #, no-wrap
17096 msgid ""
17097 " struct guestfs_version *\n"
17098 " guestfs_version (guestfs_h *g);\n"
17099 "\n"
17100 msgstr ""
17101
17102 #. type: textblock
17103 #: ../src/guestfs-actions.pod:6904 ../fish/guestfish-actions.pod:4649
17104 msgid "Return the libguestfs version number that the program is linked against."
17105 msgstr ""
17106
17107 #. type: textblock
17108 #: ../src/guestfs-actions.pod:6907 ../fish/guestfish-actions.pod:4652
17109 msgid ""
17110 "Note that because of dynamic linking this is not necessarily the version of "
17111 "libguestfs that you compiled against.  You can compile the program, and then "
17112 "at runtime dynamically link against a completely different C<libguestfs.so> "
17113 "library."
17114 msgstr ""
17115
17116 #. type: textblock
17117 #: ../src/guestfs-actions.pod:6912 ../fish/guestfish-actions.pod:4657
17118 msgid ""
17119 "This call was added in version C<1.0.58>.  In previous versions of "
17120 "libguestfs there was no way to get the version number.  From C code you can "
17121 "use dynamic linker functions to find out if this symbol exists (if it "
17122 "doesn't, then it's an earlier version)."
17123 msgstr ""
17124
17125 #. type: textblock
17126 #: ../src/guestfs-actions.pod:6918 ../fish/guestfish-actions.pod:4663
17127 msgid ""
17128 "The call returns a structure with four elements.  The first three (C<major>, "
17129 "C<minor> and C<release>) are numbers and correspond to the usual version "
17130 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
17131 "but may be used for distro-specific information."
17132 msgstr ""
17133
17134 #. type: textblock
17135 #: ../src/guestfs-actions.pod:6924 ../fish/guestfish-actions.pod:4669
17136 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
17137 msgstr ""
17138
17139 #. type: textblock
17140 #: ../src/guestfs-actions.pod:6927 ../fish/guestfish-actions.pod:4672
17141 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
17142 msgstr ""
17143
17144 #. type: textblock
17145 #: ../src/guestfs-actions.pod:6929
17146 msgid ""
17147 "I<Note:> Don't use this call to test for availability of features.  In "
17148 "enterprise distributions we backport features from later versions into "
17149 "earlier versions, making this an unreliable way to test for features.  Use "
17150 "C<guestfs_available> instead."
17151 msgstr ""
17152
17153 #. type: textblock
17154 #: ../src/guestfs-actions.pod:6935
17155 msgid ""
17156 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
17157 "error.  I<The caller must call C<guestfs_free_version> after use>."
17158 msgstr ""
17159
17160 #. type: textblock
17161 #: ../src/guestfs-actions.pod:6939
17162 msgid "(Added in 1.0.58)"
17163 msgstr ""
17164
17165 #. type: =head2
17166 #: ../src/guestfs-actions.pod:6941
17167 msgid "guestfs_vfs_label"
17168 msgstr ""
17169
17170 #. type: verbatim
17171 #: ../src/guestfs-actions.pod:6943
17172 #, no-wrap
17173 msgid ""
17174 " char *\n"
17175 " guestfs_vfs_label (guestfs_h *g,\n"
17176 "                    const char *device);\n"
17177 "\n"
17178 msgstr ""
17179
17180 #. type: textblock
17181 #: ../src/guestfs-actions.pod:6947 ../fish/guestfish-actions.pod:4684
17182 msgid "This returns the filesystem label of the filesystem on C<device>."
17183 msgstr ""
17184
17185 #. type: textblock
17186 #: ../src/guestfs-actions.pod:6950 ../fish/guestfish-actions.pod:4687
17187 msgid "If the filesystem is unlabeled, this returns the empty string."
17188 msgstr ""
17189
17190 #. type: textblock
17191 #: ../src/guestfs-actions.pod:6952
17192 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
17193 msgstr ""
17194
17195 #. type: textblock
17196 #: ../src/guestfs-actions.pod:6957 ../src/guestfs-actions.pod:6994
17197 msgid "(Added in 1.3.18)"
17198 msgstr ""
17199
17200 #. type: =head2
17201 #: ../src/guestfs-actions.pod:6959
17202 msgid "guestfs_vfs_type"
17203 msgstr ""
17204
17205 #. type: verbatim
17206 #: ../src/guestfs-actions.pod:6961
17207 #, no-wrap
17208 msgid ""
17209 " char *\n"
17210 " guestfs_vfs_type (guestfs_h *g,\n"
17211 "                   const char *device);\n"
17212 "\n"
17213 msgstr ""
17214
17215 #. type: textblock
17216 #: ../src/guestfs-actions.pod:6965 ../fish/guestfish-actions.pod:4695
17217 msgid ""
17218 "This command gets the filesystem type corresponding to the filesystem on "
17219 "C<device>."
17220 msgstr ""
17221
17222 #. type: textblock
17223 #: ../src/guestfs-actions.pod:6968 ../fish/guestfish-actions.pod:4698
17224 msgid ""
17225 "For most filesystems, the result is the name of the Linux VFS module which "
17226 "would be used to mount this filesystem if you mounted it without specifying "
17227 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
17228 msgstr ""
17229
17230 #. type: =head2
17231 #: ../src/guestfs-actions.pod:6978
17232 msgid "guestfs_vfs_uuid"
17233 msgstr ""
17234
17235 #. type: verbatim
17236 #: ../src/guestfs-actions.pod:6980
17237 #, no-wrap
17238 msgid ""
17239 " char *\n"
17240 " guestfs_vfs_uuid (guestfs_h *g,\n"
17241 "                   const char *device);\n"
17242 "\n"
17243 msgstr ""
17244
17245 #. type: textblock
17246 #: ../src/guestfs-actions.pod:6984 ../fish/guestfish-actions.pod:4707
17247 msgid "This returns the filesystem UUID of the filesystem on C<device>."
17248 msgstr ""
17249
17250 #. type: textblock
17251 #: ../src/guestfs-actions.pod:6987 ../fish/guestfish-actions.pod:4710
17252 msgid "If the filesystem does not have a UUID, this returns the empty string."
17253 msgstr ""
17254
17255 #. type: textblock
17256 #: ../src/guestfs-actions.pod:6989
17257 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
17258 msgstr ""
17259
17260 #. type: =head2
17261 #: ../src/guestfs-actions.pod:6996
17262 msgid "guestfs_vg_activate"
17263 msgstr ""
17264
17265 #. type: verbatim
17266 #: ../src/guestfs-actions.pod:6998
17267 #, no-wrap
17268 msgid ""
17269 " int\n"
17270 " guestfs_vg_activate (guestfs_h *g,\n"
17271 "                      int activate,\n"
17272 "                      char *const *volgroups);\n"
17273 "\n"
17274 msgstr ""
17275
17276 #. type: textblock
17277 #: ../src/guestfs-actions.pod:7003 ../fish/guestfish-actions.pod:4718
17278 msgid ""
17279 "This command activates or (if C<activate> is false) deactivates all logical "
17280 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
17281 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
17282 "deactivated, then those devices disappear."
17283 msgstr ""
17284
17285 #. type: textblock
17286 #: ../src/guestfs-actions.pod:7009 ../fish/guestfish-actions.pod:4724
17287 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
17288 msgstr ""
17289
17290 #. type: textblock
17291 #: ../src/guestfs-actions.pod:7011 ../fish/guestfish-actions.pod:4726
17292 msgid ""
17293 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
17294 "activated or deactivated."
17295 msgstr ""
17296
17297 #. type: =head2
17298 #: ../src/guestfs-actions.pod:7018
17299 msgid "guestfs_vg_activate_all"
17300 msgstr ""
17301
17302 #. type: verbatim
17303 #: ../src/guestfs-actions.pod:7020
17304 #, no-wrap
17305 msgid ""
17306 " int\n"
17307 " guestfs_vg_activate_all (guestfs_h *g,\n"
17308 "                          int activate);\n"
17309 "\n"
17310 msgstr ""
17311
17312 #. type: textblock
17313 #: ../src/guestfs-actions.pod:7024 ../fish/guestfish-actions.pod:4733
17314 msgid ""
17315 "This command activates or (if C<activate> is false) deactivates all logical "
17316 "volumes in all volume groups.  If activated, then they are made known to the "
17317 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
17318 "those devices disappear."
17319 msgstr ""
17320
17321 #. type: textblock
17322 #: ../src/guestfs-actions.pod:7030 ../fish/guestfish-actions.pod:4739
17323 msgid "This command is the same as running C<vgchange -a y|n>"
17324 msgstr ""
17325
17326 #. type: =head2
17327 #: ../src/guestfs-actions.pod:7036
17328 msgid "guestfs_vgcreate"
17329 msgstr ""
17330
17331 #. type: verbatim
17332 #: ../src/guestfs-actions.pod:7038
17333 #, no-wrap
17334 msgid ""
17335 " int\n"
17336 " guestfs_vgcreate (guestfs_h *g,\n"
17337 "                   const char *volgroup,\n"
17338 "                   char *const *physvols);\n"
17339 "\n"
17340 msgstr ""
17341
17342 #. type: textblock
17343 #: ../src/guestfs-actions.pod:7043 ../fish/guestfish-actions.pod:4745
17344 msgid ""
17345 "This creates an LVM volume group called C<volgroup> from the non-empty list "
17346 "of physical volumes C<physvols>."
17347 msgstr ""
17348
17349 #. type: =head2
17350 #: ../src/guestfs-actions.pod:7050
17351 msgid "guestfs_vglvuuids"
17352 msgstr ""
17353
17354 #. type: verbatim
17355 #: ../src/guestfs-actions.pod:7052
17356 #, no-wrap
17357 msgid ""
17358 " char **\n"
17359 " guestfs_vglvuuids (guestfs_h *g,\n"
17360 "                    const char *vgname);\n"
17361 "\n"
17362 msgstr ""
17363
17364 #. type: textblock
17365 #: ../src/guestfs-actions.pod:7056 ../fish/guestfish-actions.pod:4752
17366 msgid ""
17367 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
17368 "volumes created in this volume group."
17369 msgstr ""
17370
17371 #. type: textblock
17372 #: ../src/guestfs-actions.pod:7059
17373 msgid ""
17374 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
17375 "associate logical volumes and volume groups."
17376 msgstr ""
17377
17378 #. type: textblock
17379 #: ../src/guestfs-actions.pod:7062
17380 msgid "See also C<guestfs_vgpvuuids>."
17381 msgstr ""
17382
17383 #. type: =head2
17384 #: ../src/guestfs-actions.pod:7070
17385 msgid "guestfs_vgpvuuids"
17386 msgstr ""
17387
17388 #. type: verbatim
17389 #: ../src/guestfs-actions.pod:7072
17390 #, no-wrap
17391 msgid ""
17392 " char **\n"
17393 " guestfs_vgpvuuids (guestfs_h *g,\n"
17394 "                    const char *vgname);\n"
17395 "\n"
17396 msgstr ""
17397
17398 #. type: textblock
17399 #: ../src/guestfs-actions.pod:7076 ../fish/guestfish-actions.pod:4764
17400 msgid ""
17401 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
17402 "volumes that this volume group resides on."
17403 msgstr ""
17404
17405 #. type: textblock
17406 #: ../src/guestfs-actions.pod:7079
17407 msgid ""
17408 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
17409 "associate physical volumes and volume groups."
17410 msgstr ""
17411
17412 #. type: textblock
17413 #: ../src/guestfs-actions.pod:7082
17414 msgid "See also C<guestfs_vglvuuids>."
17415 msgstr ""
17416
17417 #. type: =head2
17418 #: ../src/guestfs-actions.pod:7090
17419 msgid "guestfs_vgremove"
17420 msgstr ""
17421
17422 #. type: verbatim
17423 #: ../src/guestfs-actions.pod:7092
17424 #, no-wrap
17425 msgid ""
17426 " int\n"
17427 " guestfs_vgremove (guestfs_h *g,\n"
17428 "                   const char *vgname);\n"
17429 "\n"
17430 msgstr ""
17431
17432 #. type: textblock
17433 #: ../src/guestfs-actions.pod:7096 ../fish/guestfish-actions.pod:4776
17434 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
17435 msgstr ""
17436
17437 #. type: textblock
17438 #: ../src/guestfs-actions.pod:7098 ../fish/guestfish-actions.pod:4778
17439 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
17440 msgstr ""
17441
17442 #. type: =head2
17443 #: ../src/guestfs-actions.pod:7105
17444 msgid "guestfs_vgrename"
17445 msgstr ""
17446
17447 #. type: verbatim
17448 #: ../src/guestfs-actions.pod:7107
17449 #, no-wrap
17450 msgid ""
17451 " int\n"
17452 " guestfs_vgrename (guestfs_h *g,\n"
17453 "                   const char *volgroup,\n"
17454 "                   const char *newvolgroup);\n"
17455 "\n"
17456 msgstr ""
17457
17458 #. type: textblock
17459 #: ../src/guestfs-actions.pod:7112 ../fish/guestfish-actions.pod:4785
17460 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
17461 msgstr ""
17462
17463 #. type: =head2
17464 #: ../src/guestfs-actions.pod:7118
17465 msgid "guestfs_vgs"
17466 msgstr ""
17467
17468 #. type: verbatim
17469 #: ../src/guestfs-actions.pod:7120
17470 #, no-wrap
17471 msgid ""
17472 " char **\n"
17473 " guestfs_vgs (guestfs_h *g);\n"
17474 "\n"
17475 msgstr ""
17476
17477 #. type: textblock
17478 #: ../src/guestfs-actions.pod:7123 ../fish/guestfish-actions.pod:4791
17479 msgid ""
17480 "List all the volumes groups detected.  This is the equivalent of the "
17481 "L<vgs(8)> command."
17482 msgstr ""
17483
17484 #. type: textblock
17485 #: ../src/guestfs-actions.pod:7126 ../fish/guestfish-actions.pod:4794
17486 msgid ""
17487 "This returns a list of just the volume group names that were detected "
17488 "(eg. C<VolGroup00>)."
17489 msgstr ""
17490
17491 #. type: textblock
17492 #: ../src/guestfs-actions.pod:7129
17493 msgid "See also C<guestfs_vgs_full>."
17494 msgstr ""
17495
17496 #. type: =head2
17497 #: ../src/guestfs-actions.pod:7137
17498 msgid "guestfs_vgs_full"
17499 msgstr ""
17500
17501 #. type: verbatim
17502 #: ../src/guestfs-actions.pod:7139
17503 #, no-wrap
17504 msgid ""
17505 " struct guestfs_lvm_vg_list *\n"
17506 " guestfs_vgs_full (guestfs_h *g);\n"
17507 "\n"
17508 msgstr ""
17509
17510 #. type: textblock
17511 #: ../src/guestfs-actions.pod:7142 ../fish/guestfish-actions.pod:4803
17512 msgid ""
17513 "List all the volumes groups detected.  This is the equivalent of the "
17514 "L<vgs(8)> command.  The \"full\" version includes all fields."
17515 msgstr ""
17516
17517 #. type: textblock
17518 #: ../src/guestfs-actions.pod:7145
17519 msgid ""
17520 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
17521 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
17522 "use>."
17523 msgstr ""
17524
17525 #. type: =head2
17526 #: ../src/guestfs-actions.pod:7151
17527 msgid "guestfs_vgscan"
17528 msgstr ""
17529
17530 #. type: verbatim
17531 #: ../src/guestfs-actions.pod:7153
17532 #, no-wrap
17533 msgid ""
17534 " int\n"
17535 " guestfs_vgscan (guestfs_h *g);\n"
17536 "\n"
17537 msgstr ""
17538
17539 #. type: textblock
17540 #: ../src/guestfs-actions.pod:7156 ../fish/guestfish-actions.pod:4810
17541 msgid ""
17542 "This rescans all block devices and rebuilds the list of LVM physical "
17543 "volumes, volume groups and logical volumes."
17544 msgstr ""
17545
17546 #. type: =head2
17547 #: ../src/guestfs-actions.pod:7163
17548 msgid "guestfs_vguuid"
17549 msgstr ""
17550
17551 #. type: verbatim
17552 #: ../src/guestfs-actions.pod:7165
17553 #, no-wrap
17554 msgid ""
17555 " char *\n"
17556 " guestfs_vguuid (guestfs_h *g,\n"
17557 "                 const char *vgname);\n"
17558 "\n"
17559 msgstr ""
17560
17561 #. type: textblock
17562 #: ../src/guestfs-actions.pod:7169 ../fish/guestfish-actions.pod:4817
17563 msgid "This command returns the UUID of the LVM VG named C<vgname>."
17564 msgstr ""
17565
17566 #. type: =head2
17567 #: ../src/guestfs-actions.pod:7176
17568 msgid "guestfs_wait_ready"
17569 msgstr ""
17570
17571 #. type: verbatim
17572 #: ../src/guestfs-actions.pod:7178
17573 #, no-wrap
17574 msgid ""
17575 " int\n"
17576 " guestfs_wait_ready (guestfs_h *g);\n"
17577 "\n"
17578 msgstr ""
17579
17580 #. type: textblock
17581 #: ../src/guestfs-actions.pod:7181
17582 msgid "This function is a no op."
17583 msgstr ""
17584
17585 #. type: textblock
17586 #: ../src/guestfs-actions.pod:7183
17587 msgid ""
17588 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
17589 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
17590 "is no longer necessary because C<guestfs_launch> now does the waiting."
17591 msgstr ""
17592
17593 #. type: textblock
17594 #: ../src/guestfs-actions.pod:7188
17595 msgid ""
17596 "If you see any calls to this function in code then you can just remove them, "
17597 "unless you want to retain compatibility with older versions of the API."
17598 msgstr ""
17599
17600 #. type: =head2
17601 #: ../src/guestfs-actions.pod:7196
17602 msgid "guestfs_wc_c"
17603 msgstr ""
17604
17605 #. type: verbatim
17606 #: ../src/guestfs-actions.pod:7198
17607 #, no-wrap
17608 msgid ""
17609 " int\n"
17610 " guestfs_wc_c (guestfs_h *g,\n"
17611 "               const char *path);\n"
17612 "\n"
17613 msgstr ""
17614
17615 #. type: textblock
17616 #: ../src/guestfs-actions.pod:7202 ../fish/guestfish-actions.pod:4823
17617 msgid ""
17618 "This command counts the characters in a file, using the C<wc -c> external "
17619 "command."
17620 msgstr ""
17621
17622 #. type: =head2
17623 #: ../src/guestfs-actions.pod:7209
17624 msgid "guestfs_wc_l"
17625 msgstr ""
17626
17627 #. type: verbatim
17628 #: ../src/guestfs-actions.pod:7211
17629 #, no-wrap
17630 msgid ""
17631 " int\n"
17632 " guestfs_wc_l (guestfs_h *g,\n"
17633 "               const char *path);\n"
17634 "\n"
17635 msgstr ""
17636
17637 #. type: textblock
17638 #: ../src/guestfs-actions.pod:7215 ../fish/guestfish-actions.pod:4830
17639 msgid ""
17640 "This command counts the lines in a file, using the C<wc -l> external "
17641 "command."
17642 msgstr ""
17643
17644 #. type: =head2
17645 #: ../src/guestfs-actions.pod:7222
17646 msgid "guestfs_wc_w"
17647 msgstr ""
17648
17649 #. type: verbatim
17650 #: ../src/guestfs-actions.pod:7224
17651 #, no-wrap
17652 msgid ""
17653 " int\n"
17654 " guestfs_wc_w (guestfs_h *g,\n"
17655 "               const char *path);\n"
17656 "\n"
17657 msgstr ""
17658
17659 #. type: textblock
17660 #: ../src/guestfs-actions.pod:7228 ../fish/guestfish-actions.pod:4837
17661 msgid ""
17662 "This command counts the words in a file, using the C<wc -w> external "
17663 "command."
17664 msgstr ""
17665
17666 #. type: =head2
17667 #: ../src/guestfs-actions.pod:7235
17668 msgid "guestfs_write"
17669 msgstr ""
17670
17671 #. type: verbatim
17672 #: ../src/guestfs-actions.pod:7237
17673 #, no-wrap
17674 msgid ""
17675 " int\n"
17676 " guestfs_write (guestfs_h *g,\n"
17677 "                const char *path,\n"
17678 "                const char *content,\n"
17679 "                size_t content_size);\n"
17680 "\n"
17681 msgstr ""
17682
17683 #. type: textblock
17684 #: ../src/guestfs-actions.pod:7243 ../fish/guestfish-actions.pod:4844
17685 msgid ""
17686 "This call creates a file called C<path>.  The content of the file is the "
17687 "string C<content> (which can contain any 8 bit data)."
17688 msgstr ""
17689
17690 #. type: =head2
17691 #: ../src/guestfs-actions.pod:7253
17692 msgid "guestfs_write_file"
17693 msgstr ""
17694
17695 #. type: verbatim
17696 #: ../src/guestfs-actions.pod:7255
17697 #, no-wrap
17698 msgid ""
17699 " int\n"
17700 " guestfs_write_file (guestfs_h *g,\n"
17701 "                     const char *path,\n"
17702 "                     const char *content,\n"
17703 "                     int size);\n"
17704 "\n"
17705 msgstr ""
17706
17707 #. type: textblock
17708 #: ../src/guestfs-actions.pod:7261 ../fish/guestfish-actions.pod:4854
17709 msgid ""
17710 "This call creates a file called C<path>.  The contents of the file is the "
17711 "string C<content> (which can contain any 8 bit data), with length C<size>."
17712 msgstr ""
17713
17714 #. type: textblock
17715 #: ../src/guestfs-actions.pod:7265 ../fish/guestfish-actions.pod:4858
17716 msgid ""
17717 "As a special case, if C<size> is C<0> then the length is calculated using "
17718 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
17719 msgstr ""
17720
17721 #. type: textblock
17722 #: ../src/guestfs-actions.pod:7269 ../fish/guestfish-actions.pod:4862
17723 msgid ""
17724 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
17725 "I<not> work, even if the length is specified."
17726 msgstr ""
17727
17728 #. type: textblock
17729 #: ../src/guestfs-actions.pod:7277 ../fish/guestfish-actions.pod:4868
17730 msgid "This function is deprecated.  In new code, use the C<write> call instead."
17731 msgstr ""
17732
17733 #. type: =head2
17734 #: ../src/guestfs-actions.pod:7286
17735 msgid "guestfs_zegrep"
17736 msgstr ""
17737
17738 #. type: verbatim
17739 #: ../src/guestfs-actions.pod:7288
17740 #, no-wrap
17741 msgid ""
17742 " char **\n"
17743 " guestfs_zegrep (guestfs_h *g,\n"
17744 "                 const char *regex,\n"
17745 "                 const char *path);\n"
17746 "\n"
17747 msgstr ""
17748
17749 #. type: textblock
17750 #: ../src/guestfs-actions.pod:7293 ../fish/guestfish-actions.pod:4879
17751 msgid "This calls the external C<zegrep> program and returns the matching lines."
17752 msgstr ""
17753
17754 #. type: =head2
17755 #: ../src/guestfs-actions.pod:7305
17756 msgid "guestfs_zegrepi"
17757 msgstr ""
17758
17759 #. type: verbatim
17760 #: ../src/guestfs-actions.pod:7307
17761 #, no-wrap
17762 msgid ""
17763 " char **\n"
17764 " guestfs_zegrepi (guestfs_h *g,\n"
17765 "                  const char *regex,\n"
17766 "                  const char *path);\n"
17767 "\n"
17768 msgstr ""
17769
17770 #. type: textblock
17771 #: ../src/guestfs-actions.pod:7312 ../fish/guestfish-actions.pod:4889
17772 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
17773 msgstr ""
17774
17775 #. type: =head2
17776 #: ../src/guestfs-actions.pod:7324
17777 msgid "guestfs_zero"
17778 msgstr ""
17779
17780 #. type: verbatim
17781 #: ../src/guestfs-actions.pod:7326
17782 #, no-wrap
17783 msgid ""
17784 " int\n"
17785 " guestfs_zero (guestfs_h *g,\n"
17786 "               const char *device);\n"
17787 "\n"
17788 msgstr ""
17789
17790 #. type: textblock
17791 #: ../src/guestfs-actions.pod:7330 ../fish/guestfish-actions.pod:4899
17792 msgid "This command writes zeroes over the first few blocks of C<device>."
17793 msgstr ""
17794
17795 #. type: textblock
17796 #: ../src/guestfs-actions.pod:7332 ../fish/guestfish-actions.pod:4901
17797 msgid ""
17798 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
17799 "securely wipe the device).  It should be sufficient to remove any partition "
17800 "tables, filesystem superblocks and so on."
17801 msgstr ""
17802
17803 #. type: textblock
17804 #: ../src/guestfs-actions.pod:7336
17805 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
17806 msgstr ""
17807
17808 #. type: =head2
17809 #: ../src/guestfs-actions.pod:7347
17810 msgid "guestfs_zero_device"
17811 msgstr ""
17812
17813 #. type: verbatim
17814 #: ../src/guestfs-actions.pod:7349
17815 #, no-wrap
17816 msgid ""
17817 " int\n"
17818 " guestfs_zero_device (guestfs_h *g,\n"
17819 "                      const char *device);\n"
17820 "\n"
17821 msgstr ""
17822
17823 #. type: textblock
17824 #: ../src/guestfs-actions.pod:7353
17825 msgid ""
17826 "This command writes zeroes over the entire C<device>.  Compare with "
17827 "C<guestfs_zero> which just zeroes the first few blocks of a device."
17828 msgstr ""
17829
17830 #. type: textblock
17831 #: ../src/guestfs-actions.pod:7367
17832 msgid "(Added in 1.3.1)"
17833 msgstr ""
17834
17835 #. type: =head2
17836 #: ../src/guestfs-actions.pod:7369
17837 msgid "guestfs_zerofree"
17838 msgstr ""
17839
17840 #. type: verbatim
17841 #: ../src/guestfs-actions.pod:7371
17842 #, no-wrap
17843 msgid ""
17844 " int\n"
17845 " guestfs_zerofree (guestfs_h *g,\n"
17846 "                   const char *device);\n"
17847 "\n"
17848 msgstr ""
17849
17850 #. type: textblock
17851 #: ../src/guestfs-actions.pod:7375 ../fish/guestfish-actions.pod:4922
17852 msgid ""
17853 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
17854 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
17855 "possible to compress the filesystem more effectively."
17856 msgstr ""
17857
17858 #. type: textblock
17859 #: ../src/guestfs-actions.pod:7380 ../fish/guestfish-actions.pod:4927
17860 msgid "You should B<not> run this program if the filesystem is mounted."
17861 msgstr ""
17862
17863 #. type: textblock
17864 #: ../src/guestfs-actions.pod:7383 ../fish/guestfish-actions.pod:4930
17865 msgid ""
17866 "It is possible that using this program can damage the filesystem or data on "
17867 "the filesystem."
17868 msgstr ""
17869
17870 #. type: =head2
17871 #: ../src/guestfs-actions.pod:7390
17872 msgid "guestfs_zfgrep"
17873 msgstr ""
17874
17875 #. type: verbatim
17876 #: ../src/guestfs-actions.pod:7392
17877 #, no-wrap
17878 msgid ""
17879 " char **\n"
17880 " guestfs_zfgrep (guestfs_h *g,\n"
17881 "                 const char *pattern,\n"
17882 "                 const char *path);\n"
17883 "\n"
17884 msgstr ""
17885
17886 #. type: textblock
17887 #: ../src/guestfs-actions.pod:7397 ../fish/guestfish-actions.pod:4937
17888 msgid "This calls the external C<zfgrep> program and returns the matching lines."
17889 msgstr ""
17890
17891 #. type: =head2
17892 #: ../src/guestfs-actions.pod:7409
17893 msgid "guestfs_zfgrepi"
17894 msgstr ""
17895
17896 #. type: verbatim
17897 #: ../src/guestfs-actions.pod:7411
17898 #, no-wrap
17899 msgid ""
17900 " char **\n"
17901 " guestfs_zfgrepi (guestfs_h *g,\n"
17902 "                  const char *pattern,\n"
17903 "                  const char *path);\n"
17904 "\n"
17905 msgstr ""
17906
17907 #. type: textblock
17908 #: ../src/guestfs-actions.pod:7416 ../fish/guestfish-actions.pod:4947
17909 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
17910 msgstr ""
17911
17912 #. type: =head2
17913 #: ../src/guestfs-actions.pod:7428
17914 msgid "guestfs_zfile"
17915 msgstr ""
17916
17917 #. type: verbatim
17918 #: ../src/guestfs-actions.pod:7430
17919 #, no-wrap
17920 msgid ""
17921 " char *\n"
17922 " guestfs_zfile (guestfs_h *g,\n"
17923 "                const char *meth,\n"
17924 "                const char *path);\n"
17925 "\n"
17926 msgstr ""
17927
17928 #. type: textblock
17929 #: ../src/guestfs-actions.pod:7435 ../fish/guestfish-actions.pod:4957
17930 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
17931 msgstr ""
17932
17933 #. type: textblock
17934 #: ../src/guestfs-actions.pod:7438 ../fish/guestfish-actions.pod:4960
17935 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
17936 msgstr ""
17937
17938 #. type: textblock
17939 #: ../src/guestfs-actions.pod:7440
17940 msgid ""
17941 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
17942 "files."
17943 msgstr ""
17944
17945 #. type: textblock
17946 #: ../src/guestfs-actions.pod:7446 ../fish/guestfish-actions.pod:4965
17947 msgid "This function is deprecated.  In new code, use the C<file> call instead."
17948 msgstr ""
17949
17950 #. type: =head2
17951 #: ../src/guestfs-actions.pod:7455
17952 msgid "guestfs_zgrep"
17953 msgstr ""
17954
17955 #. type: verbatim
17956 #: ../src/guestfs-actions.pod:7457
17957 #, no-wrap
17958 msgid ""
17959 " char **\n"
17960 " guestfs_zgrep (guestfs_h *g,\n"
17961 "                const char *regex,\n"
17962 "                const char *path);\n"
17963 "\n"
17964 msgstr ""
17965
17966 #. type: textblock
17967 #: ../src/guestfs-actions.pod:7462 ../fish/guestfish-actions.pod:4976
17968 msgid "This calls the external C<zgrep> program and returns the matching lines."
17969 msgstr ""
17970
17971 #. type: =head2
17972 #: ../src/guestfs-actions.pod:7474
17973 msgid "guestfs_zgrepi"
17974 msgstr ""
17975
17976 #. type: verbatim
17977 #: ../src/guestfs-actions.pod:7476
17978 #, no-wrap
17979 msgid ""
17980 " char **\n"
17981 " guestfs_zgrepi (guestfs_h *g,\n"
17982 "                 const char *regex,\n"
17983 "                 const char *path);\n"
17984 "\n"
17985 msgstr ""
17986
17987 #. type: textblock
17988 #: ../src/guestfs-actions.pod:7481 ../fish/guestfish-actions.pod:4986
17989 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
17990 msgstr ""
17991
17992 #. type: =item
17993 #: ../src/guestfs-availability.pod:3
17994 msgid "B<augeas>"
17995 msgstr ""
17996
17997 #. type: textblock
17998 #: ../src/guestfs-availability.pod:5
17999 msgid ""
18000 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
18001 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
18002 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
18003 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
18004 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
18005 msgstr ""
18006
18007 #. type: =item
18008 #: ../src/guestfs-availability.pod:21
18009 msgid "B<inotify>"
18010 msgstr ""
18011
18012 #. type: textblock
18013 #: ../src/guestfs-availability.pod:23
18014 msgid ""
18015 "The following functions: L</guestfs_inotify_add_watch> "
18016 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
18017 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
18018 msgstr ""
18019
18020 #. type: =item
18021 #: ../src/guestfs-availability.pod:31
18022 msgid "B<linuxfsuuid>"
18023 msgstr ""
18024
18025 #. type: textblock
18026 #: ../src/guestfs-availability.pod:33
18027 msgid ""
18028 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
18029 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
18030 msgstr ""
18031
18032 #. type: =item
18033 #: ../src/guestfs-availability.pod:40
18034 msgid "B<linuxmodules>"
18035 msgstr ""
18036
18037 #. type: textblock
18038 #: ../src/guestfs-availability.pod:42
18039 msgid "The following functions: L</guestfs_modprobe>"
18040 msgstr ""
18041
18042 #. type: =item
18043 #: ../src/guestfs-availability.pod:45
18044 msgid "B<linuxxattrs>"
18045 msgstr ""
18046
18047 #. type: textblock
18048 #: ../src/guestfs-availability.pod:47
18049 msgid ""
18050 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
18051 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
18052 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
18053 "L</guestfs_setxattr>"
18054 msgstr ""
18055
18056 #. type: =item
18057 #: ../src/guestfs-availability.pod:58
18058 msgid "B<luks>"
18059 msgstr ""
18060
18061 #. type: textblock
18062 #: ../src/guestfs-availability.pod:60
18063 msgid ""
18064 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
18065 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
18066 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
18067 msgstr ""
18068
18069 #. type: =item
18070 #: ../src/guestfs-availability.pod:69
18071 msgid "B<lvm2>"
18072 msgstr ""
18073
18074 #. type: textblock
18075 #: ../src/guestfs-availability.pod:71
18076 msgid ""
18077 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
18078 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
18079 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
18080 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
18081 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
18082 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
18083 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
18084 "L</guestfs_vgs_full>"
18085 msgstr ""
18086
18087 #. type: =item
18088 #: ../src/guestfs-availability.pod:94
18089 msgid "B<mknod>"
18090 msgstr ""
18091
18092 #. type: textblock
18093 #: ../src/guestfs-availability.pod:96
18094 msgid ""
18095 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
18096 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
18097 msgstr ""
18098
18099 #. type: =item
18100 #: ../src/guestfs-availability.pod:102
18101 msgid "B<ntfs3g>"
18102 msgstr ""
18103
18104 #. type: textblock
18105 #: ../src/guestfs-availability.pod:104
18106 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
18107 msgstr ""
18108
18109 #. type: =item
18110 #: ../src/guestfs-availability.pod:107
18111 msgid "B<ntfsprogs>"
18112 msgstr ""
18113
18114 #. type: textblock
18115 #: ../src/guestfs-availability.pod:109
18116 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
18117 msgstr ""
18118
18119 #. type: =item
18120 #: ../src/guestfs-availability.pod:113
18121 msgid "B<realpath>"
18122 msgstr ""
18123
18124 #. type: textblock
18125 #: ../src/guestfs-availability.pod:115
18126 msgid "The following functions: L</guestfs_realpath>"
18127 msgstr ""
18128
18129 #. type: =item
18130 #: ../src/guestfs-availability.pod:118
18131 msgid "B<scrub>"
18132 msgstr ""
18133
18134 #. type: textblock
18135 #: ../src/guestfs-availability.pod:120
18136 msgid ""
18137 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
18138 "L</guestfs_scrub_freespace>"
18139 msgstr ""
18140
18141 #. type: =item
18142 #: ../src/guestfs-availability.pod:125
18143 msgid "B<selinux>"
18144 msgstr ""
18145
18146 #. type: textblock
18147 #: ../src/guestfs-availability.pod:127
18148 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
18149 msgstr ""
18150
18151 #. type: =item
18152 #: ../src/guestfs-availability.pod:131
18153 msgid "B<xz>"
18154 msgstr ""
18155
18156 #. type: textblock
18157 #: ../src/guestfs-availability.pod:133
18158 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
18159 msgstr ""
18160
18161 #. type: =item
18162 #: ../src/guestfs-availability.pod:137
18163 msgid "B<zerofree>"
18164 msgstr ""
18165
18166 #. type: textblock
18167 #: ../src/guestfs-availability.pod:139
18168 msgid "The following functions: L</guestfs_zerofree>"
18169 msgstr ""
18170
18171 #. type: =head2
18172 #: ../src/guestfs-structs.pod:1
18173 msgid "guestfs_int_bool"
18174 msgstr ""
18175
18176 #. type: verbatim
18177 #: ../src/guestfs-structs.pod:3
18178 #, no-wrap
18179 msgid ""
18180 " struct guestfs_int_bool {\n"
18181 "   int32_t i;\n"
18182 "   int32_t b;\n"
18183 " };\n"
18184 " \n"
18185 msgstr ""
18186
18187 #. type: verbatim
18188 #: ../src/guestfs-structs.pod:8
18189 #, no-wrap
18190 msgid ""
18191 " struct guestfs_int_bool_list {\n"
18192 "   uint32_t len; /* Number of elements in list. */\n"
18193 "   struct guestfs_int_bool *val; /* Elements. */\n"
18194 " };\n"
18195 " \n"
18196 msgstr ""
18197
18198 #. type: verbatim
18199 #: ../src/guestfs-structs.pod:13
18200 #, no-wrap
18201 msgid ""
18202 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
18203 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
18204 "\n"
18205 msgstr ""
18206
18207 #. type: =head2
18208 #: ../src/guestfs-structs.pod:16
18209 msgid "guestfs_lvm_pv"
18210 msgstr ""
18211
18212 #. type: verbatim
18213 #: ../src/guestfs-structs.pod:18
18214 #, no-wrap
18215 msgid ""
18216 " struct guestfs_lvm_pv {\n"
18217 "   char *pv_name;\n"
18218 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18219 "*/\n"
18220 "   char pv_uuid[32];\n"
18221 "   char *pv_fmt;\n"
18222 "   uint64_t pv_size;\n"
18223 "   uint64_t dev_size;\n"
18224 "   uint64_t pv_free;\n"
18225 "   uint64_t pv_used;\n"
18226 "   char *pv_attr;\n"
18227 "   int64_t pv_pe_count;\n"
18228 "   int64_t pv_pe_alloc_count;\n"
18229 "   char *pv_tags;\n"
18230 "   uint64_t pe_start;\n"
18231 "   int64_t pv_mda_count;\n"
18232 "   uint64_t pv_mda_free;\n"
18233 " };\n"
18234 " \n"
18235 msgstr ""
18236
18237 #. type: verbatim
18238 #: ../src/guestfs-structs.pod:36
18239 #, no-wrap
18240 msgid ""
18241 " struct guestfs_lvm_pv_list {\n"
18242 "   uint32_t len; /* Number of elements in list. */\n"
18243 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
18244 " };\n"
18245 " \n"
18246 msgstr ""
18247
18248 #. type: verbatim
18249 #: ../src/guestfs-structs.pod:41
18250 #, no-wrap
18251 msgid ""
18252 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
18253 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
18254 "\n"
18255 msgstr ""
18256
18257 #. type: =head2
18258 #: ../src/guestfs-structs.pod:44
18259 msgid "guestfs_lvm_vg"
18260 msgstr ""
18261
18262 #. type: verbatim
18263 #: ../src/guestfs-structs.pod:46
18264 #, no-wrap
18265 msgid ""
18266 " struct guestfs_lvm_vg {\n"
18267 "   char *vg_name;\n"
18268 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18269 "*/\n"
18270 "   char vg_uuid[32];\n"
18271 "   char *vg_fmt;\n"
18272 "   char *vg_attr;\n"
18273 "   uint64_t vg_size;\n"
18274 "   uint64_t vg_free;\n"
18275 "   char *vg_sysid;\n"
18276 "   uint64_t vg_extent_size;\n"
18277 "   int64_t vg_extent_count;\n"
18278 "   int64_t vg_free_count;\n"
18279 "   int64_t max_lv;\n"
18280 "   int64_t max_pv;\n"
18281 "   int64_t pv_count;\n"
18282 "   int64_t lv_count;\n"
18283 "   int64_t snap_count;\n"
18284 "   int64_t vg_seqno;\n"
18285 "   char *vg_tags;\n"
18286 "   int64_t vg_mda_count;\n"
18287 "   uint64_t vg_mda_free;\n"
18288 " };\n"
18289 " \n"
18290 msgstr ""
18291
18292 #. type: verbatim
18293 #: ../src/guestfs-structs.pod:69
18294 #, no-wrap
18295 msgid ""
18296 " struct guestfs_lvm_vg_list {\n"
18297 "   uint32_t len; /* Number of elements in list. */\n"
18298 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
18299 " };\n"
18300 " \n"
18301 msgstr ""
18302
18303 #. type: verbatim
18304 #: ../src/guestfs-structs.pod:74
18305 #, no-wrap
18306 msgid ""
18307 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
18308 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
18309 "\n"
18310 msgstr ""
18311
18312 #. type: =head2
18313 #: ../src/guestfs-structs.pod:77
18314 msgid "guestfs_lvm_lv"
18315 msgstr ""
18316
18317 #. type: verbatim
18318 #: ../src/guestfs-structs.pod:79
18319 #, no-wrap
18320 msgid ""
18321 " struct guestfs_lvm_lv {\n"
18322 "   char *lv_name;\n"
18323 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18324 "*/\n"
18325 "   char lv_uuid[32];\n"
18326 "   char *lv_attr;\n"
18327 "   int64_t lv_major;\n"
18328 "   int64_t lv_minor;\n"
18329 "   int64_t lv_kernel_major;\n"
18330 "   int64_t lv_kernel_minor;\n"
18331 "   uint64_t lv_size;\n"
18332 "   int64_t seg_count;\n"
18333 "   char *origin;\n"
18334 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18335 "   float snap_percent;\n"
18336 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18337 "   float copy_percent;\n"
18338 "   char *move_pv;\n"
18339 "   char *lv_tags;\n"
18340 "   char *mirror_log;\n"
18341 "   char *modules;\n"
18342 " };\n"
18343 " \n"
18344 msgstr ""
18345
18346 #. type: verbatim
18347 #: ../src/guestfs-structs.pod:101
18348 #, no-wrap
18349 msgid ""
18350 " struct guestfs_lvm_lv_list {\n"
18351 "   uint32_t len; /* Number of elements in list. */\n"
18352 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
18353 " };\n"
18354 " \n"
18355 msgstr ""
18356
18357 #. type: verbatim
18358 #: ../src/guestfs-structs.pod:106
18359 #, no-wrap
18360 msgid ""
18361 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
18362 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
18363 "\n"
18364 msgstr ""
18365
18366 #. type: verbatim
18367 #: ../src/guestfs-structs.pod:111
18368 #, no-wrap
18369 msgid ""
18370 " struct guestfs_stat {\n"
18371 "   int64_t dev;\n"
18372 "   int64_t ino;\n"
18373 "   int64_t mode;\n"
18374 "   int64_t nlink;\n"
18375 "   int64_t uid;\n"
18376 "   int64_t gid;\n"
18377 "   int64_t rdev;\n"
18378 "   int64_t size;\n"
18379 "   int64_t blksize;\n"
18380 "   int64_t blocks;\n"
18381 "   int64_t atime;\n"
18382 "   int64_t mtime;\n"
18383 "   int64_t ctime;\n"
18384 " };\n"
18385 " \n"
18386 msgstr ""
18387
18388 #. type: verbatim
18389 #: ../src/guestfs-structs.pod:127
18390 #, no-wrap
18391 msgid ""
18392 " struct guestfs_stat_list {\n"
18393 "   uint32_t len; /* Number of elements in list. */\n"
18394 "   struct guestfs_stat *val; /* Elements. */\n"
18395 " };\n"
18396 " \n"
18397 msgstr ""
18398
18399 #. type: verbatim
18400 #: ../src/guestfs-structs.pod:132
18401 #, no-wrap
18402 msgid ""
18403 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
18404 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
18405 "\n"
18406 msgstr ""
18407
18408 #. type: verbatim
18409 #: ../src/guestfs-structs.pod:137
18410 #, no-wrap
18411 msgid ""
18412 " struct guestfs_statvfs {\n"
18413 "   int64_t bsize;\n"
18414 "   int64_t frsize;\n"
18415 "   int64_t blocks;\n"
18416 "   int64_t bfree;\n"
18417 "   int64_t bavail;\n"
18418 "   int64_t files;\n"
18419 "   int64_t ffree;\n"
18420 "   int64_t favail;\n"
18421 "   int64_t fsid;\n"
18422 "   int64_t flag;\n"
18423 "   int64_t namemax;\n"
18424 " };\n"
18425 " \n"
18426 msgstr ""
18427
18428 #. type: verbatim
18429 #: ../src/guestfs-structs.pod:151
18430 #, no-wrap
18431 msgid ""
18432 " struct guestfs_statvfs_list {\n"
18433 "   uint32_t len; /* Number of elements in list. */\n"
18434 "   struct guestfs_statvfs *val; /* Elements. */\n"
18435 " };\n"
18436 " \n"
18437 msgstr ""
18438
18439 #. type: verbatim
18440 #: ../src/guestfs-structs.pod:156
18441 #, no-wrap
18442 msgid ""
18443 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
18444 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
18445 "\n"
18446 msgstr ""
18447
18448 #. type: =head2
18449 #: ../src/guestfs-structs.pod:159
18450 msgid "guestfs_dirent"
18451 msgstr ""
18452
18453 #. type: verbatim
18454 #: ../src/guestfs-structs.pod:161
18455 #, no-wrap
18456 msgid ""
18457 " struct guestfs_dirent {\n"
18458 "   int64_t ino;\n"
18459 "   char ftyp;\n"
18460 "   char *name;\n"
18461 " };\n"
18462 " \n"
18463 msgstr ""
18464
18465 #. type: verbatim
18466 #: ../src/guestfs-structs.pod:167
18467 #, no-wrap
18468 msgid ""
18469 " struct guestfs_dirent_list {\n"
18470 "   uint32_t len; /* Number of elements in list. */\n"
18471 "   struct guestfs_dirent *val; /* Elements. */\n"
18472 " };\n"
18473 " \n"
18474 msgstr ""
18475
18476 #. type: verbatim
18477 #: ../src/guestfs-structs.pod:172
18478 #, no-wrap
18479 msgid ""
18480 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
18481 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
18482 "\n"
18483 msgstr ""
18484
18485 #. type: verbatim
18486 #: ../src/guestfs-structs.pod:177
18487 #, no-wrap
18488 msgid ""
18489 " struct guestfs_version {\n"
18490 "   int64_t major;\n"
18491 "   int64_t minor;\n"
18492 "   int64_t release;\n"
18493 "   char *extra;\n"
18494 " };\n"
18495 " \n"
18496 msgstr ""
18497
18498 #. type: verbatim
18499 #: ../src/guestfs-structs.pod:184
18500 #, no-wrap
18501 msgid ""
18502 " struct guestfs_version_list {\n"
18503 "   uint32_t len; /* Number of elements in list. */\n"
18504 "   struct guestfs_version *val; /* Elements. */\n"
18505 " };\n"
18506 " \n"
18507 msgstr ""
18508
18509 #. type: verbatim
18510 #: ../src/guestfs-structs.pod:189
18511 #, no-wrap
18512 msgid ""
18513 " void guestfs_free_version (struct guestfs_free_version *);\n"
18514 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
18515 "\n"
18516 msgstr ""
18517
18518 #. type: =head2
18519 #: ../src/guestfs-structs.pod:192
18520 msgid "guestfs_xattr"
18521 msgstr ""
18522
18523 #. type: verbatim
18524 #: ../src/guestfs-structs.pod:194
18525 #, no-wrap
18526 msgid ""
18527 " struct guestfs_xattr {\n"
18528 "   char *attrname;\n"
18529 "   /* The next two fields describe a byte array. */\n"
18530 "   uint32_t attrval_len;\n"
18531 "   char *attrval;\n"
18532 " };\n"
18533 " \n"
18534 msgstr ""
18535
18536 #. type: verbatim
18537 #: ../src/guestfs-structs.pod:201
18538 #, no-wrap
18539 msgid ""
18540 " struct guestfs_xattr_list {\n"
18541 "   uint32_t len; /* Number of elements in list. */\n"
18542 "   struct guestfs_xattr *val; /* Elements. */\n"
18543 " };\n"
18544 " \n"
18545 msgstr ""
18546
18547 #. type: verbatim
18548 #: ../src/guestfs-structs.pod:206
18549 #, no-wrap
18550 msgid ""
18551 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
18552 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
18553 "\n"
18554 msgstr ""
18555
18556 #. type: =head2
18557 #: ../src/guestfs-structs.pod:209
18558 msgid "guestfs_inotify_event"
18559 msgstr ""
18560
18561 #. type: verbatim
18562 #: ../src/guestfs-structs.pod:211
18563 #, no-wrap
18564 msgid ""
18565 " struct guestfs_inotify_event {\n"
18566 "   int64_t in_wd;\n"
18567 "   uint32_t in_mask;\n"
18568 "   uint32_t in_cookie;\n"
18569 "   char *in_name;\n"
18570 " };\n"
18571 " \n"
18572 msgstr ""
18573
18574 #. type: verbatim
18575 #: ../src/guestfs-structs.pod:218
18576 #, no-wrap
18577 msgid ""
18578 " struct guestfs_inotify_event_list {\n"
18579 "   uint32_t len; /* Number of elements in list. */\n"
18580 "   struct guestfs_inotify_event *val; /* Elements. */\n"
18581 " };\n"
18582 " \n"
18583 msgstr ""
18584
18585 #. type: verbatim
18586 #: ../src/guestfs-structs.pod:223
18587 #, no-wrap
18588 msgid ""
18589 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
18590 " void guestfs_free_inotify_event_list (struct "
18591 "guestfs_free_inotify_event_list *);\n"
18592 "\n"
18593 msgstr ""
18594
18595 #. type: =head2
18596 #: ../src/guestfs-structs.pod:226
18597 msgid "guestfs_partition"
18598 msgstr ""
18599
18600 #. type: verbatim
18601 #: ../src/guestfs-structs.pod:228
18602 #, no-wrap
18603 msgid ""
18604 " struct guestfs_partition {\n"
18605 "   int32_t part_num;\n"
18606 "   uint64_t part_start;\n"
18607 "   uint64_t part_end;\n"
18608 "   uint64_t part_size;\n"
18609 " };\n"
18610 " \n"
18611 msgstr ""
18612
18613 #. type: verbatim
18614 #: ../src/guestfs-structs.pod:235
18615 #, no-wrap
18616 msgid ""
18617 " struct guestfs_partition_list {\n"
18618 "   uint32_t len; /* Number of elements in list. */\n"
18619 "   struct guestfs_partition *val; /* Elements. */\n"
18620 " };\n"
18621 " \n"
18622 msgstr ""
18623
18624 #. type: verbatim
18625 #: ../src/guestfs-structs.pod:240
18626 #, no-wrap
18627 msgid ""
18628 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
18629 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
18630 "\n"
18631 msgstr ""
18632
18633 #. type: =head2
18634 #: ../src/guestfs-structs.pod:243
18635 msgid "guestfs_application"
18636 msgstr ""
18637
18638 #. type: verbatim
18639 #: ../src/guestfs-structs.pod:245
18640 #, no-wrap
18641 msgid ""
18642 " struct guestfs_application {\n"
18643 "   char *app_name;\n"
18644 "   char *app_display_name;\n"
18645 "   int32_t app_epoch;\n"
18646 "   char *app_version;\n"
18647 "   char *app_release;\n"
18648 "   char *app_install_path;\n"
18649 "   char *app_trans_path;\n"
18650 "   char *app_publisher;\n"
18651 "   char *app_url;\n"
18652 "   char *app_source_package;\n"
18653 "   char *app_summary;\n"
18654 "   char *app_description;\n"
18655 " };\n"
18656 " \n"
18657 msgstr ""
18658
18659 #. type: verbatim
18660 #: ../src/guestfs-structs.pod:260
18661 #, no-wrap
18662 msgid ""
18663 " struct guestfs_application_list {\n"
18664 "   uint32_t len; /* Number of elements in list. */\n"
18665 "   struct guestfs_application *val; /* Elements. */\n"
18666 " };\n"
18667 " \n"
18668 msgstr ""
18669
18670 #. type: verbatim
18671 #: ../src/guestfs-structs.pod:265
18672 #, no-wrap
18673 msgid ""
18674 " void guestfs_free_application (struct guestfs_free_application *);\n"
18675 " void guestfs_free_application_list (struct guestfs_free_application_list "
18676 "*);\n"
18677 "\n"
18678 msgstr ""
18679
18680 #. type: textblock
18681 #: ../fish/guestfish.pod:5
18682 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
18683 msgstr ""
18684
18685 #. type: verbatim
18686 #: ../fish/guestfish.pod:9
18687 #, no-wrap
18688 msgid ""
18689 " guestfish [--options] [commands]\n"
18690 "\n"
18691 msgstr ""
18692
18693 #. type: verbatim
18694 #: ../fish/guestfish.pod:11
18695 #, no-wrap
18696 msgid ""
18697 " guestfish\n"
18698 "\n"
18699 msgstr ""
18700
18701 #. type: verbatim
18702 #: ../fish/guestfish.pod:13
18703 #, no-wrap
18704 msgid ""
18705 " guestfish [--ro|--rw] -a disk.img\n"
18706 "\n"
18707 msgstr ""
18708
18709 #. type: verbatim
18710 #: ../fish/guestfish.pod:15
18711 #, no-wrap
18712 msgid ""
18713 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
18714 "\n"
18715 msgstr ""
18716
18717 #. type: verbatim
18718 #: ../fish/guestfish.pod:17
18719 #, no-wrap
18720 msgid ""
18721 " guestfish -d libvirt-domain\n"
18722 "\n"
18723 msgstr ""
18724
18725 #. type: verbatim
18726 #: ../fish/guestfish.pod:19
18727 #, no-wrap
18728 msgid ""
18729 " guestfish [--ro|--rw] -a disk.img -i\n"
18730 "\n"
18731 msgstr ""
18732
18733 #. type: verbatim
18734 #: ../fish/guestfish.pod:21
18735 #, no-wrap
18736 msgid ""
18737 " guestfish -d libvirt-domain -i\n"
18738 "\n"
18739 msgstr ""
18740
18741 #. type: =head1
18742 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
18743 msgid "WARNING"
18744 msgstr ""
18745
18746 #. type: textblock
18747 #: ../fish/guestfish.pod:25
18748 msgid ""
18749 "Using guestfish in read/write mode on live virtual machines can be "
18750 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
18751 "option to use guestfish safely if the disk image or virtual machine might be "
18752 "live."
18753 msgstr ""
18754
18755 #. type: textblock
18756 #: ../fish/guestfish.pod:32
18757 msgid ""
18758 "Guestfish is a shell and command-line tool for examining and modifying "
18759 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
18760 "functionality of the guestfs API, see L<guestfs(3)>."
18761 msgstr ""
18762
18763 #. type: textblock
18764 #: ../fish/guestfish.pod:36
18765 msgid ""
18766 "Guestfish gives you structured access to the libguestfs API, from shell "
18767 "scripts or the command line or interactively.  If you want to rescue a "
18768 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
18769 "command."
18770 msgstr ""
18771
18772 #. type: =head1
18773 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:949 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63 ../tools/virt-tar.pl:50
18774 msgid "EXAMPLES"
18775 msgstr ""
18776
18777 #. type: =head2
18778 #: ../fish/guestfish.pod:43
18779 msgid "As an interactive shell"
18780 msgstr ""
18781
18782 #. type: verbatim
18783 #: ../fish/guestfish.pod:45
18784 #, no-wrap
18785 msgid ""
18786 " $ guestfish\n"
18787 " \n"
18788 msgstr ""
18789
18790 #. type: verbatim
18791 #: ../fish/guestfish.pod:47
18792 #, no-wrap
18793 msgid ""
18794 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
18795 " editing virtual machine filesystems.\n"
18796 " \n"
18797 msgstr ""
18798
18799 #. type: verbatim
18800 #: ../fish/guestfish.pod:50
18801 #, no-wrap
18802 msgid ""
18803 " Type: 'help' for a list of commands\n"
18804 "       'man' to read the manual\n"
18805 "       'quit' to quit the shell\n"
18806 " \n"
18807 msgstr ""
18808
18809 #. type: verbatim
18810 #: ../fish/guestfish.pod:54
18811 #, no-wrap
18812 msgid ""
18813 " ><fs> add-ro disk.img\n"
18814 " ><fs> run\n"
18815 " ><fs> list-filesystems\n"
18816 " /dev/sda1: ext4\n"
18817 " /dev/vg_guest/lv_root: ext4\n"
18818 " /dev/vg_guest/lv_swap: swap\n"
18819 " ><fs> mount /dev/vg_guest/lv_root /\n"
18820 " ><fs> cat /etc/fstab\n"
18821 " # /etc/fstab\n"
18822 " # Created by anaconda\n"
18823 " [...]\n"
18824 " ><fs> exit\n"
18825 "\n"
18826 msgstr ""
18827
18828 #. type: =head2
18829 #: ../fish/guestfish.pod:67
18830 msgid "From shell scripts"
18831 msgstr ""
18832
18833 #. type: textblock
18834 #: ../fish/guestfish.pod:69
18835 msgid "Create a new C</etc/motd> file in a guest or disk image:"
18836 msgstr ""
18837
18838 #. type: verbatim
18839 #: ../fish/guestfish.pod:71
18840 #, no-wrap
18841 msgid ""
18842 " guestfish <<_EOF_\n"
18843 " add disk.img\n"
18844 " run\n"
18845 " mount /dev/vg_guest/lv_root /\n"
18846 " write /etc/motd \"Welcome, new users\"\n"
18847 " _EOF_\n"
18848 "\n"
18849 msgstr ""
18850
18851 #. type: textblock
18852 #: ../fish/guestfish.pod:78
18853 msgid "List the LVM logical volumes in a disk image:"
18854 msgstr ""
18855
18856 #. type: verbatim
18857 #: ../fish/guestfish.pod:80
18858 #, no-wrap
18859 msgid ""
18860 " guestfish -a disk.img --ro <<_EOF_\n"
18861 " run\n"
18862 " lvs\n"
18863 " _EOF_\n"
18864 "\n"
18865 msgstr ""
18866
18867 #. type: textblock
18868 #: ../fish/guestfish.pod:85
18869 msgid "List all the filesystems in a disk image:"
18870 msgstr ""
18871
18872 #. type: verbatim
18873 #: ../fish/guestfish.pod:87
18874 #, no-wrap
18875 msgid ""
18876 " guestfish -a disk.img --ro <<_EOF_\n"
18877 " run\n"
18878 " list-filesystems\n"
18879 " _EOF_\n"
18880 "\n"
18881 msgstr ""
18882
18883 #. type: =head2
18884 #: ../fish/guestfish.pod:92
18885 msgid "On one command line"
18886 msgstr ""
18887
18888 #. type: textblock
18889 #: ../fish/guestfish.pod:94
18890 msgid "Update C</etc/resolv.conf> in a guest:"
18891 msgstr ""
18892
18893 #. type: verbatim
18894 #: ../fish/guestfish.pod:96
18895 #, no-wrap
18896 msgid ""
18897 " guestfish \\\n"
18898 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
18899 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
18900 "\n"
18901 msgstr ""
18902
18903 #. type: textblock
18904 #: ../fish/guestfish.pod:100
18905 msgid "Edit C</boot/grub/grub.conf> interactively:"
18906 msgstr ""
18907
18908 #. type: verbatim
18909 #: ../fish/guestfish.pod:102
18910 #, no-wrap
18911 msgid ""
18912 " guestfish --rw --add disk.img \\\n"
18913 "   --mount /dev/vg_guest/lv_root \\\n"
18914 "   --mount /dev/sda1:/boot \\\n"
18915 "   edit /boot/grub/grub.conf\n"
18916 "\n"
18917 msgstr ""
18918
18919 #. type: =head2
18920 #: ../fish/guestfish.pod:107
18921 msgid "Mount disks automatically"
18922 msgstr ""
18923
18924 #. type: textblock
18925 #: ../fish/guestfish.pod:109
18926 msgid ""
18927 "Use the I<-i> option to automatically mount the disks from a virtual "
18928 "machine:"
18929 msgstr ""
18930
18931 #. type: verbatim
18932 #: ../fish/guestfish.pod:112
18933 #, no-wrap
18934 msgid ""
18935 " guestfish --ro -a disk.img -i cat /etc/group\n"
18936 "\n"
18937 msgstr ""
18938
18939 #. type: verbatim
18940 #: ../fish/guestfish.pod:114
18941 #, no-wrap
18942 msgid ""
18943 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
18944 "\n"
18945 msgstr ""
18946
18947 #. type: textblock
18948 #: ../fish/guestfish.pod:116
18949 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
18950 msgstr ""
18951
18952 #. type: verbatim
18953 #: ../fish/guestfish.pod:118
18954 #, no-wrap
18955 msgid ""
18956 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
18957 "\n"
18958 msgstr ""
18959
18960 #. type: =head2
18961 #: ../fish/guestfish.pod:120
18962 msgid "As a script interpreter"
18963 msgstr ""
18964
18965 #. type: textblock
18966 #: ../fish/guestfish.pod:122
18967 msgid "Create a 100MB disk containing an ext2-formatted partition:"
18968 msgstr ""
18969
18970 #. type: verbatim
18971 #: ../fish/guestfish.pod:124
18972 #, no-wrap
18973 msgid ""
18974 " #!/usr/bin/guestfish -f\n"
18975 " sparse test1.img 100M\n"
18976 " run\n"
18977 " part-disk /dev/sda mbr\n"
18978 " mkfs ext2 /dev/sda1\n"
18979 "\n"
18980 msgstr ""
18981
18982 #. type: =head2
18983 #: ../fish/guestfish.pod:130
18984 msgid "Start with a prepared disk"
18985 msgstr ""
18986
18987 #. type: textblock
18988 #: ../fish/guestfish.pod:132
18989 msgid ""
18990 "An alternate way to create a 100MB disk called C<test1.img> containing a "
18991 "single ext2-formatted partition:"
18992 msgstr ""
18993
18994 #. type: verbatim
18995 #: ../fish/guestfish.pod:135
18996 #, no-wrap
18997 msgid ""
18998 " guestfish -N fs\n"
18999 "\n"
19000 msgstr ""
19001
19002 #. type: textblock
19003 #: ../fish/guestfish.pod:137
19004 msgid "To list what is available do:"
19005 msgstr ""
19006
19007 #. type: verbatim
19008 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:940
19009 #, no-wrap
19010 msgid ""
19011 " guestfish -N help | less\n"
19012 "\n"
19013 msgstr ""
19014
19015 #. type: =head2
19016 #: ../fish/guestfish.pod:141
19017 msgid "Remote control"
19018 msgstr ""
19019
19020 #. type: verbatim
19021 #: ../fish/guestfish.pod:143
19022 #, no-wrap
19023 msgid ""
19024 " eval \"`guestfish --listen`\"\n"
19025 " guestfish --remote add-ro disk.img\n"
19026 " guestfish --remote run\n"
19027 " guestfish --remote lvs\n"
19028 "\n"
19029 msgstr ""
19030
19031 #. type: =head1
19032 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37 ../fuse/guestmount.pod:73 ../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
19033 msgid "OPTIONS"
19034 msgstr ""
19035
19036 #. type: =item
19037 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:133 ../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
19038 msgid "B<--help>"
19039 msgstr ""
19040
19041 #. type: textblock
19042 #: ../fish/guestfish.pod:154
19043 msgid "Displays general help on options."
19044 msgstr ""
19045
19046 #. type: =item
19047 #: ../fish/guestfish.pod:156
19048 msgid "B<-h>"
19049 msgstr ""
19050
19051 #. type: =item
19052 #: ../fish/guestfish.pod:158
19053 msgid "B<--cmd-help>"
19054 msgstr ""
19055
19056 #. type: textblock
19057 #: ../fish/guestfish.pod:160
19058 msgid "Lists all available guestfish commands."
19059 msgstr ""
19060
19061 #. type: =item
19062 #: ../fish/guestfish.pod:162
19063 msgid "B<-h cmd>"
19064 msgstr ""
19065
19066 #. type: =item
19067 #: ../fish/guestfish.pod:164
19068 msgid "B<--cmd-help cmd>"
19069 msgstr ""
19070
19071 #. type: textblock
19072 #: ../fish/guestfish.pod:166
19073 msgid "Displays detailed help on a single command C<cmd>."
19074 msgstr ""
19075
19076 #. type: =item
19077 #: ../fish/guestfish.pod:168
19078 msgid "B<-a image>"
19079 msgstr ""
19080
19081 #. type: =item
19082 #: ../fish/guestfish.pod:170
19083 msgid "B<--add image>"
19084 msgstr ""
19085
19086 #. type: textblock
19087 #: ../fish/guestfish.pod:172
19088 msgid "Add a block device or virtual machine image to the shell."
19089 msgstr ""
19090
19091 #. type: textblock
19092 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
19093 msgid ""
19094 "The format of the disk image is auto-detected.  To override this and force a "
19095 "particular format use the I<--format=..> option."
19096 msgstr ""
19097
19098 #. type: textblock
19099 #: ../fish/guestfish.pod:177
19100 msgid ""
19101 "Using this flag is mostly equivalent to using the C<add> command, with "
19102 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
19103 "the I<--format=...> flag was given."
19104 msgstr ""
19105
19106 #. type: =item
19107 #: ../fish/guestfish.pod:181
19108 msgid "B<-c URI>"
19109 msgstr ""
19110
19111 #. type: =item
19112 #: ../fish/guestfish.pod:183
19113 msgid "B<--connect URI>"
19114 msgstr ""
19115
19116 #. type: textblock
19117 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
19118 msgid ""
19119 "When used in conjunction with the I<-d> option, this specifies the libvirt "
19120 "URI to use.  The default is to use the default libvirt connection."
19121 msgstr ""
19122
19123 #. type: =item
19124 #: ../fish/guestfish.pod:189
19125 msgid "B<--csh>"
19126 msgstr ""
19127
19128 #. type: textblock
19129 #: ../fish/guestfish.pod:191
19130 msgid ""
19131 "If using the I<--listen> option and a csh-like shell, use this option.  See "
19132 "section L</REMOTE CONTROL AND CSH> below."
19133 msgstr ""
19134
19135 #. type: =item
19136 #: ../fish/guestfish.pod:194
19137 msgid "B<-d libvirt-domain>"
19138 msgstr ""
19139
19140 #. type: =item
19141 #: ../fish/guestfish.pod:196
19142 msgid "B<--domain libvirt-domain>"
19143 msgstr ""
19144
19145 #. type: textblock
19146 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
19147 msgid ""
19148 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
19149 "used, then any libvirt domain can be used.  However in write mode, only "
19150 "libvirt domains which are shut down can be named here."
19151 msgstr ""
19152
19153 #. type: textblock
19154 #: ../fish/guestfish.pod:202 ../fuse/guestmount.pod:96
19155 msgid "Domain UUIDs can be used instead of names."
19156 msgstr ""
19157
19158 #. type: textblock
19159 #: ../fish/guestfish.pod:204
19160 msgid ""
19161 "Using this flag is mostly equivalent to using the C<add-domain> command, "
19162 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
19163 "if the I<--format:...> flag was given."
19164 msgstr ""
19165
19166 #. type: =item
19167 #: ../fish/guestfish.pod:208
19168 msgid "B<-D>"
19169 msgstr ""
19170
19171 #. type: =item
19172 #: ../fish/guestfish.pod:210
19173 msgid "B<--no-dest-paths>"
19174 msgstr ""
19175
19176 #. type: textblock
19177 #: ../fish/guestfish.pod:212
19178 msgid ""
19179 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
19180 "to hit the tab key to complete paths on the guest filesystem, but this "
19181 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
19182 "allow this feature to be disabled."
19183 msgstr ""
19184
19185 #. type: =item
19186 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
19187 msgid "B<--echo-keys>"
19188 msgstr ""
19189
19190 #. type: textblock
19191 #: ../fish/guestfish.pod:219 ../fuse/guestmount.pod:112
19192 msgid ""
19193 "When prompting for keys and passphrases, guestfish normally turns echoing "
19194 "off so you cannot see what you are typing.  If you are not worried about "
19195 "Tempest attacks and there is no one else in the room you can specify this "
19196 "flag to see what you are typing."
19197 msgstr ""
19198
19199 #. type: =item
19200 #: ../fish/guestfish.pod:224
19201 msgid "B<-f file>"
19202 msgstr ""
19203
19204 #. type: =item
19205 #: ../fish/guestfish.pod:226
19206 msgid "B<--file file>"
19207 msgstr ""
19208
19209 #. type: textblock
19210 #: ../fish/guestfish.pod:228
19211 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
19212 msgstr ""
19213
19214 #. type: verbatim
19215 #: ../fish/guestfish.pod:231
19216 #, no-wrap
19217 msgid ""
19218 " #!/usr/bin/guestfish -f\n"
19219 "\n"
19220 msgstr ""
19221
19222 #. type: =item
19223 #: ../fish/guestfish.pod:233
19224 msgid "B<--format=raw|qcow2|..>"
19225 msgstr ""
19226
19227 #. type: =item
19228 #: ../fish/guestfish.pod:235
19229 msgid "B<--format>"
19230 msgstr ""
19231
19232 #. type: textblock
19233 #: ../fish/guestfish.pod:237 ../fuse/guestmount.pod:119
19234 msgid ""
19235 "The default for the I<-a> option is to auto-detect the format of the disk "
19236 "image.  Using this forces the disk format for I<-a> options which follow on "
19237 "the command line.  Using I<--format> with no argument switches back to "
19238 "auto-detection for subsequent I<-a> options."
19239 msgstr ""
19240
19241 #. type: verbatim
19242 #: ../fish/guestfish.pod:244
19243 #, no-wrap
19244 msgid ""
19245 " guestfish --format=raw -a disk.img\n"
19246 "\n"
19247 msgstr ""
19248
19249 #. type: textblock
19250 #: ../fish/guestfish.pod:246
19251 msgid "forces raw format (no auto-detection) for C<disk.img>."
19252 msgstr ""
19253
19254 #. type: verbatim
19255 #: ../fish/guestfish.pod:248
19256 #, no-wrap
19257 msgid ""
19258 " guestfish --format=raw -a disk.img --format -a another.img\n"
19259 "\n"
19260 msgstr ""
19261
19262 #. type: textblock
19263 #: ../fish/guestfish.pod:250
19264 msgid ""
19265 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
19266 "auto-detection for C<another.img>."
19267 msgstr ""
19268
19269 #. type: textblock
19270 #: ../fish/guestfish.pod:253
19271 msgid ""
19272 "If you have untrusted raw-format guest disk images, you should use this "
19273 "option to specify the disk format.  This avoids a possible security problem "
19274 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
19275 msgstr ""
19276
19277 #. type: =item
19278 #: ../fish/guestfish.pod:258
19279 msgid "B<-i>"
19280 msgstr ""
19281
19282 #. type: =item
19283 #: ../fish/guestfish.pod:260
19284 msgid "B<--inspector>"
19285 msgstr ""
19286
19287 #. type: textblock
19288 #: ../fish/guestfish.pod:262 ../fuse/guestmount.pod:139
19289 msgid ""
19290 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
19291 "system and mount filesystems as they would be mounted on the real virtual "
19292 "machine."
19293 msgstr ""
19294
19295 #. type: textblock
19296 #: ../fish/guestfish.pod:266
19297 msgid "Typical usage is either:"
19298 msgstr ""
19299
19300 #. type: verbatim
19301 #: ../fish/guestfish.pod:268
19302 #, no-wrap
19303 msgid ""
19304 " guestfish -d myguest -i\n"
19305 "\n"
19306 msgstr ""
19307
19308 #. type: textblock
19309 #: ../fish/guestfish.pod:270
19310 msgid "(for an inactive libvirt domain called I<myguest>), or:"
19311 msgstr ""
19312
19313 #. type: verbatim
19314 #: ../fish/guestfish.pod:272
19315 #, no-wrap
19316 msgid ""
19317 " guestfish --ro -d myguest -i\n"
19318 "\n"
19319 msgstr ""
19320
19321 #. type: textblock
19322 #: ../fish/guestfish.pod:274
19323 msgid "(for active domains, readonly), or specify the block device directly:"
19324 msgstr ""
19325
19326 #. type: verbatim
19327 #: ../fish/guestfish.pod:276
19328 #, no-wrap
19329 msgid ""
19330 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
19331 "\n"
19332 msgstr ""
19333
19334 #. type: textblock
19335 #: ../fish/guestfish.pod:278
19336 msgid ""
19337 "Note that the command line syntax changed slightly over older versions of "
19338 "guestfish.  You can still use the old syntax:"
19339 msgstr ""
19340
19341 #. type: verbatim
19342 #: ../fish/guestfish.pod:281
19343 #, no-wrap
19344 msgid ""
19345 " guestfish [--ro] -i disk.img\n"
19346 "\n"
19347 msgstr ""
19348
19349 #. type: verbatim
19350 #: ../fish/guestfish.pod:283
19351 #, no-wrap
19352 msgid ""
19353 " guestfish [--ro] -i libvirt-domain\n"
19354 "\n"
19355 msgstr ""
19356
19357 #. type: textblock
19358 #: ../fish/guestfish.pod:285
19359 msgid ""
19360 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
19361 "then using other commands to mount the filesystems that were found."
19362 msgstr ""
19363
19364 #. type: =item
19365 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
19366 msgid "B<--keys-from-stdin>"
19367 msgstr ""
19368
19369 #. type: textblock
19370 #: ../fish/guestfish.pod:291 ../fuse/guestmount.pod:145
19371 msgid ""
19372 "Read key or passphrase parameters from stdin.  The default is to try to read "
19373 "passphrases from the user by opening C</dev/tty>."
19374 msgstr ""
19375
19376 #. type: =item
19377 #: ../fish/guestfish.pod:294
19378 msgid "B<--listen>"
19379 msgstr ""
19380
19381 #. type: textblock
19382 #: ../fish/guestfish.pod:296
19383 msgid ""
19384 "Fork into the background and listen for remote commands.  See section "
19385 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
19386 msgstr ""
19387
19388 #. type: =item
19389 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:148
19390 msgid "B<--live>"
19391 msgstr ""
19392
19393 #. type: textblock
19394 #: ../fish/guestfish.pod:301 ../fuse/guestmount.pod:150
19395 msgid ""
19396 "Connect to a live virtual machine.  (Experimental, see "
19397 "L<guestfs(3)/ATTACHING TO RUNNING DAEMONS>)."
19398 msgstr ""
19399
19400 #. type: =item
19401 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:153
19402 msgid "B<-m dev[:mountpoint[:options]]>"
19403 msgstr ""
19404
19405 #. type: =item
19406 #: ../fish/guestfish.pod:306 ../fuse/guestmount.pod:155
19407 msgid "B<--mount dev[:mountpoint[:options]]>"
19408 msgstr ""
19409
19410 #. type: textblock
19411 #: ../fish/guestfish.pod:308
19412 msgid "Mount the named partition or logical volume on the given mountpoint."
19413 msgstr ""
19414
19415 #. type: textblock
19416 #: ../fish/guestfish.pod:310
19417 msgid "If the mountpoint is omitted, it defaults to C</>."
19418 msgstr ""
19419
19420 #. type: textblock
19421 #: ../fish/guestfish.pod:312
19422 msgid "You have to mount something on C</> before most commands will work."
19423 msgstr ""
19424
19425 #. type: textblock
19426 #: ../fish/guestfish.pod:314
19427 msgid ""
19428 "If any I<-m> or I<--mount> options are given, the guest is automatically "
19429 "launched."
19430 msgstr ""
19431
19432 #. type: textblock
19433 #: ../fish/guestfish.pod:317
19434 msgid ""
19435 "If you don't know what filesystems a disk image contains, you can either run "
19436 "guestfish without this option, then list the partitions, filesystems and LVs "
19437 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
19438 "commands), or you can use the L<virt-filesystems(1)> program."
19439 msgstr ""
19440
19441 #. type: textblock
19442 #: ../fish/guestfish.pod:323 ../fuse/guestmount.pod:163
19443 msgid ""
19444 "The third (and rarely used) part of the mount parameter is the list of mount "
19445 "options used to mount the underlying filesystem.  If this is not given, then "
19446 "the mount options are either the empty string or C<ro> (the latter if the "
19447 "I<--ro> flag is used).  By specifying the mount options, you override this "
19448 "default choice.  Probably the only time you would use this is to enable ACLs "
19449 "and/or extended attributes if the filesystem can support them:"
19450 msgstr ""
19451
19452 #. type: verbatim
19453 #: ../fish/guestfish.pod:331 ../fuse/guestmount.pod:171
19454 #, no-wrap
19455 msgid ""
19456 " -m /dev/sda1:/:acl,user_xattr\n"
19457 "\n"
19458 msgstr ""
19459
19460 #. type: textblock
19461 #: ../fish/guestfish.pod:333
19462 msgid "Using this flag is equivalent to using the C<mount-options> command."
19463 msgstr ""
19464
19465 #. type: =item
19466 #: ../fish/guestfish.pod:335
19467 msgid "B<-n>"
19468 msgstr ""
19469
19470 #. type: =item
19471 #: ../fish/guestfish.pod:337
19472 msgid "B<--no-sync>"
19473 msgstr ""
19474
19475 #. type: textblock
19476 #: ../fish/guestfish.pod:339
19477 msgid ""
19478 "Disable autosync.  This is enabled by default.  See the discussion of "
19479 "autosync in the L<guestfs(3)> manpage."
19480 msgstr ""
19481
19482 #. type: =item
19483 #: ../fish/guestfish.pod:342
19484 msgid "B<-N type>"
19485 msgstr ""
19486
19487 #. type: =item
19488 #: ../fish/guestfish.pod:344
19489 msgid "B<--new type>"
19490 msgstr ""
19491
19492 #. type: =item
19493 #: ../fish/guestfish.pod:346
19494 msgid "B<-N help>"
19495 msgstr ""
19496
19497 #. type: textblock
19498 #: ../fish/guestfish.pod:348
19499 msgid ""
19500 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
19501 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
19502 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
19503 "IMAGES> below."
19504 msgstr ""
19505
19506 #. type: =item
19507 #: ../fish/guestfish.pod:353
19508 msgid "B<--progress-bars>"
19509 msgstr ""
19510
19511 #. type: textblock
19512 #: ../fish/guestfish.pod:355
19513 msgid "Enable progress bars, even when guestfish is used non-interactively."
19514 msgstr ""
19515
19516 #. type: textblock
19517 #: ../fish/guestfish.pod:357
19518 msgid ""
19519 "Progress bars are enabled by default when guestfish is used as an "
19520 "interactive shell."
19521 msgstr ""
19522
19523 #. type: =item
19524 #: ../fish/guestfish.pod:360
19525 msgid "B<--no-progress-bars>"
19526 msgstr ""
19527
19528 #. type: textblock
19529 #: ../fish/guestfish.pod:362
19530 msgid "Disable progress bars."
19531 msgstr ""
19532
19533 #. type: =item
19534 #: ../fish/guestfish.pod:364
19535 msgid "B<--remote[=pid]>"
19536 msgstr ""
19537
19538 #. type: textblock
19539 #: ../fish/guestfish.pod:366
19540 msgid ""
19541 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
19542 "CONTROL GUESTFISH OVER A SOCKET> below."
19543 msgstr ""
19544
19545 #. type: =item
19546 #: ../fish/guestfish.pod:369
19547 msgid "B<-r>"
19548 msgstr ""
19549
19550 #. type: =item
19551 #: ../fish/guestfish.pod:371
19552 msgid "B<--ro>"
19553 msgstr ""
19554
19555 #. type: textblock
19556 #: ../fish/guestfish.pod:373
19557 msgid ""
19558 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19559 "mounts are done read-only."
19560 msgstr ""
19561
19562 #. type: textblock
19563 #: ../fish/guestfish.pod:376
19564 msgid ""
19565 "The option must always be used if the disk image or virtual machine might be "
19566 "running, and is generally recommended in cases where you don't need write "
19567 "access to the disk."
19568 msgstr ""
19569
19570 #. type: textblock
19571 #: ../fish/guestfish.pod:380
19572 msgid ""
19573 "Note that prepared disk images created with I<-N> are not affected by this "
19574 "option.  Also commands like C<add> are not affected - you have to specify "
19575 "the C<readonly:true> option explicitly if you need it."
19576 msgstr ""
19577
19578 #. type: textblock
19579 #: ../fish/guestfish.pod:384
19580 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
19581 msgstr ""
19582
19583 #. type: =item
19584 #: ../fish/guestfish.pod:386 ../fuse/guestmount.pod:227
19585 msgid "B<--selinux>"
19586 msgstr ""
19587
19588 #. type: textblock
19589 #: ../fish/guestfish.pod:388
19590 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
19591 msgstr ""
19592
19593 #. type: =item
19594 #: ../fish/guestfish.pod:390
19595 msgid "B<-v>"
19596 msgstr ""
19597
19598 #. type: =item
19599 #: ../fish/guestfish.pod:392
19600 msgid "B<--verbose>"
19601 msgstr ""
19602
19603 #. type: textblock
19604 #: ../fish/guestfish.pod:394
19605 msgid ""
19606 "Enable very verbose messages.  This is particularly useful if you find a "
19607 "bug."
19608 msgstr ""
19609
19610 #. type: =item
19611 #: ../fish/guestfish.pod:397
19612 msgid "B<-V>"
19613 msgstr ""
19614
19615 #. type: =item
19616 #: ../fish/guestfish.pod:399 ../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
19617 msgid "B<--version>"
19618 msgstr ""
19619
19620 #. type: textblock
19621 #: ../fish/guestfish.pod:401
19622 msgid "Display the guestfish / libguestfs version number and exit."
19623 msgstr ""
19624
19625 #. type: =item
19626 #: ../fish/guestfish.pod:403
19627 msgid "B<-w>"
19628 msgstr ""
19629
19630 #. type: =item
19631 #: ../fish/guestfish.pod:405
19632 msgid "B<--rw>"
19633 msgstr ""
19634
19635 #. type: textblock
19636 #: ../fish/guestfish.pod:407 ../fuse/guestmount.pod:241
19637 msgid ""
19638 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19639 "mounts are done read-write."
19640 msgstr ""
19641
19642 #. type: textblock
19643 #: ../fish/guestfish.pod:410
19644 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
19645 msgstr ""
19646
19647 #. type: =item
19648 #: ../fish/guestfish.pod:412
19649 msgid "B<-x>"
19650 msgstr ""
19651
19652 #. type: textblock
19653 #: ../fish/guestfish.pod:414
19654 msgid "Echo each command before executing it."
19655 msgstr ""
19656
19657 #. type: =head1
19658 #: ../fish/guestfish.pod:418
19659 msgid "COMMANDS ON COMMAND LINE"
19660 msgstr ""
19661
19662 #. type: textblock
19663 #: ../fish/guestfish.pod:420
19664 msgid "Any additional (non-option) arguments are treated as commands to execute."
19665 msgstr ""
19666
19667 #. type: textblock
19668 #: ../fish/guestfish.pod:423
19669 msgid ""
19670 "Commands to execute should be separated by a colon (C<:>), where the colon "
19671 "is a separate parameter.  Thus:"
19672 msgstr ""
19673
19674 #. type: verbatim
19675 #: ../fish/guestfish.pod:426
19676 #, no-wrap
19677 msgid ""
19678 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
19679 "\n"
19680 msgstr ""
19681
19682 #. type: textblock
19683 #: ../fish/guestfish.pod:428
19684 msgid ""
19685 "If there are no additional arguments, then we enter a shell, either an "
19686 "interactive shell with a prompt (if the input is a terminal) or a "
19687 "non-interactive shell."
19688 msgstr ""
19689
19690 #. type: textblock
19691 #: ../fish/guestfish.pod:432
19692 msgid ""
19693 "In either command line mode or non-interactive shell, the first command that "
19694 "gives an error causes the whole shell to exit.  In interactive mode (with a "
19695 "prompt) if a command fails, you can continue to enter commands."
19696 msgstr ""
19697
19698 #. type: =head1
19699 #: ../fish/guestfish.pod:437
19700 msgid "USING launch (OR run)"
19701 msgstr ""
19702
19703 #. type: textblock
19704 #: ../fish/guestfish.pod:439
19705 msgid ""
19706 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
19707 "then launch it, then mount any disks you need, and finally issue "
19708 "actions/commands.  So the general order of the day is:"
19709 msgstr ""
19710
19711 #. type: textblock
19712 #: ../fish/guestfish.pod:447
19713 msgid "add or -a/--add"
19714 msgstr ""
19715
19716 #. type: textblock
19717 #: ../fish/guestfish.pod:451
19718 msgid "launch (aka run)"
19719 msgstr ""
19720
19721 #. type: textblock
19722 #: ../fish/guestfish.pod:455
19723 msgid "mount or -m/--mount"
19724 msgstr ""
19725
19726 #. type: textblock
19727 #: ../fish/guestfish.pod:459
19728 msgid "any other commands"
19729 msgstr ""
19730
19731 #. type: textblock
19732 #: ../fish/guestfish.pod:463
19733 msgid ""
19734 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
19735 "guest before mounting or performing any other commands."
19736 msgstr ""
19737
19738 #. type: textblock
19739 #: ../fish/guestfish.pod:466
19740 msgid ""
19741 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
19742 "I<--new> options were given then C<run> is done automatically, simply "
19743 "because guestfish can't perform the action you asked for without doing this."
19744 msgstr ""
19745
19746 #. type: =head1
19747 #: ../fish/guestfish.pod:471
19748 msgid "OPENING DISKS FOR READ AND WRITE"
19749 msgstr ""
19750
19751 #. type: textblock
19752 #: ../fish/guestfish.pod:473
19753 msgid ""
19754 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
19755 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
19756 "I<-i> and I<-m> open disk images read-only or for writing."
19757 msgstr ""
19758
19759 #. type: textblock
19760 #: ../fish/guestfish.pod:478
19761 msgid ""
19762 "In libguestfs E<le> 1.10, guestfish, guestmount and virt-rescue defaulted to "
19763 "opening disk images supplied on the command line for write.  To open a disk "
19764 "image read-only you have to do I<-a image --ro>."
19765 msgstr ""
19766
19767 #. type: textblock
19768 #: ../fish/guestfish.pod:482
19769 msgid ""
19770 "This matters: If you accidentally open a live VM disk image writable then "
19771 "you will cause irreversible disk corruption."
19772 msgstr ""
19773
19774 #. type: textblock
19775 #: ../fish/guestfish.pod:485
19776 msgid ""
19777 "By libguestfs 1.12 we intend to change the default the other way.  Disk "
19778 "images will be opened read-only.  You will have to either specify "
19779 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
19780 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
19781 "access for disk images specified by those other command line options."
19782 msgstr ""
19783
19784 #. type: textblock
19785 #: ../fish/guestfish.pod:492
19786 msgid ""
19787 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
19788 "which does nothing (it is already the default).  However it is highly "
19789 "recommended that you use this option to indicate that you need write access, "
19790 "and prepare your scripts for the day when this option will be required for "
19791 "write access."
19792 msgstr ""
19793
19794 #. type: textblock
19795 #: ../fish/guestfish.pod:498
19796 msgid ""
19797 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
19798 "other libguestfs program apart from guestfish and guestmount."
19799 msgstr ""
19800
19801 #. type: =head1
19802 #: ../fish/guestfish.pod:501
19803 msgid "QUOTING"
19804 msgstr ""
19805
19806 #. type: textblock
19807 #: ../fish/guestfish.pod:503
19808 msgid ""
19809 "You can quote ordinary parameters using either single or double quotes.  For "
19810 "example:"
19811 msgstr ""
19812
19813 #. type: verbatim
19814 #: ../fish/guestfish.pod:506
19815 #, no-wrap
19816 msgid ""
19817 " add \"file with a space.img\"\n"
19818 "\n"
19819 msgstr ""
19820
19821 #. type: verbatim
19822 #: ../fish/guestfish.pod:508
19823 #, no-wrap
19824 msgid ""
19825 " rm '/file name'\n"
19826 "\n"
19827 msgstr ""
19828
19829 #. type: verbatim
19830 #: ../fish/guestfish.pod:510
19831 #, no-wrap
19832 msgid ""
19833 " rm '/\"'\n"
19834 "\n"
19835 msgstr ""
19836
19837 #. type: textblock
19838 #: ../fish/guestfish.pod:512
19839 msgid ""
19840 "A few commands require a list of strings to be passed.  For these, use a "
19841 "whitespace-separated list, enclosed in quotes.  Strings containing "
19842 "whitespace to be passed through must be enclosed in single quotes.  A "
19843 "literal single quote must be escaped with a backslash."
19844 msgstr ""
19845
19846 #. type: verbatim
19847 #: ../fish/guestfish.pod:517
19848 #, no-wrap
19849 msgid ""
19850 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
19851 " command \"/bin/echo 'foo      bar'\"\n"
19852 " command \"/bin/echo \\'foo\\'\"\n"
19853 "\n"
19854 msgstr ""
19855
19856 #. type: =head1
19857 #: ../fish/guestfish.pod:521
19858 msgid "OPTIONAL ARGUMENTS"
19859 msgstr ""
19860
19861 #. type: textblock
19862 #: ../fish/guestfish.pod:523
19863 msgid ""
19864 "Some commands take optional arguments.  These arguments appear in this "
19865 "documentation as C<[argname:..]>.  You can use them as in these examples:"
19866 msgstr ""
19867
19868 #. type: verbatim
19869 #: ../fish/guestfish.pod:527
19870 #, no-wrap
19871 msgid ""
19872 " add-drive-opts filename\n"
19873 "\n"
19874 msgstr ""
19875
19876 #. type: verbatim
19877 #: ../fish/guestfish.pod:529
19878 #, no-wrap
19879 msgid ""
19880 " add-drive-opts filename readonly:true\n"
19881 "\n"
19882 msgstr ""
19883
19884 #. type: verbatim
19885 #: ../fish/guestfish.pod:531
19886 #, no-wrap
19887 msgid ""
19888 " add-drive-opts filename format:qcow2 readonly:false\n"
19889 "\n"
19890 msgstr ""
19891
19892 #. type: textblock
19893 #: ../fish/guestfish.pod:533
19894 msgid ""
19895 "Each optional argument can appear at most once.  All optional arguments must "
19896 "appear after the required ones."
19897 msgstr ""
19898
19899 #. type: =head1
19900 #: ../fish/guestfish.pod:536
19901 msgid "NUMBERS"
19902 msgstr ""
19903
19904 #. type: textblock
19905 #: ../fish/guestfish.pod:538
19906 msgid "This section applies to all commands which can take integers as parameters."
19907 msgstr ""
19908
19909 #. type: =head2
19910 #: ../fish/guestfish.pod:541
19911 msgid "SIZE SUFFIX"
19912 msgstr ""
19913
19914 #. type: textblock
19915 #: ../fish/guestfish.pod:543
19916 msgid ""
19917 "When the command takes a parameter measured in bytes, you can use one of the "
19918 "following suffixes to specify kilobytes, megabytes and larger sizes:"
19919 msgstr ""
19920
19921 #. type: =item
19922 #: ../fish/guestfish.pod:549
19923 msgid "B<k> or B<K> or B<KiB>"
19924 msgstr ""
19925
19926 #. type: textblock
19927 #: ../fish/guestfish.pod:551
19928 msgid "The size in kilobytes (multiplied by 1024)."
19929 msgstr ""
19930
19931 #. type: =item
19932 #: ../fish/guestfish.pod:553
19933 msgid "B<KB>"
19934 msgstr ""
19935
19936 #. type: textblock
19937 #: ../fish/guestfish.pod:555
19938 msgid "The size in SI 1000 byte units."
19939 msgstr ""
19940
19941 #. type: =item
19942 #: ../fish/guestfish.pod:557
19943 msgid "B<M> or B<MiB>"
19944 msgstr ""
19945
19946 #. type: textblock
19947 #: ../fish/guestfish.pod:559
19948 msgid "The size in megabytes (multiplied by 1048576)."
19949 msgstr ""
19950
19951 #. type: =item
19952 #: ../fish/guestfish.pod:561
19953 msgid "B<MB>"
19954 msgstr ""
19955
19956 #. type: textblock
19957 #: ../fish/guestfish.pod:563
19958 msgid "The size in SI 1000000 byte units."
19959 msgstr ""
19960
19961 #. type: =item
19962 #: ../fish/guestfish.pod:565
19963 msgid "B<G> or B<GiB>"
19964 msgstr ""
19965
19966 #. type: textblock
19967 #: ../fish/guestfish.pod:567
19968 msgid "The size in gigabytes (multiplied by 2**30)."
19969 msgstr ""
19970
19971 #. type: =item
19972 #: ../fish/guestfish.pod:569
19973 msgid "B<GB>"
19974 msgstr ""
19975
19976 #. type: textblock
19977 #: ../fish/guestfish.pod:571
19978 msgid "The size in SI 10**9 byte units."
19979 msgstr ""
19980
19981 #. type: =item
19982 #: ../fish/guestfish.pod:573
19983 msgid "B<T> or B<TiB>"
19984 msgstr ""
19985
19986 #. type: textblock
19987 #: ../fish/guestfish.pod:575
19988 msgid "The size in terabytes (multiplied by 2**40)."
19989 msgstr ""
19990
19991 #. type: =item
19992 #: ../fish/guestfish.pod:577
19993 msgid "B<TB>"
19994 msgstr ""
19995
19996 #. type: textblock
19997 #: ../fish/guestfish.pod:579
19998 msgid "The size in SI 10**12 byte units."
19999 msgstr ""
20000
20001 #. type: =item
20002 #: ../fish/guestfish.pod:581
20003 msgid "B<P> or B<PiB>"
20004 msgstr ""
20005
20006 #. type: textblock
20007 #: ../fish/guestfish.pod:583
20008 msgid "The size in petabytes (multiplied by 2**50)."
20009 msgstr ""
20010
20011 #. type: =item
20012 #: ../fish/guestfish.pod:585
20013 msgid "B<PB>"
20014 msgstr ""
20015
20016 #. type: textblock
20017 #: ../fish/guestfish.pod:587
20018 msgid "The size in SI 10**15 byte units."
20019 msgstr ""
20020
20021 #. type: =item
20022 #: ../fish/guestfish.pod:589
20023 msgid "B<E> or B<EiB>"
20024 msgstr ""
20025
20026 #. type: textblock
20027 #: ../fish/guestfish.pod:591
20028 msgid "The size in exabytes (multiplied by 2**60)."
20029 msgstr ""
20030
20031 #. type: =item
20032 #: ../fish/guestfish.pod:593
20033 msgid "B<EB>"
20034 msgstr ""
20035
20036 #. type: textblock
20037 #: ../fish/guestfish.pod:595
20038 msgid "The size in SI 10**18 byte units."
20039 msgstr ""
20040
20041 #. type: =item
20042 #: ../fish/guestfish.pod:597
20043 msgid "B<Z> or B<ZiB>"
20044 msgstr ""
20045
20046 #. type: textblock
20047 #: ../fish/guestfish.pod:599
20048 msgid "The size in zettabytes (multiplied by 2**70)."
20049 msgstr ""
20050
20051 #. type: =item
20052 #: ../fish/guestfish.pod:601
20053 msgid "B<ZB>"
20054 msgstr ""
20055
20056 #. type: textblock
20057 #: ../fish/guestfish.pod:603
20058 msgid "The size in SI 10**21 byte units."
20059 msgstr ""
20060
20061 #. type: =item
20062 #: ../fish/guestfish.pod:605
20063 msgid "B<Y> or B<YiB>"
20064 msgstr ""
20065
20066 #. type: textblock
20067 #: ../fish/guestfish.pod:607
20068 msgid "The size in yottabytes (multiplied by 2**80)."
20069 msgstr ""
20070
20071 #. type: =item
20072 #: ../fish/guestfish.pod:609
20073 msgid "B<YB>"
20074 msgstr ""
20075
20076 #. type: textblock
20077 #: ../fish/guestfish.pod:611
20078 msgid "The size in SI 10**24 byte units."
20079 msgstr ""
20080
20081 #. type: verbatim
20082 #: ../fish/guestfish.pod:617
20083 #, no-wrap
20084 msgid ""
20085 " truncate-size /file 1G\n"
20086 "\n"
20087 msgstr ""
20088
20089 #. type: textblock
20090 #: ../fish/guestfish.pod:619
20091 msgid "would truncate the file to 1 gigabyte."
20092 msgstr ""
20093
20094 #. type: textblock
20095 #: ../fish/guestfish.pod:621
20096 msgid ""
20097 "Be careful because a few commands take sizes in kilobytes or megabytes "
20098 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
20099 "Adding a suffix will probably not do what you expect."
20100 msgstr ""
20101
20102 #. type: =head2
20103 #: ../fish/guestfish.pod:625
20104 msgid "OCTAL AND HEXADECIMAL NUMBERS"
20105 msgstr ""
20106
20107 #. type: textblock
20108 #: ../fish/guestfish.pod:627
20109 msgid ""
20110 "For specifying the radix (base) use the C convention: C<0> to prefix an "
20111 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
20112 msgstr ""
20113
20114 #. type: verbatim
20115 #: ../fish/guestfish.pod:630
20116 #, no-wrap
20117 msgid ""
20118 " 1234      decimal number 1234\n"
20119 " 02322     octal number, equivalent to decimal 1234\n"
20120 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
20121 "\n"
20122 msgstr ""
20123
20124 #. type: textblock
20125 #: ../fish/guestfish.pod:634
20126 msgid ""
20127 "When using the C<chmod> command, you almost always want to specify an octal "
20128 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
20129 "L<chmod(1)> program):"
20130 msgstr ""
20131
20132 #. type: verbatim
20133 #: ../fish/guestfish.pod:638
20134 #, no-wrap
20135 msgid ""
20136 " chmod 0777 /public  # OK\n"
20137 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
20138 "\n"
20139 msgstr ""
20140
20141 #. type: textblock
20142 #: ../fish/guestfish.pod:641
20143 msgid ""
20144 "Commands that return numbers usually print them in decimal, but some "
20145 "commands print numbers in other radices (eg. C<umask> prints the mode in "
20146 "octal, preceeded by C<0>)."
20147 msgstr ""
20148
20149 #. type: =head1
20150 #: ../fish/guestfish.pod:645
20151 msgid "WILDCARDS AND GLOBBING"
20152 msgstr ""
20153
20154 #. type: textblock
20155 #: ../fish/guestfish.pod:647
20156 msgid ""
20157 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
20158 "(globbing) by default.  So for example the following will not do what you "
20159 "expect:"
20160 msgstr ""
20161
20162 #. type: verbatim
20163 #: ../fish/guestfish.pod:651
20164 #, no-wrap
20165 msgid ""
20166 " rm-rf /home/*\n"
20167 "\n"
20168 msgstr ""
20169
20170 #. type: textblock
20171 #: ../fish/guestfish.pod:653
20172 msgid ""
20173 "Assuming you don't have a directory called literally C</home/*> then the "
20174 "above command will return an error."
20175 msgstr ""
20176
20177 #. type: textblock
20178 #: ../fish/guestfish.pod:656
20179 msgid "To perform wildcard expansion, use the C<glob> command."
20180 msgstr ""
20181
20182 #. type: verbatim
20183 #: ../fish/guestfish.pod:658
20184 #, no-wrap
20185 msgid ""
20186 " glob rm-rf /home/*\n"
20187 "\n"
20188 msgstr ""
20189
20190 #. type: textblock
20191 #: ../fish/guestfish.pod:660
20192 msgid ""
20193 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
20194 "many times), equivalent to:"
20195 msgstr ""
20196
20197 #. type: verbatim
20198 #: ../fish/guestfish.pod:663
20199 #, no-wrap
20200 msgid ""
20201 " rm-rf /home/jim\n"
20202 " rm-rf /home/joe\n"
20203 " rm-rf /home/mary\n"
20204 "\n"
20205 msgstr ""
20206
20207 #. type: textblock
20208 #: ../fish/guestfish.pod:667
20209 msgid "C<glob> only works on simple guest paths and not on device names."
20210 msgstr ""
20211
20212 #. type: textblock
20213 #: ../fish/guestfish.pod:669
20214 msgid ""
20215 "If you have several parameters, each containing a wildcard, then glob will "
20216 "perform a Cartesian product."
20217 msgstr ""
20218
20219 #. type: =head1
20220 #: ../fish/guestfish.pod:672
20221 msgid "COMMENTS"
20222 msgstr ""
20223
20224 #. type: textblock
20225 #: ../fish/guestfish.pod:674
20226 msgid ""
20227 "Any line which starts with a I<#> character is treated as a comment and "
20228 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
20229 "a command.  For example:"
20230 msgstr ""
20231
20232 #. type: verbatim
20233 #: ../fish/guestfish.pod:678
20234 #, no-wrap
20235 msgid ""
20236 " # this is a comment\n"
20237 "         # this is a comment\n"
20238 " foo # NOT a comment\n"
20239 "\n"
20240 msgstr ""
20241
20242 #. type: textblock
20243 #: ../fish/guestfish.pod:682
20244 msgid "Blank lines are also ignored."
20245 msgstr ""
20246
20247 #. type: =head1
20248 #: ../fish/guestfish.pod:684
20249 msgid "RUNNING COMMANDS LOCALLY"
20250 msgstr ""
20251
20252 #. type: textblock
20253 #: ../fish/guestfish.pod:686
20254 msgid ""
20255 "Any line which starts with a I<!> character is treated as a command sent to "
20256 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
20257 msgstr ""
20258
20259 #. type: verbatim
20260 #: ../fish/guestfish.pod:690
20261 #, no-wrap
20262 msgid ""
20263 " !mkdir local\n"
20264 " tgz-out /remote local/remote-data.tar.gz\n"
20265 "\n"
20266 msgstr ""
20267
20268 #. type: textblock
20269 #: ../fish/guestfish.pod:693
20270 msgid ""
20271 "will create a directory C<local> on the host, and then export the contents "
20272 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
20273 "(See C<tgz-out>)."
20274 msgstr ""
20275
20276 #. type: textblock
20277 #: ../fish/guestfish.pod:697
20278 msgid ""
20279 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
20280 "effect, due to the way that subprocesses work in Unix."
20281 msgstr ""
20282
20283 #. type: =head2
20284 #: ../fish/guestfish.pod:700
20285 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
20286 msgstr ""
20287
20288 #. type: textblock
20289 #: ../fish/guestfish.pod:702
20290 msgid ""
20291 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
20292 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
20293 "and executed as guestfish commands."
20294 msgstr ""
20295
20296 #. type: textblock
20297 #: ../fish/guestfish.pod:706
20298 msgid ""
20299 "Thus you can use shell script to construct arbitrary guestfish commands "
20300 "which are then parsed by guestfish."
20301 msgstr ""
20302
20303 #. type: textblock
20304 #: ../fish/guestfish.pod:709
20305 msgid ""
20306 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
20307 "through C</foo.100>) using guestfish commands alone.  However this is simple "
20308 "if we use a shell script to create the guestfish commands for us:"
20309 msgstr ""
20310
20311 #. type: verbatim
20312 #: ../fish/guestfish.pod:714
20313 #, no-wrap
20314 msgid ""
20315 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
20316 "\n"
20317 msgstr ""
20318
20319 #. type: textblock
20320 #: ../fish/guestfish.pod:716
20321 msgid "or with names like C</foo.001>:"
20322 msgstr ""
20323
20324 #. type: verbatim
20325 #: ../fish/guestfish.pod:718
20326 #, no-wrap
20327 msgid ""
20328 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
20329 "\n"
20330 msgstr ""
20331
20332 #. type: textblock
20333 #: ../fish/guestfish.pod:720
20334 msgid ""
20335 "When using guestfish interactively it can be helpful to just run the shell "
20336 "script first (ie. remove the initial C<E<lt>> character so it is just an "
20337 "ordinary I<!> local command), see what guestfish commands it would run, and "
20338 "when you are happy with those prepend the C<E<lt>> character to run the "
20339 "guestfish commands for real."
20340 msgstr ""
20341
20342 #. type: =head1
20343 #: ../fish/guestfish.pod:726
20344 msgid "PIPES"
20345 msgstr ""
20346
20347 #. type: textblock
20348 #: ../fish/guestfish.pod:728
20349 msgid ""
20350 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
20351 "command (a guestfish command) to the second command (any host command).  For "
20352 "example:"
20353 msgstr ""
20354
20355 #. type: verbatim
20356 #: ../fish/guestfish.pod:732
20357 #, no-wrap
20358 msgid ""
20359 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
20360 "\n"
20361 msgstr ""
20362
20363 #. type: textblock
20364 #: ../fish/guestfish.pod:734
20365 msgid ""
20366 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
20367 "program).  The above command would list all accounts in the guest filesystem "
20368 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
20369 msgstr ""
20370
20371 #. type: verbatim
20372 #: ../fish/guestfish.pod:739
20373 #, no-wrap
20374 msgid ""
20375 " hexdump /bin/ls | head\n"
20376 " list-devices | tail -1\n"
20377 " tgz-out / - | tar ztf -\n"
20378 "\n"
20379 msgstr ""
20380
20381 #. type: textblock
20382 #: ../fish/guestfish.pod:743
20383 msgid ""
20384 "The space before the pipe symbol is required, any space after the pipe "
20385 "symbol is optional.  Everything after the pipe symbol is just passed "
20386 "straight to the host shell, so it can contain redirections, globs and "
20387 "anything else that makes sense on the host side."
20388 msgstr ""
20389
20390 #. type: textblock
20391 #: ../fish/guestfish.pod:748
20392 msgid ""
20393 "To use a literal argument which begins with a pipe symbol, you have to quote "
20394 "it, eg:"
20395 msgstr ""
20396
20397 #. type: verbatim
20398 #: ../fish/guestfish.pod:751
20399 #, no-wrap
20400 msgid ""
20401 " echo \"|\"\n"
20402 "\n"
20403 msgstr ""
20404
20405 #. type: =head1
20406 #: ../fish/guestfish.pod:753
20407 msgid "HOME DIRECTORIES"
20408 msgstr ""
20409
20410 #. type: textblock
20411 #: ../fish/guestfish.pod:755
20412 msgid ""
20413 "If a parameter starts with the character C<~> then the tilde may be expanded "
20414 "as a home directory path (either C<~> for the current user's home directory, "
20415 "or C<~user> for another user)."
20416 msgstr ""
20417
20418 #. type: textblock
20419 #: ../fish/guestfish.pod:759
20420 msgid ""
20421 "Note that home directory expansion happens for users known I<on the host>, "
20422 "not in the guest filesystem."
20423 msgstr ""
20424
20425 #. type: textblock
20426 #: ../fish/guestfish.pod:762
20427 msgid ""
20428 "To use a literal argument which begins with a tilde, you have to quote it, "
20429 "eg:"
20430 msgstr ""
20431
20432 #. type: verbatim
20433 #: ../fish/guestfish.pod:765
20434 #, no-wrap
20435 msgid ""
20436 " echo \"~\"\n"
20437 "\n"
20438 msgstr ""
20439
20440 #. type: textblock
20441 #: ../fish/guestfish.pod:769
20442 msgid ""
20443 "Libguestfs has some support for Linux guests encrypted according to the "
20444 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
20445 "disk encryption systems used by modern Linux guests.  Currently only "
20446 "LVM-on-LUKS is supported."
20447 msgstr ""
20448
20449 #. type: textblock
20450 #: ../fish/guestfish.pod:774
20451 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
20452 msgstr ""
20453
20454 #. type: verbatim
20455 #: ../fish/guestfish.pod:776
20456 #, no-wrap
20457 msgid ""
20458 " ><fs> vfs-type /dev/sda2\n"
20459 " crypto_LUKS\n"
20460 "\n"
20461 msgstr ""
20462
20463 #. type: textblock
20464 #: ../fish/guestfish.pod:779
20465 msgid ""
20466 "Then open those devices using L</luks-open>.  This creates a device-mapper "
20467 "device called C</dev/mapper/luksdev>."
20468 msgstr ""
20469
20470 #. type: verbatim
20471 #: ../fish/guestfish.pod:782
20472 #, no-wrap
20473 msgid ""
20474 " ><fs> luks-open /dev/sda2 luksdev\n"
20475 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
20476 "\n"
20477 msgstr ""
20478
20479 #. type: textblock
20480 #: ../fish/guestfish.pod:785
20481 msgid ""
20482 "Finally you have to tell LVM to scan for volume groups on the newly created "
20483 "mapper device:"
20484 msgstr ""
20485
20486 #. type: verbatim
20487 #: ../fish/guestfish.pod:788
20488 #, no-wrap
20489 msgid ""
20490 " vgscan\n"
20491 " vg-activate-all true\n"
20492 "\n"
20493 msgstr ""
20494
20495 #. type: textblock
20496 #: ../fish/guestfish.pod:791
20497 msgid "The logical volume(s) can now be mounted in the usual way."
20498 msgstr ""
20499
20500 #. type: textblock
20501 #: ../fish/guestfish.pod:793
20502 msgid ""
20503 "Before closing a LUKS device you must unmount any logical volumes on it and "
20504 "deactivate the volume groups by calling C<vg-activate false VG> on each "
20505 "one.  Then you can close the mapper device:"
20506 msgstr ""
20507
20508 #. type: verbatim
20509 #: ../fish/guestfish.pod:797
20510 #, no-wrap
20511 msgid ""
20512 " vg-activate false /dev/VG\n"
20513 " luks-close /dev/mapper/luksdev\n"
20514 "\n"
20515 msgstr ""
20516
20517 #. type: =head1
20518 #: ../fish/guestfish.pod:800 ../tools/virt-edit.pl:342
20519 msgid "WINDOWS PATHS"
20520 msgstr ""
20521
20522 #. type: textblock
20523 #: ../fish/guestfish.pod:802
20524 msgid ""
20525 "If a path is prefixed with C<win:> then you can use Windows-style drive "
20526 "letters and paths (with some limitations).  The following commands are "
20527 "equivalent:"
20528 msgstr ""
20529
20530 #. type: verbatim
20531 #: ../fish/guestfish.pod:806
20532 #, no-wrap
20533 msgid ""
20534 " file /WINDOWS/system32/config/system.LOG\n"
20535 "\n"
20536 msgstr ""
20537
20538 #. type: verbatim
20539 #: ../fish/guestfish.pod:808
20540 #, no-wrap
20541 msgid ""
20542 " file win:\\windows\\system32\\config\\system.log\n"
20543 "\n"
20544 msgstr ""
20545
20546 #. type: verbatim
20547 #: ../fish/guestfish.pod:810
20548 #, no-wrap
20549 msgid ""
20550 " file WIN:C:\\Windows\\SYSTEM32\\CONFIG\\SYSTEM.LOG\n"
20551 "\n"
20552 msgstr ""
20553
20554 #. type: textblock
20555 #: ../fish/guestfish.pod:812
20556 msgid ""
20557 "The parameter is rewritten \"behind the scenes\" by looking up the position "
20558 "where the drive is mounted, prepending that to the path, changing all "
20559 "backslash characters to forward slash, then resolving the result using "
20560 "L</case-sensitive-path>.  For example if the E: drive was mounted on C</e> "
20561 "then the parameter might be rewritten like this:"
20562 msgstr ""
20563
20564 #. type: verbatim
20565 #: ../fish/guestfish.pod:818
20566 #, no-wrap
20567 msgid ""
20568 " win:e:\\foo\\bar => /e/FOO/bar\n"
20569 "\n"
20570 msgstr ""
20571
20572 #. type: textblock
20573 #: ../fish/guestfish.pod:820
20574 msgid "This only works in argument positions that expect a path."
20575 msgstr ""
20576
20577 #. type: =head1
20578 #: ../fish/guestfish.pod:822
20579 msgid "UPLOADING AND DOWNLOADING FILES"
20580 msgstr ""
20581
20582 #. type: textblock
20583 #: ../fish/guestfish.pod:824
20584 msgid ""
20585 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
20586 "others which upload from or download to a local file, you can use the "
20587 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
20588 msgstr ""
20589
20590 #. type: verbatim
20591 #: ../fish/guestfish.pod:828
20592 #, no-wrap
20593 msgid ""
20594 " upload - /foo\n"
20595 "\n"
20596 msgstr ""
20597
20598 #. type: textblock
20599 #: ../fish/guestfish.pod:830
20600 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
20601 msgstr ""
20602
20603 #. type: verbatim
20604 #: ../fish/guestfish.pod:833
20605 #, no-wrap
20606 msgid ""
20607 " tar-out /etc - | tar tf -\n"
20608 "\n"
20609 msgstr ""
20610
20611 #. type: textblock
20612 #: ../fish/guestfish.pod:835
20613 msgid ""
20614 "writes the tarball to stdout and then pipes that into the external \"tar\" "
20615 "command (see L</PIPES>)."
20616 msgstr ""
20617
20618 #. type: textblock
20619 #: ../fish/guestfish.pod:838
20620 msgid ""
20621 "When using C<-> to read from stdin, the input is read up to the end of "
20622 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
20623 "some arbitrary end marker:"
20624 msgstr ""
20625
20626 #. type: verbatim
20627 #: ../fish/guestfish.pod:842
20628 #, no-wrap
20629 msgid ""
20630 " upload -<<END /foo\n"
20631 " input line 1\n"
20632 " input line 2\n"
20633 " input line 3\n"
20634 " END\n"
20635 "\n"
20636 msgstr ""
20637
20638 #. type: textblock
20639 #: ../fish/guestfish.pod:848
20640 msgid ""
20641 "Any string of characters can be used instead of C<END>.  The end marker must "
20642 "appear on a line of its own, without any preceeding or following characters "
20643 "(not even spaces)."
20644 msgstr ""
20645
20646 #. type: textblock
20647 #: ../fish/guestfish.pod:852
20648 msgid ""
20649 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
20650 "upload local files (so-called \"FileIn\" parameters in the generator)."
20651 msgstr ""
20652
20653 #. type: =head1
20654 #: ../fish/guestfish.pod:855
20655 msgid "EXIT ON ERROR BEHAVIOUR"
20656 msgstr ""
20657
20658 #. type: textblock
20659 #: ../fish/guestfish.pod:857
20660 msgid ""
20661 "By default, guestfish will ignore any errors when in interactive mode "
20662 "(ie. taking commands from a human over a tty), and will exit on the first "
20663 "error in non-interactive mode (scripts, commands given on the command line)."
20664 msgstr ""
20665
20666 #. type: textblock
20667 #: ../fish/guestfish.pod:862
20668 msgid ""
20669 "If you prefix a command with a I<-> character, then that command will not "
20670 "cause guestfish to exit, even if that (one) command returns an error."
20671 msgstr ""
20672
20673 #. type: =head1
20674 #: ../fish/guestfish.pod:866
20675 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
20676 msgstr ""
20677
20678 #. type: textblock
20679 #: ../fish/guestfish.pod:868
20680 msgid ""
20681 "Guestfish can be remote-controlled over a socket.  This is useful "
20682 "particularly in shell scripts where you want to make several different "
20683 "changes to a filesystem, but you don't want the overhead of starting up a "
20684 "guestfish process each time."
20685 msgstr ""
20686
20687 #. type: textblock
20688 #: ../fish/guestfish.pod:873
20689 msgid "Start a guestfish server process using:"
20690 msgstr ""
20691
20692 #. type: verbatim
20693 #: ../fish/guestfish.pod:875
20694 #, no-wrap
20695 msgid ""
20696 " eval \"`guestfish --listen`\"\n"
20697 "\n"
20698 msgstr ""
20699
20700 #. type: textblock
20701 #: ../fish/guestfish.pod:877
20702 msgid "and then send it commands by doing:"
20703 msgstr ""
20704
20705 #. type: verbatim
20706 #: ../fish/guestfish.pod:879
20707 #, no-wrap
20708 msgid ""
20709 " guestfish --remote cmd [...]\n"
20710 "\n"
20711 msgstr ""
20712
20713 #. type: textblock
20714 #: ../fish/guestfish.pod:881
20715 msgid "To cause the server to exit, send it the exit command:"
20716 msgstr ""
20717
20718 #. type: verbatim
20719 #: ../fish/guestfish.pod:883
20720 #, no-wrap
20721 msgid ""
20722 " guestfish --remote exit\n"
20723 "\n"
20724 msgstr ""
20725
20726 #. type: textblock
20727 #: ../fish/guestfish.pod:885
20728 msgid ""
20729 "Note that the server will normally exit if there is an error in a command.  "
20730 "You can change this in the usual way.  See section L</EXIT ON ERROR "
20731 "BEHAVIOUR>."
20732 msgstr ""
20733
20734 #. type: =head2
20735 #: ../fish/guestfish.pod:889
20736 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
20737 msgstr ""
20738
20739 #. type: textblock
20740 #: ../fish/guestfish.pod:891
20741 msgid ""
20742 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
20743 "is how the I<--remote> option knows where to send the commands.  You can "
20744 "have several guestfish listener processes running using:"
20745 msgstr ""
20746
20747 #. type: verbatim
20748 #: ../fish/guestfish.pod:895
20749 #, no-wrap
20750 msgid ""
20751 " eval \"`guestfish --listen`\"\n"
20752 " pid1=$GUESTFISH_PID\n"
20753 " eval \"`guestfish --listen`\"\n"
20754 " pid2=$GUESTFISH_PID\n"
20755 " ...\n"
20756 " guestfish --remote=$pid1 cmd\n"
20757 " guestfish --remote=$pid2 cmd\n"
20758 "\n"
20759 msgstr ""
20760
20761 #. type: =head2
20762 #: ../fish/guestfish.pod:903
20763 msgid "REMOTE CONTROL AND CSH"
20764 msgstr ""
20765
20766 #. type: textblock
20767 #: ../fish/guestfish.pod:905
20768 msgid ""
20769 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
20770 "option:"
20771 msgstr ""
20772
20773 #. type: verbatim
20774 #: ../fish/guestfish.pod:908
20775 #, no-wrap
20776 msgid ""
20777 " eval \"`guestfish --listen --csh`\"\n"
20778 "\n"
20779 msgstr ""
20780
20781 #. type: =head2
20782 #: ../fish/guestfish.pod:910
20783 msgid "REMOTE CONTROL DETAILS"
20784 msgstr ""
20785
20786 #. type: textblock
20787 #: ../fish/guestfish.pod:912
20788 msgid ""
20789 "Remote control happens over a Unix domain socket called "
20790 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
20791 "of the process, and C<$PID> is the process ID of the server."
20792 msgstr ""
20793
20794 #. type: textblock
20795 #: ../fish/guestfish.pod:916
20796 msgid "Guestfish client and server versions must match exactly."
20797 msgstr ""
20798
20799 #. type: =head1
20800 #: ../fish/guestfish.pod:918
20801 msgid "PREPARED DISK IMAGES"
20802 msgstr ""
20803
20804 #. type: textblock
20805 #: ../fish/guestfish.pod:920
20806 msgid ""
20807 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
20808 "preformatted disk images that guestfish can make for you to save typing.  "
20809 "This is particularly useful for testing purposes.  This option is used "
20810 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
20811 "can be mixed with I<-a>)."
20812 msgstr ""
20813
20814 #. type: textblock
20815 #: ../fish/guestfish.pod:926
20816 msgid ""
20817 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
20818 "the second and so on.  Existing files in the current directory are "
20819 "I<overwritten>."
20820 msgstr ""
20821
20822 #. type: textblock
20823 #: ../fish/guestfish.pod:930
20824 msgid ""
20825 "The type briefly describes how the disk should be sized, partitioned, how "
20826 "filesystem(s) should be created, and how content should be added.  "
20827 "Optionally the type can be followed by extra parameters, separated by C<:> "
20828 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
20829 "sparsely-allocated disk, containing a single partition, with the partition "
20830 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
20831 "on a 1GB disk instead."
20832 msgstr ""
20833
20834 #. type: textblock
20835 #: ../fish/guestfish.pod:938
20836 msgid "To list the available types and any extra parameters they take, run:"
20837 msgstr ""
20838
20839 #. type: textblock
20840 #: ../fish/guestfish.pod:942
20841 msgid ""
20842 "Note that the prepared filesystem is not mounted.  You would usually have to "
20843 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
20844 msgstr ""
20845
20846 #. type: textblock
20847 #: ../fish/guestfish.pod:946
20848 msgid ""
20849 "If any I<-N> or I<--new> options are given, the guest is automatically "
20850 "launched."
20851 msgstr ""
20852
20853 #. type: textblock
20854 #: ../fish/guestfish.pod:951
20855 msgid "Create a 100MB disk with an ext4-formatted partition:"
20856 msgstr ""
20857
20858 #. type: verbatim
20859 #: ../fish/guestfish.pod:953
20860 #, no-wrap
20861 msgid ""
20862 " guestfish -N fs:ext4\n"
20863 "\n"
20864 msgstr ""
20865
20866 #. type: textblock
20867 #: ../fish/guestfish.pod:955
20868 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
20869 msgstr ""
20870
20871 #. type: verbatim
20872 #: ../fish/guestfish.pod:957
20873 #, no-wrap
20874 msgid ""
20875 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
20876 "\n"
20877 msgstr ""
20878
20879 #. type: textblock
20880 #: ../fish/guestfish.pod:959
20881 msgid "Create a blank 200MB disk:"
20882 msgstr ""
20883
20884 #. type: verbatim
20885 #: ../fish/guestfish.pod:961
20886 #, no-wrap
20887 msgid ""
20888 " guestfish -N disk:200M\n"
20889 "\n"
20890 msgstr ""
20891
20892 #. type: =head1
20893 #: ../fish/guestfish.pod:963
20894 msgid "PROGRESS BARS"
20895 msgstr ""
20896
20897 #. type: textblock
20898 #: ../fish/guestfish.pod:965
20899 msgid ""
20900 "Some (not all) long-running commands send progress notification messages as "
20901 "they are running.  Guestfish turns these messages into progress bars."
20902 msgstr ""
20903
20904 #. type: textblock
20905 #: ../fish/guestfish.pod:969
20906 msgid ""
20907 "When a command that supports progress bars takes longer than two seconds to "
20908 "run, and if progress bars are enabled, then you will see one appearing below "
20909 "the command:"
20910 msgstr ""
20911
20912 #. type: verbatim
20913 #: ../fish/guestfish.pod:973
20914 #, no-wrap
20915 msgid ""
20916 " ><fs> copy-size /large-file /another-file 2048M\n"
20917 " / 10% [#####-----------------------------------------] 00:30\n"
20918 "\n"
20919 msgstr ""
20920
20921 #. type: textblock
20922 #: ../fish/guestfish.pod:976
20923 msgid ""
20924 "The spinner on the left hand side moves round once for every progress "
20925 "notification received from the backend.  This is a (reasonably) golden "
20926 "assurance that the command is \"doing something\" even if the progress bar "
20927 "is not moving, because the command is able to send the progress "
20928 "notifications.  When the bar reaches 100% and the command finishes, the "
20929 "spinner disappears."
20930 msgstr ""
20931
20932 #. type: textblock
20933 #: ../fish/guestfish.pod:983
20934 msgid ""
20935 "Progress bars are enabled by default when guestfish is used interactively.  "
20936 "You can enable them even for non-interactive modes using I<--progress-bars>, "
20937 "and you can disable them completely using I<--no-progress-bars>."
20938 msgstr ""
20939
20940 #. type: =head1
20941 #: ../fish/guestfish.pod:988
20942 msgid "GUESTFISH COMMANDS"
20943 msgstr ""
20944
20945 #. type: textblock
20946 #: ../fish/guestfish.pod:990
20947 msgid ""
20948 "The commands in this section are guestfish convenience commands, in other "
20949 "words, they are not part of the L<guestfs(3)> API."
20950 msgstr ""
20951
20952 #. type: =head2
20953 #: ../fish/guestfish.pod:993
20954 msgid "help"
20955 msgstr ""
20956
20957 #. type: verbatim
20958 #: ../fish/guestfish.pod:995
20959 #, no-wrap
20960 msgid ""
20961 " help\n"
20962 " help cmd\n"
20963 "\n"
20964 msgstr ""
20965
20966 #. type: textblock
20967 #: ../fish/guestfish.pod:998
20968 msgid "Without any parameter, this provides general help."
20969 msgstr ""
20970
20971 #. type: textblock
20972 #: ../fish/guestfish.pod:1000
20973 msgid "With a C<cmd> parameter, this displays detailed help for that command."
20974 msgstr ""
20975
20976 #. type: =head2
20977 #: ../fish/guestfish.pod:1002
20978 msgid "quit | exit"
20979 msgstr ""
20980
20981 #. type: textblock
20982 #: ../fish/guestfish.pod:1004
20983 msgid "This exits guestfish.  You can also use C<^D> key."
20984 msgstr ""
20985
20986 #. type: textblock
20987 #: ../fish/guestfish.pod:1006
20988 msgid "@FISH_COMMANDS@"
20989 msgstr ""
20990
20991 #. type: =head1
20992 #: ../fish/guestfish.pod:1008
20993 msgid "COMMANDS"
20994 msgstr ""
20995
20996 #. type: =head1
20997 #: ../fish/guestfish.pod:1012 ../test-tool/libguestfs-test-tool.pod:77
20998 msgid "EXIT CODE"
20999 msgstr ""
21000
21001 #. type: textblock
21002 #: ../fish/guestfish.pod:1014
21003 msgid ""
21004 "guestfish returns 0 if the commands completed without error, or 1 if there "
21005 "was an error."
21006 msgstr ""
21007
21008 #. type: =item
21009 #: ../fish/guestfish.pod:1021
21010 msgid "EDITOR"
21011 msgstr ""
21012
21013 #. type: textblock
21014 #: ../fish/guestfish.pod:1023
21015 msgid ""
21016 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
21017 "C<vi>."
21018 msgstr ""
21019
21020 #. type: =item
21021 #: ../fish/guestfish.pod:1026
21022 msgid "GUESTFISH_PID"
21023 msgstr ""
21024
21025 #. type: textblock
21026 #: ../fish/guestfish.pod:1028
21027 msgid ""
21028 "Used with the I<--remote> option to specify the remote guestfish process to "
21029 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
21030 msgstr ""
21031
21032 #. type: =item
21033 #: ../fish/guestfish.pod:1032
21034 msgid "HEXEDITOR"
21035 msgstr ""
21036
21037 #. type: textblock
21038 #: ../fish/guestfish.pod:1034
21039 msgid ""
21040 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
21041 "not specified, the external L<hexedit(1)> program is used."
21042 msgstr ""
21043
21044 #. type: =item
21045 #: ../fish/guestfish.pod:1038
21046 msgid "HOME"
21047 msgstr ""
21048
21049 #. type: textblock
21050 #: ../fish/guestfish.pod:1040
21051 msgid ""
21052 "If compiled with GNU readline support, various files in the home directory "
21053 "can be used.  See L</FILES>."
21054 msgstr ""
21055
21056 #. type: textblock
21057 #: ../fish/guestfish.pod:1049
21058 msgid ""
21059 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
21060 "effect as using the B<-v> option."
21061 msgstr ""
21062
21063 #. type: textblock
21064 #: ../fish/guestfish.pod:1061
21065 msgid ""
21066 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
21067 "the discussion of paths in L<guestfs(3)>."
21068 msgstr ""
21069
21070 #. type: textblock
21071 #: ../fish/guestfish.pod:1072
21072 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
21073 msgstr ""
21074
21075 #. type: =item
21076 #: ../fish/guestfish.pod:1074
21077 msgid "PAGER"
21078 msgstr ""
21079
21080 #. type: textblock
21081 #: ../fish/guestfish.pod:1076
21082 msgid ""
21083 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
21084 "C<more>."
21085 msgstr ""
21086
21087 #. type: =head1
21088 #: ../fish/guestfish.pod:1092 ../fuse/guestmount.pod:254
21089 msgid "FILES"
21090 msgstr ""
21091
21092 #. type: =item
21093 #: ../fish/guestfish.pod:1096 ../fuse/guestmount.pod:258
21094 msgid "$HOME/.libguestfs-tools.rc"
21095 msgstr ""
21096
21097 #. type: =item
21098 #: ../fish/guestfish.pod:1098 ../fuse/guestmount.pod:260
21099 msgid "/etc/libguestfs-tools.conf"
21100 msgstr ""
21101
21102 #. type: textblock
21103 #: ../fish/guestfish.pod:1100 ../fuse/guestmount.pod:262
21104 msgid ""
21105 "This configuration file controls the default read-only or read-write mode "
21106 "(I<--ro> or I<--rw>)."
21107 msgstr ""
21108
21109 #. type: textblock
21110 #: ../fish/guestfish.pod:1103
21111 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
21112 msgstr ""
21113
21114 #. type: =item
21115 #: ../fish/guestfish.pod:1105
21116 msgid "$HOME/.guestfish"
21117 msgstr ""
21118
21119 #. type: textblock
21120 #: ../fish/guestfish.pod:1107
21121 msgid ""
21122 "If compiled with GNU readline support, then the command history is saved in "
21123 "this file."
21124 msgstr ""
21125
21126 #. type: =item
21127 #: ../fish/guestfish.pod:1110
21128 msgid "$HOME/.inputrc"
21129 msgstr ""
21130
21131 #. type: =item
21132 #: ../fish/guestfish.pod:1112
21133 msgid "/etc/inputrc"
21134 msgstr ""
21135
21136 #. type: textblock
21137 #: ../fish/guestfish.pod:1114
21138 msgid ""
21139 "If compiled with GNU readline support, then these files can be used to "
21140 "configure readline.  For further information, please see "
21141 "L<readline(3)/INITIALIZATION FILE>."
21142 msgstr ""
21143
21144 #. type: textblock
21145 #: ../fish/guestfish.pod:1118
21146 msgid "To write rules which only apply to guestfish, use:"
21147 msgstr ""
21148
21149 #. type: verbatim
21150 #: ../fish/guestfish.pod:1120
21151 #, no-wrap
21152 msgid ""
21153 " $if guestfish\n"
21154 " ...\n"
21155 " $endif\n"
21156 "\n"
21157 msgstr ""
21158
21159 #. type: textblock
21160 #: ../fish/guestfish.pod:1124
21161 msgid ""
21162 "Variables that you can set in inputrc that change the behaviour of guestfish "
21163 "in useful ways include:"
21164 msgstr ""
21165
21166 #. type: =item
21167 #: ../fish/guestfish.pod:1129
21168 msgid "completion-ignore-case (default: on)"
21169 msgstr ""
21170
21171 #. type: textblock
21172 #: ../fish/guestfish.pod:1131
21173 msgid ""
21174 "By default, guestfish will ignore case when tab-completing paths on the "
21175 "disk.  Use:"
21176 msgstr ""
21177
21178 #. type: verbatim
21179 #: ../fish/guestfish.pod:1134
21180 #, no-wrap
21181 msgid ""
21182 " set completion-ignore-case off\n"
21183 "\n"
21184 msgstr ""
21185
21186 #. type: textblock
21187 #: ../fish/guestfish.pod:1136
21188 msgid "to make guestfish case sensitive."
21189 msgstr ""
21190
21191 #. type: =item
21192 #: ../fish/guestfish.pod:1140
21193 msgid "test1.img"
21194 msgstr ""
21195
21196 #. type: =item
21197 #: ../fish/guestfish.pod:1142
21198 msgid "test2.img (etc)"
21199 msgstr ""
21200
21201 #. type: textblock
21202 #: ../fish/guestfish.pod:1144
21203 msgid ""
21204 "When using the I<-N> or I<--new> option, the prepared disk or filesystem "
21205 "will be created in the file C<test1.img> in the current directory.  The "
21206 "second use of I<-N> will use C<test2.img> and so on.  Any existing file with "
21207 "the same name will be overwritten."
21208 msgstr ""
21209
21210 #. type: textblock
21211 #: ../fish/guestfish.pod:1153
21212 msgid ""
21213 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, "
21214 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
21215 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
21216 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
21217 "L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, "
21218 "L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<hexedit(1)>."
21219 msgstr ""
21220
21221 #. type: textblock
21222 #: ../fish/guestfish.pod:1183 ../test-tool/libguestfs-test-tool.pod:102 ../fuse/guestmount.pod:289 ../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
21223 msgid ""
21224 "This program is free software; you can redistribute it and/or modify it "
21225 "under the terms of the GNU General Public License as published by the Free "
21226 "Software Foundation; either version 2 of the License, or (at your option) "
21227 "any later version."
21228 msgstr ""
21229
21230 #. type: textblock
21231 #: ../fish/guestfish.pod:1188 ../test-tool/libguestfs-test-tool.pod:107 ../fuse/guestmount.pod:294 ../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
21232 msgid ""
21233 "This program is distributed in the hope that it will be useful, but WITHOUT "
21234 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
21235 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
21236 "more details."
21237 msgstr ""
21238
21239 #. type: textblock
21240 #: ../fish/guestfish.pod:1193 ../test-tool/libguestfs-test-tool.pod:112 ../fuse/guestmount.pod:299 ../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
21241 msgid ""
21242 "You should have received a copy of the GNU General Public License along with "
21243 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
21244 "Ave, Cambridge, MA 02139, USA."
21245 msgstr ""
21246
21247 #. type: =head2
21248 #: ../fish/guestfish-actions.pod:1
21249 msgid "add-cdrom"
21250 msgstr ""
21251
21252 #. type: verbatim
21253 #: ../fish/guestfish-actions.pod:3
21254 #, no-wrap
21255 msgid ""
21256 " add-cdrom filename\n"
21257 "\n"
21258 msgstr ""
21259
21260 #. type: textblock
21261 #: ../fish/guestfish-actions.pod:15
21262 msgid ""
21263 "This call checks for the existence of C<filename>.  This stops you from "
21264 "specifying other types of drive which are supported by qemu such as C<nbd:> "
21265 "and C<http:> URLs.  To specify those, use the general L</config> call "
21266 "instead."
21267 msgstr ""
21268
21269 #. type: textblock
21270 #: ../fish/guestfish-actions.pod:22
21271 msgid ""
21272 "If you just want to add an ISO file (often you use this as an efficient way "
21273 "to transfer large files into the guest), then you should probably use "
21274 "L</add-drive-ro> instead."
21275 msgstr ""
21276
21277 #. type: =head2
21278 #: ../fish/guestfish-actions.pod:35
21279 msgid "add-domain"
21280 msgstr ""
21281
21282 #. type: =head2
21283 #: ../fish/guestfish-actions.pod:37
21284 msgid "domain"
21285 msgstr ""
21286
21287 #. type: verbatim
21288 #: ../fish/guestfish-actions.pod:39
21289 #, no-wrap
21290 msgid ""
21291 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..] "
21292 "[allowuuid:..]\n"
21293 "\n"
21294 msgstr ""
21295
21296 #. type: textblock
21297 #: ../fish/guestfish-actions.pod:41
21298 msgid ""
21299 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
21300 "It works by connecting to libvirt, requesting the domain and domain XML from "
21301 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
21302 msgstr ""
21303
21304 #. type: textblock
21305 #: ../fish/guestfish-actions.pod:76
21306 msgid ""
21307 "The other optional parameters are passed directly through to "
21308 "L</add-drive-opts>."
21309 msgstr ""
21310
21311 #. type: textblock
21312 #: ../fish/guestfish-actions.pod:79 ../fish/guestfish-actions.pod:143 ../fish/guestfish-actions.pod:3052
21313 msgid ""
21314 "This command has one or more optional arguments.  See L</OPTIONAL "
21315 "ARGUMENTS>."
21316 msgstr ""
21317
21318 #. type: =head2
21319 #: ../fish/guestfish-actions.pod:81
21320 msgid "add-drive"
21321 msgstr ""
21322
21323 #. type: verbatim
21324 #: ../fish/guestfish-actions.pod:83
21325 #, no-wrap
21326 msgid ""
21327 " add-drive filename\n"
21328 "\n"
21329 msgstr ""
21330
21331 #. type: textblock
21332 #: ../fish/guestfish-actions.pod:85
21333 msgid ""
21334 "This function is the equivalent of calling L</add-drive-opts> with no "
21335 "optional parameters, so the disk is added writable, with the format being "
21336 "detected automatically."
21337 msgstr ""
21338
21339 #. type: textblock
21340 #: ../fish/guestfish-actions.pod:89
21341 msgid ""
21342 "Automatic detection of the format opens you up to a potential security hole "
21343 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
21344 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
21345 "you should think about replacing calls to this function with calls to "
21346 "L</add-drive-opts>, and specifying the format."
21347 msgstr ""
21348
21349 #. type: =head2
21350 #: ../fish/guestfish-actions.pod:96
21351 msgid "add-drive-opts"
21352 msgstr ""
21353
21354 #. type: =head2
21355 #: ../fish/guestfish-actions.pod:98
21356 msgid "add"
21357 msgstr ""
21358
21359 #. type: verbatim
21360 #: ../fish/guestfish-actions.pod:100
21361 #, no-wrap
21362 msgid ""
21363 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
21364 "\n"
21365 msgstr ""
21366
21367 #. type: textblock
21368 #: ../fish/guestfish-actions.pod:127
21369 msgid ""
21370 "This forces the image format.  If you omit this (or use L</add-drive> or "
21371 "L</add-drive-ro>) then the format is automatically detected.  Possible "
21372 "formats include C<raw> and C<qcow2>."
21373 msgstr ""
21374
21375 #. type: textblock
21376 #: ../fish/guestfish-actions.pod:138
21377 msgid ""
21378 "This rarely-used option lets you emulate the behaviour of the deprecated "
21379 "L</add-drive-with-if> call (q.v.)"
21380 msgstr ""
21381
21382 #. type: =head2
21383 #: ../fish/guestfish-actions.pod:145
21384 msgid "add-drive-ro"
21385 msgstr ""
21386
21387 #. type: =head2
21388 #: ../fish/guestfish-actions.pod:147
21389 msgid "add-ro"
21390 msgstr ""
21391
21392 #. type: verbatim
21393 #: ../fish/guestfish-actions.pod:149
21394 #, no-wrap
21395 msgid ""
21396 " add-drive-ro filename\n"
21397 "\n"
21398 msgstr ""
21399
21400 #. type: textblock
21401 #: ../fish/guestfish-actions.pod:151
21402 msgid ""
21403 "This function is the equivalent of calling L</add-drive-opts> with the "
21404 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
21405 "is added read-only, with the format being detected automatically."
21406 msgstr ""
21407
21408 #. type: =head2
21409 #: ../fish/guestfish-actions.pod:156
21410 msgid "add-drive-ro-with-if"
21411 msgstr ""
21412
21413 #. type: verbatim
21414 #: ../fish/guestfish-actions.pod:158
21415 #, no-wrap
21416 msgid ""
21417 " add-drive-ro-with-if filename iface\n"
21418 "\n"
21419 msgstr ""
21420
21421 #. type: textblock
21422 #: ../fish/guestfish-actions.pod:160
21423 msgid ""
21424 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
21425 "interface emulation to use at run time."
21426 msgstr ""
21427
21428 #. type: =head2
21429 #: ../fish/guestfish-actions.pod:170
21430 msgid "add-drive-with-if"
21431 msgstr ""
21432
21433 #. type: verbatim
21434 #: ../fish/guestfish-actions.pod:172
21435 #, no-wrap
21436 msgid ""
21437 " add-drive-with-if filename iface\n"
21438 "\n"
21439 msgstr ""
21440
21441 #. type: textblock
21442 #: ../fish/guestfish-actions.pod:174
21443 msgid ""
21444 "This is the same as L</add-drive> but it allows you to specify the QEMU "
21445 "interface emulation to use at run time."
21446 msgstr ""
21447
21448 #. type: =head2
21449 #: ../fish/guestfish-actions.pod:184
21450 msgid "aug-clear"
21451 msgstr ""
21452
21453 #. type: verbatim
21454 #: ../fish/guestfish-actions.pod:186
21455 #, no-wrap
21456 msgid ""
21457 " aug-clear augpath\n"
21458 "\n"
21459 msgstr ""
21460
21461 #. type: =head2
21462 #: ../fish/guestfish-actions.pod:191
21463 msgid "aug-close"
21464 msgstr ""
21465
21466 #. type: verbatim
21467 #: ../fish/guestfish-actions.pod:193
21468 #, no-wrap
21469 msgid ""
21470 " aug-close\n"
21471 "\n"
21472 msgstr ""
21473
21474 #. type: textblock
21475 #: ../fish/guestfish-actions.pod:195
21476 msgid ""
21477 "Close the current Augeas handle and free up any resources used by it.  After "
21478 "calling this, you have to call L</aug-init> again before you can use any "
21479 "other Augeas functions."
21480 msgstr ""
21481
21482 #. type: =head2
21483 #: ../fish/guestfish-actions.pod:200
21484 msgid "aug-defnode"
21485 msgstr ""
21486
21487 #. type: verbatim
21488 #: ../fish/guestfish-actions.pod:202
21489 #, no-wrap
21490 msgid ""
21491 " aug-defnode name expr val\n"
21492 "\n"
21493 msgstr ""
21494
21495 #. type: textblock
21496 #: ../fish/guestfish-actions.pod:207
21497 msgid ""
21498 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
21499 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
21500 "containing that single node."
21501 msgstr ""
21502
21503 #. type: =head2
21504 #: ../fish/guestfish-actions.pod:215
21505 msgid "aug-defvar"
21506 msgstr ""
21507
21508 #. type: verbatim
21509 #: ../fish/guestfish-actions.pod:217
21510 #, no-wrap
21511 msgid ""
21512 " aug-defvar name expr\n"
21513 "\n"
21514 msgstr ""
21515
21516 #. type: =head2
21517 #: ../fish/guestfish-actions.pod:226
21518 msgid "aug-get"
21519 msgstr ""
21520
21521 #. type: verbatim
21522 #: ../fish/guestfish-actions.pod:228
21523 #, no-wrap
21524 msgid ""
21525 " aug-get augpath\n"
21526 "\n"
21527 msgstr ""
21528
21529 #. type: =head2
21530 #: ../fish/guestfish-actions.pod:233
21531 msgid "aug-init"
21532 msgstr ""
21533
21534 #. type: verbatim
21535 #: ../fish/guestfish-actions.pod:235
21536 #, no-wrap
21537 msgid ""
21538 " aug-init root flags\n"
21539 "\n"
21540 msgstr ""
21541
21542 #. type: textblock
21543 #: ../fish/guestfish-actions.pod:241
21544 msgid "You must call this before using any other L</aug-*> commands."
21545 msgstr ""
21546
21547 #. type: textblock
21548 #: ../fish/guestfish-actions.pod:276
21549 msgid "Do not load the tree in L</aug-init>."
21550 msgstr ""
21551
21552 #. type: textblock
21553 #: ../fish/guestfish-actions.pod:280
21554 msgid "To close the handle, you can call L</aug-close>."
21555 msgstr ""
21556
21557 #. type: =head2
21558 #: ../fish/guestfish-actions.pod:284
21559 msgid "aug-insert"
21560 msgstr ""
21561
21562 #. type: verbatim
21563 #: ../fish/guestfish-actions.pod:286
21564 #, no-wrap
21565 msgid ""
21566 " aug-insert augpath label true|false\n"
21567 "\n"
21568 msgstr ""
21569
21570 #. type: =head2
21571 #: ../fish/guestfish-actions.pod:296
21572 msgid "aug-load"
21573 msgstr ""
21574
21575 #. type: verbatim
21576 #: ../fish/guestfish-actions.pod:298
21577 #, no-wrap
21578 msgid ""
21579 " aug-load\n"
21580 "\n"
21581 msgstr ""
21582
21583 #. type: =head2
21584 #: ../fish/guestfish-actions.pod:305
21585 msgid "aug-ls"
21586 msgstr ""
21587
21588 #. type: verbatim
21589 #: ../fish/guestfish-actions.pod:307
21590 #, no-wrap
21591 msgid ""
21592 " aug-ls augpath\n"
21593 "\n"
21594 msgstr ""
21595
21596 #. type: textblock
21597 #: ../fish/guestfish-actions.pod:309
21598 msgid ""
21599 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
21600 "resulting nodes into alphabetical order."
21601 msgstr ""
21602
21603 #. type: =head2
21604 #: ../fish/guestfish-actions.pod:312
21605 msgid "aug-match"
21606 msgstr ""
21607
21608 #. type: verbatim
21609 #: ../fish/guestfish-actions.pod:314
21610 #, no-wrap
21611 msgid ""
21612 " aug-match augpath\n"
21613 "\n"
21614 msgstr ""
21615
21616 #. type: =head2
21617 #: ../fish/guestfish-actions.pod:320
21618 msgid "aug-mv"
21619 msgstr ""
21620
21621 #. type: verbatim
21622 #: ../fish/guestfish-actions.pod:322
21623 #, no-wrap
21624 msgid ""
21625 " aug-mv src dest\n"
21626 "\n"
21627 msgstr ""
21628
21629 #. type: =head2
21630 #: ../fish/guestfish-actions.pod:327
21631 msgid "aug-rm"
21632 msgstr ""
21633
21634 #. type: verbatim
21635 #: ../fish/guestfish-actions.pod:329
21636 #, no-wrap
21637 msgid ""
21638 " aug-rm augpath\n"
21639 "\n"
21640 msgstr ""
21641
21642 #. type: =head2
21643 #: ../fish/guestfish-actions.pod:335
21644 msgid "aug-save"
21645 msgstr ""
21646
21647 #. type: verbatim
21648 #: ../fish/guestfish-actions.pod:337
21649 #, no-wrap
21650 msgid ""
21651 " aug-save\n"
21652 "\n"
21653 msgstr ""
21654
21655 #. type: textblock
21656 #: ../fish/guestfish-actions.pod:341
21657 msgid ""
21658 "The flags which were passed to L</aug-init> affect exactly how files are "
21659 "saved."
21660 msgstr ""
21661
21662 #. type: =head2
21663 #: ../fish/guestfish-actions.pod:344
21664 msgid "aug-set"
21665 msgstr ""
21666
21667 #. type: verbatim
21668 #: ../fish/guestfish-actions.pod:346
21669 #, no-wrap
21670 msgid ""
21671 " aug-set augpath val\n"
21672 "\n"
21673 msgstr ""
21674
21675 #. type: textblock
21676 #: ../fish/guestfish-actions.pod:350
21677 msgid ""
21678 "In the Augeas API, it is possible to clear a node by setting the value to "
21679 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
21680 "this call.  Instead you must use the L</aug-clear> call."
21681 msgstr ""
21682
21683 #. type: =head2
21684 #: ../fish/guestfish-actions.pod:355
21685 msgid "available"
21686 msgstr ""
21687
21688 #. type: verbatim
21689 #: ../fish/guestfish-actions.pod:357
21690 #, no-wrap
21691 msgid ""
21692 " available 'groups ...'\n"
21693 "\n"
21694 msgstr ""
21695
21696 #. type: textblock
21697 #: ../fish/guestfish-actions.pod:363
21698 msgid ""
21699 "The libguestfs groups, and the functions that those groups correspond to, "
21700 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
21701 "runtime by calling L</available-all-groups>."
21702 msgstr ""
21703
21704 #. type: textblock
21705 #: ../fish/guestfish-actions.pod:387
21706 msgid "You must call L</launch> before calling this function."
21707 msgstr ""
21708
21709 #. type: textblock
21710 #: ../fish/guestfish-actions.pod:409
21711 msgid ""
21712 "This call was added in version C<1.0.80>.  In previous versions of "
21713 "libguestfs all you could do would be to speculatively execute a command to "
21714 "find out if the daemon implemented it.  See also L</version>."
21715 msgstr ""
21716
21717 #. type: =head2
21718 #: ../fish/guestfish-actions.pod:416
21719 msgid "available-all-groups"
21720 msgstr ""
21721
21722 #. type: verbatim
21723 #: ../fish/guestfish-actions.pod:418
21724 #, no-wrap
21725 msgid ""
21726 " available-all-groups\n"
21727 "\n"
21728 msgstr ""
21729
21730 #. type: textblock
21731 #: ../fish/guestfish-actions.pod:420
21732 msgid ""
21733 "This command returns a list of all optional groups that this daemon knows "
21734 "about.  Note this returns both supported and unsupported groups.  To find "
21735 "out which ones the daemon can actually support you have to call "
21736 "L</available> on each member of the returned list."
21737 msgstr ""
21738
21739 #. type: textblock
21740 #: ../fish/guestfish-actions.pod:426
21741 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
21742 msgstr ""
21743
21744 #. type: =head2
21745 #: ../fish/guestfish-actions.pod:428
21746 msgid "base64-in"
21747 msgstr ""
21748
21749 #. type: verbatim
21750 #: ../fish/guestfish-actions.pod:430
21751 #, no-wrap
21752 msgid ""
21753 " base64-in (base64file|-) filename\n"
21754 "\n"
21755 msgstr ""
21756
21757 #. type: textblock
21758 #: ../fish/guestfish-actions.pod:435 ../fish/guestfish-actions.pod:444 ../fish/guestfish-actions.pod:668 ../fish/guestfish-actions.pod:837 ../fish/guestfish-actions.pod:856 ../fish/guestfish-actions.pod:1233 ../fish/guestfish-actions.pod:4450 ../fish/guestfish-actions.pod:4462 ../fish/guestfish-actions.pod:4473 ../fish/guestfish-actions.pod:4484 ../fish/guestfish-actions.pod:4536 ../fish/guestfish-actions.pod:4545 ../fish/guestfish-actions.pod:4599 ../fish/guestfish-actions.pod:4622
21759 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
21760 msgstr ""
21761
21762 #. type: =head2
21763 #: ../fish/guestfish-actions.pod:437
21764 msgid "base64-out"
21765 msgstr ""
21766
21767 #. type: verbatim
21768 #: ../fish/guestfish-actions.pod:439
21769 #, no-wrap
21770 msgid ""
21771 " base64-out filename (base64file|-)\n"
21772 "\n"
21773 msgstr ""
21774
21775 #. type: =head2
21776 #: ../fish/guestfish-actions.pod:446
21777 msgid "blockdev-flushbufs"
21778 msgstr ""
21779
21780 #. type: verbatim
21781 #: ../fish/guestfish-actions.pod:448
21782 #, no-wrap
21783 msgid ""
21784 " blockdev-flushbufs device\n"
21785 "\n"
21786 msgstr ""
21787
21788 #. type: =head2
21789 #: ../fish/guestfish-actions.pod:455
21790 msgid "blockdev-getbsz"
21791 msgstr ""
21792
21793 #. type: verbatim
21794 #: ../fish/guestfish-actions.pod:457
21795 #, no-wrap
21796 msgid ""
21797 " blockdev-getbsz device\n"
21798 "\n"
21799 msgstr ""
21800
21801 #. type: =head2
21802 #: ../fish/guestfish-actions.pod:466
21803 msgid "blockdev-getro"
21804 msgstr ""
21805
21806 #. type: verbatim
21807 #: ../fish/guestfish-actions.pod:468
21808 #, no-wrap
21809 msgid ""
21810 " blockdev-getro device\n"
21811 "\n"
21812 msgstr ""
21813
21814 #. type: =head2
21815 #: ../fish/guestfish-actions.pod:475
21816 msgid "blockdev-getsize64"
21817 msgstr ""
21818
21819 #. type: verbatim
21820 #: ../fish/guestfish-actions.pod:477
21821 #, no-wrap
21822 msgid ""
21823 " blockdev-getsize64 device\n"
21824 "\n"
21825 msgstr ""
21826
21827 #. type: textblock
21828 #: ../fish/guestfish-actions.pod:481
21829 msgid "See also L</blockdev-getsz>."
21830 msgstr ""
21831
21832 #. type: =head2
21833 #: ../fish/guestfish-actions.pod:485
21834 msgid "blockdev-getss"
21835 msgstr ""
21836
21837 #. type: verbatim
21838 #: ../fish/guestfish-actions.pod:487
21839 #, no-wrap
21840 msgid ""
21841 " blockdev-getss device\n"
21842 "\n"
21843 msgstr ""
21844
21845 #. type: textblock
21846 #: ../fish/guestfish-actions.pod:492
21847 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
21848 msgstr ""
21849
21850 #. type: =head2
21851 #: ../fish/guestfish-actions.pod:497
21852 msgid "blockdev-getsz"
21853 msgstr ""
21854
21855 #. type: verbatim
21856 #: ../fish/guestfish-actions.pod:499
21857 #, no-wrap
21858 msgid ""
21859 " blockdev-getsz device\n"
21860 "\n"
21861 msgstr ""
21862
21863 #. type: textblock
21864 #: ../fish/guestfish-actions.pod:504
21865 msgid ""
21866 "See also L</blockdev-getss> for the real sector size of the device, and "
21867 "L</blockdev-getsize64> for the more useful I<size in bytes>."
21868 msgstr ""
21869
21870 #. type: =head2
21871 #: ../fish/guestfish-actions.pod:510
21872 msgid "blockdev-rereadpt"
21873 msgstr ""
21874
21875 #. type: verbatim
21876 #: ../fish/guestfish-actions.pod:512
21877 #, no-wrap
21878 msgid ""
21879 " blockdev-rereadpt device\n"
21880 "\n"
21881 msgstr ""
21882
21883 #. type: =head2
21884 #: ../fish/guestfish-actions.pod:518
21885 msgid "blockdev-setbsz"
21886 msgstr ""
21887
21888 #. type: verbatim
21889 #: ../fish/guestfish-actions.pod:520
21890 #, no-wrap
21891 msgid ""
21892 " blockdev-setbsz device blocksize\n"
21893 "\n"
21894 msgstr ""
21895
21896 #. type: =head2
21897 #: ../fish/guestfish-actions.pod:529
21898 msgid "blockdev-setro"
21899 msgstr ""
21900
21901 #. type: verbatim
21902 #: ../fish/guestfish-actions.pod:531
21903 #, no-wrap
21904 msgid ""
21905 " blockdev-setro device\n"
21906 "\n"
21907 msgstr ""
21908
21909 #. type: =head2
21910 #: ../fish/guestfish-actions.pod:537
21911 msgid "blockdev-setrw"
21912 msgstr ""
21913
21914 #. type: verbatim
21915 #: ../fish/guestfish-actions.pod:539
21916 #, no-wrap
21917 msgid ""
21918 " blockdev-setrw device\n"
21919 "\n"
21920 msgstr ""
21921
21922 #. type: =head2
21923 #: ../fish/guestfish-actions.pod:545
21924 msgid "case-sensitive-path"
21925 msgstr ""
21926
21927 #. type: verbatim
21928 #: ../fish/guestfish-actions.pod:547
21929 #, no-wrap
21930 msgid ""
21931 " case-sensitive-path path\n"
21932 "\n"
21933 msgstr ""
21934
21935 #. type: textblock
21936 #: ../fish/guestfish-actions.pod:571
21937 msgid ""
21938 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
21939 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
21940 "how the directories were originally created under Windows)."
21941 msgstr ""
21942
21943 #. type: textblock
21944 #: ../fish/guestfish-actions.pod:579
21945 msgid "See also L</realpath>."
21946 msgstr ""
21947
21948 #. type: =head2
21949 #: ../fish/guestfish-actions.pod:581
21950 msgid "cat"
21951 msgstr ""
21952
21953 #. type: verbatim
21954 #: ../fish/guestfish-actions.pod:583
21955 #, no-wrap
21956 msgid ""
21957 " cat path\n"
21958 "\n"
21959 msgstr ""
21960
21961 #. type: textblock
21962 #: ../fish/guestfish-actions.pod:587
21963 msgid ""
21964 "Note that this function cannot correctly handle binary files (specifically, "
21965 "files containing C<\\0> character which is treated as end of string).  For "
21966 "those you need to use the L</read-file> or L</download> functions which have "
21967 "a more complex interface."
21968 msgstr ""
21969
21970 #. type: =head2
21971 #: ../fish/guestfish-actions.pod:595
21972 msgid "checksum"
21973 msgstr ""
21974
21975 #. type: verbatim
21976 #: ../fish/guestfish-actions.pod:597
21977 #, no-wrap
21978 msgid ""
21979 " checksum csumtype path\n"
21980 "\n"
21981 msgstr ""
21982
21983 #. type: textblock
21984 #: ../fish/guestfish-actions.pod:640
21985 msgid "To get the checksum for a device, use L</checksum-device>."
21986 msgstr ""
21987
21988 #. type: textblock
21989 #: ../fish/guestfish-actions.pod:642
21990 msgid "To get the checksums for many files, use L</checksums-out>."
21991 msgstr ""
21992
21993 #. type: =head2
21994 #: ../fish/guestfish-actions.pod:644
21995 msgid "checksum-device"
21996 msgstr ""
21997
21998 #. type: verbatim
21999 #: ../fish/guestfish-actions.pod:646
22000 #, no-wrap
22001 msgid ""
22002 " checksum-device csumtype device\n"
22003 "\n"
22004 msgstr ""
22005
22006 #. type: textblock
22007 #: ../fish/guestfish-actions.pod:648
22008 msgid ""
22009 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
22010 "device named C<device>.  For the types of checksums supported see the "
22011 "L</checksum> command."
22012 msgstr ""
22013
22014 #. type: =head2
22015 #: ../fish/guestfish-actions.pod:652
22016 msgid "checksums-out"
22017 msgstr ""
22018
22019 #. type: verbatim
22020 #: ../fish/guestfish-actions.pod:654
22021 #, no-wrap
22022 msgid ""
22023 " checksums-out csumtype directory (sumsfile|-)\n"
22024 "\n"
22025 msgstr ""
22026
22027 #. type: =head2
22028 #: ../fish/guestfish-actions.pod:670
22029 msgid "chmod"
22030 msgstr ""
22031
22032 #. type: verbatim
22033 #: ../fish/guestfish-actions.pod:672
22034 #, no-wrap
22035 msgid ""
22036 " chmod mode path\n"
22037 "\n"
22038 msgstr ""
22039
22040 #. type: =head2
22041 #: ../fish/guestfish-actions.pod:683
22042 msgid "chown"
22043 msgstr ""
22044
22045 #. type: verbatim
22046 #: ../fish/guestfish-actions.pod:685
22047 #, no-wrap
22048 msgid ""
22049 " chown owner group path\n"
22050 "\n"
22051 msgstr ""
22052
22053 #. type: =head2
22054 #: ../fish/guestfish-actions.pod:693
22055 msgid "command"
22056 msgstr ""
22057
22058 #. type: verbatim
22059 #: ../fish/guestfish-actions.pod:695
22060 #, no-wrap
22061 msgid ""
22062 " command 'arguments ...'\n"
22063 "\n"
22064 msgstr ""
22065
22066 #. type: textblock
22067 #: ../fish/guestfish-actions.pod:702
22068 msgid ""
22069 "The single parameter is an argv-style list of arguments.  The first element "
22070 "is the name of the program to run.  Subsequent elements are parameters.  The "
22071 "list must be non-empty (ie. must contain a program name).  Note that the "
22072 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
22073 msgstr ""
22074
22075 #. type: =head2
22076 #: ../fish/guestfish-actions.pod:730
22077 msgid "command-lines"
22078 msgstr ""
22079
22080 #. type: verbatim
22081 #: ../fish/guestfish-actions.pod:732
22082 #, no-wrap
22083 msgid ""
22084 " command-lines 'arguments ...'\n"
22085 "\n"
22086 msgstr ""
22087
22088 #. type: textblock
22089 #: ../fish/guestfish-actions.pod:734
22090 msgid "This is the same as L</command>, but splits the result into a list of lines."
22091 msgstr ""
22092
22093 #. type: textblock
22094 #: ../fish/guestfish-actions.pod:737
22095 msgid "See also: L</sh-lines>"
22096 msgstr ""
22097
22098 #. type: =head2
22099 #: ../fish/guestfish-actions.pod:742
22100 msgid "config"
22101 msgstr ""
22102
22103 #. type: verbatim
22104 #: ../fish/guestfish-actions.pod:744
22105 #, no-wrap
22106 msgid ""
22107 " config qemuparam qemuvalue\n"
22108 "\n"
22109 msgstr ""
22110
22111 #. type: =head2
22112 #: ../fish/guestfish-actions.pod:755
22113 msgid "copy-size"
22114 msgstr ""
22115
22116 #. type: verbatim
22117 #: ../fish/guestfish-actions.pod:757
22118 #, no-wrap
22119 msgid ""
22120 " copy-size src dest size\n"
22121 "\n"
22122 msgstr ""
22123
22124 #. type: =head2
22125 #: ../fish/guestfish-actions.pod:765
22126 msgid "cp"
22127 msgstr ""
22128
22129 #. type: verbatim
22130 #: ../fish/guestfish-actions.pod:767
22131 #, no-wrap
22132 msgid ""
22133 " cp src dest\n"
22134 "\n"
22135 msgstr ""
22136
22137 #. type: =head2
22138 #: ../fish/guestfish-actions.pod:772
22139 msgid "cp-a"
22140 msgstr ""
22141
22142 #. type: verbatim
22143 #: ../fish/guestfish-actions.pod:774
22144 #, no-wrap
22145 msgid ""
22146 " cp-a src dest\n"
22147 "\n"
22148 msgstr ""
22149
22150 #. type: =head2
22151 #: ../fish/guestfish-actions.pod:779
22152 msgid "dd"
22153 msgstr ""
22154
22155 #. type: verbatim
22156 #: ../fish/guestfish-actions.pod:781
22157 #, no-wrap
22158 msgid ""
22159 " dd src dest\n"
22160 "\n"
22161 msgstr ""
22162
22163 #. type: textblock
22164 #: ../fish/guestfish-actions.pod:788
22165 msgid ""
22166 "If the destination is a device, it must be as large or larger than the "
22167 "source file or device, otherwise the copy will fail.  This command cannot do "
22168 "partial copies (see L</copy-size>)."
22169 msgstr ""
22170
22171 #. type: =head2
22172 #: ../fish/guestfish-actions.pod:792
22173 msgid "df"
22174 msgstr ""
22175
22176 #. type: verbatim
22177 #: ../fish/guestfish-actions.pod:794
22178 #, no-wrap
22179 msgid ""
22180 " df\n"
22181 "\n"
22182 msgstr ""
22183
22184 #. type: textblock
22185 #: ../fish/guestfish-actions.pod:798 ../fish/guestfish-actions.pod:809
22186 msgid ""
22187 "This command is mostly useful for interactive sessions.  It is I<not> "
22188 "intended that you try to parse the output string.  Use L</statvfs> from "
22189 "programs."
22190 msgstr ""
22191
22192 #. type: =head2
22193 #: ../fish/guestfish-actions.pod:802
22194 msgid "df-h"
22195 msgstr ""
22196
22197 #. type: verbatim
22198 #: ../fish/guestfish-actions.pod:804
22199 #, no-wrap
22200 msgid ""
22201 " df-h\n"
22202 "\n"
22203 msgstr ""
22204
22205 #. type: =head2
22206 #: ../fish/guestfish-actions.pod:813
22207 msgid "dmesg"
22208 msgstr ""
22209
22210 #. type: verbatim
22211 #: ../fish/guestfish-actions.pod:815
22212 #, no-wrap
22213 msgid ""
22214 " dmesg\n"
22215 "\n"
22216 msgstr ""
22217
22218 #. type: textblock
22219 #: ../fish/guestfish-actions.pod:821
22220 msgid ""
22221 "Another way to get the same information is to enable verbose messages with "
22222 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
22223 "before running the program."
22224 msgstr ""
22225
22226 #. type: =head2
22227 #: ../fish/guestfish-actions.pod:826
22228 msgid "download"
22229 msgstr ""
22230
22231 #. type: verbatim
22232 #: ../fish/guestfish-actions.pod:828
22233 #, no-wrap
22234 msgid ""
22235 " download remotefilename (filename|-)\n"
22236 "\n"
22237 msgstr ""
22238
22239 #. type: textblock
22240 #: ../fish/guestfish-actions.pod:835
22241 msgid "See also L</upload>, L</cat>."
22242 msgstr ""
22243
22244 #. type: =head2
22245 #: ../fish/guestfish-actions.pod:839
22246 msgid "download-offset"
22247 msgstr ""
22248
22249 #. type: verbatim
22250 #: ../fish/guestfish-actions.pod:841
22251 #, no-wrap
22252 msgid ""
22253 " download-offset remotefilename (filename|-) offset size\n"
22254 "\n"
22255 msgstr ""
22256
22257 #. type: textblock
22258 #: ../fish/guestfish-actions.pod:849
22259 msgid ""
22260 "Note that there is no limit on the amount of data that can be downloaded "
22261 "with this call, unlike with L</pread>, and this call always reads the full "
22262 "amount unless an error occurs."
22263 msgstr ""
22264
22265 #. type: textblock
22266 #: ../fish/guestfish-actions.pod:854
22267 msgid "See also L</download>, L</pread>."
22268 msgstr ""
22269
22270 #. type: =head2
22271 #: ../fish/guestfish-actions.pod:858
22272 msgid "drop-caches"
22273 msgstr ""
22274
22275 #. type: verbatim
22276 #: ../fish/guestfish-actions.pod:860
22277 #, no-wrap
22278 msgid ""
22279 " drop-caches whattodrop\n"
22280 "\n"
22281 msgstr ""
22282
22283 #. type: =head2
22284 #: ../fish/guestfish-actions.pod:872
22285 msgid "du"
22286 msgstr ""
22287
22288 #. type: verbatim
22289 #: ../fish/guestfish-actions.pod:874
22290 #, no-wrap
22291 msgid ""
22292 " du path\n"
22293 "\n"
22294 msgstr ""
22295
22296 #. type: =head2
22297 #: ../fish/guestfish-actions.pod:886
22298 msgid "e2fsck-f"
22299 msgstr ""
22300
22301 #. type: verbatim
22302 #: ../fish/guestfish-actions.pod:888
22303 #, no-wrap
22304 msgid ""
22305 " e2fsck-f device\n"
22306 "\n"
22307 msgstr ""
22308
22309 #. type: textblock
22310 #: ../fish/guestfish-actions.pod:894
22311 msgid ""
22312 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
22313 "should use L</fsck>."
22314 msgstr ""
22315
22316 #. type: =head2
22317 #: ../fish/guestfish-actions.pod:897
22318 msgid "echo-daemon"
22319 msgstr ""
22320
22321 #. type: verbatim
22322 #: ../fish/guestfish-actions.pod:899
22323 #, no-wrap
22324 msgid ""
22325 " echo-daemon 'words ...'\n"
22326 "\n"
22327 msgstr ""
22328
22329 #. type: textblock
22330 #: ../fish/guestfish-actions.pod:906
22331 msgid "See also L</ping-daemon>."
22332 msgstr ""
22333
22334 #. type: =head2
22335 #: ../fish/guestfish-actions.pod:908
22336 msgid "egrep"
22337 msgstr ""
22338
22339 #. type: verbatim
22340 #: ../fish/guestfish-actions.pod:910
22341 #, no-wrap
22342 msgid ""
22343 " egrep regex path\n"
22344 "\n"
22345 msgstr ""
22346
22347 #. type: =head2
22348 #: ../fish/guestfish-actions.pod:918
22349 msgid "egrepi"
22350 msgstr ""
22351
22352 #. type: verbatim
22353 #: ../fish/guestfish-actions.pod:920
22354 #, no-wrap
22355 msgid ""
22356 " egrepi regex path\n"
22357 "\n"
22358 msgstr ""
22359
22360 #. type: =head2
22361 #: ../fish/guestfish-actions.pod:928
22362 msgid "equal"
22363 msgstr ""
22364
22365 #. type: verbatim
22366 #: ../fish/guestfish-actions.pod:930
22367 #, no-wrap
22368 msgid ""
22369 " equal file1 file2\n"
22370 "\n"
22371 msgstr ""
22372
22373 #. type: =head2
22374 #: ../fish/guestfish-actions.pod:937
22375 msgid "exists"
22376 msgstr ""
22377
22378 #. type: verbatim
22379 #: ../fish/guestfish-actions.pod:939
22380 #, no-wrap
22381 msgid ""
22382 " exists path\n"
22383 "\n"
22384 msgstr ""
22385
22386 #. type: textblock
22387 #: ../fish/guestfish-actions.pod:944
22388 msgid "See also L</is-file>, L</is-dir>, L</stat>."
22389 msgstr ""
22390
22391 #. type: =head2
22392 #: ../fish/guestfish-actions.pod:946
22393 msgid "fallocate"
22394 msgstr ""
22395
22396 #. type: verbatim
22397 #: ../fish/guestfish-actions.pod:948
22398 #, no-wrap
22399 msgid ""
22400 " fallocate path len\n"
22401 "\n"
22402 msgstr ""
22403
22404 #. type: =head2
22405 #: ../fish/guestfish-actions.pod:965
22406 msgid "fallocate64"
22407 msgstr ""
22408
22409 #. type: verbatim
22410 #: ../fish/guestfish-actions.pod:967
22411 #, no-wrap
22412 msgid ""
22413 " fallocate64 path len\n"
22414 "\n"
22415 msgstr ""
22416
22417 #. type: textblock
22418 #: ../fish/guestfish-actions.pod:973
22419 msgid ""
22420 "Note that this call allocates disk blocks for the file.  To create a sparse "
22421 "file use L</truncate-size> instead."
22422 msgstr ""
22423
22424 #. type: textblock
22425 #: ../fish/guestfish-actions.pod:976
22426 msgid ""
22427 "The deprecated call L</fallocate> does the same, but owing to an oversight "
22428 "it only allowed 30 bit lengths to be specified, effectively limiting the "
22429 "maximum size of files created through that call to 1GB."
22430 msgstr ""
22431
22432 #. type: =head2
22433 #: ../fish/guestfish-actions.pod:985
22434 msgid "fgrep"
22435 msgstr ""
22436
22437 #. type: verbatim
22438 #: ../fish/guestfish-actions.pod:987
22439 #, no-wrap
22440 msgid ""
22441 " fgrep pattern path\n"
22442 "\n"
22443 msgstr ""
22444
22445 #. type: =head2
22446 #: ../fish/guestfish-actions.pod:995
22447 msgid "fgrepi"
22448 msgstr ""
22449
22450 #. type: verbatim
22451 #: ../fish/guestfish-actions.pod:997
22452 #, no-wrap
22453 msgid ""
22454 " fgrepi pattern path\n"
22455 "\n"
22456 msgstr ""
22457
22458 #. type: =head2
22459 #: ../fish/guestfish-actions.pod:1005
22460 msgid "file"
22461 msgstr ""
22462
22463 #. type: verbatim
22464 #: ../fish/guestfish-actions.pod:1007
22465 #, no-wrap
22466 msgid ""
22467 " file path\n"
22468 "\n"
22469 msgstr ""
22470
22471 #. type: textblock
22472 #: ../fish/guestfish-actions.pod:1019
22473 msgid ""
22474 "This command can also be used on C</dev/> devices (and partitions, LV "
22475 "names).  You can for example use this to determine if a device contains a "
22476 "filesystem, although it's usually better to use L</vfs-type>."
22477 msgstr ""
22478
22479 #. type: =head2
22480 #: ../fish/guestfish-actions.pod:1029
22481 msgid "file-architecture"
22482 msgstr ""
22483
22484 #. type: verbatim
22485 #: ../fish/guestfish-actions.pod:1031
22486 #, no-wrap
22487 msgid ""
22488 " file-architecture filename\n"
22489 "\n"
22490 msgstr ""
22491
22492 #. type: =head2
22493 #: ../fish/guestfish-actions.pod:1134
22494 msgid "filesize"
22495 msgstr ""
22496
22497 #. type: verbatim
22498 #: ../fish/guestfish-actions.pod:1136
22499 #, no-wrap
22500 msgid ""
22501 " filesize file\n"
22502 "\n"
22503 msgstr ""
22504
22505 #. type: textblock
22506 #: ../fish/guestfish-actions.pod:1140
22507 msgid ""
22508 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
22509 "L</is-file> etc.  To get the size of block devices, use "
22510 "L</blockdev-getsize64>."
22511 msgstr ""
22512
22513 #. type: =head2
22514 #: ../fish/guestfish-actions.pod:1144
22515 msgid "fill"
22516 msgstr ""
22517
22518 #. type: verbatim
22519 #: ../fish/guestfish-actions.pod:1146
22520 #, no-wrap
22521 msgid ""
22522 " fill c len path\n"
22523 "\n"
22524 msgstr ""
22525
22526 #. type: textblock
22527 #: ../fish/guestfish-actions.pod:1152
22528 msgid ""
22529 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
22530 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
22531 "L</fill-pattern>."
22532 msgstr ""
22533
22534 #. type: =head2
22535 #: ../fish/guestfish-actions.pod:1157
22536 msgid "fill-pattern"
22537 msgstr ""
22538
22539 #. type: verbatim
22540 #: ../fish/guestfish-actions.pod:1159
22541 #, no-wrap
22542 msgid ""
22543 " fill-pattern pattern len path\n"
22544 "\n"
22545 msgstr ""
22546
22547 #. type: textblock
22548 #: ../fish/guestfish-actions.pod:1161
22549 msgid ""
22550 "This function is like L</fill> except that it creates a new file of length "
22551 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
22552 "is truncated if necessary to ensure the length of the file is exactly C<len> "
22553 "bytes."
22554 msgstr ""
22555
22556 #. type: =head2
22557 #: ../fish/guestfish-actions.pod:1166
22558 msgid "find"
22559 msgstr ""
22560
22561 #. type: verbatim
22562 #: ../fish/guestfish-actions.pod:1168
22563 #, no-wrap
22564 msgid ""
22565 " find directory\n"
22566 "\n"
22567 msgstr ""
22568
22569 #. type: textblock
22570 #: ../fish/guestfish-actions.pod:1182
22571 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
22572 msgstr ""
22573
22574 #. type: textblock
22575 #: ../fish/guestfish-actions.pod:1195
22576 msgid "See also L</find0>."
22577 msgstr ""
22578
22579 #. type: =head2
22580 #: ../fish/guestfish-actions.pod:1200
22581 msgid "find0"
22582 msgstr ""
22583
22584 #. type: verbatim
22585 #: ../fish/guestfish-actions.pod:1202
22586 #, no-wrap
22587 msgid ""
22588 " find0 directory (files|-)\n"
22589 "\n"
22590 msgstr ""
22591
22592 #. type: textblock
22593 #: ../fish/guestfish-actions.pod:1208
22594 msgid "This command works the same way as L</find> with the following exceptions:"
22595 msgstr ""
22596
22597 #. type: =head2
22598 #: ../fish/guestfish-actions.pod:1235
22599 msgid "findfs-label"
22600 msgstr ""
22601
22602 #. type: verbatim
22603 #: ../fish/guestfish-actions.pod:1237
22604 #, no-wrap
22605 msgid ""
22606 " findfs-label label\n"
22607 "\n"
22608 msgstr ""
22609
22610 #. type: textblock
22611 #: ../fish/guestfish-actions.pod:1243
22612 msgid "To find the label of a filesystem, use L</vfs-label>."
22613 msgstr ""
22614
22615 #. type: =head2
22616 #: ../fish/guestfish-actions.pod:1245
22617 msgid "findfs-uuid"
22618 msgstr ""
22619
22620 #. type: verbatim
22621 #: ../fish/guestfish-actions.pod:1247
22622 #, no-wrap
22623 msgid ""
22624 " findfs-uuid uuid\n"
22625 "\n"
22626 msgstr ""
22627
22628 #. type: textblock
22629 #: ../fish/guestfish-actions.pod:1253
22630 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
22631 msgstr ""
22632
22633 #. type: =head2
22634 #: ../fish/guestfish-actions.pod:1255
22635 msgid "fsck"
22636 msgstr ""
22637
22638 #. type: verbatim
22639 #: ../fish/guestfish-actions.pod:1257
22640 #, no-wrap
22641 msgid ""
22642 " fsck fstype device\n"
22643 "\n"
22644 msgstr ""
22645
22646 #. type: =head2
22647 #: ../fish/guestfish-actions.pod:1287
22648 msgid "get-append"
22649 msgstr ""
22650
22651 #. type: verbatim
22652 #: ../fish/guestfish-actions.pod:1289
22653 #, no-wrap
22654 msgid ""
22655 " get-append\n"
22656 "\n"
22657 msgstr ""
22658
22659 #. type: =head2
22660 #: ../fish/guestfish-actions.pod:1296
22661 msgid "get-attach-method"
22662 msgstr ""
22663
22664 #. type: verbatim
22665 #: ../fish/guestfish-actions.pod:1298
22666 #, no-wrap
22667 msgid ""
22668 " get-attach-method\n"
22669 "\n"
22670 msgstr ""
22671
22672 #. type: textblock
22673 #: ../fish/guestfish-actions.pod:1300
22674 msgid "Return the current attach method.  See L</set-attach-method>."
22675 msgstr ""
22676
22677 #. type: =head2
22678 #: ../fish/guestfish-actions.pod:1302
22679 msgid "get-autosync"
22680 msgstr ""
22681
22682 #. type: verbatim
22683 #: ../fish/guestfish-actions.pod:1304
22684 #, no-wrap
22685 msgid ""
22686 " get-autosync\n"
22687 "\n"
22688 msgstr ""
22689
22690 #. type: =head2
22691 #: ../fish/guestfish-actions.pod:1308
22692 msgid "get-direct"
22693 msgstr ""
22694
22695 #. type: verbatim
22696 #: ../fish/guestfish-actions.pod:1310
22697 #, no-wrap
22698 msgid ""
22699 " get-direct\n"
22700 "\n"
22701 msgstr ""
22702
22703 #. type: =head2
22704 #: ../fish/guestfish-actions.pod:1314
22705 msgid "get-e2label"
22706 msgstr ""
22707
22708 #. type: verbatim
22709 #: ../fish/guestfish-actions.pod:1316
22710 #, no-wrap
22711 msgid ""
22712 " get-e2label device\n"
22713 "\n"
22714 msgstr ""
22715
22716 #. type: =head2
22717 #: ../fish/guestfish-actions.pod:1328
22718 msgid "get-e2uuid"
22719 msgstr ""
22720
22721 #. type: verbatim
22722 #: ../fish/guestfish-actions.pod:1330
22723 #, no-wrap
22724 msgid ""
22725 " get-e2uuid device\n"
22726 "\n"
22727 msgstr ""
22728
22729 #. type: =head2
22730 #: ../fish/guestfish-actions.pod:1342
22731 msgid "get-memsize"
22732 msgstr ""
22733
22734 #. type: verbatim
22735 #: ../fish/guestfish-actions.pod:1344
22736 #, no-wrap
22737 msgid ""
22738 " get-memsize\n"
22739 "\n"
22740 msgstr ""
22741
22742 #. type: textblock
22743 #: ../fish/guestfish-actions.pod:1349
22744 msgid ""
22745 "If L</set-memsize> was not called on this handle, and if "
22746 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
22747 "value for memsize."
22748 msgstr ""
22749
22750 #. type: =head2
22751 #: ../fish/guestfish-actions.pod:1356
22752 msgid "get-network"
22753 msgstr ""
22754
22755 #. type: verbatim
22756 #: ../fish/guestfish-actions.pod:1358
22757 #, no-wrap
22758 msgid ""
22759 " get-network\n"
22760 "\n"
22761 msgstr ""
22762
22763 #. type: =head2
22764 #: ../fish/guestfish-actions.pod:1362
22765 msgid "get-path"
22766 msgstr ""
22767
22768 #. type: verbatim
22769 #: ../fish/guestfish-actions.pod:1364
22770 #, no-wrap
22771 msgid ""
22772 " get-path\n"
22773 "\n"
22774 msgstr ""
22775
22776 #. type: =head2
22777 #: ../fish/guestfish-actions.pod:1371
22778 msgid "get-pid"
22779 msgstr ""
22780
22781 #. type: =head2
22782 #: ../fish/guestfish-actions.pod:1373
22783 msgid "pid"
22784 msgstr ""
22785
22786 #. type: verbatim
22787 #: ../fish/guestfish-actions.pod:1375
22788 #, no-wrap
22789 msgid ""
22790 " get-pid\n"
22791 "\n"
22792 msgstr ""
22793
22794 #. type: =head2
22795 #: ../fish/guestfish-actions.pod:1382
22796 msgid "get-qemu"
22797 msgstr ""
22798
22799 #. type: verbatim
22800 #: ../fish/guestfish-actions.pod:1384
22801 #, no-wrap
22802 msgid ""
22803 " get-qemu\n"
22804 "\n"
22805 msgstr ""
22806
22807 #. type: =head2
22808 #: ../fish/guestfish-actions.pod:1391
22809 msgid "get-recovery-proc"
22810 msgstr ""
22811
22812 #. type: verbatim
22813 #: ../fish/guestfish-actions.pod:1393
22814 #, no-wrap
22815 msgid ""
22816 " get-recovery-proc\n"
22817 "\n"
22818 msgstr ""
22819
22820 #. type: =head2
22821 #: ../fish/guestfish-actions.pod:1397
22822 msgid "get-selinux"
22823 msgstr ""
22824
22825 #. type: verbatim
22826 #: ../fish/guestfish-actions.pod:1399
22827 #, no-wrap
22828 msgid ""
22829 " get-selinux\n"
22830 "\n"
22831 msgstr ""
22832
22833 #. type: textblock
22834 #: ../fish/guestfish-actions.pod:1401
22835 msgid ""
22836 "This returns the current setting of the selinux flag which is passed to the "
22837 "appliance at boot time.  See L</set-selinux>."
22838 msgstr ""
22839
22840 #. type: =head2
22841 #: ../fish/guestfish-actions.pod:1407
22842 msgid "get-state"
22843 msgstr ""
22844
22845 #. type: verbatim
22846 #: ../fish/guestfish-actions.pod:1409
22847 #, no-wrap
22848 msgid ""
22849 " get-state\n"
22850 "\n"
22851 msgstr ""
22852
22853 #. type: =head2
22854 #: ../fish/guestfish-actions.pod:1416
22855 msgid "get-trace"
22856 msgstr ""
22857
22858 #. type: verbatim
22859 #: ../fish/guestfish-actions.pod:1418
22860 #, no-wrap
22861 msgid ""
22862 " get-trace\n"
22863 "\n"
22864 msgstr ""
22865
22866 #. type: =head2
22867 #: ../fish/guestfish-actions.pod:1422
22868 msgid "get-umask"
22869 msgstr ""
22870
22871 #. type: verbatim
22872 #: ../fish/guestfish-actions.pod:1424
22873 #, no-wrap
22874 msgid ""
22875 " get-umask\n"
22876 "\n"
22877 msgstr ""
22878
22879 #. type: textblock
22880 #: ../fish/guestfish-actions.pod:1426
22881 msgid ""
22882 "Return the current umask.  By default the umask is C<022> unless it has been "
22883 "set by calling L</umask>."
22884 msgstr ""
22885
22886 #. type: =head2
22887 #: ../fish/guestfish-actions.pod:1429
22888 msgid "get-verbose"
22889 msgstr ""
22890
22891 #. type: verbatim
22892 #: ../fish/guestfish-actions.pod:1431
22893 #, no-wrap
22894 msgid ""
22895 " get-verbose\n"
22896 "\n"
22897 msgstr ""
22898
22899 #. type: =head2
22900 #: ../fish/guestfish-actions.pod:1435
22901 msgid "getcon"
22902 msgstr ""
22903
22904 #. type: verbatim
22905 #: ../fish/guestfish-actions.pod:1437
22906 #, no-wrap
22907 msgid ""
22908 " getcon\n"
22909 "\n"
22910 msgstr ""
22911
22912 #. type: textblock
22913 #: ../fish/guestfish-actions.pod:1441
22914 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
22915 msgstr ""
22916
22917 #. type: =head2
22918 #: ../fish/guestfish-actions.pod:1444
22919 msgid "getxattr"
22920 msgstr ""
22921
22922 #. type: verbatim
22923 #: ../fish/guestfish-actions.pod:1446
22924 #, no-wrap
22925 msgid ""
22926 " getxattr path name\n"
22927 "\n"
22928 msgstr ""
22929
22930 #. type: textblock
22931 #: ../fish/guestfish-actions.pod:1448
22932 msgid ""
22933 "Get a single extended attribute from file C<path> named C<name>.  This call "
22934 "follows symlinks.  If you want to lookup an extended attribute for the "
22935 "symlink itself, use L</lgetxattr>."
22936 msgstr ""
22937
22938 #. type: textblock
22939 #: ../fish/guestfish-actions.pod:1452 ../fish/guestfish-actions.pod:2458
22940 msgid ""
22941 "Normally it is better to get all extended attributes from a file in one go "
22942 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
22943 "buggy and do not provide a way to list out attributes.  For these "
22944 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
22945 "attributes you want in advance and call this function."
22946 msgstr ""
22947
22948 #. type: textblock
22949 #: ../fish/guestfish-actions.pod:1462
22950 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
22951 msgstr ""
22952
22953 #. type: =head2
22954 #: ../fish/guestfish-actions.pod:1464
22955 msgid "getxattrs"
22956 msgstr ""
22957
22958 #. type: verbatim
22959 #: ../fish/guestfish-actions.pod:1466
22960 #, no-wrap
22961 msgid ""
22962 " getxattrs path\n"
22963 "\n"
22964 msgstr ""
22965
22966 #. type: textblock
22967 #: ../fish/guestfish-actions.pod:1474
22968 msgid "See also: L</lgetxattrs>, L<attr(5)>."
22969 msgstr ""
22970
22971 #. type: =head2
22972 #: ../fish/guestfish-actions.pod:1476
22973 msgid "glob-expand"
22974 msgstr ""
22975
22976 #. type: verbatim
22977 #: ../fish/guestfish-actions.pod:1478
22978 #, no-wrap
22979 msgid ""
22980 " glob-expand pattern\n"
22981 "\n"
22982 msgstr ""
22983
22984 #. type: =head2
22985 #: ../fish/guestfish-actions.pod:1491
22986 msgid "grep"
22987 msgstr ""
22988
22989 #. type: verbatim
22990 #: ../fish/guestfish-actions.pod:1493
22991 #, no-wrap
22992 msgid ""
22993 " grep regex path\n"
22994 "\n"
22995 msgstr ""
22996
22997 #. type: =head2
22998 #: ../fish/guestfish-actions.pod:1501
22999 msgid "grepi"
23000 msgstr ""
23001
23002 #. type: verbatim
23003 #: ../fish/guestfish-actions.pod:1503
23004 #, no-wrap
23005 msgid ""
23006 " grepi regex path\n"
23007 "\n"
23008 msgstr ""
23009
23010 #. type: =head2
23011 #: ../fish/guestfish-actions.pod:1511
23012 msgid "grub-install"
23013 msgstr ""
23014
23015 #. type: verbatim
23016 #: ../fish/guestfish-actions.pod:1513
23017 #, no-wrap
23018 msgid ""
23019 " grub-install root device\n"
23020 "\n"
23021 msgstr ""
23022
23023 #. type: =head2
23024 #: ../fish/guestfish-actions.pod:1529
23025 msgid "head"
23026 msgstr ""
23027
23028 #. type: verbatim
23029 #: ../fish/guestfish-actions.pod:1531
23030 #, no-wrap
23031 msgid ""
23032 " head path\n"
23033 "\n"
23034 msgstr ""
23035
23036 #. type: =head2
23037 #: ../fish/guestfish-actions.pod:1539
23038 msgid "head-n"
23039 msgstr ""
23040
23041 #. type: verbatim
23042 #: ../fish/guestfish-actions.pod:1541
23043 #, no-wrap
23044 msgid ""
23045 " head-n nrlines path\n"
23046 "\n"
23047 msgstr ""
23048
23049 #. type: =head2
23050 #: ../fish/guestfish-actions.pod:1554
23051 msgid "hexdump"
23052 msgstr ""
23053
23054 #. type: verbatim
23055 #: ../fish/guestfish-actions.pod:1556
23056 #, no-wrap
23057 msgid ""
23058 " hexdump path\n"
23059 "\n"
23060 msgstr ""
23061
23062 #. type: =head2
23063 #: ../fish/guestfish-actions.pod:1564
23064 msgid "initrd-cat"
23065 msgstr ""
23066
23067 #. type: verbatim
23068 #: ../fish/guestfish-actions.pod:1566
23069 #, no-wrap
23070 msgid ""
23071 " initrd-cat initrdpath filename\n"
23072 "\n"
23073 msgstr ""
23074
23075 #. type: textblock
23076 #: ../fish/guestfish-actions.pod:1578
23077 msgid "See also L</initrd-list>."
23078 msgstr ""
23079
23080 #. type: =head2
23081 #: ../fish/guestfish-actions.pod:1583
23082 msgid "initrd-list"
23083 msgstr ""
23084
23085 #. type: verbatim
23086 #: ../fish/guestfish-actions.pod:1585
23087 #, no-wrap
23088 msgid ""
23089 " initrd-list path\n"
23090 "\n"
23091 msgstr ""
23092
23093 #. type: =head2
23094 #: ../fish/guestfish-actions.pod:1597
23095 msgid "inotify-add-watch"
23096 msgstr ""
23097
23098 #. type: verbatim
23099 #: ../fish/guestfish-actions.pod:1599
23100 #, no-wrap
23101 msgid ""
23102 " inotify-add-watch path mask\n"
23103 "\n"
23104 msgstr ""
23105
23106 #. type: =head2
23107 #: ../fish/guestfish-actions.pod:1611
23108 msgid "inotify-close"
23109 msgstr ""
23110
23111 #. type: verbatim
23112 #: ../fish/guestfish-actions.pod:1613
23113 #, no-wrap
23114 msgid ""
23115 " inotify-close\n"
23116 "\n"
23117 msgstr ""
23118
23119 #. type: =head2
23120 #: ../fish/guestfish-actions.pod:1619
23121 msgid "inotify-files"
23122 msgstr ""
23123
23124 #. type: verbatim
23125 #: ../fish/guestfish-actions.pod:1621
23126 #, no-wrap
23127 msgid ""
23128 " inotify-files\n"
23129 "\n"
23130 msgstr ""
23131
23132 #. type: textblock
23133 #: ../fish/guestfish-actions.pod:1623
23134 msgid ""
23135 "This function is a helpful wrapper around L</inotify-read> which just "
23136 "returns a list of pathnames of objects that were touched.  The returned "
23137 "pathnames are sorted and deduplicated."
23138 msgstr ""
23139
23140 #. type: =head2
23141 #: ../fish/guestfish-actions.pod:1627
23142 msgid "inotify-init"
23143 msgstr ""
23144
23145 #. type: verbatim
23146 #: ../fish/guestfish-actions.pod:1629
23147 #, no-wrap
23148 msgid ""
23149 " inotify-init maxevents\n"
23150 "\n"
23151 msgstr ""
23152
23153 #. type: textblock
23154 #: ../fish/guestfish-actions.pod:1635
23155 msgid ""
23156 "C<maxevents> is the maximum number of events which will be queued up between "
23157 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
23158 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
23159 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
23160 "but records the fact that it threw them away by setting a flag "
23161 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
23162 msgstr ""
23163
23164 #. type: textblock
23165 #: ../fish/guestfish-actions.pod:1645
23166 msgid ""
23167 "Before any events are generated, you have to add some watches to the "
23168 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
23169 "L</inotify-watch-all>."
23170 msgstr ""
23171
23172 #. type: textblock
23173 #: ../fish/guestfish-actions.pod:1651
23174 msgid ""
23175 "Queued up events should be read periodically by calling L</inotify-read> (or "
23176 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
23177 "If you don't read the events out often enough then you risk the internal "
23178 "queue overflowing."
23179 msgstr ""
23180
23181 #. type: textblock
23182 #: ../fish/guestfish-actions.pod:1658
23183 msgid ""
23184 "The handle should be closed after use by calling L</inotify-close>.  This "
23185 "also removes any watches automatically."
23186 msgstr ""
23187
23188 #. type: =head2
23189 #: ../fish/guestfish-actions.pod:1667
23190 msgid "inotify-read"
23191 msgstr ""
23192
23193 #. type: verbatim
23194 #: ../fish/guestfish-actions.pod:1669
23195 #, no-wrap
23196 msgid ""
23197 " inotify-read\n"
23198 "\n"
23199 msgstr ""
23200
23201 #. type: =head2
23202 #: ../fish/guestfish-actions.pod:1682
23203 msgid "inotify-rm-watch"
23204 msgstr ""
23205
23206 #. type: verbatim
23207 #: ../fish/guestfish-actions.pod:1684
23208 #, no-wrap
23209 msgid ""
23210 " inotify-rm-watch wd\n"
23211 "\n"
23212 msgstr ""
23213
23214 #. type: textblock
23215 #: ../fish/guestfish-actions.pod:1686
23216 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
23217 msgstr ""
23218
23219 #. type: =head2
23220 #: ../fish/guestfish-actions.pod:1689
23221 msgid "inspect-get-arch"
23222 msgstr ""
23223
23224 #. type: verbatim
23225 #: ../fish/guestfish-actions.pod:1691
23226 #, no-wrap
23227 msgid ""
23228 " inspect-get-arch root\n"
23229 "\n"
23230 msgstr ""
23231
23232 #. type: textblock
23233 #: ../fish/guestfish-actions.pod:1693 ../fish/guestfish-actions.pod:1709 ../fish/guestfish-actions.pod:1795 ../fish/guestfish-actions.pod:1831 ../fish/guestfish-actions.pod:1849 ../fish/guestfish-actions.pod:1883 ../fish/guestfish-actions.pod:1898 ../fish/guestfish-actions.pod:1919 ../fish/guestfish-actions.pod:1934 ../fish/guestfish-actions.pod:1967 ../fish/guestfish-actions.pod:1989 ../fish/guestfish-actions.pod:2013 ../fish/guestfish-actions.pod:2030 ../fish/guestfish-actions.pod:2073 ../fish/guestfish-actions.pod:2108 ../fish/guestfish-actions.pod:2124 ../fish/guestfish-actions.pod:2140 ../fish/guestfish-actions.pod:2153 ../fish/guestfish-actions.pod:2166 ../fish/guestfish-actions.pod:2181
23234 msgid ""
23235 "This function should only be called with a root device string as returned by "
23236 "L</inspect-os>."
23237 msgstr ""
23238
23239 #. type: textblock
23240 #: ../fish/guestfish-actions.pod:1696
23241 msgid ""
23242 "This returns the architecture of the inspected operating system.  The "
23243 "possible return values are listed under L</file-architecture>."
23244 msgstr ""
23245
23246 #. type: =head2
23247 #: ../fish/guestfish-actions.pod:1705
23248 msgid "inspect-get-distro"
23249 msgstr ""
23250
23251 #. type: verbatim
23252 #: ../fish/guestfish-actions.pod:1707
23253 #, no-wrap
23254 msgid ""
23255 " inspect-get-distro root\n"
23256 "\n"
23257 msgstr ""
23258
23259 #. type: =head2
23260 #: ../fish/guestfish-actions.pod:1791
23261 msgid "inspect-get-drive-mappings"
23262 msgstr ""
23263
23264 #. type: verbatim
23265 #: ../fish/guestfish-actions.pod:1793
23266 #, no-wrap
23267 msgid ""
23268 " inspect-get-drive-mappings root\n"
23269 "\n"
23270 msgstr ""
23271
23272 #. type: textblock
23273 #: ../fish/guestfish-actions.pod:1823
23274 msgid ""
23275 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23276 "L</inspect-get-mountpoints>, L</inspect-get-filesystems>."
23277 msgstr ""
23278
23279 #. type: =head2
23280 #: ../fish/guestfish-actions.pod:1827
23281 msgid "inspect-get-filesystems"
23282 msgstr ""
23283
23284 #. type: verbatim
23285 #: ../fish/guestfish-actions.pod:1829
23286 #, no-wrap
23287 msgid ""
23288 " inspect-get-filesystems root\n"
23289 "\n"
23290 msgstr ""
23291
23292 #. type: textblock
23293 #: ../fish/guestfish-actions.pod:1842
23294 msgid ""
23295 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23296 "L</inspect-get-mountpoints>."
23297 msgstr ""
23298
23299 #. type: =head2
23300 #: ../fish/guestfish-actions.pod:1845
23301 msgid "inspect-get-format"
23302 msgstr ""
23303
23304 #. type: verbatim
23305 #: ../fish/guestfish-actions.pod:1847
23306 #, no-wrap
23307 msgid ""
23308 " inspect-get-format root\n"
23309 "\n"
23310 msgstr ""
23311
23312 #. type: =head2
23313 #: ../fish/guestfish-actions.pod:1879
23314 msgid "inspect-get-hostname"
23315 msgstr ""
23316
23317 #. type: verbatim
23318 #: ../fish/guestfish-actions.pod:1881
23319 #, no-wrap
23320 msgid ""
23321 " inspect-get-hostname root\n"
23322 "\n"
23323 msgstr ""
23324
23325 #. type: =head2
23326 #: ../fish/guestfish-actions.pod:1894
23327 msgid "inspect-get-major-version"
23328 msgstr ""
23329
23330 #. type: verbatim
23331 #: ../fish/guestfish-actions.pod:1896
23332 #, no-wrap
23333 msgid ""
23334 " inspect-get-major-version root\n"
23335 "\n"
23336 msgstr ""
23337
23338 #. type: =head2
23339 #: ../fish/guestfish-actions.pod:1915
23340 msgid "inspect-get-minor-version"
23341 msgstr ""
23342
23343 #. type: verbatim
23344 #: ../fish/guestfish-actions.pod:1917
23345 #, no-wrap
23346 msgid ""
23347 " inspect-get-minor-version root\n"
23348 "\n"
23349 msgstr ""
23350
23351 #. type: textblock
23352 #: ../fish/guestfish-actions.pod:1927
23353 msgid ""
23354 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23355 "L</inspect-get-major-version>."
23356 msgstr ""
23357
23358 #. type: =head2
23359 #: ../fish/guestfish-actions.pod:1930
23360 msgid "inspect-get-mountpoints"
23361 msgstr ""
23362
23363 #. type: verbatim
23364 #: ../fish/guestfish-actions.pod:1932
23365 #, no-wrap
23366 msgid ""
23367 " inspect-get-mountpoints root\n"
23368 "\n"
23369 msgstr ""
23370
23371 #. type: textblock
23372 #: ../fish/guestfish-actions.pod:1954
23373 msgid ""
23374 "For operating systems like Windows which still use drive letters, this call "
23375 "will only return an entry for the first drive \"mounted on\" C</>.  For "
23376 "information about the mapping of drive letters to partitions, see "
23377 "L</inspect-get-drive-mappings>."
23378 msgstr ""
23379
23380 #. type: textblock
23381 #: ../fish/guestfish-actions.pod:1960
23382 msgid ""
23383 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23384 "L</inspect-get-filesystems>."
23385 msgstr ""
23386
23387 #. type: =head2
23388 #: ../fish/guestfish-actions.pod:1963
23389 msgid "inspect-get-package-format"
23390 msgstr ""
23391
23392 #. type: verbatim
23393 #: ../fish/guestfish-actions.pod:1965
23394 #, no-wrap
23395 msgid ""
23396 " inspect-get-package-format root\n"
23397 "\n"
23398 msgstr ""
23399
23400 #. type: textblock
23401 #: ../fish/guestfish-actions.pod:1970
23402 msgid ""
23403 "This function and L</inspect-get-package-management> return the package "
23404 "format and package management tool used by the inspected operating system.  "
23405 "For example for Fedora these functions would return C<rpm> (package format) "
23406 "and C<yum> (package management)."
23407 msgstr ""
23408
23409 #. type: =head2
23410 #: ../fish/guestfish-actions.pod:1985
23411 msgid "inspect-get-package-management"
23412 msgstr ""
23413
23414 #. type: verbatim
23415 #: ../fish/guestfish-actions.pod:1987
23416 #, no-wrap
23417 msgid ""
23418 " inspect-get-package-management root\n"
23419 "\n"
23420 msgstr ""
23421
23422 #. type: textblock
23423 #: ../fish/guestfish-actions.pod:1992
23424 msgid ""
23425 "L</inspect-get-package-format> and this function return the package format "
23426 "and package management tool used by the inspected operating system.  For "
23427 "example for Fedora these functions would return C<rpm> (package format) and "
23428 "C<yum> (package management)."
23429 msgstr ""
23430
23431 #. type: =head2
23432 #: ../fish/guestfish-actions.pod:2009
23433 msgid "inspect-get-product-name"
23434 msgstr ""
23435
23436 #. type: verbatim
23437 #: ../fish/guestfish-actions.pod:2011
23438 #, no-wrap
23439 msgid ""
23440 " inspect-get-product-name root\n"
23441 "\n"
23442 msgstr ""
23443
23444 #. type: =head2
23445 #: ../fish/guestfish-actions.pod:2026
23446 msgid "inspect-get-product-variant"
23447 msgstr ""
23448
23449 #. type: verbatim
23450 #: ../fish/guestfish-actions.pod:2028
23451 #, no-wrap
23452 msgid ""
23453 " inspect-get-product-variant root\n"
23454 "\n"
23455 msgstr ""
23456
23457 #. type: textblock
23458 #: ../fish/guestfish-actions.pod:2052
23459 msgid ""
23460 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23461 "L</inspect-get-product-name>, L</inspect-get-major-version>."
23462 msgstr ""
23463
23464 #. type: =head2
23465 #: ../fish/guestfish-actions.pod:2056
23466 msgid "inspect-get-roots"
23467 msgstr ""
23468
23469 #. type: verbatim
23470 #: ../fish/guestfish-actions.pod:2058
23471 #, no-wrap
23472 msgid ""
23473 " inspect-get-roots\n"
23474 "\n"
23475 msgstr ""
23476
23477 #. type: textblock
23478 #: ../fish/guestfish-actions.pod:2060
23479 msgid ""
23480 "This function is a convenient way to get the list of root devices, as "
23481 "returned from a previous call to L</inspect-os>, but without redoing the "
23482 "whole inspection process."
23483 msgstr ""
23484
23485 #. type: textblock
23486 #: ../fish/guestfish-actions.pod:2064
23487 msgid ""
23488 "This returns an empty list if either no root devices were found or the "
23489 "caller has not called L</inspect-os>."
23490 msgstr ""
23491
23492 #. type: =head2
23493 #: ../fish/guestfish-actions.pod:2069
23494 msgid "inspect-get-type"
23495 msgstr ""
23496
23497 #. type: verbatim
23498 #: ../fish/guestfish-actions.pod:2071
23499 #, no-wrap
23500 msgid ""
23501 " inspect-get-type root\n"
23502 "\n"
23503 msgstr ""
23504
23505 #. type: =head2
23506 #: ../fish/guestfish-actions.pod:2104
23507 msgid "inspect-get-windows-current-control-set"
23508 msgstr ""
23509
23510 #. type: verbatim
23511 #: ../fish/guestfish-actions.pod:2106
23512 #, no-wrap
23513 msgid ""
23514 " inspect-get-windows-current-control-set root\n"
23515 "\n"
23516 msgstr ""
23517
23518 #. type: =head2
23519 #: ../fish/guestfish-actions.pod:2120
23520 msgid "inspect-get-windows-systemroot"
23521 msgstr ""
23522
23523 #. type: verbatim
23524 #: ../fish/guestfish-actions.pod:2122
23525 #, no-wrap
23526 msgid ""
23527 " inspect-get-windows-systemroot root\n"
23528 "\n"
23529 msgstr ""
23530
23531 #. type: =head2
23532 #: ../fish/guestfish-actions.pod:2136
23533 msgid "inspect-is-live"
23534 msgstr ""
23535
23536 #. type: verbatim
23537 #: ../fish/guestfish-actions.pod:2138
23538 #, no-wrap
23539 msgid ""
23540 " inspect-is-live root\n"
23541 "\n"
23542 msgstr ""
23543
23544 #. type: textblock
23545 #: ../fish/guestfish-actions.pod:2143
23546 msgid ""
23547 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23548 "then this returns true if a live image was detected on the disk."
23549 msgstr ""
23550
23551 #. type: =head2
23552 #: ../fish/guestfish-actions.pod:2149
23553 msgid "inspect-is-multipart"
23554 msgstr ""
23555
23556 #. type: verbatim
23557 #: ../fish/guestfish-actions.pod:2151
23558 #, no-wrap
23559 msgid ""
23560 " inspect-is-multipart root\n"
23561 "\n"
23562 msgstr ""
23563
23564 #. type: textblock
23565 #: ../fish/guestfish-actions.pod:2156
23566 msgid ""
23567 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23568 "then this returns true if the disk is part of a set."
23569 msgstr ""
23570
23571 #. type: =head2
23572 #: ../fish/guestfish-actions.pod:2162
23573 msgid "inspect-is-netinst"
23574 msgstr ""
23575
23576 #. type: verbatim
23577 #: ../fish/guestfish-actions.pod:2164
23578 #, no-wrap
23579 msgid ""
23580 " inspect-is-netinst root\n"
23581 "\n"
23582 msgstr ""
23583
23584 #. type: textblock
23585 #: ../fish/guestfish-actions.pod:2169
23586 msgid ""
23587 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23588 "then this returns true if the disk is a network installer, ie. not a "
23589 "self-contained install CD but one which is likely to require network access "
23590 "to complete the install."
23591 msgstr ""
23592
23593 #. type: =head2
23594 #: ../fish/guestfish-actions.pod:2177
23595 msgid "inspect-list-applications"
23596 msgstr ""
23597
23598 #. type: verbatim
23599 #: ../fish/guestfish-actions.pod:2179
23600 #, no-wrap
23601 msgid ""
23602 " inspect-list-applications root\n"
23603 "\n"
23604 msgstr ""
23605
23606 #. type: textblock
23607 #: ../fish/guestfish-actions.pod:2186
23608 msgid ""
23609 "I<Note:> This call works differently from other parts of the inspection "
23610 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
23611 "then mount up the disks, before calling this.  Listing applications is a "
23612 "significantly more difficult operation which requires access to the full "
23613 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
23614 "are just returning data cached in the libguestfs handle, this call actually "
23615 "reads parts of the mounted filesystems during the call."
23616 msgstr ""
23617
23618 #. type: =head2
23619 #: ../fish/guestfish-actions.pod:2276
23620 msgid "inspect-os"
23621 msgstr ""
23622
23623 #. type: verbatim
23624 #: ../fish/guestfish-actions.pod:2278
23625 #, no-wrap
23626 msgid ""
23627 " inspect-os\n"
23628 "\n"
23629 msgstr ""
23630
23631 #. type: textblock
23632 #: ../fish/guestfish-actions.pod:2293
23633 msgid ""
23634 "You can pass the root string(s) returned to other L</inspect-get-*> "
23635 "functions in order to query further information about each operating system, "
23636 "such as the name and version."
23637 msgstr ""
23638
23639 #. type: textblock
23640 #: ../fish/guestfish-actions.pod:2298
23641 msgid ""
23642 "This function uses other libguestfs features such as L</mount-ro> and "
23643 "L</umount-all> in order to mount and unmount filesystems and look at the "
23644 "contents.  This should be called with no disks currently mounted.  The "
23645 "function may also use Augeas, so any existing Augeas handle will be closed."
23646 msgstr ""
23647
23648 #. type: textblock
23649 #: ../fish/guestfish-actions.pod:2310 ../fish/guestfish-actions.pod:2486 ../fish/guestfish-actions.pod:2532
23650 msgid "See also L</list-filesystems>."
23651 msgstr ""
23652
23653 #. type: =head2
23654 #: ../fish/guestfish-actions.pod:2312
23655 msgid "is-blockdev"
23656 msgstr ""
23657
23658 #. type: verbatim
23659 #: ../fish/guestfish-actions.pod:2314
23660 #, no-wrap
23661 msgid ""
23662 " is-blockdev path\n"
23663 "\n"
23664 msgstr ""
23665
23666 #. type: textblock
23667 #: ../fish/guestfish-actions.pod:2319 ../fish/guestfish-actions.pod:2337 ../fish/guestfish-actions.pod:2356 ../fish/guestfish-actions.pod:2365 ../fish/guestfish-actions.pod:2375 ../fish/guestfish-actions.pod:2409 ../fish/guestfish-actions.pod:2418
23668 msgid "See also L</stat>."
23669 msgstr ""
23670
23671 #. type: =head2
23672 #: ../fish/guestfish-actions.pod:2321
23673 msgid "is-busy"
23674 msgstr ""
23675
23676 #. type: verbatim
23677 #: ../fish/guestfish-actions.pod:2323
23678 #, no-wrap
23679 msgid ""
23680 " is-busy\n"
23681 "\n"
23682 msgstr ""
23683
23684 #. type: =head2
23685 #: ../fish/guestfish-actions.pod:2330
23686 msgid "is-chardev"
23687 msgstr ""
23688
23689 #. type: verbatim
23690 #: ../fish/guestfish-actions.pod:2332
23691 #, no-wrap
23692 msgid ""
23693 " is-chardev path\n"
23694 "\n"
23695 msgstr ""
23696
23697 #. type: =head2
23698 #: ../fish/guestfish-actions.pod:2339
23699 msgid "is-config"
23700 msgstr ""
23701
23702 #. type: verbatim
23703 #: ../fish/guestfish-actions.pod:2341
23704 #, no-wrap
23705 msgid ""
23706 " is-config\n"
23707 "\n"
23708 msgstr ""
23709
23710 #. type: =head2
23711 #: ../fish/guestfish-actions.pod:2348
23712 msgid "is-dir"
23713 msgstr ""
23714
23715 #. type: verbatim
23716 #: ../fish/guestfish-actions.pod:2350
23717 #, no-wrap
23718 msgid ""
23719 " is-dir path\n"
23720 "\n"
23721 msgstr ""
23722
23723 #. type: =head2
23724 #: ../fish/guestfish-actions.pod:2358
23725 msgid "is-fifo"
23726 msgstr ""
23727
23728 #. type: verbatim
23729 #: ../fish/guestfish-actions.pod:2360
23730 #, no-wrap
23731 msgid ""
23732 " is-fifo path\n"
23733 "\n"
23734 msgstr ""
23735
23736 #. type: =head2
23737 #: ../fish/guestfish-actions.pod:2367
23738 msgid "is-file"
23739 msgstr ""
23740
23741 #. type: verbatim
23742 #: ../fish/guestfish-actions.pod:2369
23743 #, no-wrap
23744 msgid ""
23745 " is-file path\n"
23746 "\n"
23747 msgstr ""
23748
23749 #. type: =head2
23750 #: ../fish/guestfish-actions.pod:2377
23751 msgid "is-launching"
23752 msgstr ""
23753
23754 #. type: verbatim
23755 #: ../fish/guestfish-actions.pod:2379
23756 #, no-wrap
23757 msgid ""
23758 " is-launching\n"
23759 "\n"
23760 msgstr ""
23761
23762 #. type: =head2
23763 #: ../fish/guestfish-actions.pod:2386
23764 msgid "is-lv"
23765 msgstr ""
23766
23767 #. type: verbatim
23768 #: ../fish/guestfish-actions.pod:2388
23769 #, no-wrap
23770 msgid ""
23771 " is-lv device\n"
23772 "\n"
23773 msgstr ""
23774
23775 #. type: =head2
23776 #: ../fish/guestfish-actions.pod:2393
23777 msgid "is-ready"
23778 msgstr ""
23779
23780 #. type: verbatim
23781 #: ../fish/guestfish-actions.pod:2395
23782 #, no-wrap
23783 msgid ""
23784 " is-ready\n"
23785 "\n"
23786 msgstr ""
23787
23788 #. type: =head2
23789 #: ../fish/guestfish-actions.pod:2402
23790 msgid "is-socket"
23791 msgstr ""
23792
23793 #. type: verbatim
23794 #: ../fish/guestfish-actions.pod:2404
23795 #, no-wrap
23796 msgid ""
23797 " is-socket path\n"
23798 "\n"
23799 msgstr ""
23800
23801 #. type: =head2
23802 #: ../fish/guestfish-actions.pod:2411
23803 msgid "is-symlink"
23804 msgstr ""
23805
23806 #. type: verbatim
23807 #: ../fish/guestfish-actions.pod:2413
23808 #, no-wrap
23809 msgid ""
23810 " is-symlink path\n"
23811 "\n"
23812 msgstr ""
23813
23814 #. type: =head2
23815 #: ../fish/guestfish-actions.pod:2420
23816 msgid "kill-subprocess"
23817 msgstr ""
23818
23819 #. type: verbatim
23820 #: ../fish/guestfish-actions.pod:2422
23821 #, no-wrap
23822 msgid ""
23823 " kill-subprocess\n"
23824 "\n"
23825 msgstr ""
23826
23827 #. type: =head2
23828 #: ../fish/guestfish-actions.pod:2426
23829 msgid "launch"
23830 msgstr ""
23831
23832 #. type: =head2
23833 #: ../fish/guestfish-actions.pod:2428
23834 msgid "run"
23835 msgstr ""
23836
23837 #. type: verbatim
23838 #: ../fish/guestfish-actions.pod:2430
23839 #, no-wrap
23840 msgid ""
23841 " launch\n"
23842 "\n"
23843 msgstr ""
23844
23845 #. type: =head2
23846 #: ../fish/guestfish-actions.pod:2438
23847 msgid "lchown"
23848 msgstr ""
23849
23850 #. type: verbatim
23851 #: ../fish/guestfish-actions.pod:2440
23852 #, no-wrap
23853 msgid ""
23854 " lchown owner group path\n"
23855 "\n"
23856 msgstr ""
23857
23858 #. type: textblock
23859 #: ../fish/guestfish-actions.pod:2442
23860 msgid ""
23861 "Change the file owner to C<owner> and group to C<group>.  This is like "
23862 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
23863 "the target."
23864 msgstr ""
23865
23866 #. type: =head2
23867 #: ../fish/guestfish-actions.pod:2450
23868 msgid "lgetxattr"
23869 msgstr ""
23870
23871 #. type: verbatim
23872 #: ../fish/guestfish-actions.pod:2452
23873 #, no-wrap
23874 msgid ""
23875 " lgetxattr path name\n"
23876 "\n"
23877 msgstr ""
23878
23879 #. type: textblock
23880 #: ../fish/guestfish-actions.pod:2468
23881 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
23882 msgstr ""
23883
23884 #. type: =head2
23885 #: ../fish/guestfish-actions.pod:2470
23886 msgid "lgetxattrs"
23887 msgstr ""
23888
23889 #. type: verbatim
23890 #: ../fish/guestfish-actions.pod:2472
23891 #, no-wrap
23892 msgid ""
23893 " lgetxattrs path\n"
23894 "\n"
23895 msgstr ""
23896
23897 #. type: textblock
23898 #: ../fish/guestfish-actions.pod:2474
23899 msgid ""
23900 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
23901 "it returns the extended attributes of the link itself."
23902 msgstr ""
23903
23904 #. type: =head2
23905 #: ../fish/guestfish-actions.pod:2478
23906 msgid "list-devices"
23907 msgstr ""
23908
23909 #. type: verbatim
23910 #: ../fish/guestfish-actions.pod:2480
23911 #, no-wrap
23912 msgid ""
23913 " list-devices\n"
23914 "\n"
23915 msgstr ""
23916
23917 #. type: =head2
23918 #: ../fish/guestfish-actions.pod:2488
23919 msgid "list-filesystems"
23920 msgstr ""
23921
23922 #. type: verbatim
23923 #: ../fish/guestfish-actions.pod:2490
23924 #, no-wrap
23925 msgid ""
23926 " list-filesystems\n"
23927 "\n"
23928 msgstr ""
23929
23930 #. type: textblock
23931 #: ../fish/guestfish-actions.pod:2509
23932 msgid ""
23933 "This command runs other libguestfs commands, which might include L</mount> "
23934 "and L</umount>, and therefore you should use this soon after launch and only "
23935 "when nothing is mounted."
23936 msgstr ""
23937
23938 #. type: textblock
23939 #: ../fish/guestfish-actions.pod:2513
23940 msgid ""
23941 "Not all of the filesystems returned will be mountable.  In particular, swap "
23942 "partitions are returned in the list.  Also this command does not check that "
23943 "each filesystem found is valid and mountable, and some filesystems might be "
23944 "mountable but require special options.  Filesystems may not all belong to a "
23945 "single logical operating system (use L</inspect-os> to look for OSes)."
23946 msgstr ""
23947
23948 #. type: =head2
23949 #: ../fish/guestfish-actions.pod:2521
23950 msgid "list-partitions"
23951 msgstr ""
23952
23953 #. type: verbatim
23954 #: ../fish/guestfish-actions.pod:2523
23955 #, no-wrap
23956 msgid ""
23957 " list-partitions\n"
23958 "\n"
23959 msgstr ""
23960
23961 #. type: textblock
23962 #: ../fish/guestfish-actions.pod:2529
23963 msgid ""
23964 "This does not return logical volumes.  For that you will need to call "
23965 "L</lvs>."
23966 msgstr ""
23967
23968 #. type: =head2
23969 #: ../fish/guestfish-actions.pod:2534
23970 msgid "ll"
23971 msgstr ""
23972
23973 #. type: verbatim
23974 #: ../fish/guestfish-actions.pod:2536
23975 #, no-wrap
23976 msgid ""
23977 " ll directory\n"
23978 "\n"
23979 msgstr ""
23980
23981 #. type: =head2
23982 #: ../fish/guestfish-actions.pod:2544
23983 msgid "ln"
23984 msgstr ""
23985
23986 #. type: verbatim
23987 #: ../fish/guestfish-actions.pod:2546
23988 #, no-wrap
23989 msgid ""
23990 " ln target linkname\n"
23991 "\n"
23992 msgstr ""
23993
23994 #. type: =head2
23995 #: ../fish/guestfish-actions.pod:2550
23996 msgid "ln-f"
23997 msgstr ""
23998
23999 #. type: verbatim
24000 #: ../fish/guestfish-actions.pod:2552
24001 #, no-wrap
24002 msgid ""
24003 " ln-f target linkname\n"
24004 "\n"
24005 msgstr ""
24006
24007 #. type: =head2
24008 #: ../fish/guestfish-actions.pod:2557
24009 msgid "ln-s"
24010 msgstr ""
24011
24012 #. type: verbatim
24013 #: ../fish/guestfish-actions.pod:2559
24014 #, no-wrap
24015 msgid ""
24016 " ln-s target linkname\n"
24017 "\n"
24018 msgstr ""
24019
24020 #. type: =head2
24021 #: ../fish/guestfish-actions.pod:2563
24022 msgid "ln-sf"
24023 msgstr ""
24024
24025 #. type: verbatim
24026 #: ../fish/guestfish-actions.pod:2565
24027 #, no-wrap
24028 msgid ""
24029 " ln-sf target linkname\n"
24030 "\n"
24031 msgstr ""
24032
24033 #. type: =head2
24034 #: ../fish/guestfish-actions.pod:2570
24035 msgid "lremovexattr"
24036 msgstr ""
24037
24038 #. type: verbatim
24039 #: ../fish/guestfish-actions.pod:2572
24040 #, no-wrap
24041 msgid ""
24042 " lremovexattr xattr path\n"
24043 "\n"
24044 msgstr ""
24045
24046 #. type: textblock
24047 #: ../fish/guestfish-actions.pod:2574
24048 msgid ""
24049 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
24050 "it removes an extended attribute of the link itself."
24051 msgstr ""
24052
24053 #. type: =head2
24054 #: ../fish/guestfish-actions.pod:2578
24055 msgid "ls"
24056 msgstr ""
24057
24058 #. type: verbatim
24059 #: ../fish/guestfish-actions.pod:2580
24060 #, no-wrap
24061 msgid ""
24062 " ls directory\n"
24063 "\n"
24064 msgstr ""
24065
24066 #. type: textblock
24067 #: ../fish/guestfish-actions.pod:2586
24068 msgid ""
24069 "This command is mostly useful for interactive sessions.  Programs should "
24070 "probably use L</readdir> instead."
24071 msgstr ""
24072
24073 #. type: =head2
24074 #: ../fish/guestfish-actions.pod:2589
24075 msgid "lsetxattr"
24076 msgstr ""
24077
24078 #. type: verbatim
24079 #: ../fish/guestfish-actions.pod:2591
24080 #, no-wrap
24081 msgid ""
24082 " lsetxattr xattr val vallen path\n"
24083 "\n"
24084 msgstr ""
24085
24086 #. type: textblock
24087 #: ../fish/guestfish-actions.pod:2593
24088 msgid ""
24089 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
24090 "sets an extended attribute of the link itself."
24091 msgstr ""
24092
24093 #. type: =head2
24094 #: ../fish/guestfish-actions.pod:2597
24095 msgid "lstat"
24096 msgstr ""
24097
24098 #. type: verbatim
24099 #: ../fish/guestfish-actions.pod:2599
24100 #, no-wrap
24101 msgid ""
24102 " lstat path\n"
24103 "\n"
24104 msgstr ""
24105
24106 #. type: textblock
24107 #: ../fish/guestfish-actions.pod:2603
24108 msgid ""
24109 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
24110 "the link is stat-ed, not the file it refers to."
24111 msgstr ""
24112
24113 #. type: =head2
24114 #: ../fish/guestfish-actions.pod:2609
24115 msgid "lstatlist"
24116 msgstr ""
24117
24118 #. type: verbatim
24119 #: ../fish/guestfish-actions.pod:2611
24120 #, no-wrap
24121 msgid ""
24122 " lstatlist path 'names ...'\n"
24123 "\n"
24124 msgstr ""
24125
24126 #. type: textblock
24127 #: ../fish/guestfish-actions.pod:2613
24128 msgid ""
24129 "This call allows you to perform the L</lstat> operation on multiple files, "
24130 "where all files are in the directory C<path>.  C<names> is the list of files "
24131 "from this directory."
24132 msgstr ""
24133
24134 #. type: textblock
24135 #: ../fish/guestfish-actions.pod:2622
24136 msgid ""
24137 "This call is intended for programs that want to efficiently list a directory "
24138 "contents without making many round-trips.  See also L</lxattrlist> for a "
24139 "similarly efficient call for getting extended attributes.  Very long "
24140 "directory listings might cause the protocol message size to be exceeded, "
24141 "causing this call to fail.  The caller must split up such requests into "
24142 "smaller groups of names."
24143 msgstr ""
24144
24145 #. type: =head2
24146 #: ../fish/guestfish-actions.pod:2630
24147 msgid "luks-add-key"
24148 msgstr ""
24149
24150 #. type: verbatim
24151 #: ../fish/guestfish-actions.pod:2632
24152 #, no-wrap
24153 msgid ""
24154 " luks-add-key device keyslot\n"
24155 "\n"
24156 msgstr ""
24157
24158 #. type: textblock
24159 #: ../fish/guestfish-actions.pod:2639
24160 msgid ""
24161 "Note that if C<keyslot> already contains a key, then this command will "
24162 "fail.  You have to use L</luks-kill-slot> first to remove that key."
24163 msgstr ""
24164
24165 #. type: textblock
24166 #: ../fish/guestfish-actions.pod:2643 ../fish/guestfish-actions.pod:2665 ../fish/guestfish-actions.pod:2678 ../fish/guestfish-actions.pod:2692 ../fish/guestfish-actions.pod:2715 ../fish/guestfish-actions.pod:2725
24167 msgid ""
24168 "This command has one or more key or passphrase parameters.  Guestfish will "
24169 "prompt for these separately."
24170 msgstr ""
24171
24172 #. type: =head2
24173 #: ../fish/guestfish-actions.pod:2646
24174 msgid "luks-close"
24175 msgstr ""
24176
24177 #. type: verbatim
24178 #: ../fish/guestfish-actions.pod:2648
24179 #, no-wrap
24180 msgid ""
24181 " luks-close device\n"
24182 "\n"
24183 msgstr ""
24184
24185 #. type: textblock
24186 #: ../fish/guestfish-actions.pod:2650
24187 msgid ""
24188 "This closes a LUKS device that was created earlier by L</luks-open> or "
24189 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
24190 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
24191 "underlying block device."
24192 msgstr ""
24193
24194 #. type: =head2
24195 #: ../fish/guestfish-actions.pod:2656
24196 msgid "luks-format"
24197 msgstr ""
24198
24199 #. type: verbatim
24200 #: ../fish/guestfish-actions.pod:2658
24201 #, no-wrap
24202 msgid ""
24203 " luks-format device keyslot\n"
24204 "\n"
24205 msgstr ""
24206
24207 #. type: =head2
24208 #: ../fish/guestfish-actions.pod:2671
24209 msgid "luks-format-cipher"
24210 msgstr ""
24211
24212 #. type: verbatim
24213 #: ../fish/guestfish-actions.pod:2673
24214 #, no-wrap
24215 msgid ""
24216 " luks-format-cipher device keyslot cipher\n"
24217 "\n"
24218 msgstr ""
24219
24220 #. type: textblock
24221 #: ../fish/guestfish-actions.pod:2675
24222 msgid ""
24223 "This command is the same as L</luks-format> but it also allows you to set "
24224 "the C<cipher> used."
24225 msgstr ""
24226
24227 #. type: =head2
24228 #: ../fish/guestfish-actions.pod:2684
24229 msgid "luks-kill-slot"
24230 msgstr ""
24231
24232 #. type: verbatim
24233 #: ../fish/guestfish-actions.pod:2686
24234 #, no-wrap
24235 msgid ""
24236 " luks-kill-slot device keyslot\n"
24237 "\n"
24238 msgstr ""
24239
24240 #. type: =head2
24241 #: ../fish/guestfish-actions.pod:2695
24242 msgid "luks-open"
24243 msgstr ""
24244
24245 #. type: verbatim
24246 #: ../fish/guestfish-actions.pod:2697
24247 #, no-wrap
24248 msgid ""
24249 " luks-open device mapname\n"
24250 "\n"
24251 msgstr ""
24252
24253 #. type: textblock
24254 #: ../fish/guestfish-actions.pod:2711
24255 msgid ""
24256 "If this block device contains LVM volume groups, then calling L</vgscan> "
24257 "followed by L</vg-activate-all> will make them visible."
24258 msgstr ""
24259
24260 #. type: =head2
24261 #: ../fish/guestfish-actions.pod:2718
24262 msgid "luks-open-ro"
24263 msgstr ""
24264
24265 #. type: verbatim
24266 #: ../fish/guestfish-actions.pod:2720
24267 #, no-wrap
24268 msgid ""
24269 " luks-open-ro device mapname\n"
24270 "\n"
24271 msgstr ""
24272
24273 #. type: textblock
24274 #: ../fish/guestfish-actions.pod:2722
24275 msgid ""
24276 "This is the same as L</luks-open> except that a read-only mapping is "
24277 "created."
24278 msgstr ""
24279
24280 #. type: =head2
24281 #: ../fish/guestfish-actions.pod:2728
24282 msgid "lvcreate"
24283 msgstr ""
24284
24285 #. type: verbatim
24286 #: ../fish/guestfish-actions.pod:2730
24287 #, no-wrap
24288 msgid ""
24289 " lvcreate logvol volgroup mbytes\n"
24290 "\n"
24291 msgstr ""
24292
24293 #. type: =head2
24294 #: ../fish/guestfish-actions.pod:2735
24295 msgid "lvm-canonical-lv-name"
24296 msgstr ""
24297
24298 #. type: verbatim
24299 #: ../fish/guestfish-actions.pod:2737
24300 #, no-wrap
24301 msgid ""
24302 " lvm-canonical-lv-name lvname\n"
24303 "\n"
24304 msgstr ""
24305
24306 #. type: textblock
24307 #: ../fish/guestfish-actions.pod:2746
24308 msgid "See also L</is-lv>."
24309 msgstr ""
24310
24311 #. type: =head2
24312 #: ../fish/guestfish-actions.pod:2748
24313 msgid "lvm-clear-filter"
24314 msgstr ""
24315
24316 #. type: verbatim
24317 #: ../fish/guestfish-actions.pod:2750
24318 #, no-wrap
24319 msgid ""
24320 " lvm-clear-filter\n"
24321 "\n"
24322 msgstr ""
24323
24324 #. type: textblock
24325 #: ../fish/guestfish-actions.pod:2752
24326 msgid ""
24327 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
24328 "block device."
24329 msgstr ""
24330
24331 #. type: =head2
24332 #: ../fish/guestfish-actions.pod:2758
24333 msgid "lvm-remove-all"
24334 msgstr ""
24335
24336 #. type: verbatim
24337 #: ../fish/guestfish-actions.pod:2760
24338 #, no-wrap
24339 msgid ""
24340 " lvm-remove-all\n"
24341 "\n"
24342 msgstr ""
24343
24344 #. type: =head2
24345 #: ../fish/guestfish-actions.pod:2768
24346 msgid "lvm-set-filter"
24347 msgstr ""
24348
24349 #. type: verbatim
24350 #: ../fish/guestfish-actions.pod:2770
24351 #, no-wrap
24352 msgid ""
24353 " lvm-set-filter 'devices ...'\n"
24354 "\n"
24355 msgstr ""
24356
24357 #. type: =head2
24358 #: ../fish/guestfish-actions.pod:2795
24359 msgid "lvremove"
24360 msgstr ""
24361
24362 #. type: verbatim
24363 #: ../fish/guestfish-actions.pod:2797
24364 #, no-wrap
24365 msgid ""
24366 " lvremove device\n"
24367 "\n"
24368 msgstr ""
24369
24370 #. type: =head2
24371 #: ../fish/guestfish-actions.pod:2805
24372 msgid "lvrename"
24373 msgstr ""
24374
24375 #. type: verbatim
24376 #: ../fish/guestfish-actions.pod:2807
24377 #, no-wrap
24378 msgid ""
24379 " lvrename logvol newlogvol\n"
24380 "\n"
24381 msgstr ""
24382
24383 #. type: =head2
24384 #: ../fish/guestfish-actions.pod:2811
24385 msgid "lvresize"
24386 msgstr ""
24387
24388 #. type: verbatim
24389 #: ../fish/guestfish-actions.pod:2813
24390 #, no-wrap
24391 msgid ""
24392 " lvresize device mbytes\n"
24393 "\n"
24394 msgstr ""
24395
24396 #. type: =head2
24397 #: ../fish/guestfish-actions.pod:2819
24398 msgid "lvresize-free"
24399 msgstr ""
24400
24401 #. type: verbatim
24402 #: ../fish/guestfish-actions.pod:2821
24403 #, no-wrap
24404 msgid ""
24405 " lvresize-free lv percent\n"
24406 "\n"
24407 msgstr ""
24408
24409 #. type: =head2
24410 #: ../fish/guestfish-actions.pod:2829
24411 msgid "lvs"
24412 msgstr ""
24413
24414 #. type: verbatim
24415 #: ../fish/guestfish-actions.pod:2831
24416 #, no-wrap
24417 msgid ""
24418 " lvs\n"
24419 "\n"
24420 msgstr ""
24421
24422 #. type: textblock
24423 #: ../fish/guestfish-actions.pod:2839
24424 msgid "See also L</lvs-full>, L</list-filesystems>."
24425 msgstr ""
24426
24427 #. type: =head2
24428 #: ../fish/guestfish-actions.pod:2841
24429 msgid "lvs-full"
24430 msgstr ""
24431
24432 #. type: verbatim
24433 #: ../fish/guestfish-actions.pod:2843
24434 #, no-wrap
24435 msgid ""
24436 " lvs-full\n"
24437 "\n"
24438 msgstr ""
24439
24440 #. type: =head2
24441 #: ../fish/guestfish-actions.pod:2848
24442 msgid "lvuuid"
24443 msgstr ""
24444
24445 #. type: verbatim
24446 #: ../fish/guestfish-actions.pod:2850
24447 #, no-wrap
24448 msgid ""
24449 " lvuuid device\n"
24450 "\n"
24451 msgstr ""
24452
24453 #. type: =head2
24454 #: ../fish/guestfish-actions.pod:2854
24455 msgid "lxattrlist"
24456 msgstr ""
24457
24458 #. type: verbatim
24459 #: ../fish/guestfish-actions.pod:2856
24460 #, no-wrap
24461 msgid ""
24462 " lxattrlist path 'names ...'\n"
24463 "\n"
24464 msgstr ""
24465
24466 #. type: textblock
24467 #: ../fish/guestfish-actions.pod:2872
24468 msgid ""
24469 "This call is intended for programs that want to efficiently list a directory "
24470 "contents without making many round-trips.  See also L</lstatlist> for a "
24471 "similarly efficient call for getting standard stats.  Very long directory "
24472 "listings might cause the protocol message size to be exceeded, causing this "
24473 "call to fail.  The caller must split up such requests into smaller groups of "
24474 "names."
24475 msgstr ""
24476
24477 #. type: =head2
24478 #: ../fish/guestfish-actions.pod:2880
24479 msgid "mkdir"
24480 msgstr ""
24481
24482 #. type: verbatim
24483 #: ../fish/guestfish-actions.pod:2882
24484 #, no-wrap
24485 msgid ""
24486 " mkdir path\n"
24487 "\n"
24488 msgstr ""
24489
24490 #. type: =head2
24491 #: ../fish/guestfish-actions.pod:2886
24492 msgid "mkdir-mode"
24493 msgstr ""
24494
24495 #. type: verbatim
24496 #: ../fish/guestfish-actions.pod:2888
24497 #, no-wrap
24498 msgid ""
24499 " mkdir-mode path mode\n"
24500 "\n"
24501 msgstr ""
24502
24503 #. type: textblock
24504 #: ../fish/guestfish-actions.pod:2897
24505 msgid "See also L</mkdir>, L</umask>"
24506 msgstr ""
24507
24508 #. type: =head2
24509 #: ../fish/guestfish-actions.pod:2899
24510 msgid "mkdir-p"
24511 msgstr ""
24512
24513 #. type: verbatim
24514 #: ../fish/guestfish-actions.pod:2901
24515 #, no-wrap
24516 msgid ""
24517 " mkdir-p path\n"
24518 "\n"
24519 msgstr ""
24520
24521 #. type: =head2
24522 #: ../fish/guestfish-actions.pod:2906
24523 msgid "mkdtemp"
24524 msgstr ""
24525
24526 #. type: verbatim
24527 #: ../fish/guestfish-actions.pod:2908
24528 #, no-wrap
24529 msgid ""
24530 " mkdtemp template\n"
24531 "\n"
24532 msgstr ""
24533
24534 #. type: =head2
24535 #: ../fish/guestfish-actions.pod:2929
24536 msgid "mke2fs-J"
24537 msgstr ""
24538
24539 #. type: verbatim
24540 #: ../fish/guestfish-actions.pod:2931
24541 #, no-wrap
24542 msgid ""
24543 " mke2fs-J fstype blocksize device journal\n"
24544 "\n"
24545 msgstr ""
24546
24547 #. type: textblock
24548 #: ../fish/guestfish-actions.pod:2939
24549 msgid "See also L</mke2journal>."
24550 msgstr ""
24551
24552 #. type: =head2
24553 #: ../fish/guestfish-actions.pod:2941
24554 msgid "mke2fs-JL"
24555 msgstr ""
24556
24557 #. type: verbatim
24558 #: ../fish/guestfish-actions.pod:2943
24559 #, no-wrap
24560 msgid ""
24561 " mke2fs-JL fstype blocksize device label\n"
24562 "\n"
24563 msgstr ""
24564
24565 #. type: textblock
24566 #: ../fish/guestfish-actions.pod:2948
24567 msgid "See also L</mke2journal-L>."
24568 msgstr ""
24569
24570 #. type: =head2
24571 #: ../fish/guestfish-actions.pod:2950
24572 msgid "mke2fs-JU"
24573 msgstr ""
24574
24575 #. type: verbatim
24576 #: ../fish/guestfish-actions.pod:2952
24577 #, no-wrap
24578 msgid ""
24579 " mke2fs-JU fstype blocksize device uuid\n"
24580 "\n"
24581 msgstr ""
24582
24583 #. type: textblock
24584 #: ../fish/guestfish-actions.pod:2957
24585 msgid "See also L</mke2journal-U>."
24586 msgstr ""
24587
24588 #. type: =head2
24589 #: ../fish/guestfish-actions.pod:2959
24590 msgid "mke2journal"
24591 msgstr ""
24592
24593 #. type: verbatim
24594 #: ../fish/guestfish-actions.pod:2961
24595 #, no-wrap
24596 msgid ""
24597 " mke2journal blocksize device\n"
24598 "\n"
24599 msgstr ""
24600
24601 #. type: =head2
24602 #: ../fish/guestfish-actions.pod:2968
24603 msgid "mke2journal-L"
24604 msgstr ""
24605
24606 #. type: verbatim
24607 #: ../fish/guestfish-actions.pod:2970
24608 #, no-wrap
24609 msgid ""
24610 " mke2journal-L blocksize label device\n"
24611 "\n"
24612 msgstr ""
24613
24614 #. type: =head2
24615 #: ../fish/guestfish-actions.pod:2974
24616 msgid "mke2journal-U"
24617 msgstr ""
24618
24619 #. type: verbatim
24620 #: ../fish/guestfish-actions.pod:2976
24621 #, no-wrap
24622 msgid ""
24623 " mke2journal-U blocksize uuid device\n"
24624 "\n"
24625 msgstr ""
24626
24627 #. type: =head2
24628 #: ../fish/guestfish-actions.pod:2980
24629 msgid "mkfifo"
24630 msgstr ""
24631
24632 #. type: verbatim
24633 #: ../fish/guestfish-actions.pod:2982
24634 #, no-wrap
24635 msgid ""
24636 " mkfifo mode path\n"
24637 "\n"
24638 msgstr ""
24639
24640 #. type: textblock
24641 #: ../fish/guestfish-actions.pod:2984
24642 msgid ""
24643 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
24644 "is just a convenient wrapper around L</mknod>."
24645 msgstr ""
24646
24647 #. type: =head2
24648 #: ../fish/guestfish-actions.pod:2990
24649 msgid "mkfs"
24650 msgstr ""
24651
24652 #. type: verbatim
24653 #: ../fish/guestfish-actions.pod:2992
24654 #, no-wrap
24655 msgid ""
24656 " mkfs fstype device\n"
24657 "\n"
24658 msgstr ""
24659
24660 #. type: =head2
24661 #: ../fish/guestfish-actions.pod:2998
24662 msgid "mkfs-b"
24663 msgstr ""
24664
24665 #. type: verbatim
24666 #: ../fish/guestfish-actions.pod:3000
24667 #, no-wrap
24668 msgid ""
24669 " mkfs-b fstype blocksize device\n"
24670 "\n"
24671 msgstr ""
24672
24673 #. type: textblock
24674 #: ../fish/guestfish-actions.pod:3002
24675 msgid ""
24676 "This call is similar to L</mkfs>, but it allows you to control the block "
24677 "size of the resulting filesystem.  Supported block sizes depend on the "
24678 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
24679 msgstr ""
24680
24681 #. type: =head2
24682 #: ../fish/guestfish-actions.pod:3017
24683 msgid "mkfs-opts"
24684 msgstr ""
24685
24686 #. type: verbatim
24687 #: ../fish/guestfish-actions.pod:3019
24688 #, no-wrap
24689 msgid ""
24690 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
24691 "\n"
24692 msgstr ""
24693
24694 #. type: =head2
24695 #: ../fish/guestfish-actions.pod:3054
24696 msgid "mkmountpoint"
24697 msgstr ""
24698
24699 #. type: verbatim
24700 #: ../fish/guestfish-actions.pod:3056
24701 #, no-wrap
24702 msgid ""
24703 " mkmountpoint exemptpath\n"
24704 "\n"
24705 msgstr ""
24706
24707 #. type: textblock
24708 #: ../fish/guestfish-actions.pod:3058
24709 msgid ""
24710 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
24711 "to create extra mountpoints before mounting the first filesystem."
24712 msgstr ""
24713
24714 #. type: textblock
24715 #: ../fish/guestfish-actions.pod:3082
24716 msgid ""
24717 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
24718 "unexpected errors if you try to mix these calls.  It is safest to manually "
24719 "unmount filesystems and remove mountpoints after use."
24720 msgstr ""
24721
24722 #. type: textblock
24723 #: ../fish/guestfish-actions.pod:3086
24724 msgid ""
24725 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
24726 "for this to work for manual mountpoints, you must ensure that the innermost "
24727 "mountpoints have the longest pathnames, as in the example code above."
24728 msgstr ""
24729
24730 #. type: textblock
24731 #: ../fish/guestfish-actions.pod:3093
24732 msgid ""
24733 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
24734 "L</umount-all> to be called when the handle is closed which can also trigger "
24735 "these issues."
24736 msgstr ""
24737
24738 #. type: =head2
24739 #: ../fish/guestfish-actions.pod:3097
24740 msgid "mknod"
24741 msgstr ""
24742
24743 #. type: verbatim
24744 #: ../fish/guestfish-actions.pod:3099
24745 #, no-wrap
24746 msgid ""
24747 " mknod mode devmajor devminor path\n"
24748 "\n"
24749 msgstr ""
24750
24751 #. type: textblock
24752 #: ../fish/guestfish-actions.pod:3109
24753 msgid ""
24754 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
24755 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
24756 "regular file).  These constants are available in the standard Linux header "
24757 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
24758 "wrappers around this command which bitwise OR in the appropriate constant "
24759 "for you."
24760 msgstr ""
24761
24762 #. type: =head2
24763 #: ../fish/guestfish-actions.pod:3119
24764 msgid "mknod-b"
24765 msgstr ""
24766
24767 #. type: verbatim
24768 #: ../fish/guestfish-actions.pod:3121
24769 #, no-wrap
24770 msgid ""
24771 " mknod-b mode devmajor devminor path\n"
24772 "\n"
24773 msgstr ""
24774
24775 #. type: textblock
24776 #: ../fish/guestfish-actions.pod:3123
24777 msgid ""
24778 "This call creates a block device node called C<path> with mode C<mode> and "
24779 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24780 "wrapper around L</mknod>."
24781 msgstr ""
24782
24783 #. type: =head2
24784 #: ../fish/guestfish-actions.pod:3129
24785 msgid "mknod-c"
24786 msgstr ""
24787
24788 #. type: verbatim
24789 #: ../fish/guestfish-actions.pod:3131
24790 #, no-wrap
24791 msgid ""
24792 " mknod-c mode devmajor devminor path\n"
24793 "\n"
24794 msgstr ""
24795
24796 #. type: textblock
24797 #: ../fish/guestfish-actions.pod:3133
24798 msgid ""
24799 "This call creates a char device node called C<path> with mode C<mode> and "
24800 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24801 "wrapper around L</mknod>."
24802 msgstr ""
24803
24804 #. type: =head2
24805 #: ../fish/guestfish-actions.pod:3139
24806 msgid "mkswap"
24807 msgstr ""
24808
24809 #. type: verbatim
24810 #: ../fish/guestfish-actions.pod:3141
24811 #, no-wrap
24812 msgid ""
24813 " mkswap device\n"
24814 "\n"
24815 msgstr ""
24816
24817 #. type: =head2
24818 #: ../fish/guestfish-actions.pod:3145
24819 msgid "mkswap-L"
24820 msgstr ""
24821
24822 #. type: verbatim
24823 #: ../fish/guestfish-actions.pod:3147
24824 #, no-wrap
24825 msgid ""
24826 " mkswap-L label device\n"
24827 "\n"
24828 msgstr ""
24829
24830 #. type: =head2
24831 #: ../fish/guestfish-actions.pod:3155
24832 msgid "mkswap-U"
24833 msgstr ""
24834
24835 #. type: verbatim
24836 #: ../fish/guestfish-actions.pod:3157
24837 #, no-wrap
24838 msgid ""
24839 " mkswap-U uuid device\n"
24840 "\n"
24841 msgstr ""
24842
24843 #. type: =head2
24844 #: ../fish/guestfish-actions.pod:3161
24845 msgid "mkswap-file"
24846 msgstr ""
24847
24848 #. type: verbatim
24849 #: ../fish/guestfish-actions.pod:3163
24850 #, no-wrap
24851 msgid ""
24852 " mkswap-file path\n"
24853 "\n"
24854 msgstr ""
24855
24856 #. type: textblock
24857 #: ../fish/guestfish-actions.pod:3167
24858 msgid ""
24859 "This command just writes a swap file signature to an existing file.  To "
24860 "create the file itself, use something like L</fallocate>."
24861 msgstr ""
24862
24863 #. type: =head2
24864 #: ../fish/guestfish-actions.pod:3170
24865 msgid "modprobe"
24866 msgstr ""
24867
24868 #. type: verbatim
24869 #: ../fish/guestfish-actions.pod:3172
24870 #, no-wrap
24871 msgid ""
24872 " modprobe modulename\n"
24873 "\n"
24874 msgstr ""
24875
24876 #. type: =head2
24877 #: ../fish/guestfish-actions.pod:3179
24878 msgid "mount"
24879 msgstr ""
24880
24881 #. type: verbatim
24882 #: ../fish/guestfish-actions.pod:3181
24883 #, no-wrap
24884 msgid ""
24885 " mount device mountpoint\n"
24886 "\n"
24887 msgstr ""
24888
24889 #. type: textblock
24890 #: ../fish/guestfish-actions.pod:3197
24891 msgid ""
24892 "B<Important note:> When you use this call, the filesystem options C<sync> "
24893 "and C<noatime> are set implicitly.  This was originally done because we "
24894 "thought it would improve reliability, but it turns out that I<-o sync> has a "
24895 "very large negative performance impact and negligible effect on "
24896 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
24897 "code that needs performance, and instead use L</mount-options> (use an empty "
24898 "string for the first parameter if you don't want any options)."
24899 msgstr ""
24900
24901 #. type: =head2
24902 #: ../fish/guestfish-actions.pod:3207
24903 msgid "mount-loop"
24904 msgstr ""
24905
24906 #. type: verbatim
24907 #: ../fish/guestfish-actions.pod:3209
24908 #, no-wrap
24909 msgid ""
24910 " mount-loop file mountpoint\n"
24911 "\n"
24912 msgstr ""
24913
24914 #. type: =head2
24915 #: ../fish/guestfish-actions.pod:3215
24916 msgid "mount-options"
24917 msgstr ""
24918
24919 #. type: verbatim
24920 #: ../fish/guestfish-actions.pod:3217
24921 #, no-wrap
24922 msgid ""
24923 " mount-options options device mountpoint\n"
24924 "\n"
24925 msgstr ""
24926
24927 #. type: textblock
24928 #: ../fish/guestfish-actions.pod:3219
24929 msgid ""
24930 "This is the same as the L</mount> command, but it allows you to set the "
24931 "mount options as for the L<mount(8)> I<-o> flag."
24932 msgstr ""
24933
24934 #. type: =head2
24935 #: ../fish/guestfish-actions.pod:3227
24936 msgid "mount-ro"
24937 msgstr ""
24938
24939 #. type: verbatim
24940 #: ../fish/guestfish-actions.pod:3229
24941 #, no-wrap
24942 msgid ""
24943 " mount-ro device mountpoint\n"
24944 "\n"
24945 msgstr ""
24946
24947 #. type: textblock
24948 #: ../fish/guestfish-actions.pod:3231
24949 msgid ""
24950 "This is the same as the L</mount> command, but it mounts the filesystem with "
24951 "the read-only (I<-o ro>) flag."
24952 msgstr ""
24953
24954 #. type: =head2
24955 #: ../fish/guestfish-actions.pod:3234
24956 msgid "mount-vfs"
24957 msgstr ""
24958
24959 #. type: verbatim
24960 #: ../fish/guestfish-actions.pod:3236
24961 #, no-wrap
24962 msgid ""
24963 " mount-vfs options vfstype device mountpoint\n"
24964 "\n"
24965 msgstr ""
24966
24967 #. type: textblock
24968 #: ../fish/guestfish-actions.pod:3238
24969 msgid ""
24970 "This is the same as the L</mount> command, but it allows you to set both the "
24971 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
24972 msgstr ""
24973
24974 #. type: =head2
24975 #: ../fish/guestfish-actions.pod:3242
24976 msgid "mountpoints"
24977 msgstr ""
24978
24979 #. type: verbatim
24980 #: ../fish/guestfish-actions.pod:3244
24981 #, no-wrap
24982 msgid ""
24983 " mountpoints\n"
24984 "\n"
24985 msgstr ""
24986
24987 #. type: textblock
24988 #: ../fish/guestfish-actions.pod:3246
24989 msgid ""
24990 "This call is similar to L</mounts>.  That call returns a list of devices.  "
24991 "This one returns a hash table (map) of device name to directory where the "
24992 "device is mounted."
24993 msgstr ""
24994
24995 #. type: =head2
24996 #: ../fish/guestfish-actions.pod:3250
24997 msgid "mounts"
24998 msgstr ""
24999
25000 #. type: verbatim
25001 #: ../fish/guestfish-actions.pod:3252
25002 #, no-wrap
25003 msgid ""
25004 " mounts\n"
25005 "\n"
25006 msgstr ""
25007
25008 #. type: textblock
25009 #: ../fish/guestfish-actions.pod:3259
25010 msgid "See also: L</mountpoints>"
25011 msgstr ""
25012
25013 #. type: =head2
25014 #: ../fish/guestfish-actions.pod:3261
25015 msgid "mv"
25016 msgstr ""
25017
25018 #. type: verbatim
25019 #: ../fish/guestfish-actions.pod:3263
25020 #, no-wrap
25021 msgid ""
25022 " mv src dest\n"
25023 "\n"
25024 msgstr ""
25025
25026 #. type: =head2
25027 #: ../fish/guestfish-actions.pod:3268
25028 msgid "ntfs-3g-probe"
25029 msgstr ""
25030
25031 #. type: verbatim
25032 #: ../fish/guestfish-actions.pod:3270
25033 #, no-wrap
25034 msgid ""
25035 " ntfs-3g-probe true|false device\n"
25036 "\n"
25037 msgstr ""
25038
25039 #. type: =head2
25040 #: ../fish/guestfish-actions.pod:3284
25041 msgid "ntfsresize"
25042 msgstr ""
25043
25044 #. type: verbatim
25045 #: ../fish/guestfish-actions.pod:3286
25046 #, no-wrap
25047 msgid ""
25048 " ntfsresize device\n"
25049 "\n"
25050 msgstr ""
25051
25052 #. type: =head2
25053 #: ../fish/guestfish-actions.pod:3292
25054 msgid "ntfsresize-size"
25055 msgstr ""
25056
25057 #. type: verbatim
25058 #: ../fish/guestfish-actions.pod:3294
25059 #, no-wrap
25060 msgid ""
25061 " ntfsresize-size device size\n"
25062 "\n"
25063 msgstr ""
25064
25065 #. type: textblock
25066 #: ../fish/guestfish-actions.pod:3296
25067 msgid ""
25068 "This command is the same as L</ntfsresize> except that it allows you to "
25069 "specify the new size (in bytes) explicitly."
25070 msgstr ""
25071
25072 #. type: =head2
25073 #: ../fish/guestfish-actions.pod:3299
25074 msgid "part-add"
25075 msgstr ""
25076
25077 #. type: verbatim
25078 #: ../fish/guestfish-actions.pod:3301
25079 #, no-wrap
25080 msgid ""
25081 " part-add device prlogex startsect endsect\n"
25082 "\n"
25083 msgstr ""
25084
25085 #. type: textblock
25086 #: ../fish/guestfish-actions.pod:3303
25087 msgid ""
25088 "This command adds a partition to C<device>.  If there is no partition table "
25089 "on the device, call L</part-init> first."
25090 msgstr ""
25091
25092 #. type: textblock
25093 #: ../fish/guestfish-actions.pod:3315
25094 msgid ""
25095 "Creating a partition which covers the whole disk is not so easy.  Use "
25096 "L</part-disk> to do that."
25097 msgstr ""
25098
25099 #. type: =head2
25100 #: ../fish/guestfish-actions.pod:3318
25101 msgid "part-del"
25102 msgstr ""
25103
25104 #. type: verbatim
25105 #: ../fish/guestfish-actions.pod:3320
25106 #, no-wrap
25107 msgid ""
25108 " part-del device partnum\n"
25109 "\n"
25110 msgstr ""
25111
25112 #. type: =head2
25113 #: ../fish/guestfish-actions.pod:3328
25114 msgid "part-disk"
25115 msgstr ""
25116
25117 #. type: verbatim
25118 #: ../fish/guestfish-actions.pod:3330
25119 #, no-wrap
25120 msgid ""
25121 " part-disk device parttype\n"
25122 "\n"
25123 msgstr ""
25124
25125 #. type: textblock
25126 #: ../fish/guestfish-actions.pod:3332
25127 msgid ""
25128 "This command is simply a combination of L</part-init> followed by "
25129 "L</part-add> to create a single primary partition covering the whole disk."
25130 msgstr ""
25131
25132 #. type: textblock
25133 #: ../fish/guestfish-actions.pod:3336
25134 msgid ""
25135 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
25136 "possible values are described in L</part-init>."
25137 msgstr ""
25138
25139 #. type: =head2
25140 #: ../fish/guestfish-actions.pod:3342
25141 msgid "part-get-bootable"
25142 msgstr ""
25143
25144 #. type: verbatim
25145 #: ../fish/guestfish-actions.pod:3344
25146 #, no-wrap
25147 msgid ""
25148 " part-get-bootable device partnum\n"
25149 "\n"
25150 msgstr ""
25151
25152 #. type: textblock
25153 #: ../fish/guestfish-actions.pod:3349
25154 msgid "See also L</part-set-bootable>."
25155 msgstr ""
25156
25157 #. type: =head2
25158 #: ../fish/guestfish-actions.pod:3351
25159 msgid "part-get-mbr-id"
25160 msgstr ""
25161
25162 #. type: verbatim
25163 #: ../fish/guestfish-actions.pod:3353
25164 #, no-wrap
25165 msgid ""
25166 " part-get-mbr-id device partnum\n"
25167 "\n"
25168 msgstr ""
25169
25170 #. type: textblock
25171 #: ../fish/guestfish-actions.pod:3358 ../fish/guestfish-actions.pod:3496
25172 msgid ""
25173 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
25174 "undefined results for other partition table types (see "
25175 "L</part-get-parttype>)."
25176 msgstr ""
25177
25178 #. type: =head2
25179 #: ../fish/guestfish-actions.pod:3362
25180 msgid "part-get-parttype"
25181 msgstr ""
25182
25183 #. type: verbatim
25184 #: ../fish/guestfish-actions.pod:3364
25185 #, no-wrap
25186 msgid ""
25187 " part-get-parttype device\n"
25188 "\n"
25189 msgstr ""
25190
25191 #. type: textblock
25192 #: ../fish/guestfish-actions.pod:3369
25193 msgid ""
25194 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
25195 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
25196 "possible, although unusual.  See L</part-init> for a full list."
25197 msgstr ""
25198
25199 #. type: =head2
25200 #: ../fish/guestfish-actions.pod:3374
25201 msgid "part-init"
25202 msgstr ""
25203
25204 #. type: verbatim
25205 #: ../fish/guestfish-actions.pod:3376
25206 #, no-wrap
25207 msgid ""
25208 " part-init device parttype\n"
25209 "\n"
25210 msgstr ""
25211
25212 #. type: textblock
25213 #: ../fish/guestfish-actions.pod:3382
25214 msgid ""
25215 "Initially there are no partitions.  Following this, you should call "
25216 "L</part-add> for each partition required."
25217 msgstr ""
25218
25219 #. type: =head2
25220 #: ../fish/guestfish-actions.pod:3445
25221 msgid "part-list"
25222 msgstr ""
25223
25224 #. type: verbatim
25225 #: ../fish/guestfish-actions.pod:3447
25226 #, no-wrap
25227 msgid ""
25228 " part-list device\n"
25229 "\n"
25230 msgstr ""
25231
25232 #. type: textblock
25233 #: ../fish/guestfish-actions.pod:3462
25234 msgid ""
25235 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
25236 "the device's sector size, see L</blockdev-getss>."
25237 msgstr ""
25238
25239 #. type: =head2
25240 #: ../fish/guestfish-actions.pod:3475
25241 msgid "part-set-bootable"
25242 msgstr ""
25243
25244 #. type: verbatim
25245 #: ../fish/guestfish-actions.pod:3477
25246 #, no-wrap
25247 msgid ""
25248 " part-set-bootable device partnum true|false\n"
25249 "\n"
25250 msgstr ""
25251
25252 #. type: =head2
25253 #: ../fish/guestfish-actions.pod:3486
25254 msgid "part-set-mbr-id"
25255 msgstr ""
25256
25257 #. type: verbatim
25258 #: ../fish/guestfish-actions.pod:3488
25259 #, no-wrap
25260 msgid ""
25261 " part-set-mbr-id device partnum idbyte\n"
25262 "\n"
25263 msgstr ""
25264
25265 #. type: =head2
25266 #: ../fish/guestfish-actions.pod:3500
25267 msgid "part-set-name"
25268 msgstr ""
25269
25270 #. type: verbatim
25271 #: ../fish/guestfish-actions.pod:3502
25272 #, no-wrap
25273 msgid ""
25274 " part-set-name device partnum name\n"
25275 "\n"
25276 msgstr ""
25277
25278 #. type: =head2
25279 #: ../fish/guestfish-actions.pod:3510
25280 msgid "part-to-dev"
25281 msgstr ""
25282
25283 #. type: verbatim
25284 #: ../fish/guestfish-actions.pod:3512
25285 #, no-wrap
25286 msgid ""
25287 " part-to-dev partition\n"
25288 "\n"
25289 msgstr ""
25290
25291 #. type: textblock
25292 #: ../fish/guestfish-actions.pod:3518
25293 msgid ""
25294 "The named partition must exist, for example as a string returned from "
25295 "L</list-partitions>."
25296 msgstr ""
25297
25298 #. type: =head2
25299 #: ../fish/guestfish-actions.pod:3521
25300 msgid "ping-daemon"
25301 msgstr ""
25302
25303 #. type: verbatim
25304 #: ../fish/guestfish-actions.pod:3523
25305 #, no-wrap
25306 msgid ""
25307 " ping-daemon\n"
25308 "\n"
25309 msgstr ""
25310
25311 #. type: =head2
25312 #: ../fish/guestfish-actions.pod:3530
25313 msgid "pread"
25314 msgstr ""
25315
25316 #. type: verbatim
25317 #: ../fish/guestfish-actions.pod:3532
25318 #, no-wrap
25319 msgid ""
25320 " pread path count offset\n"
25321 "\n"
25322 msgstr ""
25323
25324 #. type: textblock
25325 #: ../fish/guestfish-actions.pod:3540
25326 msgid "See also L</pwrite>, L</pread-device>."
25327 msgstr ""
25328
25329 #. type: =head2
25330 #: ../fish/guestfish-actions.pod:3545
25331 msgid "pread-device"
25332 msgstr ""
25333
25334 #. type: verbatim
25335 #: ../fish/guestfish-actions.pod:3547
25336 #, no-wrap
25337 msgid ""
25338 " pread-device device count offset\n"
25339 "\n"
25340 msgstr ""
25341
25342 #. type: textblock
25343 #: ../fish/guestfish-actions.pod:3555
25344 msgid "See also L</pread>."
25345 msgstr ""
25346
25347 #. type: =head2
25348 #: ../fish/guestfish-actions.pod:3560
25349 msgid "pvcreate"
25350 msgstr ""
25351
25352 #. type: verbatim
25353 #: ../fish/guestfish-actions.pod:3562
25354 #, no-wrap
25355 msgid ""
25356 " pvcreate device\n"
25357 "\n"
25358 msgstr ""
25359
25360 #. type: =head2
25361 #: ../fish/guestfish-actions.pod:3568
25362 msgid "pvremove"
25363 msgstr ""
25364
25365 #. type: verbatim
25366 #: ../fish/guestfish-actions.pod:3570
25367 #, no-wrap
25368 msgid ""
25369 " pvremove device\n"
25370 "\n"
25371 msgstr ""
25372
25373 #. type: =head2
25374 #: ../fish/guestfish-actions.pod:3579
25375 msgid "pvresize"
25376 msgstr ""
25377
25378 #. type: verbatim
25379 #: ../fish/guestfish-actions.pod:3581
25380 #, no-wrap
25381 msgid ""
25382 " pvresize device\n"
25383 "\n"
25384 msgstr ""
25385
25386 #. type: =head2
25387 #: ../fish/guestfish-actions.pod:3586
25388 msgid "pvresize-size"
25389 msgstr ""
25390
25391 #. type: verbatim
25392 #: ../fish/guestfish-actions.pod:3588
25393 #, no-wrap
25394 msgid ""
25395 " pvresize-size device size\n"
25396 "\n"
25397 msgstr ""
25398
25399 #. type: textblock
25400 #: ../fish/guestfish-actions.pod:3590
25401 msgid ""
25402 "This command is the same as L</pvresize> except that it allows you to "
25403 "specify the new size (in bytes) explicitly."
25404 msgstr ""
25405
25406 #. type: =head2
25407 #: ../fish/guestfish-actions.pod:3593
25408 msgid "pvs"
25409 msgstr ""
25410
25411 #. type: verbatim
25412 #: ../fish/guestfish-actions.pod:3595
25413 #, no-wrap
25414 msgid ""
25415 " pvs\n"
25416 "\n"
25417 msgstr ""
25418
25419 #. type: textblock
25420 #: ../fish/guestfish-actions.pod:3603
25421 msgid "See also L</pvs-full>."
25422 msgstr ""
25423
25424 #. type: =head2
25425 #: ../fish/guestfish-actions.pod:3605
25426 msgid "pvs-full"
25427 msgstr ""
25428
25429 #. type: verbatim
25430 #: ../fish/guestfish-actions.pod:3607
25431 #, no-wrap
25432 msgid ""
25433 " pvs-full\n"
25434 "\n"
25435 msgstr ""
25436
25437 #. type: =head2
25438 #: ../fish/guestfish-actions.pod:3612
25439 msgid "pvuuid"
25440 msgstr ""
25441
25442 #. type: verbatim
25443 #: ../fish/guestfish-actions.pod:3614
25444 #, no-wrap
25445 msgid ""
25446 " pvuuid device\n"
25447 "\n"
25448 msgstr ""
25449
25450 #. type: =head2
25451 #: ../fish/guestfish-actions.pod:3618
25452 msgid "pwrite"
25453 msgstr ""
25454
25455 #. type: verbatim
25456 #: ../fish/guestfish-actions.pod:3620
25457 #, no-wrap
25458 msgid ""
25459 " pwrite path content offset\n"
25460 "\n"
25461 msgstr ""
25462
25463 #. type: textblock
25464 #: ../fish/guestfish-actions.pod:3631
25465 msgid "See also L</pread>, L</pwrite-device>."
25466 msgstr ""
25467
25468 #. type: =head2
25469 #: ../fish/guestfish-actions.pod:3636
25470 msgid "pwrite-device"
25471 msgstr ""
25472
25473 #. type: verbatim
25474 #: ../fish/guestfish-actions.pod:3638
25475 #, no-wrap
25476 msgid ""
25477 " pwrite-device device content offset\n"
25478 "\n"
25479 msgstr ""
25480
25481 #. type: textblock
25482 #: ../fish/guestfish-actions.pod:3648
25483 msgid "See also L</pwrite>."
25484 msgstr ""
25485
25486 #. type: =head2
25487 #: ../fish/guestfish-actions.pod:3653
25488 msgid "read-file"
25489 msgstr ""
25490
25491 #. type: verbatim
25492 #: ../fish/guestfish-actions.pod:3655
25493 #, no-wrap
25494 msgid ""
25495 " read-file path\n"
25496 "\n"
25497 msgstr ""
25498
25499 #. type: textblock
25500 #: ../fish/guestfish-actions.pod:3660
25501 msgid ""
25502 "Unlike L</cat>, this function can correctly handle files that contain "
25503 "embedded ASCII NUL characters.  However unlike L</download>, this function "
25504 "is limited in the total size of file that can be handled."
25505 msgstr ""
25506
25507 #. type: =head2
25508 #: ../fish/guestfish-actions.pod:3668
25509 msgid "read-lines"
25510 msgstr ""
25511
25512 #. type: verbatim
25513 #: ../fish/guestfish-actions.pod:3670
25514 #, no-wrap
25515 msgid ""
25516 " read-lines path\n"
25517 "\n"
25518 msgstr ""
25519
25520 #. type: textblock
25521 #: ../fish/guestfish-actions.pod:3677
25522 msgid ""
25523 "Note that this function cannot correctly handle binary files (specifically, "
25524 "files containing C<\\0> character which is treated as end of line).  For "
25525 "those you need to use the L</read-file> function which has a more complex "
25526 "interface."
25527 msgstr ""
25528
25529 #. type: =head2
25530 #: ../fish/guestfish-actions.pod:3682
25531 msgid "readdir"
25532 msgstr ""
25533
25534 #. type: verbatim
25535 #: ../fish/guestfish-actions.pod:3684
25536 #, no-wrap
25537 msgid ""
25538 " readdir dir\n"
25539 "\n"
25540 msgstr ""
25541
25542 #. type: textblock
25543 #: ../fish/guestfish-actions.pod:3736
25544 msgid ""
25545 "This function is primarily intended for use by programs.  To get a simple "
25546 "list of names, use L</ls>.  To get a printable directory for human "
25547 "consumption, use L</ll>."
25548 msgstr ""
25549
25550 #. type: =head2
25551 #: ../fish/guestfish-actions.pod:3740
25552 msgid "readlink"
25553 msgstr ""
25554
25555 #. type: verbatim
25556 #: ../fish/guestfish-actions.pod:3742
25557 #, no-wrap
25558 msgid ""
25559 " readlink path\n"
25560 "\n"
25561 msgstr ""
25562
25563 #. type: =head2
25564 #: ../fish/guestfish-actions.pod:3746
25565 msgid "readlinklist"
25566 msgstr ""
25567
25568 #. type: verbatim
25569 #: ../fish/guestfish-actions.pod:3748
25570 #, no-wrap
25571 msgid ""
25572 " readlinklist path 'names ...'\n"
25573 "\n"
25574 msgstr ""
25575
25576 #. type: =head2
25577 #: ../fish/guestfish-actions.pod:3772
25578 msgid "realpath"
25579 msgstr ""
25580
25581 #. type: verbatim
25582 #: ../fish/guestfish-actions.pod:3774
25583 #, no-wrap
25584 msgid ""
25585 " realpath path\n"
25586 "\n"
25587 msgstr ""
25588
25589 #. type: =head2
25590 #: ../fish/guestfish-actions.pod:3779
25591 msgid "removexattr"
25592 msgstr ""
25593
25594 #. type: verbatim
25595 #: ../fish/guestfish-actions.pod:3781
25596 #, no-wrap
25597 msgid ""
25598 " removexattr xattr path\n"
25599 "\n"
25600 msgstr ""
25601
25602 #. type: textblock
25603 #: ../fish/guestfish-actions.pod:3786
25604 msgid "See also: L</lremovexattr>, L<attr(5)>."
25605 msgstr ""
25606
25607 #. type: =head2
25608 #: ../fish/guestfish-actions.pod:3788
25609 msgid "resize2fs"
25610 msgstr ""
25611
25612 #. type: verbatim
25613 #: ../fish/guestfish-actions.pod:3790
25614 #, no-wrap
25615 msgid ""
25616 " resize2fs device\n"
25617 "\n"
25618 msgstr ""
25619
25620 #. type: textblock
25621 #: ../fish/guestfish-actions.pod:3795
25622 msgid ""
25623 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
25624 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
25625 "gives an error about this and sometimes not.  In any case, it is always safe "
25626 "to call L</e2fsck-f> before calling this function."
25627 msgstr ""
25628
25629 #. type: =head2
25630 #: ../fish/guestfish-actions.pod:3801
25631 msgid "resize2fs-M"
25632 msgstr ""
25633
25634 #. type: verbatim
25635 #: ../fish/guestfish-actions.pod:3803
25636 #, no-wrap
25637 msgid ""
25638 " resize2fs-M device\n"
25639 "\n"
25640 msgstr ""
25641
25642 #. type: textblock
25643 #: ../fish/guestfish-actions.pod:3805
25644 msgid ""
25645 "This command is the same as L</resize2fs>, but the filesystem is resized to "
25646 "its minimum size.  This works like the I<-M> option to the C<resize2fs> "
25647 "command."
25648 msgstr ""
25649
25650 #. type: textblock
25651 #: ../fish/guestfish-actions.pod:3809
25652 msgid ""
25653 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
25654 "and read the C<Block size> and C<Block count> values.  These two numbers, "
25655 "multiplied together, give the resulting size of the minimal filesystem in "
25656 "bytes."
25657 msgstr ""
25658
25659 #. type: =head2
25660 #: ../fish/guestfish-actions.pod:3814
25661 msgid "resize2fs-size"
25662 msgstr ""
25663
25664 #. type: verbatim
25665 #: ../fish/guestfish-actions.pod:3816
25666 #, no-wrap
25667 msgid ""
25668 " resize2fs-size device size\n"
25669 "\n"
25670 msgstr ""
25671
25672 #. type: textblock
25673 #: ../fish/guestfish-actions.pod:3818
25674 msgid ""
25675 "This command is the same as L</resize2fs> except that it allows you to "
25676 "specify the new size (in bytes) explicitly."
25677 msgstr ""
25678
25679 #. type: =head2
25680 #: ../fish/guestfish-actions.pod:3821
25681 msgid "rm"
25682 msgstr ""
25683
25684 #. type: verbatim
25685 #: ../fish/guestfish-actions.pod:3823
25686 #, no-wrap
25687 msgid ""
25688 " rm path\n"
25689 "\n"
25690 msgstr ""
25691
25692 #. type: =head2
25693 #: ../fish/guestfish-actions.pod:3827
25694 msgid "rm-rf"
25695 msgstr ""
25696
25697 #. type: verbatim
25698 #: ../fish/guestfish-actions.pod:3829
25699 #, no-wrap
25700 msgid ""
25701 " rm-rf path\n"
25702 "\n"
25703 msgstr ""
25704
25705 #. type: =head2
25706 #: ../fish/guestfish-actions.pod:3835
25707 msgid "rmdir"
25708 msgstr ""
25709
25710 #. type: verbatim
25711 #: ../fish/guestfish-actions.pod:3837
25712 #, no-wrap
25713 msgid ""
25714 " rmdir path\n"
25715 "\n"
25716 msgstr ""
25717
25718 #. type: =head2
25719 #: ../fish/guestfish-actions.pod:3841
25720 msgid "rmmountpoint"
25721 msgstr ""
25722
25723 #. type: verbatim
25724 #: ../fish/guestfish-actions.pod:3843
25725 #, no-wrap
25726 msgid ""
25727 " rmmountpoint exemptpath\n"
25728 "\n"
25729 msgstr ""
25730
25731 #. type: textblock
25732 #: ../fish/guestfish-actions.pod:3845
25733 msgid ""
25734 "This calls removes a mountpoint that was previously created with "
25735 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
25736 msgstr ""
25737
25738 #. type: =head2
25739 #: ../fish/guestfish-actions.pod:3849
25740 msgid "scrub-device"
25741 msgstr ""
25742
25743 #. type: verbatim
25744 #: ../fish/guestfish-actions.pod:3851
25745 #, no-wrap
25746 msgid ""
25747 " scrub-device device\n"
25748 "\n"
25749 msgstr ""
25750
25751 #. type: =head2
25752 #: ../fish/guestfish-actions.pod:3862
25753 msgid "scrub-file"
25754 msgstr ""
25755
25756 #. type: verbatim
25757 #: ../fish/guestfish-actions.pod:3864
25758 #, no-wrap
25759 msgid ""
25760 " scrub-file file\n"
25761 "\n"
25762 msgstr ""
25763
25764 #. type: =head2
25765 #: ../fish/guestfish-actions.pod:3874
25766 msgid "scrub-freespace"
25767 msgstr ""
25768
25769 #. type: verbatim
25770 #: ../fish/guestfish-actions.pod:3876
25771 #, no-wrap
25772 msgid ""
25773 " scrub-freespace dir\n"
25774 "\n"
25775 msgstr ""
25776
25777 #. type: textblock
25778 #: ../fish/guestfish-actions.pod:3878
25779 msgid ""
25780 "This command creates the directory C<dir> and then fills it with files until "
25781 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
25782 "deletes them.  The intention is to scrub any free space on the partition "
25783 "containing C<dir>."
25784 msgstr ""
25785
25786 #. type: =head2
25787 #: ../fish/guestfish-actions.pod:3887
25788 msgid "set-append"
25789 msgstr ""
25790
25791 #. type: =head2
25792 #: ../fish/guestfish-actions.pod:3889
25793 msgid "append"
25794 msgstr ""
25795
25796 #. type: verbatim
25797 #: ../fish/guestfish-actions.pod:3891
25798 #, no-wrap
25799 msgid ""
25800 " set-append append\n"
25801 "\n"
25802 msgstr ""
25803
25804 #. type: =head2
25805 #: ../fish/guestfish-actions.pod:3902
25806 msgid "set-attach-method"
25807 msgstr ""
25808
25809 #. type: =head2
25810 #: ../fish/guestfish-actions.pod:3904
25811 msgid "attach-method"
25812 msgstr ""
25813
25814 #. type: verbatim
25815 #: ../fish/guestfish-actions.pod:3906
25816 #, no-wrap
25817 msgid ""
25818 " set-attach-method attachmethod\n"
25819 "\n"
25820 msgstr ""
25821
25822 #. type: =head2
25823 #: ../fish/guestfish-actions.pod:3928
25824 msgid "set-autosync"
25825 msgstr ""
25826
25827 #. type: =head2
25828 #: ../fish/guestfish-actions.pod:3930
25829 msgid "autosync"
25830 msgstr ""
25831
25832 #. type: verbatim
25833 #: ../fish/guestfish-actions.pod:3932
25834 #, no-wrap
25835 msgid ""
25836 " set-autosync true|false\n"
25837 "\n"
25838 msgstr ""
25839
25840 #. type: =head2
25841 #: ../fish/guestfish-actions.pod:3942
25842 msgid "set-direct"
25843 msgstr ""
25844
25845 #. type: =head2
25846 #: ../fish/guestfish-actions.pod:3944
25847 msgid "direct"
25848 msgstr ""
25849
25850 #. type: verbatim
25851 #: ../fish/guestfish-actions.pod:3946
25852 #, no-wrap
25853 msgid ""
25854 " set-direct true|false\n"
25855 "\n"
25856 msgstr ""
25857
25858 #. type: textblock
25859 #: ../fish/guestfish-actions.pod:3952
25860 msgid ""
25861 "One consequence of this is that log messages aren't caught by the library "
25862 "and handled by L</set-log-message-callback>, but go straight to stdout."
25863 msgstr ""
25864
25865 #. type: =head2
25866 #: ../fish/guestfish-actions.pod:3961
25867 msgid "set-e2label"
25868 msgstr ""
25869
25870 #. type: verbatim
25871 #: ../fish/guestfish-actions.pod:3963
25872 #, no-wrap
25873 msgid ""
25874 " set-e2label device label\n"
25875 "\n"
25876 msgstr ""
25877
25878 #. type: textblock
25879 #: ../fish/guestfish-actions.pod:3969
25880 msgid ""
25881 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
25882 "label on a filesystem."
25883 msgstr ""
25884
25885 #. type: =head2
25886 #: ../fish/guestfish-actions.pod:3972
25887 msgid "set-e2uuid"
25888 msgstr ""
25889
25890 #. type: verbatim
25891 #: ../fish/guestfish-actions.pod:3974
25892 #, no-wrap
25893 msgid ""
25894 " set-e2uuid device uuid\n"
25895 "\n"
25896 msgstr ""
25897
25898 #. type: textblock
25899 #: ../fish/guestfish-actions.pod:3981
25900 msgid ""
25901 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
25902 "UUID of a filesystem."
25903 msgstr ""
25904
25905 #. type: =head2
25906 #: ../fish/guestfish-actions.pod:3984
25907 msgid "set-memsize"
25908 msgstr ""
25909
25910 #. type: =head2
25911 #: ../fish/guestfish-actions.pod:3986
25912 msgid "memsize"
25913 msgstr ""
25914
25915 #. type: verbatim
25916 #: ../fish/guestfish-actions.pod:3988
25917 #, no-wrap
25918 msgid ""
25919 " set-memsize memsize\n"
25920 "\n"
25921 msgstr ""
25922
25923 #. type: textblock
25924 #: ../fish/guestfish-actions.pod:3990
25925 msgid ""
25926 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
25927 "This only has any effect if called before L</launch>."
25928 msgstr ""
25929
25930 #. type: =head2
25931 #: ../fish/guestfish-actions.pod:4001
25932 msgid "set-network"
25933 msgstr ""
25934
25935 #. type: =head2
25936 #: ../fish/guestfish-actions.pod:4003
25937 msgid "network"
25938 msgstr ""
25939
25940 #. type: verbatim
25941 #: ../fish/guestfish-actions.pod:4005
25942 #, no-wrap
25943 msgid ""
25944 " set-network true|false\n"
25945 "\n"
25946 msgstr ""
25947
25948 #. type: textblock
25949 #: ../fish/guestfish-actions.pod:4013
25950 msgid "You must call this before calling L</launch>, otherwise it has no effect."
25951 msgstr ""
25952
25953 #. type: =head2
25954 #: ../fish/guestfish-actions.pod:4016
25955 msgid "set-path"
25956 msgstr ""
25957
25958 #. type: =head2
25959 #: ../fish/guestfish-actions.pod:4018
25960 msgid "path"
25961 msgstr ""
25962
25963 #. type: verbatim
25964 #: ../fish/guestfish-actions.pod:4020
25965 #, no-wrap
25966 msgid ""
25967 " set-path searchpath\n"
25968 "\n"
25969 msgstr ""
25970
25971 #. type: =head2
25972 #: ../fish/guestfish-actions.pod:4029
25973 msgid "set-qemu"
25974 msgstr ""
25975
25976 #. type: =head2
25977 #: ../fish/guestfish-actions.pod:4031
25978 msgid "qemu"
25979 msgstr ""
25980
25981 #. type: verbatim
25982 #: ../fish/guestfish-actions.pod:4033
25983 #, no-wrap
25984 msgid ""
25985 " set-qemu qemu\n"
25986 "\n"
25987 msgstr ""
25988
25989 #. type: =head2
25990 #: ../fish/guestfish-actions.pod:4053
25991 msgid "set-recovery-proc"
25992 msgstr ""
25993
25994 #. type: =head2
25995 #: ../fish/guestfish-actions.pod:4055
25996 msgid "recovery-proc"
25997 msgstr ""
25998
25999 #. type: verbatim
26000 #: ../fish/guestfish-actions.pod:4057
26001 #, no-wrap
26002 msgid ""
26003 " set-recovery-proc true|false\n"
26004 "\n"
26005 msgstr ""
26006
26007 #. type: textblock
26008 #: ../fish/guestfish-actions.pod:4059
26009 msgid ""
26010 "If this is called with the parameter C<false> then L</launch> does not "
26011 "create a recovery process.  The purpose of the recovery process is to stop "
26012 "runaway qemu processes in the case where the main program aborts abruptly."
26013 msgstr ""
26014
26015 #. type: textblock
26016 #: ../fish/guestfish-actions.pod:4064
26017 msgid ""
26018 "This only has any effect if called before L</launch>, and the default is "
26019 "true."
26020 msgstr ""
26021
26022 #. type: =head2
26023 #: ../fish/guestfish-actions.pod:4073
26024 msgid "set-selinux"
26025 msgstr ""
26026
26027 #. type: =head2
26028 #: ../fish/guestfish-actions.pod:4075
26029 msgid "selinux"
26030 msgstr ""
26031
26032 #. type: verbatim
26033 #: ../fish/guestfish-actions.pod:4077
26034 #, no-wrap
26035 msgid ""
26036 " set-selinux true|false\n"
26037 "\n"
26038 msgstr ""
26039
26040 #. type: =head2
26041 #: ../fish/guestfish-actions.pod:4088
26042 msgid "set-trace"
26043 msgstr ""
26044
26045 #. type: =head2
26046 #: ../fish/guestfish-actions.pod:4090
26047 msgid "trace"
26048 msgstr ""
26049
26050 #. type: verbatim
26051 #: ../fish/guestfish-actions.pod:4092
26052 #, no-wrap
26053 msgid ""
26054 " set-trace true|false\n"
26055 "\n"
26056 msgstr ""
26057
26058 #. type: textblock
26059 #: ../fish/guestfish-actions.pod:4104
26060 msgid ""
26061 "Trace messages are normally sent to C<stderr>, unless you register a "
26062 "callback to send them somewhere else (see L</set-event-callback>)."
26063 msgstr ""
26064
26065 #. type: =head2
26066 #: ../fish/guestfish-actions.pod:4108
26067 msgid "set-verbose"
26068 msgstr ""
26069
26070 #. type: =head2
26071 #: ../fish/guestfish-actions.pod:4110
26072 msgid "verbose"
26073 msgstr ""
26074
26075 #. type: verbatim
26076 #: ../fish/guestfish-actions.pod:4112
26077 #, no-wrap
26078 msgid ""
26079 " set-verbose true|false\n"
26080 "\n"
26081 msgstr ""
26082
26083 #. type: textblock
26084 #: ../fish/guestfish-actions.pod:4119
26085 msgid ""
26086 "Verbose messages are normally sent to C<stderr>, unless you register a "
26087 "callback to send them somewhere else (see L</set-event-callback>)."
26088 msgstr ""
26089
26090 #. type: =head2
26091 #: ../fish/guestfish-actions.pod:4123
26092 msgid "setcon"
26093 msgstr ""
26094
26095 #. type: verbatim
26096 #: ../fish/guestfish-actions.pod:4125
26097 #, no-wrap
26098 msgid ""
26099 " setcon context\n"
26100 "\n"
26101 msgstr ""
26102
26103 #. type: =head2
26104 #: ../fish/guestfish-actions.pod:4132
26105 msgid "setxattr"
26106 msgstr ""
26107
26108 #. type: verbatim
26109 #: ../fish/guestfish-actions.pod:4134
26110 #, no-wrap
26111 msgid ""
26112 " setxattr xattr val vallen path\n"
26113 "\n"
26114 msgstr ""
26115
26116 #. type: textblock
26117 #: ../fish/guestfish-actions.pod:4140
26118 msgid "See also: L</lsetxattr>, L<attr(5)>."
26119 msgstr ""
26120
26121 #. type: =head2
26122 #: ../fish/guestfish-actions.pod:4142
26123 msgid "sfdisk"
26124 msgstr ""
26125
26126 #. type: verbatim
26127 #: ../fish/guestfish-actions.pod:4144
26128 #, no-wrap
26129 msgid ""
26130 " sfdisk device cyls heads sectors 'lines ...'\n"
26131 "\n"
26132 msgstr ""
26133
26134 #. type: textblock
26135 #: ../fish/guestfish-actions.pod:4166
26136 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
26137 msgstr ""
26138
26139 #. type: =head2
26140 #: ../fish/guestfish-actions.pod:4172
26141 msgid "sfdiskM"
26142 msgstr ""
26143
26144 #. type: verbatim
26145 #: ../fish/guestfish-actions.pod:4174
26146 #, no-wrap
26147 msgid ""
26148 " sfdiskM device 'lines ...'\n"
26149 "\n"
26150 msgstr ""
26151
26152 #. type: textblock
26153 #: ../fish/guestfish-actions.pod:4176
26154 msgid ""
26155 "This is a simplified interface to the L</sfdisk> command, where partition "
26156 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
26157 "you don't need to specify the cyls, heads and sectors parameters which were "
26158 "rarely if ever used anyway."
26159 msgstr ""
26160
26161 #. type: textblock
26162 #: ../fish/guestfish-actions.pod:4182
26163 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
26164 msgstr ""
26165
26166 #. type: =head2
26167 #: ../fish/guestfish-actions.pod:4188
26168 msgid "sfdisk-N"
26169 msgstr ""
26170
26171 #. type: verbatim
26172 #: ../fish/guestfish-actions.pod:4190
26173 #, no-wrap
26174 msgid ""
26175 " sfdisk-N device partnum cyls heads sectors line\n"
26176 "\n"
26177 msgstr ""
26178
26179 #. type: textblock
26180 #: ../fish/guestfish-actions.pod:4195
26181 msgid ""
26182 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
26183 "cyls/heads/sectors parameters."
26184 msgstr ""
26185
26186 #. type: textblock
26187 #: ../fish/guestfish-actions.pod:4198
26188 msgid "See also: L</part-add>"
26189 msgstr ""
26190
26191 #. type: =head2
26192 #: ../fish/guestfish-actions.pod:4203
26193 msgid "sfdisk-disk-geometry"
26194 msgstr ""
26195
26196 #. type: verbatim
26197 #: ../fish/guestfish-actions.pod:4205
26198 #, no-wrap
26199 msgid ""
26200 " sfdisk-disk-geometry device\n"
26201 "\n"
26202 msgstr ""
26203
26204 #. type: textblock
26205 #: ../fish/guestfish-actions.pod:4207
26206 msgid ""
26207 "This displays the disk geometry of C<device> read from the partition table.  "
26208 "Especially in the case where the underlying block device has been resized, "
26209 "this can be different from the kernel's idea of the geometry (see "
26210 "L</sfdisk-kernel-geometry>)."
26211 msgstr ""
26212
26213 #. type: =head2
26214 #: ../fish/guestfish-actions.pod:4215
26215 msgid "sfdisk-kernel-geometry"
26216 msgstr ""
26217
26218 #. type: verbatim
26219 #: ../fish/guestfish-actions.pod:4217
26220 #, no-wrap
26221 msgid ""
26222 " sfdisk-kernel-geometry device\n"
26223 "\n"
26224 msgstr ""
26225
26226 #. type: =head2
26227 #: ../fish/guestfish-actions.pod:4224
26228 msgid "sfdisk-l"
26229 msgstr ""
26230
26231 #. type: verbatim
26232 #: ../fish/guestfish-actions.pod:4226
26233 #, no-wrap
26234 msgid ""
26235 " sfdisk-l device\n"
26236 "\n"
26237 msgstr ""
26238
26239 #. type: textblock
26240 #: ../fish/guestfish-actions.pod:4232
26241 msgid "See also: L</part-list>"
26242 msgstr ""
26243
26244 #. type: =head2
26245 #: ../fish/guestfish-actions.pod:4234
26246 msgid "sh"
26247 msgstr ""
26248
26249 #. type: verbatim
26250 #: ../fish/guestfish-actions.pod:4236
26251 #, no-wrap
26252 msgid ""
26253 " sh command\n"
26254 "\n"
26255 msgstr ""
26256
26257 #. type: textblock
26258 #: ../fish/guestfish-actions.pod:4241
26259 msgid "This is like L</command>, but passes the command to:"
26260 msgstr ""
26261
26262 #. type: textblock
26263 #: ../fish/guestfish-actions.pod:4249
26264 msgid "All the provisos about L</command> apply to this call."
26265 msgstr ""
26266
26267 #. type: =head2
26268 #: ../fish/guestfish-actions.pod:4251
26269 msgid "sh-lines"
26270 msgstr ""
26271
26272 #. type: verbatim
26273 #: ../fish/guestfish-actions.pod:4253
26274 #, no-wrap
26275 msgid ""
26276 " sh-lines command\n"
26277 "\n"
26278 msgstr ""
26279
26280 #. type: textblock
26281 #: ../fish/guestfish-actions.pod:4255
26282 msgid "This is the same as L</sh>, but splits the result into a list of lines."
26283 msgstr ""
26284
26285 #. type: textblock
26286 #: ../fish/guestfish-actions.pod:4258
26287 msgid "See also: L</command-lines>"
26288 msgstr ""
26289
26290 #. type: =head2
26291 #: ../fish/guestfish-actions.pod:4260
26292 msgid "sleep"
26293 msgstr ""
26294
26295 #. type: verbatim
26296 #: ../fish/guestfish-actions.pod:4262
26297 #, no-wrap
26298 msgid ""
26299 " sleep secs\n"
26300 "\n"
26301 msgstr ""
26302
26303 #. type: =head2
26304 #: ../fish/guestfish-actions.pod:4266
26305 msgid "stat"
26306 msgstr ""
26307
26308 #. type: verbatim
26309 #: ../fish/guestfish-actions.pod:4268
26310 #, no-wrap
26311 msgid ""
26312 " stat path\n"
26313 "\n"
26314 msgstr ""
26315
26316 #. type: =head2
26317 #: ../fish/guestfish-actions.pod:4274
26318 msgid "statvfs"
26319 msgstr ""
26320
26321 #. type: verbatim
26322 #: ../fish/guestfish-actions.pod:4276
26323 #, no-wrap
26324 msgid ""
26325 " statvfs path\n"
26326 "\n"
26327 msgstr ""
26328
26329 #. type: =head2
26330 #: ../fish/guestfish-actions.pod:4284
26331 msgid "strings"
26332 msgstr ""
26333
26334 #. type: verbatim
26335 #: ../fish/guestfish-actions.pod:4286
26336 #, no-wrap
26337 msgid ""
26338 " strings path\n"
26339 "\n"
26340 msgstr ""
26341
26342 #. type: =head2
26343 #: ../fish/guestfish-actions.pod:4294
26344 msgid "strings-e"
26345 msgstr ""
26346
26347 #. type: verbatim
26348 #: ../fish/guestfish-actions.pod:4296
26349 #, no-wrap
26350 msgid ""
26351 " strings-e encoding path\n"
26352 "\n"
26353 msgstr ""
26354
26355 #. type: textblock
26356 #: ../fish/guestfish-actions.pod:4298
26357 msgid ""
26358 "This is like the L</strings> command, but allows you to specify the encoding "
26359 "of strings that are looked for in the source file C<path>."
26360 msgstr ""
26361
26362 #. type: textblock
26363 #: ../fish/guestfish-actions.pod:4308
26364 msgid ""
26365 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
26366 "ISO-8859-X (this is what L</strings> uses)."
26367 msgstr ""
26368
26369 #. type: =head2
26370 #: ../fish/guestfish-actions.pod:4340
26371 msgid "swapoff-device"
26372 msgstr ""
26373
26374 #. type: verbatim
26375 #: ../fish/guestfish-actions.pod:4342
26376 #, no-wrap
26377 msgid ""
26378 " swapoff-device device\n"
26379 "\n"
26380 msgstr ""
26381
26382 #. type: textblock
26383 #: ../fish/guestfish-actions.pod:4344
26384 msgid ""
26385 "This command disables the libguestfs appliance swap device or partition "
26386 "named C<device>.  See L</swapon-device>."
26387 msgstr ""
26388
26389 #. type: =head2
26390 #: ../fish/guestfish-actions.pod:4348
26391 msgid "swapoff-file"
26392 msgstr ""
26393
26394 #. type: verbatim
26395 #: ../fish/guestfish-actions.pod:4350
26396 #, no-wrap
26397 msgid ""
26398 " swapoff-file file\n"
26399 "\n"
26400 msgstr ""
26401
26402 #. type: =head2
26403 #: ../fish/guestfish-actions.pod:4354
26404 msgid "swapoff-label"
26405 msgstr ""
26406
26407 #. type: verbatim
26408 #: ../fish/guestfish-actions.pod:4356
26409 #, no-wrap
26410 msgid ""
26411 " swapoff-label label\n"
26412 "\n"
26413 msgstr ""
26414
26415 #. type: =head2
26416 #: ../fish/guestfish-actions.pod:4361
26417 msgid "swapoff-uuid"
26418 msgstr ""
26419
26420 #. type: verbatim
26421 #: ../fish/guestfish-actions.pod:4363
26422 #, no-wrap
26423 msgid ""
26424 " swapoff-uuid uuid\n"
26425 "\n"
26426 msgstr ""
26427
26428 #. type: =head2
26429 #: ../fish/guestfish-actions.pod:4368
26430 msgid "swapon-device"
26431 msgstr ""
26432
26433 #. type: verbatim
26434 #: ../fish/guestfish-actions.pod:4370
26435 #, no-wrap
26436 msgid ""
26437 " swapon-device device\n"
26438 "\n"
26439 msgstr ""
26440
26441 #. type: textblock
26442 #: ../fish/guestfish-actions.pod:4372
26443 msgid ""
26444 "This command enables the libguestfs appliance to use the swap device or "
26445 "partition named C<device>.  The increased memory is made available for all "
26446 "commands, for example those run using L</command> or L</sh>."
26447 msgstr ""
26448
26449 #. type: =head2
26450 #: ../fish/guestfish-actions.pod:4384
26451 msgid "swapon-file"
26452 msgstr ""
26453
26454 #. type: verbatim
26455 #: ../fish/guestfish-actions.pod:4386
26456 #, no-wrap
26457 msgid ""
26458 " swapon-file file\n"
26459 "\n"
26460 msgstr ""
26461
26462 #. type: textblock
26463 #: ../fish/guestfish-actions.pod:4388
26464 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
26465 msgstr ""
26466
26467 #. type: =head2
26468 #: ../fish/guestfish-actions.pod:4391
26469 msgid "swapon-label"
26470 msgstr ""
26471
26472 #. type: verbatim
26473 #: ../fish/guestfish-actions.pod:4393
26474 #, no-wrap
26475 msgid ""
26476 " swapon-label label\n"
26477 "\n"
26478 msgstr ""
26479
26480 #. type: textblock
26481 #: ../fish/guestfish-actions.pod:4395
26482 msgid ""
26483 "This command enables swap to a labeled swap partition.  See "
26484 "L</swapon-device> for other notes."
26485 msgstr ""
26486
26487 #. type: =head2
26488 #: ../fish/guestfish-actions.pod:4398
26489 msgid "swapon-uuid"
26490 msgstr ""
26491
26492 #. type: verbatim
26493 #: ../fish/guestfish-actions.pod:4400
26494 #, no-wrap
26495 msgid ""
26496 " swapon-uuid uuid\n"
26497 "\n"
26498 msgstr ""
26499
26500 #. type: textblock
26501 #: ../fish/guestfish-actions.pod:4402
26502 msgid ""
26503 "This command enables swap to a swap partition with the given UUID.  See "
26504 "L</swapon-device> for other notes."
26505 msgstr ""
26506
26507 #. type: =head2
26508 #: ../fish/guestfish-actions.pod:4405
26509 msgid "sync"
26510 msgstr ""
26511
26512 #. type: verbatim
26513 #: ../fish/guestfish-actions.pod:4407
26514 #, no-wrap
26515 msgid ""
26516 " sync\n"
26517 "\n"
26518 msgstr ""
26519
26520 #. type: =head2
26521 #: ../fish/guestfish-actions.pod:4415
26522 msgid "tail"
26523 msgstr ""
26524
26525 #. type: verbatim
26526 #: ../fish/guestfish-actions.pod:4417
26527 #, no-wrap
26528 msgid ""
26529 " tail path\n"
26530 "\n"
26531 msgstr ""
26532
26533 #. type: =head2
26534 #: ../fish/guestfish-actions.pod:4425
26535 msgid "tail-n"
26536 msgstr ""
26537
26538 #. type: verbatim
26539 #: ../fish/guestfish-actions.pod:4427
26540 #, no-wrap
26541 msgid ""
26542 " tail-n nrlines path\n"
26543 "\n"
26544 msgstr ""
26545
26546 #. type: =head2
26547 #: ../fish/guestfish-actions.pod:4440
26548 msgid "tar-in"
26549 msgstr ""
26550
26551 #. type: verbatim
26552 #: ../fish/guestfish-actions.pod:4442
26553 #, no-wrap
26554 msgid ""
26555 " tar-in (tarfile|-) directory\n"
26556 "\n"
26557 msgstr ""
26558
26559 #. type: textblock
26560 #: ../fish/guestfish-actions.pod:4447
26561 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
26562 msgstr ""
26563
26564 #. type: =head2
26565 #: ../fish/guestfish-actions.pod:4452
26566 msgid "tar-out"
26567 msgstr ""
26568
26569 #. type: verbatim
26570 #: ../fish/guestfish-actions.pod:4454
26571 #, no-wrap
26572 msgid ""
26573 " tar-out directory (tarfile|-)\n"
26574 "\n"
26575 msgstr ""
26576
26577 #. type: textblock
26578 #: ../fish/guestfish-actions.pod:4459
26579 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
26580 msgstr ""
26581
26582 #. type: =head2
26583 #: ../fish/guestfish-actions.pod:4464
26584 msgid "tgz-in"
26585 msgstr ""
26586
26587 #. type: verbatim
26588 #: ../fish/guestfish-actions.pod:4466
26589 #, no-wrap
26590 msgid ""
26591 " tgz-in (tarball|-) directory\n"
26592 "\n"
26593 msgstr ""
26594
26595 #. type: textblock
26596 #: ../fish/guestfish-actions.pod:4471
26597 msgid "To upload an uncompressed tarball, use L</tar-in>."
26598 msgstr ""
26599
26600 #. type: =head2
26601 #: ../fish/guestfish-actions.pod:4475
26602 msgid "tgz-out"
26603 msgstr ""
26604
26605 #. type: verbatim
26606 #: ../fish/guestfish-actions.pod:4477
26607 #, no-wrap
26608 msgid ""
26609 " tgz-out directory (tarball|-)\n"
26610 "\n"
26611 msgstr ""
26612
26613 #. type: textblock
26614 #: ../fish/guestfish-actions.pod:4482
26615 msgid "To download an uncompressed tarball, use L</tar-out>."
26616 msgstr ""
26617
26618 #. type: =head2
26619 #: ../fish/guestfish-actions.pod:4486
26620 msgid "touch"
26621 msgstr ""
26622
26623 #. type: verbatim
26624 #: ../fish/guestfish-actions.pod:4488
26625 #, no-wrap
26626 msgid ""
26627 " touch path\n"
26628 "\n"
26629 msgstr ""
26630
26631 #. type: =head2
26632 #: ../fish/guestfish-actions.pod:4497
26633 msgid "truncate"
26634 msgstr ""
26635
26636 #. type: verbatim
26637 #: ../fish/guestfish-actions.pod:4499
26638 #, no-wrap
26639 msgid ""
26640 " truncate path\n"
26641 "\n"
26642 msgstr ""
26643
26644 #. type: =head2
26645 #: ../fish/guestfish-actions.pod:4504
26646 msgid "truncate-size"
26647 msgstr ""
26648
26649 #. type: verbatim
26650 #: ../fish/guestfish-actions.pod:4506
26651 #, no-wrap
26652 msgid ""
26653 " truncate-size path size\n"
26654 "\n"
26655 msgstr ""
26656
26657 #. type: textblock
26658 #: ../fish/guestfish-actions.pod:4511
26659 msgid ""
26660 "If the current file size is less than C<size> then the file is extended to "
26661 "the required size with zero bytes.  This creates a sparse file (ie. disk "
26662 "blocks are not allocated for the file until you write to it).  To create a "
26663 "non-sparse file of zeroes, use L</fallocate64> instead."
26664 msgstr ""
26665
26666 #. type: =head2
26667 #: ../fish/guestfish-actions.pod:4517
26668 msgid "tune2fs-l"
26669 msgstr ""
26670
26671 #. type: verbatim
26672 #: ../fish/guestfish-actions.pod:4519
26673 #, no-wrap
26674 msgid ""
26675 " tune2fs-l device\n"
26676 "\n"
26677 msgstr ""
26678
26679 #. type: =head2
26680 #: ../fish/guestfish-actions.pod:4529
26681 msgid "txz-in"
26682 msgstr ""
26683
26684 #. type: verbatim
26685 #: ../fish/guestfish-actions.pod:4531
26686 #, no-wrap
26687 msgid ""
26688 " txz-in (tarball|-) directory\n"
26689 "\n"
26690 msgstr ""
26691
26692 #. type: =head2
26693 #: ../fish/guestfish-actions.pod:4538
26694 msgid "txz-out"
26695 msgstr ""
26696
26697 #. type: verbatim
26698 #: ../fish/guestfish-actions.pod:4540
26699 #, no-wrap
26700 msgid ""
26701 " txz-out directory (tarball|-)\n"
26702 "\n"
26703 msgstr ""
26704
26705 #. type: =head2
26706 #: ../fish/guestfish-actions.pod:4547
26707 msgid "umask"
26708 msgstr ""
26709
26710 #. type: verbatim
26711 #: ../fish/guestfish-actions.pod:4549
26712 #, no-wrap
26713 msgid ""
26714 " umask mask\n"
26715 "\n"
26716 msgstr ""
26717
26718 #. type: textblock
26719 #: ../fish/guestfish-actions.pod:4563
26720 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
26721 msgstr ""
26722
26723 #. type: =head2
26724 #: ../fish/guestfish-actions.pod:4568
26725 msgid "umount"
26726 msgstr ""
26727
26728 #. type: =head2
26729 #: ../fish/guestfish-actions.pod:4570
26730 msgid "unmount"
26731 msgstr ""
26732
26733 #. type: verbatim
26734 #: ../fish/guestfish-actions.pod:4572
26735 #, no-wrap
26736 msgid ""
26737 " umount pathordevice\n"
26738 "\n"
26739 msgstr ""
26740
26741 #. type: =head2
26742 #: ../fish/guestfish-actions.pod:4578
26743 msgid "umount-all"
26744 msgstr ""
26745
26746 #. type: =head2
26747 #: ../fish/guestfish-actions.pod:4580
26748 msgid "unmount-all"
26749 msgstr ""
26750
26751 #. type: verbatim
26752 #: ../fish/guestfish-actions.pod:4582
26753 #, no-wrap
26754 msgid ""
26755 " umount-all\n"
26756 "\n"
26757 msgstr ""
26758
26759 #. type: =head2
26760 #: ../fish/guestfish-actions.pod:4588
26761 msgid "upload"
26762 msgstr ""
26763
26764 #. type: verbatim
26765 #: ../fish/guestfish-actions.pod:4590
26766 #, no-wrap
26767 msgid ""
26768 " upload (filename|-) remotefilename\n"
26769 "\n"
26770 msgstr ""
26771
26772 #. type: textblock
26773 #: ../fish/guestfish-actions.pod:4597
26774 msgid "See also L</download>."
26775 msgstr ""
26776
26777 #. type: =head2
26778 #: ../fish/guestfish-actions.pod:4601
26779 msgid "upload-offset"
26780 msgstr ""
26781
26782 #. type: verbatim
26783 #: ../fish/guestfish-actions.pod:4603
26784 #, no-wrap
26785 msgid ""
26786 " upload-offset (filename|-) remotefilename offset\n"
26787 "\n"
26788 msgstr ""
26789
26790 #. type: textblock
26791 #: ../fish/guestfish-actions.pod:4615
26792 msgid ""
26793 "Note that there is no limit on the amount of data that can be uploaded with "
26794 "this call, unlike with L</pwrite>, and this call always writes the full "
26795 "amount unless an error occurs."
26796 msgstr ""
26797
26798 #. type: textblock
26799 #: ../fish/guestfish-actions.pod:4620
26800 msgid "See also L</upload>, L</pwrite>."
26801 msgstr ""
26802
26803 #. type: =head2
26804 #: ../fish/guestfish-actions.pod:4624
26805 msgid "utimens"
26806 msgstr ""
26807
26808 #. type: verbatim
26809 #: ../fish/guestfish-actions.pod:4626
26810 #, no-wrap
26811 msgid ""
26812 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
26813 "\n"
26814 msgstr ""
26815
26816 #. type: =head2
26817 #: ../fish/guestfish-actions.pod:4645
26818 msgid "version"
26819 msgstr ""
26820
26821 #. type: verbatim
26822 #: ../fish/guestfish-actions.pod:4647
26823 #, no-wrap
26824 msgid ""
26825 " version\n"
26826 "\n"
26827 msgstr ""
26828
26829 #. type: textblock
26830 #: ../fish/guestfish-actions.pod:4674
26831 msgid ""
26832 "I<Note:> Don't use this call to test for availability of features.  In "
26833 "enterprise distributions we backport features from later versions into "
26834 "earlier versions, making this an unreliable way to test for features.  Use "
26835 "L</available> instead."
26836 msgstr ""
26837
26838 #. type: =head2
26839 #: ../fish/guestfish-actions.pod:4680
26840 msgid "vfs-label"
26841 msgstr ""
26842
26843 #. type: verbatim
26844 #: ../fish/guestfish-actions.pod:4682
26845 #, no-wrap
26846 msgid ""
26847 " vfs-label device\n"
26848 "\n"
26849 msgstr ""
26850
26851 #. type: textblock
26852 #: ../fish/guestfish-actions.pod:4689
26853 msgid "To find a filesystem from the label, use L</findfs-label>."
26854 msgstr ""
26855
26856 #. type: =head2
26857 #: ../fish/guestfish-actions.pod:4691
26858 msgid "vfs-type"
26859 msgstr ""
26860
26861 #. type: verbatim
26862 #: ../fish/guestfish-actions.pod:4693
26863 #, no-wrap
26864 msgid ""
26865 " vfs-type device\n"
26866 "\n"
26867 msgstr ""
26868
26869 #. type: =head2
26870 #: ../fish/guestfish-actions.pod:4703
26871 msgid "vfs-uuid"
26872 msgstr ""
26873
26874 #. type: verbatim
26875 #: ../fish/guestfish-actions.pod:4705
26876 #, no-wrap
26877 msgid ""
26878 " vfs-uuid device\n"
26879 "\n"
26880 msgstr ""
26881
26882 #. type: textblock
26883 #: ../fish/guestfish-actions.pod:4712
26884 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
26885 msgstr ""
26886
26887 #. type: =head2
26888 #: ../fish/guestfish-actions.pod:4714
26889 msgid "vg-activate"
26890 msgstr ""
26891
26892 #. type: verbatim
26893 #: ../fish/guestfish-actions.pod:4716
26894 #, no-wrap
26895 msgid ""
26896 " vg-activate true|false 'volgroups ...'\n"
26897 "\n"
26898 msgstr ""
26899
26900 #. type: =head2
26901 #: ../fish/guestfish-actions.pod:4729
26902 msgid "vg-activate-all"
26903 msgstr ""
26904
26905 #. type: verbatim
26906 #: ../fish/guestfish-actions.pod:4731
26907 #, no-wrap
26908 msgid ""
26909 " vg-activate-all true|false\n"
26910 "\n"
26911 msgstr ""
26912
26913 #. type: =head2
26914 #: ../fish/guestfish-actions.pod:4741
26915 msgid "vgcreate"
26916 msgstr ""
26917
26918 #. type: verbatim
26919 #: ../fish/guestfish-actions.pod:4743
26920 #, no-wrap
26921 msgid ""
26922 " vgcreate volgroup 'physvols ...'\n"
26923 "\n"
26924 msgstr ""
26925
26926 #. type: =head2
26927 #: ../fish/guestfish-actions.pod:4748
26928 msgid "vglvuuids"
26929 msgstr ""
26930
26931 #. type: verbatim
26932 #: ../fish/guestfish-actions.pod:4750
26933 #, no-wrap
26934 msgid ""
26935 " vglvuuids vgname\n"
26936 "\n"
26937 msgstr ""
26938
26939 #. type: textblock
26940 #: ../fish/guestfish-actions.pod:4755
26941 msgid ""
26942 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
26943 "logical volumes and volume groups."
26944 msgstr ""
26945
26946 #. type: textblock
26947 #: ../fish/guestfish-actions.pod:4758
26948 msgid "See also L</vgpvuuids>."
26949 msgstr ""
26950
26951 #. type: =head2
26952 #: ../fish/guestfish-actions.pod:4760
26953 msgid "vgpvuuids"
26954 msgstr ""
26955
26956 #. type: verbatim
26957 #: ../fish/guestfish-actions.pod:4762
26958 #, no-wrap
26959 msgid ""
26960 " vgpvuuids vgname\n"
26961 "\n"
26962 msgstr ""
26963
26964 #. type: textblock
26965 #: ../fish/guestfish-actions.pod:4767
26966 msgid ""
26967 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
26968 "physical volumes and volume groups."
26969 msgstr ""
26970
26971 #. type: textblock
26972 #: ../fish/guestfish-actions.pod:4770
26973 msgid "See also L</vglvuuids>."
26974 msgstr ""
26975
26976 #. type: =head2
26977 #: ../fish/guestfish-actions.pod:4772
26978 msgid "vgremove"
26979 msgstr ""
26980
26981 #. type: verbatim
26982 #: ../fish/guestfish-actions.pod:4774
26983 #, no-wrap
26984 msgid ""
26985 " vgremove vgname\n"
26986 "\n"
26987 msgstr ""
26988
26989 #. type: =head2
26990 #: ../fish/guestfish-actions.pod:4781
26991 msgid "vgrename"
26992 msgstr ""
26993
26994 #. type: verbatim
26995 #: ../fish/guestfish-actions.pod:4783
26996 #, no-wrap
26997 msgid ""
26998 " vgrename volgroup newvolgroup\n"
26999 "\n"
27000 msgstr ""
27001
27002 #. type: =head2
27003 #: ../fish/guestfish-actions.pod:4787
27004 msgid "vgs"
27005 msgstr ""
27006
27007 #. type: verbatim
27008 #: ../fish/guestfish-actions.pod:4789
27009 #, no-wrap
27010 msgid ""
27011 " vgs\n"
27012 "\n"
27013 msgstr ""
27014
27015 #. type: textblock
27016 #: ../fish/guestfish-actions.pod:4797
27017 msgid "See also L</vgs-full>."
27018 msgstr ""
27019
27020 #. type: =head2
27021 #: ../fish/guestfish-actions.pod:4799
27022 msgid "vgs-full"
27023 msgstr ""
27024
27025 #. type: verbatim
27026 #: ../fish/guestfish-actions.pod:4801
27027 #, no-wrap
27028 msgid ""
27029 " vgs-full\n"
27030 "\n"
27031 msgstr ""
27032
27033 #. type: =head2
27034 #: ../fish/guestfish-actions.pod:4806
27035 msgid "vgscan"
27036 msgstr ""
27037
27038 #. type: verbatim
27039 #: ../fish/guestfish-actions.pod:4808
27040 #, no-wrap
27041 msgid ""
27042 " vgscan\n"
27043 "\n"
27044 msgstr ""
27045
27046 #. type: =head2
27047 #: ../fish/guestfish-actions.pod:4813
27048 msgid "vguuid"
27049 msgstr ""
27050
27051 #. type: verbatim
27052 #: ../fish/guestfish-actions.pod:4815
27053 #, no-wrap
27054 msgid ""
27055 " vguuid vgname\n"
27056 "\n"
27057 msgstr ""
27058
27059 #. type: =head2
27060 #: ../fish/guestfish-actions.pod:4819
27061 msgid "wc-c"
27062 msgstr ""
27063
27064 #. type: verbatim
27065 #: ../fish/guestfish-actions.pod:4821
27066 #, no-wrap
27067 msgid ""
27068 " wc-c path\n"
27069 "\n"
27070 msgstr ""
27071
27072 #. type: =head2
27073 #: ../fish/guestfish-actions.pod:4826
27074 msgid "wc-l"
27075 msgstr ""
27076
27077 #. type: verbatim
27078 #: ../fish/guestfish-actions.pod:4828
27079 #, no-wrap
27080 msgid ""
27081 " wc-l path\n"
27082 "\n"
27083 msgstr ""
27084
27085 #. type: =head2
27086 #: ../fish/guestfish-actions.pod:4833
27087 msgid "wc-w"
27088 msgstr ""
27089
27090 #. type: verbatim
27091 #: ../fish/guestfish-actions.pod:4835
27092 #, no-wrap
27093 msgid ""
27094 " wc-w path\n"
27095 "\n"
27096 msgstr ""
27097
27098 #. type: =head2
27099 #: ../fish/guestfish-actions.pod:4840
27100 msgid "write"
27101 msgstr ""
27102
27103 #. type: verbatim
27104 #: ../fish/guestfish-actions.pod:4842
27105 #, no-wrap
27106 msgid ""
27107 " write path content\n"
27108 "\n"
27109 msgstr ""
27110
27111 #. type: =head2
27112 #: ../fish/guestfish-actions.pod:4850
27113 msgid "write-file"
27114 msgstr ""
27115
27116 #. type: verbatim
27117 #: ../fish/guestfish-actions.pod:4852
27118 #, no-wrap
27119 msgid ""
27120 " write-file path content size\n"
27121 "\n"
27122 msgstr ""
27123
27124 #. type: =head2
27125 #: ../fish/guestfish-actions.pod:4875
27126 msgid "zegrep"
27127 msgstr ""
27128
27129 #. type: verbatim
27130 #: ../fish/guestfish-actions.pod:4877
27131 #, no-wrap
27132 msgid ""
27133 " zegrep regex path\n"
27134 "\n"
27135 msgstr ""
27136
27137 #. type: =head2
27138 #: ../fish/guestfish-actions.pod:4885
27139 msgid "zegrepi"
27140 msgstr ""
27141
27142 #. type: verbatim
27143 #: ../fish/guestfish-actions.pod:4887
27144 #, no-wrap
27145 msgid ""
27146 " zegrepi regex path\n"
27147 "\n"
27148 msgstr ""
27149
27150 #. type: =head2
27151 #: ../fish/guestfish-actions.pod:4895
27152 msgid "zero"
27153 msgstr ""
27154
27155 #. type: verbatim
27156 #: ../fish/guestfish-actions.pod:4897
27157 #, no-wrap
27158 msgid ""
27159 " zero device\n"
27160 "\n"
27161 msgstr ""
27162
27163 #. type: textblock
27164 #: ../fish/guestfish-actions.pod:4905
27165 msgid "See also: L</zero-device>, L</scrub-device>."
27166 msgstr ""
27167
27168 #. type: =head2
27169 #: ../fish/guestfish-actions.pod:4907
27170 msgid "zero-device"
27171 msgstr ""
27172
27173 #. type: verbatim
27174 #: ../fish/guestfish-actions.pod:4909
27175 #, no-wrap
27176 msgid ""
27177 " zero-device device\n"
27178 "\n"
27179 msgstr ""
27180
27181 #. type: textblock
27182 #: ../fish/guestfish-actions.pod:4911
27183 msgid ""
27184 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
27185 "which just zeroes the first few blocks of a device."
27186 msgstr ""
27187
27188 #. type: =head2
27189 #: ../fish/guestfish-actions.pod:4918
27190 msgid "zerofree"
27191 msgstr ""
27192
27193 #. type: verbatim
27194 #: ../fish/guestfish-actions.pod:4920
27195 #, no-wrap
27196 msgid ""
27197 " zerofree device\n"
27198 "\n"
27199 msgstr ""
27200
27201 #. type: =head2
27202 #: ../fish/guestfish-actions.pod:4933
27203 msgid "zfgrep"
27204 msgstr ""
27205
27206 #. type: verbatim
27207 #: ../fish/guestfish-actions.pod:4935
27208 #, no-wrap
27209 msgid ""
27210 " zfgrep pattern path\n"
27211 "\n"
27212 msgstr ""
27213
27214 #. type: =head2
27215 #: ../fish/guestfish-actions.pod:4943
27216 msgid "zfgrepi"
27217 msgstr ""
27218
27219 #. type: verbatim
27220 #: ../fish/guestfish-actions.pod:4945
27221 #, no-wrap
27222 msgid ""
27223 " zfgrepi pattern path\n"
27224 "\n"
27225 msgstr ""
27226
27227 #. type: =head2
27228 #: ../fish/guestfish-actions.pod:4953
27229 msgid "zfile"
27230 msgstr ""
27231
27232 #. type: verbatim
27233 #: ../fish/guestfish-actions.pod:4955
27234 #, no-wrap
27235 msgid ""
27236 " zfile meth path\n"
27237 "\n"
27238 msgstr ""
27239
27240 #. type: textblock
27241 #: ../fish/guestfish-actions.pod:4962
27242 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
27243 msgstr ""
27244
27245 #. type: =head2
27246 #: ../fish/guestfish-actions.pod:4972
27247 msgid "zgrep"
27248 msgstr ""
27249
27250 #. type: verbatim
27251 #: ../fish/guestfish-actions.pod:4974
27252 #, no-wrap
27253 msgid ""
27254 " zgrep regex path\n"
27255 "\n"
27256 msgstr ""
27257
27258 #. type: =head2
27259 #: ../fish/guestfish-actions.pod:4982
27260 msgid "zgrepi"
27261 msgstr ""
27262
27263 #. type: verbatim
27264 #: ../fish/guestfish-actions.pod:4984
27265 #, no-wrap
27266 msgid ""
27267 " zgrepi regex path\n"
27268 "\n"
27269 msgstr ""
27270
27271 #. type: =head2
27272 #: ../fish/guestfish-commands.pod:1
27273 msgid "alloc"
27274 msgstr ""
27275
27276 #. type: =head2
27277 #: ../fish/guestfish-commands.pod:3
27278 msgid "allocate"
27279 msgstr ""
27280
27281 #. type: verbatim
27282 #: ../fish/guestfish-commands.pod:5
27283 #, no-wrap
27284 msgid ""
27285 " alloc filename size\n"
27286 "\n"
27287 msgstr ""
27288
27289 #. type: textblock
27290 #: ../fish/guestfish-commands.pod:7
27291 msgid ""
27292 "This creates an empty (zeroed) file of the given size, and then adds so it "
27293 "can be further examined."
27294 msgstr ""
27295
27296 #. type: textblock
27297 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
27298 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
27299 msgstr ""
27300
27301 #. type: textblock
27302 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
27303 msgid "Size can be specified using standard suffixes, eg. C<1M>."
27304 msgstr ""
27305
27306 #. type: textblock
27307 #: ../fish/guestfish-commands.pod:14
27308 msgid ""
27309 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
27310 "image, see L</PREPARED DISK IMAGES>."
27311 msgstr ""
27312
27313 #. type: =head2
27314 #: ../fish/guestfish-commands.pod:17
27315 msgid "copy-in"
27316 msgstr ""
27317
27318 #. type: verbatim
27319 #: ../fish/guestfish-commands.pod:19
27320 #, no-wrap
27321 msgid ""
27322 " copy-in local [local ...] /remotedir\n"
27323 "\n"
27324 msgstr ""
27325
27326 #. type: textblock
27327 #: ../fish/guestfish-commands.pod:21
27328 msgid ""
27329 "C<copy-in> copies local files or directories recursively into the disk "
27330 "image, placing them in the directory called C</remotedir> (which must "
27331 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
27332 "other commands as necessary."
27333 msgstr ""
27334
27335 #. type: textblock
27336 #: ../fish/guestfish-commands.pod:26
27337 msgid ""
27338 "Multiple local files and directories can be specified, but the last "
27339 "parameter must always be a remote directory.  Wildcards cannot be used."
27340 msgstr ""
27341
27342 #. type: =head2
27343 #: ../fish/guestfish-commands.pod:30
27344 msgid "copy-out"
27345 msgstr ""
27346
27347 #. type: verbatim
27348 #: ../fish/guestfish-commands.pod:32
27349 #, no-wrap
27350 msgid ""
27351 " copy-out remote [remote ...] localdir\n"
27352 "\n"
27353 msgstr ""
27354
27355 #. type: textblock
27356 #: ../fish/guestfish-commands.pod:34
27357 msgid ""
27358 "C<copy-out> copies remote files or directories recursively out of the disk "
27359 "image, placing them on the host disk in a local directory called C<localdir> "
27360 "(which must exist).  This guestfish meta-command turns into a sequence of "
27361 "L</download>, L</tar-out> and other commands as necessary."
27362 msgstr ""
27363
27364 #. type: textblock
27365 #: ../fish/guestfish-commands.pod:40
27366 msgid ""
27367 "Multiple remote files and directories can be specified, but the last "
27368 "parameter must always be a local directory.  To download to the current "
27369 "directory, use C<.> as in:"
27370 msgstr ""
27371
27372 #. type: verbatim
27373 #: ../fish/guestfish-commands.pod:44
27374 #, no-wrap
27375 msgid ""
27376 " copy-out /home .\n"
27377 "\n"
27378 msgstr ""
27379
27380 #. type: textblock
27381 #: ../fish/guestfish-commands.pod:46
27382 msgid ""
27383 "Wildcards cannot be used in the ordinary command, but you can use them with "
27384 "the help of L</glob> like this:"
27385 msgstr ""
27386
27387 #. type: verbatim
27388 #: ../fish/guestfish-commands.pod:49
27389 #, no-wrap
27390 msgid ""
27391 " glob copy-out /home/* .\n"
27392 "\n"
27393 msgstr ""
27394
27395 #. type: =head2
27396 #: ../fish/guestfish-commands.pod:51
27397 msgid "echo"
27398 msgstr ""
27399
27400 #. type: verbatim
27401 #: ../fish/guestfish-commands.pod:53
27402 #, no-wrap
27403 msgid ""
27404 " echo [params ...]\n"
27405 "\n"
27406 msgstr ""
27407
27408 #. type: textblock
27409 #: ../fish/guestfish-commands.pod:55
27410 msgid "This echos the parameters to the terminal."
27411 msgstr ""
27412
27413 #. type: =head2
27414 #: ../fish/guestfish-commands.pod:57
27415 msgid "edit"
27416 msgstr ""
27417
27418 #. type: =head2
27419 #: ../fish/guestfish-commands.pod:59
27420 msgid "vi"
27421 msgstr ""
27422
27423 #. type: =head2
27424 #: ../fish/guestfish-commands.pod:61
27425 msgid "emacs"
27426 msgstr ""
27427
27428 #. type: verbatim
27429 #: ../fish/guestfish-commands.pod:63
27430 #, no-wrap
27431 msgid ""
27432 " edit filename\n"
27433 "\n"
27434 msgstr ""
27435
27436 #. type: textblock
27437 #: ../fish/guestfish-commands.pod:65
27438 msgid ""
27439 "This is used to edit a file.  It downloads the file, edits it locally using "
27440 "your editor, then uploads the result."
27441 msgstr ""
27442
27443 #. type: textblock
27444 #: ../fish/guestfish-commands.pod:68
27445 msgid ""
27446 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
27447 "or C<emacs> you will get those corresponding editors."
27448 msgstr ""
27449
27450 #. type: =head2
27451 #: ../fish/guestfish-commands.pod:72
27452 msgid "glob"
27453 msgstr ""
27454
27455 #. type: verbatim
27456 #: ../fish/guestfish-commands.pod:74
27457 #, no-wrap
27458 msgid ""
27459 " glob command args...\n"
27460 "\n"
27461 msgstr ""
27462
27463 #. type: textblock
27464 #: ../fish/guestfish-commands.pod:76
27465 msgid ""
27466 "Expand wildcards in any paths in the args list, and run C<command> "
27467 "repeatedly on each matching path."
27468 msgstr ""
27469
27470 #. type: textblock
27471 #: ../fish/guestfish-commands.pod:79
27472 msgid "See L</WILDCARDS AND GLOBBING>."
27473 msgstr ""
27474
27475 #. type: =head2
27476 #: ../fish/guestfish-commands.pod:81
27477 msgid "hexedit"
27478 msgstr ""
27479
27480 #. type: verbatim
27481 #: ../fish/guestfish-commands.pod:83
27482 #, no-wrap
27483 msgid ""
27484 " hexedit <filename|device>\n"
27485 " hexedit <filename|device> <max>\n"
27486 " hexedit <filename|device> <start> <max>\n"
27487 "\n"
27488 msgstr ""
27489
27490 #. type: textblock
27491 #: ../fish/guestfish-commands.pod:87
27492 msgid ""
27493 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
27494 "device."
27495 msgstr ""
27496
27497 #. type: textblock
27498 #: ../fish/guestfish-commands.pod:90
27499 msgid ""
27500 "This command works by downloading potentially the whole file or device, "
27501 "editing it locally, then uploading it.  If the file or device is large, you "
27502 "have to specify which part you wish to edit by using C<max> and/or C<start> "
27503 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
27504 "usual modifiers allowed such as C<1M> (1 megabyte)."
27505 msgstr ""
27506
27507 #. type: textblock
27508 #: ../fish/guestfish-commands.pod:97
27509 msgid "For example to edit the first few sectors of a disk you might do:"
27510 msgstr ""
27511
27512 #. type: verbatim
27513 #: ../fish/guestfish-commands.pod:100
27514 #, no-wrap
27515 msgid ""
27516 " hexedit /dev/sda 1M\n"
27517 "\n"
27518 msgstr ""
27519
27520 #. type: textblock
27521 #: ../fish/guestfish-commands.pod:102
27522 msgid ""
27523 "which would allow you to edit anywhere within the first megabyte of the "
27524 "disk."
27525 msgstr ""
27526
27527 #. type: textblock
27528 #: ../fish/guestfish-commands.pod:105
27529 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
27530 msgstr ""
27531
27532 #. type: verbatim
27533 #: ../fish/guestfish-commands.pod:107
27534 #, no-wrap
27535 msgid ""
27536 " hexedit /dev/sda1 0x400 0x400\n"
27537 "\n"
27538 msgstr ""
27539
27540 #. type: textblock
27541 #: ../fish/guestfish-commands.pod:109
27542 msgid "(assuming the superblock is in the standard location)."
27543 msgstr ""
27544
27545 #. type: textblock
27546 #: ../fish/guestfish-commands.pod:111
27547 msgid ""
27548 "This command requires the external L<hexedit(1)> program.  You can specify "
27549 "another program to use by setting the C<HEXEDITOR> environment variable."
27550 msgstr ""
27551
27552 #. type: textblock
27553 #: ../fish/guestfish-commands.pod:115
27554 msgid "See also L</hexdump>."
27555 msgstr ""
27556
27557 #. type: =head2
27558 #: ../fish/guestfish-commands.pod:117
27559 msgid "lcd"
27560 msgstr ""
27561
27562 #. type: verbatim
27563 #: ../fish/guestfish-commands.pod:119
27564 #, no-wrap
27565 msgid ""
27566 " lcd directory\n"
27567 "\n"
27568 msgstr ""
27569
27570 #. type: textblock
27571 #: ../fish/guestfish-commands.pod:121
27572 msgid "Change the local directory, ie. the current directory of guestfish itself."
27573 msgstr ""
27574
27575 #. type: textblock
27576 #: ../fish/guestfish-commands.pod:124
27577 msgid "Note that C<!cd> won't do what you might expect."
27578 msgstr ""
27579
27580 #. type: =head2
27581 #: ../fish/guestfish-commands.pod:126
27582 msgid "man"
27583 msgstr ""
27584
27585 #. type: =head2
27586 #: ../fish/guestfish-commands.pod:128
27587 msgid "manual"
27588 msgstr ""
27589
27590 #. type: verbatim
27591 #: ../fish/guestfish-commands.pod:130
27592 #, no-wrap
27593 msgid ""
27594 "  man\n"
27595 "\n"
27596 msgstr ""
27597
27598 #. type: textblock
27599 #: ../fish/guestfish-commands.pod:132
27600 msgid "Opens the manual page for guestfish."
27601 msgstr ""
27602
27603 #. type: =head2
27604 #: ../fish/guestfish-commands.pod:134
27605 msgid "more"
27606 msgstr ""
27607
27608 #. type: =head2
27609 #: ../fish/guestfish-commands.pod:136
27610 msgid "less"
27611 msgstr ""
27612
27613 #. type: verbatim
27614 #: ../fish/guestfish-commands.pod:138
27615 #, no-wrap
27616 msgid ""
27617 " more filename\n"
27618 "\n"
27619 msgstr ""
27620
27621 #. type: verbatim
27622 #: ../fish/guestfish-commands.pod:140
27623 #, no-wrap
27624 msgid ""
27625 " less filename\n"
27626 "\n"
27627 msgstr ""
27628
27629 #. type: textblock
27630 #: ../fish/guestfish-commands.pod:142
27631 msgid "This is used to view a file."
27632 msgstr ""
27633
27634 #. type: textblock
27635 #: ../fish/guestfish-commands.pod:144
27636 msgid ""
27637 "The default viewer is C<$PAGER>.  However if you use the alternate command "
27638 "C<less> you will get the C<less> command specifically."
27639 msgstr ""
27640
27641 #. type: =head2
27642 #: ../fish/guestfish-commands.pod:147
27643 msgid "reopen"
27644 msgstr ""
27645
27646 #. type: verbatim
27647 #: ../fish/guestfish-commands.pod:149
27648 #, no-wrap
27649 msgid ""
27650 "  reopen\n"
27651 "\n"
27652 msgstr ""
27653
27654 #. type: textblock
27655 #: ../fish/guestfish-commands.pod:151
27656 msgid ""
27657 "Close and reopen the libguestfs handle.  It is not necessary to use this "
27658 "normally, because the handle is closed properly when guestfish exits.  "
27659 "However this is occasionally useful for testing."
27660 msgstr ""
27661
27662 #. type: =head2
27663 #: ../fish/guestfish-commands.pod:155
27664 msgid "sparse"
27665 msgstr ""
27666
27667 #. type: verbatim
27668 #: ../fish/guestfish-commands.pod:157
27669 #, no-wrap
27670 msgid ""
27671 " sparse filename size\n"
27672 "\n"
27673 msgstr ""
27674
27675 #. type: textblock
27676 #: ../fish/guestfish-commands.pod:159
27677 msgid ""
27678 "This creates an empty sparse file of the given size, and then adds so it can "
27679 "be further examined."
27680 msgstr ""
27681
27682 #. type: textblock
27683 #: ../fish/guestfish-commands.pod:162
27684 msgid ""
27685 "In all respects it works the same as the L</alloc> command, except that the "
27686 "image file is allocated sparsely, which means that disk blocks are not "
27687 "assigned to the file until they are needed.  Sparse disk files only use "
27688 "space when written to, but they are slower and there is a danger you could "
27689 "run out of real disk space during a write operation."
27690 msgstr ""
27691
27692 #. type: =head2
27693 #: ../fish/guestfish-commands.pod:172
27694 msgid "supported"
27695 msgstr ""
27696
27697 #. type: verbatim
27698 #: ../fish/guestfish-commands.pod:174
27699 #, no-wrap
27700 msgid ""
27701 " supported\n"
27702 "\n"
27703 msgstr ""
27704
27705 #. type: textblock
27706 #: ../fish/guestfish-commands.pod:176
27707 msgid ""
27708 "This command returns a list of the optional groups known to the daemon, and "
27709 "indicates which ones are supported by this build of the libguestfs "
27710 "appliance."
27711 msgstr ""
27712
27713 #. type: textblock
27714 #: ../fish/guestfish-commands.pod:180
27715 msgid "See also L<guestfs(3)/AVAILABILITY>."
27716 msgstr ""
27717
27718 #. type: =head2
27719 #: ../fish/guestfish-commands.pod:182
27720 msgid "time"
27721 msgstr ""
27722
27723 #. type: verbatim
27724 #: ../fish/guestfish-commands.pod:184
27725 #, no-wrap
27726 msgid ""
27727 " time command args...\n"
27728 "\n"
27729 msgstr ""
27730
27731 #. type: textblock
27732 #: ../fish/guestfish-commands.pod:186
27733 msgid ""
27734 "Run the command as usual, but print the elapsed time afterwards.  This can "
27735 "be useful for benchmarking operations."
27736 msgstr ""
27737
27738 #. type: textblock
27739 #: ../test-tool/libguestfs-test-tool.pod:5
27740 msgid "libguestfs-test-tool - End user tests for libguestfs"
27741 msgstr ""
27742
27743 #. type: verbatim
27744 #: ../test-tool/libguestfs-test-tool.pod:9
27745 #, no-wrap
27746 msgid ""
27747 " libguestfs-test-tool [--options]\n"
27748 "\n"
27749 msgstr ""
27750
27751 #. type: textblock
27752 #: ../test-tool/libguestfs-test-tool.pod:13
27753 msgid ""
27754 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
27755 "and developers, to allow them to check basic libguestfs functionality is "
27756 "working.  This is needed because libguestfs occasionally breaks for reasons "
27757 "beyond our control: usually because of changes in the underlying qemu or "
27758 "kernel packages, or the host environment."
27759 msgstr ""
27760
27761 #. type: textblock
27762 #: ../test-tool/libguestfs-test-tool.pod:20
27763 msgid "If you suspect a problem in libguestfs, then just run:"
27764 msgstr ""
27765
27766 #. type: verbatim
27767 #: ../test-tool/libguestfs-test-tool.pod:22
27768 #, no-wrap
27769 msgid ""
27770 " libguestfs-test-tool\n"
27771 "\n"
27772 msgstr ""
27773
27774 #. type: textblock
27775 #: ../test-tool/libguestfs-test-tool.pod:24
27776 msgid "It will print lots of diagnostic messages."
27777 msgstr ""
27778
27779 #. type: textblock
27780 #: ../test-tool/libguestfs-test-tool.pod:26
27781 msgid "If it runs to completion successfully, you will see this near the end:"
27782 msgstr ""
27783
27784 #. type: verbatim
27785 #: ../test-tool/libguestfs-test-tool.pod:28
27786 #, no-wrap
27787 msgid ""
27788 " ===== TEST FINISHED OK =====\n"
27789 "\n"
27790 msgstr ""
27791
27792 #. type: textblock
27793 #: ../test-tool/libguestfs-test-tool.pod:30
27794 msgid "and the test tool will exit with code 0."
27795 msgstr ""
27796
27797 #. type: textblock
27798 #: ../test-tool/libguestfs-test-tool.pod:32
27799 msgid ""
27800 "If it fails (and/or exits with non-zero error code), please paste the "
27801 "B<complete, unedited> output of the test tool into a bug report.  More "
27802 "information about reporting bugs can be found on the "
27803 "L<http://libguestfs.org/> website."
27804 msgstr ""
27805
27806 #. type: =item
27807 #: ../test-tool/libguestfs-test-tool.pod:41
27808 msgid "I<--help>"
27809 msgstr ""
27810
27811 #. type: textblock
27812 #: ../test-tool/libguestfs-test-tool.pod:43
27813 msgid "Display short usage information and exit."
27814 msgstr ""
27815
27816 #. type: =item
27817 #: ../test-tool/libguestfs-test-tool.pod:45
27818 msgid "I<--qemu qemu_binary>"
27819 msgstr ""
27820
27821 #. type: textblock
27822 #: ../test-tool/libguestfs-test-tool.pod:47
27823 msgid ""
27824 "If you have downloaded another qemu binary, point this option at the full "
27825 "path of the binary to try it."
27826 msgstr ""
27827
27828 #. type: =item
27829 #: ../test-tool/libguestfs-test-tool.pod:50
27830 msgid "I<--qemudir qemu_source_dir>"
27831 msgstr ""
27832
27833 #. type: textblock
27834 #: ../test-tool/libguestfs-test-tool.pod:52
27835 msgid ""
27836 "If you have compiled qemu from source, point this option at the source "
27837 "directory to try it."
27838 msgstr ""
27839
27840 #. type: =item
27841 #: ../test-tool/libguestfs-test-tool.pod:55
27842 msgid "I<--timeout N>"
27843 msgstr ""
27844
27845 #. type: textblock
27846 #: ../test-tool/libguestfs-test-tool.pod:57
27847 msgid ""
27848 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
27849 "does not usually need to be adjusted unless your machine is very slow."
27850 msgstr ""
27851
27852 #. type: =head1
27853 #: ../test-tool/libguestfs-test-tool.pod:63
27854 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
27855 msgstr ""
27856
27857 #. type: textblock
27858 #: ../test-tool/libguestfs-test-tool.pod:65
27859 msgid ""
27860 "If you have compiled another version of qemu from source and would like to "
27861 "try that, then you can use the I<--qemudir> option to point to the qemu "
27862 "source directory."
27863 msgstr ""
27864
27865 #. type: textblock
27866 #: ../test-tool/libguestfs-test-tool.pod:69
27867 msgid ""
27868 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
27869 "option to point to the binary."
27870 msgstr ""
27871
27872 #. type: textblock
27873 #: ../test-tool/libguestfs-test-tool.pod:72
27874 msgid ""
27875 "When using an alternate qemu with libguestfs, usually you would need to "
27876 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
27877 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
27878 "when you use either of the I<--qemudir> or I<--qemu> options."
27879 msgstr ""
27880
27881 #. type: textblock
27882 #: ../test-tool/libguestfs-test-tool.pod:79
27883 msgid ""
27884 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
27885 "I<1> if there was an error."
27886 msgstr ""
27887
27888 #. type: textblock
27889 #: ../test-tool/libguestfs-test-tool.pod:84
27890 msgid ""
27891 "For the full list of environment variables which may affect libguestfs, "
27892 "please see the L<guestfs(3)> manual page."
27893 msgstr ""
27894
27895 #. type: textblock
27896 #: ../test-tool/libguestfs-test-tool.pod:89
27897 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
27898 msgstr ""
27899
27900 #. type: textblock
27901 #: ../fuse/guestmount.pod:5
27902 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
27903 msgstr ""
27904
27905 #. type: verbatim
27906 #: ../fuse/guestmount.pod:9
27907 #, no-wrap
27908 msgid ""
27909 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
27910 "\n"
27911 msgstr ""
27912
27913 #. type: verbatim
27914 #: ../fuse/guestmount.pod:11
27915 #, no-wrap
27916 msgid ""
27917 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
27918 "\n"
27919 msgstr ""
27920
27921 #. type: verbatim
27922 #: ../fuse/guestmount.pod:13
27923 #, no-wrap
27924 msgid ""
27925 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
27926 "\n"
27927 msgstr ""
27928
27929 #. type: textblock
27930 #: ../fuse/guestmount.pod:17
27931 msgid ""
27932 "You must I<not> use C<guestmount> in read-write mode on live virtual "
27933 "machines.  If you do this, you risk disk corruption in the VM."
27934 msgstr ""
27935
27936 #. type: textblock
27937 #: ../fuse/guestmount.pod:22
27938 msgid ""
27939 "The guestmount program can be used to mount virtual machine filesystems and "
27940 "other disk images on the host.  It uses libguestfs for access to the guest "
27941 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
27942 "a mountable device."
27943 msgstr ""
27944
27945 #. type: textblock
27946 #: ../fuse/guestmount.pod:27
27947 msgid ""
27948 "Along with other options, you have to give at least one device (I<-a> "
27949 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
27950 "option) or use the I<-i> inspection option.  How this works is better "
27951 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
27952 "below."
27953 msgstr ""
27954
27955 #. type: textblock
27956 #: ../fuse/guestmount.pod:33
27957 msgid ""
27958 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
27959 "by you, and the filesystem will not be visible to any other users unless you "
27960 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
27961 "the filesystem, use the C<fusermount -u> command."
27962 msgstr ""
27963
27964 #. type: textblock
27965 #: ../fuse/guestmount.pod:41
27966 msgid ""
27967 "For a typical Windows guest which has its main filesystem on the first "
27968 "partition:"
27969 msgstr ""
27970
27971 #. type: verbatim
27972 #: ../fuse/guestmount.pod:44
27973 #, no-wrap
27974 msgid ""
27975 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
27976 "\n"
27977 msgstr ""
27978
27979 #. type: textblock
27980 #: ../fuse/guestmount.pod:46
27981 msgid ""
27982 "For a typical Linux guest which has a /boot filesystem on the first "
27983 "partition, and the root filesystem on a logical volume:"
27984 msgstr ""
27985
27986 #. type: verbatim
27987 #: ../fuse/guestmount.pod:49
27988 #, no-wrap
27989 msgid ""
27990 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
27991 "\n"
27992 msgstr ""
27993
27994 #. type: textblock
27995 #: ../fuse/guestmount.pod:51
27996 msgid "To get libguestfs to detect guest mountpoints for you:"
27997 msgstr ""
27998
27999 #. type: verbatim
28000 #: ../fuse/guestmount.pod:53
28001 #, no-wrap
28002 msgid ""
28003 " guestmount -a guest.img -i --ro /mnt\n"
28004 "\n"
28005 msgstr ""
28006
28007 #. type: textblock
28008 #: ../fuse/guestmount.pod:55
28009 msgid "For a libvirt guest called \"Guest\" you could do:"
28010 msgstr ""
28011
28012 #. type: verbatim
28013 #: ../fuse/guestmount.pod:57
28014 #, no-wrap
28015 msgid ""
28016 " guestmount -d Guest -i --ro /mnt\n"
28017 "\n"
28018 msgstr ""
28019
28020 #. type: textblock
28021 #: ../fuse/guestmount.pod:59
28022 msgid ""
28023 "If you don't know what filesystems are contained in a guest or disk image, "
28024 "use L<virt-filesystems(1)> first:"
28025 msgstr ""
28026
28027 #. type: verbatim
28028 #: ../fuse/guestmount.pod:62
28029 #, no-wrap
28030 msgid ""
28031 " virt-filesystems MyGuest\n"
28032 "\n"
28033 msgstr ""
28034
28035 #. type: textblock
28036 #: ../fuse/guestmount.pod:64
28037 msgid ""
28038 "If you want to trace the libguestfs calls but without excessive debugging "
28039 "information, we recommend:"
28040 msgstr ""
28041
28042 #. type: verbatim
28043 #: ../fuse/guestmount.pod:67
28044 #, no-wrap
28045 msgid ""
28046 " guestmount [...] --trace /mnt\n"
28047 "\n"
28048 msgstr ""
28049
28050 #. type: textblock
28051 #: ../fuse/guestmount.pod:69
28052 msgid "If you want to debug the program, we recommend:"
28053 msgstr ""
28054
28055 #. type: verbatim
28056 #: ../fuse/guestmount.pod:71
28057 #, no-wrap
28058 msgid ""
28059 " guestmount [...] --trace --verbose /mnt\n"
28060 "\n"
28061 msgstr ""
28062
28063 #. type: =item
28064 #: ../fuse/guestmount.pod:77
28065 msgid "B<-a image> | B<--add image>"
28066 msgstr ""
28067
28068 #. type: textblock
28069 #: ../fuse/guestmount.pod:79
28070 msgid "Add a block device or virtual machine image."
28071 msgstr ""
28072
28073 #. type: =item
28074 #: ../fuse/guestmount.pod:84
28075 msgid "B<-c URI> | B<--connect URI>"
28076 msgstr ""
28077
28078 #. type: =item
28079 #: ../fuse/guestmount.pod:90
28080 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
28081 msgstr ""
28082
28083 #. type: =item
28084 #: ../fuse/guestmount.pod:98
28085 msgid "B<--dir-cache-timeout N>"
28086 msgstr ""
28087
28088 #. type: textblock
28089 #: ../fuse/guestmount.pod:100
28090 msgid ""
28091 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
28092 "seconds.  The readdir cache [actually, there are several semi-independent "
28093 "caches] is populated after a readdir(2) call with the stat and extended "
28094 "attributes of the files in the directory, in anticipation that they will be "
28095 "requested soon after."
28096 msgstr ""
28097
28098 #. type: textblock
28099 #: ../fuse/guestmount.pod:106
28100 msgid ""
28101 "There is also a different attribute cache implemented by FUSE (see the FUSE "
28102 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
28103 "requests, only cache existing ones."
28104 msgstr ""
28105
28106 #. type: =item
28107 #: ../fuse/guestmount.pod:117
28108 msgid "B<--format=raw|qcow2|..> | B<--format>"
28109 msgstr ""
28110
28111 #. type: textblock
28112 #: ../fuse/guestmount.pod:124
28113 msgid ""
28114 "If you have untrusted raw-format guest disk images, you should use this "
28115 "option to specify the disk format.  This avoids a possible security problem "
28116 "with malicious guests (CVE-2010-3851).  See also "
28117 "L<guestfs(3)/guestfs_add_drive_opts>."
28118 msgstr ""
28119
28120 #. type: =item
28121 #: ../fuse/guestmount.pod:129
28122 msgid "B<--fuse-help>"
28123 msgstr ""
28124
28125 #. type: textblock
28126 #: ../fuse/guestmount.pod:131
28127 msgid "Display help on special FUSE options (see I<-o> below)."
28128 msgstr ""
28129
28130 #. type: textblock
28131 #: ../fuse/guestmount.pod:135
28132 msgid "Display brief help and exit."
28133 msgstr ""
28134
28135 #. type: =item
28136 #: ../fuse/guestmount.pod:137
28137 msgid "B<-i> | B<--inspector>"
28138 msgstr ""
28139
28140 #. type: textblock
28141 #: ../fuse/guestmount.pod:157
28142 msgid ""
28143 "Mount the named partition or logical volume on the given mountpoint B<in the "
28144 "guest> (this has nothing to do with mountpoints in the host)."
28145 msgstr ""
28146
28147 #. type: textblock
28148 #: ../fuse/guestmount.pod:160
28149 msgid ""
28150 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
28151 "something on C</>."
28152 msgstr ""
28153
28154 #. type: =item
28155 #: ../fuse/guestmount.pod:173
28156 msgid "B<-n> | B<--no-sync>"
28157 msgstr ""
28158
28159 #. type: textblock
28160 #: ../fuse/guestmount.pod:175
28161 msgid ""
28162 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
28163 "unmounted.  If you specify this option, then we don't attempt to sync the "
28164 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
28165 msgstr ""
28166
28167 #. type: =item
28168 #: ../fuse/guestmount.pod:180
28169 msgid "B<-o option> | B<--option option>"
28170 msgstr ""
28171
28172 #. type: textblock
28173 #: ../fuse/guestmount.pod:182
28174 msgid "Pass extra options to FUSE."
28175 msgstr ""
28176
28177 #. type: textblock
28178 #: ../fuse/guestmount.pod:184
28179 msgid ""
28180 "To get a list of all the extra options supported by FUSE, use the command "
28181 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
28182 "of them are a good idea."
28183 msgstr ""
28184
28185 #. type: verbatim
28186 #: ../fuse/guestmount.pod:188
28187 #, no-wrap
28188 msgid ""
28189 " guestmount --fuse-help\n"
28190 "\n"
28191 msgstr ""
28192
28193 #. type: textblock
28194 #: ../fuse/guestmount.pod:190
28195 msgid "Some potentially useful FUSE options:"
28196 msgstr ""
28197
28198 #. type: =item
28199 #: ../fuse/guestmount.pod:194
28200 msgid "B<-o allow_other>"
28201 msgstr ""
28202
28203 #. type: textblock
28204 #: ../fuse/guestmount.pod:196
28205 msgid "Allow other users to see the filesystem."
28206 msgstr ""
28207
28208 #. type: =item
28209 #: ../fuse/guestmount.pod:198
28210 msgid "B<-o attr_timeout=N>"
28211 msgstr ""
28212
28213 #. type: textblock
28214 #: ../fuse/guestmount.pod:200
28215 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
28216 msgstr ""
28217
28218 #. type: =item
28219 #: ../fuse/guestmount.pod:202
28220 msgid "B<-o kernel_cache>"
28221 msgstr ""
28222
28223 #. type: textblock
28224 #: ../fuse/guestmount.pod:204
28225 msgid ""
28226 "Allow the kernel to cache files (reduces the number of reads that have to go "
28227 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
28228 "afford the extra memory usage."
28229 msgstr ""
28230
28231 #. type: =item
28232 #: ../fuse/guestmount.pod:208
28233 msgid "B<-o uid=N> B<-o gid=N>"
28234 msgstr ""
28235
28236 #. type: textblock
28237 #: ../fuse/guestmount.pod:210
28238 msgid ""
28239 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
28240 "the chosen values."
28241 msgstr ""
28242
28243 #. type: =item
28244 #: ../fuse/guestmount.pod:215
28245 msgid "B<-r> | B<--ro>"
28246 msgstr ""
28247
28248 #. type: textblock
28249 #: ../fuse/guestmount.pod:217
28250 msgid ""
28251 "Add devices and mount everything read-only.  Also disallow writes and make "
28252 "the disk appear read-only to FUSE."
28253 msgstr ""
28254
28255 #. type: textblock
28256 #: ../fuse/guestmount.pod:220
28257 msgid ""
28258 "This is highly recommended if you are not going to edit the guest disk.  If "
28259 "the guest is running and this option is I<not> supplied, then there is a "
28260 "strong risk of disk corruption in the guest.  We try to prevent this from "
28261 "happening, but it is not always possible."
28262 msgstr ""
28263
28264 #. type: textblock
28265 #: ../fuse/guestmount.pod:225
28266 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28267 msgstr ""
28268
28269 #. type: textblock
28270 #: ../fuse/guestmount.pod:229
28271 msgid "Enable SELinux support for the guest."
28272 msgstr ""
28273
28274 #. type: =item
28275 #: ../fuse/guestmount.pod:231
28276 msgid "B<-v> | B<--verbose>"
28277 msgstr ""
28278
28279 #. type: textblock
28280 #: ../fuse/guestmount.pod:233
28281 msgid "Enable verbose messages from underlying libguestfs."
28282 msgstr ""
28283
28284 #. type: =item
28285 #: ../fuse/guestmount.pod:235
28286 msgid "B<-V> | B<--version>"
28287 msgstr ""
28288
28289 #. type: textblock
28290 #: ../fuse/guestmount.pod:237
28291 msgid "Display the program version and exit."
28292 msgstr ""
28293
28294 #. type: =item
28295 #: ../fuse/guestmount.pod:239
28296 msgid "B<-w> | B<--rw>"
28297 msgstr ""
28298
28299 #. type: textblock
28300 #: ../fuse/guestmount.pod:244 ../fuse/guestmount.pod:265
28301 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28302 msgstr ""
28303
28304 #. type: =item
28305 #: ../fuse/guestmount.pod:246
28306 msgid "B<-x> | B<--trace>"
28307 msgstr ""
28308
28309 #. type: textblock
28310 #: ../fuse/guestmount.pod:248
28311 msgid "Trace libguestfs calls and entry into each FUSE function."
28312 msgstr ""
28313
28314 #. type: textblock
28315 #: ../fuse/guestmount.pod:250
28316 msgid "This also stops the daemon from forking into the background."
28317 msgstr ""
28318
28319 #. type: textblock
28320 #: ../fuse/guestmount.pod:271
28321 msgid ""
28322 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
28323 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
28324 "L<http://fuse.sf.net/>."
28325 msgstr ""
28326
28327 #. type: textblock
28328 #: ../fuse/guestmount.pod:286
28329 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
28330 msgstr ""
28331
28332 #. type: textblock
28333 #: ../tools/virt-edit.pl:34
28334 msgid "virt-edit - Edit a file in a virtual machine"
28335 msgstr ""
28336
28337 #. type: verbatim
28338 #: ../tools/virt-edit.pl:38
28339 #, no-wrap
28340 msgid ""
28341 " virt-edit [--options] domname file\n"
28342 "\n"
28343 msgstr ""
28344
28345 #. type: verbatim
28346 #: ../tools/virt-edit.pl:40
28347 #, no-wrap
28348 msgid ""
28349 " virt-edit [--options] disk.img [disk.img ...] file\n"
28350 "\n"
28351 msgstr ""
28352
28353 #. type: verbatim
28354 #: ../tools/virt-edit.pl:42
28355 #, no-wrap
28356 msgid ""
28357 " virt-edit [domname|disk.img] file -e 'expr'\n"
28358 "\n"
28359 msgstr ""
28360
28361 #. type: textblock
28362 #: ../tools/virt-edit.pl:46
28363 msgid ""
28364 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
28365 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
28366 "doing this, but doesn't catch all cases."
28367 msgstr ""
28368
28369 #. type: textblock
28370 #: ../tools/virt-edit.pl:52
28371 msgid ""
28372 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
28373 "the named virtual machine (or disk image)."
28374 msgstr ""
28375
28376 #. type: textblock
28377 #: ../tools/virt-edit.pl:55
28378 msgid "If you want to just view a file, use L<virt-cat(1)>."
28379 msgstr ""
28380
28381 #. type: textblock
28382 #: ../tools/virt-edit.pl:57
28383 msgid ""
28384 "For more complex cases you should look at the L<guestfish(1)> tool (see "
28385 "L</USING GUESTFISH> below)."
28386 msgstr ""
28387
28388 #. type: textblock
28389 #: ../tools/virt-edit.pl:60
28390 msgid ""
28391 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
28392 "files.  L<guestfish(1)> can do that and much more."
28393 msgstr ""
28394
28395 #. type: textblock
28396 #: ../tools/virt-edit.pl:65
28397 msgid "Edit the named files interactively:"
28398 msgstr ""
28399
28400 #. type: verbatim
28401 #: ../tools/virt-edit.pl:67
28402 #, no-wrap
28403 msgid ""
28404 " virt-edit mydomain /boot/grub/grub.conf\n"
28405 "\n"
28406 msgstr ""
28407
28408 #. type: verbatim
28409 #: ../tools/virt-edit.pl:69
28410 #, no-wrap
28411 msgid ""
28412 " virt-edit mydomain /etc/passwd\n"
28413 "\n"
28414 msgstr ""
28415
28416 #. type: textblock
28417 #: ../tools/virt-edit.pl:71
28418 msgid "For Windows guests, some Windows paths are understood:"
28419 msgstr ""
28420
28421 #. type: verbatim
28422 #: ../tools/virt-edit.pl:73
28423 #, no-wrap
28424 msgid ""
28425 " virt-edit mywindomain 'c:\\autoexec.bat'\n"
28426 "\n"
28427 msgstr ""
28428
28429 #. type: textblock
28430 #: ../tools/virt-edit.pl:75
28431 msgid ""
28432 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
28433 "below).  To change the init default level to 5:"
28434 msgstr ""
28435
28436 #. type: verbatim
28437 #: ../tools/virt-edit.pl:79
28438 #, no-wrap
28439 msgid ""
28440 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
28441 "\n"
28442 msgstr ""
28443
28444 #. type: textblock
28445 #: ../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
28446 msgid "Display brief help."
28447 msgstr ""
28448
28449 #. type: textblock
28450 #: ../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
28451 msgid "Display version number and exit."
28452 msgstr ""
28453
28454 #. type: =item
28455 #: ../tools/virt-edit.pl:105
28456 msgid "B<--backup extension> | B<-b extension>"
28457 msgstr ""
28458
28459 #. type: textblock
28460 #: ../tools/virt-edit.pl:107
28461 msgid ""
28462 "Create a backup of the original file I<in the guest disk image>.  The backup "
28463 "has the original filename with C<extension> added."
28464 msgstr ""
28465
28466 #. type: textblock
28467 #: ../tools/virt-edit.pl:110
28468 msgid ""
28469 "Usually the first character of C<extension> would be a dot C<.> so you would "
28470 "write:"
28471 msgstr ""
28472
28473 #. type: verbatim
28474 #: ../tools/virt-edit.pl:113
28475 #, no-wrap
28476 msgid ""
28477 " virt-edit -b .orig [etc]\n"
28478 "\n"
28479 msgstr ""
28480
28481 #. type: textblock
28482 #: ../tools/virt-edit.pl:115
28483 msgid "By default, no backup file is made."
28484 msgstr ""
28485
28486 #. type: =item
28487 #: ../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
28488 msgid "B<--connect URI> | B<-c URI>"
28489 msgstr ""
28490
28491 #. type: textblock
28492 #: ../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
28493 msgid ""
28494 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
28495 "to the default libvirt hypervisor."
28496 msgstr ""
28497
28498 #. type: textblock
28499 #: ../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
28500 msgid ""
28501 "If you specify guest block devices directly, then libvirt is not used at "
28502 "all."
28503 msgstr ""
28504
28505 #. type: =item
28506 #: ../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
28507 msgid "B<--format> raw"
28508 msgstr ""
28509
28510 #. type: textblock
28511 #: ../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
28512 msgid ""
28513 "Specify the format of disk images given on the command line.  If this is "
28514 "omitted then the format is autodetected from the content of the disk image."
28515 msgstr ""
28516
28517 #. type: textblock
28518 #: ../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
28519 msgid ""
28520 "If disk images are requested from libvirt, then this program asks libvirt "
28521 "for this information.  In this case, the value of the format parameter is "
28522 "ignored."
28523 msgstr ""
28524
28525 #. type: textblock
28526 #: ../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
28527 msgid ""
28528 "If working with untrusted raw-format guest disk images, you should ensure "
28529 "the format is always specified."
28530 msgstr ""
28531
28532 #. type: =item
28533 #: ../tools/virt-edit.pl:150
28534 msgid "B<--expr EXPR> | B<-e EXPR>"
28535 msgstr ""
28536
28537 #. type: textblock
28538 #: ../tools/virt-edit.pl:152
28539 msgid ""
28540 "Instead of launching the external editor, non-interactively apply the Perl "
28541 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
28542 "EDITING> below."
28543 msgstr ""
28544
28545 #. type: textblock
28546 #: ../tools/virt-edit.pl:156
28547 msgid ""
28548 "Be careful to properly quote the expression to prevent it from being altered "
28549 "by the shell."
28550 msgstr ""
28551
28552 #. type: =head1
28553 #: ../tools/virt-edit.pl:280
28554 msgid "NON-INTERACTIVE EDITING"
28555 msgstr ""
28556
28557 #. type: textblock
28558 #: ../tools/virt-edit.pl:282
28559 msgid ""
28560 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
28561 "administrator can interactively edit the file."
28562 msgstr ""
28563
28564 #. type: textblock
28565 #: ../tools/virt-edit.pl:285
28566 msgid ""
28567 "There are two ways also to use C<virt-edit> from scripts in order to make "
28568 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
28569 "like this, it's less error-prone to write scripts directly using the "
28570 "libguestfs API and Augeas for configuration file editing.)"
28571 msgstr ""
28572
28573 #. type: textblock
28574 #: ../tools/virt-edit.pl:291
28575 msgid ""
28576 "The first method is to temporarily set C<$EDITOR> to any script or program "
28577 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
28578 "update C<tmpfile> in place however it likes."
28579 msgstr ""
28580
28581 #. type: textblock
28582 #: ../tools/virt-edit.pl:295
28583 msgid ""
28584 "The second method is to use the I<-e> parameter of C<virt-edit> to run a "
28585 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
28586 "instances of C<foo> with C<bar> in a file:"
28587 msgstr ""
28588
28589 #. type: verbatim
28590 #: ../tools/virt-edit.pl:299
28591 #, no-wrap
28592 msgid ""
28593 " virt-edit domname filename -e 's/foo/bar/'\n"
28594 "\n"
28595 msgstr ""
28596
28597 #. type: textblock
28598 #: ../tools/virt-edit.pl:301
28599 msgid ""
28600 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
28601 "For example to delete root's password you could do:"
28602 msgstr ""
28603
28604 #. type: verbatim
28605 #: ../tools/virt-edit.pl:304
28606 #, no-wrap
28607 msgid ""
28608 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
28609 "\n"
28610 msgstr ""
28611
28612 #. type: textblock
28613 #: ../tools/virt-edit.pl:306
28614 msgid ""
28615 "What really happens is that the snippet is evaluated as a Perl expression "
28616 "for each line of the file.  The line, including the final C<\\n>, is passed "
28617 "in C<$_> and the expression should update C<$_> or leave it unchanged."
28618 msgstr ""
28619
28620 #. type: textblock
28621 #: ../tools/virt-edit.pl:311
28622 msgid ""
28623 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
28624 "C<apache> user account from the password file you can do:"
28625 msgstr ""
28626
28627 #. type: verbatim
28628 #: ../tools/virt-edit.pl:314
28629 #, no-wrap
28630 msgid ""
28631 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
28632 "\n"
28633 msgstr ""
28634
28635 #. type: textblock
28636 #: ../tools/virt-edit.pl:316
28637 msgid ""
28638 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
28639 "the end of the file is rather difficult this way since there is no concept "
28640 "of \"last line of the file\" - your expression just doesn't get called "
28641 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
28642 "want to do this."
28643 msgstr ""
28644
28645 #. type: textblock
28646 #: ../tools/virt-edit.pl:322
28647 msgid ""
28648 "The variable C<$lineno> contains the current line number.  As is "
28649 "traditional, the first line in the file is number C<1>."
28650 msgstr ""
28651
28652 #. type: textblock
28653 #: ../tools/virt-edit.pl:325
28654 msgid ""
28655 "The return value from the expression is ignored, but the expression may call "
28656 "C<die> in order to abort the whole program, leaving the original file "
28657 "untouched."
28658 msgstr ""
28659
28660 #. type: textblock
28661 #: ../tools/virt-edit.pl:329
28662 msgid ""
28663 "Remember when matching the end of a line that C<$_> may contain the final "
28664 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
28665 "newline then neither of these.  Thus to match or substitute some text at the "
28666 "end of a line, use this regular expression:"
28667 msgstr ""
28668
28669 #. type: verbatim
28670 #: ../tools/virt-edit.pl:334
28671 #, no-wrap
28672 msgid ""
28673 " /some text(\\r?\\n)?$/\n"
28674 "\n"
28675 msgstr ""
28676
28677 #. type: textblock
28678 #: ../tools/virt-edit.pl:336
28679 msgid ""
28680 "Alternately, use the perl C<chomp> function, being careful not to chomp "
28681 "C<$_> itself (since that would remove all newlines from the file):"
28682 msgstr ""
28683
28684 #. type: verbatim
28685 #: ../tools/virt-edit.pl:340
28686 #, no-wrap
28687 msgid ""
28688 " my $m = $_; chomp $m; $m =~ /some text$/\n"
28689 "\n"
28690 msgstr ""
28691
28692 #. type: textblock
28693 #: ../tools/virt-edit.pl:344
28694 msgid ""
28695 "C<virt-edit> has a limited ability to understand Windows drive letters and "
28696 "paths (eg. C<E:\\foo\\bar.txt>)."
28697 msgstr ""
28698
28699 #. type: textblock
28700 #: ../tools/virt-edit.pl:347
28701 msgid "If and only if the guest is running Windows then:"
28702 msgstr ""
28703
28704 #. type: textblock
28705 #: ../tools/virt-edit.pl:353
28706 msgid ""
28707 "Drive letter prefixes like C<C:> are resolved against the Windows Registry "
28708 "to the correct filesystem."
28709 msgstr ""
28710
28711 #. type: textblock
28712 #: ../tools/virt-edit.pl:358
28713 msgid ""
28714 "Any backslash (C<\\>) characters in the path are replaced with forward "
28715 "slashes so that libguestfs can process it."
28716 msgstr ""
28717
28718 #. type: textblock
28719 #: ../tools/virt-edit.pl:363
28720 msgid ""
28721 "The path is resolved case insensitively to locate the file that should be "
28722 "edited."
28723 msgstr ""
28724
28725 #. type: textblock
28726 #: ../tools/virt-edit.pl:368
28727 msgid "There are some known shortcomings:"
28728 msgstr ""
28729
28730 #. type: textblock
28731 #: ../tools/virt-edit.pl:374
28732 msgid "Some NTFS symbolic links may not be followed correctly."
28733 msgstr ""
28734
28735 #. type: textblock
28736 #: ../tools/virt-edit.pl:378
28737 msgid "NTFS junction points that cross filesystems are not followed."
28738 msgstr ""
28739
28740 #. type: =head1
28741 #: ../tools/virt-edit.pl:435
28742 msgid "USING GUESTFISH"
28743 msgstr ""
28744
28745 #. type: textblock
28746 #: ../tools/virt-edit.pl:437
28747 msgid ""
28748 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
28749 "C<virt-edit> doesn't work."
28750 msgstr ""
28751
28752 #. type: textblock
28753 #: ../tools/virt-edit.pl:440
28754 msgid "Using C<virt-edit> is approximately equivalent to doing:"
28755 msgstr ""
28756
28757 #. type: verbatim
28758 #: ../tools/virt-edit.pl:442
28759 #, no-wrap
28760 msgid ""
28761 " guestfish --rw -i -d domname edit /file\n"
28762 "\n"
28763 msgstr ""
28764
28765 #. type: textblock
28766 #: ../tools/virt-edit.pl:444
28767 msgid ""
28768 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
28769 "path to the file."
28770 msgstr ""
28771
28772 #. type: textblock
28773 #: ../tools/virt-edit.pl:447
28774 msgid ""
28775 "The command above uses libguestfs's guest inspection feature and so does not "
28776 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
28777 "disk images that don't contain guests.  To edit a file on a disk image "
28778 "directly, use:"
28779 msgstr ""
28780
28781 #. type: verbatim
28782 #: ../tools/virt-edit.pl:452
28783 #, no-wrap
28784 msgid ""
28785 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
28786 "\n"
28787 msgstr ""
28788
28789 #. type: textblock
28790 #: ../tools/virt-edit.pl:454
28791 msgid ""
28792 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
28793 "the disk image to edit, and C</file> is the full path to the file."
28794 msgstr ""
28795
28796 #. type: textblock
28797 #: ../tools/virt-edit.pl:458
28798 msgid ""
28799 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
28800 "C<write> or C<upload> instead:"
28801 msgstr ""
28802
28803 #. type: verbatim
28804 #: ../tools/virt-edit.pl:461
28805 #, no-wrap
28806 msgid ""
28807 " guestfish --rw -i -d domname touch /newfile\n"
28808 "\n"
28809 msgstr ""
28810
28811 #. type: verbatim
28812 #: ../tools/virt-edit.pl:463
28813 #, no-wrap
28814 msgid ""
28815 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
28816 "\n"
28817 msgstr ""
28818
28819 #. type: verbatim
28820 #: ../tools/virt-edit.pl:465
28821 #, no-wrap
28822 msgid ""
28823 " guestfish --rw -i -d domname upload localfile /newfile\n"
28824 "\n"
28825 msgstr ""
28826
28827 #. type: textblock
28828 #: ../tools/virt-edit.pl:467
28829 msgid "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
28830 msgstr ""
28831
28832 #. type: verbatim
28833 #: ../tools/virt-edit.pl:470
28834 #, no-wrap
28835 msgid ""
28836 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
28837 "\n"
28838 msgstr ""
28839
28840 #. type: =item
28841 #: ../tools/virt-edit.pl:480
28842 msgid "C<EDITOR>"
28843 msgstr ""
28844
28845 #. type: textblock
28846 #: ../tools/virt-edit.pl:482
28847 msgid ""
28848 "If set, this string is used as the editor.  It may contain arguments, "
28849 "eg. C<\"emacs -nw\">"
28850 msgstr ""
28851
28852 #. type: textblock
28853 #: ../tools/virt-edit.pl:485
28854 msgid "If not set, C<vi> is used."
28855 msgstr ""
28856
28857 #. type: =head1
28858 #: ../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
28859 msgid "SHELL QUOTING"
28860 msgstr ""
28861
28862 #. type: textblock
28863 #: ../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
28864 msgid ""
28865 "Libvirt guest names can contain arbitrary characters, some of which have "
28866 "meaning to the shell such as C<#> and space.  You may need to quote or "
28867 "escape these characters on the command line.  See the shell manual page "
28868 "L<sh(1)> for details."
28869 msgstr ""
28870
28871 #. type: textblock
28872 #: ../tools/virt-edit.pl:498
28873 msgid ""
28874 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, "
28875 "L<virt-tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
28876 "L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
28877 msgstr ""
28878
28879 #. type: =head1
28880 #: ../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
28881 msgid "AUTHOR"
28882 msgstr ""
28883
28884 #. type: textblock
28885 #: ../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
28886 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
28887 msgstr ""
28888
28889 #. type: textblock
28890 #: ../tools/virt-edit.pl:516
28891 msgid "Copyright (C) 2009-2011 Red Hat Inc."
28892 msgstr ""
28893
28894 #. type: textblock
28895 #: ../tools/virt-win-reg.pl:37
28896 msgid ""
28897 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
28898 "guest"
28899 msgstr ""
28900
28901 #. type: verbatim
28902 #: ../tools/virt-win-reg.pl:41
28903 #, no-wrap
28904 msgid ""
28905 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
28906 "\n"
28907 msgstr ""
28908
28909 #. type: verbatim
28910 #: ../tools/virt-win-reg.pl:43
28911 #, no-wrap
28912 msgid ""
28913 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
28914 "\n"
28915 msgstr ""
28916
28917 #. type: verbatim
28918 #: ../tools/virt-win-reg.pl:45
28919 #, no-wrap
28920 msgid ""
28921 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
28922 "\n"
28923 msgstr ""
28924
28925 #. type: verbatim
28926 #: ../tools/virt-win-reg.pl:47
28927 #, no-wrap
28928 msgid ""
28929 " virt-win-reg --merge domname [input.reg ...]\n"
28930 "\n"
28931 msgstr ""
28932
28933 #. type: verbatim
28934 #: ../tools/virt-win-reg.pl:49
28935 #, no-wrap
28936 msgid ""
28937 " virt-win-reg [--options] disk.img ... # instead of domname\n"
28938 "\n"
28939 msgstr ""
28940
28941 #. type: textblock
28942 #: ../tools/virt-win-reg.pl:53
28943 msgid ""
28944 "You must I<not> use C<virt-win-reg> with the I<--merge> option on live "
28945 "virtual machines.  If you do this, you I<will> get irreversible disk "
28946 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
28947 "but doesn't catch all cases."
28948 msgstr ""
28949
28950 #. type: textblock
28951 #: ../tools/virt-win-reg.pl:58
28952 msgid ""
28953 "Modifying the Windows Registry is an inherently risky operation.  The format "
28954 "is deliberately obscure and undocumented, and Registry changes can leave the "
28955 "system unbootable.  Therefore when using the I<--merge> option, make sure "
28956 "you have a reliable backup first."
28957 msgstr ""
28958
28959 #. type: textblock
28960 #: ../tools/virt-win-reg.pl:65
28961 msgid ""
28962 "This program can export and merge Windows Registry entries from a Windows "
28963 "guest."
28964 msgstr ""
28965
28966 #. type: textblock
28967 #: ../tools/virt-win-reg.pl:68
28968 msgid ""
28969 "The first parameter is the libvirt guest name or the raw disk image of a "
28970 "Windows guest."
28971 msgstr ""
28972
28973 #. type: textblock
28974 #: ../tools/virt-win-reg.pl:71
28975 msgid ""
28976 "If I<--merge> is I<not> specified, then the chosen registry key is "
28977 "displayed/exported (recursively).  For example:"
28978 msgstr ""
28979
28980 #. type: verbatim
28981 #: ../tools/virt-win-reg.pl:74
28982 #, no-wrap
28983 msgid ""
28984 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
28985 "\n"
28986 msgstr ""
28987
28988 #. type: textblock
28989 #: ../tools/virt-win-reg.pl:76
28990 msgid "You can also display single values from within registry keys, for example:"
28991 msgstr ""
28992
28993 #. type: verbatim
28994 #: ../tools/virt-win-reg.pl:79
28995 #, no-wrap
28996 msgid ""
28997 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
28998 " $ virt-win-reg Windows7 $cvkey ProductName\n"
28999 " Windows 7 Enterprise\n"
29000 "\n"
29001 msgstr ""
29002
29003 #. type: textblock
29004 #: ../tools/virt-win-reg.pl:83
29005 msgid ""
29006 "With I<--merge>, you can merge a textual regedit file into the Windows "
29007 "Registry:"
29008 msgstr ""
29009
29010 #. type: verbatim
29011 #: ../tools/virt-win-reg.pl:86
29012 #, no-wrap
29013 msgid ""
29014 " $ virt-win-reg --merge Windows7 changes.reg\n"
29015 "\n"
29016 msgstr ""
29017
29018 #. type: =head1
29019 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
29020 msgid "NOTE"
29021 msgstr ""
29022
29023 #. type: textblock
29024 #: ../tools/virt-win-reg.pl:90
29025 msgid ""
29026 "This program is only meant for simple access to the registry.  If you want "
29027 "to do complicated things with the registry, we suggest you download the "
29028 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
29029 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
29030 "L<hivexregedit(1)>."
29031 msgstr ""
29032
29033 #. type: =item
29034 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
29035 msgid "B<--debug>"
29036 msgstr ""
29037
29038 #. type: textblock
29039 #: ../tools/virt-win-reg.pl:122
29040 msgid "Enable debugging messages."
29041 msgstr ""
29042
29043 #. type: =item
29044 #: ../tools/virt-win-reg.pl:157
29045 msgid "B<--merge>"
29046 msgstr ""
29047
29048 #. type: textblock
29049 #: ../tools/virt-win-reg.pl:159
29050 msgid ""
29051 "In merge mode, this merges a textual regedit file into the Windows Registry "
29052 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
29053 "displays or exports Registry entries instead."
29054 msgstr ""
29055
29056 #. type: textblock
29057 #: ../tools/virt-win-reg.pl:163
29058 msgid ""
29059 "Note that I<--merge> is I<unsafe> to use on live virtual machines, and will "
29060 "result in disk corruption.  However exporting (without this flag)  is always "
29061 "safe."
29062 msgstr ""
29063
29064 #. type: =item
29065 #: ../tools/virt-win-reg.pl:171
29066 msgid "B<--encoding> UTF-16LE|ASCII"
29067 msgstr ""
29068
29069 #. type: textblock
29070 #: ../tools/virt-win-reg.pl:173
29071 msgid ""
29072 "When merging (only), you may need to specify the encoding for strings to be "
29073 "used in the hive file.  This is explained in detail in "
29074 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
29075 msgstr ""
29076
29077 #. type: textblock
29078 #: ../tools/virt-win-reg.pl:177
29079 msgid ""
29080 "The default is to use UTF-16LE, which should work with recent versions of "
29081 "Windows."
29082 msgstr ""
29083
29084 #. type: =head1
29085 #: ../tools/virt-win-reg.pl:402
29086 msgid "SUPPORTED SYSTEMS"
29087 msgstr ""
29088
29089 #. type: textblock
29090 #: ../tools/virt-win-reg.pl:404
29091 msgid ""
29092 "The program currently supports Windows NT-derived guests starting with "
29093 "Windows XP through to at least Windows 7."
29094 msgstr ""
29095
29096 #. type: textblock
29097 #: ../tools/virt-win-reg.pl:407
29098 msgid ""
29099 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
29100 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
29101 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
29102 msgstr ""
29103
29104 #. type: textblock
29105 #: ../tools/virt-win-reg.pl:411
29106 msgid ""
29107 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
29108 "C<HKEY_USERS>."
29109 msgstr ""
29110
29111 #. type: textblock
29112 #: ../tools/virt-win-reg.pl:414
29113 msgid ""
29114 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
29115 "time."
29116 msgstr ""
29117
29118 #. type: =head1
29119 #: ../tools/virt-win-reg.pl:417
29120 msgid "ENCODING"
29121 msgstr ""
29122
29123 #. type: textblock
29124 #: ../tools/virt-win-reg.pl:419
29125 msgid ""
29126 "C<virt-win-reg> expects that regedit files have already been reencoded in "
29127 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
29128 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
29129 "with Windows-style line endings, you may need to reencode the whole file "
29130 "before or after processing."
29131 msgstr ""
29132
29133 #. type: textblock
29134 #: ../tools/virt-win-reg.pl:425
29135 msgid ""
29136 "To reencode a file from Windows format to Linux (before processing it with "
29137 "the I<--merge> option), you would do something like this:"
29138 msgstr ""
29139
29140 #. type: verbatim
29141 #: ../tools/virt-win-reg.pl:428
29142 #, no-wrap
29143 msgid ""
29144 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
29145 "\n"
29146 msgstr ""
29147
29148 #. type: textblock
29149 #: ../tools/virt-win-reg.pl:430
29150 msgid ""
29151 "To go in the opposite direction, after exporting and before sending the file "
29152 "to a Windows user, do something like this:"
29153 msgstr ""
29154
29155 #. type: verbatim
29156 #: ../tools/virt-win-reg.pl:433
29157 #, no-wrap
29158 msgid ""
29159 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
29160 "\n"
29161 msgstr ""
29162
29163 #. type: textblock
29164 #: ../tools/virt-win-reg.pl:435
29165 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
29166 msgstr ""
29167
29168 #. type: textblock
29169 #: ../tools/virt-win-reg.pl:437
29170 msgid ""
29171 "If you are unsure about the current encoding, use the L<file(1)> command.  "
29172 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
29173 "Windows-style (CRLF) line endings, like this:"
29174 msgstr ""
29175
29176 #. type: verbatim
29177 #: ../tools/virt-win-reg.pl:441
29178 #, no-wrap
29179 msgid ""
29180 " $ file software.reg\n"
29181 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
29182 " with CRLF line terminators\n"
29183 "\n"
29184 msgstr ""
29185
29186 #. type: textblock
29187 #: ../tools/virt-win-reg.pl:445
29188 msgid "This file would need conversion before you could I<--merge> it."
29189 msgstr ""
29190
29191 #. type: =head1
29192 #: ../tools/virt-win-reg.pl:447
29193 msgid "CurrentControlSet etc."
29194 msgstr ""
29195
29196 #. type: textblock
29197 #: ../tools/virt-win-reg.pl:449
29198 msgid ""
29199 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
29200 "Registry at the level of the hive file, and therefore you cannot modify "
29201 "these."
29202 msgstr ""
29203
29204 #. type: textblock
29205 #: ../tools/virt-win-reg.pl:453
29206 msgid ""
29207 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
29208 "circumstances it might refer to another control set.  The way to find out is "
29209 "to look at the C<HKLM\\SYSTEM\\Select> key:"
29210 msgstr ""
29211
29212 #. type: verbatim
29213 #: ../tools/virt-win-reg.pl:457
29214 #, no-wrap
29215 msgid ""
29216 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
29217 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
29218 " \"Current\"=dword:00000001\n"
29219 " \"Default\"=dword:00000001\n"
29220 " \"Failed\"=dword:00000000\n"
29221 " \"LastKnownGood\"=dword:00000002\n"
29222 "\n"
29223 msgstr ""
29224
29225 #. type: textblock
29226 #: ../tools/virt-win-reg.pl:464
29227 msgid "\"Current\" is the one which Windows will choose when it boots."
29228 msgstr ""
29229
29230 #. type: textblock
29231 #: ../tools/virt-win-reg.pl:466
29232 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
29233 msgstr ""
29234
29235 #. type: =head1
29236 #: ../tools/virt-win-reg.pl:469
29237 msgid "WINDOWS TIPS"
29238 msgstr ""
29239
29240 #. type: textblock
29241 #: ../tools/virt-win-reg.pl:471
29242 msgid ""
29243 "Note that some of these tips modify the guest disk image.  The guest I<must> "
29244 "be shut off, else you will get disk corruption."
29245 msgstr ""
29246
29247 #. type: =head2
29248 #: ../tools/virt-win-reg.pl:474
29249 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
29250 msgstr ""
29251
29252 #. type: textblock
29253 #: ../tools/virt-win-reg.pl:476
29254 msgid ""
29255 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
29256 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
29257 "is uploaded into C<C:\\>:"
29258 msgstr ""
29259
29260 #. type: verbatim
29261 #: ../tools/virt-win-reg.pl:480
29262 #, no-wrap
29263 msgid ""
29264 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
29265 "\n"
29266 msgstr ""
29267
29268 #. type: textblock
29269 #: ../tools/virt-win-reg.pl:482
29270 msgid "Prepare a regedit file containing the registry change:"
29271 msgstr ""
29272
29273 #. type: verbatim
29274 #: ../tools/virt-win-reg.pl:484
29275 #, no-wrap
29276 msgid ""
29277 " cat > test.reg <<'EOF'\n"
29278 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
29279 " \"Test\"=\"c:\\\\test.bat\"\n"
29280 " EOF\n"
29281 "\n"
29282 msgstr ""
29283
29284 #. type: textblock
29285 #: ../tools/virt-win-reg.pl:489
29286 msgid ""
29287 "In this example we use the key C<RunOnce> which means that the script will "
29288 "run precisely once when the first user logs in.  If you want it to run every "
29289 "time a user logs in, replace C<RunOnce> with C<Run>."
29290 msgstr ""
29291
29292 #. type: textblock
29293 #: ../tools/virt-win-reg.pl:493
29294 msgid "Now update the registry:"
29295 msgstr ""
29296
29297 #. type: verbatim
29298 #: ../tools/virt-win-reg.pl:495
29299 #, no-wrap
29300 msgid ""
29301 " virt-win-reg --merge WindowsGuest test.reg\n"
29302 "\n"
29303 msgstr ""
29304
29305 #. type: =head2
29306 #: ../tools/virt-win-reg.pl:497
29307 msgid "INSTALLING A SERVICE"
29308 msgstr ""
29309
29310 #. type: textblock
29311 #: ../tools/virt-win-reg.pl:499
29312 msgid ""
29313 "This section assumes you are familiar with Windows services, and you either "
29314 "have a program which handles the Windows Service Control Protocol directly "
29315 "or you want to run any program using a service wrapper like SrvAny or the "
29316 "free RHSrvAny."
29317 msgstr ""
29318
29319 #. type: textblock
29320 #: ../tools/virt-win-reg.pl:504
29321 msgid ""
29322 "First upload the program and optionally the service wrapper.  In this case "
29323 "the test program is called C<test.exe> and we are using the RHSrvAny "
29324 "wrapper:"
29325 msgstr ""
29326
29327 #. type: verbatim
29328 #: ../tools/virt-win-reg.pl:508
29329 #, no-wrap
29330 msgid ""
29331 " guestfish -i -d WindowsGuest <<EOF\n"
29332 "   upload rhsrvany.exe /rhsrvany.exe\n"
29333 "   upload test.exe /test.exe\n"
29334 " EOF\n"
29335 "\n"
29336 msgstr ""
29337
29338 #. type: textblock
29339 #: ../tools/virt-win-reg.pl:513
29340 msgid ""
29341 "Prepare a regedit file containing the registry changes.  In this example, "
29342 "the first registry change is needed for the service itself or the service "
29343 "wrapper (if used).  The second registry change is only needed because I am "
29344 "using the RHSrvAny service wrapper."
29345 msgstr ""
29346
29347 #. type: verbatim
29348 #: ../tools/virt-win-reg.pl:518
29349 #, no-wrap
29350 msgid ""
29351 " cat > service.reg <<'EOF'\n"
29352 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
29353 " \"Type\"=dword:00000010\n"
29354 " \"Start\"=dword:00000002\n"
29355 " \"ErrorControl\"=dword:00000001\n"
29356 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
29357 " \"DisplayName\"=\"RHSrvAny\"\n"
29358 " \"ObjectName\"=\"NetworkService\"\n"
29359 " \n"
29360 msgstr ""
29361
29362 #. type: verbatim
29363 #: ../tools/virt-win-reg.pl:527
29364 #, no-wrap
29365 msgid ""
29366 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
29367 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
29368 " \"PWD\"=\"c:\\\\Temp\"\n"
29369 " EOF\n"
29370 "\n"
29371 msgstr ""
29372
29373 #. type: textblock
29374 #: ../tools/virt-win-reg.pl:538
29375 msgid ""
29376 "For use of C<ControlSet001> see the section above in this manual page.  You "
29377 "may need to adjust this according to the control set that is in use by the "
29378 "guest."
29379 msgstr ""
29380
29381 #. type: textblock
29382 #: ../tools/virt-win-reg.pl:544
29383 msgid ""
29384 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
29385 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
29386 "privileged account."
29387 msgstr ""
29388
29389 #. type: textblock
29390 #: ../tools/virt-win-reg.pl:550
29391 msgid ""
29392 "For the meaning of the magic numbers, see this Microsoft KB article: "
29393 "L<http://support.microsoft.com/kb/103000>."
29394 msgstr ""
29395
29396 #. type: textblock
29397 #: ../tools/virt-win-reg.pl:555
29398 msgid "Update the registry:"
29399 msgstr ""
29400
29401 #. type: verbatim
29402 #: ../tools/virt-win-reg.pl:557
29403 #, no-wrap
29404 msgid ""
29405 " virt-win-reg --merge WindowsGuest service.reg\n"
29406 "\n"
29407 msgstr ""
29408
29409 #. type: textblock
29410 #: ../tools/virt-win-reg.pl:561
29411 msgid ""
29412 "Be careful when passing parameters containing C<\\> (backslash) in the "
29413 "shell.  Usually you will have to use 'single quotes' or double backslashes "
29414 "(but not both) to protect them from the shell."
29415 msgstr ""
29416
29417 #. type: textblock
29418 #: ../tools/virt-win-reg.pl:565
29419 msgid "Paths and value names are case-insensitive."
29420 msgstr ""
29421
29422 #. type: textblock
29423 #: ../tools/virt-win-reg.pl:574
29424 msgid ""
29425 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
29426 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
29427 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
29428 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29429 msgstr ""
29430
29431 #. type: textblock
29432 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
29433 msgid ""
29434 "When reporting bugs, please enable debugging and capture the I<complete> "
29435 "output:"
29436 msgstr ""
29437
29438 #. type: verbatim
29439 #: ../tools/virt-win-reg.pl:592
29440 #, no-wrap
29441 msgid ""
29442 " export LIBGUESTFS_DEBUG=1\n"
29443 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
29444 "\n"
29445 msgstr ""
29446
29447 #. type: textblock
29448 #: ../tools/virt-win-reg.pl:595
29449 msgid ""
29450 "Attach /tmp/virt-win-reg.log to a new bug report at "
29451 "L<https://bugzilla.redhat.com/>"
29452 msgstr ""
29453
29454 #. type: textblock
29455 #: ../tools/virt-win-reg.pl:604 ../tools/virt-make-fs.pl:570
29456 msgid "Copyright (C) 2010 Red Hat Inc."
29457 msgstr ""
29458
29459 #. type: textblock
29460 #: ../tools/virt-list-filesystems.pl:32
29461 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
29462 msgstr ""
29463
29464 #. type: verbatim
29465 #: ../tools/virt-list-filesystems.pl:36
29466 #, no-wrap
29467 msgid ""
29468 " virt-list-filesystems [--options] domname\n"
29469 "\n"
29470 msgstr ""
29471
29472 #. type: verbatim
29473 #: ../tools/virt-list-filesystems.pl:38
29474 #, no-wrap
29475 msgid ""
29476 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
29477 "\n"
29478 msgstr ""
29479
29480 #. type: textblock
29481 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
29482 msgid ""
29483 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
29484 "replacement."
29485 msgstr ""
29486
29487 #. type: textblock
29488 #: ../tools/virt-list-filesystems.pl:45
29489 msgid ""
29490 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
29491 "are contained in a virtual machine or disk image."
29492 msgstr ""
29493
29494 #. type: textblock
29495 #: ../tools/virt-list-filesystems.pl:49
29496 msgid ""
29497 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
29498 "functionality.  For more complex cases you should look at the "
29499 "L<guestfish(1)> tool."
29500 msgstr ""
29501
29502 #. type: =item
29503 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
29504 msgid "B<-l> | B<--long>"
29505 msgstr ""
29506
29507 #. type: textblock
29508 #: ../tools/virt-list-filesystems.pl:108
29509 msgid ""
29510 "With this option, C<virt-list-filesystems> displays the type of each "
29511 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
29512 msgstr ""
29513
29514 #. type: =item
29515 #: ../tools/virt-list-filesystems.pl:115
29516 msgid "B<-a> | B<--all>"
29517 msgstr ""
29518
29519 #. type: textblock
29520 #: ../tools/virt-list-filesystems.pl:117
29521 msgid ""
29522 "Normally we only show mountable filesystems.  If this option is given then "
29523 "swap devices are shown too."
29524 msgstr ""
29525
29526 #. type: textblock
29527 #: ../tools/virt-list-filesystems.pl:191
29528 msgid ""
29529 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
29530 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
29531 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29532 msgstr ""
29533
29534 #. type: textblock
29535 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
29536 msgid "Copyright (C) 2009 Red Hat Inc."
29537 msgstr ""
29538
29539 #. type: textblock
29540 #: ../tools/virt-tar.pl:33
29541 msgid "virt-tar - Extract or upload files to a virtual machine"
29542 msgstr ""
29543
29544 #. type: verbatim
29545 #: ../tools/virt-tar.pl:37
29546 #, no-wrap
29547 msgid ""
29548 " virt-tar [--options] -x domname directory tarball\n"
29549 "\n"
29550 msgstr ""
29551
29552 #. type: verbatim
29553 #: ../tools/virt-tar.pl:39
29554 #, no-wrap
29555 msgid ""
29556 " virt-tar [--options] -u domname tarball directory\n"
29557 "\n"
29558 msgstr ""
29559
29560 #. type: verbatim
29561 #: ../tools/virt-tar.pl:41
29562 #, no-wrap
29563 msgid ""
29564 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
29565 "\n"
29566 msgstr ""
29567
29568 #. type: verbatim
29569 #: ../tools/virt-tar.pl:43
29570 #, no-wrap
29571 msgid ""
29572 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
29573 "\n"
29574 msgstr ""
29575
29576 #. type: textblock
29577 #: ../tools/virt-tar.pl:47
29578 msgid ""
29579 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
29580 "L<virt-tar-in(1)>, L<virt-tar-out(1)> as replacements."
29581 msgstr ""
29582
29583 #. type: textblock
29584 #: ../tools/virt-tar.pl:52
29585 msgid "Download C</home> from the VM into a local tarball:"
29586 msgstr ""
29587
29588 #. type: verbatim
29589 #: ../tools/virt-tar.pl:54
29590 #, no-wrap
29591 msgid ""
29592 " virt-tar -x domname /home home.tar\n"
29593 "\n"
29594 msgstr ""
29595
29596 #. type: verbatim
29597 #: ../tools/virt-tar.pl:56
29598 #, no-wrap
29599 msgid ""
29600 " virt-tar -zx domname /home home.tar.gz\n"
29601 "\n"
29602 msgstr ""
29603
29604 #. type: textblock
29605 #: ../tools/virt-tar.pl:58
29606 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
29607 msgstr ""
29608
29609 #. type: verbatim
29610 #: ../tools/virt-tar.pl:60
29611 #, no-wrap
29612 msgid ""
29613 " virt-tar -u domname uploadstuff.tar /tmp\n"
29614 "\n"
29615 msgstr ""
29616
29617 #. type: verbatim
29618 #: ../tools/virt-tar.pl:62
29619 #, no-wrap
29620 msgid ""
29621 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
29622 "\n"
29623 msgstr ""
29624
29625 #. type: textblock
29626 #: ../tools/virt-tar.pl:66
29627 msgid ""
29628 "You must I<not> use C<virt-tar> with the I<-u> option (upload) on live "
29629 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
29630 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
29631 msgstr ""
29632
29633 #. type: textblock
29634 #: ../tools/virt-tar.pl:71
29635 msgid ""
29636 "You can use I<-x> (extract) on live virtual machines, but you might get "
29637 "inconsistent results or errors if there is filesystem activity inside the "
29638 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
29639 "work, but the only way to guarantee consistent results is if the virtual "
29640 "machine is shut down."
29641 msgstr ""
29642
29643 #. type: textblock
29644 #: ../tools/virt-tar.pl:79
29645 msgid ""
29646 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
29647 "parts of a guest filesystem.  There are many possibilities: making backups, "
29648 "uploading data files, snooping on guest activity, fixing or customizing "
29649 "guests, etc."
29650 msgstr ""
29651
29652 #. type: textblock
29653 #: ../tools/virt-tar.pl:84
29654 msgid ""
29655 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
29656 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
29657 "should look at the L<guestfish(1)> tool."
29658 msgstr ""
29659
29660 #. type: textblock
29661 #: ../tools/virt-tar.pl:88
29662 msgid ""
29663 "There are two modes of operation: I<-x> (eXtract) downloads a directory and "
29664 "its contents (recursively) from the virtual machine into a local tarball.  "
29665 "I<-u> uploads from a local tarball, unpacking it into a directory inside the "
29666 "virtual machine.  You cannot use these two options together."
29667 msgstr ""
29668
29669 #. type: textblock
29670 #: ../tools/virt-tar.pl:94
29671 msgid ""
29672 "In addition, you may need to use the I<-z> (gZip) option to enable "
29673 "compression.  When uploading, you have to specify I<-z> if the upload file "
29674 "is compressed because virt-tar won't detect this on its own."
29675 msgstr ""
29676
29677 #. type: textblock
29678 #: ../tools/virt-tar.pl:98
29679 msgid ""
29680 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
29681 "example it cannot do PKZip files or bzip2 compression.  If you want that "
29682 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
29683 "the L<libguestfs(3)> API)."
29684 msgstr ""
29685
29686 #. type: =item
29687 #: ../tools/virt-tar.pl:156
29688 msgid "B<-x> | B<--extract> | B<--download>"
29689 msgstr ""
29690
29691 #. type: =item
29692 #: ../tools/virt-tar.pl:158
29693 msgid "B<-u> | B<--upload>"
29694 msgstr ""
29695
29696 #. type: textblock
29697 #: ../tools/virt-tar.pl:160
29698 msgid ""
29699 "Use I<-x> to extract (download) a directory from a virtual machine to a "
29700 "local tarball."
29701 msgstr ""
29702
29703 #. type: textblock
29704 #: ../tools/virt-tar.pl:163
29705 msgid ""
29706 "Use I<-u> to upload and unpack from a local tarball into a virtual machine.  "
29707 "Please read the L</WARNING> section above before using this option."
29708 msgstr ""
29709
29710 #. type: textblock
29711 #: ../tools/virt-tar.pl:167
29712 msgid "You must specify exactly one of these options."
29713 msgstr ""
29714
29715 #. type: =item
29716 #: ../tools/virt-tar.pl:173
29717 msgid "B<-z> | B<--gzip>"
29718 msgstr ""
29719
29720 #. type: textblock
29721 #: ../tools/virt-tar.pl:175
29722 msgid "Specify that the input or output tarball is gzip-compressed."
29723 msgstr ""
29724
29725 #. type: textblock
29726 #: ../tools/virt-tar.pl:288
29727 msgid ""
29728 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
29729 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
29730 "L<virt-tar-out(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
29731 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29732 msgstr ""
29733
29734 #. type: textblock
29735 #: ../tools/virt-make-fs.pl:37
29736 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
29737 msgstr ""
29738
29739 #. type: verbatim
29740 #: ../tools/virt-make-fs.pl:41
29741 #, no-wrap
29742 msgid ""
29743 " virt-make-fs [--options] input.tar output.img\n"
29744 "\n"
29745 msgstr ""
29746
29747 #. type: verbatim
29748 #: ../tools/virt-make-fs.pl:43
29749 #, no-wrap
29750 msgid ""
29751 " virt-make-fs [--options] input.tar.gz output.img\n"
29752 "\n"
29753 msgstr ""
29754
29755 #. type: verbatim
29756 #: ../tools/virt-make-fs.pl:45
29757 #, no-wrap
29758 msgid ""
29759 " virt-make-fs [--options] directory output.img\n"
29760 "\n"
29761 msgstr ""
29762
29763 #. type: textblock
29764 #: ../tools/virt-make-fs.pl:49
29765 msgid ""
29766 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
29767 "archive or some files in a directory.  It is similar to tools like "
29768 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
29769 "it can create common filesystem types like ext2/3 or NTFS, which can be "
29770 "useful if you want to attach these filesystems to existing virtual machines "
29771 "(eg. to import large amounts of read-only data to a VM)."
29772 msgstr ""
29773
29774 #. type: textblock
29775 #: ../tools/virt-make-fs.pl:57
29776 msgid "Basic usage is:"
29777 msgstr ""
29778
29779 #. type: verbatim
29780 #: ../tools/virt-make-fs.pl:59
29781 #, no-wrap
29782 msgid ""
29783 " virt-make-fs input output\n"
29784 "\n"
29785 msgstr ""
29786
29787 #. type: textblock
29788 #: ../tools/virt-make-fs.pl:61
29789 msgid ""
29790 "where C<input> is either a directory containing files that you want to add, "
29791 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
29792 "C<output> is a disk image.  The input type is detected automatically.  The "
29793 "output disk image defaults to a raw ext2 image unless you specify extra "
29794 "flags (see L</OPTIONS> below)."
29795 msgstr ""
29796
29797 #. type: =head2
29798 #: ../tools/virt-make-fs.pl:67
29799 msgid "EXTRA SPACE"
29800 msgstr ""
29801
29802 #. type: textblock
29803 #: ../tools/virt-make-fs.pl:69
29804 msgid ""
29805 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
29806 "the files that it contains, but might have extra space.  Depending on how "
29807 "you are going to use the output, you might think this extra space is wasted "
29808 "and want to minimize it, or you might want to leave space so that more files "
29809 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
29810 "but you can use the I<--size> flag to leave space in the filesystem if you "
29811 "want it."
29812 msgstr ""
29813
29814 #. type: textblock
29815 #: ../tools/virt-make-fs.pl:77
29816 msgid ""
29817 "An alternative way to leave extra space but not make the output image any "
29818 "bigger is to use an alternative disk image format (instead of the default "
29819 "\"raw\" format).  Using I<--format=qcow2> will use the native QEmu/KVM qcow2 "
29820 "image format (check your hypervisor supports this before using it).  This "
29821 "allows you to choose a large I<--size> but the extra space won't actually be "
29822 "allocated in the image until you try to store something in it."
29823 msgstr ""
29824
29825 #. type: textblock
29826 #: ../tools/virt-make-fs.pl:85
29827 msgid ""
29828 "Don't forget that you can also use local commands including L<resize2fs(8)> "
29829 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
29830 "to build another image from scratch."
29831 msgstr ""
29832
29833 #. type: =head3
29834 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
29835 msgid "EXAMPLE"
29836 msgstr ""
29837
29838 #. type: verbatim
29839 #: ../tools/virt-make-fs.pl:91
29840 #, no-wrap
29841 msgid ""
29842 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
29843 "\n"
29844 msgstr ""
29845
29846 #. type: =head2
29847 #: ../tools/virt-make-fs.pl:93
29848 msgid "FILESYSTEM TYPE"
29849 msgstr ""
29850
29851 #. type: textblock
29852 #: ../tools/virt-make-fs.pl:95
29853 msgid ""
29854 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
29855 "libguestfs supports can be used (but I<not> read-only formats like "
29856 "ISO9660).  Here are some of the more common choices:"
29857 msgstr ""
29858
29859 #. type: =item
29860 #: ../tools/virt-make-fs.pl:101
29861 msgid "I<ext3>"
29862 msgstr ""
29863
29864 #. type: textblock
29865 #: ../tools/virt-make-fs.pl:103
29866 msgid ""
29867 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
29868 "you are not going to use the filesystem in a way that requires the journal, "
29869 "then this is just wasted overhead."
29870 msgstr ""
29871
29872 #. type: =item
29873 #: ../tools/virt-make-fs.pl:107
29874 msgid "I<ntfs> or I<vfat>"
29875 msgstr ""
29876
29877 #. type: textblock
29878 #: ../tools/virt-make-fs.pl:109
29879 msgid "Useful if exporting data to a Windows guest."
29880 msgstr ""
29881
29882 #. type: textblock
29883 #: ../tools/virt-make-fs.pl:111
29884 msgid ""
29885 "I<Note for vfat>: The tar archive or local directory must only contain files "
29886 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
29887 "program running within libguestfs is unable to change the ownership of "
29888 "non-root files, since vfat itself does not support this."
29889 msgstr ""
29890
29891 #. type: =item
29892 #: ../tools/virt-make-fs.pl:116
29893 msgid "I<minix>"
29894 msgstr ""
29895
29896 #. type: textblock
29897 #: ../tools/virt-make-fs.pl:118
29898 msgid ""
29899 "Lower overhead than C<ext2>, but certain limitations on filename length and "
29900 "total filesystem size."
29901 msgstr ""
29902
29903 #. type: verbatim
29904 #: ../tools/virt-make-fs.pl:125
29905 #, no-wrap
29906 msgid ""
29907 " virt-make-fs --type=minix input minixfs.img\n"
29908 "\n"
29909 msgstr ""
29910
29911 #. type: =head2
29912 #: ../tools/virt-make-fs.pl:127
29913 msgid "TO PARTITION OR NOT TO PARTITION"
29914 msgstr ""
29915
29916 #. type: textblock
29917 #: ../tools/virt-make-fs.pl:129
29918 msgid "Optionally virt-make-fs can add a partition table to the output disk."
29919 msgstr ""
29920
29921 #. type: textblock
29922 #: ../tools/virt-make-fs.pl:131
29923 msgid ""
29924 "Adding a partition can make the disk image more compatible with certain "
29925 "virtualized operating systems which don't expect to see a filesystem "
29926 "directly located on a block device (Linux doesn't care and will happily "
29927 "handle both types)."
29928 msgstr ""
29929
29930 #. type: textblock
29931 #: ../tools/virt-make-fs.pl:136
29932 msgid ""
29933 "On the other hand, if you have a partition table then the output image is no "
29934 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
29935 "directly on a partitioned disk image.  (However libguestfs tools such as "
29936 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
29937 msgstr ""
29938
29939 #. type: textblock
29940 #: ../tools/virt-make-fs.pl:144
29941 msgid "Add an MBR partition:"
29942 msgstr ""
29943
29944 #. type: verbatim
29945 #: ../tools/virt-make-fs.pl:146
29946 #, no-wrap
29947 msgid ""
29948 " virt-make-fs --partition -- input disk.img\n"
29949 "\n"
29950 msgstr ""
29951
29952 #. type: textblock
29953 #: ../tools/virt-make-fs.pl:148
29954 msgid ""
29955 "If the output disk image could be terabyte-sized or larger, it's better to "
29956 "use an EFI/GPT-compatible partition table:"
29957 msgstr ""
29958
29959 #. type: verbatim
29960 #: ../tools/virt-make-fs.pl:151
29961 #, no-wrap
29962 msgid ""
29963 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
29964 "\n"
29965 msgstr ""
29966
29967 #. type: textblock
29968 #: ../tools/virt-make-fs.pl:179
29969 msgid "Enable debugging information."
29970 msgstr ""
29971
29972 #. type: =item
29973 #: ../tools/virt-make-fs.pl:185
29974 msgid "B<--size=E<lt>NE<gt>>"
29975 msgstr ""
29976
29977 #. type: =item
29978 #: ../tools/virt-make-fs.pl:187
29979 msgid "B<--size=+E<lt>NE<gt>>"
29980 msgstr ""
29981
29982 #. type: =item
29983 #: ../tools/virt-make-fs.pl:189
29984 msgid "B<-s E<lt>NE<gt>>"
29985 msgstr ""
29986
29987 #. type: =item
29988 #: ../tools/virt-make-fs.pl:191
29989 msgid "B<-s +E<lt>NE<gt>>"
29990 msgstr ""
29991
29992 #. type: textblock
29993 #: ../tools/virt-make-fs.pl:193
29994 msgid "Use the I<--size> (or I<-s>) option to choose the size of the output image."
29995 msgstr ""
29996
29997 #. type: textblock
29998 #: ../tools/virt-make-fs.pl:196
29999 msgid ""
30000 "If this option is I<not> given, then the output image will be just large "
30001 "enough to contain all the files, with not much wasted space."
30002 msgstr ""
30003
30004 #. type: textblock
30005 #: ../tools/virt-make-fs.pl:199
30006 msgid ""
30007 "To choose a fixed size output disk, specify an absolute number followed by "
30008 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30009 "Petabytes or Exabytes.  This must be large enough to contain all the input "
30010 "files, else you will get an error."
30011 msgstr ""
30012
30013 #. type: textblock
30014 #: ../tools/virt-make-fs.pl:204
30015 msgid ""
30016 "To leave extra space, specify C<+> (plus sign) and a number followed by "
30017 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30018 "Petabytes or Exabytes.  For example: I<--size=+200M> means enough space for "
30019 "the input files, and (approximately) an extra 200 MB free space."
30020 msgstr ""
30021
30022 #. type: textblock
30023 #: ../tools/virt-make-fs.pl:210
30024 msgid ""
30025 "Note that virt-make-fs estimates free space, and therefore will not produce "
30026 "filesystems containing precisely the free space requested.  (It is much more "
30027 "expensive and time-consuming to produce a filesystem which has precisely the "
30028 "desired free space)."
30029 msgstr ""
30030
30031 #. type: =item
30032 #: ../tools/virt-make-fs.pl:219
30033 msgid "B<--format=E<lt>fmtE<gt>>"
30034 msgstr ""
30035
30036 #. type: =item
30037 #: ../tools/virt-make-fs.pl:221
30038 msgid "B<-F E<lt>fmtE<gt>>"
30039 msgstr ""
30040
30041 #. type: textblock
30042 #: ../tools/virt-make-fs.pl:223
30043 msgid "Choose the output disk image format."
30044 msgstr ""
30045
30046 #. type: textblock
30047 #: ../tools/virt-make-fs.pl:225
30048 msgid "The default is C<raw> (raw disk image)."
30049 msgstr ""
30050
30051 #. type: textblock
30052 #: ../tools/virt-make-fs.pl:227
30053 msgid ""
30054 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
30055 "that would really make sense here is C<qcow2>."
30056 msgstr ""
30057
30058 #. type: =item
30059 #: ../tools/virt-make-fs.pl:234
30060 msgid "B<--type=E<lt>fsE<gt>>"
30061 msgstr ""
30062
30063 #. type: =item
30064 #: ../tools/virt-make-fs.pl:236
30065 msgid "B<-t E<lt>fsE<gt>>"
30066 msgstr ""
30067
30068 #. type: textblock
30069 #: ../tools/virt-make-fs.pl:238
30070 msgid "Choose the output filesystem type."
30071 msgstr ""
30072
30073 #. type: textblock
30074 #: ../tools/virt-make-fs.pl:240
30075 msgid "The default is C<ext2>."
30076 msgstr ""
30077
30078 #. type: textblock
30079 #: ../tools/virt-make-fs.pl:242
30080 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
30081 msgstr ""
30082
30083 #. type: =item
30084 #: ../tools/virt-make-fs.pl:249
30085 msgid "B<--partition>"
30086 msgstr ""
30087
30088 #. type: =item
30089 #: ../tools/virt-make-fs.pl:251
30090 msgid "B<--partition=E<lt>parttypeE<gt>>"
30091 msgstr ""
30092
30093 #. type: textblock
30094 #: ../tools/virt-make-fs.pl:253
30095 msgid ""
30096 "If specified, this flag adds an MBR partition table to the output disk "
30097 "image."
30098 msgstr ""
30099
30100 #. type: textblock
30101 #: ../tools/virt-make-fs.pl:256
30102 msgid ""
30103 "You can change the partition table type, eg. I<--partition=gpt> for large "
30104 "disks."
30105 msgstr ""
30106
30107 #. type: textblock
30108 #: ../tools/virt-make-fs.pl:259
30109 msgid ""
30110 "Note that if you just use a lonesome I<--partition>, the Perl option parser "
30111 "might consider the next parameter to be the partition type.  For example:"
30112 msgstr ""
30113
30114 #. type: verbatim
30115 #: ../tools/virt-make-fs.pl:263
30116 #, no-wrap
30117 msgid ""
30118 " virt-make-fs --partition input.tar ...\n"
30119 "\n"
30120 msgstr ""
30121
30122 #. type: textblock
30123 #: ../tools/virt-make-fs.pl:265
30124 msgid ""
30125 "would cause virt-make-fs to think you wanted to use a partition type of "
30126 "C<input.tar> which is completely wrong.  To avoid this, use I<--> (a double "
30127 "dash) between options and the input file argument:"
30128 msgstr ""
30129
30130 #. type: verbatim
30131 #: ../tools/virt-make-fs.pl:269
30132 #, no-wrap
30133 msgid ""
30134 " virt-make-fs --partition -- input.tar ...\n"
30135 "\n"
30136 msgstr ""
30137
30138 #. type: textblock
30139 #: ../tools/virt-make-fs.pl:541
30140 msgid ""
30141 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
30142 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
30143 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
30144 msgstr ""
30145
30146 #. type: verbatim
30147 #: ../tools/virt-make-fs.pl:558
30148 #, no-wrap
30149 msgid ""
30150 " export LIBGUESTFS_DEBUG=1\n"
30151 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
30152 "\n"
30153 msgstr ""
30154
30155 #. type: textblock
30156 #: ../tools/virt-make-fs.pl:561
30157 msgid ""
30158 "Attach /tmp/virt-make-fs.log to a new bug report at "
30159 "L<https://bugzilla.redhat.com/>"
30160 msgstr ""
30161
30162 #. type: textblock
30163 #: ../tools/virt-list-partitions.pl:32
30164 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
30165 msgstr ""
30166
30167 #. type: verbatim
30168 #: ../tools/virt-list-partitions.pl:36
30169 #, no-wrap
30170 msgid ""
30171 " virt-list-partitions [--options] domname\n"
30172 "\n"
30173 msgstr ""
30174
30175 #. type: verbatim
30176 #: ../tools/virt-list-partitions.pl:38
30177 #, no-wrap
30178 msgid ""
30179 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
30180 "\n"
30181 msgstr ""
30182
30183 #. type: textblock
30184 #: ../tools/virt-list-partitions.pl:45
30185 msgid ""
30186 "C<virt-list-partitions> is a command line tool to list the partitions that "
30187 "are contained in a virtual machine or disk image.  It is mainly useful as a "
30188 "first step to using L<virt-resize(1)>."
30189 msgstr ""
30190
30191 #. type: textblock
30192 #: ../tools/virt-list-partitions.pl:50
30193 msgid ""
30194 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
30195 "functionality.  For more complex cases you should look at the "
30196 "L<guestfish(1)> tool."
30197 msgstr ""
30198
30199 #. type: =item
30200 #: ../tools/virt-list-partitions.pl:107
30201 msgid "B<-h> | B<--human-readable>"
30202 msgstr ""
30203
30204 #. type: textblock
30205 #: ../tools/virt-list-partitions.pl:109
30206 msgid "Show sizes in human-readable form (eg. \"1G\")."
30207 msgstr ""
30208
30209 #. type: textblock
30210 #: ../tools/virt-list-partitions.pl:117
30211 msgid ""
30212 "With this option, C<virt-list-partitions> displays the type and size of each "
30213 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
30214 msgstr ""
30215
30216 #. type: =item
30217 #: ../tools/virt-list-partitions.pl:124
30218 msgid "B<-t> | B<--total>"
30219 msgstr ""
30220
30221 #. type: textblock
30222 #: ../tools/virt-list-partitions.pl:126
30223 msgid "Display the total size of each block device (as a separate row or rows)."
30224 msgstr ""
30225
30226 #. type: textblock
30227 #: ../tools/virt-list-partitions.pl:259
30228 msgid ""
30229 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
30230 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
30231 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30232 msgstr ""
30233
30234 #. type: textblock
30235 #: ../tools/virt-list-partitions.pl:275
30236 msgid "Copyright (C) 2009-2010 Red Hat Inc."
30237 msgstr ""