Version 1.10.7.
[libguestfs.git] / po-docs / libguestfs-docs.pot
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Red Hat Inc.
3 # This file is distributed under the same license as the libguestfs package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: libguestfs 1.10.7\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-08-07 23:15+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3 ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3 ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35 ../tools/virt-list-filesystems.pl:30 ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35 ../tools/virt-list-partitions.pl:30
22 msgid "NAME"
23 msgstr ""
24
25 #. type: textblock
26 #: ../src/guestfs.pod:5
27 msgid "guestfs - Library for accessing and modifying virtual machine images"
28 msgstr ""
29
30 #. type: =head1
31 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7 ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7 ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39 ../tools/virt-list-filesystems.pl:34 ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39 ../tools/virt-list-partitions.pl:34
32 msgid "SYNOPSIS"
33 msgstr ""
34
35 #. type: verbatim
36 #: ../src/guestfs.pod:9
37 #, no-wrap
38 msgid ""
39 " #include <guestfs.h>\n"
40 " \n"
41 msgstr ""
42
43 #. type: verbatim
44 #: ../src/guestfs.pod:11
45 #, no-wrap
46 msgid ""
47 " guestfs_h *g = guestfs_create ();\n"
48 " guestfs_add_drive (g, \"guest.img\");\n"
49 " guestfs_launch (g);\n"
50 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
51 " guestfs_touch (g, \"/hello\");\n"
52 " guestfs_umount (g, \"/\");\n"
53 " guestfs_close (g);\n"
54 "\n"
55 msgstr ""
56
57 #. type: verbatim
58 #: ../src/guestfs.pod:19
59 #, no-wrap
60 msgid ""
61 " cc prog.c -o prog -lguestfs\n"
62 "or:\n"
63 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
64 "\n"
65 msgstr ""
66
67 #. type: =head1
68 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30 ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20 ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63 ../tools/virt-list-filesystems.pl:40 ../tools/virt-tar.pl:77 ../tools/virt-make-fs.pl:47 ../tools/virt-list-partitions.pl:40
69 msgid "DESCRIPTION"
70 msgstr ""
71
72 #. type: textblock
73 #: ../src/guestfs.pod:25
74 msgid ""
75 "Libguestfs is a library for accessing and modifying guest disk images.  "
76 "Amongst the things this is good for: making batch configuration changes to "
77 "guests, getting disk used/free statistics (see also: virt-df), migrating "
78 "between virtualization systems (see also: virt-p2v), performing partial "
79 "backups, performing partial guest clones, cloning guests and changing "
80 "registry/UUID/hostname info, and much else besides."
81 msgstr ""
82
83 #. type: textblock
84 #: ../src/guestfs.pod:33
85 msgid ""
86 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
87 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
88 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
89 "qcow2, vmdk."
90 msgstr ""
91
92 #. type: textblock
93 #: ../src/guestfs.pod:38
94 msgid ""
95 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
96 "what filesystem is in each LV, etc.).  It can also run commands in the "
97 "context of the guest.  Also you can access filesystems over FUSE."
98 msgstr ""
99
100 #. type: textblock
101 #: ../src/guestfs.pod:43
102 msgid ""
103 "Libguestfs is a library that can be linked with C and C++ management "
104 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
105 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
106 "line."
107 msgstr ""
108
109 #. type: textblock
110 #: ../src/guestfs.pod:48
111 msgid ""
112 "You don't need to be root to use libguestfs, although obviously you do need "
113 "enough permissions to access the disk images."
114 msgstr ""
115
116 #. type: textblock
117 #: ../src/guestfs.pod:51
118 msgid ""
119 "Libguestfs is a large API because it can do many things.  For a gentle "
120 "introduction, please read the L</API OVERVIEW> section next."
121 msgstr ""
122
123 #. type: textblock
124 #: ../src/guestfs.pod:54
125 msgid ""
126 "There are also some example programs in the L<guestfs-examples(3)> manual "
127 "page."
128 msgstr ""
129
130 #. type: =head1
131 #: ../src/guestfs.pod:57
132 msgid "API OVERVIEW"
133 msgstr ""
134
135 #. type: textblock
136 #: ../src/guestfs.pod:59
137 msgid ""
138 "This section provides a gentler overview of the libguestfs API.  We also try "
139 "to group API calls together, where that may not be obvious from reading "
140 "about the individual calls in the main section of this manual."
141 msgstr ""
142
143 #. type: =head2
144 #: ../src/guestfs.pod:64
145 msgid "HANDLES"
146 msgstr ""
147
148 #. type: textblock
149 #: ../src/guestfs.pod:66
150 msgid ""
151 "Before you can use libguestfs calls, you have to create a handle.  Then you "
152 "must add at least one disk image to the handle, followed by launching the "
153 "handle, then performing whatever operations you want, and finally closing "
154 "the handle.  By convention we use the single letter C<g> for the name of the "
155 "handle variable, although of course you can use any name you want."
156 msgstr ""
157
158 #. type: textblock
159 #: ../src/guestfs.pod:73
160 msgid "The general structure of all libguestfs-using programs looks like this:"
161 msgstr ""
162
163 #. type: verbatim
164 #: ../src/guestfs.pod:76
165 #, no-wrap
166 msgid ""
167 " guestfs_h *g = guestfs_create ();\n"
168 " \n"
169 msgstr ""
170
171 #. type: verbatim
172 #: ../src/guestfs.pod:78
173 #, no-wrap
174 msgid ""
175 " /* Call guestfs_add_drive additional times if there are\n"
176 "  * multiple disk images.\n"
177 "  */\n"
178 " guestfs_add_drive (g, \"guest.img\");\n"
179 " \n"
180 msgstr ""
181
182 #. type: verbatim
183 #: ../src/guestfs.pod:83
184 #, no-wrap
185 msgid ""
186 " /* Most manipulation calls won't work until you've launched\n"
187 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
188 "  * and _before_ other commands.\n"
189 "  */\n"
190 " guestfs_launch (g);\n"
191 " \n"
192 msgstr ""
193
194 #. type: verbatim
195 #: ../src/guestfs.pod:89
196 #, no-wrap
197 msgid ""
198 " /* Now you can examine what partitions, LVs etc are available.\n"
199 "  */\n"
200 " char **partitions = guestfs_list_partitions (g);\n"
201 " char **logvols = guestfs_lvs (g);\n"
202 " \n"
203 msgstr ""
204
205 #. type: verbatim
206 #: ../src/guestfs.pod:94
207 #, no-wrap
208 msgid ""
209 " /* To access a filesystem in the image, you must mount it.\n"
210 "  */\n"
211 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
212 " \n"
213 msgstr ""
214
215 #. type: verbatim
216 #: ../src/guestfs.pod:98
217 #, no-wrap
218 msgid ""
219 " /* Now you can perform filesystem actions on the guest\n"
220 "  * disk image.\n"
221 "  */\n"
222 " guestfs_touch (g, \"/hello\");\n"
223 " \n"
224 msgstr ""
225
226 #. type: verbatim
227 #: ../src/guestfs.pod:103
228 #, no-wrap
229 msgid ""
230 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
231 "  * it is done automatically when you close the handle.  See\n"
232 "  * discussion of autosync in this page.\n"
233 "  */\n"
234 " guestfs_sync (g);\n"
235 " \n"
236 msgstr ""
237
238 #. type: verbatim
239 #: ../src/guestfs.pod:109
240 #, no-wrap
241 msgid ""
242 " /* Close the handle 'g'. */\n"
243 " guestfs_close (g);\n"
244 "\n"
245 msgstr ""
246
247 #. type: textblock
248 #: ../src/guestfs.pod:112
249 msgid ""
250 "The code above doesn't include any error checking.  In real code you should "
251 "check return values carefully for errors.  In general all functions that "
252 "return integers return C<-1> on error, and all functions that return "
253 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
254 "how to handle errors, and consult the documentation for each function call "
255 "below to see precisely how they return error indications.  See "
256 "L<guestfs-examples(3)> for fully worked examples."
257 msgstr ""
258
259 #. type: =head2
260 #: ../src/guestfs.pod:121
261 msgid "DISK IMAGES"
262 msgstr ""
263
264 #. type: textblock
265 #: ../src/guestfs.pod:123
266 msgid ""
267 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
268 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
269 "actual block device, or simply an empty file of zeroes that you have created "
270 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
271 "of these."
272 msgstr ""
273
274 #. type: textblock
275 #: ../src/guestfs.pod:129
276 msgid ""
277 "The call you should use in modern code for adding drives is "
278 "L</guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
279 "specifying that the format is raw, do:"
280 msgstr ""
281
282 #. type: verbatim
283 #: ../src/guestfs.pod:133
284 #, no-wrap
285 msgid ""
286 " guestfs_add_drive_opts (g, filename,\n"
287 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
288 "                         -1);\n"
289 "\n"
290 msgstr ""
291
292 #. type: textblock
293 #: ../src/guestfs.pod:137
294 msgid "You can add a disk read-only using:"
295 msgstr ""
296
297 #. type: verbatim
298 #: ../src/guestfs.pod:139
299 #, no-wrap
300 msgid ""
301 " guestfs_add_drive_opts (g, filename,\n"
302 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
303 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
304 "                         -1);\n"
305 "\n"
306 msgstr ""
307
308 #. type: textblock
309 #: ../src/guestfs.pod:144
310 msgid ""
311 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
312 "libguestfs won't modify the file."
313 msgstr ""
314
315 #. type: textblock
316 #: ../src/guestfs.pod:147
317 msgid ""
318 "Be extremely cautious if the disk image is in use, eg. if it is being used "
319 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
320 "corruption, but adding it read-only is safe."
321 msgstr ""
322
323 #. type: textblock
324 #: ../src/guestfs.pod:151
325 msgid ""
326 "You must add at least one disk image, and you may add multiple disk images.  "
327 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
328 "first one you added), C</dev/sdb> (for the second one you added), etc."
329 msgstr ""
330
331 #. type: textblock
332 #: ../src/guestfs.pod:156
333 msgid ""
334 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
335 "can call L</guestfs_list_devices> to get a list of the device names, in the "
336 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
337 msgstr ""
338
339 #. type: =head2
340 #: ../src/guestfs.pod:161
341 msgid "MOUNTING"
342 msgstr ""
343
344 #. type: textblock
345 #: ../src/guestfs.pod:163
346 msgid ""
347 "Before you can read or write files, create directories and so on in a disk "
348 "image that contains filesystems, you have to mount those filesystems using "
349 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
350 "a disk image contains (for example) one partition with a filesystem on that "
351 "partition, then you can mount it directly:"
352 msgstr ""
353
354 #. type: verbatim
355 #: ../src/guestfs.pod:170
356 #, no-wrap
357 msgid ""
358 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
359 "\n"
360 msgstr ""
361
362 #. type: textblock
363 #: ../src/guestfs.pod:172
364 msgid ""
365 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
366 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
367 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
368 "that these are libguestfs virtual devices, and are nothing to do with host "
369 "devices."
370 msgstr ""
371
372 #. type: textblock
373 #: ../src/guestfs.pod:178
374 msgid ""
375 "If you are given a disk image and you don't know what it contains then you "
376 "have to find out.  Libguestfs can do that too: use "
377 "L</guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions "
378 "and LVs, and either try mounting each to see what is mountable, or else "
379 "examine them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
380 "filesystems, use L</guestfs_list_filesystems>."
381 msgstr ""
382
383 #. type: textblock
384 #: ../src/guestfs.pod:186
385 msgid ""
386 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
387 "L</INSPECTION> below).  But you might find it easier to look at higher level "
388 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
389 msgstr ""
390
391 #. type: textblock
392 #: ../src/guestfs.pod:191
393 msgid ""
394 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
395 "several other variations of the C<guestfs_mount_*> call."
396 msgstr ""
397
398 #. type: =head2
399 #: ../src/guestfs.pod:194
400 msgid "FILESYSTEM ACCESS AND MODIFICATION"
401 msgstr ""
402
403 #. type: textblock
404 #: ../src/guestfs.pod:196
405 msgid ""
406 "The majority of the libguestfs API consists of fairly low-level calls for "
407 "accessing and modifying the files, directories, symlinks etc on mounted "
408 "filesystems.  There are over a hundred such calls which you can find listed "
409 "in detail below in this man page, and we don't even pretend to cover them "
410 "all in this overview."
411 msgstr ""
412
413 #. type: textblock
414 #: ../src/guestfs.pod:202
415 msgid ""
416 "Specify filenames as full paths, starting with C<\"/\"> and including the "
417 "mount point."
418 msgstr ""
419
420 #. type: textblock
421 #: ../src/guestfs.pod:205
422 msgid ""
423 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
424 "the file called C<\"etc/passwd\"> then you could do:"
425 msgstr ""
426
427 #. type: verbatim
428 #: ../src/guestfs.pod:208
429 #, no-wrap
430 msgid ""
431 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
432 "\n"
433 msgstr ""
434
435 #. type: textblock
436 #: ../src/guestfs.pod:210
437 msgid ""
438 "This would return C<data> as a newly allocated buffer containing the full "
439 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
440 "or C<NULL> if there was an error."
441 msgstr ""
442
443 #. type: textblock
444 #: ../src/guestfs.pod:214
445 msgid ""
446 "As another example, to create a top-level directory on that filesystem "
447 "called C<\"var\"> you would do:"
448 msgstr ""
449
450 #. type: verbatim
451 #: ../src/guestfs.pod:217
452 #, no-wrap
453 msgid ""
454 " guestfs_mkdir (g, \"/var\");\n"
455 "\n"
456 msgstr ""
457
458 #. type: textblock
459 #: ../src/guestfs.pod:219
460 msgid "To create a symlink you could do:"
461 msgstr ""
462
463 #. type: verbatim
464 #: ../src/guestfs.pod:221
465 #, no-wrap
466 msgid ""
467 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
468 "               \"/etc/rc3.d/S30portmap\");\n"
469 "\n"
470 msgstr ""
471
472 #. type: textblock
473 #: ../src/guestfs.pod:224
474 msgid ""
475 "Libguestfs will reject attempts to use relative paths and there is no "
476 "concept of a current working directory."
477 msgstr ""
478
479 #. type: textblock
480 #: ../src/guestfs.pod:227
481 msgid ""
482 "Libguestfs can return errors in many situations: for example if the "
483 "filesystem isn't writable, or if a file or directory that you requested "
484 "doesn't exist.  If you are using the C API (documented here)  you have to "
485 "check for those error conditions after each call.  (Other language bindings "
486 "turn these errors into exceptions)."
487 msgstr ""
488
489 #. type: textblock
490 #: ../src/guestfs.pod:233
491 msgid ""
492 "File writes are affected by the per-handle umask, set by calling "
493 "L</guestfs_umask> and defaulting to 022.  See L</UMASK>."
494 msgstr ""
495
496 #. type: =head2
497 #: ../src/guestfs.pod:236
498 msgid "PARTITIONING"
499 msgstr ""
500
501 #. type: textblock
502 #: ../src/guestfs.pod:238
503 msgid ""
504 "Libguestfs contains API calls to read, create and modify partition tables on "
505 "disk images."
506 msgstr ""
507
508 #. type: textblock
509 #: ../src/guestfs.pod:241
510 msgid ""
511 "In the common case where you want to create a single partition covering the "
512 "whole disk, you should use the L</guestfs_part_disk> call:"
513 msgstr ""
514
515 #. type: verbatim
516 #: ../src/guestfs.pod:245
517 #, no-wrap
518 msgid ""
519 " const char *parttype = \"mbr\";\n"
520 " if (disk_is_larger_than_2TB)\n"
521 "   parttype = \"gpt\";\n"
522 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
523 "\n"
524 msgstr ""
525
526 #. type: textblock
527 #: ../src/guestfs.pod:250
528 msgid ""
529 "Obviously this effectively wipes anything that was on that disk image "
530 "before."
531 msgstr ""
532
533 #. type: =head2
534 #: ../src/guestfs.pod:253
535 msgid "LVM2"
536 msgstr ""
537
538 #. type: textblock
539 #: ../src/guestfs.pod:255
540 msgid ""
541 "Libguestfs provides access to a large part of the LVM2 API, such as "
542 "L</guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense "
543 "unless you familiarize yourself with the concepts of physical volumes, "
544 "volume groups and logical volumes."
545 msgstr ""
546
547 #. type: textblock
548 #: ../src/guestfs.pod:260
549 msgid ""
550 "This author strongly recommends reading the LVM HOWTO, online at "
551 "L<http://tldp.org/HOWTO/LVM-HOWTO/>."
552 msgstr ""
553
554 #. type: =head2
555 #: ../src/guestfs.pod:263
556 msgid "DOWNLOADING"
557 msgstr ""
558
559 #. type: textblock
560 #: ../src/guestfs.pod:265
561 msgid ""
562 "Use L</guestfs_cat> to download small, text only files.  This call is "
563 "limited to files which are less than 2 MB and which cannot contain any ASCII "
564 "NUL (C<\\0>) characters.  However the API is very simple to use."
565 msgstr ""
566
567 #. type: textblock
568 #: ../src/guestfs.pod:269
569 msgid ""
570 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
571 "bit data, since it returns a (pointer, size) pair.  However it is still "
572 "limited to \"small\" files, less than 2 MB."
573 msgstr ""
574
575 #. type: textblock
576 #: ../src/guestfs.pod:273
577 msgid ""
578 "L</guestfs_download> can be used to download any file, with no limits on "
579 "content or size (even files larger than 4 GB)."
580 msgstr ""
581
582 #. type: textblock
583 #: ../src/guestfs.pod:276
584 msgid "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
585 msgstr ""
586
587 #. type: =head2
588 #: ../src/guestfs.pod:279
589 msgid "UPLOADING"
590 msgstr ""
591
592 #. type: textblock
593 #: ../src/guestfs.pod:281
594 msgid ""
595 "It's often the case that you want to write a file or files to the disk "
596 "image."
597 msgstr ""
598
599 #. type: textblock
600 #: ../src/guestfs.pod:284
601 msgid ""
602 "To write a small file with fixed content, use L</guestfs_write>.  To create "
603 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or "
604 "L</guestfs_fallocate64> (with all disk blocks allocated).  There are a "
605 "variety of other functions for creating test files, for example "
606 "L</guestfs_fill> and L</guestfs_fill_pattern>."
607 msgstr ""
608
609 #. type: textblock
610 #: ../src/guestfs.pod:290
611 msgid ""
612 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
613 "file content or size (even files larger than 4 GB)."
614 msgstr ""
615
616 #. type: textblock
617 #: ../src/guestfs.pod:293
618 msgid "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
619 msgstr ""
620
621 #. type: textblock
622 #: ../src/guestfs.pod:295
623 msgid ""
624 "However the fastest way to upload I<large numbers of arbitrary files> is to "
625 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and "
626 "L<mkisofs(8)>), then attach this using L</guestfs_add_drive_ro>.  If you add "
627 "the drive in a predictable way (eg. adding it last after all other drives) "
628 "then you can get the device name from L</guestfs_list_devices> and mount it "
629 "directly using L</guestfs_mount_ro>.  Note that squashfs images are "
630 "sometimes non-portable between kernel versions, and they don't support "
631 "labels or UUIDs.  If you want to pre-build an image or you need to mount it "
632 "using a label or UUID, use an ISO image instead."
633 msgstr ""
634
635 #. type: =head2
636 #: ../src/guestfs.pod:306
637 msgid "COPYING"
638 msgstr ""
639
640 #. type: textblock
641 #: ../src/guestfs.pod:308
642 msgid ""
643 "There are various different commands for copying between files and devices "
644 "and in and out of the guest filesystem.  These are summarised in the table "
645 "below."
646 msgstr ""
647
648 #. type: =item
649 #: ../src/guestfs.pod:314
650 msgid "B<file> to B<file>"
651 msgstr ""
652
653 #. type: textblock
654 #: ../src/guestfs.pod:316
655 msgid ""
656 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
657 "directories recursively."
658 msgstr ""
659
660 #. type: =item
661 #: ../src/guestfs.pod:319
662 msgid "B<file or device> to B<file or device>"
663 msgstr ""
664
665 #. type: textblock
666 #: ../src/guestfs.pod:321
667 msgid ""
668 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
669 "devices in the guest."
670 msgstr ""
671
672 #. type: textblock
673 #: ../src/guestfs.pod:324
674 msgid "Example: duplicate the contents of an LV:"
675 msgstr ""
676
677 #. type: verbatim
678 #: ../src/guestfs.pod:326
679 #, no-wrap
680 msgid ""
681 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
682 "\n"
683 msgstr ""
684
685 #. type: textblock
686 #: ../src/guestfs.pod:328
687 msgid ""
688 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
689 "(C</dev/VG/Original>).  To copy less than the whole source device, use "
690 "L</guestfs_copy_size>."
691 msgstr ""
692
693 #. type: =item
694 #: ../src/guestfs.pod:332
695 msgid "B<file on the host> to B<file or device>"
696 msgstr ""
697
698 #. type: textblock
699 #: ../src/guestfs.pod:334
700 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
701 msgstr ""
702
703 #. type: =item
704 #: ../src/guestfs.pod:336
705 msgid "B<file or device> to B<file on the host>"
706 msgstr ""
707
708 #. type: textblock
709 #: ../src/guestfs.pod:338
710 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
711 msgstr ""
712
713 #. type: =head2
714 #: ../src/guestfs.pod:342
715 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
716 msgstr ""
717
718 #. type: textblock
719 #: ../src/guestfs.pod:344
720 msgid ""
721 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, "
722 "L</guestfs_tar_out> etc appear to only take filenames as arguments, so it "
723 "appears you can only upload and download to files.  However many Un*x-like "
724 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, "
725 "C</dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, "
726 "stderr, and arbitrary file descriptor N."
727 msgstr ""
728
729 #. type: textblock
730 #: ../src/guestfs.pod:352
731 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
732 msgstr ""
733
734 #. type: verbatim
735 #: ../src/guestfs.pod:355
736 #, no-wrap
737 msgid ""
738 " guestfs_download (g, filename, \"/dev/stdout\");\n"
739 "\n"
740 msgstr ""
741
742 #. type: textblock
743 #: ../src/guestfs.pod:357
744 msgid "and you can write tar output to a file descriptor C<fd> by doing:"
745 msgstr ""
746
747 #. type: verbatim
748 #: ../src/guestfs.pod:359
749 #, no-wrap
750 msgid ""
751 " char devfd[64];\n"
752 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
753 " guestfs_tar_out (g, \"/\", devfd);\n"
754 "\n"
755 msgstr ""
756
757 #. type: =head2
758 #: ../src/guestfs.pod:363
759 msgid "LISTING FILES"
760 msgstr ""
761
762 #. type: textblock
763 #: ../src/guestfs.pod:365
764 msgid ""
765 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
766 "L<guestfish(1)>-equivalent command C<ll>)."
767 msgstr ""
768
769 #. type: textblock
770 #: ../src/guestfs.pod:368
771 msgid ""
772 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
773 "programs, as a flat list of strings."
774 msgstr ""
775
776 #. type: textblock
777 #: ../src/guestfs.pod:371
778 msgid ""
779 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
780 "directory, plus additional information about each one.  It is more "
781 "equivalent to using the L<readdir(3)> call on a local filesystem."
782 msgstr ""
783
784 #. type: textblock
785 #: ../src/guestfs.pod:375
786 msgid ""
787 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list "
788 "files."
789 msgstr ""
790
791 #. type: =head2
792 #: ../src/guestfs.pod:378
793 msgid "RUNNING COMMANDS"
794 msgstr ""
795
796 #. type: textblock
797 #: ../src/guestfs.pod:380
798 msgid ""
799 "Although libguestfs is primarily an API for manipulating files inside guest "
800 "images, we also provide some limited facilities for running commands inside "
801 "guests."
802 msgstr ""
803
804 #. type: textblock
805 #: ../src/guestfs.pod:384
806 msgid "There are many limitations to this:"
807 msgstr ""
808
809 #. type: =item
810 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398 ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411 ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1064 ../src/guestfs.pod:1068 ../src/guestfs.pod:1072 ../src/guestfs.pod:1077 ../src/guestfs.pod:1085 ../src/guestfs.pod:1104 ../src/guestfs.pod:1112 ../src/guestfs.pod:1134 ../src/guestfs.pod:1138 ../src/guestfs.pod:1142 ../src/guestfs.pod:1146 ../src/guestfs.pod:1150 ../src/guestfs.pod:1154 ../src/guestfs.pod:1643 ../src/guestfs.pod:1648 ../src/guestfs.pod:1652 ../src/guestfs.pod:1753 ../src/guestfs.pod:1758 ../src/guestfs.pod:1762 ../src/guestfs.pod:1772 ../src/guestfs.pod:2007 ../src/guestfs.pod:2012 ../src/guestfs.pod:2018 ../src/guestfs.pod:2026 ../src/guestfs.pod:2380 ../src/guestfs.pod:2386 ../src/guestfs.pod:2391 ../src/guestfs.pod:2397 ../src/guestfs.pod:2968 ../src/guestfs.pod:2972 ../src/guestfs.pod:2976 ../src/guestfs.pod:2980 ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:577 ../src/guestfs-actions.pod:585 ../src/guestfs-actions.pod:592 ../src/guestfs-actions.pod:599 ../src/guestfs-actions.pod:1597 ../src/guestfs-actions.pod:1601 ../src/guestfs-actions.pod:1605 ../src/guestfs-actions.pod:1609 ../src/guestfs-actions.pod:1617 ../src/guestfs-actions.pod:1621 ../src/guestfs-actions.pod:1625 ../src/guestfs-actions.pod:1635 ../src/guestfs-actions.pod:1639 ../src/guestfs-actions.pod:1643 ../src/guestfs-actions.pod:1781 ../src/guestfs-actions.pod:1785 ../src/guestfs-actions.pod:1790 ../src/guestfs-actions.pod:1795 ../src/guestfs-actions.pod:1856 ../src/guestfs-actions.pod:1860 ../src/guestfs-actions.pod:1865 ../fish/guestfish.pod:443 ../fish/guestfish.pod:447 ../fish/guestfish.pod:451 ../fish/guestfish.pod:455 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:380 ../fish/guestfish-actions.pod:388 ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:402 ../fish/guestfish-actions.pod:1069 ../fish/guestfish-actions.pod:1073 ../fish/guestfish-actions.pod:1077 ../fish/guestfish-actions.pod:1081 ../fish/guestfish-actions.pod:1089 ../fish/guestfish-actions.pod:1093 ../fish/guestfish-actions.pod:1097 ../fish/guestfish-actions.pod:1107 ../fish/guestfish-actions.pod:1111 ../fish/guestfish-actions.pod:1115 ../fish/guestfish-actions.pod:1205 ../fish/guestfish-actions.pod:1209 ../fish/guestfish-actions.pod:1214 ../fish/guestfish-actions.pod:1219 ../fish/guestfish-actions.pod:1261 ../fish/guestfish-actions.pod:1265 ../fish/guestfish-actions.pod:1270 ../tools/virt-edit.pl:351 ../tools/virt-edit.pl:356 ../tools/virt-edit.pl:361 ../tools/virt-edit.pl:372 ../tools/virt-edit.pl:376 ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542 ../tools/virt-win-reg.pl:548
811 msgid "*"
812 msgstr ""
813
814 #. type: textblock
815 #: ../src/guestfs.pod:390
816 msgid ""
817 "The kernel version that the command runs under will be different from what "
818 "it expects."
819 msgstr ""
820
821 #. type: textblock
822 #: ../src/guestfs.pod:395
823 msgid ""
824 "If the command needs to communicate with daemons, then most likely they "
825 "won't be running."
826 msgstr ""
827
828 #. type: textblock
829 #: ../src/guestfs.pod:400
830 msgid "The command will be running in limited memory."
831 msgstr ""
832
833 #. type: textblock
834 #: ../src/guestfs.pod:404
835 msgid ""
836 "The network may not be available unless you enable it (see "
837 "L</guestfs_set_network>)."
838 msgstr ""
839
840 #. type: textblock
841 #: ../src/guestfs.pod:409
842 msgid "Only supports Linux guests (not Windows, BSD, etc)."
843 msgstr ""
844
845 #. type: textblock
846 #: ../src/guestfs.pod:413
847 msgid "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
848 msgstr ""
849
850 #. type: textblock
851 #: ../src/guestfs.pod:418
852 msgid ""
853 "For SELinux guests, you may need to enable SELinux and load policy first.  "
854 "See L</SELINUX> in this manpage."
855 msgstr ""
856
857 #. type: textblock
858 #: ../src/guestfs.pod:423
859 msgid ""
860 "I<Security:> It is not safe to run commands from untrusted, possibly "
861 "malicious guests.  These commands may attempt to exploit your program by "
862 "sending unexpected output.  They could also try to exploit the Linux kernel "
863 "or qemu provided by the libguestfs appliance.  They could use the network "
864 "provided by the libguestfs appliance to bypass ordinary network partitions "
865 "and firewalls.  They could use the elevated privileges or different SELinux "
866 "context of your program to their advantage."
867 msgstr ""
868
869 #. type: textblock
870 #: ../src/guestfs.pod:432
871 msgid ""
872 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
873 "(a script which runs when the guest next boots normally), and to have this "
874 "script run the commands you want in the normal context of the running guest, "
875 "network security and so on.  For information about other security issues, "
876 "see L</SECURITY>."
877 msgstr ""
878
879 #. type: textblock
880 #: ../src/guestfs.pod:440
881 msgid ""
882 "The two main API calls to run commands are L</guestfs_command> and "
883 "L</guestfs_sh> (there are also variations)."
884 msgstr ""
885
886 #. type: textblock
887 #: ../src/guestfs.pod:443
888 msgid ""
889 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
890 "shell globs, redirections, etc will work."
891 msgstr ""
892
893 #. type: =head2
894 #: ../src/guestfs.pod:446
895 msgid "CONFIGURATION FILES"
896 msgstr ""
897
898 #. type: textblock
899 #: ../src/guestfs.pod:448
900 msgid ""
901 "To read and write configuration files in Linux guest filesystems, we "
902 "strongly recommend using Augeas.  For example, Augeas understands how to "
903 "read and write, say, a Linux shadow password file or X.org configuration "
904 "file, and so avoids you having to write that code."
905 msgstr ""
906
907 #. type: textblock
908 #: ../src/guestfs.pod:453
909 msgid ""
910 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
911 "document Augeas itself here because there is excellent documentation on the "
912 "L<http://augeas.net/> website."
913 msgstr ""
914
915 #. type: textblock
916 #: ../src/guestfs.pod:457
917 msgid ""
918 "If you don't want to use Augeas (you fool!) then try calling "
919 "L</guestfs_read_lines> to get the file as a list of lines which you can "
920 "iterate over."
921 msgstr ""
922
923 #. type: =head2
924 #: ../src/guestfs.pod:461
925 msgid "SELINUX"
926 msgstr ""
927
928 #. type: textblock
929 #: ../src/guestfs.pod:463
930 msgid ""
931 "We support SELinux guests.  To ensure that labeling happens correctly in "
932 "SELinux guests, you need to enable SELinux and load the guest's policy:"
933 msgstr ""
934
935 #. type: =item
936 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1257 ../src/guestfs.pod:1395 ../src/guestfs.pod:2425
937 msgid "1."
938 msgstr ""
939
940 #. type: textblock
941 #: ../src/guestfs.pod:471
942 msgid "Before launching, do:"
943 msgstr ""
944
945 #. type: verbatim
946 #: ../src/guestfs.pod:473
947 #, no-wrap
948 msgid ""
949 " guestfs_set_selinux (g, 1);\n"
950 "\n"
951 msgstr ""
952
953 #. type: =item
954 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1261 ../src/guestfs.pod:1399 ../src/guestfs.pod:2450
955 msgid "2."
956 msgstr ""
957
958 #. type: textblock
959 #: ../src/guestfs.pod:477
960 msgid ""
961 "After mounting the guest's filesystem(s), load the policy.  This is best "
962 "done by running the L<load_policy(8)> command in the guest itself:"
963 msgstr ""
964
965 #. type: verbatim
966 #: ../src/guestfs.pod:481
967 #, no-wrap
968 msgid ""
969 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
970 "\n"
971 msgstr ""
972
973 #. type: textblock
974 #: ../src/guestfs.pod:483
975 msgid ""
976 "(Older versions of C<load_policy> require you to specify the name of the "
977 "policy file)."
978 msgstr ""
979
980 #. type: =item
981 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1405
982 msgid "3."
983 msgstr ""
984
985 #. type: textblock
986 #: ../src/guestfs.pod:488
987 msgid ""
988 "Optionally, set the security context for the API.  The correct security "
989 "context to use can only be known by inspecting the guest.  As an example:"
990 msgstr ""
991
992 #. type: verbatim
993 #: ../src/guestfs.pod:492
994 #, no-wrap
995 msgid ""
996 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
997 "\n"
998 msgstr ""
999
1000 #. type: textblock
1001 #: ../src/guestfs.pod:496
1002 msgid "This will work for running commands and editing existing files."
1003 msgstr ""
1004
1005 #. type: textblock
1006 #: ../src/guestfs.pod:498
1007 msgid ""
1008 "When new files are created, you may need to label them explicitly, for "
1009 "example by running the external command C<restorecon pathname>."
1010 msgstr ""
1011
1012 #. type: =head2
1013 #: ../src/guestfs.pod:502
1014 msgid "UMASK"
1015 msgstr ""
1016
1017 #. type: textblock
1018 #: ../src/guestfs.pod:504
1019 msgid ""
1020 "Certain calls are affected by the current file mode creation mask (the "
1021 "\"umask\").  In particular ones which create files or directories, such as "
1022 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1023 "either the default mode that the file is created with or modifies the mode "
1024 "that you supply."
1025 msgstr ""
1026
1027 #. type: textblock
1028 #: ../src/guestfs.pod:510
1029 msgid ""
1030 "The default umask is C<022>, so files are created with modes such as C<0644> "
1031 "and directories with C<0755>."
1032 msgstr ""
1033
1034 #. type: textblock
1035 #: ../src/guestfs.pod:513
1036 msgid ""
1037 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1038 "(call C<guestfs_umask (g, 0)> early after launching).  Or call "
1039 "L</guestfs_chmod> after creating each file or directory."
1040 msgstr ""
1041
1042 #. type: textblock
1043 #: ../src/guestfs.pod:517
1044 msgid "For more information about umask, see L<umask(2)>."
1045 msgstr ""
1046
1047 #. type: =head1
1048 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:765
1049 msgid "ENCRYPTED DISKS"
1050 msgstr ""
1051
1052 #. type: textblock
1053 #: ../src/guestfs.pod:521
1054 msgid ""
1055 "Libguestfs allows you to access Linux guests which have been encrypted using "
1056 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1057 "standard.  This includes nearly all whole disk encryption systems used by "
1058 "modern Linux guests."
1059 msgstr ""
1060
1061 #. type: textblock
1062 #: ../src/guestfs.pod:527
1063 msgid ""
1064 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1065 "returns the string C<crypto_LUKS>)."
1066 msgstr ""
1067
1068 #. type: textblock
1069 #: ../src/guestfs.pod:530
1070 msgid ""
1071 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1072 "will require the passphrase!"
1073 msgstr ""
1074
1075 #. type: textblock
1076 #: ../src/guestfs.pod:533
1077 msgid ""
1078 "Opening a LUKS device creates a new device mapper device called "
1079 "C</dev/mapper/mapname> (where C<mapname> is the string you supply to "
1080 "L</guestfs_luks_open>).  Reads and writes to this mapper device are "
1081 "decrypted from and encrypted to the underlying block device respectively."
1082 msgstr ""
1083
1084 #. type: textblock
1085 #: ../src/guestfs.pod:539
1086 msgid ""
1087 "LVM volume groups on the device can be made visible by calling "
1088 "L</guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical "
1089 "volume(s) can now be mounted in the usual way."
1090 msgstr ""
1091
1092 #. type: textblock
1093 #: ../src/guestfs.pod:543
1094 msgid ""
1095 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1096 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1097 "[\"/dev/VG\"])>.  Then close the mapper device by calling "
1098 "L</guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1099 "underlying encrypted block device)."
1100 msgstr ""
1101
1102 #. type: =head2
1103 #: ../src/guestfs.pod:550
1104 msgid "INSPECTION"
1105 msgstr ""
1106
1107 #. type: textblock
1108 #: ../src/guestfs.pod:552
1109 msgid ""
1110 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1111 "contains operating systems, an install CD or a live CD.  (These APIs used to "
1112 "be in a separate Perl-only library called L<Sys::Guestfs::Lib(3)> but since "
1113 "version 1.5.3 the most frequently used part of this library has been "
1114 "rewritten in C and moved into the core code)."
1115 msgstr ""
1116
1117 #. type: textblock
1118 #: ../src/guestfs.pod:559
1119 msgid ""
1120 "Add all disks belonging to the unknown virtual machine and call "
1121 "L</guestfs_launch> in the usual way."
1122 msgstr ""
1123
1124 #. type: textblock
1125 #: ../src/guestfs.pod:562
1126 msgid ""
1127 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1128 "and certain heuristics, and returns a list of operating systems that were "
1129 "found.  An empty list means none were found.  A single element is the root "
1130 "filesystem of the operating system.  For dual- or multi-boot guests, "
1131 "multiple roots can be returned, each one corresponding to a separate "
1132 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1133 "world of virtualization, but since this scenario can happen, we have built "
1134 "libguestfs to deal with it.)"
1135 msgstr ""
1136
1137 #. type: textblock
1138 #: ../src/guestfs.pod:571
1139 msgid ""
1140 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1141 "to get additional details about that operating system.  For example, call "
1142 "L</guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1143 "Windows and Linux-based operating systems respectively."
1144 msgstr ""
1145
1146 #. type: textblock
1147 #: ../src/guestfs.pod:577
1148 msgid ""
1149 "Un*x-like and Linux-based operating systems usually consist of several "
1150 "filesystems which are mounted at boot time (for example, a separate boot "
1151 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1152 "filesystems correspond to mount points.  Call "
1153 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1154 "hash table like this example:"
1155 msgstr ""
1156
1157 #. type: verbatim
1158 #: ../src/guestfs.pod:584
1159 #, no-wrap
1160 msgid ""
1161 " /boot => /dev/sda1\n"
1162 " /     => /dev/vg_guest/lv_root\n"
1163 " /usr  => /dev/vg_guest/lv_usr\n"
1164 "\n"
1165 msgstr ""
1166
1167 #. type: textblock
1168 #: ../src/guestfs.pod:588
1169 msgid ""
1170 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1171 "filesystems as suggested."
1172 msgstr ""
1173
1174 #. type: textblock
1175 #: ../src/guestfs.pod:591
1176 msgid ""
1177 "Be careful to mount filesystems in the right order (eg. C</> before "
1178 "C</usr>).  Sorting the keys of the hash by length, shortest first, should "
1179 "work."
1180 msgstr ""
1181
1182 #. type: textblock
1183 #: ../src/guestfs.pod:595
1184 msgid ""
1185 "Inspection currently only works for some common operating systems.  "
1186 "Contributors are welcome to send patches for other operating systems that we "
1187 "currently cannot detect."
1188 msgstr ""
1189
1190 #. type: textblock
1191 #: ../src/guestfs.pod:599
1192 msgid ""
1193 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1194 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1195 "encrypted devices."
1196 msgstr ""
1197
1198 #. type: textblock
1199 #: ../src/guestfs.pod:603
1200 msgid ""
1201 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1202 "inspection and caches the results in the guest handle.  Subsequent calls to "
1203 "C<guestfs_inspect_get_*> return this cached information, but I<do not> "
1204 "re-read the disks.  If you change the content of the guest disks, you can "
1205 "redo inspection by calling L</guestfs_inspect_os> again.  "
1206 "(L</guestfs_inspect_list_applications> works a little differently from the "
1207 "other calls and does read the disks.  See documentation for that function "
1208 "for details)."
1209 msgstr ""
1210
1211 #. type: =head3
1212 #: ../src/guestfs.pod:612
1213 msgid "INSPECTING INSTALL DISKS"
1214 msgstr ""
1215
1216 #. type: textblock
1217 #: ../src/guestfs.pod:614
1218 msgid ""
1219 "Libguestfs (since 1.9.4) can detect some install disks, install CDs, live "
1220 "CDs and more."
1221 msgstr ""
1222
1223 #. type: textblock
1224 #: ../src/guestfs.pod:617
1225 msgid ""
1226 "Call L</guestfs_inspect_get_format> to return the format of the operating "
1227 "system, which currently can be C<installed> (a regular operating system) or "
1228 "C<installer> (some sort of install disk)."
1229 msgstr ""
1230
1231 #. type: textblock
1232 #: ../src/guestfs.pod:621
1233 msgid ""
1234 "Further information is available about the operating system that can be "
1235 "installed using the regular inspection APIs like "
1236 "L</guestfs_inspect_get_product_name>, L</guestfs_inspect_get_major_version> "
1237 "etc."
1238 msgstr ""
1239
1240 #. type: textblock
1241 #: ../src/guestfs.pod:626
1242 msgid ""
1243 "Some additional information specific to installer disks is also available "
1244 "from the L</guestfs_inspect_is_live>, L</guestfs_inspect_is_netinst> and "
1245 "L</guestfs_inspect_is_multipart> calls."
1246 msgstr ""
1247
1248 #. type: =head2
1249 #: ../src/guestfs.pod:631
1250 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1251 msgstr ""
1252
1253 #. type: textblock
1254 #: ../src/guestfs.pod:633
1255 msgid ""
1256 "Libguestfs can mount NTFS partitions.  It does this using the "
1257 "L<http://www.ntfs-3g.org/> driver."
1258 msgstr ""
1259
1260 #. type: =head3
1261 #: ../src/guestfs.pod:636
1262 msgid "DRIVE LETTERS AND PATHS"
1263 msgstr ""
1264
1265 #. type: textblock
1266 #: ../src/guestfs.pod:638
1267 msgid ""
1268 "DOS and Windows still use drive letters, and the filesystems are always "
1269 "treated as case insensitive by Windows itself, and therefore you might find "
1270 "a Windows configuration file referring to a path like "
1271 "C<c:\\windows\\system32>.  When the filesystem is mounted in libguestfs, "
1272 "that directory might be referred to as C</WINDOWS/System32>."
1273 msgstr ""
1274
1275 #. type: textblock
1276 #: ../src/guestfs.pod:644
1277 msgid ""
1278 "Drive letter mappings can be found using inspection (see L</INSPECTION> and "
1279 "L</guestfs_inspect_get_drive_mappings>)"
1280 msgstr ""
1281
1282 #. type: textblock
1283 #: ../src/guestfs.pod:647
1284 msgid ""
1285 "Dealing with separator characters (backslash vs forward slash) is outside "
1286 "the scope of libguestfs, but usually a simple character replacement will "
1287 "work."
1288 msgstr ""
1289
1290 #. type: textblock
1291 #: ../src/guestfs.pod:651
1292 msgid ""
1293 "To resolve the case insensitivity of paths, call "
1294 "L</guestfs_case_sensitive_path>."
1295 msgstr ""
1296
1297 #. type: =head3
1298 #: ../src/guestfs.pod:654
1299 msgid "ACCESSING THE WINDOWS REGISTRY"
1300 msgstr ""
1301
1302 #. type: textblock
1303 #: ../src/guestfs.pod:656
1304 msgid ""
1305 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1306 "files, through the library C<hivex> which is part of the libguestfs project "
1307 "although ships as a separate tarball.  You have to locate and download the "
1308 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1309 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and "
1310 "L<virt-win-reg(1)> for more help on this issue."
1311 msgstr ""
1312
1313 #. type: =head3
1314 #: ../src/guestfs.pod:664
1315 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1316 msgstr ""
1317
1318 #. type: textblock
1319 #: ../src/guestfs.pod:666
1320 msgid ""
1321 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1322 "provide something which looks like a Linux symlink.  The way it tries to do "
1323 "the rewriting is described here:"
1324 msgstr ""
1325
1326 #. type: textblock
1327 #: ../src/guestfs.pod:670
1328 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-symbolic-links/>"
1329 msgstr ""
1330
1331 #. type: textblock
1332 #: ../src/guestfs.pod:672
1333 msgid ""
1334 "The essential problem is that ntfs-3g simply does not have enough "
1335 "information to do a correct job.  NTFS links can contain drive letters and "
1336 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1337 "It is almost certainly the case that libguestfs callers should ignore what "
1338 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1339 msgstr ""
1340
1341 #. type: textblock
1342 #: ../src/guestfs.pod:679
1343 msgid ""
1344 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use "
1345 "L</guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1346 "attribute, and read the raw reparse data from that (you can find the format "
1347 "documented in various places around the web)."
1348 msgstr ""
1349
1350 #. type: =head3
1351 #: ../src/guestfs.pod:684
1352 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1353 msgstr ""
1354
1355 #. type: textblock
1356 #: ../src/guestfs.pod:686
1357 msgid ""
1358 "There are other useful extended attributes that can be read from ntfs-3g "
1359 "filesystems (using L</guestfs_getxattr>).  See:"
1360 msgstr ""
1361
1362 #. type: textblock
1363 #: ../src/guestfs.pod:689
1364 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1365 msgstr ""
1366
1367 #. type: =head2
1368 #: ../src/guestfs.pod:691
1369 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1370 msgstr ""
1371
1372 #. type: textblock
1373 #: ../src/guestfs.pod:693
1374 msgid ""
1375 "Although we don't want to discourage you from using the C API, we will "
1376 "mention here that the same API is also available in other languages."
1377 msgstr ""
1378
1379 #. type: textblock
1380 #: ../src/guestfs.pod:696
1381 msgid ""
1382 "The API is broadly identical in all supported languages.  This means that "
1383 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1384 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1385 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1386 "each language."
1387 msgstr ""
1388
1389 #. type: textblock
1390 #: ../src/guestfs.pod:702
1391 msgid ""
1392 "Error messages are automatically transformed into exceptions if the language "
1393 "supports it."
1394 msgstr ""
1395
1396 #. type: textblock
1397 #: ../src/guestfs.pod:705
1398 msgid ""
1399 "We don't try to \"object orientify\" parts of the API in OO languages, "
1400 "although contributors are welcome to write higher level APIs above what we "
1401 "provide in their favourite languages if they wish."
1402 msgstr ""
1403
1404 #. type: =item
1405 #: ../src/guestfs.pod:711
1406 msgid "B<C++>"
1407 msgstr ""
1408
1409 #. type: textblock
1410 #: ../src/guestfs.pod:713
1411 msgid ""
1412 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1413 "identical to the C API.  C++ classes and exceptions are not used."
1414 msgstr ""
1415
1416 #. type: =item
1417 #: ../src/guestfs.pod:717
1418 msgid "B<C#>"
1419 msgstr ""
1420
1421 #. type: textblock
1422 #: ../src/guestfs.pod:719
1423 msgid ""
1424 "The C# bindings are highly experimental.  Please read the warnings at the "
1425 "top of C<csharp/Libguestfs.cs>."
1426 msgstr ""
1427
1428 #. type: =item
1429 #: ../src/guestfs.pod:722
1430 msgid "B<Haskell>"
1431 msgstr ""
1432
1433 #. type: textblock
1434 #: ../src/guestfs.pod:724
1435 msgid ""
1436 "This is the only language binding that is working but incomplete.  Only "
1437 "calls which return simple integers have been bound in Haskell, and we are "
1438 "looking for help to complete this binding."
1439 msgstr ""
1440
1441 #. type: =item
1442 #: ../src/guestfs.pod:728
1443 msgid "B<Java>"
1444 msgstr ""
1445
1446 #. type: textblock
1447 #: ../src/guestfs.pod:730
1448 msgid ""
1449 "Full documentation is contained in the Javadoc which is distributed with "
1450 "libguestfs."
1451 msgstr ""
1452
1453 #. type: =item
1454 #: ../src/guestfs.pod:733
1455 msgid "B<OCaml>"
1456 msgstr ""
1457
1458 #. type: textblock
1459 #: ../src/guestfs.pod:735
1460 msgid "See L<guestfs-ocaml(3)>."
1461 msgstr ""
1462
1463 #. type: =item
1464 #: ../src/guestfs.pod:737
1465 msgid "B<Perl>"
1466 msgstr ""
1467
1468 #. type: textblock
1469 #: ../src/guestfs.pod:739
1470 msgid "See L<guestfs-perl(3)> and L<Sys::Guestfs(3)>."
1471 msgstr ""
1472
1473 #. type: =item
1474 #: ../src/guestfs.pod:741
1475 msgid "B<PHP>"
1476 msgstr ""
1477
1478 #. type: textblock
1479 #: ../src/guestfs.pod:743
1480 msgid ""
1481 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1482 "the php-libguestfs package for your distribution."
1483 msgstr ""
1484
1485 #. type: textblock
1486 #: ../src/guestfs.pod:746
1487 msgid "The PHP binding only works correctly on 64 bit machines."
1488 msgstr ""
1489
1490 #. type: =item
1491 #: ../src/guestfs.pod:748
1492 msgid "B<Python>"
1493 msgstr ""
1494
1495 #. type: textblock
1496 #: ../src/guestfs.pod:750
1497 msgid "See L<guestfs-python(3)>."
1498 msgstr ""
1499
1500 #. type: =item
1501 #: ../src/guestfs.pod:752
1502 msgid "B<Ruby>"
1503 msgstr ""
1504
1505 #. type: textblock
1506 #: ../src/guestfs.pod:754
1507 msgid "See L<guestfs-ruby(3)>."
1508 msgstr ""
1509
1510 #. type: =item
1511 #: ../src/guestfs.pod:756
1512 msgid "B<shell scripts>"
1513 msgstr ""
1514
1515 #. type: textblock
1516 #: ../src/guestfs.pod:758
1517 msgid "See L<guestfish(1)>."
1518 msgstr ""
1519
1520 #. type: =head2
1521 #: ../src/guestfs.pod:762
1522 msgid "LIBGUESTFS GOTCHAS"
1523 msgstr ""
1524
1525 #. type: textblock
1526 #: ../src/guestfs.pod:764
1527 msgid ""
1528 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1529 "system [...] that works in the way it is documented but is counterintuitive "
1530 "and almost invites mistakes.\""
1531 msgstr ""
1532
1533 #. type: textblock
1534 #: ../src/guestfs.pod:768
1535 msgid ""
1536 "Since we developed libguestfs and the associated tools, there are several "
1537 "things we would have designed differently, but are now stuck with for "
1538 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1539 "release, you can expect these to change.  Beware of them."
1540 msgstr ""
1541
1542 #. type: =item
1543 #: ../src/guestfs.pod:776
1544 msgid "Autosync / forgetting to sync."
1545 msgstr ""
1546
1547 #. type: textblock
1548 #: ../src/guestfs.pod:778
1549 msgid ""
1550 "I<Update:> Autosync is enabled by default for all API users starting from "
1551 "libguestfs 1.5.24.  This section only applies to older versions."
1552 msgstr ""
1553
1554 #. type: textblock
1555 #: ../src/guestfs.pod:781
1556 msgid ""
1557 "When modifying a filesystem from C or another language, you B<must> unmount "
1558 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1559 "libguestfs handle.  You can also call:"
1560 msgstr ""
1561
1562 #. type: verbatim
1563 #: ../src/guestfs.pod:785
1564 #, no-wrap
1565 msgid ""
1566 " guestfs_set_autosync (g, 1);\n"
1567 "\n"
1568 msgstr ""
1569
1570 #. type: textblock
1571 #: ../src/guestfs.pod:787
1572 msgid ""
1573 "to have the unmount/sync done automatically for you when the handle 'g' is "
1574 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> "
1575 "q.v.)"
1576 msgstr ""
1577
1578 #. type: textblock
1579 #: ../src/guestfs.pod:791
1580 msgid ""
1581 "If you forget to do this, then it is entirely possible that your changes "
1582 "won't be written out, or will be partially written, or (very rarely) that "
1583 "you'll get disk corruption."
1584 msgstr ""
1585
1586 #. type: textblock
1587 #: ../src/guestfs.pod:795
1588 msgid ""
1589 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1590 "guestfish scripts that forget to sync will work just fine, which can make "
1591 "this very puzzling if you are trying to debug a problem."
1592 msgstr ""
1593
1594 #. type: =item
1595 #: ../src/guestfs.pod:799
1596 msgid "Mount option C<-o sync> should not be the default."
1597 msgstr ""
1598
1599 #. type: textblock
1600 #: ../src/guestfs.pod:801
1601 msgid ""
1602 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1603 "However C<-o sync> does not add any reliability benefit, but does have a "
1604 "very large performance impact."
1605 msgstr ""
1606
1607 #. type: textblock
1608 #: ../src/guestfs.pod:805
1609 msgid ""
1610 "The work around is to use L</guestfs_mount_options> and set the mount "
1611 "options that you actually want to use."
1612 msgstr ""
1613
1614 #. type: =item
1615 #: ../src/guestfs.pod:808
1616 msgid "Read-only should be the default."
1617 msgstr ""
1618
1619 #. type: textblock
1620 #: ../src/guestfs.pod:810
1621 msgid ""
1622 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1623 "specify I<--rw> if you want to make changes to the image."
1624 msgstr ""
1625
1626 #. type: textblock
1627 #: ../src/guestfs.pod:813
1628 msgid "This would reduce the potential to corrupt live VM images."
1629 msgstr ""
1630
1631 #. type: textblock
1632 #: ../src/guestfs.pod:815
1633 msgid ""
1634 "Note that many filesystems change the disk when you just mount and unmount, "
1635 "even if you didn't perform any writes.  You need to use "
1636 "L</guestfs_add_drive_ro> to guarantee that the disk is not changed."
1637 msgstr ""
1638
1639 #. type: =item
1640 #: ../src/guestfs.pod:819
1641 msgid "guestfish command line is hard to use."
1642 msgstr ""
1643
1644 #. type: textblock
1645 #: ../src/guestfs.pod:821
1646 msgid ""
1647 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1648 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1649 "exist, so it fails.  In earlier versions of guestfish the error message was "
1650 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1651 "we should have used C<guestfish -c command> to run commands."
1652 msgstr ""
1653
1654 #. type: =item
1655 #: ../src/guestfs.pod:828
1656 msgid "guestfish megabyte modifiers don't work right on all commands"
1657 msgstr ""
1658
1659 #. type: textblock
1660 #: ../src/guestfs.pod:830
1661 msgid ""
1662 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1663 "other modifiers).  What guestfish actually does is to multiply the number "
1664 "part by the modifier part and pass the result to the C API.  However this "
1665 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1666 "expecting some other unit (eg. megabytes)."
1667 msgstr ""
1668
1669 #. type: textblock
1670 #: ../src/guestfs.pod:837
1671 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1672 msgstr ""
1673
1674 #. type: verbatim
1675 #: ../src/guestfs.pod:839
1676 #, no-wrap
1677 msgid ""
1678 " lvcreate LV VG 100M\n"
1679 "\n"
1680 msgstr ""
1681
1682 #. type: textblock
1683 #: ../src/guestfs.pod:841
1684 msgid ""
1685 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1686 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1687 "megabytes * megabytes) logical volume.  The error message you get from this "
1688 "is also a little obscure."
1689 msgstr ""
1690
1691 #. type: textblock
1692 #: ../src/guestfs.pod:846
1693 msgid ""
1694 "This could be fixed in the generator by specially marking parameters and "
1695 "return values which take bytes or other units."
1696 msgstr ""
1697
1698 #. type: =item
1699 #: ../src/guestfs.pod:849
1700 msgid "Ambiguity between devices and paths"
1701 msgstr ""
1702
1703 #. type: textblock
1704 #: ../src/guestfs.pod:851
1705 msgid ""
1706 "There is a subtle ambiguity in the API between a device name "
1707 "(eg. C</dev/sdb2>) and a similar pathname.  A file might just happen to be "
1708 "called C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1709 msgstr ""
1710
1711 #. type: textblock
1712 #: ../src/guestfs.pod:856
1713 msgid ""
1714 "In the current API we usually resolve this ambiguity by having two separate "
1715 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1716 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1717 "detecting if the path supplied begins with C</dev/>."
1718 msgstr ""
1719
1720 #. type: textblock
1721 #: ../src/guestfs.pod:862
1722 msgid ""
1723 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1724 "make paths/devices into structured names.  One way to do this would be to "
1725 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1726 "aspect of grub.  Another way would be to use a structured type, equivalent "
1727 "to this OCaml type:"
1728 msgstr ""
1729
1730 #. type: verbatim
1731 #: ../src/guestfs.pod:868
1732 #, no-wrap
1733 msgid ""
1734 " type path = Path of string | Device of int | Partition of int * int\n"
1735 "\n"
1736 msgstr ""
1737
1738 #. type: textblock
1739 #: ../src/guestfs.pod:870
1740 msgid "which would allow you to pass arguments like:"
1741 msgstr ""
1742
1743 #. type: verbatim
1744 #: ../src/guestfs.pod:872
1745 #, no-wrap
1746 msgid ""
1747 " Path \"/foo/bar\"\n"
1748 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1749 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1750 " Path \"/dev/sdb2\"    (* not a device *)\n"
1751 "\n"
1752 msgstr ""
1753
1754 #. type: textblock
1755 #: ../src/guestfs.pod:877
1756 msgid ""
1757 "As you can see there are still problems to resolve even with this "
1758 "representation.  Also consider how it might work in guestfish."
1759 msgstr ""
1760
1761 #. type: =head2
1762 #: ../src/guestfs.pod:882
1763 msgid "KEYS AND PASSPHRASES"
1764 msgstr ""
1765
1766 #. type: textblock
1767 #: ../src/guestfs.pod:884
1768 msgid ""
1769 "Certain libguestfs calls take a parameter that contains sensitive key "
1770 "material, passed in as a C string."
1771 msgstr ""
1772
1773 #. type: textblock
1774 #: ../src/guestfs.pod:887
1775 msgid ""
1776 "In the future we would hope to change the libguestfs implementation so that "
1777 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1778 "swap.  However this is I<not> done at the moment, because of the complexity "
1779 "of such an implementation."
1780 msgstr ""
1781
1782 #. type: textblock
1783 #: ../src/guestfs.pod:892
1784 msgid ""
1785 "Therefore you should be aware that any key parameter you pass to libguestfs "
1786 "might end up being written out to the swap partition.  If this is a concern, "
1787 "scrub the swap partition or don't use libguestfs on encrypted devices."
1788 msgstr ""
1789
1790 #. type: =head2
1791 #: ../src/guestfs.pod:897
1792 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1793 msgstr ""
1794
1795 #. type: textblock
1796 #: ../src/guestfs.pod:899
1797 msgid ""
1798 "All high-level libguestfs actions are synchronous.  If you want to use "
1799 "libguestfs asynchronously then you must create a thread."
1800 msgstr ""
1801
1802 #. type: textblock
1803 #: ../src/guestfs.pod:902
1804 msgid ""
1805 "Only use the handle from a single thread.  Either use the handle exclusively "
1806 "from one thread, or provide your own mutex so that two threads cannot issue "
1807 "calls on the same handle at the same time."
1808 msgstr ""
1809
1810 #. type: textblock
1811 #: ../src/guestfs.pod:906
1812 msgid ""
1813 "See the graphical program guestfs-browser for one possible architecture for "
1814 "multithreaded programs using libvirt and libguestfs."
1815 msgstr ""
1816
1817 #. type: =head2
1818 #: ../src/guestfs.pod:909
1819 msgid "PATH"
1820 msgstr ""
1821
1822 #. type: textblock
1823 #: ../src/guestfs.pod:911
1824 msgid ""
1825 "Libguestfs needs a supermin appliance, which it finds by looking along an "
1826 "internal path."
1827 msgstr ""
1828
1829 #. type: textblock
1830 #: ../src/guestfs.pod:914
1831 msgid ""
1832 "By default it looks for these in the directory C<$libdir/guestfs> "
1833 "(eg. C</usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1834 msgstr ""
1835
1836 #. type: textblock
1837 #: ../src/guestfs.pod:917
1838 msgid ""
1839 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1840 "to change the directories that libguestfs will search in.  The value is a "
1841 "colon-separated list of paths.  The current directory is I<not> searched "
1842 "unless the path contains an empty element or C<.>.  For example "
1843 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1844 "then C</usr/lib/guestfs>."
1845 msgstr ""
1846
1847 #. type: =head2
1848 #: ../src/guestfs.pod:924
1849 msgid "QEMU WRAPPERS"
1850 msgstr ""
1851
1852 #. type: textblock
1853 #: ../src/guestfs.pod:926
1854 msgid ""
1855 "If you want to compile your own qemu, run qemu from a non-standard location, "
1856 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1857 "around qemu."
1858 msgstr ""
1859
1860 #. type: textblock
1861 #: ../src/guestfs.pod:930
1862 msgid ""
1863 "There is one important rule to remember: you I<must C<exec qemu>> as the "
1864 "last command in the shell script (so that qemu replaces the shell and "
1865 "becomes the direct child of the libguestfs-using program).  If you don't do "
1866 "this, then the qemu process won't be cleaned up correctly."
1867 msgstr ""
1868
1869 #. type: textblock
1870 #: ../src/guestfs.pod:935
1871 msgid ""
1872 "Here is an example of a wrapper, where I have built my own copy of qemu from "
1873 "source:"
1874 msgstr ""
1875
1876 #. type: verbatim
1877 #: ../src/guestfs.pod:938
1878 #, no-wrap
1879 msgid ""
1880 " #!/bin/sh -\n"
1881 " qemudir=/home/rjones/d/qemu\n"
1882 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios "
1883 "\"$@\"\n"
1884 "\n"
1885 msgstr ""
1886
1887 #. type: textblock
1888 #: ../src/guestfs.pod:942
1889 msgid ""
1890 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
1891 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
1892 "example:"
1893 msgstr ""
1894
1895 #. type: verbatim
1896 #: ../src/guestfs.pod:946
1897 #, no-wrap
1898 msgid ""
1899 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
1900 "\n"
1901 msgstr ""
1902
1903 #. type: textblock
1904 #: ../src/guestfs.pod:948
1905 msgid ""
1906 "Note that libguestfs also calls qemu with the -help and -version options in "
1907 "order to determine features."
1908 msgstr ""
1909
1910 #. type: =head2
1911 #: ../src/guestfs.pod:951
1912 msgid "ATTACHING TO RUNNING DAEMONS"
1913 msgstr ""
1914
1915 #. type: textblock
1916 #: ../src/guestfs.pod:953
1917 msgid ""
1918 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
1919 "babies.  Use with caution."
1920 msgstr ""
1921
1922 #. type: textblock
1923 #: ../src/guestfs.pod:956
1924 msgid ""
1925 "I<Note (2):> This section explains how to attach to a running daemon from a "
1926 "low level perspective.  For most users, simply using virt tools such as "
1927 "L<guestfish(1)> with the I<--live> option will \"just work\"."
1928 msgstr ""
1929
1930 #. type: =head3
1931 #: ../src/guestfs.pod:960
1932 msgid "Using guestfs_set_attach_method"
1933 msgstr ""
1934
1935 #. type: textblock
1936 #: ../src/guestfs.pod:962
1937 msgid ""
1938 "By calling L</guestfs_set_attach_method> you can change how the library "
1939 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read "
1940 "L</ARCHITECTURE> for some background)."
1941 msgstr ""
1942
1943 #. type: textblock
1944 #: ../src/guestfs.pod:966
1945 msgid ""
1946 "The normal attach method is C<appliance>, where a small appliance is created "
1947 "containing the daemon, and then the library connects to this."
1948 msgstr ""
1949
1950 #. type: textblock
1951 #: ../src/guestfs.pod:969
1952 msgid ""
1953 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
1954 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
1955 "daemon over the Unix domain socket."
1956 msgstr ""
1957
1958 #. type: textblock
1959 #: ../src/guestfs.pod:973
1960 msgid ""
1961 "The normal use for this is to connect to a running virtual machine that "
1962 "contains a C<guestfsd> daemon, and send commands so you can read and write "
1963 "files inside the live virtual machine."
1964 msgstr ""
1965
1966 #. type: =head3
1967 #: ../src/guestfs.pod:977
1968 msgid "Using guestfs_add_domain with live flag"
1969 msgstr ""
1970
1971 #. type: textblock
1972 #: ../src/guestfs.pod:979
1973 msgid ""
1974 "L</guestfs_add_domain> provides some help for getting the correct attach "
1975 "method.  If you pass the C<live> option to this function, then (if the "
1976 "virtual machine is running) it will examine the libvirt XML looking for a "
1977 "virtio-serial channel to connect to:"
1978 msgstr ""
1979
1980 #. type: verbatim
1981 #: ../src/guestfs.pod:985
1982 #, no-wrap
1983 msgid ""
1984 " <domain>\n"
1985 "   ...\n"
1986 "   <devices>\n"
1987 "     ...\n"
1988 "     <channel type='unix'>\n"
1989 "       <source mode='bind' path='/path/to/socket'/>\n"
1990 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
1991 "     </channel>\n"
1992 "     ...\n"
1993 "   </devices>\n"
1994 " </domain>\n"
1995 "\n"
1996 msgstr ""
1997
1998 #. type: textblock
1999 #: ../src/guestfs.pod:997
2000 msgid ""
2001 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
2002 "method to C<unix:/path/to/socket>."
2003 msgstr ""
2004
2005 #. type: textblock
2006 #: ../src/guestfs.pod:1000
2007 msgid ""
2008 "Some of the libguestfs tools (including guestfish) support a I<--live> "
2009 "option which is passed through to L</guestfs_add_domain> thus allowing you "
2010 "to attach to and modify live virtual machines."
2011 msgstr ""
2012
2013 #. type: textblock
2014 #: ../src/guestfs.pod:1004
2015 msgid ""
2016 "The virtual machine needs to have been set up beforehand so that it has the "
2017 "virtio-serial channel and so that guestfsd is running inside it."
2018 msgstr ""
2019
2020 #. type: =head2
2021 #: ../src/guestfs.pod:1008
2022 msgid "ABI GUARANTEE"
2023 msgstr ""
2024
2025 #. type: textblock
2026 #: ../src/guestfs.pod:1010
2027 msgid ""
2028 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2029 "actions as outlined in this section.  Although we will deprecate some "
2030 "actions, for example if they get replaced by newer calls, we will keep the "
2031 "old actions forever.  This allows you the developer to program in confidence "
2032 "against the libguestfs API."
2033 msgstr ""
2034
2035 #. type: =head2
2036 #: ../src/guestfs.pod:1016
2037 msgid "BLOCK DEVICE NAMING"
2038 msgstr ""
2039
2040 #. type: textblock
2041 #: ../src/guestfs.pod:1018
2042 msgid ""
2043 "In the kernel there is now quite a profusion of schemata for naming block "
2044 "devices (in this context, by I<block device> I mean a physical or virtual "
2045 "hard drive).  The original Linux IDE driver used names starting with "
2046 "C</dev/hd*>.  SCSI devices have historically used a different naming scheme, "
2047 "C</dev/sd*>.  When the Linux kernel I<libata> driver became a popular "
2048 "replacement for the old IDE driver (particularly for SATA devices) those "
2049 "devices also used the C</dev/sd*> scheme.  Additionally we now have virtual "
2050 "machines with paravirtualized drivers.  This has created several different "
2051 "naming systems, such as C</dev/vd*> for virtio disks and C</dev/xvd*> for "
2052 "Xen PV disks."
2053 msgstr ""
2054
2055 #. type: textblock
2056 #: ../src/guestfs.pod:1030
2057 msgid ""
2058 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2059 "Linux kernel to access block devices.  We can run a variety of appliances "
2060 "based on a variety of Linux kernels."
2061 msgstr ""
2062
2063 #. type: textblock
2064 #: ../src/guestfs.pod:1034
2065 msgid ""
2066 "This causes a problem for libguestfs because many API calls use device or "
2067 "partition names.  Working scripts and the recipe (example) scripts that we "
2068 "make available over the internet could fail if the naming scheme changes."
2069 msgstr ""
2070
2071 #. type: textblock
2072 #: ../src/guestfs.pod:1039
2073 msgid ""
2074 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2075 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2076 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2077 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2078 msgstr ""
2079
2080 #. type: textblock
2081 #: ../src/guestfs.pod:1045
2082 msgid ""
2083 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2084 "L</guestfs_list_partitions> and similar calls return the true names of the "
2085 "devices and partitions as known to the appliance."
2086 msgstr ""
2087
2088 #. type: =head3
2089 #: ../src/guestfs.pod:1050
2090 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2091 msgstr ""
2092
2093 #. type: textblock
2094 #: ../src/guestfs.pod:1052
2095 msgid ""
2096 "Usually this translation is transparent.  However in some (very rare)  cases "
2097 "you may need to know the exact algorithm.  Such cases include where you use "
2098 "L</guestfs_config> to add a mixture of virtio and IDE devices to the "
2099 "qemu-based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> "
2100 "devices."
2101 msgstr ""
2102
2103 #. type: textblock
2104 #: ../src/guestfs.pod:1058
2105 msgid ""
2106 "The algorithm is applied only to I<parameters> which are known to be either "
2107 "device or partition names.  Return values from functions such as "
2108 "L</guestfs_list_devices> are never changed."
2109 msgstr ""
2110
2111 #. type: textblock
2112 #: ../src/guestfs.pod:1066
2113 msgid "Is the string a parameter which is a device or partition name?"
2114 msgstr ""
2115
2116 #. type: textblock
2117 #: ../src/guestfs.pod:1070
2118 msgid "Does the string begin with C</dev/sd>?"
2119 msgstr ""
2120
2121 #. type: textblock
2122 #: ../src/guestfs.pod:1074
2123 msgid ""
2124 "Does the named device exist? If so, we use that device.  However if I<not> "
2125 "then we continue with this algorithm."
2126 msgstr ""
2127
2128 #. type: textblock
2129 #: ../src/guestfs.pod:1079
2130 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2131 msgstr ""
2132
2133 #. type: textblock
2134 #: ../src/guestfs.pod:1081
2135 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2136 msgstr ""
2137
2138 #. type: textblock
2139 #: ../src/guestfs.pod:1083
2140 msgid "If that named device exists, use it.  If not, continue."
2141 msgstr ""
2142
2143 #. type: textblock
2144 #: ../src/guestfs.pod:1087
2145 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2146 msgstr ""
2147
2148 #. type: textblock
2149 #: ../src/guestfs.pod:1089
2150 msgid "If that named device exists, use it.  If not, return an error."
2151 msgstr ""
2152
2153 #. type: =head3
2154 #: ../src/guestfs.pod:1093
2155 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2156 msgstr ""
2157
2158 #. type: textblock
2159 #: ../src/guestfs.pod:1095
2160 msgid ""
2161 "Although the standard naming scheme and automatic translation is useful for "
2162 "simple programs and guestfish scripts, for larger programs it is best not to "
2163 "rely on this mechanism."
2164 msgstr ""
2165
2166 #. type: textblock
2167 #: ../src/guestfs.pod:1099
2168 msgid ""
2169 "Where possible for maximum future portability programs using libguestfs "
2170 "should use these future-proof techniques:"
2171 msgstr ""
2172
2173 #. type: textblock
2174 #: ../src/guestfs.pod:1106
2175 msgid ""
2176 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2177 "device names, and then use those names directly."
2178 msgstr ""
2179
2180 #. type: textblock
2181 #: ../src/guestfs.pod:1109
2182 msgid "Since those device names exist by definition, they will never be translated."
2183 msgstr ""
2184
2185 #. type: textblock
2186 #: ../src/guestfs.pod:1114
2187 msgid ""
2188 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2189 "filesystem labels."
2190 msgstr ""
2191
2192 #. type: =head1
2193 #: ../src/guestfs.pod:1119
2194 msgid "SECURITY"
2195 msgstr ""
2196
2197 #. type: textblock
2198 #: ../src/guestfs.pod:1121
2199 msgid ""
2200 "This section discusses security implications of using libguestfs, "
2201 "particularly with untrusted or malicious guests or disk images."
2202 msgstr ""
2203
2204 #. type: =head2
2205 #: ../src/guestfs.pod:1124
2206 msgid "GENERAL SECURITY CONSIDERATIONS"
2207 msgstr ""
2208
2209 #. type: textblock
2210 #: ../src/guestfs.pod:1126
2211 msgid ""
2212 "Be careful with any files or data that you download from a guest (by "
2213 "\"download\" we mean not just the L</guestfs_download> command but any "
2214 "command that reads files, filenames, directories or anything else from a "
2215 "disk image).  An attacker could manipulate the data to fool your program "
2216 "into doing the wrong thing.  Consider cases such as:"
2217 msgstr ""
2218
2219 #. type: textblock
2220 #: ../src/guestfs.pod:1136
2221 msgid "the data (file etc) not being present"
2222 msgstr ""
2223
2224 #. type: textblock
2225 #: ../src/guestfs.pod:1140
2226 msgid "being present but empty"
2227 msgstr ""
2228
2229 #. type: textblock
2230 #: ../src/guestfs.pod:1144
2231 msgid "being much larger than normal"
2232 msgstr ""
2233
2234 #. type: textblock
2235 #: ../src/guestfs.pod:1148
2236 msgid "containing arbitrary 8 bit data"
2237 msgstr ""
2238
2239 #. type: textblock
2240 #: ../src/guestfs.pod:1152
2241 msgid "being in an unexpected character encoding"
2242 msgstr ""
2243
2244 #. type: textblock
2245 #: ../src/guestfs.pod:1156
2246 msgid "containing homoglyphs."
2247 msgstr ""
2248
2249 #. type: =head2
2250 #: ../src/guestfs.pod:1160
2251 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2252 msgstr ""
2253
2254 #. type: textblock
2255 #: ../src/guestfs.pod:1162
2256 msgid ""
2257 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2258 "(VFS) module can sometimes be escalated into exploits by deliberately "
2259 "creating a malicious, malformed filesystem.  These exploits are very severe "
2260 "for two reasons.  Firstly there are very many filesystem drivers in the "
2261 "kernel, and many of them are infrequently used and not much developer "
2262 "attention has been paid to the code.  Linux userspace helps potential "
2263 "crackers by detecting the filesystem type and automatically choosing the "
2264 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2265 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2266 "exploit (worse in some ways), giving immediate and total access to the "
2267 "system right down to the hardware level."
2268 msgstr ""
2269
2270 #. type: textblock
2271 #: ../src/guestfs.pod:1175
2272 msgid ""
2273 "That explains why you should never mount a filesystem from an untrusted "
2274 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2275 "inside a qemu virtual machine, usually running as a non-root user.  The "
2276 "attacker would need to write a filesystem which first exploited the kernel, "
2277 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2278 "the libguestfs protocol, and finally to be as serious as the host kernel "
2279 "exploit it would need to escalate its privileges to root.  This multi-step "
2280 "escalation, performed by a static piece of data, is thought to be extremely "
2281 "hard to do, although we never say 'never' about security issues."
2282 msgstr ""
2283
2284 #. type: textblock
2285 #: ../src/guestfs.pod:1186
2286 msgid ""
2287 "In any case callers can reduce the attack surface by forcing the filesystem "
2288 "type when mounting (use L</guestfs_mount_vfs>)."
2289 msgstr ""
2290
2291 #. type: =head2
2292 #: ../src/guestfs.pod:1189
2293 msgid "PROTOCOL SECURITY"
2294 msgstr ""
2295
2296 #. type: textblock
2297 #: ../src/guestfs.pod:1191
2298 msgid ""
2299 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2300 "defined upper message size.  However a program that uses libguestfs must "
2301 "also take care - for example you can write a program that downloads a binary "
2302 "from a disk image and executes it locally, and no amount of protocol "
2303 "security will save you from the consequences."
2304 msgstr ""
2305
2306 #. type: =head2
2307 #: ../src/guestfs.pod:1197
2308 msgid "INSPECTION SECURITY"
2309 msgstr ""
2310
2311 #. type: textblock
2312 #: ../src/guestfs.pod:1199
2313 msgid ""
2314 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2315 "directly from the guest, and these could contain any 8 bit data.  Callers "
2316 "should be careful to escape these before printing them to a structured file "
2317 "(for example, use HTML escaping if creating a web page)."
2318 msgstr ""
2319
2320 #. type: textblock
2321 #: ../src/guestfs.pod:1205
2322 msgid ""
2323 "Guest configuration may be altered in unusual ways by the administrator of "
2324 "the virtual machine, and may not reflect reality (particularly for untrusted "
2325 "or actively malicious guests).  For example we parse the hostname from "
2326 "configuration files like C</etc/sysconfig/network> that we find in the "
2327 "guest, but the guest administrator can easily manipulate these files to "
2328 "provide the wrong hostname."
2329 msgstr ""
2330
2331 #. type: textblock
2332 #: ../src/guestfs.pod:1213
2333 msgid ""
2334 "The inspection API parses guest configuration using two external libraries: "
2335 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2336 "designed to be robust in the face of malicious data, although denial of "
2337 "service attacks are still possible, for example with oversized configuration "
2338 "files."
2339 msgstr ""
2340
2341 #. type: =head2
2342 #: ../src/guestfs.pod:1219
2343 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2344 msgstr ""
2345
2346 #. type: textblock
2347 #: ../src/guestfs.pod:1221
2348 msgid ""
2349 "Be very cautious about running commands from the guest.  By running a "
2350 "command in the guest, you are giving CPU time to a binary that you do not "
2351 "control, under the same user account as the library, albeit wrapped in qemu "
2352 "virtualization.  More information and alternatives can be found in the "
2353 "section L</RUNNING COMMANDS>."
2354 msgstr ""
2355
2356 #. type: =head2
2357 #: ../src/guestfs.pod:1227
2358 msgid "CVE-2010-3851"
2359 msgstr ""
2360
2361 #. type: textblock
2362 #: ../src/guestfs.pod:1229
2363 msgid "https://bugzilla.redhat.com/642934"
2364 msgstr ""
2365
2366 #. type: textblock
2367 #: ../src/guestfs.pod:1231
2368 msgid ""
2369 "This security bug concerns the automatic disk format detection that qemu "
2370 "does on disk images."
2371 msgstr ""
2372
2373 #. type: textblock
2374 #: ../src/guestfs.pod:1234
2375 msgid ""
2376 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2377 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2378 "for one of the known headers, and if none is found then assuming the disk "
2379 "image must be raw."
2380 msgstr ""
2381
2382 #. type: textblock
2383 #: ../src/guestfs.pod:1239
2384 msgid ""
2385 "This allows a guest which has been given a raw disk image to write some "
2386 "other header.  At next boot (or when the disk image is accessed by "
2387 "libguestfs) qemu would do autodetection and think the disk image format was, "
2388 "say, qcow2 based on the header written by the guest."
2389 msgstr ""
2390
2391 #. type: textblock
2392 #: ../src/guestfs.pod:1244
2393 msgid ""
2394 "This in itself would not be a problem, but qcow2 offers many features, one "
2395 "of which is to allow a disk image to refer to another image (called the "
2396 "\"backing disk\").  It does this by placing the path to the backing disk "
2397 "into the qcow2 header.  This path is not validated and could point to any "
2398 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2399 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2400 "control of the attacker."
2401 msgstr ""
2402
2403 #. type: textblock
2404 #: ../src/guestfs.pod:1252
2405 msgid "In libguestfs this is rather hard to exploit except under two circumstances:"
2406 msgstr ""
2407
2408 #. type: textblock
2409 #: ../src/guestfs.pod:1259
2410 msgid "You have enabled the network or have opened the disk in write mode."
2411 msgstr ""
2412
2413 #. type: textblock
2414 #: ../src/guestfs.pod:1263
2415 msgid ""
2416 "You are also running untrusted code from the guest (see L</RUNNING "
2417 "COMMANDS>)."
2418 msgstr ""
2419
2420 #. type: textblock
2421 #: ../src/guestfs.pod:1268
2422 msgid ""
2423 "The way to avoid this is to specify the expected disk format when adding "
2424 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2425 "should always do this if the disk is raw format, and it's a good idea for "
2426 "other cases too."
2427 msgstr ""
2428
2429 #. type: textblock
2430 #: ../src/guestfs.pod:1273
2431 msgid ""
2432 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2433 "format is fetched from libvirt and passed through."
2434 msgstr ""
2435
2436 #. type: textblock
2437 #: ../src/guestfs.pod:1276
2438 msgid ""
2439 "For libguestfs tools, use the I<--format> command line parameter as "
2440 "appropriate."
2441 msgstr ""
2442
2443 #. type: =head1
2444 #: ../src/guestfs.pod:1279
2445 msgid "CONNECTION MANAGEMENT"
2446 msgstr ""
2447
2448 #. type: =head2
2449 #: ../src/guestfs.pod:1281
2450 msgid "guestfs_h *"
2451 msgstr ""
2452
2453 #. type: textblock
2454 #: ../src/guestfs.pod:1283
2455 msgid ""
2456 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2457 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2458 "handle and release all resources used."
2459 msgstr ""
2460
2461 #. type: textblock
2462 #: ../src/guestfs.pod:1287
2463 msgid ""
2464 "For information on using multiple handles and threads, see the section "
2465 "L</MULTIPLE HANDLES AND MULTIPLE THREADS> above."
2466 msgstr ""
2467
2468 #. type: =head2
2469 #: ../src/guestfs.pod:1290
2470 msgid "guestfs_create"
2471 msgstr ""
2472
2473 #. type: verbatim
2474 #: ../src/guestfs.pod:1292
2475 #, no-wrap
2476 msgid ""
2477 " guestfs_h *guestfs_create (void);\n"
2478 "\n"
2479 msgstr ""
2480
2481 #. type: textblock
2482 #: ../src/guestfs.pod:1294
2483 msgid "Create a connection handle."
2484 msgstr ""
2485
2486 #. type: textblock
2487 #: ../src/guestfs.pod:1296
2488 msgid ""
2489 "On success this returns a non-NULL pointer to a handle.  On error it returns "
2490 "NULL."
2491 msgstr ""
2492
2493 #. type: textblock
2494 #: ../src/guestfs.pod:1299
2495 msgid ""
2496 "You have to \"configure\" the handle after creating it.  This includes "
2497 "calling L</guestfs_add_drive_opts> (or one of the equivalent calls) on the "
2498 "handle at least once."
2499 msgstr ""
2500
2501 #. type: textblock
2502 #: ../src/guestfs.pod:1303
2503 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2504 msgstr ""
2505
2506 #. type: textblock
2507 #: ../src/guestfs.pod:1305
2508 msgid ""
2509 "You may also want to configure error handling for the handle.  See the "
2510 "L</ERROR HANDLING> section below."
2511 msgstr ""
2512
2513 #. type: =head2
2514 #: ../src/guestfs.pod:1308
2515 msgid "guestfs_close"
2516 msgstr ""
2517
2518 #. type: verbatim
2519 #: ../src/guestfs.pod:1310
2520 #, no-wrap
2521 msgid ""
2522 " void guestfs_close (guestfs_h *g);\n"
2523 "\n"
2524 msgstr ""
2525
2526 #. type: textblock
2527 #: ../src/guestfs.pod:1312
2528 msgid "This closes the connection handle and frees up all resources used."
2529 msgstr ""
2530
2531 #. type: textblock
2532 #: ../src/guestfs.pod:1314
2533 msgid ""
2534 "If autosync was set on the handle and the handle was launched, then this "
2535 "implicitly calls various functions to unmount filesystems and sync the "
2536 "disk.  See L</guestfs_set_autosync> for more details."
2537 msgstr ""
2538
2539 #. type: textblock
2540 #: ../src/guestfs.pod:1318
2541 msgid "If a close callback was set on the handle, then it is called."
2542 msgstr ""
2543
2544 #. type: =head1
2545 #: ../src/guestfs.pod:1320
2546 msgid "ERROR HANDLING"
2547 msgstr ""
2548
2549 #. type: textblock
2550 #: ../src/guestfs.pod:1322
2551 msgid ""
2552 "API functions can return errors.  For example, almost all functions that "
2553 "return C<int> will return C<-1> to indicate an error."
2554 msgstr ""
2555
2556 #. type: textblock
2557 #: ../src/guestfs.pod:1325
2558 msgid ""
2559 "Additional information is available for errors: an error message string and "
2560 "optionally an error number (errno) if the thing that failed was a system "
2561 "call."
2562 msgstr ""
2563
2564 #. type: textblock
2565 #: ../src/guestfs.pod:1329
2566 msgid ""
2567 "You can get at the additional information about the last error on the handle "
2568 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2569 "up an error handler with L</guestfs_set_error_handler>."
2570 msgstr ""
2571
2572 #. type: textblock
2573 #: ../src/guestfs.pod:1334
2574 msgid ""
2575 "When the handle is created, a default error handler is installed which "
2576 "prints the error message string to C<stderr>.  For small short-running "
2577 "command line programs it is sufficient to do:"
2578 msgstr ""
2579
2580 #. type: verbatim
2581 #: ../src/guestfs.pod:1338
2582 #, no-wrap
2583 msgid ""
2584 " if (guestfs_launch (g) == -1)\n"
2585 "   exit (EXIT_FAILURE);\n"
2586 "\n"
2587 msgstr ""
2588
2589 #. type: textblock
2590 #: ../src/guestfs.pod:1341
2591 msgid ""
2592 "since the default error handler will ensure that an error message has been "
2593 "printed to C<stderr> before the program exits."
2594 msgstr ""
2595
2596 #. type: textblock
2597 #: ../src/guestfs.pod:1344
2598 msgid ""
2599 "For other programs the caller will almost certainly want to install an "
2600 "alternate error handler or do error handling in-line like this:"
2601 msgstr ""
2602
2603 #. type: verbatim
2604 #: ../src/guestfs.pod:1347
2605 #, no-wrap
2606 msgid ""
2607 " g = guestfs_create ();\n"
2608 " \n"
2609 msgstr ""
2610
2611 #. type: verbatim
2612 #: ../src/guestfs.pod:1349
2613 #, no-wrap
2614 msgid ""
2615 " /* This disables the default behaviour of printing errors\n"
2616 "    on stderr. */\n"
2617 " guestfs_set_error_handler (g, NULL, NULL);\n"
2618 " \n"
2619 msgstr ""
2620
2621 #. type: verbatim
2622 #: ../src/guestfs.pod:1353
2623 #, no-wrap
2624 msgid ""
2625 " if (guestfs_launch (g) == -1) {\n"
2626 "   /* Examine the error message and print it etc. */\n"
2627 "   char *msg = guestfs_last_error (g);\n"
2628 "   int errnum = guestfs_last_errno (g);\n"
2629 "   fprintf (stderr, \"%s\\n\", msg);\n"
2630 "   /* ... */\n"
2631 "  }\n"
2632 "\n"
2633 msgstr ""
2634
2635 #. type: textblock
2636 #: ../src/guestfs.pod:1361
2637 msgid ""
2638 "Out of memory errors are handled differently.  The default action is to call "
2639 "L<abort(3)>.  If this is undesirable, then you can set a handler using "
2640 "L</guestfs_set_out_of_memory_handler>."
2641 msgstr ""
2642
2643 #. type: textblock
2644 #: ../src/guestfs.pod:1365
2645 msgid ""
2646 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2647 "because there is no handle if this happens there is no way to get additional "
2648 "error information.  However L</guestfs_create> is supposed to be a "
2649 "lightweight operation which can only fail because of insufficient memory (it "
2650 "returns NULL in this case)."
2651 msgstr ""
2652
2653 #. type: =head2
2654 #: ../src/guestfs.pod:1371
2655 msgid "guestfs_last_error"
2656 msgstr ""
2657
2658 #. type: verbatim
2659 #: ../src/guestfs.pod:1373
2660 #, no-wrap
2661 msgid ""
2662 " const char *guestfs_last_error (guestfs_h *g);\n"
2663 "\n"
2664 msgstr ""
2665
2666 #. type: textblock
2667 #: ../src/guestfs.pod:1375
2668 msgid ""
2669 "This returns the last error message that happened on C<g>.  If there has not "
2670 "been an error since the handle was created, then this returns C<NULL>."
2671 msgstr ""
2672
2673 #. type: textblock
2674 #: ../src/guestfs.pod:1379
2675 msgid ""
2676 "The lifetime of the returned string is until the next error occurs, or "
2677 "L</guestfs_close> is called."
2678 msgstr ""
2679
2680 #. type: =head2
2681 #: ../src/guestfs.pod:1382
2682 msgid "guestfs_last_errno"
2683 msgstr ""
2684
2685 #. type: verbatim
2686 #: ../src/guestfs.pod:1384
2687 #, no-wrap
2688 msgid ""
2689 " int guestfs_last_errno (guestfs_h *g);\n"
2690 "\n"
2691 msgstr ""
2692
2693 #. type: textblock
2694 #: ../src/guestfs.pod:1386
2695 msgid "This returns the last error number (errno) that happened on C<g>."
2696 msgstr ""
2697
2698 #. type: textblock
2699 #: ../src/guestfs.pod:1388
2700 msgid "If successful, an errno integer not equal to zero is returned."
2701 msgstr ""
2702
2703 #. type: textblock
2704 #: ../src/guestfs.pod:1390
2705 msgid "If no error, this returns 0.  This call can return 0 in three situations:"
2706 msgstr ""
2707
2708 #. type: textblock
2709 #: ../src/guestfs.pod:1397
2710 msgid "There has not been any error on the handle."
2711 msgstr ""
2712
2713 #. type: textblock
2714 #: ../src/guestfs.pod:1401
2715 msgid ""
2716 "There has been an error but the errno was meaningless.  This corresponds to "
2717 "the case where the error did not come from a failed system call, but for "
2718 "some other reason."
2719 msgstr ""
2720
2721 #. type: textblock
2722 #: ../src/guestfs.pod:1407
2723 msgid ""
2724 "There was an error from a failed system call, but for some reason the errno "
2725 "was not captured and returned.  This usually indicates a bug in libguestfs."
2726 msgstr ""
2727
2728 #. type: textblock
2729 #: ../src/guestfs.pod:1413
2730 msgid ""
2731 "Libguestfs tries to convert the errno from inside the applicance into a "
2732 "corresponding errno for the caller (not entirely trivial: the appliance "
2733 "might be running a completely different operating system from the library "
2734 "and error numbers are not standardized across Un*xen).  If this could not be "
2735 "done, then the error is translated to C<EINVAL>.  In practice this should "
2736 "only happen in very rare circumstances."
2737 msgstr ""
2738
2739 #. type: =head2
2740 #: ../src/guestfs.pod:1421
2741 msgid "guestfs_set_error_handler"
2742 msgstr ""
2743
2744 #. type: verbatim
2745 #: ../src/guestfs.pod:1423
2746 #, no-wrap
2747 msgid ""
2748 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2749 "                                           void *opaque,\n"
2750 "                                           const char *msg);\n"
2751 " void guestfs_set_error_handler (guestfs_h *g,\n"
2752 "                                 guestfs_error_handler_cb cb,\n"
2753 "                                 void *opaque);\n"
2754 "\n"
2755 msgstr ""
2756
2757 #. type: textblock
2758 #: ../src/guestfs.pod:1430
2759 msgid ""
2760 "The callback C<cb> will be called if there is an error.  The parameters "
2761 "passed to the callback are an opaque data pointer and the error message "
2762 "string."
2763 msgstr ""
2764
2765 #. type: textblock
2766 #: ../src/guestfs.pod:1434
2767 msgid ""
2768 "C<errno> is not passed to the callback.  To get that the callback must call "
2769 "L</guestfs_last_errno>."
2770 msgstr ""
2771
2772 #. type: textblock
2773 #: ../src/guestfs.pod:1437
2774 msgid ""
2775 "Note that the message string C<msg> is freed as soon as the callback "
2776 "function returns, so if you want to stash it somewhere you must make your "
2777 "own copy."
2778 msgstr ""
2779
2780 #. type: textblock
2781 #: ../src/guestfs.pod:1441
2782 msgid "The default handler prints messages on C<stderr>."
2783 msgstr ""
2784
2785 #. type: textblock
2786 #: ../src/guestfs.pod:1443
2787 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2788 msgstr ""
2789
2790 #. type: =head2
2791 #: ../src/guestfs.pod:1445
2792 msgid "guestfs_get_error_handler"
2793 msgstr ""
2794
2795 #. type: verbatim
2796 #: ../src/guestfs.pod:1447
2797 #, no-wrap
2798 msgid ""
2799 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2800 "                                                     void **opaque_rtn);\n"
2801 "\n"
2802 msgstr ""
2803
2804 #. type: textblock
2805 #: ../src/guestfs.pod:1450
2806 msgid "Returns the current error handler callback."
2807 msgstr ""
2808
2809 #. type: =head2
2810 #: ../src/guestfs.pod:1452
2811 msgid "guestfs_set_out_of_memory_handler"
2812 msgstr ""
2813
2814 #. type: verbatim
2815 #: ../src/guestfs.pod:1454
2816 #, no-wrap
2817 msgid ""
2818 " typedef void (*guestfs_abort_cb) (void);\n"
2819 " void guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2820 "                                         guestfs_abort_cb);\n"
2821 "\n"
2822 msgstr ""
2823
2824 #. type: textblock
2825 #: ../src/guestfs.pod:1458
2826 msgid ""
2827 "The callback C<cb> will be called if there is an out of memory situation.  "
2828 "I<Note this callback must not return>."
2829 msgstr ""
2830
2831 #. type: textblock
2832 #: ../src/guestfs.pod:1461
2833 msgid "The default is to call L<abort(3)>."
2834 msgstr ""
2835
2836 #. type: textblock
2837 #: ../src/guestfs.pod:1463
2838 msgid "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2839 msgstr ""
2840
2841 #. type: =head2
2842 #: ../src/guestfs.pod:1466
2843 msgid "guestfs_get_out_of_memory_handler"
2844 msgstr ""
2845
2846 #. type: verbatim
2847 #: ../src/guestfs.pod:1468
2848 #, no-wrap
2849 msgid ""
2850 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2851 "\n"
2852 msgstr ""
2853
2854 #. type: textblock
2855 #: ../src/guestfs.pod:1470
2856 msgid "This returns the current out of memory handler."
2857 msgstr ""
2858
2859 #. type: =head1
2860 #: ../src/guestfs.pod:1472
2861 msgid "API CALLS"
2862 msgstr ""
2863
2864 #. type: textblock
2865 #: ../src/guestfs.pod:1474 ../fish/guestfish.pod:1008
2866 msgid "@ACTIONS@"
2867 msgstr ""
2868
2869 #. type: =head1
2870 #: ../src/guestfs.pod:1476
2871 msgid "STRUCTURES"
2872 msgstr ""
2873
2874 #. type: textblock
2875 #: ../src/guestfs.pod:1478
2876 msgid "@STRUCTS@"
2877 msgstr ""
2878
2879 #. type: =head1
2880 #: ../src/guestfs.pod:1480
2881 msgid "AVAILABILITY"
2882 msgstr ""
2883
2884 #. type: =head2
2885 #: ../src/guestfs.pod:1482
2886 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2887 msgstr ""
2888
2889 #. type: textblock
2890 #: ../src/guestfs.pod:1484
2891 msgid ""
2892 "Using L</guestfs_available> you can test availability of the following "
2893 "groups of functions.  This test queries the appliance to see if the "
2894 "appliance you are currently using supports the functionality."
2895 msgstr ""
2896
2897 #. type: textblock
2898 #: ../src/guestfs.pod:1489
2899 msgid "@AVAILABILITY@"
2900 msgstr ""
2901
2902 #. type: =head2
2903 #: ../src/guestfs.pod:1491
2904 msgid "GUESTFISH supported COMMAND"
2905 msgstr ""
2906
2907 #. type: textblock
2908 #: ../src/guestfs.pod:1493
2909 msgid ""
2910 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
2911 "prints out the available groups and whether they are supported by this build "
2912 "of libguestfs.  Note however that you have to do C<run> first."
2913 msgstr ""
2914
2915 #. type: =head2
2916 #: ../src/guestfs.pod:1498
2917 msgid "SINGLE CALLS AT COMPILE TIME"
2918 msgstr ""
2919
2920 #. type: textblock
2921 #: ../src/guestfs.pod:1500
2922 msgid ""
2923 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
2924 "function, such as:"
2925 msgstr ""
2926
2927 #. type: verbatim
2928 #: ../src/guestfs.pod:1503
2929 #, no-wrap
2930 msgid ""
2931 " #define LIBGUESTFS_HAVE_DD 1\n"
2932 "\n"
2933 msgstr ""
2934
2935 #. type: textblock
2936 #: ../src/guestfs.pod:1505
2937 msgid "if L</guestfs_dd> is available."
2938 msgstr ""
2939
2940 #. type: textblock
2941 #: ../src/guestfs.pod:1507
2942 msgid ""
2943 "Before version 1.5.8, if you needed to test whether a single libguestfs "
2944 "function is available at compile time, we recommended using build tools such "
2945 "as autoconf or cmake.  For example in autotools you could use:"
2946 msgstr ""
2947
2948 #. type: verbatim
2949 #: ../src/guestfs.pod:1512
2950 #, no-wrap
2951 msgid ""
2952 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
2953 " AC_CHECK_FUNCS([guestfs_dd])\n"
2954 "\n"
2955 msgstr ""
2956
2957 #. type: textblock
2958 #: ../src/guestfs.pod:1515
2959 msgid ""
2960 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
2961 "in your program."
2962 msgstr ""
2963
2964 #. type: =head2
2965 #: ../src/guestfs.pod:1518
2966 msgid "SINGLE CALLS AT RUN TIME"
2967 msgstr ""
2968
2969 #. type: textblock
2970 #: ../src/guestfs.pod:1520
2971 msgid ""
2972 "Testing at compile time doesn't guarantee that a function really exists in "
2973 "the library.  The reason is that you might be dynamically linked against a "
2974 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
2975 "This situation unfortunately results in a segmentation fault, which is a "
2976 "shortcoming of the C dynamic linking system itself."
2977 msgstr ""
2978
2979 #. type: textblock
2980 #: ../src/guestfs.pod:1527
2981 msgid ""
2982 "You can use L<dlopen(3)> to test if a function is available at run time, as "
2983 "in this example program (note that you still need the compile time check as "
2984 "well):"
2985 msgstr ""
2986
2987 #. type: verbatim
2988 #: ../src/guestfs.pod:1531
2989 #, no-wrap
2990 msgid ""
2991 " #include <stdio.h>\n"
2992 " #include <stdlib.h>\n"
2993 " #include <unistd.h>\n"
2994 " #include <dlfcn.h>\n"
2995 " #include <guestfs.h>\n"
2996 " \n"
2997 msgstr ""
2998
2999 #. type: verbatim
3000 #: ../src/guestfs.pod:1537
3001 #, no-wrap
3002 msgid ""
3003 " main ()\n"
3004 " {\n"
3005 " #ifdef LIBGUESTFS_HAVE_DD\n"
3006 "   void *dl;\n"
3007 "   int has_function;\n"
3008 " \n"
3009 msgstr ""
3010
3011 #. type: verbatim
3012 #: ../src/guestfs.pod:1543
3013 #, no-wrap
3014 msgid ""
3015 "   /* Test if the function guestfs_dd is really available. */\n"
3016 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3017 "   if (!dl) {\n"
3018 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3019 "     exit (EXIT_FAILURE);\n"
3020 "   }\n"
3021 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3022 "   dlclose (dl);\n"
3023 " \n"
3024 msgstr ""
3025
3026 #. type: verbatim
3027 #: ../src/guestfs.pod:1552
3028 #, no-wrap
3029 msgid ""
3030 "   if (!has_function)\n"
3031 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3032 "   else {\n"
3033 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3034 "     /* Now it's safe to call\n"
3035 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3036 "     */\n"
3037 "   }\n"
3038 " #else\n"
3039 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3040 " #endif\n"
3041 "  }\n"
3042 "\n"
3043 msgstr ""
3044
3045 #. type: textblock
3046 #: ../src/guestfs.pod:1565
3047 msgid ""
3048 "You may think the above is an awful lot of hassle, and it is.  There are "
3049 "other ways outside of the C linking system to ensure that this kind of "
3050 "incompatibility never arises, such as using package versioning:"
3051 msgstr ""
3052
3053 #. type: verbatim
3054 #: ../src/guestfs.pod:1570
3055 #, no-wrap
3056 msgid ""
3057 " Requires: libguestfs >= 1.0.80\n"
3058 "\n"
3059 msgstr ""
3060
3061 #. type: =head1
3062 #: ../src/guestfs.pod:1572
3063 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3064 msgstr ""
3065
3066 #. type: textblock
3067 #: ../src/guestfs.pod:1574
3068 msgid ""
3069 "A recent feature of the API is the introduction of calls which take optional "
3070 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3071 "takes variable arguments (ie. C<...>), as in this example:"
3072 msgstr ""
3073
3074 #. type: verbatim
3075 #: ../src/guestfs.pod:1579
3076 #, no-wrap
3077 msgid ""
3078 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3079 "\n"
3080 msgstr ""
3081
3082 #. type: textblock
3083 #: ../src/guestfs.pod:1581
3084 msgid ""
3085 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3086 "call with no optional arguments specified:"
3087 msgstr ""
3088
3089 #. type: verbatim
3090 #: ../src/guestfs.pod:1584
3091 #, no-wrap
3092 msgid ""
3093 " guestfs_add_drive_opts (g, filename, -1);\n"
3094 "\n"
3095 msgstr ""
3096
3097 #. type: textblock
3098 #: ../src/guestfs.pod:1586
3099 msgid "With a single optional argument:"
3100 msgstr ""
3101
3102 #. type: verbatim
3103 #: ../src/guestfs.pod:1588
3104 #, no-wrap
3105 msgid ""
3106 " guestfs_add_drive_opts (g, filename,\n"
3107 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3108 "                         -1);\n"
3109 "\n"
3110 msgstr ""
3111
3112 #. type: textblock
3113 #: ../src/guestfs.pod:1592
3114 msgid "With two:"
3115 msgstr ""
3116
3117 #. type: verbatim
3118 #: ../src/guestfs.pod:1594
3119 #, no-wrap
3120 msgid ""
3121 " guestfs_add_drive_opts (g, filename,\n"
3122 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3123 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3124 "                         -1);\n"
3125 "\n"
3126 msgstr ""
3127
3128 #. type: textblock
3129 #: ../src/guestfs.pod:1599
3130 msgid ""
3131 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3132 "happen!"
3133 msgstr ""
3134
3135 #. type: =head2
3136 #: ../src/guestfs.pod:1602
3137 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3138 msgstr ""
3139
3140 #. type: textblock
3141 #: ../src/guestfs.pod:1604
3142 msgid ""
3143 "The second variant has the same name with the suffix C<_va>, which works the "
3144 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3145 "example function, this is declared:"
3146 msgstr ""
3147
3148 #. type: verbatim
3149 #: ../src/guestfs.pod:1608
3150 #, no-wrap
3151 msgid ""
3152 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3153 "                                va_list args);\n"
3154 "\n"
3155 msgstr ""
3156
3157 #. type: =head2
3158 #: ../src/guestfs.pod:1611
3159 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3160 msgstr ""
3161
3162 #. type: textblock
3163 #: ../src/guestfs.pod:1613
3164 msgid ""
3165 "The third variant is useful where you need to construct these calls.  You "
3166 "pass in a structure where you fill in the optional fields.  The structure "
3167 "has a bitmask as the first element which you must set to indicate which "
3168 "fields you have filled in.  For our example function the structure and call "
3169 "are declared:"
3170 msgstr ""
3171
3172 #. type: verbatim
3173 #: ../src/guestfs.pod:1619
3174 #, no-wrap
3175 msgid ""
3176 " struct guestfs_add_drive_opts_argv {\n"
3177 "   uint64_t bitmask;\n"
3178 "   int readonly;\n"
3179 "   const char *format;\n"
3180 "   /* ... */\n"
3181 " };\n"
3182 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3183 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3184 "\n"
3185 msgstr ""
3186
3187 #. type: textblock
3188 #: ../src/guestfs.pod:1628
3189 msgid "You could call it like this:"
3190 msgstr ""
3191
3192 #. type: verbatim
3193 #: ../src/guestfs.pod:1630
3194 #, no-wrap
3195 msgid ""
3196 " struct guestfs_add_drive_opts_argv optargs = {\n"
3197 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3198 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3199 "   .readonly = 1,\n"
3200 "   .format = \"qcow2\"\n"
3201 " };\n"
3202 " \n"
3203 msgstr ""
3204
3205 #. type: verbatim
3206 #: ../src/guestfs.pod:1637
3207 #, no-wrap
3208 msgid ""
3209 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3210 "\n"
3211 msgstr ""
3212
3213 #. type: textblock
3214 #: ../src/guestfs.pod:1639 ../src/guestfs-actions.pod:11 ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1257 ../tools/virt-win-reg.pl:532
3215 msgid "Notes:"
3216 msgstr ""
3217
3218 #. type: textblock
3219 #: ../src/guestfs.pod:1645
3220 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3221 msgstr ""
3222
3223 #. type: textblock
3224 #: ../src/guestfs.pod:1650
3225 msgid "You do not need to fill in all fields of the structure."
3226 msgstr ""
3227
3228 #. type: textblock
3229 #: ../src/guestfs.pod:1654
3230 msgid ""
3231 "There must be a one-to-one correspondence between fields of the structure "
3232 "that are filled in, and bits set in the bitmask."
3233 msgstr ""
3234
3235 #. type: =head2
3236 #: ../src/guestfs.pod:1659
3237 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3238 msgstr ""
3239
3240 #. type: textblock
3241 #: ../src/guestfs.pod:1661
3242 msgid ""
3243 "In other languages, optional arguments are expressed in the way that is "
3244 "natural for that language.  We refer you to the language-specific "
3245 "documentation for more details on that."
3246 msgstr ""
3247
3248 #. type: textblock
3249 #: ../src/guestfs.pod:1665
3250 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3251 msgstr ""
3252
3253 #. type: =head2
3254 #: ../src/guestfs.pod:1667
3255 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3256 msgstr ""
3257
3258 #. type: textblock
3259 #: ../src/guestfs.pod:1669
3260 msgid ""
3261 "B<Note:> This section documents the generic event mechanism introduced in "
3262 "libguestfs 1.10, which you should use in new code if possible.  The old "
3263 "functions C<guestfs_set_log_message_callback>, "
3264 "C<guestfs_set_subprocess_quit_callback>, "
3265 "C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and "
3266 "C<guestfs_set_progress_callback> are no longer documented in this manual "
3267 "page."
3268 msgstr ""
3269
3270 #. type: textblock
3271 #: ../src/guestfs.pod:1677
3272 msgid ""
3273 "Handles generate events when certain things happen, such as log messages "
3274 "being generated, progress messages during long-running operations, or the "
3275 "handle being closed.  The API calls described below let you register a "
3276 "callback to be called when events happen.  You can register multiple "
3277 "callbacks (for the same, different or overlapping sets of events), and "
3278 "individually remove callbacks.  If callbacks are not removed, then they "
3279 "remain in force until the handle is closed."
3280 msgstr ""
3281
3282 #. type: textblock
3283 #: ../src/guestfs.pod:1685
3284 msgid ""
3285 "In the current implementation, events are only generated synchronously: that "
3286 "means that events (and hence callbacks) can only happen while you are in the "
3287 "middle of making another libguestfs call.  The callback is called in the "
3288 "same thread."
3289 msgstr ""
3290
3291 #. type: textblock
3292 #: ../src/guestfs.pod:1690
3293 msgid ""
3294 "Events may contain a payload, usually nothing (void), an array of 64 bit "
3295 "unsigned integers, or a message buffer.  Payloads are discussed later on."
3296 msgstr ""
3297
3298 #. type: =head3
3299 #: ../src/guestfs.pod:1694
3300 msgid "CLASSES OF EVENTS"
3301 msgstr ""
3302
3303 #. type: =item
3304 #: ../src/guestfs.pod:1698
3305 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
3306 msgstr ""
3307
3308 #. type: textblock
3309 #: ../src/guestfs.pod:1701
3310 msgid ""
3311 "The callback function will be called while the handle is being closed "
3312 "(synchronously from L</guestfs_close>)."
3313 msgstr ""
3314
3315 #. type: textblock
3316 #: ../src/guestfs.pod:1704
3317 msgid ""
3318 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3319 "handles that are open when the program exits.  This means that this callback "
3320 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3321 "problems in higher-level languages (eg. if your HLL interpreter has already "
3322 "been cleaned up by the time this is called, and if your callback then jumps "
3323 "into some HLL function)."
3324 msgstr ""
3325
3326 #. type: textblock
3327 #: ../src/guestfs.pod:1711
3328 msgid ""
3329 "If no callback is registered: the handle is closed without any callback "
3330 "being invoked."
3331 msgstr ""
3332
3333 #. type: =item
3334 #: ../src/guestfs.pod:1714
3335 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
3336 msgstr ""
3337
3338 #. type: textblock
3339 #: ../src/guestfs.pod:1717
3340 msgid ""
3341 "The callback function will be called when the child process quits, either "
3342 "asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3343 "corresponds to a transition from any state to the CONFIG state)."
3344 msgstr ""
3345
3346 #. type: textblock
3347 #: ../src/guestfs.pod:1721 ../src/guestfs.pod:1730
3348 msgid "If no callback is registered: the event is ignored."
3349 msgstr ""
3350
3351 #. type: =item
3352 #: ../src/guestfs.pod:1723
3353 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
3354 msgstr ""
3355
3356 #. type: textblock
3357 #: ../src/guestfs.pod:1726
3358 msgid ""
3359 "The callback function will be called when the child process becomes ready "
3360 "first time after it has been launched.  (This corresponds to a transition "
3361 "from LAUNCHING to the READY state)."
3362 msgstr ""
3363
3364 #. type: =item
3365 #: ../src/guestfs.pod:1732
3366 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
3367 msgstr ""
3368
3369 #. type: textblock
3370 #: ../src/guestfs.pod:1735
3371 msgid ""
3372 "Some long-running operations can generate progress messages.  If this "
3373 "callback is registered, then it will be called each time a progress message "
3374 "is generated (usually two seconds after the operation started, and three "
3375 "times per second thereafter until it completes, although the frequency may "
3376 "change in future versions)."
3377 msgstr ""
3378
3379 #. type: textblock
3380 #: ../src/guestfs.pod:1741
3381 msgid ""
3382 "The callback receives in the payload four unsigned 64 bit numbers which are "
3383 "(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
3384 msgstr ""
3385
3386 #. type: textblock
3387 #: ../src/guestfs.pod:1744
3388 msgid ""
3389 "The units of C<total> are not defined, although for some operations C<total> "
3390 "may relate in some way to the amount of data to be transferred (eg. in bytes "
3391 "or megabytes), and C<position> may be the portion which has been "
3392 "transferred."
3393 msgstr ""
3394
3395 #. type: textblock
3396 #: ../src/guestfs.pod:1749
3397 msgid "The only defined and stable parts of the API are:"
3398 msgstr ""
3399
3400 #. type: textblock
3401 #: ../src/guestfs.pod:1755
3402 msgid ""
3403 "The callback can display to the user some type of progress bar or indicator "
3404 "which shows the ratio of C<position>:C<total>."
3405 msgstr ""
3406
3407 #. type: textblock
3408 #: ../src/guestfs.pod:1760
3409 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3410 msgstr ""
3411
3412 #. type: textblock
3413 #: ../src/guestfs.pod:1764
3414 msgid ""
3415 "If any progress notification is sent during a call, then a final progress "
3416 "notification is always sent when C<position> = C<total> (I<unless> the call "
3417 "fails with an error)."
3418 msgstr ""
3419
3420 #. type: textblock
3421 #: ../src/guestfs.pod:1768
3422 msgid ""
3423 "This is to simplify caller code, so callers can easily set the progress "
3424 "indicator to \"100%\" at the end of the operation, without requiring special "
3425 "code to detect this case."
3426 msgstr ""
3427
3428 #. type: textblock
3429 #: ../src/guestfs.pod:1774
3430 msgid ""
3431 "For some calls we are unable to estimate the progress of the call, but we "
3432 "can still generate progress messages to indicate activity.  This is known as "
3433 "\"pulse mode\", and is directly supported by certain progress bar "
3434 "implementations (eg. GtkProgressBar)."
3435 msgstr ""
3436
3437 #. type: textblock
3438 #: ../src/guestfs.pod:1779
3439 msgid ""
3440 "For these calls, zero or more progress messages are generated with "
3441 "C<position = 0> and C<total = 1>, followed by a final message with "
3442 "C<position = total = 1>."
3443 msgstr ""
3444
3445 #. type: textblock
3446 #: ../src/guestfs.pod:1783
3447 msgid ""
3448 "As noted above, if the call fails with an error then the final message may "
3449 "not be generated."
3450 msgstr ""
3451
3452 #. type: textblock
3453 #: ../src/guestfs.pod:1788
3454 msgid ""
3455 "The callback also receives the procedure number (C<proc_nr>) and serial "
3456 "number (C<serial>) of the call.  These are only useful for debugging "
3457 "protocol issues, and the callback can normally ignore them.  The callback "
3458 "may want to print these numbers in error messages or debugging messages."
3459 msgstr ""
3460
3461 #. type: textblock
3462 #: ../src/guestfs.pod:1794
3463 msgid "If no callback is registered: progress messages are discarded."
3464 msgstr ""
3465
3466 #. type: =item
3467 #: ../src/guestfs.pod:1796
3468 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3469 msgstr ""
3470
3471 #. type: textblock
3472 #: ../src/guestfs.pod:1799
3473 msgid ""
3474 "The callback function is called whenever a log message is generated by qemu, "
3475 "the appliance kernel, guestfsd (daemon), or utility programs."
3476 msgstr ""
3477
3478 #. type: textblock
3479 #: ../src/guestfs.pod:1802
3480 msgid ""
3481 "If the verbose flag (L</guestfs_set_verbose>) is set before launch "
3482 "(L</guestfs_launch>) then additional debug messages are generated."
3483 msgstr ""
3484
3485 #. type: textblock
3486 #: ../src/guestfs.pod:1805 ../src/guestfs.pod:1819
3487 msgid ""
3488 "If no callback is registered: the messages are discarded unless the verbose "
3489 "flag is set in which case they are sent to stderr.  You can override the "
3490 "printing of verbose messages to stderr by setting up a callback."
3491 msgstr ""
3492
3493 #. type: =item
3494 #: ../src/guestfs.pod:1810
3495 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
3496 msgstr ""
3497
3498 #. type: textblock
3499 #: ../src/guestfs.pod:1813
3500 msgid ""
3501 "The callback function is called whenever a log message is generated by the "
3502 "library part of libguestfs."
3503 msgstr ""
3504
3505 #. type: textblock
3506 #: ../src/guestfs.pod:1816
3507 msgid ""
3508 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
3509 "messages are generated."
3510 msgstr ""
3511
3512 #. type: =item
3513 #: ../src/guestfs.pod:1824
3514 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
3515 msgstr ""
3516
3517 #. type: textblock
3518 #: ../src/guestfs.pod:1827
3519 msgid ""
3520 "The callback function is called whenever a trace message is generated.  This "
3521 "only applies if the trace flag (L</guestfs_set_trace>) is set."
3522 msgstr ""
3523
3524 #. type: textblock
3525 #: ../src/guestfs.pod:1830
3526 msgid ""
3527 "If no callback is registered: the messages are sent to stderr.  You can "
3528 "override the printing of trace messages to stderr by setting up a callback."
3529 msgstr ""
3530
3531 #. type: =head3
3532 #: ../src/guestfs.pod:1836
3533 msgid "guestfs_set_event_callback"
3534 msgstr ""
3535
3536 #. type: verbatim
3537 #: ../src/guestfs.pod:1838
3538 #, no-wrap
3539 msgid ""
3540 " int guestfs_set_event_callback (guestfs_h *g,\n"
3541 "                                 guestfs_event_callback cb,\n"
3542 "                                 uint64_t event_bitmask,\n"
3543 "                                 int flags,\n"
3544 "                                 void *opaque);\n"
3545 "\n"
3546 msgstr ""
3547
3548 #. type: textblock
3549 #: ../src/guestfs.pod:1844
3550 msgid ""
3551 "This function registers a callback (C<cb>) for all event classes in the "
3552 "C<event_bitmask>."
3553 msgstr ""
3554
3555 #. type: textblock
3556 #: ../src/guestfs.pod:1847
3557 msgid ""
3558 "For example, to register for all log message events, you could call this "
3559 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
3560 "To register a single callback for all possible classes of events, use "
3561 "C<GUESTFS_EVENT_ALL>."
3562 msgstr ""
3563
3564 #. type: textblock
3565 #: ../src/guestfs.pod:1853
3566 msgid "C<flags> should always be passed as 0."
3567 msgstr ""
3568
3569 #. type: textblock
3570 #: ../src/guestfs.pod:1855
3571 msgid ""
3572 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
3573 "it for any purpose."
3574 msgstr ""
3575
3576 #. type: textblock
3577 #: ../src/guestfs.pod:1858
3578 msgid ""
3579 "The return value is the event handle (an integer) which you can use to "
3580 "delete the callback (see below)."
3581 msgstr ""
3582
3583 #. type: textblock
3584 #: ../src/guestfs.pod:1861
3585 msgid ""
3586 "If there is an error, this function returns C<-1>, and sets the error in the "
3587 "handle in the usual way (see L</guestfs_last_error> etc.)"
3588 msgstr ""
3589
3590 #. type: textblock
3591 #: ../src/guestfs.pod:1864
3592 msgid ""
3593 "Callbacks remain in effect until they are deleted, or until the handle is "
3594 "closed."
3595 msgstr ""
3596
3597 #. type: textblock
3598 #: ../src/guestfs.pod:1867
3599 msgid ""
3600 "In the case where multiple callbacks are registered for a particular event "
3601 "class, all of the callbacks are called.  The order in which multiple "
3602 "callbacks are called is not defined."
3603 msgstr ""
3604
3605 #. type: =head3
3606 #: ../src/guestfs.pod:1871
3607 msgid "guestfs_delete_event_callback"
3608 msgstr ""
3609
3610 #. type: verbatim
3611 #: ../src/guestfs.pod:1873
3612 #, no-wrap
3613 msgid ""
3614 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
3615 "\n"
3616 msgstr ""
3617
3618 #. type: textblock
3619 #: ../src/guestfs.pod:1875
3620 msgid ""
3621 "Delete a callback that was previously registered.  C<event_handle> should be "
3622 "the integer that was returned by a previous call to "
3623 "C<guestfs_set_event_callback> on the same handle."
3624 msgstr ""
3625
3626 #. type: =head3
3627 #: ../src/guestfs.pod:1879
3628 msgid "guestfs_event_callback"
3629 msgstr ""
3630
3631 #. type: verbatim
3632 #: ../src/guestfs.pod:1881
3633 #, no-wrap
3634 msgid ""
3635 " typedef void (*guestfs_event_callback) (\n"
3636 "                  guestfs_h *g,\n"
3637 "                  void *opaque,\n"
3638 "                  uint64_t event,\n"
3639 "                  int event_handle,\n"
3640 "                  int flags,\n"
3641 "                  const char *buf, size_t buf_len,\n"
3642 "                  const uint64_t *array, size_t array_len);\n"
3643 "\n"
3644 msgstr ""
3645
3646 #. type: textblock
3647 #: ../src/guestfs.pod:1890
3648 msgid "This is the type of the event callback function that you have to provide."
3649 msgstr ""
3650
3651 #. type: textblock
3652 #: ../src/guestfs.pod:1893
3653 msgid ""
3654 "The basic parameters are: the handle (C<g>), the opaque user pointer "
3655 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
3656 "handle, and C<flags> which in the current API you should ignore."
3657 msgstr ""
3658
3659 #. type: textblock
3660 #: ../src/guestfs.pod:1897
3661 msgid ""
3662 "The remaining parameters contain the event payload (if any).  Each event may "
3663 "contain a payload, which usually relates to the event class, but for future "
3664 "proofing your code should be written to handle any payload for any event "
3665 "class."
3666 msgstr ""
3667
3668 #. type: textblock
3669 #: ../src/guestfs.pod:1902
3670 msgid ""
3671 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
3672 "there is no message buffer).  Note that this message buffer can contain "
3673 "arbitrary 8 bit data, including NUL bytes."
3674 msgstr ""
3675
3676 #. type: textblock
3677 #: ../src/guestfs.pod:1906
3678 msgid ""
3679 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
3680 "moment this is only used for progress messages."
3681 msgstr ""
3682
3683 #. type: =head3
3684 #: ../src/guestfs.pod:1909
3685 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
3686 msgstr ""
3687
3688 #. type: textblock
3689 #: ../src/guestfs.pod:1911
3690 msgid ""
3691 "One motivation for the generic event API was to allow GUI programs to "
3692 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
3693 "unconditionally to C<stderr>."
3694 msgstr ""
3695
3696 #. type: textblock
3697 #: ../src/guestfs.pod:1915
3698 msgid ""
3699 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
3700 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
3701 "messages are not events; you must capture error messages separately)."
3702 msgstr ""
3703
3704 #. type: textblock
3705 #: ../src/guestfs.pod:1920
3706 msgid ""
3707 "Programs have to set up a callback to capture the classes of events of "
3708 "interest:"
3709 msgstr ""
3710
3711 #. type: verbatim
3712 #: ../src/guestfs.pod:1923
3713 #, no-wrap
3714 msgid ""
3715 " int eh =\n"
3716 "   guestfs_set_event_callback\n"
3717 "     (g, message_callback,\n"
3718 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
3719 "      GUESTFS_EVENT_TRACE,\n"
3720 "      0, NULL) == -1)\n"
3721 " if (eh == -1) {\n"
3722 "   // handle error in the usual way\n"
3723 " }\n"
3724 "\n"
3725 msgstr ""
3726
3727 #. type: textblock
3728 #: ../src/guestfs.pod:1933
3729 msgid ""
3730 "The callback can then direct messages to the appropriate place.  In this "
3731 "example, messages are directed to syslog:"
3732 msgstr ""
3733
3734 #. type: verbatim
3735 #: ../src/guestfs.pod:1936
3736 #, no-wrap
3737 msgid ""
3738 " static void\n"
3739 " message_callback (\n"
3740 "         guestfs_h *g,\n"
3741 "         void *opaque,\n"
3742 "         uint64_t event,\n"
3743 "         int event_handle,\n"
3744 "         int flags,\n"
3745 "         const char *buf, size_t buf_len,\n"
3746 "         const uint64_t *array, size_t array_len)\n"
3747 " {\n"
3748 "   const int priority = LOG_USER|LOG_INFO;\n"
3749 "   if (buf_len > 0)\n"
3750 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
3751 " }\n"
3752 "\n"
3753 msgstr ""
3754
3755 #. type: =head1
3756 #: ../src/guestfs.pod:1951
3757 msgid "PRIVATE DATA AREA"
3758 msgstr ""
3759
3760 #. type: textblock
3761 #: ../src/guestfs.pod:1953
3762 msgid ""
3763 "You can attach named pieces of private data to the libguestfs handle, fetch "
3764 "them by name, and walk over them, for the lifetime of the handle.  This is "
3765 "called the private data area and is only available from the C API."
3766 msgstr ""
3767
3768 #. type: textblock
3769 #: ../src/guestfs.pod:1958
3770 msgid "To attach a named piece of data, use the following call:"
3771 msgstr ""
3772
3773 #. type: verbatim
3774 #: ../src/guestfs.pod:1960
3775 #, no-wrap
3776 msgid ""
3777 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3778 "\n"
3779 msgstr ""
3780
3781 #. type: textblock
3782 #: ../src/guestfs.pod:1962
3783 msgid ""
3784 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3785 "pointer (which can be C<NULL>).  Any previous item with the same key is "
3786 "overwritten."
3787 msgstr ""
3788
3789 #. type: textblock
3790 #: ../src/guestfs.pod:1966
3791 msgid ""
3792 "You can use any C<key> you want, but your key should I<not> start with an "
3793 "underscore character.  Keys beginning with an underscore character are "
3794 "reserved for internal libguestfs purposes (eg. for implementing language "
3795 "bindings).  It is recommended that you prefix the key with some unique "
3796 "string to avoid collisions with other users."
3797 msgstr ""
3798
3799 #. type: textblock
3800 #: ../src/guestfs.pod:1972
3801 msgid "To retrieve the pointer, use:"
3802 msgstr ""
3803
3804 #. type: verbatim
3805 #: ../src/guestfs.pod:1974
3806 #, no-wrap
3807 msgid ""
3808 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3809 "\n"
3810 msgstr ""
3811
3812 #. type: textblock
3813 #: ../src/guestfs.pod:1976
3814 msgid ""
3815 "This function returns C<NULL> if either no data is found associated with "
3816 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3817 "C<NULL>."
3818 msgstr ""
3819
3820 #. type: textblock
3821 #: ../src/guestfs.pod:1980
3822 msgid ""
3823 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3824 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3825 "all.  In particular, libguestfs does I<not> try to free the data when the "
3826 "handle is closed.  If the data must be freed, then the caller must either "
3827 "free it before calling L</guestfs_close> or must set up a close callback to "
3828 "do it (see L</GUESTFS_EVENT_CLOSE>)."
3829 msgstr ""
3830
3831 #. type: textblock
3832 #: ../src/guestfs.pod:1987
3833 msgid "To walk over all entries, use these two functions:"
3834 msgstr ""
3835
3836 #. type: verbatim
3837 #: ../src/guestfs.pod:1989
3838 #, no-wrap
3839 msgid ""
3840 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
3841 "\n"
3842 msgstr ""
3843
3844 #. type: verbatim
3845 #: ../src/guestfs.pod:1991
3846 #, no-wrap
3847 msgid ""
3848 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
3849 "\n"
3850 msgstr ""
3851
3852 #. type: textblock
3853 #: ../src/guestfs.pod:1993
3854 msgid ""
3855 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
3856 "not have any particular meaning -- keys are not returned in any defined "
3857 "order).  A pointer to the key is returned in C<*key_rtn> and the "
3858 "corresponding data pointer is returned from the function.  C<NULL> is "
3859 "returned if there are no keys stored in the handle."
3860 msgstr ""
3861
3862 #. type: textblock
3863 #: ../src/guestfs.pod:1999
3864 msgid ""
3865 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
3866 "value of this function is also C<NULL> is there are no further entries to "
3867 "return."
3868 msgstr ""
3869
3870 #. type: textblock
3871 #: ../src/guestfs.pod:2003
3872 msgid "Notes about walking over entries:"
3873 msgstr ""
3874
3875 #. type: textblock
3876 #: ../src/guestfs.pod:2009
3877 msgid "You must not call C<guestfs_set_private> while walking over the entries."
3878 msgstr ""
3879
3880 #. type: textblock
3881 #: ../src/guestfs.pod:2014
3882 msgid ""
3883 "The handle maintains an internal iterator which is reset when you call "
3884 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
3885 "call C<guestfs_set_private>."
3886 msgstr ""
3887
3888 #. type: textblock
3889 #: ../src/guestfs.pod:2020
3890 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
3891 msgstr ""
3892
3893 #. type: verbatim
3894 #: ../src/guestfs.pod:2022
3895 #, no-wrap
3896 msgid ""
3897 " guestfs_set_private (g, key, NULL);\n"
3898 "\n"
3899 msgstr ""
3900
3901 #. type: textblock
3902 #: ../src/guestfs.pod:2024
3903 msgid "then that C<key> is not returned when walking."
3904 msgstr ""
3905
3906 #. type: textblock
3907 #: ../src/guestfs.pod:2028
3908 msgid ""
3909 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
3910 "C<guestfs_next_private> or C<guestfs_set_private>."
3911 msgstr ""
3912
3913 #. type: textblock
3914 #: ../src/guestfs.pod:2034
3915 msgid ""
3916 "The following example code shows how to print all keys and data pointers "
3917 "that are associated with the handle C<g>:"
3918 msgstr ""
3919
3920 #. type: verbatim
3921 #: ../src/guestfs.pod:2037
3922 #, no-wrap
3923 msgid ""
3924 " const char *key;\n"
3925 " void *data = guestfs_first_private (g, &key);\n"
3926 " while (data != NULL)\n"
3927 "   {\n"
3928 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
3929 "     data = guestfs_next_private (g, &key);\n"
3930 "   }\n"
3931 "\n"
3932 msgstr ""
3933
3934 #. type: textblock
3935 #: ../src/guestfs.pod:2045
3936 msgid ""
3937 "More commonly you are only interested in keys that begin with an "
3938 "application-specific prefix C<foo_>.  Modify the loop like so:"
3939 msgstr ""
3940
3941 #. type: verbatim
3942 #: ../src/guestfs.pod:2048
3943 #, no-wrap
3944 msgid ""
3945 " const char *key;\n"
3946 " void *data = guestfs_first_private (g, &key);\n"
3947 " while (data != NULL)\n"
3948 "   {\n"
3949 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
3950 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
3951 "     data = guestfs_next_private (g, &key);\n"
3952 "   }\n"
3953 "\n"
3954 msgstr ""
3955
3956 #. type: textblock
3957 #: ../src/guestfs.pod:2057
3958 msgid ""
3959 "If you need to modify keys while walking, then you have to jump back to the "
3960 "beginning of the loop.  For example, to delete all keys prefixed with "
3961 "C<foo_>:"
3962 msgstr ""
3963
3964 #. type: verbatim
3965 #: ../src/guestfs.pod:2061
3966 #, no-wrap
3967 msgid ""
3968 "  const char *key;\n"
3969 "  void *data;\n"
3970 " again:\n"
3971 "  data = guestfs_first_private (g, &key);\n"
3972 "  while (data != NULL)\n"
3973 "    {\n"
3974 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
3975 "        {\n"
3976 "          guestfs_set_private (g, key, NULL);\n"
3977 "          /* note that 'key' pointer is now invalid, and so is\n"
3978 "             the internal iterator */\n"
3979 "          goto again;\n"
3980 "        }\n"
3981 "      data = guestfs_next_private (g, &key);\n"
3982 "    }\n"
3983 "\n"
3984 msgstr ""
3985
3986 #. type: textblock
3987 #: ../src/guestfs.pod:2077
3988 msgid ""
3989 "Note that the above loop is guaranteed to terminate because the keys are "
3990 "being deleted, but other manipulations of keys within the loop might not "
3991 "terminate unless you also maintain an indication of which keys have been "
3992 "visited."
3993 msgstr ""
3994
3995 #. type: =end
3996 #: ../src/guestfs.pod:2082 ../src/guestfs.pod:2087
3997 msgid "html"
3998 msgstr ""
3999
4000 #. type: textblock
4001 #: ../src/guestfs.pod:2084
4002 msgid ""
4003 "<!-- old anchor for the next section --> <a "
4004 "name=\"state_machine_and_low_level_event_api\"/>"
4005 msgstr ""
4006
4007 #. type: =head1
4008 #: ../src/guestfs.pod:2089
4009 msgid "ARCHITECTURE"
4010 msgstr ""
4011
4012 #. type: textblock
4013 #: ../src/guestfs.pod:2091
4014 msgid ""
4015 "Internally, libguestfs is implemented by running an appliance (a special "
4016 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
4017 "process of the main program."
4018 msgstr ""
4019
4020 #. type: verbatim
4021 #: ../src/guestfs.pod:2095
4022 #, no-wrap
4023 msgid ""
4024 "  ___________________\n"
4025 " /                   \\\n"
4026 " | main program      |\n"
4027 " |                   |\n"
4028 " |                   |           child process / appliance\n"
4029 " |                   |           __________________________\n"
4030 " |                   |          / qemu                     \\\n"
4031 " +-------------------+   RPC    |      +-----------------+ |\n"
4032 " | libguestfs     <--------------------> guestfsd        | |\n"
4033 " |                   |          |      +-----------------+ |\n"
4034 " \\___________________/          |      | Linux kernel    | |\n"
4035 "                                |      +--^--------------+ |\n"
4036 "                                \\_________|________________/\n"
4037 "                                          |\n"
4038 "                                   _______v______\n"
4039 "                                  /              \\\n"
4040 "                                  | Device or    |\n"
4041 "                                  | disk image   |\n"
4042 "                                  \\______________/\n"
4043 "\n"
4044 msgstr ""
4045
4046 #. type: textblock
4047 #: ../src/guestfs.pod:2115
4048 msgid ""
4049 "The library, linked to the main program, creates the child process and hence "
4050 "the appliance in the L</guestfs_launch> function."
4051 msgstr ""
4052
4053 #. type: textblock
4054 #: ../src/guestfs.pod:2118
4055 msgid ""
4056 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4057 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4058 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4059 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4060 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4061 "attached to the qemu process which translates device access by the "
4062 "appliance's Linux kernel into accesses to the image."
4063 msgstr ""
4064
4065 #. type: textblock
4066 #: ../src/guestfs.pod:2127
4067 msgid ""
4068 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4069 "Although the disk image you are attached to might also be used by some "
4070 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4071 "care if both libguestfs's qemu process and your virtual machine are trying "
4072 "to update the disk image at the same time, since these usually results in "
4073 "massive disk corruption)."
4074 msgstr ""
4075
4076 #. type: =head1
4077 #: ../src/guestfs.pod:2134
4078 msgid "STATE MACHINE"
4079 msgstr ""
4080
4081 #. type: textblock
4082 #: ../src/guestfs.pod:2136
4083 msgid "libguestfs uses a state machine to model the child process:"
4084 msgstr ""
4085
4086 #. type: verbatim
4087 #: ../src/guestfs.pod:2138
4088 #, no-wrap
4089 msgid ""
4090 "                         |\n"
4091 "                    guestfs_create\n"
4092 "                         |\n"
4093 "                         |\n"
4094 "                     ____V_____\n"
4095 "                    /          \\\n"
4096 "                    |  CONFIG  |\n"
4097 "                    \\__________/\n"
4098 "                     ^ ^   ^  \\\n"
4099 "                    /  |    \\  \\ guestfs_launch\n"
4100 "                   /   |    _\\__V______\n"
4101 "                  /    |   /           \\\n"
4102 "                 /     |   | LAUNCHING |\n"
4103 "                /      |   \\___________/\n"
4104 "               /       |       /\n"
4105 "              /        |  guestfs_launch\n"
4106 "             /         |     /\n"
4107 "    ______  /        __|____V\n"
4108 "   /      \\ ------> /        \\\n"
4109 "   | BUSY |         | READY  |\n"
4110 "   \\______/ <------ \\________/\n"
4111 "\n"
4112 msgstr ""
4113
4114 #. type: textblock
4115 #: ../src/guestfs.pod:2160
4116 msgid ""
4117 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4118 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4119 "(3) alternating between READY and BUSY as commands are issued to, and "
4120 "carried out by, the child process."
4121 msgstr ""
4122
4123 #. type: textblock
4124 #: ../src/guestfs.pod:2165
4125 msgid ""
4126 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4127 "asynchronously at any time (eg. due to some internal error), and that causes "
4128 "the state to transition back to CONFIG."
4129 msgstr ""
4130
4131 #. type: textblock
4132 #: ../src/guestfs.pod:2169
4133 msgid ""
4134 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4135 "issued when in the CONFIG state."
4136 msgstr ""
4137
4138 #. type: textblock
4139 #: ../src/guestfs.pod:2172
4140 msgid ""
4141 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4142 "L</guestfs_launch> blocks until the child process is READY to accept "
4143 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4144 "moves the state from CONFIG to LAUNCHING while it is running."
4145 msgstr ""
4146
4147 #. type: textblock
4148 #: ../src/guestfs.pod:2178
4149 msgid ""
4150 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4151 "state.  These API calls block waiting for the command to be carried out "
4152 "(ie. the state to transition to BUSY and then back to READY).  There are no "
4153 "non-blocking versions, and no way to issue more than one command per handle "
4154 "at the same time."
4155 msgstr ""
4156
4157 #. type: textblock
4158 #: ../src/guestfs.pod:2184
4159 msgid ""
4160 "Finally, the child process sends asynchronous messages back to the main "
4161 "program, such as kernel log messages.  You can register a callback to "
4162 "receive these messages."
4163 msgstr ""
4164
4165 #. type: =head1
4166 #: ../src/guestfs.pod:2188
4167 msgid "INTERNALS"
4168 msgstr ""
4169
4170 #. type: =head2
4171 #: ../src/guestfs.pod:2190
4172 msgid "COMMUNICATION PROTOCOL"
4173 msgstr ""
4174
4175 #. type: textblock
4176 #: ../src/guestfs.pod:2192
4177 msgid ""
4178 "Don't rely on using this protocol directly.  This section documents how it "
4179 "currently works, but it may change at any time."
4180 msgstr ""
4181
4182 #. type: textblock
4183 #: ../src/guestfs.pod:2195
4184 msgid ""
4185 "The protocol used to talk between the library and the daemon running inside "
4186 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4187 "1014, RFC 1832, RFC 4506)."
4188 msgstr ""
4189
4190 #. type: textblock
4191 #: ../src/guestfs.pod:2199
4192 msgid ""
4193 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4194 "this file is automatically generated)."
4195 msgstr ""
4196
4197 #. type: textblock
4198 #: ../src/guestfs.pod:2202
4199 msgid ""
4200 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4201 "and C<FileOut> parameters, which are handled with very simple request/reply "
4202 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4203 "parameters, which use the same request and reply messages, but they may also "
4204 "be followed by files sent using a chunked encoding."
4205 msgstr ""
4206
4207 #. type: =head3
4208 #: ../src/guestfs.pod:2209
4209 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4210 msgstr ""
4211
4212 #. type: textblock
4213 #: ../src/guestfs.pod:2211
4214 msgid "For ordinary functions, the request message is:"
4215 msgstr ""
4216
4217 #. type: verbatim
4218 #: ../src/guestfs.pod:2213
4219 #, no-wrap
4220 msgid ""
4221 " total length (header + arguments,\n"
4222 "      but not including the length word itself)\n"
4223 " struct guestfs_message_header (encoded as XDR)\n"
4224 " struct guestfs_<foo>_args (encoded as XDR)\n"
4225 "\n"
4226 msgstr ""
4227
4228 #. type: textblock
4229 #: ../src/guestfs.pod:2218
4230 msgid ""
4231 "The total length field allows the daemon to allocate a fixed size buffer "
4232 "into which it slurps the rest of the message.  As a result, the total length "
4233 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4234 "effective size of any request is limited to somewhere under this size."
4235 msgstr ""
4236
4237 #. type: textblock
4238 #: ../src/guestfs.pod:2224
4239 msgid ""
4240 "Note also that many functions don't take any arguments, in which case the "
4241 "C<guestfs_I<foo>_args> is completely omitted."
4242 msgstr ""
4243
4244 #. type: textblock
4245 #: ../src/guestfs.pod:2227
4246 msgid ""
4247 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4248 "receiver knows what type of args structure to expect, or none at all."
4249 msgstr ""
4250
4251 #. type: textblock
4252 #: ../src/guestfs.pod:2231
4253 msgid ""
4254 "For functions that take optional arguments, the optional arguments are "
4255 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4256 "arguments.  A bitmask in the header indicates which optional arguments are "
4257 "meaningful.  The bitmask is also checked to see if it contains bits set "
4258 "which the daemon does not know about (eg. if more optional arguments were "
4259 "added in a later version of the library), and this causes the call to be "
4260 "rejected."
4261 msgstr ""
4262
4263 #. type: textblock
4264 #: ../src/guestfs.pod:2239
4265 msgid "The reply message for ordinary functions is:"
4266 msgstr ""
4267
4268 #. type: verbatim
4269 #: ../src/guestfs.pod:2241
4270 #, no-wrap
4271 msgid ""
4272 " total length (header + ret,\n"
4273 "      but not including the length word itself)\n"
4274 " struct guestfs_message_header (encoded as XDR)\n"
4275 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4276 "\n"
4277 msgstr ""
4278
4279 #. type: textblock
4280 #: ../src/guestfs.pod:2246
4281 msgid ""
4282 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4283 "functions that return no formal return values."
4284 msgstr ""
4285
4286 #. type: textblock
4287 #: ../src/guestfs.pod:2249
4288 msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4289 msgstr ""
4290
4291 #. type: textblock
4292 #: ../src/guestfs.pod:2252
4293 msgid ""
4294 "In the case of an error, a flag is set in the header, and the reply message "
4295 "is slightly changed:"
4296 msgstr ""
4297
4298 #. type: verbatim
4299 #: ../src/guestfs.pod:2255
4300 #, no-wrap
4301 msgid ""
4302 " total length (header + error,\n"
4303 "      but not including the length word itself)\n"
4304 " struct guestfs_message_header (encoded as XDR)\n"
4305 " struct guestfs_message_error (encoded as XDR)\n"
4306 "\n"
4307 msgstr ""
4308
4309 #. type: textblock
4310 #: ../src/guestfs.pod:2260
4311 msgid ""
4312 "The C<guestfs_message_error> structure contains the error message as a "
4313 "string."
4314 msgstr ""
4315
4316 #. type: =head3
4317 #: ../src/guestfs.pod:2263
4318 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4319 msgstr ""
4320
4321 #. type: textblock
4322 #: ../src/guestfs.pod:2265
4323 msgid ""
4324 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4325 "The normal request message is sent (see above).  However this is followed by "
4326 "a sequence of file chunks."
4327 msgstr ""
4328
4329 #. type: verbatim
4330 #: ../src/guestfs.pod:2269
4331 #, no-wrap
4332 msgid ""
4333 " total length (header + arguments,\n"
4334 "      but not including the length word itself,\n"
4335 "      and not including the chunks)\n"
4336 " struct guestfs_message_header (encoded as XDR)\n"
4337 " struct guestfs_<foo>_args (encoded as XDR)\n"
4338 " sequence of chunks for FileIn param #0\n"
4339 " sequence of chunks for FileIn param #1 etc.\n"
4340 "\n"
4341 msgstr ""
4342
4343 #. type: textblock
4344 #: ../src/guestfs.pod:2277
4345 msgid "The \"sequence of chunks\" is:"
4346 msgstr ""
4347
4348 #. type: verbatim
4349 #: ../src/guestfs.pod:2279
4350 #, no-wrap
4351 msgid ""
4352 " length of chunk (not including length word itself)\n"
4353 " struct guestfs_chunk (encoded as XDR)\n"
4354 " length of chunk\n"
4355 " struct guestfs_chunk (encoded as XDR)\n"
4356 "   ...\n"
4357 " length of chunk\n"
4358 " struct guestfs_chunk (with data.data_len == 0)\n"
4359 "\n"
4360 msgstr ""
4361
4362 #. type: textblock
4363 #: ../src/guestfs.pod:2287
4364 msgid ""
4365 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4366 "is set in the final chunk to indicate either successful completion or early "
4367 "cancellation."
4368 msgstr ""
4369
4370 #. type: textblock
4371 #: ../src/guestfs.pod:2291
4372 msgid ""
4373 "At time of writing there are no functions that have more than one FileIn "
4374 "parameter.  However this is (theoretically) supported, by sending the "
4375 "sequence of chunks for each FileIn parameter one after another (from left to "
4376 "right)."
4377 msgstr ""
4378
4379 #. type: textblock
4380 #: ../src/guestfs.pod:2296
4381 msgid ""
4382 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4383 "transfer.  The library does this by sending a chunk with a special flag set "
4384 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4385 "RPC, does I<not> send any reply, and goes back to reading the next request."
4386 msgstr ""
4387
4388 #. type: textblock
4389 #: ../src/guestfs.pod:2302
4390 msgid ""
4391 "The daemon may also cancel.  It does this by writing a special word "
4392 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4393 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4394 "cancel chunk).  The special word is chosen so that even if cancellation "
4395 "happens right at the end of the transfer (after the library has finished "
4396 "writing and has started listening for the reply), the \"spurious\" cancel "
4397 "flag will not be confused with the reply message."
4398 msgstr ""
4399
4400 #. type: textblock
4401 #: ../src/guestfs.pod:2311
4402 msgid ""
4403 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4404 "limit), and also files where the size is not known in advance (eg. from "
4405 "pipes or sockets).  However the chunks are rather small "
4406 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4407 "to keep much in memory."
4408 msgstr ""
4409
4410 #. type: =head3
4411 #: ../src/guestfs.pod:2317
4412 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4413 msgstr ""
4414
4415 #. type: textblock
4416 #: ../src/guestfs.pod:2319
4417 msgid ""
4418 "The protocol for FileOut parameters is exactly the same as for FileIn "
4419 "parameters, but with the roles of daemon and library reversed."
4420 msgstr ""
4421
4422 #. type: verbatim
4423 #: ../src/guestfs.pod:2322
4424 #, no-wrap
4425 msgid ""
4426 " total length (header + ret,\n"
4427 "      but not including the length word itself,\n"
4428 "      and not including the chunks)\n"
4429 " struct guestfs_message_header (encoded as XDR)\n"
4430 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4431 " sequence of chunks for FileOut param #0\n"
4432 " sequence of chunks for FileOut param #1 etc.\n"
4433 "\n"
4434 msgstr ""
4435
4436 #. type: =head3
4437 #: ../src/guestfs.pod:2330
4438 msgid "INITIAL MESSAGE"
4439 msgstr ""
4440
4441 #. type: textblock
4442 #: ../src/guestfs.pod:2332
4443 msgid ""
4444 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4445 "which indicates that the guest and daemon is alive.  This is what "
4446 "L</guestfs_launch> waits for."
4447 msgstr ""
4448
4449 #. type: =head3
4450 #: ../src/guestfs.pod:2336
4451 msgid "PROGRESS NOTIFICATION MESSAGES"
4452 msgstr ""
4453
4454 #. type: textblock
4455 #: ../src/guestfs.pod:2338
4456 msgid ""
4457 "The daemon may send progress notification messages at any time.  These are "
4458 "distinguished by the normal length word being replaced by "
4459 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4460 msgstr ""
4461
4462 #. type: textblock
4463 #: ../src/guestfs.pod:2342
4464 msgid ""
4465 "The library turns them into progress callbacks (see "
4466 "L</GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards "
4467 "them if not."
4468 msgstr ""
4469
4470 #. type: textblock
4471 #: ../src/guestfs.pod:2346
4472 msgid ""
4473 "The daemon self-limits the frequency of progress messages it sends (see "
4474 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4475 "messages."
4476 msgstr ""
4477
4478 #. type: =head1
4479 #: ../src/guestfs.pod:2350
4480 msgid "LIBGUESTFS VERSION NUMBERS"
4481 msgstr ""
4482
4483 #. type: textblock
4484 #: ../src/guestfs.pod:2352
4485 msgid ""
4486 "Since April 2010, libguestfs has started to make separate development and "
4487 "stable releases, along with corresponding branches in our git repository.  "
4488 "These separate releases can be identified by version number:"
4489 msgstr ""
4490
4491 #. type: verbatim
4492 #: ../src/guestfs.pod:2357
4493 #, no-wrap
4494 msgid ""
4495 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4496 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4497 "       |\n"
4498 "       v\n"
4499 " 1  .  3  .  5\n"
4500 " ^           ^\n"
4501 " |           |\n"
4502 " |           `-------- sub-version\n"
4503 " |\n"
4504 " `------ always '1' because we don't change the ABI\n"
4505 "\n"
4506 msgstr ""
4507
4508 #. type: textblock
4509 #: ../src/guestfs.pod:2368
4510 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4511 msgstr ""
4512
4513 #. type: textblock
4514 #: ../src/guestfs.pod:2370
4515 msgid ""
4516 "As time passes we cherry pick fixes from the development branch and backport "
4517 "those into the stable branch, the effect being that the stable branch should "
4518 "get more stable and less buggy over time.  So the stable releases are ideal "
4519 "for people who don't need new features but would just like the software to "
4520 "work."
4521 msgstr ""
4522
4523 #. type: textblock
4524 #: ../src/guestfs.pod:2376
4525 msgid "Our criteria for backporting changes are:"
4526 msgstr ""
4527
4528 #. type: textblock
4529 #: ../src/guestfs.pod:2382
4530 msgid ""
4531 "Documentation changes which don't affect any code are backported unless the "
4532 "documentation refers to a future feature which is not in stable."
4533 msgstr ""
4534
4535 #. type: textblock
4536 #: ../src/guestfs.pod:2388
4537 msgid ""
4538 "Bug fixes which are not controversial, fix obvious problems, and have been "
4539 "well tested are backported."
4540 msgstr ""
4541
4542 #. type: textblock
4543 #: ../src/guestfs.pod:2393
4544 msgid ""
4545 "Simple rearrangements of code which shouldn't affect how it works get "
4546 "backported.  This is so that the code in the two branches doesn't get too "
4547 "far out of step, allowing us to backport future fixes more easily."
4548 msgstr ""
4549
4550 #. type: textblock
4551 #: ../src/guestfs.pod:2399
4552 msgid ""
4553 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4554 "exceptional case: the new feature is required in order to implement an "
4555 "important bug fix."
4556 msgstr ""
4557
4558 #. type: textblock
4559 #: ../src/guestfs.pod:2405
4560 msgid ""
4561 "A new stable branch starts when we think the new features in development are "
4562 "substantial and compelling enough over the current stable branch to warrant "
4563 "it.  When that happens we create new stable and development versions 1.N.0 "
4564 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4565 "stable at this point, but by backporting fixes from development, that branch "
4566 "will stabilize over time."
4567 msgstr ""
4568
4569 #. type: =head1
4570 #: ../src/guestfs.pod:2413
4571 msgid "EXTENDING LIBGUESTFS"
4572 msgstr ""
4573
4574 #. type: =head2
4575 #: ../src/guestfs.pod:2415
4576 msgid "ADDING A NEW API ACTION"
4577 msgstr ""
4578
4579 #. type: textblock
4580 #: ../src/guestfs.pod:2417
4581 msgid ""
4582 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4583 "documentation) are generated, and this makes it easy to extend the "
4584 "libguestfs API."
4585 msgstr ""
4586
4587 #. type: textblock
4588 #: ../src/guestfs.pod:2421
4589 msgid "To add a new API action there are two changes:"
4590 msgstr ""
4591
4592 #. type: textblock
4593 #: ../src/guestfs.pod:2427
4594 msgid ""
4595 "You need to add a description of the call (name, parameters, return type, "
4596 "tests, documentation) to C<generator/generator_actions.ml>."
4597 msgstr ""
4598
4599 #. type: textblock
4600 #: ../src/guestfs.pod:2430
4601 msgid ""
4602 "There are two sorts of API action, depending on whether the call goes "
4603 "through to the daemon in the appliance, or is serviced entirely by the "
4604 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4605 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4606 "an example of the latter, since a trace flag is maintained in the handle and "
4607 "all tracing is done on the library side."
4608 msgstr ""
4609
4610 #. type: textblock
4611 #: ../src/guestfs.pod:2438
4612 msgid ""
4613 "Most new actions are of the first type, and get added to the "
4614 "C<daemon_functions> list.  Each function has a unique procedure number used "
4615 "in the RPC protocol which is assigned to that action when we publish "
4616 "libguestfs and cannot be reused.  Take the latest procedure number and "
4617 "increment it."
4618 msgstr ""
4619
4620 #. type: textblock
4621 #: ../src/guestfs.pod:2444
4622 msgid ""
4623 "For library-only actions of the second type, add to the "
4624 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4625 "library and do not travel over the RPC mechanism to the daemon, these "
4626 "functions do not need a procedure number, and so the procedure number is set "
4627 "to C<-1>."
4628 msgstr ""
4629
4630 #. type: textblock
4631 #: ../src/guestfs.pod:2452
4632 msgid "Implement the action (in C):"
4633 msgstr ""
4634
4635 #. type: textblock
4636 #: ../src/guestfs.pod:2454
4637 msgid ""
4638 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4639 "C<daemon/> directory."
4640 msgstr ""
4641
4642 #. type: textblock
4643 #: ../src/guestfs.pod:2457
4644 msgid ""
4645 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4646 "(note: double underscore) in the C<src/> directory."
4647 msgstr ""
4648
4649 #. type: textblock
4650 #: ../src/guestfs.pod:2460
4651 msgid "In either case, use another function as an example of what to do."
4652 msgstr ""
4653
4654 #. type: textblock
4655 #: ../src/guestfs.pod:2464
4656 msgid "After making these changes, use C<make> to compile."
4657 msgstr ""
4658
4659 #. type: textblock
4660 #: ../src/guestfs.pod:2466
4661 msgid ""
4662 "Note that you don't need to implement the RPC, language bindings, manual "
4663 "pages or anything else.  It's all automatically generated from the OCaml "
4664 "description."
4665 msgstr ""
4666
4667 #. type: =head2
4668 #: ../src/guestfs.pod:2470
4669 msgid "ADDING TESTS FOR AN API ACTION"
4670 msgstr ""
4671
4672 #. type: textblock
4673 #: ../src/guestfs.pod:2472
4674 msgid ""
4675 "You can supply zero or as many tests as you want per API call.  The tests "
4676 "can either be added as part of the API description "
4677 "(C<generator/generator_actions.ml>), or in some rarer cases you may want to "
4678 "drop a script into C<regressions/>.  Note that adding a script to "
4679 "C<regressions/> is slower, so if possible use the first method."
4680 msgstr ""
4681
4682 #. type: textblock
4683 #: ../src/guestfs.pod:2478
4684 msgid ""
4685 "The following describes the test environment used when you add an API test "
4686 "in C<generator_actions.ml>."
4687 msgstr ""
4688
4689 #. type: textblock
4690 #: ../src/guestfs.pod:2481
4691 msgid "The test environment has 4 block devices:"
4692 msgstr ""
4693
4694 #. type: =item
4695 #: ../src/guestfs.pod:2485
4696 msgid "C</dev/sda> 500MB"
4697 msgstr ""
4698
4699 #. type: textblock
4700 #: ../src/guestfs.pod:2487
4701 msgid "General block device for testing."
4702 msgstr ""
4703
4704 #. type: =item
4705 #: ../src/guestfs.pod:2489
4706 msgid "C</dev/sdb> 50MB"
4707 msgstr ""
4708
4709 #. type: textblock
4710 #: ../src/guestfs.pod:2491
4711 msgid ""
4712 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4713 "operations."
4714 msgstr ""
4715
4716 #. type: =item
4717 #: ../src/guestfs.pod:2494
4718 msgid "C</dev/sdc> 10MB"
4719 msgstr ""
4720
4721 #. type: textblock
4722 #: ../src/guestfs.pod:2496
4723 msgid "Used in a few tests where two block devices are needed."
4724 msgstr ""
4725
4726 #. type: =item
4727 #: ../src/guestfs.pod:2498
4728 msgid "C</dev/sdd>"
4729 msgstr ""
4730
4731 #. type: textblock
4732 #: ../src/guestfs.pod:2500
4733 msgid "ISO with fixed content (see C<images/test.iso>)."
4734 msgstr ""
4735
4736 #. type: textblock
4737 #: ../src/guestfs.pod:2504
4738 msgid ""
4739 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4740 "appliance and block devices are reused between tests.  So don't try testing "
4741 "L</guestfs_kill_subprocess> :-x"
4742 msgstr ""
4743
4744 #. type: textblock
4745 #: ../src/guestfs.pod:2508
4746 msgid ""
4747 "Each test starts with an initial scenario, selected using one of the "
4748 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4749 "initialize the disks mentioned above in a particular way as documented in "
4750 "C<generator_types.ml>.  You should not assume anything about the previous "
4751 "contents of other disks that are not initialized."
4752 msgstr ""
4753
4754 #. type: textblock
4755 #: ../src/guestfs.pod:2514
4756 msgid ""
4757 "You can add a prerequisite clause to any individual test.  This is a "
4758 "run-time check, which, if it fails, causes the test to be skipped.  Useful "
4759 "if testing a command which might not work on all variations of libguestfs "
4760 "builds.  A test that has prerequisite of C<Always> means to run "
4761 "unconditionally."
4762 msgstr ""
4763
4764 #. type: textblock
4765 #: ../src/guestfs.pod:2520
4766 msgid ""
4767 "In addition, packagers can skip individual tests by setting environment "
4768 "variables before running C<make check>."
4769 msgstr ""
4770
4771 #. type: verbatim
4772 #: ../src/guestfs.pod:2523
4773 #, no-wrap
4774 msgid ""
4775 " SKIP_TEST_<CMD>_<NUM>=1\n"
4776 "\n"
4777 msgstr ""
4778
4779 #. type: textblock
4780 #: ../src/guestfs.pod:2525
4781 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4782 msgstr ""
4783
4784 #. type: textblock
4785 #: ../src/guestfs.pod:2527
4786 msgid "or:"
4787 msgstr ""
4788
4789 #. type: verbatim
4790 #: ../src/guestfs.pod:2529
4791 #, no-wrap
4792 msgid ""
4793 " SKIP_TEST_<CMD>=1\n"
4794 "\n"
4795 msgstr ""
4796
4797 #. type: textblock
4798 #: ../src/guestfs.pod:2531
4799 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4800 msgstr ""
4801
4802 #. type: textblock
4803 #: ../src/guestfs.pod:2533
4804 msgid "Packagers can run only certain tests by setting for example:"
4805 msgstr ""
4806
4807 #. type: verbatim
4808 #: ../src/guestfs.pod:2535
4809 #, no-wrap
4810 msgid ""
4811 " TEST_ONLY=\"vfs_type zerofree\"\n"
4812 "\n"
4813 msgstr ""
4814
4815 #. type: textblock
4816 #: ../src/guestfs.pod:2537
4817 msgid ""
4818 "See C<capitests/tests.c> for more details of how these environment variables "
4819 "work."
4820 msgstr ""
4821
4822 #. type: =head2
4823 #: ../src/guestfs.pod:2540
4824 msgid "DEBUGGING NEW API ACTIONS"
4825 msgstr ""
4826
4827 #. type: textblock
4828 #: ../src/guestfs.pod:2542
4829 msgid "Test new actions work before submitting them."
4830 msgstr ""
4831
4832 #. type: textblock
4833 #: ../src/guestfs.pod:2544
4834 msgid "You can use guestfish to try out new commands."
4835 msgstr ""
4836
4837 #. type: textblock
4838 #: ../src/guestfs.pod:2546
4839 msgid ""
4840 "Debugging the daemon is a problem because it runs inside a minimal "
4841 "environment.  However you can fprintf messages in the daemon to stderr, and "
4842 "they will show up if you use C<guestfish -v>."
4843 msgstr ""
4844
4845 #. type: =head2
4846 #: ../src/guestfs.pod:2550
4847 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4848 msgstr ""
4849
4850 #. type: textblock
4851 #: ../src/guestfs.pod:2552
4852 msgid ""
4853 "Our C source code generally adheres to some basic code-formatting "
4854 "conventions.  The existing code base is not totally consistent on this "
4855 "front, but we do prefer that contributed code be formatted similarly.  In "
4856 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4857 "indentation level, and other than that, follow the K&R style."
4858 msgstr ""
4859
4860 #. type: textblock
4861 #: ../src/guestfs.pod:2558
4862 msgid ""
4863 "If you use Emacs, add the following to one of one of your start-up files "
4864 "(e.g., ~/.emacs), to help ensure that you get indentation right:"
4865 msgstr ""
4866
4867 #. type: verbatim
4868 #: ../src/guestfs.pod:2561
4869 #, no-wrap
4870 msgid ""
4871 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4872 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4873 " (add-hook 'find-file-hook\n"
4874 "     '(lambda () (if (and buffer-file-name\n"
4875 "                          (string-match \"/libguestfs\\\\>\"\n"
4876 "                              (buffer-file-name))\n"
4877 "                          (not (string-equal mode-name \"Change Log\"))\n"
4878 "                          (not (string-equal mode-name \"Makefile\")))\n"
4879 "                     (setq indent-tabs-mode nil))))\n"
4880 " \n"
4881 msgstr ""
4882
4883 #. type: verbatim
4884 #: ../src/guestfs.pod:2571
4885 #, no-wrap
4886 msgid ""
4887 " ;;; When editing C sources in libguestfs, use this style.\n"
4888 " (defun libguestfs-c-mode ()\n"
4889 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4890 "   (interactive)\n"
4891 "   (c-set-style \"K&R\")\n"
4892 "   (setq c-indent-level 2)\n"
4893 "   (setq c-basic-offset 2))\n"
4894 " (add-hook 'c-mode-hook\n"
4895 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4896 "                               (buffer-file-name))\n"
4897 "                           (libguestfs-c-mode))))\n"
4898 "\n"
4899 msgstr ""
4900
4901 #. type: textblock
4902 #: ../src/guestfs.pod:2583
4903 msgid "Enable warnings when compiling (and fix any problems this finds):"
4904 msgstr ""
4905
4906 #. type: verbatim
4907 #: ../src/guestfs.pod:2586
4908 #, no-wrap
4909 msgid ""
4910 " ./configure --enable-gcc-warnings\n"
4911 "\n"
4912 msgstr ""
4913
4914 #. type: textblock
4915 #: ../src/guestfs.pod:2588
4916 msgid "Useful targets are:"
4917 msgstr ""
4918
4919 #. type: verbatim
4920 #: ../src/guestfs.pod:2590
4921 #, no-wrap
4922 msgid ""
4923 " make syntax-check  # checks the syntax of the C code\n"
4924 " make check         # runs the test suite\n"
4925 "\n"
4926 msgstr ""
4927
4928 #. type: =head2
4929 #: ../src/guestfs.pod:2593
4930 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4931 msgstr ""
4932
4933 #. type: textblock
4934 #: ../src/guestfs.pod:2595
4935 msgid ""
4936 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4937 "which are used to do shell quoting."
4938 msgstr ""
4939
4940 #. type: =item
4941 #: ../src/guestfs.pod:2600
4942 msgid "%Q"
4943 msgstr ""
4944
4945 #. type: textblock
4946 #: ../src/guestfs.pod:2602
4947 msgid ""
4948 "Simple shell quoted string.  Any spaces or other shell characters are "
4949 "escaped for you."
4950 msgstr ""
4951
4952 #. type: =item
4953 #: ../src/guestfs.pod:2605
4954 msgid "%R"
4955 msgstr ""
4956
4957 #. type: textblock
4958 #: ../src/guestfs.pod:2607
4959 msgid ""
4960 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4961 "the sysroot."
4962 msgstr ""
4963
4964 #. type: textblock
4965 #: ../src/guestfs.pod:2612 ../fish/guestfish.pod:240 ../fish/guestfish.pod:613
4966 msgid "For example:"
4967 msgstr ""
4968
4969 #. type: verbatim
4970 #: ../src/guestfs.pod:2614
4971 #, no-wrap
4972 msgid ""
4973 " asprintf (&cmd, \"cat %R\", path);\n"
4974 "\n"
4975 msgstr ""
4976
4977 #. type: textblock
4978 #: ../src/guestfs.pod:2616
4979 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
4980 msgstr ""
4981
4982 #. type: textblock
4983 #: ../src/guestfs.pod:2618
4984 msgid ""
4985 "I<Note:> Do I<not> use these when you are passing parameters to the "
4986 "C<command{,r,v,rv}()> functions.  These parameters do NOT need to be quoted "
4987 "because they are not passed via the shell (instead, straight to exec).  You "
4988 "probably want to use the C<sysroot_path()> function however."
4989 msgstr ""
4990
4991 #. type: =head2
4992 #: ../src/guestfs.pod:2624
4993 msgid "SUBMITTING YOUR NEW API ACTIONS"
4994 msgstr ""
4995
4996 #. type: textblock
4997 #: ../src/guestfs.pod:2626
4998 msgid ""
4999 "Submit patches to the mailing list: "
5000 "L<http://www.redhat.com/mailman/listinfo/libguestfs> and CC to "
5001 "L<rjones@redhat.com>."
5002 msgstr ""
5003
5004 #. type: =head2
5005 #: ../src/guestfs.pod:2630
5006 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5007 msgstr ""
5008
5009 #. type: textblock
5010 #: ../src/guestfs.pod:2632
5011 msgid "We support i18n (gettext anyhow) in the library."
5012 msgstr ""
5013
5014 #. type: textblock
5015 #: ../src/guestfs.pod:2634
5016 msgid ""
5017 "However many messages come from the daemon, and we don't translate those at "
5018 "the moment.  One reason is that the appliance generally has all locale files "
5019 "removed from it, because they take up a lot of space.  So we'd have to readd "
5020 "some of those, as well as copying our PO files into the appliance."
5021 msgstr ""
5022
5023 #. type: textblock
5024 #: ../src/guestfs.pod:2640
5025 msgid ""
5026 "Debugging messages are never translated, since they are intended for the "
5027 "programmers."
5028 msgstr ""
5029
5030 #. type: =head2
5031 #: ../src/guestfs.pod:2643
5032 msgid "SOURCE CODE SUBDIRECTORIES"
5033 msgstr ""
5034
5035 #. type: =item
5036 #: ../src/guestfs.pod:2647 ../src/guestfs-actions.pod:5827 ../fish/guestfish-actions.pod:3921
5037 msgid "C<appliance>"
5038 msgstr ""
5039
5040 #. type: textblock
5041 #: ../src/guestfs.pod:2649
5042 msgid "The libguestfs appliance, build scripts and so on."
5043 msgstr ""
5044
5045 #. type: =item
5046 #: ../src/guestfs.pod:2651
5047 msgid "C<capitests>"
5048 msgstr ""
5049
5050 #. type: textblock
5051 #: ../src/guestfs.pod:2653
5052 msgid "Automated tests of the C API."
5053 msgstr ""
5054
5055 #. type: =item
5056 #: ../src/guestfs.pod:2655
5057 msgid "C<cat>"
5058 msgstr ""
5059
5060 #. type: textblock
5061 #: ../src/guestfs.pod:2657
5062 msgid ""
5063 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5064 "documentation."
5065 msgstr ""
5066
5067 #. type: =item
5068 #: ../src/guestfs.pod:2660
5069 msgid "C<caution>"
5070 msgstr ""
5071
5072 #. type: textblock
5073 #: ../src/guestfs.pod:2662
5074 msgid ""
5075 "Safety and liveness tests of components that libguestfs depends upon (not of "
5076 "libguestfs itself).  Mainly this is for qemu and the kernel."
5077 msgstr ""
5078
5079 #. type: =item
5080 #: ../src/guestfs.pod:2665
5081 msgid "C<contrib>"
5082 msgstr ""
5083
5084 #. type: textblock
5085 #: ../src/guestfs.pod:2667
5086 msgid "Outside contributions, experimental parts."
5087 msgstr ""
5088
5089 #. type: =item
5090 #: ../src/guestfs.pod:2669
5091 msgid "C<daemon>"
5092 msgstr ""
5093
5094 #. type: textblock
5095 #: ../src/guestfs.pod:2671
5096 msgid ""
5097 "The daemon that runs inside the libguestfs appliance and carries out "
5098 "actions."
5099 msgstr ""
5100
5101 #. type: =item
5102 #: ../src/guestfs.pod:2674
5103 msgid "C<df>"
5104 msgstr ""
5105
5106 #. type: textblock
5107 #: ../src/guestfs.pod:2676
5108 msgid "L<virt-df(1)> command and documentation."
5109 msgstr ""
5110
5111 #. type: =item
5112 #: ../src/guestfs.pod:2678
5113 msgid "C<examples>"
5114 msgstr ""
5115
5116 #. type: textblock
5117 #: ../src/guestfs.pod:2680
5118 msgid "C API example code."
5119 msgstr ""
5120
5121 #. type: =item
5122 #: ../src/guestfs.pod:2682
5123 msgid "C<fish>"
5124 msgstr ""
5125
5126 #. type: textblock
5127 #: ../src/guestfs.pod:2684
5128 msgid ""
5129 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5130 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5131 "L<virt-tar-out(1)>."
5132 msgstr ""
5133
5134 #. type: =item
5135 #: ../src/guestfs.pod:2688
5136 msgid "C<fuse>"
5137 msgstr ""
5138
5139 #. type: textblock
5140 #: ../src/guestfs.pod:2690
5141 msgid "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5142 msgstr ""
5143
5144 #. type: =item
5145 #: ../src/guestfs.pod:2692
5146 msgid "C<generator>"
5147 msgstr ""
5148
5149 #. type: textblock
5150 #: ../src/guestfs.pod:2694
5151 msgid ""
5152 "The crucially important generator, used to automatically generate large "
5153 "amounts of boilerplate C code for things like RPC and bindings."
5154 msgstr ""
5155
5156 #. type: =item
5157 #: ../src/guestfs.pod:2697
5158 msgid "C<images>"
5159 msgstr ""
5160
5161 #. type: textblock
5162 #: ../src/guestfs.pod:2699
5163 msgid "Files used by the test suite."
5164 msgstr ""
5165
5166 #. type: textblock
5167 #: ../src/guestfs.pod:2701
5168 msgid "Some \"phony\" guest images which we test against."
5169 msgstr ""
5170
5171 #. type: =item
5172 #: ../src/guestfs.pod:2703
5173 msgid "C<inspector>"
5174 msgstr ""
5175
5176 #. type: textblock
5177 #: ../src/guestfs.pod:2705
5178 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5179 msgstr ""
5180
5181 #. type: =item
5182 #: ../src/guestfs.pod:2707
5183 msgid "C<logo>"
5184 msgstr ""
5185
5186 #. type: textblock
5187 #: ../src/guestfs.pod:2709
5188 msgid "Logo used on the website.  The fish is called Arthur by the way."
5189 msgstr ""
5190
5191 #. type: =item
5192 #: ../src/guestfs.pod:2711
5193 msgid "C<m4>"
5194 msgstr ""
5195
5196 #. type: textblock
5197 #: ../src/guestfs.pod:2713
5198 msgid "M4 macros used by autoconf."
5199 msgstr ""
5200
5201 #. type: =item
5202 #: ../src/guestfs.pod:2715
5203 msgid "C<po>"
5204 msgstr ""
5205
5206 #. type: textblock
5207 #: ../src/guestfs.pod:2717
5208 msgid "Translations of simple gettext strings."
5209 msgstr ""
5210
5211 #. type: =item
5212 #: ../src/guestfs.pod:2719
5213 msgid "C<po-docs>"
5214 msgstr ""
5215
5216 #. type: textblock
5217 #: ../src/guestfs.pod:2721
5218 msgid ""
5219 "The build infrastructure and PO files for translations of manpages and POD "
5220 "files.  Eventually this will be combined with the C<po> directory, but that "
5221 "is rather complicated."
5222 msgstr ""
5223
5224 #. type: =item
5225 #: ../src/guestfs.pod:2725
5226 msgid "C<regressions>"
5227 msgstr ""
5228
5229 #. type: textblock
5230 #: ../src/guestfs.pod:2727
5231 msgid "Regression tests."
5232 msgstr ""
5233
5234 #. type: =item
5235 #: ../src/guestfs.pod:2729
5236 msgid "C<rescue>"
5237 msgstr ""
5238
5239 #. type: textblock
5240 #: ../src/guestfs.pod:2731
5241 msgid "L<virt-rescue(1)> command and documentation."
5242 msgstr ""
5243
5244 #. type: =item
5245 #: ../src/guestfs.pod:2733
5246 msgid "C<src>"
5247 msgstr ""
5248
5249 #. type: textblock
5250 #: ../src/guestfs.pod:2735
5251 msgid "Source code to the C library."
5252 msgstr ""
5253
5254 #. type: =item
5255 #: ../src/guestfs.pod:2737
5256 msgid "C<tools>"
5257 msgstr ""
5258
5259 #. type: textblock
5260 #: ../src/guestfs.pod:2739
5261 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5262 msgstr ""
5263
5264 #. type: =item
5265 #: ../src/guestfs.pod:2741
5266 msgid "C<test-tool>"
5267 msgstr ""
5268
5269 #. type: textblock
5270 #: ../src/guestfs.pod:2743
5271 msgid ""
5272 "Test tool for end users to test if their qemu/kernel combination will work "
5273 "with libguestfs."
5274 msgstr ""
5275
5276 #. type: =item
5277 #: ../src/guestfs.pod:2746
5278 msgid "C<csharp>"
5279 msgstr ""
5280
5281 #. type: =item
5282 #: ../src/guestfs.pod:2748
5283 msgid "C<haskell>"
5284 msgstr ""
5285
5286 #. type: =item
5287 #: ../src/guestfs.pod:2750
5288 msgid "C<java>"
5289 msgstr ""
5290
5291 #. type: =item
5292 #: ../src/guestfs.pod:2752
5293 msgid "C<ocaml>"
5294 msgstr ""
5295
5296 #. type: =item
5297 #: ../src/guestfs.pod:2754
5298 msgid "C<php>"
5299 msgstr ""
5300
5301 #. type: =item
5302 #: ../src/guestfs.pod:2756
5303 msgid "C<perl>"
5304 msgstr ""
5305
5306 #. type: =item
5307 #: ../src/guestfs.pod:2758
5308 msgid "C<python>"
5309 msgstr ""
5310
5311 #. type: =item
5312 #: ../src/guestfs.pod:2760
5313 msgid "C<ruby>"
5314 msgstr ""
5315
5316 #. type: textblock
5317 #: ../src/guestfs.pod:2762
5318 msgid "Language bindings."
5319 msgstr ""
5320
5321 #. type: =head1
5322 #: ../src/guestfs.pod:2766
5323 msgid "LIMITS"
5324 msgstr ""
5325
5326 #. type: =head2
5327 #: ../src/guestfs.pod:2768
5328 msgid "PROTOCOL LIMITS"
5329 msgstr ""
5330
5331 #. type: textblock
5332 #: ../src/guestfs.pod:2770
5333 msgid ""
5334 "Internally libguestfs uses a message-based protocol to pass API calls and "
5335 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
5336 "plenty more detail about this).  The maximum message size used by the "
5337 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
5338 "aware of this limit.  The API calls which may be affected are individually "
5339 "documented, with a link back to this section of the documentation."
5340 msgstr ""
5341
5342 #. type: textblock
5343 #: ../src/guestfs.pod:2778
5344 msgid ""
5345 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
5346 "a simple string.  Because this string is at some point internally encoded as "
5347 "a message, the maximum size that it can return is slightly under 4 MB.  If "
5348 "the requested file is larger than this then you will get an error."
5349 msgstr ""
5350
5351 #. type: textblock
5352 #: ../src/guestfs.pod:2784
5353 msgid ""
5354 "In order to transfer large files into and out of the guest filesystem, you "
5355 "need to use particular calls that support this.  The sections L</UPLOADING> "
5356 "and L</DOWNLOADING> document how to do this."
5357 msgstr ""
5358
5359 #. type: textblock
5360 #: ../src/guestfs.pod:2788
5361 msgid ""
5362 "You might also consider mounting the disk image using our FUSE filesystem "
5363 "support (L<guestmount(1)>)."
5364 msgstr ""
5365
5366 #. type: =head2
5367 #: ../src/guestfs.pod:2791
5368 msgid "MAXIMUM NUMBER OF DISKS"
5369 msgstr ""
5370
5371 #. type: textblock
5372 #: ../src/guestfs.pod:2793
5373 msgid "When using virtio disks (the default) the current limit is B<25> disks."
5374 msgstr ""
5375
5376 #. type: textblock
5377 #: ../src/guestfs.pod:2796
5378 msgid ""
5379 "Virtio itself consumes 1 virtual PCI slot per disk, and PCI is limited to 31 "
5380 "slots.  However febootstrap only understands disks with names C</dev/vda> "
5381 "through C</dev/vdz> (26 letters) and it reserves one disk for its own "
5382 "purposes."
5383 msgstr ""
5384
5385 #. type: textblock
5386 #: ../src/guestfs.pod:2801
5387 msgid ""
5388 "We are working to substantially raise this limit in future versions but it "
5389 "requires complex changes to qemu."
5390 msgstr ""
5391
5392 #. type: textblock
5393 #: ../src/guestfs.pod:2804
5394 msgid ""
5395 "In future versions of libguestfs it should also be possible to \"hot plug\" "
5396 "disks (add and remove disks after calling L</guestfs_launch>).  This also "
5397 "requires changes to qemu."
5398 msgstr ""
5399
5400 #. type: =head2
5401 #: ../src/guestfs.pod:2808
5402 msgid "MAXIMUM NUMBER OF PARTITIONS PER DISK"
5403 msgstr ""
5404
5405 #. type: textblock
5406 #: ../src/guestfs.pod:2810
5407 msgid "Virtio limits the maximum number of partitions per disk to B<15>."
5408 msgstr ""
5409
5410 #. type: textblock
5411 #: ../src/guestfs.pod:2812
5412 msgid ""
5413 "This is because it reserves 4 bits for the minor device number (thus "
5414 "C</dev/vda>, and C</dev/vda1> through C</dev/vda15>)."
5415 msgstr ""
5416
5417 #. type: textblock
5418 #: ../src/guestfs.pod:2815
5419 msgid ""
5420 "If you attach a disk with more than 15 partitions, the extra partitions are "
5421 "ignored by libguestfs."
5422 msgstr ""
5423
5424 #. type: =head2
5425 #: ../src/guestfs.pod:2818
5426 msgid "MAXIMUM SIZE OF A DISK"
5427 msgstr ""
5428
5429 #. type: textblock
5430 #: ../src/guestfs.pod:2820
5431 msgid "Probably the limit is between 2**63-1 and 2**64-1 bytes."
5432 msgstr ""
5433
5434 #. type: textblock
5435 #: ../src/guestfs.pod:2822
5436 msgid ""
5437 "We have tested block devices up to 1 exabyte (2**60 or "
5438 "1,152,921,504,606,846,976 bytes) using sparse files backed by an XFS host "
5439 "filesystem."
5440 msgstr ""
5441
5442 #. type: textblock
5443 #: ../src/guestfs.pod:2826
5444 msgid ""
5445 "Although libguestfs probably does not impose any limit, the underlying host "
5446 "storage will.  If you store disk images on a host ext4 filesystem, then the "
5447 "maximum size will be limited by the maximum ext4 file size (currently 16 "
5448 "TB).  If you store disk images as host logical volumes then you are limited "
5449 "by the maximum size of an LV."
5450 msgstr ""
5451
5452 #. type: textblock
5453 #: ../src/guestfs.pod:2832
5454 msgid ""
5455 "For the hugest disk image files, we recommend using XFS on the host for "
5456 "storage."
5457 msgstr ""
5458
5459 #. type: =head2
5460 #: ../src/guestfs.pod:2835
5461 msgid "MAXIMUM SIZE OF A PARTITION"
5462 msgstr ""
5463
5464 #. type: textblock
5465 #: ../src/guestfs.pod:2837
5466 msgid ""
5467 "The MBR (ie. classic MS-DOS) partitioning scheme uses 32 bit sector "
5468 "numbers.  Assuming a 512 byte sector size, this means that MBR cannot "
5469 "address a partition located beyond 2 TB on the disk."
5470 msgstr ""
5471
5472 #. type: textblock
5473 #: ../src/guestfs.pod:2841
5474 msgid ""
5475 "It is recommended that you use GPT partitions on disks which are larger than "
5476 "this size.  GPT uses 64 bit sector numbers and so can address partitions "
5477 "which are theoretically larger than the largest disk we could support."
5478 msgstr ""
5479
5480 #. type: =head2
5481 #: ../src/guestfs.pod:2846
5482 msgid "MAXIMUM SIZE OF A FILESYSTEM, FILES, DIRECTORIES"
5483 msgstr ""
5484
5485 #. type: textblock
5486 #: ../src/guestfs.pod:2848
5487 msgid ""
5488 "This depends on the filesystem type.  libguestfs itself does not impose any "
5489 "known limit.  Consult Wikipedia or the filesystem documentation to find out "
5490 "what these limits are."
5491 msgstr ""
5492
5493 #. type: =head2
5494 #: ../src/guestfs.pod:2852
5495 msgid "MAXIMUM UPLOAD AND DOWNLOAD"
5496 msgstr ""
5497
5498 #. type: textblock
5499 #: ../src/guestfs.pod:2854
5500 msgid ""
5501 "The API functions L</guestfs_upload>, L</guestfs_download>, "
5502 "L</guestfs_tar_in>, L</guestfs_tar_out> and the like allow unlimited sized "
5503 "uploads and downloads."
5504 msgstr ""
5505
5506 #. type: =head2
5507 #: ../src/guestfs.pod:2858
5508 msgid "INSPECTION LIMITS"
5509 msgstr ""
5510
5511 #. type: textblock
5512 #: ../src/guestfs.pod:2860
5513 msgid ""
5514 "The inspection code has several arbitrary limits on things like the size of "
5515 "Windows Registry hive it will read, and the length of product name.  These "
5516 "are intended to stop a malicious guest from consuming arbitrary amounts of "
5517 "memory and disk space on the host, and should not be reached in practice.  "
5518 "See the source code for more information."
5519 msgstr ""
5520
5521 #. type: =head1
5522 #: ../src/guestfs.pod:2866 ../fish/guestfish.pod:1015 ../test-tool/libguestfs-test-tool.pod:82 ../tools/virt-edit.pl:476
5523 msgid "ENVIRONMENT VARIABLES"
5524 msgstr ""
5525
5526 #. type: =item
5527 #: ../src/guestfs.pod:2870 ../fish/guestfish.pod:1041
5528 msgid "LIBGUESTFS_APPEND"
5529 msgstr ""
5530
5531 #. type: textblock
5532 #: ../src/guestfs.pod:2872 ../fish/guestfish.pod:1043
5533 msgid "Pass additional options to the guest kernel."
5534 msgstr ""
5535
5536 #. type: =item
5537 #: ../src/guestfs.pod:2874 ../fish/guestfish.pod:1045
5538 msgid "LIBGUESTFS_DEBUG"
5539 msgstr ""
5540
5541 #. type: textblock
5542 #: ../src/guestfs.pod:2876
5543 msgid ""
5544 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5545 "effect as calling C<guestfs_set_verbose (g, 1)>."
5546 msgstr ""
5547
5548 #. type: =item
5549 #: ../src/guestfs.pod:2879 ../fish/guestfish.pod:1050
5550 msgid "LIBGUESTFS_MEMSIZE"
5551 msgstr ""
5552
5553 #. type: textblock
5554 #: ../src/guestfs.pod:2881 ../fish/guestfish.pod:1052
5555 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
5556 msgstr ""
5557
5558 #. type: verbatim
5559 #: ../src/guestfs.pod:2884 ../fish/guestfish.pod:1055
5560 #, no-wrap
5561 msgid ""
5562 " LIBGUESTFS_MEMSIZE=700\n"
5563 "\n"
5564 msgstr ""
5565
5566 #. type: =item
5567 #: ../src/guestfs.pod:2886 ../fish/guestfish.pod:1057
5568 msgid "LIBGUESTFS_PATH"
5569 msgstr ""
5570
5571 #. type: textblock
5572 #: ../src/guestfs.pod:2888
5573 msgid ""
5574 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5575 "the discussion of paths in section L</PATH> above."
5576 msgstr ""
5577
5578 #. type: =item
5579 #: ../src/guestfs.pod:2891 ../fish/guestfish.pod:1062
5580 msgid "LIBGUESTFS_QEMU"
5581 msgstr ""
5582
5583 #. type: textblock
5584 #: ../src/guestfs.pod:2893 ../fish/guestfish.pod:1064
5585 msgid ""
5586 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5587 "which was found at compile time by the configure script is used."
5588 msgstr ""
5589
5590 #. type: textblock
5591 #: ../src/guestfs.pod:2897
5592 msgid "See also L</QEMU WRAPPERS> above."
5593 msgstr ""
5594
5595 #. type: =item
5596 #: ../src/guestfs.pod:2899 ../fish/guestfish.pod:1068
5597 msgid "LIBGUESTFS_TRACE"
5598 msgstr ""
5599
5600 #. type: textblock
5601 #: ../src/guestfs.pod:2901
5602 msgid ""
5603 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5604 "effect as calling C<guestfs_set_trace (g, 1)>."
5605 msgstr ""
5606
5607 #. type: =item
5608 #: ../src/guestfs.pod:2904 ../fish/guestfish.pod:1077
5609 msgid "TMPDIR"
5610 msgstr ""
5611
5612 #. type: textblock
5613 #: ../src/guestfs.pod:2906 ../fish/guestfish.pod:1079
5614 msgid ""
5615 "Location of temporary directory, defaults to C</tmp> except for the cached "
5616 "supermin appliance which defaults to C</var/tmp>."
5617 msgstr ""
5618
5619 #. type: textblock
5620 #: ../src/guestfs.pod:2909 ../fish/guestfish.pod:1082
5621 msgid ""
5622 "If libguestfs was compiled to use the supermin appliance then the real "
5623 "appliance is cached in this directory, shared between all handles belonging "
5624 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5625 "use in case C</var/tmp> is not large enough."
5626 msgstr ""
5627
5628 #. type: =head1
5629 #: ../src/guestfs.pod:2917 ../fish/guestfish.pod:1149 ../test-tool/libguestfs-test-tool.pod:87 ../fuse/guestmount.pod:277 ../tools/virt-edit.pl:496 ../tools/virt-win-reg.pl:572 ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:286 ../tools/virt-make-fs.pl:539 ../tools/virt-list-partitions.pl:257
5630 msgid "SEE ALSO"
5631 msgstr ""
5632
5633 #. type: textblock
5634 #: ../src/guestfs.pod:2919
5635 msgid ""
5636 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-perl(3)>, "
5637 "L<guestfs-python(3)>, L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, "
5638 "L<virt-cat(1)>, L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, "
5639 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, "
5640 "L<virt-list-filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, "
5641 "L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, "
5642 "L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<qemu(1)>, L<febootstrap(1)>, "
5643 "L<hivex(3)>, L<http://libguestfs.org/>."
5644 msgstr ""
5645
5646 #. type: textblock
5647 #: ../src/guestfs.pod:2947
5648 msgid ""
5649 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
5650 "L<lvm(8)>, L<disktype(1)>."
5651 msgstr ""
5652
5653 #. type: =head1
5654 #: ../src/guestfs.pod:2954 ../tools/virt-win-reg.pl:587 ../tools/virt-make-fs.pl:553
5655 msgid "BUGS"
5656 msgstr ""
5657
5658 #. type: textblock
5659 #: ../src/guestfs.pod:2956
5660 msgid "To get a list of bugs against libguestfs use this link:"
5661 msgstr ""
5662
5663 #. type: textblock
5664 #: ../src/guestfs.pod:2958
5665 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
5666 msgstr ""
5667
5668 #. type: textblock
5669 #: ../src/guestfs.pod:2960
5670 msgid "To report a new bug against libguestfs use this link:"
5671 msgstr ""
5672
5673 #. type: textblock
5674 #: ../src/guestfs.pod:2962
5675 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
5676 msgstr ""
5677
5678 #. type: textblock
5679 #: ../src/guestfs.pod:2964
5680 msgid "When reporting a bug, please check:"
5681 msgstr ""
5682
5683 #. type: textblock
5684 #: ../src/guestfs.pod:2970
5685 msgid "That the bug hasn't been reported already."
5686 msgstr ""
5687
5688 #. type: textblock
5689 #: ../src/guestfs.pod:2974
5690 msgid "That you are testing a recent version."
5691 msgstr ""
5692
5693 #. type: textblock
5694 #: ../src/guestfs.pod:2978
5695 msgid "Describe the bug accurately, and give a way to reproduce it."
5696 msgstr ""
5697
5698 #. type: textblock
5699 #: ../src/guestfs.pod:2982
5700 msgid ""
5701 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5702 "bug report."
5703 msgstr ""
5704
5705 #. type: =head1
5706 #: ../src/guestfs.pod:2987 ../fish/guestfish.pod:1172 ../test-tool/libguestfs-test-tool.pod:93 ../fuse/guestmount.pod:288
5707 msgid "AUTHORS"
5708 msgstr ""
5709
5710 #. type: textblock
5711 #: ../src/guestfs.pod:2989 ../fish/guestfish.pod:1174 ../test-tool/libguestfs-test-tool.pod:95 ../fuse/guestmount.pod:290
5712 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5713 msgstr ""
5714
5715 #. type: =head1
5716 #: ../src/guestfs.pod:2991 ../fish/guestfish.pod:1176 ../test-tool/libguestfs-test-tool.pod:97 ../fuse/guestmount.pod:292 ../tools/virt-edit.pl:514 ../tools/virt-win-reg.pl:602 ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:568 ../tools/virt-list-partitions.pl:273
5717 msgid "COPYRIGHT"
5718 msgstr ""
5719
5720 #. type: textblock
5721 #: ../src/guestfs.pod:2993 ../fish/guestfish.pod:1178 ../test-tool/libguestfs-test-tool.pod:99
5722 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
5723 msgstr ""
5724
5725 #. type: textblock
5726 #: ../src/guestfs.pod:2996
5727 msgid ""
5728 "This library is free software; you can redistribute it and/or modify it "
5729 "under the terms of the GNU Lesser General Public License as published by the "
5730 "Free Software Foundation; either version 2 of the License, or (at your "
5731 "option) any later version."
5732 msgstr ""
5733
5734 #. type: textblock
5735 #: ../src/guestfs.pod:3001
5736 msgid ""
5737 "This library is distributed in the hope that it will be useful, but WITHOUT "
5738 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5739 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5740 "for more details."
5741 msgstr ""
5742
5743 #. type: textblock
5744 #: ../src/guestfs.pod:3006
5745 msgid ""
5746 "You should have received a copy of the GNU Lesser General Public License "
5747 "along with this library; if not, write to the Free Software Foundation, "
5748 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5749 msgstr ""
5750
5751 #. type: =head2
5752 #: ../src/guestfs-actions.pod:1
5753 msgid "guestfs_add_cdrom"
5754 msgstr ""
5755
5756 #. type: verbatim
5757 #: ../src/guestfs-actions.pod:3
5758 #, no-wrap
5759 msgid ""
5760 " int\n"
5761 " guestfs_add_cdrom (guestfs_h *g,\n"
5762 "                    const char *filename);\n"
5763 "\n"
5764 msgstr ""
5765
5766 #. type: textblock
5767 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5768 msgid "This function adds a virtual CD-ROM disk image to the guest."
5769 msgstr ""
5770
5771 #. type: textblock
5772 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5773 msgid "This is equivalent to the qemu parameter I<-cdrom filename>."
5774 msgstr ""
5775
5776 #. type: textblock
5777 #: ../src/guestfs-actions.pod:17
5778 msgid ""
5779 "This call checks for the existence of C<filename>.  This stops you from "
5780 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5781 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5782 "instead."
5783 msgstr ""
5784
5785 #. type: textblock
5786 #: ../src/guestfs-actions.pod:24
5787 msgid ""
5788 "If you just want to add an ISO file (often you use this as an efficient way "
5789 "to transfer large files into the guest), then you should probably use "
5790 "C<guestfs_add_drive_ro> instead."
5791 msgstr ""
5792
5793 #. type: textblock
5794 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:134 ../src/guestfs-actions.pod:195 ../src/guestfs-actions.pod:232 ../src/guestfs-actions.pod:246 ../src/guestfs-actions.pod:267 ../src/guestfs-actions.pod:287 ../src/guestfs-actions.pod:301 ../src/guestfs-actions.pod:416 ../src/guestfs-actions.pod:436 ../src/guestfs-actions.pod:450 ../src/guestfs-actions.pod:495 ../src/guestfs-actions.pod:523 ../src/guestfs-actions.pod:541 ../src/guestfs-actions.pod:608 ../src/guestfs-actions.pod:641 ../src/guestfs-actions.pod:655 ../src/guestfs-actions.pod:670 ../src/guestfs-actions.pod:769 ../src/guestfs-actions.pod:787 ../src/guestfs-actions.pod:801 ../src/guestfs-actions.pod:815 ../src/guestfs-actions.pod:976 ../src/guestfs-actions.pod:996 ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1098 ../src/guestfs-actions.pod:1116 ../src/guestfs-actions.pod:1135 ../src/guestfs-actions.pod:1149 ../src/guestfs-actions.pod:1169 ../src/guestfs-actions.pod:1239 ../src/guestfs-actions.pod:1270 ../src/guestfs-actions.pod:1295 ../src/guestfs-actions.pod:1337 ../src/guestfs-actions.pod:1443 ../src/guestfs-actions.pod:1477 ../src/guestfs-actions.pod:1692 ../src/guestfs-actions.pod:1714 ../src/guestfs-actions.pod:1801 ../src/guestfs-actions.pod:2263 ../src/guestfs-actions.pod:2407 ../src/guestfs-actions.pod:2468 ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:3456 ../src/guestfs-actions.pod:3471 ../src/guestfs-actions.pod:3496 ../src/guestfs-actions.pod:3651 ../src/guestfs-actions.pod:3665 ../src/guestfs-actions.pod:3678 ../src/guestfs-actions.pod:3692 ../src/guestfs-actions.pod:3707 ../src/guestfs-actions.pod:3743 ../src/guestfs-actions.pod:3815 ../src/guestfs-actions.pod:3835 ../src/guestfs-actions.pod:3852 ../src/guestfs-actions.pod:3875 ../src/guestfs-actions.pod:3898 ../src/guestfs-actions.pod:3930 ../src/guestfs-actions.pod:3949 ../src/guestfs-actions.pod:3968 ../src/guestfs-actions.pod:4003 ../src/guestfs-actions.pod:4015 ../src/guestfs-actions.pod:4051 ../src/guestfs-actions.pod:4067 ../src/guestfs-actions.pod:4080 ../src/guestfs-actions.pod:4095 ../src/guestfs-actions.pod:4112 ../src/guestfs-actions.pod:4205 ../src/guestfs-actions.pod:4225 ../src/guestfs-actions.pod:4238 ../src/guestfs-actions.pod:4289 ../src/guestfs-actions.pod:4307 ../src/guestfs-actions.pod:4325 ../src/guestfs-actions.pod:4341 ../src/guestfs-actions.pod:4355 ../src/guestfs-actions.pod:4369 ../src/guestfs-actions.pod:4386 ../src/guestfs-actions.pod:4401 ../src/guestfs-actions.pod:4421 ../src/guestfs-actions.pod:4479 ../src/guestfs-actions.pod:4552 ../src/guestfs-actions.pod:4583 ../src/guestfs-actions.pod:4602 ../src/guestfs-actions.pod:4621 ../src/guestfs-actions.pod:4633 ../src/guestfs-actions.pod:4650 ../src/guestfs-actions.pod:4663 ../src/guestfs-actions.pod:4678 ../src/guestfs-actions.pod:4693 ../src/guestfs-actions.pod:4728 ../src/guestfs-actions.pod:4750 ../src/guestfs-actions.pod:4770 ../src/guestfs-actions.pod:4784 ../src/guestfs-actions.pod:4801 ../src/guestfs-actions.pod:4850 ../src/guestfs-actions.pod:4896 ../src/guestfs-actions.pod:4910 ../src/guestfs-actions.pod:4938 ../src/guestfs-actions.pod:4955 ../src/guestfs-actions.pod:4973 ../src/guestfs-actions.pod:5107 ../src/guestfs-actions.pod:5164 ../src/guestfs-actions.pod:5186 ../src/guestfs-actions.pod:5204 ../src/guestfs-actions.pod:5236 ../src/guestfs-actions.pod:5302 ../src/guestfs-actions.pod:5319 ../src/guestfs-actions.pod:5332 ../src/guestfs-actions.pod:5346 ../src/guestfs-actions.pod:5635 ../src/guestfs-actions.pod:5654 ../src/guestfs-actions.pod:5673 ../src/guestfs-actions.pod:5685 ../src/guestfs-actions.pod:5697 ../src/guestfs-actions.pod:5711 ../src/guestfs-actions.pod:5723 ../src/guestfs-actions.pod:5737 ../src/guestfs-actions.pod:5753 ../src/guestfs-actions.pod:5774 ../src/guestfs-actions.pod:5793 ../src/guestfs-actions.pod:5812 ../src/guestfs-actions.pod:5842 ../src/guestfs-actions.pod:5858 ../src/guestfs-actions.pod:5881 ../src/guestfs-actions.pod:5899 ../src/guestfs-actions.pod:5918 ../src/guestfs-actions.pod:5939 ../src/guestfs-actions.pod:5958 ../src/guestfs-actions.pod:5975 ../src/guestfs-actions.pod:6003 ../src/guestfs-actions.pod:6027 ../src/guestfs-actions.pod:6046 ../src/guestfs-actions.pod:6070 ../src/guestfs-actions.pod:6089 ../src/guestfs-actions.pod:6104 ../src/guestfs-actions.pod:6123 ../src/guestfs-actions.pod:6160 ../src/guestfs-actions.pod:6190 ../src/guestfs-actions.pod:6223 ../src/guestfs-actions.pod:6345 ../src/guestfs-actions.pod:6466 ../src/guestfs-actions.pod:6478 ../src/guestfs-actions.pod:6491 ../src/guestfs-actions.pod:6504 ../src/guestfs-actions.pod:6526 ../src/guestfs-actions.pod:6539 ../src/guestfs-actions.pod:6552 ../src/guestfs-actions.pod:6565 ../src/guestfs-actions.pod:6580 ../src/guestfs-actions.pod:6639 ../src/guestfs-actions.pod:6656 ../src/guestfs-actions.pod:6672 ../src/guestfs-actions.pod:6688 ../src/guestfs-actions.pod:6705 ../src/guestfs-actions.pod:6718 ../src/guestfs-actions.pod:6738 ../src/guestfs-actions.pod:6774 ../src/guestfs-actions.pod:6788 ../src/guestfs-actions.pod:6829 ../src/guestfs-actions.pod:6842 ../src/guestfs-actions.pod:6860 ../src/guestfs-actions.pod:6894 ../src/guestfs-actions.pod:6930 ../src/guestfs-actions.pod:7049 ../src/guestfs-actions.pod:7067 ../src/guestfs-actions.pod:7081 ../src/guestfs-actions.pod:7136 ../src/guestfs-actions.pod:7149 ../src/guestfs-actions.pod:7194 ../src/guestfs-actions.pod:7227 ../src/guestfs-actions.pod:7288 ../src/guestfs-actions.pod:7314 ../src/guestfs-actions.pod:7380 ../src/guestfs-actions.pod:7399 ../src/guestfs-actions.pod:7428
5795 msgid "This function returns 0 on success or -1 on error."
5796 msgstr ""
5797
5798 #. type: textblock
5799 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248 ../src/guestfs-actions.pod:269
5800 msgid ""
5801 "This function is deprecated.  In new code, use the "
5802 "L</guestfs_add_drive_opts> call instead."
5803 msgstr ""
5804
5805 #. type: textblock
5806 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:251 ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:1448 ../src/guestfs-actions.pod:1941 ../src/guestfs-actions.pod:1962 ../src/guestfs-actions.pod:4426 ../src/guestfs-actions.pod:4733 ../src/guestfs-actions.pod:6168 ../src/guestfs-actions.pod:6198 ../src/guestfs-actions.pod:6231 ../src/guestfs-actions.pod:6290 ../src/guestfs-actions.pod:7232 ../src/guestfs-actions.pod:7322 ../src/guestfs-actions.pod:7491 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:175 ../fish/guestfish-actions.pod:956 ../fish/guestfish-actions.pod:1316 ../fish/guestfish-actions.pod:1330 ../fish/guestfish-actions.pod:3005 ../fish/guestfish-actions.pod:3202 ../fish/guestfish-actions.pod:4183 ../fish/guestfish-actions.pod:4206 ../fish/guestfish-actions.pod:4228 ../fish/guestfish-actions.pod:4266 ../fish/guestfish-actions.pod:4907 ../fish/guestfish-actions.pod:5004
5807 msgid ""
5808 "Deprecated functions will not be removed from the API, but the fact that "
5809 "they are deprecated indicates that there are problems with correct use of "
5810 "these functions."
5811 msgstr ""
5812
5813 #. type: textblock
5814 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:136 ../src/guestfs-actions.pod:1100 ../src/guestfs-actions.pod:1913 ../src/guestfs-actions.pod:2011 ../src/guestfs-actions.pod:2114 ../src/guestfs-actions.pod:3458 ../src/guestfs-actions.pod:3478 ../src/guestfs-actions.pod:4737 ../src/guestfs-actions.pod:5860 ../src/guestfs-actions.pod:5977 ../src/guestfs-actions.pod:6091 ../src/guestfs-actions.pod:6582 ../src/guestfs-actions.pod:6707 ../src/guestfs-actions.pod:7236
5815 msgid "(Added in 0.3)"
5816 msgstr ""
5817
5818 #. type: =head2
5819 #: ../src/guestfs-actions.pod:41
5820 msgid "guestfs_add_domain"
5821 msgstr ""
5822
5823 #. type: verbatim
5824 #: ../src/guestfs-actions.pod:43
5825 #, no-wrap
5826 msgid ""
5827 " int\n"
5828 " guestfs_add_domain (guestfs_h *g,\n"
5829 "                     const char *dom,\n"
5830 "                     ...);\n"
5831 "\n"
5832 msgstr ""
5833
5834 #. type: textblock
5835 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145 ../src/guestfs-actions.pod:4440
5836 msgid ""
5837 "You may supply a list of optional arguments to this call.  Use zero or more "
5838 "of the following pairs of parameters, and terminate the list with C<-1> on "
5839 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5840 msgstr ""
5841
5842 #. type: verbatim
5843 #: ../src/guestfs-actions.pod:53
5844 #, no-wrap
5845 msgid ""
5846 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5847 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5848 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5849 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
5850 "\n"
5851 msgstr ""
5852
5853 #. type: textblock
5854 #: ../src/guestfs-actions.pod:58
5855 msgid ""
5856 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5857 "It works by connecting to libvirt, requesting the domain and domain XML from "
5858 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5859 "one."
5860 msgstr ""
5861
5862 #. type: textblock
5863 #: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46
5864 msgid ""
5865 "The number of disks added is returned.  This operation is atomic: if an "
5866 "error is returned, then no disks are added."
5867 msgstr ""
5868
5869 #. type: textblock
5870 #: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49
5871 msgid ""
5872 "This function does some minimal checks to make sure the libvirt domain is "
5873 "not running (unless C<readonly> is true).  In a future version we will try "
5874 "to acquire the libvirt lock on each disk."
5875 msgstr ""
5876
5877 #. type: textblock
5878 #: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53
5879 msgid ""
5880 "Disks must be accessible locally.  This often means that adding disks from a "
5881 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5882 "unless those disks are accessible via the same device path locally too."
5883 msgstr ""
5884
5885 #. type: textblock
5886 #: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58
5887 msgid ""
5888 "The optional C<libvirturi> parameter sets the libvirt URI (see "
5889 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
5890 "default libvirt URI (or one set through an environment variable, see the "
5891 "libvirt documentation for full details)."
5892 msgstr ""
5893
5894 #. type: textblock
5895 #: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64
5896 msgid ""
5897 "The optional C<live> flag controls whether this call will try to connect to "
5898 "a running virtual machine C<guestfsd> process if it sees a suitable "
5899 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
5900 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
5901 "DAEMONS> for more information."
5902 msgstr ""
5903
5904 #. type: textblock
5905 #: ../src/guestfs-actions.pod:88
5906 msgid ""
5907 "The other optional parameters are passed directly through to "
5908 "C<guestfs_add_drive_opts>."
5909 msgstr ""
5910
5911 #. type: textblock
5912 #: ../src/guestfs-actions.pod:91 ../src/guestfs-actions.pod:344 ../src/guestfs-actions.pod:509 ../src/guestfs-actions.pod:687 ../src/guestfs-actions.pod:718 ../src/guestfs-actions.pod:736 ../src/guestfs-actions.pod:755 ../src/guestfs-actions.pod:1315 ../src/guestfs-actions.pod:1671 ../src/guestfs-actions.pod:1874 ../src/guestfs-actions.pod:1983 ../src/guestfs-actions.pod:2023 ../src/guestfs-actions.pod:2078 ../src/guestfs-actions.pod:2101 ../src/guestfs-actions.pod:2394 ../src/guestfs-actions.pod:2777 ../src/guestfs-actions.pod:2798 ../src/guestfs-actions.pod:4873 ../src/guestfs-actions.pod:5010 ../src/guestfs-actions.pod:5416 ../src/guestfs-actions.pod:5442 ../src/guestfs-actions.pod:6815 ../src/guestfs-actions.pod:7247 ../src/guestfs-actions.pod:7260 ../src/guestfs-actions.pod:7273
5913 msgid "On error this function returns -1."
5914 msgstr ""
5915
5916 #. type: textblock
5917 #: ../src/guestfs-actions.pod:93
5918 msgid "(Added in 1.7.4)"
5919 msgstr ""
5920
5921 #. type: =head2
5922 #: ../src/guestfs-actions.pod:95
5923 msgid "guestfs_add_domain_va"
5924 msgstr ""
5925
5926 #. type: verbatim
5927 #: ../src/guestfs-actions.pod:97
5928 #, no-wrap
5929 msgid ""
5930 " int\n"
5931 " guestfs_add_domain_va (guestfs_h *g,\n"
5932 "                        const char *dom,\n"
5933 "                        va_list args);\n"
5934 "\n"
5935 msgstr ""
5936
5937 #. type: textblock
5938 #: ../src/guestfs-actions.pod:102
5939 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5940 msgstr ""
5941
5942 #. type: textblock
5943 #: ../src/guestfs-actions.pod:104 ../src/guestfs-actions.pod:115 ../src/guestfs-actions.pod:208 ../src/guestfs-actions.pod:219 ../src/guestfs-actions.pod:4493 ../src/guestfs-actions.pod:4505
5944 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5945 msgstr ""
5946
5947 #. type: =head2
5948 #: ../src/guestfs-actions.pod:106
5949 msgid "guestfs_add_domain_argv"
5950 msgstr ""
5951
5952 #. type: verbatim
5953 #: ../src/guestfs-actions.pod:108
5954 #, no-wrap
5955 msgid ""
5956 " int\n"
5957 " guestfs_add_domain_argv (guestfs_h *g,\n"
5958 "                          const char *dom,\n"
5959 "                          const struct guestfs_add_domain_argv *optargs);\n"
5960 "\n"
5961 msgstr ""
5962
5963 #. type: textblock
5964 #: ../src/guestfs-actions.pod:113
5965 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5966 msgstr ""
5967
5968 #. type: =head2
5969 #: ../src/guestfs-actions.pod:117
5970 msgid "guestfs_add_drive"
5971 msgstr ""
5972
5973 #. type: verbatim
5974 #: ../src/guestfs-actions.pod:119
5975 #, no-wrap
5976 msgid ""
5977 " int\n"
5978 " guestfs_add_drive (guestfs_h *g,\n"
5979 "                    const char *filename);\n"
5980 "\n"
5981 msgstr ""
5982
5983 #. type: textblock
5984 #: ../src/guestfs-actions.pod:123
5985 msgid ""
5986 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5987 "optional parameters, so the disk is added writable, with the format being "
5988 "detected automatically."
5989 msgstr ""
5990
5991 #. type: textblock
5992 #: ../src/guestfs-actions.pod:127
5993 msgid ""
5994 "Automatic detection of the format opens you up to a potential security hole "
5995 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5996 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5997 "you should think about replacing calls to this function with calls to "
5998 "C<guestfs_add_drive_opts>, and specifying the format."
5999 msgstr ""
6000
6001 #. type: =head2
6002 #: ../src/guestfs-actions.pod:138
6003 msgid "guestfs_add_drive_opts"
6004 msgstr ""
6005
6006 #. type: verbatim
6007 #: ../src/guestfs-actions.pod:140
6008 #, no-wrap
6009 msgid ""
6010 " int\n"
6011 " guestfs_add_drive_opts (guestfs_h *g,\n"
6012 "                         const char *filename,\n"
6013 "                         ...);\n"
6014 "\n"
6015 msgstr ""
6016
6017 #. type: verbatim
6018 #: ../src/guestfs-actions.pod:150
6019 #, no-wrap
6020 msgid ""
6021 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6022 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6023 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6024 "\n"
6025 msgstr ""
6026
6027 #. type: textblock
6028 #: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97
6029 msgid ""
6030 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6031 "The first time you call this function, the disk appears as C</dev/sda>, the "
6032 "second time as C</dev/sdb>, and so on."
6033 msgstr ""
6034
6035 #. type: textblock
6036 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102
6037 msgid ""
6038 "You don't necessarily need to be root when using libguestfs.  However you "
6039 "obviously do need sufficient permissions to access the filename for whatever "
6040 "operations you want to perform (ie. read access if you just want to read the "
6041 "image or write access if you want to modify the image)."
6042 msgstr ""
6043
6044 #. type: textblock
6045 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108
6046 msgid "This call checks that C<filename> exists."
6047 msgstr ""
6048
6049 #. type: textblock
6050 #: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4451 ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:3016
6051 msgid "The optional arguments are:"
6052 msgstr ""
6053
6054 #. type: =item
6055 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114
6056 msgid "C<readonly>"
6057 msgstr ""
6058
6059 #. type: textblock
6060 #: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116
6061 msgid ""
6062 "If true then the image is treated as read-only.  Writes are still allowed, "
6063 "but they are stored in a temporary snapshot overlay which is discarded at "
6064 "the end.  The disk that you add is not modified."
6065 msgstr ""
6066
6067 #. type: =item
6068 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120
6069 msgid "C<format>"
6070 msgstr ""
6071
6072 #. type: textblock
6073 #: ../src/guestfs-actions.pod:179
6074 msgid ""
6075 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6076 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6077 "Possible formats include C<raw> and C<qcow2>."
6078 msgstr ""
6079
6080 #. type: textblock
6081 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126
6082 msgid ""
6083 "Automatic detection of the format opens you up to a potential security hole "
6084 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6085 "RHBZ#642934.  Specifying the format closes this security hole."
6086 msgstr ""
6087
6088 #. type: =item
6089 #: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131
6090 msgid "C<iface>"
6091 msgstr ""
6092
6093 #. type: textblock
6094 #: ../src/guestfs-actions.pod:190
6095 msgid ""
6096 "This rarely-used option lets you emulate the behaviour of the deprecated "
6097 "C<guestfs_add_drive_with_if> call (q.v.)"
6098 msgstr ""
6099
6100 #. type: textblock
6101 #: ../src/guestfs-actions.pod:197
6102 msgid "(Added in 1.5.23)"
6103 msgstr ""
6104
6105 #. type: =head2
6106 #: ../src/guestfs-actions.pod:199
6107 msgid "guestfs_add_drive_opts_va"
6108 msgstr ""
6109
6110 #. type: verbatim
6111 #: ../src/guestfs-actions.pod:201
6112 #, no-wrap
6113 msgid ""
6114 " int\n"
6115 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6116 "                            const char *filename,\n"
6117 "                            va_list args);\n"
6118 "\n"
6119 msgstr ""
6120
6121 #. type: textblock
6122 #: ../src/guestfs-actions.pod:206
6123 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6124 msgstr ""
6125
6126 #. type: =head2
6127 #: ../src/guestfs-actions.pod:210
6128 msgid "guestfs_add_drive_opts_argv"
6129 msgstr ""
6130
6131 #. type: verbatim
6132 #: ../src/guestfs-actions.pod:212
6133 #, no-wrap
6134 msgid ""
6135 " int\n"
6136 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6137 "                              const char *filename,\n"
6138 "                              const struct guestfs_add_drive_opts_argv "
6139 "*optargs);\n"
6140 "\n"
6141 msgstr ""
6142
6143 #. type: textblock
6144 #: ../src/guestfs-actions.pod:217
6145 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6146 msgstr ""
6147
6148 #. type: =head2
6149 #: ../src/guestfs-actions.pod:221
6150 msgid "guestfs_add_drive_ro"
6151 msgstr ""
6152
6153 #. type: verbatim
6154 #: ../src/guestfs-actions.pod:223
6155 #, no-wrap
6156 msgid ""
6157 " int\n"
6158 " guestfs_add_drive_ro (guestfs_h *g,\n"
6159 "                       const char *filename);\n"
6160 "\n"
6161 msgstr ""
6162
6163 #. type: textblock
6164 #: ../src/guestfs-actions.pod:227
6165 msgid ""
6166 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6167 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6168 "disk is added read-only, with the format being detected automatically."
6169 msgstr ""
6170
6171 #. type: textblock
6172 #: ../src/guestfs-actions.pod:234
6173 msgid "(Added in 1.0.38)"
6174 msgstr ""
6175
6176 #. type: =head2
6177 #: ../src/guestfs-actions.pod:236
6178 msgid "guestfs_add_drive_ro_with_if"
6179 msgstr ""
6180
6181 #. type: verbatim
6182 #: ../src/guestfs-actions.pod:238
6183 #, no-wrap
6184 msgid ""
6185 " int\n"
6186 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6187 "                               const char *filename,\n"
6188 "                               const char *iface);\n"
6189 "\n"
6190 msgstr ""
6191
6192 #. type: textblock
6193 #: ../src/guestfs-actions.pod:243
6194 msgid ""
6195 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6196 "QEMU interface emulation to use at run time."
6197 msgstr ""
6198
6199 #. type: textblock
6200 #: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276 ../src/guestfs-actions.pod:2353
6201 msgid "(Added in 1.0.84)"
6202 msgstr ""
6203
6204 #. type: =head2
6205 #: ../src/guestfs-actions.pod:257
6206 msgid "guestfs_add_drive_with_if"
6207 msgstr ""
6208
6209 #. type: verbatim
6210 #: ../src/guestfs-actions.pod:259
6211 #, no-wrap
6212 msgid ""
6213 " int\n"
6214 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6215 "                            const char *filename,\n"
6216 "                            const char *iface);\n"
6217 "\n"
6218 msgstr ""
6219
6220 #. type: textblock
6221 #: ../src/guestfs-actions.pod:264
6222 msgid ""
6223 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6224 "QEMU interface emulation to use at run time."
6225 msgstr ""
6226
6227 #. type: =head2
6228 #: ../src/guestfs-actions.pod:278
6229 msgid "guestfs_aug_clear"
6230 msgstr ""
6231
6232 #. type: verbatim
6233 #: ../src/guestfs-actions.pod:280
6234 #, no-wrap
6235 msgid ""
6236 " int\n"
6237 " guestfs_aug_clear (guestfs_h *g,\n"
6238 "                    const char *augpath);\n"
6239 "\n"
6240 msgstr ""
6241
6242 #. type: textblock
6243 #: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183
6244 msgid ""
6245 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6246 "L<augtool(1)> C<clear> command."
6247 msgstr ""
6248
6249 #. type: textblock
6250 #: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2103
6251 msgid "(Added in 1.3.4)"
6252 msgstr ""
6253
6254 #. type: =head2
6255 #: ../src/guestfs-actions.pod:291
6256 msgid "guestfs_aug_close"
6257 msgstr ""
6258
6259 #. type: verbatim
6260 #: ../src/guestfs-actions.pod:293
6261 #, no-wrap
6262 msgid ""
6263 " int\n"
6264 " guestfs_aug_close (guestfs_h *g);\n"
6265 "\n"
6266 msgstr ""
6267
6268 #. type: textblock
6269 #: ../src/guestfs-actions.pod:296
6270 msgid ""
6271 "Close the current Augeas handle and free up any resources used by it.  After "
6272 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6273 "any other Augeas functions."
6274 msgstr ""
6275
6276 #. type: textblock
6277 #: ../src/guestfs-actions.pod:303 ../src/guestfs-actions.pod:328 ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360 ../src/guestfs-actions.pod:418 ../src/guestfs-actions.pod:438 ../src/guestfs-actions.pod:452 ../src/guestfs-actions.pod:483 ../src/guestfs-actions.pod:497 ../src/guestfs-actions.pod:511 ../src/guestfs-actions.pod:525 ../src/guestfs-actions.pod:543 ../src/guestfs-actions.pod:5493
6278 msgid "(Added in 0.7)"
6279 msgstr ""
6280
6281 #. type: =head2
6282 #: ../src/guestfs-actions.pod:305
6283 msgid "guestfs_aug_defnode"
6284 msgstr ""
6285
6286 #. type: verbatim
6287 #: ../src/guestfs-actions.pod:307
6288 #, no-wrap
6289 msgid ""
6290 " struct guestfs_int_bool *\n"
6291 " guestfs_aug_defnode (guestfs_h *g,\n"
6292 "                      const char *name,\n"
6293 "                      const char *expr,\n"
6294 "                      const char *val);\n"
6295 "\n"
6296 msgstr ""
6297
6298 #. type: textblock
6299 #: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199
6300 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6301 msgstr ""
6302
6303 #. type: textblock
6304 #: ../src/guestfs-actions.pod:316
6305 msgid ""
6306 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6307 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6308 "containing that single node."
6309 msgstr ""
6310
6311 #. type: textblock
6312 #: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206
6313 msgid ""
6314 "On success this returns a pair containing the number of nodes in the "
6315 "nodeset, and a boolean flag if a node was created."
6316 msgstr ""
6317
6318 #. type: textblock
6319 #: ../src/guestfs-actions.pod:324
6320 msgid ""
6321 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6322 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6323 msgstr ""
6324
6325 #. type: =head2
6326 #: ../src/guestfs-actions.pod:330
6327 msgid "guestfs_aug_defvar"
6328 msgstr ""
6329
6330 #. type: verbatim
6331 #: ../src/guestfs-actions.pod:332
6332 #, no-wrap
6333 msgid ""
6334 " int\n"
6335 " guestfs_aug_defvar (guestfs_h *g,\n"
6336 "                     const char *name,\n"
6337 "                     const char *expr);\n"
6338 "\n"
6339 msgstr ""
6340
6341 #. type: textblock
6342 #: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214
6343 msgid ""
6344 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6345 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6346 msgstr ""
6347
6348 #. type: textblock
6349 #: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218
6350 msgid ""
6351 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6352 "evaluates to something which is not a nodeset."
6353 msgstr ""
6354
6355 #. type: =head2
6356 #: ../src/guestfs-actions.pod:348
6357 msgid "guestfs_aug_get"
6358 msgstr ""
6359
6360 #. type: verbatim
6361 #: ../src/guestfs-actions.pod:350
6362 #, no-wrap
6363 msgid ""
6364 " char *\n"
6365 " guestfs_aug_get (guestfs_h *g,\n"
6366 "                  const char *augpath);\n"
6367 "\n"
6368 msgstr ""
6369
6370 #. type: textblock
6371 #: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225
6372 msgid ""
6373 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6374 "node, the C<value> is returned."
6375 msgstr ""
6376
6377 #. type: textblock
6378 #: ../src/guestfs-actions.pod:357 ../src/guestfs-actions.pod:857 ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:935 ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:1054 ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201 ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1354 ../src/guestfs-actions.pod:1542 ../src/guestfs-actions.pod:1654 ../src/guestfs-actions.pod:1817 ../src/guestfs-actions.pod:1834 ../src/guestfs-actions.pod:1901 ../src/guestfs-actions.pod:1935 ../src/guestfs-actions.pod:1956 ../src/guestfs-actions.pod:2126 ../src/guestfs-actions.pod:2318 ../src/guestfs-actions.pod:2525 ../src/guestfs-actions.pod:2618 ../src/guestfs-actions.pod:2729 ../src/guestfs-actions.pod:2749 ../src/guestfs-actions.pod:2869 ../src/guestfs-actions.pod:2900 ../src/guestfs-actions.pod:2924 ../src/guestfs-actions.pod:2961 ../src/guestfs-actions.pod:3021 ../src/guestfs-actions.pod:3044 ../src/guestfs-actions.pod:3065 ../src/guestfs-actions.pod:3637 ../src/guestfs-actions.pod:3987 ../src/guestfs-actions.pod:4157 ../src/guestfs-actions.pod:4267 ../src/guestfs-actions.pod:5028 ../src/guestfs-actions.pod:5221 ../src/guestfs-actions.pod:5391 ../src/guestfs-actions.pod:5569 ../src/guestfs-actions.pod:5618 ../src/guestfs-actions.pod:6251 ../src/guestfs-actions.pod:6267 ../src/guestfs-actions.pod:6284 ../src/guestfs-actions.pod:6315 ../src/guestfs-actions.pod:6989 ../src/guestfs-actions.pod:7008 ../src/guestfs-actions.pod:7026 ../src/guestfs-actions.pod:7206 ../src/guestfs-actions.pod:7485
6379 msgid ""
6380 "This function returns a string, or NULL on error.  I<The caller must free "
6381 "the returned string after use>."
6382 msgstr ""
6383
6384 #. type: =head2
6385 #: ../src/guestfs-actions.pod:362
6386 msgid "guestfs_aug_init"
6387 msgstr ""
6388
6389 #. type: verbatim
6390 #: ../src/guestfs-actions.pod:364
6391 #, no-wrap
6392 msgid ""
6393 " int\n"
6394 " guestfs_aug_init (guestfs_h *g,\n"
6395 "                   const char *root,\n"
6396 "                   int flags);\n"
6397 "\n"
6398 msgstr ""
6399
6400 #. type: textblock
6401 #: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232
6402 msgid ""
6403 "Create a new Augeas handle for editing configuration files.  If there was "
6404 "any previous Augeas handle associated with this guestfs session, then it is "
6405 "closed."
6406 msgstr ""
6407
6408 #. type: textblock
6409 #: ../src/guestfs-actions.pod:373
6410 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6411 msgstr ""
6412
6413 #. type: textblock
6414 #: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239
6415 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6416 msgstr ""
6417
6418 #. type: textblock
6419 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242
6420 msgid ""
6421 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6422 "logical I<or> of the following integers:"
6423 msgstr ""
6424
6425 #. type: =item
6426 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248
6427 msgid "C<AUG_SAVE_BACKUP> = 1"
6428 msgstr ""
6429
6430 #. type: textblock
6431 #: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250
6432 msgid "Keep the original file with a C<.augsave> extension."
6433 msgstr ""
6434
6435 #. type: =item
6436 #: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252
6437 msgid "C<AUG_SAVE_NEWFILE> = 2"
6438 msgstr ""
6439
6440 #. type: textblock
6441 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254
6442 msgid ""
6443 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6444 "original.  Overrides C<AUG_SAVE_BACKUP>."
6445 msgstr ""
6446
6447 #. type: =item
6448 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257
6449 msgid "C<AUG_TYPE_CHECK> = 4"
6450 msgstr ""
6451
6452 #. type: textblock
6453 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259
6454 msgid "Typecheck lenses (can be expensive)."
6455 msgstr ""
6456
6457 #. type: =item
6458 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261
6459 msgid "C<AUG_NO_STDINC> = 8"
6460 msgstr ""
6461
6462 #. type: textblock
6463 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263
6464 msgid "Do not use standard load path for modules."
6465 msgstr ""
6466
6467 #. type: =item
6468 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265
6469 msgid "C<AUG_SAVE_NOOP> = 16"
6470 msgstr ""
6471
6472 #. type: textblock
6473 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267
6474 msgid "Make save a no-op, just record what would have been changed."
6475 msgstr ""
6476
6477 #. type: =item
6478 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269
6479 msgid "C<AUG_NO_LOAD> = 32"
6480 msgstr ""
6481
6482 #. type: textblock
6483 #: ../src/guestfs-actions.pod:408
6484 msgid "Do not load the tree in C<guestfs_aug_init>."
6485 msgstr ""
6486
6487 #. type: textblock
6488 #: ../src/guestfs-actions.pod:412
6489 msgid "To close the handle, you can call C<guestfs_aug_close>."
6490 msgstr ""
6491
6492 #. type: textblock
6493 #: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277
6494 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6495 msgstr ""
6496
6497 #. type: =head2
6498 #: ../src/guestfs-actions.pod:420
6499 msgid "guestfs_aug_insert"
6500 msgstr ""
6501
6502 #. type: verbatim
6503 #: ../src/guestfs-actions.pod:422
6504 #, no-wrap
6505 msgid ""
6506 " int\n"
6507 " guestfs_aug_insert (guestfs_h *g,\n"
6508 "                     const char *augpath,\n"
6509 "                     const char *label,\n"
6510 "                     int before);\n"
6511 "\n"
6512 msgstr ""
6513
6514 #. type: textblock
6515 #: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283
6516 msgid ""
6517 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6518 "or after C<path> (depending on the boolean flag C<before>)."
6519 msgstr ""
6520
6521 #. type: textblock
6522 #: ../src/guestfs-actions.pod:432 ../fish/guestfish-actions.pod:287
6523 msgid ""
6524 "C<path> must match exactly one existing node in the tree, and C<label> must "
6525 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6526 msgstr ""
6527
6528 #. type: =head2
6529 #: ../src/guestfs-actions.pod:440
6530 msgid "guestfs_aug_load"
6531 msgstr ""
6532
6533 #. type: verbatim
6534 #: ../src/guestfs-actions.pod:442
6535 #, no-wrap
6536 msgid ""
6537 " int\n"
6538 " guestfs_aug_load (guestfs_h *g);\n"
6539 "\n"
6540 msgstr ""
6541
6542 #. type: textblock
6543 #: ../src/guestfs-actions.pod:445 ../fish/guestfish-actions.pod:295
6544 msgid "Load files into the tree."
6545 msgstr ""
6546
6547 #. type: textblock
6548 #: ../src/guestfs-actions.pod:447 ../fish/guestfish-actions.pod:297
6549 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6550 msgstr ""
6551
6552 #. type: =head2
6553 #: ../src/guestfs-actions.pod:454
6554 msgid "guestfs_aug_ls"
6555 msgstr ""
6556
6557 #. type: verbatim
6558 #: ../src/guestfs-actions.pod:456
6559 #, no-wrap
6560 msgid ""
6561 " char **\n"
6562 " guestfs_aug_ls (guestfs_h *g,\n"
6563 "                 const char *augpath);\n"
6564 "\n"
6565 msgstr ""
6566
6567 #. type: textblock
6568 #: ../src/guestfs-actions.pod:460
6569 msgid ""
6570 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6571 "sorting the resulting nodes into alphabetical order."
6572 msgstr ""
6573
6574 #. type: textblock
6575 #: ../src/guestfs-actions.pod:463 ../src/guestfs-actions.pod:479 ../src/guestfs-actions.pod:625 ../src/guestfs-actions.pod:1073 ../src/guestfs-actions.pod:1369 ../src/guestfs-actions.pod:1388 ../src/guestfs-actions.pod:1491 ../src/guestfs-actions.pod:1510 ../src/guestfs-actions.pod:1756 ../src/guestfs-actions.pod:2198 ../src/guestfs-actions.pod:2214 ../src/guestfs-actions.pod:2233 ../src/guestfs-actions.pod:2276 ../src/guestfs-actions.pod:2300 ../src/guestfs-actions.pod:2371 ../src/guestfs-actions.pod:2420 ../src/guestfs-actions.pod:2687 ../src/guestfs-actions.pod:2978 ../src/guestfs-actions.pod:3267 ../src/guestfs-actions.pod:3557 ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3724 ../src/guestfs-actions.pod:4129 ../src/guestfs-actions.pod:4834 ../src/guestfs-actions.pod:5363 ../src/guestfs-actions.pod:5489 ../src/guestfs-actions.pod:5603 ../src/guestfs-actions.pod:6331 ../src/guestfs-actions.pod:6392 ../src/guestfs-actions.pod:6447 ../src/guestfs-actions.pod:6593 ../src/guestfs-actions.pod:6617 ../src/guestfs-actions.pod:7099 ../src/guestfs-actions.pod:7119 ../src/guestfs-actions.pod:7166 ../src/guestfs-actions.pod:7338 ../src/guestfs-actions.pod:7357 ../src/guestfs-actions.pod:7442 ../src/guestfs-actions.pod:7461 ../src/guestfs-actions.pod:7507 ../src/guestfs-actions.pod:7526
6576 msgid ""
6577 "This function returns a NULL-terminated array of strings (like "
6578 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
6579 "strings and the array after use>."
6580 msgstr ""
6581
6582 #. type: textblock
6583 #: ../src/guestfs-actions.pod:467 ../src/guestfs-actions.pod:998 ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1426 ../src/guestfs-actions.pod:3345 ../src/guestfs-actions.pod:3376 ../src/guestfs-actions.pod:3970 ../src/guestfs-actions.pod:4020 ../src/guestfs-actions.pod:4207 ../src/guestfs-actions.pod:4240 ../src/guestfs-actions.pod:4403 ../src/guestfs-actions.pod:4838 ../src/guestfs-actions.pod:5304 ../src/guestfs-actions.pod:5699 ../src/guestfs-actions.pod:5713 ../src/guestfs-actions.pod:5725 ../src/guestfs-actions.pod:6172 ../src/guestfs-actions.pod:6831 ../src/guestfs-actions.pod:6844 ../src/guestfs-actions.pod:7083 ../src/guestfs-actions.pod:7326
6584 msgid "(Added in 0.8)"
6585 msgstr ""
6586
6587 #. type: =head2
6588 #: ../src/guestfs-actions.pod:469
6589 msgid "guestfs_aug_match"
6590 msgstr ""
6591
6592 #. type: verbatim
6593 #: ../src/guestfs-actions.pod:471
6594 #, no-wrap
6595 msgid ""
6596 " char **\n"
6597 " guestfs_aug_match (guestfs_h *g,\n"
6598 "                    const char *augpath);\n"
6599 "\n"
6600 msgstr ""
6601
6602 #. type: textblock
6603 #: ../src/guestfs-actions.pod:475 ../fish/guestfish-actions.pod:311
6604 msgid ""
6605 "Returns a list of paths which match the path expression C<path>.  The "
6606 "returned paths are sufficiently qualified so that they match exactly one "
6607 "node in the current tree."
6608 msgstr ""
6609
6610 #. type: =head2
6611 #: ../src/guestfs-actions.pod:485
6612 msgid "guestfs_aug_mv"
6613 msgstr ""
6614
6615 #. type: verbatim
6616 #: ../src/guestfs-actions.pod:487
6617 #, no-wrap
6618 msgid ""
6619 " int\n"
6620 " guestfs_aug_mv (guestfs_h *g,\n"
6621 "                 const char *src,\n"
6622 "                 const char *dest);\n"
6623 "\n"
6624 msgstr ""
6625
6626 #. type: textblock
6627 #: ../src/guestfs-actions.pod:492 ../fish/guestfish-actions.pod:319
6628 msgid ""
6629 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6630 "C<dest> is overwritten if it exists."
6631 msgstr ""
6632
6633 #. type: =head2
6634 #: ../src/guestfs-actions.pod:499
6635 msgid "guestfs_aug_rm"
6636 msgstr ""
6637
6638 #. type: verbatim
6639 #: ../src/guestfs-actions.pod:501
6640 #, no-wrap
6641 msgid ""
6642 " int\n"
6643 " guestfs_aug_rm (guestfs_h *g,\n"
6644 "                 const char *augpath);\n"
6645 "\n"
6646 msgstr ""
6647
6648 #. type: textblock
6649 #: ../src/guestfs-actions.pod:505 ../fish/guestfish-actions.pod:326
6650 msgid "Remove C<path> and all of its children."
6651 msgstr ""
6652
6653 #. type: textblock
6654 #: ../src/guestfs-actions.pod:507 ../fish/guestfish-actions.pod:328
6655 msgid "On success this returns the number of entries which were removed."
6656 msgstr ""
6657
6658 #. type: =head2
6659 #: ../src/guestfs-actions.pod:513
6660 msgid "guestfs_aug_save"
6661 msgstr ""
6662
6663 #. type: verbatim
6664 #: ../src/guestfs-actions.pod:515
6665 #, no-wrap
6666 msgid ""
6667 " int\n"
6668 " guestfs_aug_save (guestfs_h *g);\n"
6669 "\n"
6670 msgstr ""
6671
6672 #. type: textblock
6673 #: ../src/guestfs-actions.pod:518 ../fish/guestfish-actions.pod:334
6674 msgid "This writes all pending changes to disk."
6675 msgstr ""
6676
6677 #. type: textblock
6678 #: ../src/guestfs-actions.pod:520
6679 msgid ""
6680 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6681 "are saved."
6682 msgstr ""
6683
6684 #. type: =head2
6685 #: ../src/guestfs-actions.pod:527
6686 msgid "guestfs_aug_set"
6687 msgstr ""
6688
6689 #. type: verbatim
6690 #: ../src/guestfs-actions.pod:529
6691 #, no-wrap
6692 msgid ""
6693 " int\n"
6694 " guestfs_aug_set (guestfs_h *g,\n"
6695 "                  const char *augpath,\n"
6696 "                  const char *val);\n"
6697 "\n"
6698 msgstr ""
6699
6700 #. type: textblock
6701 #: ../src/guestfs-actions.pod:534 ../fish/guestfish-actions.pod:343
6702 msgid "Set the value associated with C<path> to C<val>."
6703 msgstr ""
6704
6705 #. type: textblock
6706 #: ../src/guestfs-actions.pod:536
6707 msgid ""
6708 "In the Augeas API, it is possible to clear a node by setting the value to "
6709 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6710 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6711 msgstr ""
6712
6713 #. type: =head2
6714 #: ../src/guestfs-actions.pod:545
6715 msgid "guestfs_available"
6716 msgstr ""
6717
6718 #. type: verbatim
6719 #: ../src/guestfs-actions.pod:547
6720 #, no-wrap
6721 msgid ""
6722 " int\n"
6723 " guestfs_available (guestfs_h *g,\n"
6724 "                    char *const *groups);\n"
6725 "\n"
6726 msgstr ""
6727
6728 #. type: textblock
6729 #: ../src/guestfs-actions.pod:551 ../fish/guestfish-actions.pod:354
6730 msgid ""
6731 "This command is used to check the availability of some groups of "
6732 "functionality in the appliance, which not all builds of the libguestfs "
6733 "appliance will be able to provide."
6734 msgstr ""
6735
6736 #. type: textblock
6737 #: ../src/guestfs-actions.pod:555
6738 msgid ""
6739 "The libguestfs groups, and the functions that those groups correspond to, "
6740 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6741 "runtime by calling C<guestfs_available_all_groups>."
6742 msgstr ""
6743
6744 #. type: textblock
6745 #: ../src/guestfs-actions.pod:560 ../fish/guestfish-actions.pod:363
6746 msgid ""
6747 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
6748 "\"augeas\"]> would check for the availability of the Linux inotify functions "
6749 "and Augeas (configuration file editing) functions."
6750 msgstr ""
6751
6752 #. type: textblock
6753 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
6754 msgid "The command returns no error if I<all> requested groups are available."
6755 msgstr ""
6756
6757 #. type: textblock
6758 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:370
6759 msgid ""
6760 "It fails with an error if one or more of the requested groups is unavailable "
6761 "in the appliance."
6762 msgstr ""
6763
6764 #. type: textblock
6765 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
6766 msgid ""
6767 "If an unknown group name is included in the list of groups then an error is "
6768 "always returned."
6769 msgstr ""
6770
6771 #. type: textblock
6772 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:376
6773 msgid "I<Notes:>"
6774 msgstr ""
6775
6776 #. type: textblock
6777 #: ../src/guestfs-actions.pod:579
6778 msgid "You must call C<guestfs_launch> before calling this function."
6779 msgstr ""
6780
6781 #. type: textblock
6782 #: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:384
6783 msgid ""
6784 "The reason is because we don't know what groups are supported by the "
6785 "appliance/daemon until it is running and can be queried."
6786 msgstr ""
6787
6788 #. type: textblock
6789 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:390
6790 msgid ""
6791 "If a group of functions is available, this does not necessarily mean that "
6792 "they will work.  You still have to check for errors when calling individual "
6793 "API functions even if they are available."
6794 msgstr ""
6795
6796 #. type: textblock
6797 #: ../src/guestfs-actions.pod:594 ../fish/guestfish-actions.pod:397
6798 msgid ""
6799 "It is usually the job of distro packagers to build complete functionality "
6800 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6801 "with all requirements satisfied, will support everything."
6802 msgstr ""
6803
6804 #. type: textblock
6805 #: ../src/guestfs-actions.pod:601
6806 msgid ""
6807 "This call was added in version C<1.0.80>.  In previous versions of "
6808 "libguestfs all you could do would be to speculatively execute a command to "
6809 "find out if the daemon implemented it.  See also C<guestfs_version>."
6810 msgstr ""
6811
6812 #. type: textblock
6813 #: ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:1171
6814 msgid "(Added in 1.0.80)"
6815 msgstr ""
6816
6817 #. type: =head2
6818 #: ../src/guestfs-actions.pod:612
6819 msgid "guestfs_available_all_groups"
6820 msgstr ""
6821
6822 #. type: verbatim
6823 #: ../src/guestfs-actions.pod:614
6824 #, no-wrap
6825 msgid ""
6826 " char **\n"
6827 " guestfs_available_all_groups (guestfs_h *g);\n"
6828 "\n"
6829 msgstr ""
6830
6831 #. type: textblock
6832 #: ../src/guestfs-actions.pod:617
6833 msgid ""
6834 "This command returns a list of all optional groups that this daemon knows "
6835 "about.  Note this returns both supported and unsupported groups.  To find "
6836 "out which ones the daemon can actually support you have to call "
6837 "C<guestfs_available> on each member of the returned list."
6838 msgstr ""
6839
6840 #. type: textblock
6841 #: ../src/guestfs-actions.pod:623
6842 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6843 msgstr ""
6844
6845 #. type: textblock
6846 #: ../src/guestfs-actions.pod:629
6847 msgid "(Added in 1.3.15)"
6848 msgstr ""
6849
6850 #. type: =head2
6851 #: ../src/guestfs-actions.pod:631
6852 msgid "guestfs_base64_in"
6853 msgstr ""
6854
6855 #. type: verbatim
6856 #: ../src/guestfs-actions.pod:633
6857 #, no-wrap
6858 msgid ""
6859 " int\n"
6860 " guestfs_base64_in (guestfs_h *g,\n"
6861 "                    const char *base64file,\n"
6862 "                    const char *filename);\n"
6863 "\n"
6864 msgstr ""
6865
6866 #. type: textblock
6867 #: ../src/guestfs-actions.pod:638 ../fish/guestfish-actions.pod:427
6868 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6869 msgstr ""
6870
6871 #. type: textblock
6872 #: ../src/guestfs-actions.pod:643 ../src/guestfs-actions.pod:657
6873 msgid "(Added in 1.3.5)"
6874 msgstr ""
6875
6876 #. type: =head2
6877 #: ../src/guestfs-actions.pod:645
6878 msgid "guestfs_base64_out"
6879 msgstr ""
6880
6881 #. type: verbatim
6882 #: ../src/guestfs-actions.pod:647
6883 #, no-wrap
6884 msgid ""
6885 " int\n"
6886 " guestfs_base64_out (guestfs_h *g,\n"
6887 "                     const char *filename,\n"
6888 "                     const char *base64file);\n"
6889 "\n"
6890 msgstr ""
6891
6892 #. type: textblock
6893 #: ../src/guestfs-actions.pod:652 ../fish/guestfish-actions.pod:436
6894 msgid ""
6895 "This command downloads the contents of C<filename>, writing it out to local "
6896 "file C<base64file> encoded as base64."
6897 msgstr ""
6898
6899 #. type: =head2
6900 #: ../src/guestfs-actions.pod:659
6901 msgid "guestfs_blockdev_flushbufs"
6902 msgstr ""
6903
6904 #. type: verbatim
6905 #: ../src/guestfs-actions.pod:661
6906 #, no-wrap
6907 msgid ""
6908 " int\n"
6909 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6910 "                             const char *device);\n"
6911 "\n"
6912 msgstr ""
6913
6914 #. type: textblock
6915 #: ../src/guestfs-actions.pod:665 ../fish/guestfish-actions.pod:445
6916 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6917 msgstr ""
6918
6919 #. type: textblock
6920 #: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:685 ../src/guestfs-actions.pod:700 ../src/guestfs-actions.pod:716 ../src/guestfs-actions.pod:734 ../src/guestfs-actions.pod:753 ../src/guestfs-actions.pod:767 ../src/guestfs-actions.pod:785 ../src/guestfs-actions.pod:799 ../src/guestfs-actions.pod:813 ../fish/guestfish-actions.pod:448 ../fish/guestfish-actions.pod:459 ../fish/guestfish-actions.pod:468 ../fish/guestfish-actions.pod:478 ../fish/guestfish-actions.pod:490 ../fish/guestfish-actions.pod:503 ../fish/guestfish-actions.pod:511 ../fish/guestfish-actions.pod:522 ../fish/guestfish-actions.pod:530 ../fish/guestfish-actions.pod:538
6921 msgid "This uses the L<blockdev(8)> command."
6922 msgstr ""
6923
6924 #. type: textblock
6925 #: ../src/guestfs-actions.pod:672 ../src/guestfs-actions.pod:689 ../src/guestfs-actions.pod:704 ../src/guestfs-actions.pod:720 ../src/guestfs-actions.pod:738 ../src/guestfs-actions.pod:757 ../src/guestfs-actions.pod:771 ../src/guestfs-actions.pod:789 ../src/guestfs-actions.pod:803 ../src/guestfs-actions.pod:817
6926 msgid "(Added in 0.9.3)"
6927 msgstr ""
6928
6929 #. type: =head2
6930 #: ../src/guestfs-actions.pod:674
6931 msgid "guestfs_blockdev_getbsz"
6932 msgstr ""
6933
6934 #. type: verbatim
6935 #: ../src/guestfs-actions.pod:676
6936 #, no-wrap
6937 msgid ""
6938 " int\n"
6939 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6940 "                          const char *device);\n"
6941 "\n"
6942 msgstr ""
6943
6944 #. type: textblock
6945 #: ../src/guestfs-actions.pod:680 ../fish/guestfish-actions.pod:454
6946 msgid "This returns the block size of a device."
6947 msgstr ""
6948
6949 #. type: textblock
6950 #: ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:782 ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:519
6951 msgid ""
6952 "(Note this is different from both I<size in blocks> and I<filesystem block "
6953 "size>)."
6954 msgstr ""
6955
6956 #. type: =head2
6957 #: ../src/guestfs-actions.pod:691
6958 msgid "guestfs_blockdev_getro"
6959 msgstr ""
6960
6961 #. type: verbatim
6962 #: ../src/guestfs-actions.pod:693
6963 #, no-wrap
6964 msgid ""
6965 " int\n"
6966 " guestfs_blockdev_getro (guestfs_h *g,\n"
6967 "                         const char *device);\n"
6968 "\n"
6969 msgstr ""
6970
6971 #. type: textblock
6972 #: ../src/guestfs-actions.pod:697 ../fish/guestfish-actions.pod:465
6973 msgid ""
6974 "Returns a boolean indicating if the block device is read-only (true if "
6975 "read-only, false if not)."
6976 msgstr ""
6977
6978 #. type: textblock
6979 #: ../src/guestfs-actions.pod:702 ../src/guestfs-actions.pod:1409 ../src/guestfs-actions.pod:1424 ../src/guestfs-actions.pod:1911 ../src/guestfs-actions.pod:1922 ../src/guestfs-actions.pod:1994 ../src/guestfs-actions.pod:2049 ../src/guestfs-actions.pod:2064 ../src/guestfs-actions.pod:2089 ../src/guestfs-actions.pod:2112 ../src/guestfs-actions.pod:3085 ../src/guestfs-actions.pod:3102 ../src/guestfs-actions.pod:3121 ../src/guestfs-actions.pod:3284 ../src/guestfs-actions.pod:3298 ../src/guestfs-actions.pod:3313 ../src/guestfs-actions.pod:3327 ../src/guestfs-actions.pod:3343 ../src/guestfs-actions.pod:3358 ../src/guestfs-actions.pod:3374 ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3401 ../src/guestfs-actions.pod:3415 ../src/guestfs-actions.pod:3430 ../src/guestfs-actions.pod:3445 ../src/guestfs-actions.pod:4992
6980 msgid "This function returns a C truth value on success or -1 on error."
6981 msgstr ""
6982
6983 #. type: =head2
6984 #: ../src/guestfs-actions.pod:706
6985 msgid "guestfs_blockdev_getsize64"
6986 msgstr ""
6987
6988 #. type: verbatim
6989 #: ../src/guestfs-actions.pod:708
6990 #, no-wrap
6991 msgid ""
6992 " int64_t\n"
6993 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
6994 "                             const char *device);\n"
6995 "\n"
6996 msgstr ""
6997
6998 #. type: textblock
6999 #: ../src/guestfs-actions.pod:712 ../fish/guestfish-actions.pod:474
7000 msgid "This returns the size of the device in bytes."
7001 msgstr ""
7002
7003 #. type: textblock
7004 #: ../src/guestfs-actions.pod:714
7005 msgid "See also C<guestfs_blockdev_getsz>."
7006 msgstr ""
7007
7008 #. type: =head2
7009 #: ../src/guestfs-actions.pod:722
7010 msgid "guestfs_blockdev_getss"
7011 msgstr ""
7012
7013 #. type: verbatim
7014 #: ../src/guestfs-actions.pod:724
7015 #, no-wrap
7016 msgid ""
7017 " int\n"
7018 " guestfs_blockdev_getss (guestfs_h *g,\n"
7019 "                         const char *device);\n"
7020 "\n"
7021 msgstr ""
7022
7023 #. type: textblock
7024 #: ../src/guestfs-actions.pod:728 ../fish/guestfish-actions.pod:484
7025 msgid ""
7026 "This returns the size of sectors on a block device.  Usually 512, but can be "
7027 "larger for modern devices."
7028 msgstr ""
7029
7030 #. type: textblock
7031 #: ../src/guestfs-actions.pod:731
7032 msgid ""
7033 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7034 "that)."
7035 msgstr ""
7036
7037 #. type: =head2
7038 #: ../src/guestfs-actions.pod:740
7039 msgid "guestfs_blockdev_getsz"
7040 msgstr ""
7041
7042 #. type: verbatim
7043 #: ../src/guestfs-actions.pod:742
7044 #, no-wrap
7045 msgid ""
7046 " int64_t\n"
7047 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7048 "                         const char *device);\n"
7049 "\n"
7050 msgstr ""
7051
7052 #. type: textblock
7053 #: ../src/guestfs-actions.pod:746 ../fish/guestfish-actions.pod:496
7054 msgid ""
7055 "This returns the size of the device in units of 512-byte sectors (even if "
7056 "the sectorsize isn't 512 bytes ... weird)."
7057 msgstr ""
7058
7059 #. type: textblock
7060 #: ../src/guestfs-actions.pod:749
7061 msgid ""
7062 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7063 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7064 msgstr ""
7065
7066 #. type: =head2
7067 #: ../src/guestfs-actions.pod:759
7068 msgid "guestfs_blockdev_rereadpt"
7069 msgstr ""
7070
7071 #. type: verbatim
7072 #: ../src/guestfs-actions.pod:761
7073 #, no-wrap
7074 msgid ""
7075 " int\n"
7076 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7077 "                            const char *device);\n"
7078 "\n"
7079 msgstr ""
7080
7081 #. type: textblock
7082 #: ../src/guestfs-actions.pod:765 ../fish/guestfish-actions.pod:509
7083 msgid "Reread the partition table on C<device>."
7084 msgstr ""
7085
7086 #. type: =head2
7087 #: ../src/guestfs-actions.pod:773
7088 msgid "guestfs_blockdev_setbsz"
7089 msgstr ""
7090
7091 #. type: verbatim
7092 #: ../src/guestfs-actions.pod:775
7093 #, no-wrap
7094 msgid ""
7095 " int\n"
7096 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7097 "                          const char *device,\n"
7098 "                          int blocksize);\n"
7099 "\n"
7100 msgstr ""
7101
7102 #. type: textblock
7103 #: ../src/guestfs-actions.pod:780 ../fish/guestfish-actions.pod:517
7104 msgid "This sets the block size of a device."
7105 msgstr ""
7106
7107 #. type: =head2
7108 #: ../src/guestfs-actions.pod:791
7109 msgid "guestfs_blockdev_setro"
7110 msgstr ""
7111
7112 #. type: verbatim
7113 #: ../src/guestfs-actions.pod:793
7114 #, no-wrap
7115 msgid ""
7116 " int\n"
7117 " guestfs_blockdev_setro (guestfs_h *g,\n"
7118 "                         const char *device);\n"
7119 "\n"
7120 msgstr ""
7121
7122 #. type: textblock
7123 #: ../src/guestfs-actions.pod:797 ../fish/guestfish-actions.pod:528
7124 msgid "Sets the block device named C<device> to read-only."
7125 msgstr ""
7126
7127 #. type: =head2
7128 #: ../src/guestfs-actions.pod:805
7129 msgid "guestfs_blockdev_setrw"
7130 msgstr ""
7131
7132 #. type: verbatim
7133 #: ../src/guestfs-actions.pod:807
7134 #, no-wrap
7135 msgid ""
7136 " int\n"
7137 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7138 "                         const char *device);\n"
7139 "\n"
7140 msgstr ""
7141
7142 #. type: textblock
7143 #: ../src/guestfs-actions.pod:811 ../fish/guestfish-actions.pod:536
7144 msgid "Sets the block device named C<device> to read-write."
7145 msgstr ""
7146
7147 #. type: =head2
7148 #: ../src/guestfs-actions.pod:819
7149 msgid "guestfs_case_sensitive_path"
7150 msgstr ""
7151
7152 #. type: verbatim
7153 #: ../src/guestfs-actions.pod:821
7154 #, no-wrap
7155 msgid ""
7156 " char *\n"
7157 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7158 "                              const char *path);\n"
7159 "\n"
7160 msgstr ""
7161
7162 #. type: textblock
7163 #: ../src/guestfs-actions.pod:825 ../fish/guestfish-actions.pod:544
7164 msgid ""
7165 "This can be used to resolve case insensitive paths on a filesystem which is "
7166 "case sensitive.  The use case is to resolve paths which you have read from "
7167 "Windows configuration files or the Windows Registry, to the true path."
7168 msgstr ""
7169
7170 #. type: textblock
7171 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
7172 msgid ""
7173 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7174 "(and probably others), which is that although the underlying filesystem is "
7175 "case-insensitive, the driver exports the filesystem to Linux as "
7176 "case-sensitive."
7177 msgstr ""
7178
7179 #. type: textblock
7180 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
7181 msgid ""
7182 "One consequence of this is that special directories such as C<c:\\windows> "
7183 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7184 "precise details of how they were created.  In Windows itself this would not "
7185 "be a problem."
7186 msgstr ""
7187
7188 #. type: textblock
7189 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:560
7190 msgid ""
7191 "Bug or feature? You decide: "
7192 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
7193 msgstr ""
7194
7195 #. type: textblock
7196 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:563
7197 msgid ""
7198 "This function resolves the true case of each element in the path and returns "
7199 "the case-sensitive path."
7200 msgstr ""
7201
7202 #. type: textblock
7203 #: ../src/guestfs-actions.pod:847
7204 msgid ""
7205 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
7206 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7207 "how the directories were originally created under Windows)."
7208 msgstr ""
7209
7210 #. type: textblock
7211 #: ../src/guestfs-actions.pod:852 ../fish/guestfish-actions.pod:571
7212 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7213 msgstr ""
7214
7215 #. type: textblock
7216 #: ../src/guestfs-actions.pod:855
7217 msgid "See also C<guestfs_realpath>."
7218 msgstr ""
7219
7220 #. type: textblock
7221 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:7011
7222 msgid "(Added in 1.0.75)"
7223 msgstr ""
7224
7225 #. type: =head2
7226 #: ../src/guestfs-actions.pod:862
7227 msgid "guestfs_cat"
7228 msgstr ""
7229
7230 #. type: verbatim
7231 #: ../src/guestfs-actions.pod:864
7232 #, no-wrap
7233 msgid ""
7234 " char *\n"
7235 " guestfs_cat (guestfs_h *g,\n"
7236 "              const char *path);\n"
7237 "\n"
7238 msgstr ""
7239
7240 #. type: textblock
7241 #: ../src/guestfs-actions.pod:868 ../src/guestfs-actions.pod:5479 ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3680
7242 msgid "Return the contents of the file named C<path>."
7243 msgstr ""
7244
7245 #. type: textblock
7246 #: ../src/guestfs-actions.pod:870
7247 msgid ""
7248 "Note that this function cannot correctly handle binary files (specifically, "
7249 "files containing C<\\0> character which is treated as end of string).  For "
7250 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7251 "functions which have a more complex interface."
7252 msgstr ""
7253
7254 #. type: textblock
7255 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:1057 ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:1373 ../src/guestfs-actions.pod:1392 ../src/guestfs-actions.pod:1495 ../src/guestfs-actions.pod:1514 ../src/guestfs-actions.pod:1760 ../src/guestfs-actions.pod:2218 ../src/guestfs-actions.pod:2237 ../src/guestfs-actions.pod:2280 ../src/guestfs-actions.pod:2304 ../src/guestfs-actions.pod:2321 ../src/guestfs-actions.pod:2350 ../src/guestfs-actions.pod:5261 ../src/guestfs-actions.pod:5287 ../src/guestfs-actions.pod:5418 ../src/guestfs-actions.pod:5444 ../src/guestfs-actions.pod:5468 ../src/guestfs-actions.pod:6396 ../src/guestfs-actions.pod:6451 ../src/guestfs-actions.pod:6597 ../src/guestfs-actions.pod:6621 ../src/guestfs-actions.pod:7290 ../src/guestfs-actions.pod:7316 ../src/guestfs-actions.pod:7342 ../src/guestfs-actions.pod:7361 ../src/guestfs-actions.pod:7446 ../src/guestfs-actions.pod:7465 ../src/guestfs-actions.pod:7511 ../src/guestfs-actions.pod:7530 ../fish/guestfish-actions.pod:587 ../fish/guestfish-actions.pod:722 ../fish/guestfish-actions.pod:734 ../fish/guestfish-actions.pod:910 ../fish/guestfish-actions.pod:920 ../fish/guestfish-actions.pod:987 ../fish/guestfish-actions.pod:997 ../fish/guestfish-actions.pod:1189 ../fish/guestfish-actions.pod:1490 ../fish/guestfish-actions.pod:1500 ../fish/guestfish-actions.pod:1528 ../fish/guestfish-actions.pod:1543 ../fish/guestfish-actions.pod:1553 ../fish/guestfish-actions.pod:1572 ../fish/guestfish-actions.pod:3550 ../fish/guestfish-actions.pod:3565 ../fish/guestfish-actions.pod:3641 ../fish/guestfish-actions.pod:3658 ../fish/guestfish-actions.pod:3673 ../fish/guestfish-actions.pod:4327 ../fish/guestfish-actions.pod:4373 ../fish/guestfish-actions.pod:4458 ../fish/guestfish-actions.pod:4473 ../fish/guestfish-actions.pod:4883 ../fish/guestfish-actions.pod:4901 ../fish/guestfish-actions.pod:4918 ../fish/guestfish-actions.pod:4928 ../fish/guestfish-actions.pod:4976 ../fish/guestfish-actions.pod:4986 ../fish/guestfish-actions.pod:5015 ../fish/guestfish-actions.pod:5025
7256 msgid ""
7257 "Because of the message protocol, there is a transfer limit of somewhere "
7258 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7259 msgstr ""
7260
7261 #. type: textblock
7262 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:3561 ../src/guestfs-actions.pod:3623 ../src/guestfs-actions.pod:3640 ../src/guestfs-actions.pod:3728 ../src/guestfs-actions.pod:4133 ../src/guestfs-actions.pod:4147 ../src/guestfs-actions.pod:5367 ../src/guestfs-actions.pod:5381 ../src/guestfs-actions.pod:7170 ../src/guestfs-actions.pod:7184
7263 msgid "(Added in 0.4)"
7264 msgstr ""
7265
7266 #. type: =head2
7267 #: ../src/guestfs-actions.pod:883
7268 msgid "guestfs_checksum"
7269 msgstr ""
7270
7271 #. type: verbatim
7272 #: ../src/guestfs-actions.pod:885
7273 #, no-wrap
7274 msgid ""
7275 " char *\n"
7276 " guestfs_checksum (guestfs_h *g,\n"
7277 "                   const char *csumtype,\n"
7278 "                   const char *path);\n"
7279 "\n"
7280 msgstr ""
7281
7282 #. type: textblock
7283 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:594
7284 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7285 msgstr ""
7286
7287 #. type: textblock
7288 #: ../src/guestfs-actions.pod:893 ../fish/guestfish-actions.pod:597
7289 msgid ""
7290 "The type of checksum to compute is given by the C<csumtype> parameter which "
7291 "must have one of the following values:"
7292 msgstr ""
7293
7294 #. type: =item
7295 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
7296 msgid "C<crc>"
7297 msgstr ""
7298
7299 #. type: textblock
7300 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:604
7301 msgid ""
7302 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7303 "C<cksum> command."
7304 msgstr ""
7305
7306 #. type: =item
7307 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
7308 msgid "C<md5>"
7309 msgstr ""
7310
7311 #. type: textblock
7312 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
7313 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7314 msgstr ""
7315
7316 #. type: =item
7317 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:611
7318 msgid "C<sha1>"
7319 msgstr ""
7320
7321 #. type: textblock
7322 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:613
7323 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7324 msgstr ""
7325
7326 #. type: =item
7327 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:615
7328 msgid "C<sha224>"
7329 msgstr ""
7330
7331 #. type: textblock
7332 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:617
7333 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7334 msgstr ""
7335
7336 #. type: =item
7337 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:619
7338 msgid "C<sha256>"
7339 msgstr ""
7340
7341 #. type: textblock
7342 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:621
7343 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7344 msgstr ""
7345
7346 #. type: =item
7347 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:623
7348 msgid "C<sha384>"
7349 msgstr ""
7350
7351 #. type: textblock
7352 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:625
7353 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7354 msgstr ""
7355
7356 #. type: =item
7357 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:627
7358 msgid "C<sha512>"
7359 msgstr ""
7360
7361 #. type: textblock
7362 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:629
7363 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7364 msgstr ""
7365
7366 #. type: textblock
7367 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:633
7368 msgid "The checksum is returned as a printable string."
7369 msgstr ""
7370
7371 #. type: textblock
7372 #: ../src/guestfs-actions.pod:931
7373 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7374 msgstr ""
7375
7376 #. type: textblock
7377 #: ../src/guestfs-actions.pod:933
7378 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7379 msgstr ""
7380
7381 #. type: textblock
7382 #: ../src/guestfs-actions.pod:938 ../src/guestfs-actions.pod:1246 ../src/guestfs-actions.pod:2080 ../src/guestfs-actions.pod:3300 ../src/guestfs-actions.pod:3329 ../src/guestfs-actions.pod:3390 ../src/guestfs-actions.pod:3417 ../src/guestfs-actions.pod:6867
7383 msgid "(Added in 1.0.2)"
7384 msgstr ""
7385
7386 #. type: =head2
7387 #: ../src/guestfs-actions.pod:940
7388 msgid "guestfs_checksum_device"
7389 msgstr ""
7390
7391 #. type: verbatim
7392 #: ../src/guestfs-actions.pod:942
7393 #, no-wrap
7394 msgid ""
7395 " char *\n"
7396 " guestfs_checksum_device (guestfs_h *g,\n"
7397 "                          const char *csumtype,\n"
7398 "                          const char *device);\n"
7399 "\n"
7400 msgstr ""
7401
7402 #. type: textblock
7403 #: ../src/guestfs-actions.pod:947
7404 msgid ""
7405 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7406 "device named C<device>.  For the types of checksums supported see the "
7407 "C<guestfs_checksum> command."
7408 msgstr ""
7409
7410 #. type: textblock
7411 #: ../src/guestfs-actions.pod:954 ../src/guestfs-actions.pod:4898 ../src/guestfs-actions.pod:4957 ../src/guestfs-actions.pod:4994 ../src/guestfs-actions.pod:5012 ../src/guestfs-actions.pod:5188 ../src/guestfs-actions.pod:6776 ../src/guestfs-actions.pod:6790 ../src/guestfs-actions.pod:7196
7412 msgid "(Added in 1.3.2)"
7413 msgstr ""
7414
7415 #. type: =head2
7416 #: ../src/guestfs-actions.pod:956
7417 msgid "guestfs_checksums_out"
7418 msgstr ""
7419
7420 #. type: verbatim
7421 #: ../src/guestfs-actions.pod:958
7422 #, no-wrap
7423 msgid ""
7424 " int\n"
7425 " guestfs_checksums_out (guestfs_h *g,\n"
7426 "                        const char *csumtype,\n"
7427 "                        const char *directory,\n"
7428 "                        const char *sumsfile);\n"
7429 "\n"
7430 msgstr ""
7431
7432 #. type: textblock
7433 #: ../src/guestfs-actions.pod:964 ../fish/guestfish-actions.pod:651
7434 msgid ""
7435 "This command computes the checksums of all regular files in C<directory> and "
7436 "then emits a list of those checksums to the local output file C<sumsfile>."
7437 msgstr ""
7438
7439 #. type: textblock
7440 #: ../src/guestfs-actions.pod:968 ../fish/guestfish-actions.pod:655
7441 msgid ""
7442 "This can be used for verifying the integrity of a virtual machine.  However "
7443 "to be properly secure you should pay attention to the output of the checksum "
7444 "command (it uses the ones from GNU coreutils).  In particular when the "
7445 "filename is not printable, coreutils uses a special backslash syntax.  For "
7446 "more information, see the GNU coreutils info file."
7447 msgstr ""
7448
7449 #. type: textblock
7450 #: ../src/guestfs-actions.pod:978
7451 msgid "(Added in 1.3.7)"
7452 msgstr ""
7453
7454 #. type: =head2
7455 #: ../src/guestfs-actions.pod:980
7456 msgid "guestfs_chmod"
7457 msgstr ""
7458
7459 #. type: verbatim
7460 #: ../src/guestfs-actions.pod:982
7461 #, no-wrap
7462 msgid ""
7463 " int\n"
7464 " guestfs_chmod (guestfs_h *g,\n"
7465 "                int mode,\n"
7466 "                const char *path);\n"
7467 "\n"
7468 msgstr ""
7469
7470 #. type: textblock
7471 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:669
7472 msgid ""
7473 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7474 "supported."
7475 msgstr ""
7476
7477 #. type: textblock
7478 #: ../src/guestfs-actions.pod:990 ../fish/guestfish-actions.pod:672
7479 msgid ""
7480 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7481 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7482 "C<700>."
7483 msgstr ""
7484
7485 #. type: textblock
7486 #: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:4384 ../src/guestfs-actions.pod:4581 ../src/guestfs-actions.pod:4600 ../src/guestfs-actions.pod:4619 ../fish/guestfish-actions.pod:676 ../fish/guestfish-actions.pod:2980 ../fish/guestfish-actions.pod:3109 ../fish/guestfish-actions.pod:3119 ../fish/guestfish-actions.pod:3129
7487 msgid "The mode actually set is affected by the umask."
7488 msgstr ""
7489
7490 #. type: =head2
7491 #: ../src/guestfs-actions.pod:1000
7492 msgid "guestfs_chown"
7493 msgstr ""
7494
7495 #. type: verbatim
7496 #: ../src/guestfs-actions.pod:1002
7497 #, no-wrap
7498 msgid ""
7499 " int\n"
7500 " guestfs_chown (guestfs_h *g,\n"
7501 "                int owner,\n"
7502 "                int group,\n"
7503 "                const char *path);\n"
7504 "\n"
7505 msgstr ""
7506
7507 #. type: textblock
7508 #: ../src/guestfs-actions.pod:1008 ../fish/guestfish-actions.pod:682
7509 msgid "Change the file owner to C<owner> and group to C<group>."
7510 msgstr ""
7511
7512 #. type: textblock
7513 #: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:3492 ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2438
7514 msgid ""
7515 "Only numeric uid and gid are supported.  If you want to use names, you will "
7516 "need to locate and parse the password file yourself (Augeas support makes "
7517 "this relatively easy)."
7518 msgstr ""
7519
7520 #. type: =head2
7521 #: ../src/guestfs-actions.pod:1018
7522 msgid "guestfs_command"
7523 msgstr ""
7524
7525 #. type: verbatim
7526 #: ../src/guestfs-actions.pod:1020
7527 #, no-wrap
7528 msgid ""
7529 " char *\n"
7530 " guestfs_command (guestfs_h *g,\n"
7531 "                  char *const *arguments);\n"
7532 "\n"
7533 msgstr ""
7534
7535 #. type: textblock
7536 #: ../src/guestfs-actions.pod:1024 ../fish/guestfish-actions.pod:692
7537 msgid ""
7538 "This call runs a command from the guest filesystem.  The filesystem must be "
7539 "mounted, and must contain a compatible operating system (ie. something "
7540 "Linux, with the same or compatible processor architecture)."
7541 msgstr ""
7542
7543 #. type: textblock
7544 #: ../src/guestfs-actions.pod:1029
7545 msgid ""
7546 "The single parameter is an argv-style list of arguments.  The first element "
7547 "is the name of the program to run.  Subsequent elements are parameters.  The "
7548 "list must be non-empty (ie. must contain a program name).  Note that the "
7549 "command runs directly, and is I<not> invoked via the shell (see "
7550 "C<guestfs_sh>)."
7551 msgstr ""
7552
7553 #. type: textblock
7554 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:704
7555 msgid "The return value is anything printed to I<stdout> by the command."
7556 msgstr ""
7557
7558 #. type: textblock
7559 #: ../src/guestfs-actions.pod:1039 ../fish/guestfish-actions.pod:707
7560 msgid ""
7561 "If the command returns a non-zero exit status, then this function returns an "
7562 "error message.  The error message string is the content of I<stderr> from "
7563 "the command."
7564 msgstr ""
7565
7566 #. type: textblock
7567 #: ../src/guestfs-actions.pod:1043 ../fish/guestfish-actions.pod:711
7568 msgid ""
7569 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
7570 "C</bin>.  If you require a program from another location, you should provide "
7571 "the full path in the first parameter."
7572 msgstr ""
7573
7574 #. type: textblock
7575 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
7576 msgid ""
7577 "Shared libraries and data files required by the program must be available on "
7578 "filesystems which are mounted in the correct places.  It is the caller's "
7579 "responsibility to ensure all filesystems that are needed are mounted at the "
7580 "right locations."
7581 msgstr ""
7582
7583 #. type: textblock
7584 #: ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1080 ../src/guestfs-actions.pod:1545
7585 msgid "(Added in 0.9.1)"
7586 msgstr ""
7587
7588 #. type: =head2
7589 #: ../src/guestfs-actions.pod:1062
7590 msgid "guestfs_command_lines"
7591 msgstr ""
7592
7593 #. type: verbatim
7594 #: ../src/guestfs-actions.pod:1064
7595 #, no-wrap
7596 msgid ""
7597 " char **\n"
7598 " guestfs_command_lines (guestfs_h *g,\n"
7599 "                        char *const *arguments);\n"
7600 "\n"
7601 msgstr ""
7602
7603 #. type: textblock
7604 #: ../src/guestfs-actions.pod:1068
7605 msgid ""
7606 "This is the same as C<guestfs_command>, but splits the result into a list of "
7607 "lines."
7608 msgstr ""
7609
7610 #. type: textblock
7611 #: ../src/guestfs-actions.pod:1071
7612 msgid "See also: C<guestfs_sh_lines>"
7613 msgstr ""
7614
7615 #. type: =head2
7616 #: ../src/guestfs-actions.pod:1082
7617 msgid "guestfs_config"
7618 msgstr ""
7619
7620 #. type: verbatim
7621 #: ../src/guestfs-actions.pod:1084
7622 #, no-wrap
7623 msgid ""
7624 " int\n"
7625 " guestfs_config (guestfs_h *g,\n"
7626 "                 const char *qemuparam,\n"
7627 "                 const char *qemuvalue);\n"
7628 "\n"
7629 msgstr ""
7630
7631 #. type: textblock
7632 #: ../src/guestfs-actions.pod:1089 ../fish/guestfish-actions.pod:741
7633 msgid ""
7634 "This can be used to add arbitrary qemu command line parameters of the form "
7635 "I<-param value>.  Actually it's not quite arbitrary - we prevent you from "
7636 "setting some parameters which would interfere with parameters that we use."
7637 msgstr ""
7638
7639 #. type: textblock
7640 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
7641 msgid "The first character of C<param> string must be a C<-> (dash)."
7642 msgstr ""
7643
7644 #. type: textblock
7645 #: ../src/guestfs-actions.pod:1096 ../fish/guestfish-actions.pod:748
7646 msgid "C<value> can be NULL."
7647 msgstr ""
7648
7649 #. type: =head2
7650 #: ../src/guestfs-actions.pod:1102
7651 msgid "guestfs_copy_size"
7652 msgstr ""
7653
7654 #. type: verbatim
7655 #: ../src/guestfs-actions.pod:1104
7656 #, no-wrap
7657 msgid ""
7658 " int\n"
7659 " guestfs_copy_size (guestfs_h *g,\n"
7660 "                    const char *src,\n"
7661 "                    const char *dest,\n"
7662 "                    int64_t size);\n"
7663 "\n"
7664 msgstr ""
7665
7666 #. type: textblock
7667 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:754
7668 msgid ""
7669 "This command copies exactly C<size> bytes from one source device or file "
7670 "C<src> to another destination device or file C<dest>."
7671 msgstr ""
7672
7673 #. type: textblock
7674 #: ../src/guestfs-actions.pod:1113 ../fish/guestfish-actions.pod:757
7675 msgid ""
7676 "Note this will fail if the source is too short or if the destination is not "
7677 "large enough."
7678 msgstr ""
7679
7680 #. type: textblock
7681 #: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1241 ../src/guestfs-actions.pod:1272 ../src/guestfs-actions.pod:1317 ../src/guestfs-actions.pod:1694 ../src/guestfs-actions.pod:1716 ../src/guestfs-actions.pod:3473 ../src/guestfs-actions.pod:6862 ../src/guestfs-actions.pod:6896 ../src/guestfs-actions.pod:7382 ../src/guestfs-actions.pod:7401
7682 msgid ""
7683 "This long-running command can generate progress notification messages so "
7684 "that the caller can display a progress bar or indicator.  To receive these "
7685 "messages, the caller must register a progress event callback.  See "
7686 "L<guestfs(3)/GUESTFS_EVENT_PROGRESS>."
7687 msgstr ""
7688
7689 #. type: textblock
7690 #: ../src/guestfs-actions.pod:1123 ../src/guestfs-actions.pod:4160 ../src/guestfs-actions.pod:5394 ../src/guestfs-actions.pod:7103 ../src/guestfs-actions.pod:7123 ../src/guestfs-actions.pod:7209
7691 msgid "(Added in 1.0.87)"
7692 msgstr ""
7693
7694 #. type: =head2
7695 #: ../src/guestfs-actions.pod:1125
7696 msgid "guestfs_cp"
7697 msgstr ""
7698
7699 #. type: verbatim
7700 #: ../src/guestfs-actions.pod:1127
7701 #, no-wrap
7702 msgid ""
7703 " int\n"
7704 " guestfs_cp (guestfs_h *g,\n"
7705 "             const char *src,\n"
7706 "             const char *dest);\n"
7707 "\n"
7708 msgstr ""
7709
7710 #. type: textblock
7711 #: ../src/guestfs-actions.pod:1132 ../fish/guestfish-actions.pod:764
7712 msgid ""
7713 "This copies a file from C<src> to C<dest> where C<dest> is either a "
7714 "destination filename or destination directory."
7715 msgstr ""
7716
7717 #. type: textblock
7718 #: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1151 ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1297 ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:4852 ../src/guestfs-actions.pod:5238
7719 msgid "(Added in 1.0.18)"
7720 msgstr ""
7721
7722 #. type: =head2
7723 #: ../src/guestfs-actions.pod:1139
7724 msgid "guestfs_cp_a"
7725 msgstr ""
7726
7727 #. type: verbatim
7728 #: ../src/guestfs-actions.pod:1141
7729 #, no-wrap
7730 msgid ""
7731 " int\n"
7732 " guestfs_cp_a (guestfs_h *g,\n"
7733 "               const char *src,\n"
7734 "               const char *dest);\n"
7735 "\n"
7736 msgstr ""
7737
7738 #. type: textblock
7739 #: ../src/guestfs-actions.pod:1146 ../fish/guestfish-actions.pod:771
7740 msgid ""
7741 "This copies a file or directory from C<src> to C<dest> recursively using the "
7742 "C<cp -a> command."
7743 msgstr ""
7744
7745 #. type: =head2
7746 #: ../src/guestfs-actions.pod:1153
7747 msgid "guestfs_dd"
7748 msgstr ""
7749
7750 #. type: verbatim
7751 #: ../src/guestfs-actions.pod:1155
7752 #, no-wrap
7753 msgid ""
7754 " int\n"
7755 " guestfs_dd (guestfs_h *g,\n"
7756 "             const char *src,\n"
7757 "             const char *dest);\n"
7758 "\n"
7759 msgstr ""
7760
7761 #. type: textblock
7762 #: ../src/guestfs-actions.pod:1160 ../fish/guestfish-actions.pod:778
7763 msgid ""
7764 "This command copies from one source device or file C<src> to another "
7765 "destination device or file C<dest>.  Normally you would use this to copy to "
7766 "or from a device or partition, for example to duplicate a filesystem."
7767 msgstr ""
7768
7769 #. type: textblock
7770 #: ../src/guestfs-actions.pod:1165
7771 msgid ""
7772 "If the destination is a device, it must be as large or larger than the "
7773 "source file or device, otherwise the copy will fail.  This command cannot do "
7774 "partial copies (see C<guestfs_copy_size>)."
7775 msgstr ""
7776
7777 #. type: =head2
7778 #: ../src/guestfs-actions.pod:1173
7779 msgid "guestfs_df"
7780 msgstr ""
7781
7782 #. type: verbatim
7783 #: ../src/guestfs-actions.pod:1175
7784 #, no-wrap
7785 msgid ""
7786 " char *\n"
7787 " guestfs_df (guestfs_h *g);\n"
7788 "\n"
7789 msgstr ""
7790
7791 #. type: textblock
7792 #: ../src/guestfs-actions.pod:1178 ../fish/guestfish-actions.pod:791
7793 msgid "This command runs the C<df> command to report disk space used."
7794 msgstr ""
7795
7796 #. type: textblock
7797 #: ../src/guestfs-actions.pod:1180 ../src/guestfs-actions.pod:1197
7798 msgid ""
7799 "This command is mostly useful for interactive sessions.  It is I<not> "
7800 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7801 "from programs."
7802 msgstr ""
7803
7804 #. type: textblock
7805 #: ../src/guestfs-actions.pod:1187 ../src/guestfs-actions.pod:1204 ../src/guestfs-actions.pod:1322 ../src/guestfs-actions.pod:2283 ../src/guestfs-actions.pod:2307 ../src/guestfs-actions.pod:2375 ../src/guestfs-actions.pod:4270 ../src/guestfs-actions.pod:4752 ../src/guestfs-actions.pod:6600 ../src/guestfs-actions.pod:6624 ../src/guestfs-actions.pod:7249 ../src/guestfs-actions.pod:7262 ../src/guestfs-actions.pod:7275
7806 msgid "(Added in 1.0.54)"
7807 msgstr ""
7808
7809 #. type: =head2
7810 #: ../src/guestfs-actions.pod:1189
7811 msgid "guestfs_df_h"
7812 msgstr ""
7813
7814 #. type: verbatim
7815 #: ../src/guestfs-actions.pod:1191
7816 #, no-wrap
7817 msgid ""
7818 " char *\n"
7819 " guestfs_df_h (guestfs_h *g);\n"
7820 "\n"
7821 msgstr ""
7822
7823 #. type: textblock
7824 #: ../src/guestfs-actions.pod:1194 ../fish/guestfish-actions.pod:801
7825 msgid ""
7826 "This command runs the C<df -h> command to report disk space used in "
7827 "human-readable format."
7828 msgstr ""
7829
7830 #. type: =head2
7831 #: ../src/guestfs-actions.pod:1206
7832 msgid "guestfs_dmesg"
7833 msgstr ""
7834
7835 #. type: verbatim
7836 #: ../src/guestfs-actions.pod:1208
7837 #, no-wrap
7838 msgid ""
7839 " char *\n"
7840 " guestfs_dmesg (guestfs_h *g);\n"
7841 "\n"
7842 msgstr ""
7843
7844 #. type: textblock
7845 #: ../src/guestfs-actions.pod:1211 ../fish/guestfish-actions.pod:812
7846 msgid ""
7847 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7848 "This is sometimes useful for extended debugging of problems."
7849 msgstr ""
7850
7851 #. type: textblock
7852 #: ../src/guestfs-actions.pod:1215
7853 msgid ""
7854 "Another way to get the same information is to enable verbose messages with "
7855 "C<guestfs_set_verbose> or by setting the environment variable "
7856 "C<LIBGUESTFS_DEBUG=1> before running the program."
7857 msgstr ""
7858
7859 #. type: =head2
7860 #: ../src/guestfs-actions.pod:1225
7861 msgid "guestfs_download"
7862 msgstr ""
7863
7864 #. type: verbatim
7865 #: ../src/guestfs-actions.pod:1227
7866 #, no-wrap
7867 msgid ""
7868 " int\n"
7869 " guestfs_download (guestfs_h *g,\n"
7870 "                   const char *remotefilename,\n"
7871 "                   const char *filename);\n"
7872 "\n"
7873 msgstr ""
7874
7875 #. type: textblock
7876 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:1257 ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:838
7877 msgid ""
7878 "Download file C<remotefilename> and save it as C<filename> on the local "
7879 "machine."
7880 msgstr ""
7881
7882 #. type: textblock
7883 #: ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:6856 ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4631
7884 msgid "C<filename> can also be a named pipe."
7885 msgstr ""
7886
7887 #. type: textblock
7888 #: ../src/guestfs-actions.pod:1237
7889 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7890 msgstr ""
7891
7892 #. type: =head2
7893 #: ../src/guestfs-actions.pod:1248
7894 msgid "guestfs_download_offset"
7895 msgstr ""
7896
7897 #. type: verbatim
7898 #: ../src/guestfs-actions.pod:1250
7899 #, no-wrap
7900 msgid ""
7901 " int\n"
7902 " guestfs_download_offset (guestfs_h *g,\n"
7903 "                          const char *remotefilename,\n"
7904 "                          const char *filename,\n"
7905 "                          int64_t offset,\n"
7906 "                          int64_t size);\n"
7907 "\n"
7908 msgstr ""
7909
7910 #. type: textblock
7911 #: ../src/guestfs-actions.pod:1260 ../fish/guestfish-actions.pod:841
7912 msgid ""
7913 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7914 "region must be within the file or device)."
7915 msgstr ""
7916
7917 #. type: textblock
7918 #: ../src/guestfs-actions.pod:1263
7919 msgid ""
7920 "Note that there is no limit on the amount of data that can be downloaded "
7921 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7922 "full amount unless an error occurs."
7923 msgstr ""
7924
7925 #. type: textblock
7926 #: ../src/guestfs-actions.pod:1268
7927 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7928 msgstr ""
7929
7930 #. type: textblock
7931 #: ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:6901
7932 msgid "(Added in 1.5.17)"
7933 msgstr ""
7934
7935 #. type: =head2
7936 #: ../src/guestfs-actions.pod:1279
7937 msgid "guestfs_drop_caches"
7938 msgstr ""
7939
7940 #. type: verbatim
7941 #: ../src/guestfs-actions.pod:1281
7942 #, no-wrap
7943 msgid ""
7944 " int\n"
7945 " guestfs_drop_caches (guestfs_h *g,\n"
7946 "                      int whattodrop);\n"
7947 "\n"
7948 msgstr ""
7949
7950 #. type: textblock
7951 #: ../src/guestfs-actions.pod:1285 ../fish/guestfish-actions.pod:857
7952 msgid ""
7953 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7954 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7955 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7956 msgstr ""
7957
7958 #. type: textblock
7959 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
7960 msgid "Setting C<whattodrop> to 3 should drop everything."
7961 msgstr ""
7962
7963 #. type: textblock
7964 #: ../src/guestfs-actions.pod:1292 ../fish/guestfish-actions.pod:864
7965 msgid ""
7966 "This automatically calls L<sync(2)> before the operation, so that the "
7967 "maximum guest memory is freed."
7968 msgstr ""
7969
7970 #. type: =head2
7971 #: ../src/guestfs-actions.pod:1299
7972 msgid "guestfs_du"
7973 msgstr ""
7974
7975 #. type: verbatim
7976 #: ../src/guestfs-actions.pod:1301
7977 #, no-wrap
7978 msgid ""
7979 " int64_t\n"
7980 " guestfs_du (guestfs_h *g,\n"
7981 "             const char *path);\n"
7982 "\n"
7983 msgstr ""
7984
7985 #. type: textblock
7986 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:871
7987 msgid ""
7988 "This command runs the C<du -s> command to estimate file space usage for "
7989 "C<path>."
7990 msgstr ""
7991
7992 #. type: textblock
7993 #: ../src/guestfs-actions.pod:1308 ../fish/guestfish-actions.pod:874
7994 msgid ""
7995 "C<path> can be a file or a directory.  If C<path> is a directory then the "
7996 "estimate includes the contents of the directory and all subdirectories "
7997 "(recursively)."
7998 msgstr ""
7999
8000 #. type: textblock
8001 #: ../src/guestfs-actions.pod:1312 ../fish/guestfish-actions.pod:878
8002 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8003 msgstr ""
8004
8005 #. type: =head2
8006 #: ../src/guestfs-actions.pod:1324
8007 msgid "guestfs_e2fsck_f"
8008 msgstr ""
8009
8010 #. type: verbatim
8011 #: ../src/guestfs-actions.pod:1326
8012 #, no-wrap
8013 msgid ""
8014 " int\n"
8015 " guestfs_e2fsck_f (guestfs_h *g,\n"
8016 "                   const char *device);\n"
8017 "\n"
8018 msgstr ""
8019
8020 #. type: textblock
8021 #: ../src/guestfs-actions.pod:1330 ../fish/guestfish-actions.pod:885
8022 msgid ""
8023 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8024 "on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
8025 "clean (I<-f>)."
8026 msgstr ""
8027
8028 #. type: textblock
8029 #: ../src/guestfs-actions.pod:1334
8030 msgid ""
8031 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8032 "Normally you should use C<guestfs_fsck>."
8033 msgstr ""
8034
8035 #. type: textblock
8036 #: ../src/guestfs-actions.pod:1339
8037 msgid "(Added in 1.0.29)"
8038 msgstr ""
8039
8040 #. type: =head2
8041 #: ../src/guestfs-actions.pod:1341
8042 msgid "guestfs_echo_daemon"
8043 msgstr ""
8044
8045 #. type: verbatim
8046 #: ../src/guestfs-actions.pod:1343
8047 #, no-wrap
8048 msgid ""
8049 " char *\n"
8050 " guestfs_echo_daemon (guestfs_h *g,\n"
8051 "                      char *const *words);\n"
8052 "\n"
8053 msgstr ""
8054
8055 #. type: textblock
8056 #: ../src/guestfs-actions.pod:1347 ../fish/guestfish-actions.pod:896
8057 msgid ""
8058 "This command concatenates the list of C<words> passed with single spaces "
8059 "between them and returns the resulting string."
8060 msgstr ""
8061
8062 #. type: textblock
8063 #: ../src/guestfs-actions.pod:1350 ../fish/guestfish-actions.pod:899
8064 msgid "You can use this command to test the connection through to the daemon."
8065 msgstr ""
8066
8067 #. type: textblock
8068 #: ../src/guestfs-actions.pod:1352
8069 msgid "See also C<guestfs_ping_daemon>."
8070 msgstr ""
8071
8072 #. type: textblock
8073 #: ../src/guestfs-actions.pod:1357 ../src/guestfs-actions.pod:2091 ../src/guestfs-actions.pod:6072
8074 msgid "(Added in 1.0.69)"
8075 msgstr ""
8076
8077 #. type: =head2
8078 #: ../src/guestfs-actions.pod:1359
8079 msgid "guestfs_egrep"
8080 msgstr ""
8081
8082 #. type: verbatim
8083 #: ../src/guestfs-actions.pod:1361
8084 #, no-wrap
8085 msgid ""
8086 " char **\n"
8087 " guestfs_egrep (guestfs_h *g,\n"
8088 "                const char *regex,\n"
8089 "                const char *path);\n"
8090 "\n"
8091 msgstr ""
8092
8093 #. type: textblock
8094 #: ../src/guestfs-actions.pod:1366 ../fish/guestfish-actions.pod:907
8095 msgid "This calls the external C<egrep> program and returns the matching lines."
8096 msgstr ""
8097
8098 #. type: textblock
8099 #: ../src/guestfs-actions.pod:1376 ../src/guestfs-actions.pod:1395 ../src/guestfs-actions.pod:1452 ../src/guestfs-actions.pod:1498 ../src/guestfs-actions.pod:1517 ../src/guestfs-actions.pod:2221 ../src/guestfs-actions.pod:2240 ../src/guestfs-actions.pod:2396 ../src/guestfs-actions.pod:2409 ../src/guestfs-actions.pod:2424 ../src/guestfs-actions.pod:2470 ../src/guestfs-actions.pod:2492 ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:3653 ../src/guestfs-actions.pod:3667 ../src/guestfs-actions.pod:3680 ../src/guestfs-actions.pod:3694 ../src/guestfs-actions.pod:4680 ../src/guestfs-actions.pod:5572 ../src/guestfs-actions.pod:5621 ../src/guestfs-actions.pod:6468 ../src/guestfs-actions.pod:6480 ../src/guestfs-actions.pod:6493 ../src/guestfs-actions.pod:6506 ../src/guestfs-actions.pod:6528 ../src/guestfs-actions.pod:6541 ../src/guestfs-actions.pod:6554 ../src/guestfs-actions.pod:6567 ../src/guestfs-actions.pod:7345 ../src/guestfs-actions.pod:7364 ../src/guestfs-actions.pod:7449 ../src/guestfs-actions.pod:7468 ../src/guestfs-actions.pod:7514 ../src/guestfs-actions.pod:7533
8100 msgid "(Added in 1.0.66)"
8101 msgstr ""
8102
8103 #. type: =head2
8104 #: ../src/guestfs-actions.pod:1378
8105 msgid "guestfs_egrepi"
8106 msgstr ""
8107
8108 #. type: verbatim
8109 #: ../src/guestfs-actions.pod:1380
8110 #, no-wrap
8111 msgid ""
8112 " char **\n"
8113 " guestfs_egrepi (guestfs_h *g,\n"
8114 "                 const char *regex,\n"
8115 "                 const char *path);\n"
8116 "\n"
8117 msgstr ""
8118
8119 #. type: textblock
8120 #: ../src/guestfs-actions.pod:1385 ../fish/guestfish-actions.pod:917
8121 msgid "This calls the external C<egrep -i> program and returns the matching lines."
8122 msgstr ""
8123
8124 #. type: =head2
8125 #: ../src/guestfs-actions.pod:1397
8126 msgid "guestfs_equal"
8127 msgstr ""
8128
8129 #. type: verbatim
8130 #: ../src/guestfs-actions.pod:1399
8131 #, no-wrap
8132 msgid ""
8133 " int\n"
8134 " guestfs_equal (guestfs_h *g,\n"
8135 "                const char *file1,\n"
8136 "                const char *file2);\n"
8137 "\n"
8138 msgstr ""
8139
8140 #. type: textblock
8141 #: ../src/guestfs-actions.pod:1404 ../fish/guestfish-actions.pod:927
8142 msgid ""
8143 "This compares the two files C<file1> and C<file2> and returns true if their "
8144 "content is exactly equal, or false otherwise."
8145 msgstr ""
8146
8147 #. type: textblock
8148 #: ../src/guestfs-actions.pod:1407 ../fish/guestfish-actions.pod:930
8149 msgid "The external L<cmp(1)> program is used for the comparison."
8150 msgstr ""
8151
8152 #. type: =head2
8153 #: ../src/guestfs-actions.pod:1413
8154 msgid "guestfs_exists"
8155 msgstr ""
8156
8157 #. type: verbatim
8158 #: ../src/guestfs-actions.pod:1415
8159 #, no-wrap
8160 msgid ""
8161 " int\n"
8162 " guestfs_exists (guestfs_h *g,\n"
8163 "                 const char *path);\n"
8164 "\n"
8165 msgstr ""
8166
8167 #. type: textblock
8168 #: ../src/guestfs-actions.pod:1419 ../fish/guestfish-actions.pod:936
8169 msgid ""
8170 "This returns C<true> if and only if there is a file, directory (or anything) "
8171 "with the given C<path> name."
8172 msgstr ""
8173
8174 #. type: textblock
8175 #: ../src/guestfs-actions.pod:1422
8176 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8177 msgstr ""
8178
8179 #. type: =head2
8180 #: ../src/guestfs-actions.pod:1428
8181 msgid "guestfs_fallocate"
8182 msgstr ""
8183
8184 #. type: verbatim
8185 #: ../src/guestfs-actions.pod:1430
8186 #, no-wrap
8187 msgid ""
8188 " int\n"
8189 " guestfs_fallocate (guestfs_h *g,\n"
8190 "                    const char *path,\n"
8191 "                    int len);\n"
8192 "\n"
8193 msgstr ""
8194
8195 #. type: textblock
8196 #: ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1461 ../fish/guestfish-actions.pod:945 ../fish/guestfish-actions.pod:964
8197 msgid ""
8198 "This command preallocates a file (containing zero bytes) named C<path> of "
8199 "size C<len> bytes.  If the file exists already, it is overwritten."
8200 msgstr ""
8201
8202 #. type: textblock
8203 #: ../src/guestfs-actions.pod:1439 ../fish/guestfish-actions.pod:949
8204 msgid ""
8205 "Do not confuse this with the guestfish-specific C<alloc> command which "
8206 "allocates a file in the host and attaches it as a device."
8207 msgstr ""
8208
8209 #. type: textblock
8210 #: ../src/guestfs-actions.pod:1445
8211 msgid ""
8212 "This function is deprecated.  In new code, use the L</guestfs_fallocate64> "
8213 "call instead."
8214 msgstr ""
8215
8216 #. type: =head2
8217 #: ../src/guestfs-actions.pod:1454
8218 msgid "guestfs_fallocate64"
8219 msgstr ""
8220
8221 #. type: verbatim
8222 #: ../src/guestfs-actions.pod:1456
8223 #, no-wrap
8224 msgid ""
8225 " int\n"
8226 " guestfs_fallocate64 (guestfs_h *g,\n"
8227 "                      const char *path,\n"
8228 "                      int64_t len);\n"
8229 "\n"
8230 msgstr ""
8231
8232 #. type: textblock
8233 #: ../src/guestfs-actions.pod:1465
8234 msgid ""
8235 "Note that this call allocates disk blocks for the file.  To create a sparse "
8236 "file use C<guestfs_truncate_size> instead."
8237 msgstr ""
8238
8239 #. type: textblock
8240 #: ../src/guestfs-actions.pod:1468
8241 msgid ""
8242 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8243 "oversight it only allowed 30 bit lengths to be specified, effectively "
8244 "limiting the maximum size of files created through that call to 1GB."
8245 msgstr ""
8246
8247 #. type: textblock
8248 #: ../src/guestfs-actions.pod:1473 ../fish/guestfish-actions.pod:976
8249 msgid ""
8250 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8251 "commands which create a file in the host and attach it as a device."
8252 msgstr ""
8253
8254 #. type: textblock
8255 #: ../src/guestfs-actions.pod:1479
8256 msgid "(Added in 1.3.17)"
8257 msgstr ""
8258
8259 #. type: =head2
8260 #: ../src/guestfs-actions.pod:1481
8261 msgid "guestfs_fgrep"
8262 msgstr ""
8263
8264 #. type: verbatim
8265 #: ../src/guestfs-actions.pod:1483
8266 #, no-wrap
8267 msgid ""
8268 " char **\n"
8269 " guestfs_fgrep (guestfs_h *g,\n"
8270 "                const char *pattern,\n"
8271 "                const char *path);\n"
8272 "\n"
8273 msgstr ""
8274
8275 #. type: textblock
8276 #: ../src/guestfs-actions.pod:1488 ../fish/guestfish-actions.pod:984
8277 msgid "This calls the external C<fgrep> program and returns the matching lines."
8278 msgstr ""
8279
8280 #. type: =head2
8281 #: ../src/guestfs-actions.pod:1500
8282 msgid "guestfs_fgrepi"
8283 msgstr ""
8284
8285 #. type: verbatim
8286 #: ../src/guestfs-actions.pod:1502
8287 #, no-wrap
8288 msgid ""
8289 " char **\n"
8290 " guestfs_fgrepi (guestfs_h *g,\n"
8291 "                 const char *pattern,\n"
8292 "                 const char *path);\n"
8293 "\n"
8294 msgstr ""
8295
8296 #. type: textblock
8297 #: ../src/guestfs-actions.pod:1507 ../fish/guestfish-actions.pod:994
8298 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
8299 msgstr ""
8300
8301 #. type: =head2
8302 #: ../src/guestfs-actions.pod:1519
8303 msgid "guestfs_file"
8304 msgstr ""
8305
8306 #. type: verbatim
8307 #: ../src/guestfs-actions.pod:1521
8308 #, no-wrap
8309 msgid ""
8310 " char *\n"
8311 " guestfs_file (guestfs_h *g,\n"
8312 "               const char *path);\n"
8313 "\n"
8314 msgstr ""
8315
8316 #. type: textblock
8317 #: ../src/guestfs-actions.pod:1525 ../fish/guestfish-actions.pod:1004
8318 msgid ""
8319 "This call uses the standard L<file(1)> command to determine the type or "
8320 "contents of the file."
8321 msgstr ""
8322
8323 #. type: textblock
8324 #: ../src/guestfs-actions.pod:1528 ../fish/guestfish-actions.pod:1007
8325 msgid ""
8326 "This call will also transparently look inside various types of compressed "
8327 "file."
8328 msgstr ""
8329
8330 #. type: textblock
8331 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1010
8332 msgid ""
8333 "The exact command which runs is C<file -zb path>.  Note in particular that "
8334 "the filename is not prepended to the output (the I<-b> option)."
8335 msgstr ""
8336
8337 #. type: textblock
8338 #: ../src/guestfs-actions.pod:1535 ../fish/guestfish-actions.pod:1014
8339 msgid ""
8340 "The output depends on the output of the underlying L<file(1)> command and it "
8341 "can change in future in ways beyond our control.  In other words, the output "
8342 "is not guaranteed by the ABI."
8343 msgstr ""
8344
8345 #. type: textblock
8346 #: ../src/guestfs-actions.pod:1539
8347 msgid ""
8348 "See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
8349 "C<guestfs_is_file>, C<guestfs_is_blockdev> (etc)."
8350 msgstr ""
8351
8352 #. type: =head2
8353 #: ../src/guestfs-actions.pod:1547
8354 msgid "guestfs_file_architecture"
8355 msgstr ""
8356
8357 #. type: verbatim
8358 #: ../src/guestfs-actions.pod:1549
8359 #, no-wrap
8360 msgid ""
8361 " char *\n"
8362 " guestfs_file_architecture (guestfs_h *g,\n"
8363 "                            const char *filename);\n"
8364 "\n"
8365 msgstr ""
8366
8367 #. type: textblock
8368 #: ../src/guestfs-actions.pod:1553 ../fish/guestfish-actions.pod:1025
8369 msgid ""
8370 "This detects the architecture of the binary C<filename>, and returns it if "
8371 "known."
8372 msgstr ""
8373
8374 #. type: textblock
8375 #: ../src/guestfs-actions.pod:1556 ../fish/guestfish-actions.pod:1028
8376 msgid "Currently defined architectures are:"
8377 msgstr ""
8378
8379 #. type: =item
8380 #: ../src/guestfs-actions.pod:1560 ../fish/guestfish-actions.pod:1032
8381 msgid "\"i386\""
8382 msgstr ""
8383
8384 #. type: textblock
8385 #: ../src/guestfs-actions.pod:1562 ../fish/guestfish-actions.pod:1034
8386 msgid ""
8387 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8388 "irrespective of the precise processor requirements of the binary."
8389 msgstr ""
8390
8391 #. type: =item
8392 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1037
8393 msgid "\"x86_64\""
8394 msgstr ""
8395
8396 #. type: textblock
8397 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1039
8398 msgid "64 bit x86-64."
8399 msgstr ""
8400
8401 #. type: =item
8402 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1041
8403 msgid "\"sparc\""
8404 msgstr ""
8405
8406 #. type: textblock
8407 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1043
8408 msgid "32 bit SPARC."
8409 msgstr ""
8410
8411 #. type: =item
8412 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1045
8413 msgid "\"sparc64\""
8414 msgstr ""
8415
8416 #. type: textblock
8417 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1047
8418 msgid "64 bit SPARC V9 and above."
8419 msgstr ""
8420
8421 #. type: =item
8422 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1049
8423 msgid "\"ia64\""
8424 msgstr ""
8425
8426 #. type: textblock
8427 #: ../src/guestfs-actions.pod:1579 ../fish/guestfish-actions.pod:1051
8428 msgid "Intel Itanium."
8429 msgstr ""
8430
8431 #. type: =item
8432 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1053
8433 msgid "\"ppc\""
8434 msgstr ""
8435
8436 #. type: textblock
8437 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1055
8438 msgid "32 bit Power PC."
8439 msgstr ""
8440
8441 #. type: =item
8442 #: ../src/guestfs-actions.pod:1585 ../fish/guestfish-actions.pod:1057
8443 msgid "\"ppc64\""
8444 msgstr ""
8445
8446 #. type: textblock
8447 #: ../src/guestfs-actions.pod:1587 ../fish/guestfish-actions.pod:1059
8448 msgid "64 bit Power PC."
8449 msgstr ""
8450
8451 #. type: textblock
8452 #: ../src/guestfs-actions.pod:1591 ../fish/guestfish-actions.pod:1063
8453 msgid "Libguestfs may return other architecture strings in future."
8454 msgstr ""
8455
8456 #. type: textblock
8457 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1065
8458 msgid "The function works on at least the following types of files:"
8459 msgstr ""
8460
8461 #. type: textblock
8462 #: ../src/guestfs-actions.pod:1599 ../fish/guestfish-actions.pod:1071
8463 msgid "many types of Un*x and Linux binary"
8464 msgstr ""
8465
8466 #. type: textblock
8467 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1075
8468 msgid "many types of Un*x and Linux shared library"
8469 msgstr ""
8470
8471 #. type: textblock
8472 #: ../src/guestfs-actions.pod:1607 ../fish/guestfish-actions.pod:1079
8473 msgid "Windows Win32 and Win64 binaries"
8474 msgstr ""
8475
8476 #. type: textblock
8477 #: ../src/guestfs-actions.pod:1611 ../fish/guestfish-actions.pod:1083
8478 msgid "Windows Win32 and Win64 DLLs"
8479 msgstr ""
8480
8481 #. type: textblock
8482 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1085
8483 msgid "Win32 binaries and DLLs return C<i386>."
8484 msgstr ""
8485
8486 #. type: textblock
8487 #: ../src/guestfs-actions.pod:1615 ../fish/guestfish-actions.pod:1087
8488 msgid "Win64 binaries and DLLs return C<x86_64>."
8489 msgstr ""
8490
8491 #. type: textblock
8492 #: ../src/guestfs-actions.pod:1619 ../fish/guestfish-actions.pod:1091
8493 msgid "Linux kernel modules"
8494 msgstr ""
8495
8496 #. type: textblock
8497 #: ../src/guestfs-actions.pod:1623 ../fish/guestfish-actions.pod:1095
8498 msgid "Linux new-style initrd images"
8499 msgstr ""
8500
8501 #. type: textblock
8502 #: ../src/guestfs-actions.pod:1627 ../fish/guestfish-actions.pod:1099
8503 msgid "some non-x86 Linux vmlinuz kernels"
8504 msgstr ""
8505
8506 #. type: textblock
8507 #: ../src/guestfs-actions.pod:1631 ../fish/guestfish-actions.pod:1103
8508 msgid "What it can't do currently:"
8509 msgstr ""
8510
8511 #. type: textblock
8512 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1109
8513 msgid "static libraries (libfoo.a)"
8514 msgstr ""
8515
8516 #. type: textblock
8517 #: ../src/guestfs-actions.pod:1641 ../fish/guestfish-actions.pod:1113
8518 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
8519 msgstr ""
8520
8521 #. type: textblock
8522 #: ../src/guestfs-actions.pod:1645 ../fish/guestfish-actions.pod:1117
8523 msgid "x86 Linux vmlinuz kernels"
8524 msgstr ""
8525
8526 #. type: textblock
8527 #: ../src/guestfs-actions.pod:1647 ../fish/guestfish-actions.pod:1119
8528 msgid ""
8529 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
8530 "compressed code, and are horribly hard to unpack.  If you want to find the "
8531 "architecture of a kernel, use the architecture of the associated initrd or "
8532 "kernel module(s) instead."
8533 msgstr ""
8534
8535 #. type: textblock
8536 #: ../src/guestfs-actions.pod:1657 ../src/guestfs-actions.pod:1820 ../src/guestfs-actions.pod:1837 ../src/guestfs-actions.pod:2528 ../src/guestfs-actions.pod:2621 ../src/guestfs-actions.pod:2691 ../src/guestfs-actions.pod:2779 ../src/guestfs-actions.pod:2800 ../src/guestfs-actions.pod:2843 ../src/guestfs-actions.pod:2927 ../src/guestfs-actions.pod:3024 ../src/guestfs-actions.pod:3271 ../src/guestfs-actions.pod:3403
8537 msgid "(Added in 1.5.3)"
8538 msgstr ""
8539
8540 #. type: =head2
8541 #: ../src/guestfs-actions.pod:1659
8542 msgid "guestfs_filesize"
8543 msgstr ""
8544
8545 #. type: verbatim
8546 #: ../src/guestfs-actions.pod:1661
8547 #, no-wrap
8548 msgid ""
8549 " int64_t\n"
8550 " guestfs_filesize (guestfs_h *g,\n"
8551 "                   const char *file);\n"
8552 "\n"
8553 msgstr ""
8554
8555 #. type: textblock
8556 #: ../src/guestfs-actions.pod:1665 ../fish/guestfish-actions.pod:1130
8557 msgid "This command returns the size of C<file> in bytes."
8558 msgstr ""
8559
8560 #. type: textblock
8561 #: ../src/guestfs-actions.pod:1667
8562 msgid ""
8563 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
8564 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
8565 "devices, use C<guestfs_blockdev_getsize64>."
8566 msgstr ""
8567
8568 #. type: textblock
8569 #: ../src/guestfs-actions.pod:1673
8570 msgid "(Added in 1.0.82)"
8571 msgstr ""
8572
8573 #. type: =head2
8574 #: ../src/guestfs-actions.pod:1675
8575 msgid "guestfs_fill"
8576 msgstr ""
8577
8578 #. type: verbatim
8579 #: ../src/guestfs-actions.pod:1677
8580 #, no-wrap
8581 msgid ""
8582 " int\n"
8583 " guestfs_fill (guestfs_h *g,\n"
8584 "               int c,\n"
8585 "               int len,\n"
8586 "               const char *path);\n"
8587 "\n"
8588 msgstr ""
8589
8590 #. type: textblock
8591 #: ../src/guestfs-actions.pod:1683 ../fish/guestfish-actions.pod:1140
8592 msgid ""
8593 "This command creates a new file called C<path>.  The initial content of the "
8594 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
8595 "C<[0..255]>."
8596 msgstr ""
8597
8598 #. type: textblock
8599 #: ../src/guestfs-actions.pod:1687
8600 msgid ""
8601 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
8602 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
8603 "bytes use C<guestfs_fill_pattern>."
8604 msgstr ""
8605
8606 #. type: textblock
8607 #: ../src/guestfs-actions.pod:1699
8608 msgid "(Added in 1.0.79)"
8609 msgstr ""
8610
8611 #. type: =head2
8612 #: ../src/guestfs-actions.pod:1701
8613 msgid "guestfs_fill_pattern"
8614 msgstr ""
8615
8616 #. type: verbatim
8617 #: ../src/guestfs-actions.pod:1703
8618 #, no-wrap
8619 msgid ""
8620 " int\n"
8621 " guestfs_fill_pattern (guestfs_h *g,\n"
8622 "                       const char *pattern,\n"
8623 "                       int len,\n"
8624 "                       const char *path);\n"
8625 "\n"
8626 msgstr ""
8627
8628 #. type: textblock
8629 #: ../src/guestfs-actions.pod:1709
8630 msgid ""
8631 "This function is like C<guestfs_fill> except that it creates a new file of "
8632 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
8633 "pattern is truncated if necessary to ensure the length of the file is "
8634 "exactly C<len> bytes."
8635 msgstr ""
8636
8637 #. type: textblock
8638 #: ../src/guestfs-actions.pod:1721
8639 msgid "(Added in 1.3.12)"
8640 msgstr ""
8641
8642 #. type: =head2
8643 #: ../src/guestfs-actions.pod:1723
8644 msgid "guestfs_find"
8645 msgstr ""
8646
8647 #. type: verbatim
8648 #: ../src/guestfs-actions.pod:1725
8649 #, no-wrap
8650 msgid ""
8651 " char **\n"
8652 " guestfs_find (guestfs_h *g,\n"
8653 "               const char *directory);\n"
8654 "\n"
8655 msgstr ""
8656
8657 #. type: textblock
8658 #: ../src/guestfs-actions.pod:1729 ../fish/guestfish-actions.pod:1162
8659 msgid ""
8660 "This command lists out all files and directories, recursively, starting at "
8661 "C<directory>.  It is essentially equivalent to running the shell command "
8662 "C<find directory -print> but some post-processing happens on the output, "
8663 "described below."
8664 msgstr ""
8665
8666 #. type: textblock
8667 #: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1167
8668 msgid ""
8669 "This returns a list of strings I<without any prefix>.  Thus if the directory "
8670 "structure was:"
8671 msgstr ""
8672
8673 #. type: verbatim
8674 #: ../src/guestfs-actions.pod:1737 ../fish/guestfish-actions.pod:1170
8675 #, no-wrap
8676 msgid ""
8677 " /tmp/a\n"
8678 " /tmp/b\n"
8679 " /tmp/c/d\n"
8680 "\n"
8681 msgstr ""
8682
8683 #. type: textblock
8684 #: ../src/guestfs-actions.pod:1741
8685 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
8686 msgstr ""
8687
8688 #. type: verbatim
8689 #: ../src/guestfs-actions.pod:1744 ../fish/guestfish-actions.pod:1177
8690 #, no-wrap
8691 msgid ""
8692 " a\n"
8693 " b\n"
8694 " c\n"
8695 " c/d\n"
8696 "\n"
8697 msgstr ""
8698
8699 #. type: textblock
8700 #: ../src/guestfs-actions.pod:1749 ../fish/guestfish-actions.pod:1182
8701 msgid "If C<directory> is not a directory, then this command returns an error."
8702 msgstr ""
8703
8704 #. type: textblock
8705 #: ../src/guestfs-actions.pod:1752 ../fish/guestfish-actions.pod:1185
8706 msgid "The returned list is sorted."
8707 msgstr ""
8708
8709 #. type: textblock
8710 #: ../src/guestfs-actions.pod:1754
8711 msgid "See also C<guestfs_find0>."
8712 msgstr ""
8713
8714 #. type: textblock
8715 #: ../src/guestfs-actions.pod:1763 ../src/guestfs-actions.pod:4097 ../src/guestfs-actions.pod:5656
8716 msgid "(Added in 1.0.27)"
8717 msgstr ""
8718
8719 #. type: =head2
8720 #: ../src/guestfs-actions.pod:1765
8721 msgid "guestfs_find0"
8722 msgstr ""
8723
8724 #. type: verbatim
8725 #: ../src/guestfs-actions.pod:1767
8726 #, no-wrap
8727 msgid ""
8728 " int\n"
8729 " guestfs_find0 (guestfs_h *g,\n"
8730 "                const char *directory,\n"
8731 "                const char *files);\n"
8732 "\n"
8733 msgstr ""
8734
8735 #. type: textblock
8736 #: ../src/guestfs-actions.pod:1772 ../fish/guestfish-actions.pod:1196
8737 msgid ""
8738 "This command lists out all files and directories, recursively, starting at "
8739 "C<directory>, placing the resulting list in the external file called "
8740 "C<files>."
8741 msgstr ""
8742
8743 #. type: textblock
8744 #: ../src/guestfs-actions.pod:1776
8745 msgid ""
8746 "This command works the same way as C<guestfs_find> with the following "
8747 "exceptions:"
8748 msgstr ""
8749
8750 #. type: textblock
8751 #: ../src/guestfs-actions.pod:1783 ../fish/guestfish-actions.pod:1207
8752 msgid "The resulting list is written to an external file."
8753 msgstr ""
8754
8755 #. type: textblock
8756 #: ../src/guestfs-actions.pod:1787 ../fish/guestfish-actions.pod:1211
8757 msgid ""
8758 "Items (filenames) in the result are separated by C<\\0> characters.  See "
8759 "L<find(1)> option I<-print0>."
8760 msgstr ""
8761
8762 #. type: textblock
8763 #: ../src/guestfs-actions.pod:1792 ../fish/guestfish-actions.pod:1216
8764 msgid "This command is not limited in the number of names that it can return."
8765 msgstr ""
8766
8767 #. type: textblock
8768 #: ../src/guestfs-actions.pod:1797 ../fish/guestfish-actions.pod:1221
8769 msgid "The result list is not sorted."
8770 msgstr ""
8771
8772 #. type: textblock
8773 #: ../src/guestfs-actions.pod:1803
8774 msgid "(Added in 1.0.74)"
8775 msgstr ""
8776
8777 #. type: =head2
8778 #: ../src/guestfs-actions.pod:1805
8779 msgid "guestfs_findfs_label"
8780 msgstr ""
8781
8782 #. type: verbatim
8783 #: ../src/guestfs-actions.pod:1807
8784 #, no-wrap
8785 msgid ""
8786 " char *\n"
8787 " guestfs_findfs_label (guestfs_h *g,\n"
8788 "                       const char *label);\n"
8789 "\n"
8790 msgstr ""
8791
8792 #. type: textblock
8793 #: ../src/guestfs-actions.pod:1811 ../fish/guestfish-actions.pod:1231
8794 msgid ""
8795 "This command searches the filesystems and returns the one which has the "
8796 "given label.  An error is returned if no such filesystem can be found."
8797 msgstr ""
8798
8799 #. type: textblock
8800 #: ../src/guestfs-actions.pod:1815
8801 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8802 msgstr ""
8803
8804 #. type: =head2
8805 #: ../src/guestfs-actions.pod:1822
8806 msgid "guestfs_findfs_uuid"
8807 msgstr ""
8808
8809 #. type: verbatim
8810 #: ../src/guestfs-actions.pod:1824
8811 #, no-wrap
8812 msgid ""
8813 " char *\n"
8814 " guestfs_findfs_uuid (guestfs_h *g,\n"
8815 "                      const char *uuid);\n"
8816 "\n"
8817 msgstr ""
8818
8819 #. type: textblock
8820 #: ../src/guestfs-actions.pod:1828 ../fish/guestfish-actions.pod:1241
8821 msgid ""
8822 "This command searches the filesystems and returns the one which has the "
8823 "given UUID.  An error is returned if no such filesystem can be found."
8824 msgstr ""
8825
8826 #. type: textblock
8827 #: ../src/guestfs-actions.pod:1832
8828 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8829 msgstr ""
8830
8831 #. type: =head2
8832 #: ../src/guestfs-actions.pod:1839
8833 msgid "guestfs_fsck"
8834 msgstr ""
8835
8836 #. type: verbatim
8837 #: ../src/guestfs-actions.pod:1841
8838 #, no-wrap
8839 msgid ""
8840 " int\n"
8841 " guestfs_fsck (guestfs_h *g,\n"
8842 "               const char *fstype,\n"
8843 "               const char *device);\n"
8844 "\n"
8845 msgstr ""
8846
8847 #. type: textblock
8848 #: ../src/guestfs-actions.pod:1846 ../fish/guestfish-actions.pod:1251
8849 msgid ""
8850 "This runs the filesystem checker (fsck) on C<device> which should have "
8851 "filesystem type C<fstype>."
8852 msgstr ""
8853
8854 #. type: textblock
8855 #: ../src/guestfs-actions.pod:1849 ../fish/guestfish-actions.pod:1254
8856 msgid ""
8857 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8858 "codes from C<fsck>."
8859 msgstr ""
8860
8861 #. type: textblock
8862 #: ../src/guestfs-actions.pod:1858 ../fish/guestfish-actions.pod:1263
8863 msgid "Multiple status codes can be summed together."
8864 msgstr ""
8865
8866 #. type: textblock
8867 #: ../src/guestfs-actions.pod:1862 ../fish/guestfish-actions.pod:1267
8868 msgid ""
8869 "A non-zero return code can mean \"success\", for example if errors have been "
8870 "corrected on the filesystem."
8871 msgstr ""
8872
8873 #. type: textblock
8874 #: ../src/guestfs-actions.pod:1867 ../fish/guestfish-actions.pod:1272
8875 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8876 msgstr ""
8877
8878 #. type: textblock
8879 #: ../src/guestfs-actions.pod:1872 ../fish/guestfish-actions.pod:1277
8880 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8881 msgstr ""
8882
8883 #. type: textblock
8884 #: ../src/guestfs-actions.pod:1876 ../src/guestfs-actions.pod:7387
8885 msgid "(Added in 1.0.16)"
8886 msgstr ""
8887
8888 #. type: =head2
8889 #: ../src/guestfs-actions.pod:1878
8890 msgid "guestfs_get_append"
8891 msgstr ""
8892
8893 #. type: verbatim
8894 #: ../src/guestfs-actions.pod:1880
8895 #, no-wrap
8896 msgid ""
8897 " const char *\n"
8898 " guestfs_get_append (guestfs_h *g);\n"
8899 "\n"
8900 msgstr ""
8901
8902 #. type: textblock
8903 #: ../src/guestfs-actions.pod:1883 ../fish/guestfish-actions.pod:1283
8904 msgid ""
8905 "Return the additional kernel options which are added to the guest kernel "
8906 "command line."
8907 msgstr ""
8908
8909 #. type: textblock
8910 #: ../src/guestfs-actions.pod:1886 ../fish/guestfish-actions.pod:1286
8911 msgid "If C<NULL> then no options are added."
8912 msgstr ""
8913
8914 #. type: textblock
8915 #: ../src/guestfs-actions.pod:1888
8916 msgid ""
8917 "This function returns a string which may be NULL.  There is no way to return "
8918 "an error from this function.  The string is owned by the guest handle and "
8919 "must I<not> be freed."
8920 msgstr ""
8921
8922 #. type: textblock
8923 #: ../src/guestfs-actions.pod:1892 ../src/guestfs-actions.pod:5334 ../src/guestfs-actions.pod:5814 ../src/guestfs-actions.pod:6235 ../src/guestfs-actions.pod:6254 ../src/guestfs-actions.pod:6270 ../src/guestfs-actions.pod:6294 ../src/guestfs-actions.pod:7051 ../src/guestfs-actions.pod:7069 ../src/guestfs-actions.pod:7430
8924 msgid "(Added in 1.0.26)"
8925 msgstr ""
8926
8927 #. type: =head2
8928 #: ../src/guestfs-actions.pod:1894
8929 msgid "guestfs_get_attach_method"
8930 msgstr ""
8931
8932 #. type: verbatim
8933 #: ../src/guestfs-actions.pod:1896
8934 #, no-wrap
8935 msgid ""
8936 " char *\n"
8937 " guestfs_get_attach_method (guestfs_h *g);\n"
8938 "\n"
8939 msgstr ""
8940
8941 #. type: textblock
8942 #: ../src/guestfs-actions.pod:1899
8943 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
8944 msgstr ""
8945
8946 #. type: =head2
8947 #: ../src/guestfs-actions.pod:1904
8948 msgid "guestfs_get_autosync"
8949 msgstr ""
8950
8951 #. type: verbatim
8952 #: ../src/guestfs-actions.pod:1906
8953 #, no-wrap
8954 msgid ""
8955 " int\n"
8956 " guestfs_get_autosync (guestfs_h *g);\n"
8957 "\n"
8958 msgstr ""
8959
8960 #. type: textblock
8961 #: ../src/guestfs-actions.pod:1909 ../fish/guestfish-actions.pod:1298
8962 msgid "Get the autosync flag."
8963 msgstr ""
8964
8965 #. type: =head2
8966 #: ../src/guestfs-actions.pod:1915
8967 msgid "guestfs_get_direct"
8968 msgstr ""
8969
8970 #. type: verbatim
8971 #: ../src/guestfs-actions.pod:1917
8972 #, no-wrap
8973 msgid ""
8974 " int\n"
8975 " guestfs_get_direct (guestfs_h *g);\n"
8976 "\n"
8977 msgstr ""
8978
8979 #. type: textblock
8980 #: ../src/guestfs-actions.pod:1920 ../fish/guestfish-actions.pod:1304
8981 msgid "Return the direct appliance mode flag."
8982 msgstr ""
8983
8984 #. type: textblock
8985 #: ../src/guestfs-actions.pod:1924 ../src/guestfs-actions.pod:5883
8986 msgid "(Added in 1.0.72)"
8987 msgstr ""
8988
8989 #. type: =head2
8990 #: ../src/guestfs-actions.pod:1926
8991 msgid "guestfs_get_e2label"
8992 msgstr ""
8993
8994 #. type: verbatim
8995 #: ../src/guestfs-actions.pod:1928
8996 #, no-wrap
8997 msgid ""
8998 " char *\n"
8999 " guestfs_get_e2label (guestfs_h *g,\n"
9000 "                      const char *device);\n"
9001 "\n"
9002 msgstr ""
9003
9004 #. type: textblock
9005 #: ../src/guestfs-actions.pod:1932 ../fish/guestfish-actions.pod:1310
9006 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9007 msgstr ""
9008
9009 #. type: textblock
9010 #: ../src/guestfs-actions.pod:1938
9011 msgid ""
9012 "This function is deprecated.  In new code, use the L</guestfs_vfs_label> "
9013 "call instead."
9014 msgstr ""
9015
9016 #. type: textblock
9017 #: ../src/guestfs-actions.pod:1945 ../src/guestfs-actions.pod:1966 ../src/guestfs-actions.pod:5901 ../src/guestfs-actions.pod:5920
9018 msgid "(Added in 1.0.15)"
9019 msgstr ""
9020
9021 #. type: =head2
9022 #: ../src/guestfs-actions.pod:1947
9023 msgid "guestfs_get_e2uuid"
9024 msgstr ""
9025
9026 #. type: verbatim
9027 #: ../src/guestfs-actions.pod:1949
9028 #, no-wrap
9029 msgid ""
9030 " char *\n"
9031 " guestfs_get_e2uuid (guestfs_h *g,\n"
9032 "                     const char *device);\n"
9033 "\n"
9034 msgstr ""
9035
9036 #. type: textblock
9037 #: ../src/guestfs-actions.pod:1953 ../fish/guestfish-actions.pod:1324
9038 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9039 msgstr ""
9040
9041 #. type: textblock
9042 #: ../src/guestfs-actions.pod:1959
9043 msgid ""
9044 "This function is deprecated.  In new code, use the L</guestfs_vfs_uuid> call "
9045 "instead."
9046 msgstr ""
9047
9048 #. type: =head2
9049 #: ../src/guestfs-actions.pod:1968
9050 msgid "guestfs_get_memsize"
9051 msgstr ""
9052
9053 #. type: verbatim
9054 #: ../src/guestfs-actions.pod:1970
9055 #, no-wrap
9056 msgid ""
9057 " int\n"
9058 " guestfs_get_memsize (guestfs_h *g);\n"
9059 "\n"
9060 msgstr ""
9061
9062 #. type: textblock
9063 #: ../src/guestfs-actions.pod:1973 ../fish/guestfish-actions.pod:1338
9064 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
9065 msgstr ""
9066
9067 #. type: textblock
9068 #: ../src/guestfs-actions.pod:1976
9069 msgid ""
9070 "If C<guestfs_set_memsize> was not called on this handle, and if "
9071 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9072 "value for memsize."
9073 msgstr ""
9074
9075 #. type: textblock
9076 #: ../src/guestfs-actions.pod:1980 ../src/guestfs-actions.pod:2061 ../src/guestfs-actions.pod:5936 ../src/guestfs-actions.pod:6043 ../fish/guestfish-actions.pod:1345 ../fish/guestfish-actions.pod:1396 ../fish/guestfish-actions.pod:4006 ../fish/guestfish-actions.pod:4093
9077 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9078 msgstr ""
9079
9080 #. type: textblock
9081 #: ../src/guestfs-actions.pod:1985 ../src/guestfs-actions.pod:4388 ../src/guestfs-actions.pod:4585 ../src/guestfs-actions.pod:4604 ../src/guestfs-actions.pod:4623 ../src/guestfs-actions.pod:4635 ../src/guestfs-actions.pod:4652 ../src/guestfs-actions.pod:4665 ../src/guestfs-actions.pod:5559 ../src/guestfs-actions.pod:5941 ../src/guestfs-actions.pod:6202 ../src/guestfs-actions.pod:6817
9082 msgid "(Added in 1.0.55)"
9083 msgstr ""
9084
9085 #. type: =head2
9086 #: ../src/guestfs-actions.pod:1987
9087 msgid "guestfs_get_network"
9088 msgstr ""
9089
9090 #. type: verbatim
9091 #: ../src/guestfs-actions.pod:1989
9092 #, no-wrap
9093 msgid ""
9094 " int\n"
9095 " guestfs_get_network (guestfs_h *g);\n"
9096 "\n"
9097 msgstr ""
9098
9099 #. type: textblock
9100 #: ../src/guestfs-actions.pod:1992 ../fish/guestfish-actions.pod:1352
9101 msgid "This returns the enable network flag."
9102 msgstr ""
9103
9104 #. type: textblock
9105 #: ../src/guestfs-actions.pod:1996 ../src/guestfs-actions.pod:5960
9106 msgid "(Added in 1.5.4)"
9107 msgstr ""
9108
9109 #. type: =head2
9110 #: ../src/guestfs-actions.pod:1998
9111 msgid "guestfs_get_path"
9112 msgstr ""
9113
9114 #. type: verbatim
9115 #: ../src/guestfs-actions.pod:2000
9116 #, no-wrap
9117 msgid ""
9118 " const char *\n"
9119 " guestfs_get_path (guestfs_h *g);\n"
9120 "\n"
9121 msgstr ""
9122
9123 #. type: textblock
9124 #: ../src/guestfs-actions.pod:2003 ../fish/guestfish-actions.pod:1358
9125 msgid "Return the current search path."
9126 msgstr ""
9127
9128 #. type: textblock
9129 #: ../src/guestfs-actions.pod:2005 ../fish/guestfish-actions.pod:1360
9130 msgid ""
9131 "This is always non-NULL.  If it wasn't set already, then this will return "
9132 "the default path."
9133 msgstr ""
9134
9135 #. type: textblock
9136 #: ../src/guestfs-actions.pod:2008 ../src/guestfs-actions.pod:2037
9137 msgid ""
9138 "This function returns a string, or NULL on error.  The string is owned by "
9139 "the guest handle and must I<not> be freed."
9140 msgstr ""
9141
9142 #. type: =head2
9143 #: ../src/guestfs-actions.pod:2013
9144 msgid "guestfs_get_pid"
9145 msgstr ""
9146
9147 #. type: verbatim
9148 #: ../src/guestfs-actions.pod:2015
9149 #, no-wrap
9150 msgid ""
9151 " int\n"
9152 " guestfs_get_pid (guestfs_h *g);\n"
9153 "\n"
9154 msgstr ""
9155
9156 #. type: textblock
9157 #: ../src/guestfs-actions.pod:2018 ../fish/guestfish-actions.pod:1369
9158 msgid ""
9159 "Return the process ID of the qemu subprocess.  If there is no qemu "
9160 "subprocess, then this will return an error."
9161 msgstr ""
9162
9163 #. type: textblock
9164 #: ../src/guestfs-actions.pod:2021 ../fish/guestfish-actions.pod:1372
9165 msgid "This is an internal call used for debugging and testing."
9166 msgstr ""
9167
9168 #. type: textblock
9169 #: ../src/guestfs-actions.pod:2025
9170 msgid "(Added in 1.0.56)"
9171 msgstr ""
9172
9173 #. type: =head2
9174 #: ../src/guestfs-actions.pod:2027
9175 msgid "guestfs_get_qemu"
9176 msgstr ""
9177
9178 #. type: verbatim
9179 #: ../src/guestfs-actions.pod:2029
9180 #, no-wrap
9181 msgid ""
9182 " const char *\n"
9183 " guestfs_get_qemu (guestfs_h *g);\n"
9184 "\n"
9185 msgstr ""
9186
9187 #. type: textblock
9188 #: ../src/guestfs-actions.pod:2032 ../fish/guestfish-actions.pod:1378
9189 msgid "Return the current qemu binary."
9190 msgstr ""
9191
9192 #. type: textblock
9193 #: ../src/guestfs-actions.pod:2034 ../fish/guestfish-actions.pod:1380
9194 msgid ""
9195 "This is always non-NULL.  If it wasn't set already, then this will return "
9196 "the default qemu binary name."
9197 msgstr ""
9198
9199 #. type: textblock
9200 #: ../src/guestfs-actions.pod:2040 ../src/guestfs-actions.pod:6005
9201 msgid "(Added in 1.0.6)"
9202 msgstr ""
9203
9204 #. type: =head2
9205 #: ../src/guestfs-actions.pod:2042
9206 msgid "guestfs_get_recovery_proc"
9207 msgstr ""
9208
9209 #. type: verbatim
9210 #: ../src/guestfs-actions.pod:2044
9211 #, no-wrap
9212 msgid ""
9213 " int\n"
9214 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9215 "\n"
9216 msgstr ""
9217
9218 #. type: textblock
9219 #: ../src/guestfs-actions.pod:2047 ../fish/guestfish-actions.pod:1387
9220 msgid "Return the recovery process enabled flag."
9221 msgstr ""
9222
9223 #. type: textblock
9224 #: ../src/guestfs-actions.pod:2051 ../src/guestfs-actions.pod:3498 ../src/guestfs-actions.pod:3795 ../src/guestfs-actions.pod:4195 ../src/guestfs-actions.pod:4227 ../src/guestfs-actions.pod:5264 ../src/guestfs-actions.pod:5607 ../src/guestfs-actions.pod:6029 ../src/guestfs-actions.pod:6720 ../src/guestfs-actions.pod:6740 ../src/guestfs-actions.pod:6932
9225 msgid "(Added in 1.0.77)"
9226 msgstr ""
9227
9228 #. type: =head2
9229 #: ../src/guestfs-actions.pod:2053
9230 msgid "guestfs_get_selinux"
9231 msgstr ""
9232
9233 #. type: verbatim
9234 #: ../src/guestfs-actions.pod:2055
9235 #, no-wrap
9236 msgid ""
9237 " int\n"
9238 " guestfs_get_selinux (guestfs_h *g);\n"
9239 "\n"
9240 msgstr ""
9241
9242 #. type: textblock
9243 #: ../src/guestfs-actions.pod:2058
9244 msgid ""
9245 "This returns the current setting of the selinux flag which is passed to the "
9246 "appliance at boot time.  See C<guestfs_set_selinux>."
9247 msgstr ""
9248
9249 #. type: textblock
9250 #: ../src/guestfs-actions.pod:2066 ../src/guestfs-actions.pod:2129 ../src/guestfs-actions.pod:6048 ../src/guestfs-actions.pod:6106
9251 msgid "(Added in 1.0.67)"
9252 msgstr ""
9253
9254 #. type: =head2
9255 #: ../src/guestfs-actions.pod:2068
9256 msgid "guestfs_get_state"
9257 msgstr ""
9258
9259 #. type: verbatim
9260 #: ../src/guestfs-actions.pod:2070
9261 #, no-wrap
9262 msgid ""
9263 " int\n"
9264 " guestfs_get_state (guestfs_h *g);\n"
9265 "\n"
9266 msgstr ""
9267
9268 #. type: textblock
9269 #: ../src/guestfs-actions.pod:2073 ../fish/guestfish-actions.pod:1403
9270 msgid ""
9271 "This returns the current state as an opaque integer.  This is only useful "
9272 "for printing debug and internal error messages."
9273 msgstr ""
9274
9275 #. type: textblock
9276 #: ../src/guestfs-actions.pod:2076 ../src/guestfs-actions.pod:3296 ../src/guestfs-actions.pod:3325 ../src/guestfs-actions.pod:3386 ../src/guestfs-actions.pod:3413 ../fish/guestfish-actions.pod:1406 ../fish/guestfish-actions.pod:2320 ../fish/guestfish-actions.pod:2338 ../fish/guestfish-actions.pod:2376 ../fish/guestfish-actions.pod:2392
9277 msgid "For more information on states, see L<guestfs(3)>."
9278 msgstr ""
9279
9280 #. type: =head2
9281 #: ../src/guestfs-actions.pod:2082
9282 msgid "guestfs_get_trace"
9283 msgstr ""
9284
9285 #. type: verbatim
9286 #: ../src/guestfs-actions.pod:2084
9287 #, no-wrap
9288 msgid ""
9289 " int\n"
9290 " guestfs_get_trace (guestfs_h *g);\n"
9291 "\n"
9292 msgstr ""
9293
9294 #. type: textblock
9295 #: ../src/guestfs-actions.pod:2087 ../fish/guestfish-actions.pod:1412
9296 msgid "Return the command trace flag."
9297 msgstr ""
9298
9299 #. type: =head2
9300 #: ../src/guestfs-actions.pod:2093
9301 msgid "guestfs_get_umask"
9302 msgstr ""
9303
9304 #. type: verbatim
9305 #: ../src/guestfs-actions.pod:2095
9306 #, no-wrap
9307 msgid ""
9308 " int\n"
9309 " guestfs_get_umask (guestfs_h *g);\n"
9310 "\n"
9311 msgstr ""
9312
9313 #. type: textblock
9314 #: ../src/guestfs-actions.pod:2098
9315 msgid ""
9316 "Return the current umask.  By default the umask is C<022> unless it has been "
9317 "set by calling C<guestfs_umask>."
9318 msgstr ""
9319
9320 #. type: =head2
9321 #: ../src/guestfs-actions.pod:2105
9322 msgid "guestfs_get_verbose"
9323 msgstr ""
9324
9325 #. type: verbatim
9326 #: ../src/guestfs-actions.pod:2107
9327 #, no-wrap
9328 msgid ""
9329 " int\n"
9330 " guestfs_get_verbose (guestfs_h *g);\n"
9331 "\n"
9332 msgstr ""
9333
9334 #. type: textblock
9335 #: ../src/guestfs-actions.pod:2110 ../fish/guestfish-actions.pod:1425
9336 msgid "This returns the verbose messages flag."
9337 msgstr ""
9338
9339 #. type: =head2
9340 #: ../src/guestfs-actions.pod:2116
9341 msgid "guestfs_getcon"
9342 msgstr ""
9343
9344 #. type: verbatim
9345 #: ../src/guestfs-actions.pod:2118
9346 #, no-wrap
9347 msgid ""
9348 " char *\n"
9349 " guestfs_getcon (guestfs_h *g);\n"
9350 "\n"
9351 msgstr ""
9352
9353 #. type: textblock
9354 #: ../src/guestfs-actions.pod:2121 ../fish/guestfish-actions.pod:1431
9355 msgid "This gets the SELinux security context of the daemon."
9356 msgstr ""
9357
9358 #. type: textblock
9359 #: ../src/guestfs-actions.pod:2123
9360 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
9361 msgstr ""
9362
9363 #. type: =head2
9364 #: ../src/guestfs-actions.pod:2131
9365 msgid "guestfs_getxattr"
9366 msgstr ""
9367
9368 #. type: verbatim
9369 #: ../src/guestfs-actions.pod:2133
9370 #, no-wrap
9371 msgid ""
9372 " char *\n"
9373 " guestfs_getxattr (guestfs_h *g,\n"
9374 "                   const char *path,\n"
9375 "                   const char *name,\n"
9376 "                   size_t *size_r);\n"
9377 "\n"
9378 msgstr ""
9379
9380 #. type: textblock
9381 #: ../src/guestfs-actions.pod:2139
9382 msgid ""
9383 "Get a single extended attribute from file C<path> named C<name>.  This call "
9384 "follows symlinks.  If you want to lookup an extended attribute for the "
9385 "symlink itself, use C<guestfs_lgetxattr>."
9386 msgstr ""
9387
9388 #. type: textblock
9389 #: ../src/guestfs-actions.pod:2143 ../src/guestfs-actions.pod:3512
9390 msgid ""
9391 "Normally it is better to get all extended attributes from a file in one go "
9392 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
9393 "implementations are buggy and do not provide a way to list out attributes.  "
9394 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
9395 "extended attributes you want in advance and call this function."
9396 msgstr ""
9397
9398 #. type: textblock
9399 #: ../src/guestfs-actions.pod:2150 ../src/guestfs-actions.pod:3519 ../fish/guestfish-actions.pod:1451 ../fish/guestfish-actions.pod:2457
9400 msgid ""
9401 "Extended attribute values are blobs of binary data.  If there is no extended "
9402 "attribute named C<name>, this returns an error."
9403 msgstr ""
9404
9405 #. type: textblock
9406 #: ../src/guestfs-actions.pod:2153
9407 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
9408 msgstr ""
9409
9410 #. type: textblock
9411 #: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:2346 ../src/guestfs-actions.pod:3524 ../src/guestfs-actions.pod:5257 ../src/guestfs-actions.pod:5283 ../src/guestfs-actions.pod:5464
9412 msgid ""
9413 "This function returns a buffer, or NULL on error.  The size of the returned "
9414 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
9415 "after use>."
9416 msgstr ""
9417
9418 #. type: textblock
9419 #: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3528
9420 msgid "(Added in 1.7.24)"
9421 msgstr ""
9422
9423 #. type: =head2
9424 #: ../src/guestfs-actions.pod:2161
9425 msgid "guestfs_getxattrs"
9426 msgstr ""
9427
9428 #. type: verbatim
9429 #: ../src/guestfs-actions.pod:2163
9430 #, no-wrap
9431 msgid ""
9432 " struct guestfs_xattr_list *\n"
9433 " guestfs_getxattrs (guestfs_h *g,\n"
9434 "                    const char *path);\n"
9435 "\n"
9436 msgstr ""
9437
9438 #. type: textblock
9439 #: ../src/guestfs-actions.pod:2167 ../fish/guestfish-actions.pod:1460
9440 msgid "This call lists the extended attributes of the file or directory C<path>."
9441 msgstr ""
9442
9443 #. type: textblock
9444 #: ../src/guestfs-actions.pod:2170 ../fish/guestfish-actions.pod:1463
9445 msgid ""
9446 "At the system call level, this is a combination of the L<listxattr(2)> and "
9447 "L<getxattr(2)> calls."
9448 msgstr ""
9449
9450 #. type: textblock
9451 #: ../src/guestfs-actions.pod:2173
9452 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
9453 msgstr ""
9454
9455 #. type: textblock
9456 #: ../src/guestfs-actions.pod:2175 ../src/guestfs-actions.pod:3540 ../src/guestfs-actions.pod:4191
9457 msgid ""
9458 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
9459 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
9460 msgstr ""
9461
9462 #. type: textblock
9463 #: ../src/guestfs-actions.pod:2179 ../src/guestfs-actions.pod:3544 ../src/guestfs-actions.pod:3709 ../src/guestfs-actions.pod:3745 ../src/guestfs-actions.pod:5637 ../src/guestfs-actions.pod:6125 ../src/guestfs-actions.pod:7495
9464 msgid "(Added in 1.0.59)"
9465 msgstr ""
9466
9467 #. type: =head2
9468 #: ../src/guestfs-actions.pod:2181
9469 msgid "guestfs_glob_expand"
9470 msgstr ""
9471
9472 #. type: verbatim
9473 #: ../src/guestfs-actions.pod:2183
9474 #, no-wrap
9475 msgid ""
9476 " char **\n"
9477 " guestfs_glob_expand (guestfs_h *g,\n"
9478 "                      const char *pattern);\n"
9479 "\n"
9480 msgstr ""
9481
9482 #. type: textblock
9483 #: ../src/guestfs-actions.pod:2187 ../fish/guestfish-actions.pod:1472
9484 msgid ""
9485 "This command searches for all the pathnames matching C<pattern> according to "
9486 "the wildcard expansion rules used by the shell."
9487 msgstr ""
9488
9489 #. type: textblock
9490 #: ../src/guestfs-actions.pod:2191 ../fish/guestfish-actions.pod:1476
9491 msgid "If no paths match, then this returns an empty list (note: not an error)."
9492 msgstr ""
9493
9494 #. type: textblock
9495 #: ../src/guestfs-actions.pod:2194 ../fish/guestfish-actions.pod:1479
9496 msgid ""
9497 "It is just a wrapper around the C L<glob(3)> function with flags "
9498 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
9499 msgstr ""
9500
9501 #. type: textblock
9502 #: ../src/guestfs-actions.pod:2202 ../src/guestfs-actions.pod:6318 ../src/guestfs-actions.pod:6335
9503 msgid "(Added in 1.0.50)"
9504 msgstr ""
9505
9506 #. type: =head2
9507 #: ../src/guestfs-actions.pod:2204
9508 msgid "guestfs_grep"
9509 msgstr ""
9510
9511 #. type: verbatim
9512 #: ../src/guestfs-actions.pod:2206
9513 #, no-wrap
9514 msgid ""
9515 " char **\n"
9516 " guestfs_grep (guestfs_h *g,\n"
9517 "               const char *regex,\n"
9518 "               const char *path);\n"
9519 "\n"
9520 msgstr ""
9521
9522 #. type: textblock
9523 #: ../src/guestfs-actions.pod:2211 ../fish/guestfish-actions.pod:1487
9524 msgid "This calls the external C<grep> program and returns the matching lines."
9525 msgstr ""
9526
9527 #. type: =head2
9528 #: ../src/guestfs-actions.pod:2223
9529 msgid "guestfs_grepi"
9530 msgstr ""
9531
9532 #. type: verbatim
9533 #: ../src/guestfs-actions.pod:2225
9534 #, no-wrap
9535 msgid ""
9536 " char **\n"
9537 " guestfs_grepi (guestfs_h *g,\n"
9538 "                const char *regex,\n"
9539 "                const char *path);\n"
9540 "\n"
9541 msgstr ""
9542
9543 #. type: textblock
9544 #: ../src/guestfs-actions.pod:2230 ../fish/guestfish-actions.pod:1497
9545 msgid "This calls the external C<grep -i> program and returns the matching lines."
9546 msgstr ""
9547
9548 #. type: =head2
9549 #: ../src/guestfs-actions.pod:2242
9550 msgid "guestfs_grub_install"
9551 msgstr ""
9552
9553 #. type: verbatim
9554 #: ../src/guestfs-actions.pod:2244
9555 #, no-wrap
9556 msgid ""
9557 " int\n"
9558 " guestfs_grub_install (guestfs_h *g,\n"
9559 "                       const char *root,\n"
9560 "                       const char *device);\n"
9561 "\n"
9562 msgstr ""
9563
9564 #. type: textblock
9565 #: ../src/guestfs-actions.pod:2249 ../fish/guestfish-actions.pod:1507
9566 msgid ""
9567 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
9568 "the root directory being C<root>."
9569 msgstr ""
9570
9571 #. type: textblock
9572 #: ../src/guestfs-actions.pod:2252 ../fish/guestfish-actions.pod:1510
9573 msgid ""
9574 "Note: If grub-install reports the error \"No suitable drive was found in the "
9575 "generated device map.\" it may be that you need to create a "
9576 "C</boot/grub/device.map> file first that contains the mapping between grub "
9577 "device names and Linux device names.  It is usually sufficient to create a "
9578 "file containing:"
9579 msgstr ""
9580
9581 #. type: verbatim
9582 #: ../src/guestfs-actions.pod:2259 ../fish/guestfish-actions.pod:1517
9583 #, no-wrap
9584 msgid ""
9585 " (hd0) /dev/vda\n"
9586 "\n"
9587 msgstr ""
9588
9589 #. type: textblock
9590 #: ../src/guestfs-actions.pod:2261 ../fish/guestfish-actions.pod:1519
9591 msgid "replacing C</dev/vda> with the name of the installation device."
9592 msgstr ""
9593
9594 #. type: textblock
9595 #: ../src/guestfs-actions.pod:2265
9596 msgid "(Added in 1.0.17)"
9597 msgstr ""
9598
9599 #. type: =head2
9600 #: ../src/guestfs-actions.pod:2267
9601 msgid "guestfs_head"
9602 msgstr ""
9603
9604 #. type: verbatim
9605 #: ../src/guestfs-actions.pod:2269
9606 #, no-wrap
9607 msgid ""
9608 " char **\n"
9609 " guestfs_head (guestfs_h *g,\n"
9610 "               const char *path);\n"
9611 "\n"
9612 msgstr ""
9613
9614 #. type: textblock
9615 #: ../src/guestfs-actions.pod:2273 ../fish/guestfish-actions.pod:1525
9616 msgid ""
9617 "This command returns up to the first 10 lines of a file as a list of "
9618 "strings."
9619 msgstr ""
9620
9621 #. type: =head2
9622 #: ../src/guestfs-actions.pod:2285
9623 msgid "guestfs_head_n"
9624 msgstr ""
9625
9626 #. type: verbatim
9627 #: ../src/guestfs-actions.pod:2287
9628 #, no-wrap
9629 msgid ""
9630 " char **\n"
9631 " guestfs_head_n (guestfs_h *g,\n"
9632 "                 int nrlines,\n"
9633 "                 const char *path);\n"
9634 "\n"
9635 msgstr ""
9636
9637 #. type: textblock
9638 #: ../src/guestfs-actions.pod:2292 ../fish/guestfish-actions.pod:1535
9639 msgid ""
9640 "If the parameter C<nrlines> is a positive number, this returns the first "
9641 "C<nrlines> lines of the file C<path>."
9642 msgstr ""
9643
9644 #. type: textblock
9645 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1538
9646 msgid ""
9647 "If the parameter C<nrlines> is a negative number, this returns lines from "
9648 "the file C<path>, excluding the last C<nrlines> lines."
9649 msgstr ""
9650
9651 #. type: textblock
9652 #: ../src/guestfs-actions.pod:2298 ../src/guestfs-actions.pod:6615 ../fish/guestfish-actions.pod:1541 ../fish/guestfish-actions.pod:4471
9653 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
9654 msgstr ""
9655
9656 #. type: =head2
9657 #: ../src/guestfs-actions.pod:2309
9658 msgid "guestfs_hexdump"
9659 msgstr ""
9660
9661 #. type: verbatim
9662 #: ../src/guestfs-actions.pod:2311
9663 #, no-wrap
9664 msgid ""
9665 " char *\n"
9666 " guestfs_hexdump (guestfs_h *g,\n"
9667 "                  const char *path);\n"
9668 "\n"
9669 msgstr ""
9670
9671 #. type: textblock
9672 #: ../src/guestfs-actions.pod:2315 ../fish/guestfish-actions.pod:1550
9673 msgid ""
9674 "This runs C<hexdump -C> on the given C<path>.  The result is the "
9675 "human-readable, canonical hex dump of the file."
9676 msgstr ""
9677
9678 #. type: textblock
9679 #: ../src/guestfs-actions.pod:2324 ../src/guestfs-actions.pod:6399 ../src/guestfs-actions.pod:6454
9680 msgid "(Added in 1.0.22)"
9681 msgstr ""
9682
9683 #. type: =head2
9684 #: ../src/guestfs-actions.pod:2326
9685 msgid "guestfs_initrd_cat"
9686 msgstr ""
9687
9688 #. type: verbatim
9689 #: ../src/guestfs-actions.pod:2328
9690 #, no-wrap
9691 msgid ""
9692 " char *\n"
9693 " guestfs_initrd_cat (guestfs_h *g,\n"
9694 "                     const char *initrdpath,\n"
9695 "                     const char *filename,\n"
9696 "                     size_t *size_r);\n"
9697 "\n"
9698 msgstr ""
9699
9700 #. type: textblock
9701 #: ../src/guestfs-actions.pod:2334 ../fish/guestfish-actions.pod:1560
9702 msgid ""
9703 "This command unpacks the file C<filename> from the initrd file called "
9704 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
9705 "character."
9706 msgstr ""
9707
9708 #. type: textblock
9709 #: ../src/guestfs-actions.pod:2338 ../fish/guestfish-actions.pod:1564
9710 msgid ""
9711 "For example, in guestfish you could use the following command to examine the "
9712 "boot script (usually called C</init>)  contained in a Linux initrd or "
9713 "initramfs image:"
9714 msgstr ""
9715
9716 #. type: verbatim
9717 #: ../src/guestfs-actions.pod:2342 ../fish/guestfish-actions.pod:1568
9718 #, no-wrap
9719 msgid ""
9720 " initrd-cat /boot/initrd-<version>.img init\n"
9721 "\n"
9722 msgstr ""
9723
9724 #. type: textblock
9725 #: ../src/guestfs-actions.pod:2344
9726 msgid "See also C<guestfs_initrd_list>."
9727 msgstr ""
9728
9729 #. type: =head2
9730 #: ../src/guestfs-actions.pod:2355
9731 msgid "guestfs_initrd_list"
9732 msgstr ""
9733
9734 #. type: verbatim
9735 #: ../src/guestfs-actions.pod:2357
9736 #, no-wrap
9737 msgid ""
9738 " char **\n"
9739 " guestfs_initrd_list (guestfs_h *g,\n"
9740 "                      const char *path);\n"
9741 "\n"
9742 msgstr ""
9743
9744 #. type: textblock
9745 #: ../src/guestfs-actions.pod:2361 ../fish/guestfish-actions.pod:1579
9746 msgid "This command lists out files contained in an initrd."
9747 msgstr ""
9748
9749 #. type: textblock
9750 #: ../src/guestfs-actions.pod:2363 ../fish/guestfish-actions.pod:1581
9751 msgid ""
9752 "The files are listed without any initial C</> character.  The files are "
9753 "listed in the order they appear (not necessarily alphabetical).  Directory "
9754 "names are listed as separate items."
9755 msgstr ""
9756
9757 #. type: textblock
9758 #: ../src/guestfs-actions.pod:2367 ../fish/guestfish-actions.pod:1585
9759 msgid ""
9760 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
9761 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
9762 "files)."
9763 msgstr ""
9764
9765 #. type: =head2
9766 #: ../src/guestfs-actions.pod:2377
9767 msgid "guestfs_inotify_add_watch"
9768 msgstr ""
9769
9770 #. type: verbatim
9771 #: ../src/guestfs-actions.pod:2379
9772 #, no-wrap
9773 msgid ""
9774 " int64_t\n"
9775 " guestfs_inotify_add_watch (guestfs_h *g,\n"
9776 "                            const char *path,\n"
9777 "                            int mask);\n"
9778 "\n"
9779 msgstr ""
9780
9781 #. type: textblock
9782 #: ../src/guestfs-actions.pod:2384 ../fish/guestfish-actions.pod:1593
9783 msgid "Watch C<path> for the events listed in C<mask>."
9784 msgstr ""
9785
9786 #. type: textblock
9787 #: ../src/guestfs-actions.pod:2386 ../fish/guestfish-actions.pod:1595
9788 msgid ""
9789 "Note that if C<path> is a directory then events within that directory are "
9790 "watched, but this does I<not> happen recursively (in subdirectories)."
9791 msgstr ""
9792
9793 #. type: textblock
9794 #: ../src/guestfs-actions.pod:2390 ../fish/guestfish-actions.pod:1599
9795 msgid ""
9796 "Note for non-C or non-Linux callers: the inotify events are defined by the "
9797 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
9798 msgstr ""
9799
9800 #. type: =head2
9801 #: ../src/guestfs-actions.pod:2398
9802 msgid "guestfs_inotify_close"
9803 msgstr ""
9804
9805 #. type: verbatim
9806 #: ../src/guestfs-actions.pod:2400
9807 #, no-wrap
9808 msgid ""
9809 " int\n"
9810 " guestfs_inotify_close (guestfs_h *g);\n"
9811 "\n"
9812 msgstr ""
9813
9814 #. type: textblock
9815 #: ../src/guestfs-actions.pod:2403 ../fish/guestfish-actions.pod:1607
9816 msgid ""
9817 "This closes the inotify handle which was previously opened by inotify_init.  "
9818 "It removes all watches, throws away any pending events, and deallocates all "
9819 "resources."
9820 msgstr ""
9821
9822 #. type: =head2
9823 #: ../src/guestfs-actions.pod:2411
9824 msgid "guestfs_inotify_files"
9825 msgstr ""
9826
9827 #. type: verbatim
9828 #: ../src/guestfs-actions.pod:2413
9829 #, no-wrap
9830 msgid ""
9831 " char **\n"
9832 " guestfs_inotify_files (guestfs_h *g);\n"
9833 "\n"
9834 msgstr ""
9835
9836 #. type: textblock
9837 #: ../src/guestfs-actions.pod:2416
9838 msgid ""
9839 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9840 "returns a list of pathnames of objects that were touched.  The returned "
9841 "pathnames are sorted and deduplicated."
9842 msgstr ""
9843
9844 #. type: =head2
9845 #: ../src/guestfs-actions.pod:2426
9846 msgid "guestfs_inotify_init"
9847 msgstr ""
9848
9849 #. type: verbatim
9850 #: ../src/guestfs-actions.pod:2428
9851 #, no-wrap
9852 msgid ""
9853 " int\n"
9854 " guestfs_inotify_init (guestfs_h *g,\n"
9855 "                       int maxevents);\n"
9856 "\n"
9857 msgstr ""
9858
9859 #. type: textblock
9860 #: ../src/guestfs-actions.pod:2432 ../fish/guestfish-actions.pod:1623
9861 msgid ""
9862 "This command creates a new inotify handle.  The inotify subsystem can be "
9863 "used to notify events which happen to objects in the guest filesystem."
9864 msgstr ""
9865
9866 #. type: textblock
9867 #: ../src/guestfs-actions.pod:2436
9868 msgid ""
9869 "C<maxevents> is the maximum number of events which will be queued up between "
9870 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9871 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9872 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9873 "throws away events, but records the fact that it threw them away by setting "
9874 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9875 "C<guestfs_inotify_read>)."
9876 msgstr ""
9877
9878 #. type: textblock
9879 #: ../src/guestfs-actions.pod:2446
9880 msgid ""
9881 "Before any events are generated, you have to add some watches to the "
9882 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9883 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9884 msgstr ""
9885
9886 #. type: textblock
9887 #: ../src/guestfs-actions.pod:2452
9888 msgid ""
9889 "Queued up events should be read periodically by calling "
9890 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9891 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9892 "often enough then you risk the internal queue overflowing."
9893 msgstr ""
9894
9895 #. type: textblock
9896 #: ../src/guestfs-actions.pod:2459
9897 msgid ""
9898 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9899 "This also removes any watches automatically."
9900 msgstr ""
9901
9902 #. type: textblock
9903 #: ../src/guestfs-actions.pod:2463 ../fish/guestfish-actions.pod:1654
9904 msgid ""
9905 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9906 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9907 "that there is one global inotify handle per libguestfs instance."
9908 msgstr ""
9909
9910 #. type: =head2
9911 #: ../src/guestfs-actions.pod:2472
9912 msgid "guestfs_inotify_read"
9913 msgstr ""
9914
9915 #. type: verbatim
9916 #: ../src/guestfs-actions.pod:2474
9917 #, no-wrap
9918 msgid ""
9919 " struct guestfs_inotify_event_list *\n"
9920 " guestfs_inotify_read (guestfs_h *g);\n"
9921 "\n"
9922 msgstr ""
9923
9924 #. type: textblock
9925 #: ../src/guestfs-actions.pod:2477 ../fish/guestfish-actions.pod:1663
9926 msgid ""
9927 "Return the complete queue of events that have happened since the previous "
9928 "read call."
9929 msgstr ""
9930
9931 #. type: textblock
9932 #: ../src/guestfs-actions.pod:2480 ../fish/guestfish-actions.pod:1666
9933 msgid "If no events have happened, this returns an empty list."
9934 msgstr ""
9935
9936 #. type: textblock
9937 #: ../src/guestfs-actions.pod:2482 ../fish/guestfish-actions.pod:1668
9938 msgid ""
9939 "I<Note>: In order to make sure that all events have been read, you must call "
9940 "this function repeatedly until it returns an empty list.  The reason is that "
9941 "the call will read events up to the maximum appliance-to-host message size "
9942 "and leave remaining events in the queue."
9943 msgstr ""
9944
9945 #. type: textblock
9946 #: ../src/guestfs-actions.pod:2488
9947 msgid ""
9948 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9949 "there was an error.  I<The caller must call "
9950 "C<guestfs_free_inotify_event_list> after use>."
9951 msgstr ""
9952
9953 #. type: =head2
9954 #: ../src/guestfs-actions.pod:2494
9955 msgid "guestfs_inotify_rm_watch"
9956 msgstr ""
9957
9958 #. type: verbatim
9959 #: ../src/guestfs-actions.pod:2496
9960 #, no-wrap
9961 msgid ""
9962 " int\n"
9963 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9964 "                           int wd);\n"
9965 "\n"
9966 msgstr ""
9967
9968 #. type: textblock
9969 #: ../src/guestfs-actions.pod:2500
9970 msgid ""
9971 "Remove a previously defined inotify watch.  See "
9972 "C<guestfs_inotify_add_watch>."
9973 msgstr ""
9974
9975 #. type: =head2
9976 #: ../src/guestfs-actions.pod:2507
9977 msgid "guestfs_inspect_get_arch"
9978 msgstr ""
9979
9980 #. type: verbatim
9981 #: ../src/guestfs-actions.pod:2509
9982 #, no-wrap
9983 msgid ""
9984 " char *\n"
9985 " guestfs_inspect_get_arch (guestfs_h *g,\n"
9986 "                           const char *root);\n"
9987 "\n"
9988 msgstr ""
9989
9990 #. type: textblock
9991 #: ../src/guestfs-actions.pod:2513 ../src/guestfs-actions.pod:2536 ../src/guestfs-actions.pod:2629 ../src/guestfs-actions.pod:2673 ../src/guestfs-actions.pod:2699 ../src/guestfs-actions.pod:2738 ../src/guestfs-actions.pod:2760 ../src/guestfs-actions.pod:2787 ../src/guestfs-actions.pod:2808 ../src/guestfs-actions.pod:2851 ../src/guestfs-actions.pod:2880 ../src/guestfs-actions.pod:2911 ../src/guestfs-actions.pod:2935 ../src/guestfs-actions.pod:2990 ../src/guestfs-actions.pod:3032 ../src/guestfs-actions.pod:3053 ../src/guestfs-actions.pod:3076 ../src/guestfs-actions.pod:3093 ../src/guestfs-actions.pod:3110 ../src/guestfs-actions.pod:3129
9992 msgid ""
9993 "This function should only be called with a root device string as returned by "
9994 "C<guestfs_inspect_os>."
9995 msgstr ""
9996
9997 #. type: textblock
9998 #: ../src/guestfs-actions.pod:2516
9999 msgid ""
10000 "This returns the architecture of the inspected operating system.  The "
10001 "possible return values are listed under C<guestfs_file_architecture>."
10002 msgstr ""
10003
10004 #. type: textblock
10005 #: ../src/guestfs-actions.pod:2520 ../fish/guestfish-actions.pod:1692
10006 msgid ""
10007 "If the architecture could not be determined, then the string C<unknown> is "
10008 "returned."
10009 msgstr ""
10010
10011 #. type: textblock
10012 #: ../src/guestfs-actions.pod:2523 ../src/guestfs-actions.pod:2616 ../src/guestfs-actions.pod:2727 ../src/guestfs-actions.pod:2747 ../src/guestfs-actions.pod:2775 ../src/guestfs-actions.pod:2867 ../src/guestfs-actions.pod:2898 ../src/guestfs-actions.pod:2922 ../src/guestfs-actions.pod:2976 ../src/guestfs-actions.pod:3019 ../src/guestfs-actions.pod:3042 ../src/guestfs-actions.pod:3063 ../src/guestfs-actions.pod:3083 ../src/guestfs-actions.pod:3100 ../src/guestfs-actions.pod:3119 ../src/guestfs-actions.pod:3222 ../src/guestfs-actions.pod:3263 ../fish/guestfish-actions.pod:1695 ../fish/guestfish-actions.pod:1781 ../fish/guestfish-actions.pod:1869 ../fish/guestfish-actions.pod:1884 ../fish/guestfish-actions.pod:1905 ../fish/guestfish-actions.pod:1975 ../fish/guestfish-actions.pod:1999 ../fish/guestfish-actions.pod:2016 ../fish/guestfish-actions.pod:2059 ../fish/guestfish-actions.pod:2094 ../fish/guestfish-actions.pod:2110 ../fish/guestfish-actions.pod:2126 ../fish/guestfish-actions.pod:2139 ../fish/guestfish-actions.pod:2152 ../fish/guestfish-actions.pod:2167 ../fish/guestfish-actions.pod:2266 ../fish/guestfish-actions.pod:2300
10013 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10014 msgstr ""
10015
10016 #. type: =head2
10017 #: ../src/guestfs-actions.pod:2530
10018 msgid "guestfs_inspect_get_distro"
10019 msgstr ""
10020
10021 #. type: verbatim
10022 #: ../src/guestfs-actions.pod:2532
10023 #, no-wrap
10024 msgid ""
10025 " char *\n"
10026 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10027 "                             const char *root);\n"
10028 "\n"
10029 msgstr ""
10030
10031 #. type: textblock
10032 #: ../src/guestfs-actions.pod:2539 ../fish/guestfish-actions.pod:1704
10033 msgid "This returns the distro (distribution) of the inspected operating system."
10034 msgstr ""
10035
10036 #. type: textblock
10037 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1707
10038 msgid "Currently defined distros are:"
10039 msgstr ""
10040
10041 #. type: =item
10042 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1711
10043 msgid "\"archlinux\""
10044 msgstr ""
10045
10046 #. type: textblock
10047 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1713
10048 msgid "Arch Linux."
10049 msgstr ""
10050
10051 #. type: =item
10052 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1715
10053 msgid "\"centos\""
10054 msgstr ""
10055
10056 #. type: textblock
10057 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1717
10058 msgid "CentOS."
10059 msgstr ""
10060
10061 #. type: =item
10062 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1719
10063 msgid "\"debian\""
10064 msgstr ""
10065
10066 #. type: textblock
10067 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1721
10068 msgid "Debian."
10069 msgstr ""
10070
10071 #. type: =item
10072 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1723
10073 msgid "\"fedora\""
10074 msgstr ""
10075
10076 #. type: textblock
10077 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1725
10078 msgid "Fedora."
10079 msgstr ""
10080
10081 #. type: =item
10082 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1727
10083 msgid "\"gentoo\""
10084 msgstr ""
10085
10086 #. type: textblock
10087 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1729
10088 msgid "Gentoo."
10089 msgstr ""
10090
10091 #. type: =item
10092 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1731
10093 msgid "\"linuxmint\""
10094 msgstr ""
10095
10096 #. type: textblock
10097 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1733
10098 msgid "Linux Mint."
10099 msgstr ""
10100
10101 #. type: =item
10102 #: ../src/guestfs-actions.pod:2570 ../fish/guestfish-actions.pod:1735
10103 msgid "\"mandriva\""
10104 msgstr ""
10105
10106 #. type: textblock
10107 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1737
10108 msgid "Mandriva."
10109 msgstr ""
10110
10111 #. type: =item
10112 #: ../src/guestfs-actions.pod:2574 ../fish/guestfish-actions.pod:1739
10113 msgid "\"meego\""
10114 msgstr ""
10115
10116 #. type: textblock
10117 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1741
10118 msgid "MeeGo."
10119 msgstr ""
10120
10121 #. type: =item
10122 #: ../src/guestfs-actions.pod:2578 ../fish/guestfish-actions.pod:1743
10123 msgid "\"pardus\""
10124 msgstr ""
10125
10126 #. type: textblock
10127 #: ../src/guestfs-actions.pod:2580 ../fish/guestfish-actions.pod:1745
10128 msgid "Pardus."
10129 msgstr ""
10130
10131 #. type: =item
10132 #: ../src/guestfs-actions.pod:2582 ../fish/guestfish-actions.pod:1747
10133 msgid "\"redhat-based\""
10134 msgstr ""
10135
10136 #. type: textblock
10137 #: ../src/guestfs-actions.pod:2584 ../fish/guestfish-actions.pod:1749
10138 msgid "Some Red Hat-derived distro."
10139 msgstr ""
10140
10141 #. type: =item
10142 #: ../src/guestfs-actions.pod:2586 ../fish/guestfish-actions.pod:1751
10143 msgid "\"rhel\""
10144 msgstr ""
10145
10146 #. type: textblock
10147 #: ../src/guestfs-actions.pod:2588 ../fish/guestfish-actions.pod:1753
10148 msgid "Red Hat Enterprise Linux."
10149 msgstr ""
10150
10151 #. type: =item
10152 #: ../src/guestfs-actions.pod:2590 ../fish/guestfish-actions.pod:1755
10153 msgid "\"scientificlinux\""
10154 msgstr ""
10155
10156 #. type: textblock
10157 #: ../src/guestfs-actions.pod:2592 ../fish/guestfish-actions.pod:1757
10158 msgid "Scientific Linux."
10159 msgstr ""
10160
10161 #. type: =item
10162 #: ../src/guestfs-actions.pod:2594 ../fish/guestfish-actions.pod:1759
10163 msgid "\"slackware\""
10164 msgstr ""
10165
10166 #. type: textblock
10167 #: ../src/guestfs-actions.pod:2596 ../fish/guestfish-actions.pod:1761
10168 msgid "Slackware."
10169 msgstr ""
10170
10171 #. type: =item
10172 #: ../src/guestfs-actions.pod:2598 ../fish/guestfish-actions.pod:1763
10173 msgid "\"ubuntu\""
10174 msgstr ""
10175
10176 #. type: textblock
10177 #: ../src/guestfs-actions.pod:2600 ../fish/guestfish-actions.pod:1765
10178 msgid "Ubuntu."
10179 msgstr ""
10180
10181 #. type: =item
10182 #: ../src/guestfs-actions.pod:2602 ../src/guestfs-actions.pod:2718 ../src/guestfs-actions.pod:3010 ../fish/guestfish-actions.pod:1767 ../fish/guestfish-actions.pod:1860 ../fish/guestfish-actions.pod:2085
10183 msgid "\"unknown\""
10184 msgstr ""
10185
10186 #. type: textblock
10187 #: ../src/guestfs-actions.pod:2604 ../fish/guestfish-actions.pod:1769
10188 msgid "The distro could not be determined."
10189 msgstr ""
10190
10191 #. type: =item
10192 #: ../src/guestfs-actions.pod:2606 ../src/guestfs-actions.pod:3002 ../fish/guestfish-actions.pod:1771 ../fish/guestfish-actions.pod:2077
10193 msgid "\"windows\""
10194 msgstr ""
10195
10196 #. type: textblock
10197 #: ../src/guestfs-actions.pod:2608 ../fish/guestfish-actions.pod:1773
10198 msgid ""
10199 "Windows does not have distributions.  This string is returned if the OS type "
10200 "is Windows."
10201 msgstr ""
10202
10203 #. type: textblock
10204 #: ../src/guestfs-actions.pod:2613 ../src/guestfs-actions.pod:2724 ../src/guestfs-actions.pod:3016 ../fish/guestfish-actions.pod:1778 ../fish/guestfish-actions.pod:1866 ../fish/guestfish-actions.pod:2091
10205 msgid ""
10206 "Future versions of libguestfs may return other strings here.  The caller "
10207 "should be prepared to handle any string."
10208 msgstr ""
10209
10210 #. type: =head2
10211 #: ../src/guestfs-actions.pod:2623
10212 msgid "guestfs_inspect_get_drive_mappings"
10213 msgstr ""
10214
10215 #. type: verbatim
10216 #: ../src/guestfs-actions.pod:2625
10217 #, no-wrap
10218 msgid ""
10219 " char **\n"
10220 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
10221 "                                     const char *root);\n"
10222 "\n"
10223 msgstr ""
10224
10225 #. type: textblock
10226 #: ../src/guestfs-actions.pod:2632 ../fish/guestfish-actions.pod:1790
10227 msgid ""
10228 "This call is useful for Windows which uses a primitive system of assigning "
10229 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
10230 "Windows Registry to find out how disks/partitions are mapped to drive "
10231 "letters, and returns a hash table as in the example below:"
10232 msgstr ""
10233
10234 #. type: verbatim
10235 #: ../src/guestfs-actions.pod:2638 ../fish/guestfish-actions.pod:1796
10236 #, no-wrap
10237 msgid ""
10238 " C      =>     /dev/vda2\n"
10239 " E      =>     /dev/vdb1\n"
10240 " F      =>     /dev/vdc1\n"
10241 "\n"
10242 msgstr ""
10243
10244 #. type: textblock
10245 #: ../src/guestfs-actions.pod:2642 ../fish/guestfish-actions.pod:1800
10246 msgid ""
10247 "Note that keys are drive letters.  For Windows, the key is case insensitive "
10248 "and just contains the drive letter, without the customary colon separator "
10249 "character."
10250 msgstr ""
10251
10252 #. type: textblock
10253 #: ../src/guestfs-actions.pod:2646 ../fish/guestfish-actions.pod:1804
10254 msgid ""
10255 "In future we may support other operating systems that also used drive "
10256 "letters, but the keys for those might not be case insensitive and might be "
10257 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
10258 "C<h1> etc."
10259 msgstr ""
10260
10261 #. type: textblock
10262 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1809
10263 msgid ""
10264 "For Windows guests, currently only hard drive mappings are returned.  "
10265 "Removable disks (eg. DVD-ROMs) are ignored."
10266 msgstr ""
10267
10268 #. type: textblock
10269 #: ../src/guestfs-actions.pod:2654 ../fish/guestfish-actions.pod:1812
10270 msgid ""
10271 "For guests that do not use drive mappings, or if the drive mappings could "
10272 "not be determined, this returns an empty hash table."
10273 msgstr ""
10274
10275 #. type: textblock
10276 #: ../src/guestfs-actions.pod:2657
10277 msgid ""
10278 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10279 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
10280 msgstr ""
10281
10282 #. type: textblock
10283 #: ../src/guestfs-actions.pod:2661 ../src/guestfs-actions.pod:2837 ../src/guestfs-actions.pod:3597 ../src/guestfs-actions.pod:4814 ../src/guestfs-actions.pod:6756
10284 msgid ""
10285 "This function returns a NULL-terminated array of strings, or NULL if there "
10286 "was an error.  The array of strings will always have length C<2n+1>, where "
10287 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
10288 "caller must free the strings and the array after use>."
10289 msgstr ""
10290
10291 #. type: =head2
10292 #: ../src/guestfs-actions.pod:2667
10293 msgid "guestfs_inspect_get_filesystems"
10294 msgstr ""
10295
10296 #. type: verbatim
10297 #: ../src/guestfs-actions.pod:2669
10298 #, no-wrap
10299 msgid ""
10300 " char **\n"
10301 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
10302 "                                  const char *root);\n"
10303 "\n"
10304 msgstr ""
10305
10306 #. type: textblock
10307 #: ../src/guestfs-actions.pod:2676 ../fish/guestfish-actions.pod:1826
10308 msgid ""
10309 "This returns a list of all the filesystems that we think are associated with "
10310 "this operating system.  This includes the root filesystem, other ordinary "
10311 "filesystems, and non-mounted devices like swap partitions."
10312 msgstr ""
10313
10314 #. type: textblock
10315 #: ../src/guestfs-actions.pod:2681 ../fish/guestfish-actions.pod:1831
10316 msgid ""
10317 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
10318 "to be shared between operating systems."
10319 msgstr ""
10320
10321 #. type: textblock
10322 #: ../src/guestfs-actions.pod:2684
10323 msgid ""
10324 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10325 "C<guestfs_inspect_get_mountpoints>."
10326 msgstr ""
10327
10328 #. type: =head2
10329 #: ../src/guestfs-actions.pod:2693
10330 msgid "guestfs_inspect_get_format"
10331 msgstr ""
10332
10333 #. type: verbatim
10334 #: ../src/guestfs-actions.pod:2695
10335 #, no-wrap
10336 msgid ""
10337 " char *\n"
10338 " guestfs_inspect_get_format (guestfs_h *g,\n"
10339 "                             const char *root);\n"
10340 "\n"
10341 msgstr ""
10342
10343 #. type: textblock
10344 #: ../src/guestfs-actions.pod:2702 ../fish/guestfish-actions.pod:1844
10345 msgid ""
10346 "This returns the format of the inspected operating system.  You can use it "
10347 "to detect install images, live CDs and similar."
10348 msgstr ""
10349
10350 #. type: textblock
10351 #: ../src/guestfs-actions.pod:2705 ../fish/guestfish-actions.pod:1847
10352 msgid "Currently defined formats are:"
10353 msgstr ""
10354
10355 #. type: =item
10356 #: ../src/guestfs-actions.pod:2709 ../fish/guestfish-actions.pod:1851
10357 msgid "\"installed\""
10358 msgstr ""
10359
10360 #. type: textblock
10361 #: ../src/guestfs-actions.pod:2711 ../fish/guestfish-actions.pod:1853
10362 msgid "This is an installed operating system."
10363 msgstr ""
10364
10365 #. type: =item
10366 #: ../src/guestfs-actions.pod:2713 ../fish/guestfish-actions.pod:1855
10367 msgid "\"installer\""
10368 msgstr ""
10369
10370 #. type: textblock
10371 #: ../src/guestfs-actions.pod:2715 ../fish/guestfish-actions.pod:1857
10372 msgid ""
10373 "The disk image being inspected is not an installed operating system, but a "
10374 "I<bootable> install disk, live CD, or similar."
10375 msgstr ""
10376
10377 #. type: textblock
10378 #: ../src/guestfs-actions.pod:2720 ../fish/guestfish-actions.pod:1862
10379 msgid "The format of this disk image is not known."
10380 msgstr ""
10381
10382 #. type: =head2
10383 #: ../src/guestfs-actions.pod:2732
10384 msgid "guestfs_inspect_get_hostname"
10385 msgstr ""
10386
10387 #. type: verbatim
10388 #: ../src/guestfs-actions.pod:2734
10389 #, no-wrap
10390 msgid ""
10391 " char *\n"
10392 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
10393 "                               const char *root);\n"
10394 "\n"
10395 msgstr ""
10396
10397 #. type: textblock
10398 #: ../src/guestfs-actions.pod:2741 ../fish/guestfish-actions.pod:1878
10399 msgid ""
10400 "This function returns the hostname of the operating system as found by "
10401 "inspection of the guest's configuration files."
10402 msgstr ""
10403
10404 #. type: textblock
10405 #: ../src/guestfs-actions.pod:2744 ../fish/guestfish-actions.pod:1881
10406 msgid ""
10407 "If the hostname could not be determined, then the string C<unknown> is "
10408 "returned."
10409 msgstr ""
10410
10411 #. type: textblock
10412 #: ../src/guestfs-actions.pod:2752
10413 msgid "(Added in 1.7.9)"
10414 msgstr ""
10415
10416 #. type: =head2
10417 #: ../src/guestfs-actions.pod:2754
10418 msgid "guestfs_inspect_get_major_version"
10419 msgstr ""
10420
10421 #. type: verbatim
10422 #: ../src/guestfs-actions.pod:2756
10423 #, no-wrap
10424 msgid ""
10425 " int\n"
10426 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
10427 "                                    const char *root);\n"
10428 "\n"
10429 msgstr ""
10430
10431 #. type: textblock
10432 #: ../src/guestfs-actions.pod:2763 ../fish/guestfish-actions.pod:1893
10433 msgid "This returns the major version number of the inspected operating system."
10434 msgstr ""
10435
10436 #. type: textblock
10437 #: ../src/guestfs-actions.pod:2766 ../fish/guestfish-actions.pod:1896
10438 msgid ""
10439 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
10440 "popular public names used by the operating system.  Notably the operating "
10441 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
10442 "1).  You can find out the real versions corresponding to releases of Windows "
10443 "by consulting Wikipedia or MSDN."
10444 msgstr ""
10445
10446 #. type: textblock
10447 #: ../src/guestfs-actions.pod:2773 ../src/guestfs-actions.pod:2793 ../fish/guestfish-actions.pod:1903 ../fish/guestfish-actions.pod:1917
10448 msgid "If the version could not be determined, then C<0> is returned."
10449 msgstr ""
10450
10451 #. type: =head2
10452 #: ../src/guestfs-actions.pod:2781
10453 msgid "guestfs_inspect_get_minor_version"
10454 msgstr ""
10455
10456 #. type: verbatim
10457 #: ../src/guestfs-actions.pod:2783
10458 #, no-wrap
10459 msgid ""
10460 " int\n"
10461 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
10462 "                                    const char *root);\n"
10463 "\n"
10464 msgstr ""
10465
10466 #. type: textblock
10467 #: ../src/guestfs-actions.pod:2790 ../fish/guestfish-actions.pod:1914
10468 msgid "This returns the minor version number of the inspected operating system."
10469 msgstr ""
10470
10471 #. type: textblock
10472 #: ../src/guestfs-actions.pod:2795
10473 msgid ""
10474 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10475 "C<guestfs_inspect_get_major_version>."
10476 msgstr ""
10477
10478 #. type: =head2
10479 #: ../src/guestfs-actions.pod:2802
10480 msgid "guestfs_inspect_get_mountpoints"
10481 msgstr ""
10482
10483 #. type: verbatim
10484 #: ../src/guestfs-actions.pod:2804
10485 #, no-wrap
10486 msgid ""
10487 " char **\n"
10488 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
10489 "                                  const char *root);\n"
10490 "\n"
10491 msgstr ""
10492
10493 #. type: textblock
10494 #: ../src/guestfs-actions.pod:2811 ../fish/guestfish-actions.pod:1929
10495 msgid ""
10496 "This returns a hash of where we think the filesystems associated with this "
10497 "operating system should be mounted.  Callers should note that this is at "
10498 "best an educated guess made by reading configuration files such as "
10499 "C</etc/fstab>.  I<In particular note> that this may return filesystems which "
10500 "are non-existent or not mountable and callers should be prepared to handle "
10501 "or ignore failures if they try to mount them."
10502 msgstr ""
10503
10504 #. type: textblock
10505 #: ../src/guestfs-actions.pod:2820 ../fish/guestfish-actions.pod:1938
10506 msgid ""
10507 "Each element in the returned hashtable has a key which is the path of the "
10508 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
10509 "mounted there (eg. C</dev/sda1>)."
10510 msgstr ""
10511
10512 #. type: textblock
10513 #: ../src/guestfs-actions.pod:2825 ../fish/guestfish-actions.pod:1943
10514 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
10515 msgstr ""
10516
10517 #. type: textblock
10518 #: ../src/guestfs-actions.pod:2828
10519 msgid ""
10520 "For operating systems like Windows which still use drive letters, this call "
10521 "will only return an entry for the first drive \"mounted on\" C</>.  For "
10522 "information about the mapping of drive letters to partitions, see "
10523 "C<guestfs_inspect_get_drive_mappings>."
10524 msgstr ""
10525
10526 #. type: textblock
10527 #: ../src/guestfs-actions.pod:2834
10528 msgid ""
10529 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10530 "C<guestfs_inspect_get_filesystems>."
10531 msgstr ""
10532
10533 #. type: =head2
10534 #: ../src/guestfs-actions.pod:2845
10535 msgid "guestfs_inspect_get_package_format"
10536 msgstr ""
10537
10538 #. type: verbatim
10539 #: ../src/guestfs-actions.pod:2847
10540 #, no-wrap
10541 msgid ""
10542 " char *\n"
10543 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
10544 "                                     const char *root);\n"
10545 "\n"
10546 msgstr ""
10547
10548 #. type: textblock
10549 #: ../src/guestfs-actions.pod:2854
10550 msgid ""
10551 "This function and C<guestfs_inspect_get_package_management> return the "
10552 "package format and package management tool used by the inspected operating "
10553 "system.  For example for Fedora these functions would return C<rpm> (package "
10554 "format) and C<yum> (package management)."
10555 msgstr ""
10556
10557 #. type: textblock
10558 #: ../src/guestfs-actions.pod:2860 ../fish/guestfish-actions.pod:1968
10559 msgid ""
10560 "This returns the string C<unknown> if we could not determine the package "
10561 "format I<or> if the operating system does not have a real packaging system "
10562 "(eg. Windows)."
10563 msgstr ""
10564
10565 #. type: textblock
10566 #: ../src/guestfs-actions.pod:2864 ../fish/guestfish-actions.pod:1972
10567 msgid ""
10568 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
10569 "Future versions of libguestfs may return other strings."
10570 msgstr ""
10571
10572 #. type: textblock
10573 #: ../src/guestfs-actions.pod:2872 ../src/guestfs-actions.pod:2903
10574 msgid "(Added in 1.7.5)"
10575 msgstr ""
10576
10577 #. type: =head2
10578 #: ../src/guestfs-actions.pod:2874
10579 msgid "guestfs_inspect_get_package_management"
10580 msgstr ""
10581
10582 #. type: verbatim
10583 #: ../src/guestfs-actions.pod:2876
10584 #, no-wrap
10585 msgid ""
10586 " char *\n"
10587 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
10588 "                                         const char *root);\n"
10589 "\n"
10590 msgstr ""
10591
10592 #. type: textblock
10593 #: ../src/guestfs-actions.pod:2883
10594 msgid ""
10595 "C<guestfs_inspect_get_package_format> and this function return the package "
10596 "format and package management tool used by the inspected operating system.  "
10597 "For example for Fedora these functions would return C<rpm> (package format) "
10598 "and C<yum> (package management)."
10599 msgstr ""
10600
10601 #. type: textblock
10602 #: ../src/guestfs-actions.pod:2889 ../fish/guestfish-actions.pod:1990
10603 msgid ""
10604 "This returns the string C<unknown> if we could not determine the package "
10605 "management tool I<or> if the operating system does not have a real packaging "
10606 "system (eg. Windows)."
10607 msgstr ""
10608
10609 #. type: textblock
10610 #: ../src/guestfs-actions.pod:2893 ../fish/guestfish-actions.pod:1994
10611 msgid ""
10612 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
10613 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
10614 "libguestfs may return other strings."
10615 msgstr ""
10616
10617 #. type: =head2
10618 #: ../src/guestfs-actions.pod:2905
10619 msgid "guestfs_inspect_get_product_name"
10620 msgstr ""
10621
10622 #. type: verbatim
10623 #: ../src/guestfs-actions.pod:2907
10624 #, no-wrap
10625 msgid ""
10626 " char *\n"
10627 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
10628 "                                   const char *root);\n"
10629 "\n"
10630 msgstr ""
10631
10632 #. type: textblock
10633 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2008
10634 msgid ""
10635 "This returns the product name of the inspected operating system.  The "
10636 "product name is generally some freeform string which can be displayed to the "
10637 "user, but should not be parsed by programs."
10638 msgstr ""
10639
10640 #. type: textblock
10641 #: ../src/guestfs-actions.pod:2919 ../fish/guestfish-actions.pod:2013
10642 msgid ""
10643 "If the product name could not be determined, then the string C<unknown> is "
10644 "returned."
10645 msgstr ""
10646
10647 #. type: =head2
10648 #: ../src/guestfs-actions.pod:2929
10649 msgid "guestfs_inspect_get_product_variant"
10650 msgstr ""
10651
10652 #. type: verbatim
10653 #: ../src/guestfs-actions.pod:2931
10654 #, no-wrap
10655 msgid ""
10656 " char *\n"
10657 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
10658 "                                      const char *root);\n"
10659 "\n"
10660 msgstr ""
10661
10662 #. type: textblock
10663 #: ../src/guestfs-actions.pod:2938 ../fish/guestfish-actions.pod:2025
10664 msgid "This returns the product variant of the inspected operating system."
10665 msgstr ""
10666
10667 #. type: textblock
10668 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2028
10669 msgid ""
10670 "For Windows guests, this returns the contents of the Registry key "
10671 "C<HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> "
10672 "which is usually a string such as C<Client> or C<Server> (other values are "
10673 "possible).  This can be used to distinguish consumer and enterprise versions "
10674 "of Windows that have the same version number (for example, Windows 7 and "
10675 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
10676 "the latter is C<Server>)."
10677 msgstr ""
10678
10679 #. type: textblock
10680 #: ../src/guestfs-actions.pod:2950 ../fish/guestfish-actions.pod:2037
10681 msgid ""
10682 "For enterprise Linux guests, in future we intend this to return the product "
10683 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
10684 "implemented at present."
10685 msgstr ""
10686
10687 #. type: textblock
10688 #: ../src/guestfs-actions.pod:2954 ../fish/guestfish-actions.pod:2041
10689 msgid ""
10690 "If the product variant could not be determined, then the string C<unknown> "
10691 "is returned."
10692 msgstr ""
10693
10694 #. type: textblock
10695 #: ../src/guestfs-actions.pod:2957
10696 msgid ""
10697 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10698 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
10699 msgstr ""
10700
10701 #. type: =head2
10702 #: ../src/guestfs-actions.pod:2964
10703 msgid "guestfs_inspect_get_roots"
10704 msgstr ""
10705
10706 #. type: verbatim
10707 #: ../src/guestfs-actions.pod:2966
10708 #, no-wrap
10709 msgid ""
10710 " char **\n"
10711 " guestfs_inspect_get_roots (guestfs_h *g);\n"
10712 "\n"
10713 msgstr ""
10714
10715 #. type: textblock
10716 #: ../src/guestfs-actions.pod:2969
10717 msgid ""
10718 "This function is a convenient way to get the list of root devices, as "
10719 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
10720 "the whole inspection process."
10721 msgstr ""
10722
10723 #. type: textblock
10724 #: ../src/guestfs-actions.pod:2973
10725 msgid ""
10726 "This returns an empty list if either no root devices were found or the "
10727 "caller has not called C<guestfs_inspect_os>."
10728 msgstr ""
10729
10730 #. type: textblock
10731 #: ../src/guestfs-actions.pod:2982
10732 msgid "(Added in 1.7.3)"
10733 msgstr ""
10734
10735 #. type: =head2
10736 #: ../src/guestfs-actions.pod:2984
10737 msgid "guestfs_inspect_get_type"
10738 msgstr ""
10739
10740 #. type: verbatim
10741 #: ../src/guestfs-actions.pod:2986
10742 #, no-wrap
10743 msgid ""
10744 " char *\n"
10745 " guestfs_inspect_get_type (guestfs_h *g,\n"
10746 "                           const char *root);\n"
10747 "\n"
10748 msgstr ""
10749
10750 #. type: textblock
10751 #: ../src/guestfs-actions.pod:2993 ../fish/guestfish-actions.pod:2068
10752 msgid ""
10753 "This returns the type of the inspected operating system.  Currently defined "
10754 "types are:"
10755 msgstr ""
10756
10757 #. type: =item
10758 #: ../src/guestfs-actions.pod:2998 ../fish/guestfish-actions.pod:2073
10759 msgid "\"linux\""
10760 msgstr ""
10761
10762 #. type: textblock
10763 #: ../src/guestfs-actions.pod:3000 ../fish/guestfish-actions.pod:2075
10764 msgid "Any Linux-based operating system."
10765 msgstr ""
10766
10767 #. type: textblock
10768 #: ../src/guestfs-actions.pod:3004 ../fish/guestfish-actions.pod:2079
10769 msgid "Any Microsoft Windows operating system."
10770 msgstr ""
10771
10772 #. type: =item
10773 #: ../src/guestfs-actions.pod:3006 ../fish/guestfish-actions.pod:2081
10774 msgid "\"freebsd\""
10775 msgstr ""
10776
10777 #. type: textblock
10778 #: ../src/guestfs-actions.pod:3008 ../fish/guestfish-actions.pod:2083
10779 msgid "FreeBSD."
10780 msgstr ""
10781
10782 #. type: textblock
10783 #: ../src/guestfs-actions.pod:3012 ../fish/guestfish-actions.pod:2087
10784 msgid "The operating system type could not be determined."
10785 msgstr ""
10786
10787 #. type: =head2
10788 #: ../src/guestfs-actions.pod:3026
10789 msgid "guestfs_inspect_get_windows_current_control_set"
10790 msgstr ""
10791
10792 #. type: verbatim
10793 #: ../src/guestfs-actions.pod:3028
10794 #, no-wrap
10795 msgid ""
10796 " char *\n"
10797 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
10798 "                                                  const char *root);\n"
10799 "\n"
10800 msgstr ""
10801
10802 #. type: textblock
10803 #: ../src/guestfs-actions.pod:3035 ../fish/guestfish-actions.pod:2103
10804 msgid ""
10805 "This returns the Windows CurrentControlSet of the inspected guest.  The "
10806 "CurrentControlSet is a registry key name such as C<ControlSet001>."
10807 msgstr ""
10808
10809 #. type: textblock
10810 #: ../src/guestfs-actions.pod:3038 ../fish/guestfish-actions.pod:2106
10811 msgid ""
10812 "This call assumes that the guest is Windows and that the Registry could be "
10813 "examined by inspection.  If this is not the case then an error is returned."
10814 msgstr ""
10815
10816 #. type: =head2
10817 #: ../src/guestfs-actions.pod:3047
10818 msgid "guestfs_inspect_get_windows_systemroot"
10819 msgstr ""
10820
10821 #. type: verbatim
10822 #: ../src/guestfs-actions.pod:3049
10823 #, no-wrap
10824 msgid ""
10825 " char *\n"
10826 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
10827 "                                         const char *root);\n"
10828 "\n"
10829 msgstr ""
10830
10831 #. type: textblock
10832 #: ../src/guestfs-actions.pod:3056 ../fish/guestfish-actions.pod:2119
10833 msgid ""
10834 "This returns the Windows systemroot of the inspected guest.  The systemroot "
10835 "is a directory path such as C</WINDOWS>."
10836 msgstr ""
10837
10838 #. type: textblock
10839 #: ../src/guestfs-actions.pod:3059 ../fish/guestfish-actions.pod:2122
10840 msgid ""
10841 "This call assumes that the guest is Windows and that the systemroot could be "
10842 "determined by inspection.  If this is not the case then an error is "
10843 "returned."
10844 msgstr ""
10845
10846 #. type: textblock
10847 #: ../src/guestfs-actions.pod:3068
10848 msgid "(Added in 1.5.25)"
10849 msgstr ""
10850
10851 #. type: =head2
10852 #: ../src/guestfs-actions.pod:3070
10853 msgid "guestfs_inspect_is_live"
10854 msgstr ""
10855
10856 #. type: verbatim
10857 #: ../src/guestfs-actions.pod:3072
10858 #, no-wrap
10859 msgid ""
10860 " int\n"
10861 " guestfs_inspect_is_live (guestfs_h *g,\n"
10862 "                          const char *root);\n"
10863 "\n"
10864 msgstr ""
10865
10866 #. type: textblock
10867 #: ../src/guestfs-actions.pod:3079
10868 msgid ""
10869 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10870 "disk), then this returns true if a live image was detected on the disk."
10871 msgstr ""
10872
10873 #. type: =head2
10874 #: ../src/guestfs-actions.pod:3087
10875 msgid "guestfs_inspect_is_multipart"
10876 msgstr ""
10877
10878 #. type: verbatim
10879 #: ../src/guestfs-actions.pod:3089
10880 #, no-wrap
10881 msgid ""
10882 " int\n"
10883 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
10884 "                               const char *root);\n"
10885 "\n"
10886 msgstr ""
10887
10888 #. type: textblock
10889 #: ../src/guestfs-actions.pod:3096
10890 msgid ""
10891 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10892 "disk), then this returns true if the disk is part of a set."
10893 msgstr ""
10894
10895 #. type: =head2
10896 #: ../src/guestfs-actions.pod:3104
10897 msgid "guestfs_inspect_is_netinst"
10898 msgstr ""
10899
10900 #. type: verbatim
10901 #: ../src/guestfs-actions.pod:3106
10902 #, no-wrap
10903 msgid ""
10904 " int\n"
10905 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
10906 "                             const char *root);\n"
10907 "\n"
10908 msgstr ""
10909
10910 #. type: textblock
10911 #: ../src/guestfs-actions.pod:3113
10912 msgid ""
10913 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10914 "disk), then this returns true if the disk is a network installer, ie. not a "
10915 "self-contained install CD but one which is likely to require network access "
10916 "to complete the install."
10917 msgstr ""
10918
10919 #. type: =head2
10920 #: ../src/guestfs-actions.pod:3123
10921 msgid "guestfs_inspect_list_applications"
10922 msgstr ""
10923
10924 #. type: verbatim
10925 #: ../src/guestfs-actions.pod:3125
10926 #, no-wrap
10927 msgid ""
10928 " struct guestfs_application_list *\n"
10929 " guestfs_inspect_list_applications (guestfs_h *g,\n"
10930 "                                    const char *root);\n"
10931 "\n"
10932 msgstr ""
10933
10934 #. type: textblock
10935 #: ../src/guestfs-actions.pod:3132 ../fish/guestfish-actions.pod:2176
10936 msgid "Return the list of applications installed in the operating system."
10937 msgstr ""
10938
10939 #. type: textblock
10940 #: ../src/guestfs-actions.pod:3134
10941 msgid ""
10942 "I<Note:> This call works differently from other parts of the inspection "
10943 "API.  You have to call C<guestfs_inspect_os>, then "
10944 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
10945 "this.  Listing applications is a significantly more difficult operation "
10946 "which requires access to the full filesystem.  Also note that unlike the "
10947 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
10948 "the libguestfs handle, this call actually reads parts of the mounted "
10949 "filesystems during the call."
10950 msgstr ""
10951
10952 #. type: textblock
10953 #: ../src/guestfs-actions.pod:3144 ../fish/guestfish-actions.pod:2188
10954 msgid ""
10955 "This returns an empty list if the inspection code was not able to determine "
10956 "the list of applications."
10957 msgstr ""
10958
10959 #. type: textblock
10960 #: ../src/guestfs-actions.pod:3147 ../fish/guestfish-actions.pod:2191
10961 msgid "The application structure contains the following fields:"
10962 msgstr ""
10963
10964 #. type: =item
10965 #: ../src/guestfs-actions.pod:3151 ../fish/guestfish-actions.pod:2195
10966 msgid "C<app_name>"
10967 msgstr ""
10968
10969 #. type: textblock
10970 #: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2197
10971 msgid ""
10972 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
10973 "guests, this is the package name."
10974 msgstr ""
10975
10976 #. type: =item
10977 #: ../src/guestfs-actions.pod:3156 ../fish/guestfish-actions.pod:2200
10978 msgid "C<app_display_name>"
10979 msgstr ""
10980
10981 #. type: textblock
10982 #: ../src/guestfs-actions.pod:3158 ../fish/guestfish-actions.pod:2202
10983 msgid ""
10984 "The display name of the application, sometimes localized to the install "
10985 "language of the guest operating system."
10986 msgstr ""
10987
10988 #. type: textblock
10989 #: ../src/guestfs-actions.pod:3161 ../fish/guestfish-actions.pod:2205
10990 msgid ""
10991 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
10992 "to display something can use C<app_name> instead."
10993 msgstr ""
10994
10995 #. type: =item
10996 #: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2208
10997 msgid "C<app_epoch>"
10998 msgstr ""
10999
11000 #. type: textblock
11001 #: ../src/guestfs-actions.pod:3166 ../fish/guestfish-actions.pod:2210
11002 msgid ""
11003 "For package managers which use epochs, this contains the epoch of the "
11004 "package (an integer).  If unavailable, this is returned as C<0>."
11005 msgstr ""
11006
11007 #. type: =item
11008 #: ../src/guestfs-actions.pod:3169 ../fish/guestfish-actions.pod:2213
11009 msgid "C<app_version>"
11010 msgstr ""
11011
11012 #. type: textblock
11013 #: ../src/guestfs-actions.pod:3171 ../fish/guestfish-actions.pod:2215
11014 msgid ""
11015 "The version string of the application or package.  If unavailable this is "
11016 "returned as an empty string C<\"\">."
11017 msgstr ""
11018
11019 #. type: =item
11020 #: ../src/guestfs-actions.pod:3174 ../fish/guestfish-actions.pod:2218
11021 msgid "C<app_release>"
11022 msgstr ""
11023
11024 #. type: textblock
11025 #: ../src/guestfs-actions.pod:3176 ../fish/guestfish-actions.pod:2220
11026 msgid ""
11027 "The release string of the application or package, for package managers that "
11028 "use this.  If unavailable this is returned as an empty string C<\"\">."
11029 msgstr ""
11030
11031 #. type: =item
11032 #: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:2224
11033 msgid "C<app_install_path>"
11034 msgstr ""
11035
11036 #. type: textblock
11037 #: ../src/guestfs-actions.pod:3182 ../fish/guestfish-actions.pod:2226
11038 msgid ""
11039 "The installation path of the application (on operating systems such as "
11040 "Windows which use installation paths).  This path is in the format used by "
11041 "the guest operating system, it is not a libguestfs path."
11042 msgstr ""
11043
11044 #. type: textblock
11045 #: ../src/guestfs-actions.pod:3187 ../fish/guestfish-actions.pod:2231
11046 msgid "If unavailable this is returned as an empty string C<\"\">."
11047 msgstr ""
11048
11049 #. type: =item
11050 #: ../src/guestfs-actions.pod:3189 ../fish/guestfish-actions.pod:2233
11051 msgid "C<app_trans_path>"
11052 msgstr ""
11053
11054 #. type: textblock
11055 #: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2235
11056 msgid ""
11057 "The install path translated into a libguestfs path.  If unavailable this is "
11058 "returned as an empty string C<\"\">."
11059 msgstr ""
11060
11061 #. type: =item
11062 #: ../src/guestfs-actions.pod:3194 ../fish/guestfish-actions.pod:2238
11063 msgid "C<app_publisher>"
11064 msgstr ""
11065
11066 #. type: textblock
11067 #: ../src/guestfs-actions.pod:3196 ../fish/guestfish-actions.pod:2240
11068 msgid ""
11069 "The name of the publisher of the application, for package managers that use "
11070 "this.  If unavailable this is returned as an empty string C<\"\">."
11071 msgstr ""
11072
11073 #. type: =item
11074 #: ../src/guestfs-actions.pod:3200 ../fish/guestfish-actions.pod:2244
11075 msgid "C<app_url>"
11076 msgstr ""
11077
11078 #. type: textblock
11079 #: ../src/guestfs-actions.pod:3202 ../fish/guestfish-actions.pod:2246
11080 msgid ""
11081 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11082 "returned as an empty string C<\"\">."
11083 msgstr ""
11084
11085 #. type: =item
11086 #: ../src/guestfs-actions.pod:3205 ../fish/guestfish-actions.pod:2249
11087 msgid "C<app_source_package>"
11088 msgstr ""
11089
11090 #. type: textblock
11091 #: ../src/guestfs-actions.pod:3207 ../fish/guestfish-actions.pod:2251
11092 msgid ""
11093 "For packaging systems which support this, the name of the source package.  "
11094 "If unavailable this is returned as an empty string C<\"\">."
11095 msgstr ""
11096
11097 #. type: =item
11098 #: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2254
11099 msgid "C<app_summary>"
11100 msgstr ""
11101
11102 #. type: textblock
11103 #: ../src/guestfs-actions.pod:3212 ../fish/guestfish-actions.pod:2256
11104 msgid ""
11105 "A short (usually one line) description of the application or package.  If "
11106 "unavailable this is returned as an empty string C<\"\">."
11107 msgstr ""
11108
11109 #. type: =item
11110 #: ../src/guestfs-actions.pod:3215 ../fish/guestfish-actions.pod:2259
11111 msgid "C<app_description>"
11112 msgstr ""
11113
11114 #. type: textblock
11115 #: ../src/guestfs-actions.pod:3217 ../fish/guestfish-actions.pod:2261
11116 msgid ""
11117 "A longer description of the application or package.  If unavailable this is "
11118 "returned as an empty string C<\"\">."
11119 msgstr ""
11120
11121 #. type: textblock
11122 #: ../src/guestfs-actions.pod:3224
11123 msgid ""
11124 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11125 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11126 "after use>."
11127 msgstr ""
11128
11129 #. type: textblock
11130 #: ../src/guestfs-actions.pod:3228
11131 msgid "(Added in 1.7.8)"
11132 msgstr ""
11133
11134 #. type: =head2
11135 #: ../src/guestfs-actions.pod:3230
11136 msgid "guestfs_inspect_os"
11137 msgstr ""
11138
11139 #. type: verbatim
11140 #: ../src/guestfs-actions.pod:3232
11141 #, no-wrap
11142 msgid ""
11143 " char **\n"
11144 " guestfs_inspect_os (guestfs_h *g);\n"
11145 "\n"
11146 msgstr ""
11147
11148 #. type: textblock
11149 #: ../src/guestfs-actions.pod:3235 ../fish/guestfish-actions.pod:2272
11150 msgid ""
11151 "This function uses other libguestfs functions and certain heuristics to "
11152 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11153 "for operating systems."
11154 msgstr ""
11155
11156 #. type: textblock
11157 #: ../src/guestfs-actions.pod:3239 ../fish/guestfish-actions.pod:2276
11158 msgid "The list returned is empty if no operating systems were found."
11159 msgstr ""
11160
11161 #. type: textblock
11162 #: ../src/guestfs-actions.pod:3241 ../fish/guestfish-actions.pod:2278
11163 msgid ""
11164 "If one operating system was found, then this returns a list with a single "
11165 "element, which is the name of the root filesystem of this operating system.  "
11166 "It is also possible for this function to return a list containing more than "
11167 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11168 "element being the root filesystem of one of the operating systems."
11169 msgstr ""
11170
11171 #. type: textblock
11172 #: ../src/guestfs-actions.pod:3248
11173 msgid ""
11174 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11175 "functions in order to query further information about each operating system, "
11176 "such as the name and version."
11177 msgstr ""
11178
11179 #. type: textblock
11180 #: ../src/guestfs-actions.pod:3253
11181 msgid ""
11182 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11183 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11184 "the contents.  This should be called with no disks currently mounted.  The "
11185 "function may also use Augeas, so any existing Augeas handle will be closed."
11186 msgstr ""
11187
11188 #. type: textblock
11189 #: ../src/guestfs-actions.pod:3259 ../fish/guestfish-actions.pod:2296
11190 msgid ""
11191 "This function cannot decrypt encrypted disks.  The caller must do that first "
11192 "(supplying the necessary keys) if the disk is encrypted."
11193 msgstr ""
11194
11195 #. type: textblock
11196 #: ../src/guestfs-actions.pod:3265 ../src/guestfs-actions.pod:3555 ../src/guestfs-actions.pod:3617
11197 msgid "See also C<guestfs_list_filesystems>."
11198 msgstr ""
11199
11200 #. type: =head2
11201 #: ../src/guestfs-actions.pod:3273
11202 msgid "guestfs_is_blockdev"
11203 msgstr ""
11204
11205 #. type: verbatim
11206 #: ../src/guestfs-actions.pod:3275
11207 #, no-wrap
11208 msgid ""
11209 " int\n"
11210 " guestfs_is_blockdev (guestfs_h *g,\n"
11211 "                      const char *path);\n"
11212 "\n"
11213 msgstr ""
11214
11215 #. type: textblock
11216 #: ../src/guestfs-actions.pod:3279 ../fish/guestfish-actions.pod:2308
11217 msgid ""
11218 "This returns C<true> if and only if there is a block device with the given "
11219 "C<path> name."
11220 msgstr ""
11221
11222 #. type: textblock
11223 #: ../src/guestfs-actions.pod:3282 ../src/guestfs-actions.pod:3311 ../src/guestfs-actions.pod:3341 ../src/guestfs-actions.pod:3356 ../src/guestfs-actions.pod:3372 ../src/guestfs-actions.pod:3428 ../src/guestfs-actions.pod:3443
11224 msgid "See also C<guestfs_stat>."
11225 msgstr ""
11226
11227 #. type: textblock
11228 #: ../src/guestfs-actions.pod:3286 ../src/guestfs-actions.pod:3315 ../src/guestfs-actions.pod:3360 ../src/guestfs-actions.pod:3432 ../src/guestfs-actions.pod:3447
11229 msgid "(Added in 1.5.10)"
11230 msgstr ""
11231
11232 #. type: =head2
11233 #: ../src/guestfs-actions.pod:3288
11234 msgid "guestfs_is_busy"
11235 msgstr ""
11236
11237 #. type: verbatim
11238 #: ../src/guestfs-actions.pod:3290
11239 #, no-wrap
11240 msgid ""
11241 " int\n"
11242 " guestfs_is_busy (guestfs_h *g);\n"
11243 "\n"
11244 msgstr ""
11245
11246 #. type: textblock
11247 #: ../src/guestfs-actions.pod:3293 ../fish/guestfish-actions.pod:2317
11248 msgid ""
11249 "This returns true iff this handle is busy processing a command (in the "
11250 "C<BUSY> state)."
11251 msgstr ""
11252
11253 #. type: =head2
11254 #: ../src/guestfs-actions.pod:3302
11255 msgid "guestfs_is_chardev"
11256 msgstr ""
11257
11258 #. type: verbatim
11259 #: ../src/guestfs-actions.pod:3304
11260 #, no-wrap
11261 msgid ""
11262 " int\n"
11263 " guestfs_is_chardev (guestfs_h *g,\n"
11264 "                     const char *path);\n"
11265 "\n"
11266 msgstr ""
11267
11268 #. type: textblock
11269 #: ../src/guestfs-actions.pod:3308 ../fish/guestfish-actions.pod:2326
11270 msgid ""
11271 "This returns C<true> if and only if there is a character device with the "
11272 "given C<path> name."
11273 msgstr ""
11274
11275 #. type: =head2
11276 #: ../src/guestfs-actions.pod:3317
11277 msgid "guestfs_is_config"
11278 msgstr ""
11279
11280 #. type: verbatim
11281 #: ../src/guestfs-actions.pod:3319
11282 #, no-wrap
11283 msgid ""
11284 " int\n"
11285 " guestfs_is_config (guestfs_h *g);\n"
11286 "\n"
11287 msgstr ""
11288
11289 #. type: textblock
11290 #: ../src/guestfs-actions.pod:3322 ../fish/guestfish-actions.pod:2335
11291 msgid ""
11292 "This returns true iff this handle is being configured (in the C<CONFIG> "
11293 "state)."
11294 msgstr ""
11295
11296 #. type: =head2
11297 #: ../src/guestfs-actions.pod:3331
11298 msgid "guestfs_is_dir"
11299 msgstr ""
11300
11301 #. type: verbatim
11302 #: ../src/guestfs-actions.pod:3333
11303 #, no-wrap
11304 msgid ""
11305 " int\n"
11306 " guestfs_is_dir (guestfs_h *g,\n"
11307 "                 const char *path);\n"
11308 "\n"
11309 msgstr ""
11310
11311 #. type: textblock
11312 #: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2344
11313 msgid ""
11314 "This returns C<true> if and only if there is a directory with the given "
11315 "C<path> name.  Note that it returns false for other objects like files."
11316 msgstr ""
11317
11318 #. type: =head2
11319 #: ../src/guestfs-actions.pod:3347
11320 msgid "guestfs_is_fifo"
11321 msgstr ""
11322
11323 #. type: verbatim
11324 #: ../src/guestfs-actions.pod:3349
11325 #, no-wrap
11326 msgid ""
11327 " int\n"
11328 " guestfs_is_fifo (guestfs_h *g,\n"
11329 "                  const char *path);\n"
11330 "\n"
11331 msgstr ""
11332
11333 #. type: textblock
11334 #: ../src/guestfs-actions.pod:3353 ../fish/guestfish-actions.pod:2354
11335 msgid ""
11336 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11337 "given C<path> name."
11338 msgstr ""
11339
11340 #. type: =head2
11341 #: ../src/guestfs-actions.pod:3362
11342 msgid "guestfs_is_file"
11343 msgstr ""
11344
11345 #. type: verbatim
11346 #: ../src/guestfs-actions.pod:3364
11347 #, no-wrap
11348 msgid ""
11349 " int\n"
11350 " guestfs_is_file (guestfs_h *g,\n"
11351 "                  const char *path);\n"
11352 "\n"
11353 msgstr ""
11354
11355 #. type: textblock
11356 #: ../src/guestfs-actions.pod:3368 ../fish/guestfish-actions.pod:2363
11357 msgid ""
11358 "This returns C<true> if and only if there is a regular file with the given "
11359 "C<path> name.  Note that it returns false for other objects like "
11360 "directories."
11361 msgstr ""
11362
11363 #. type: =head2
11364 #: ../src/guestfs-actions.pod:3378
11365 msgid "guestfs_is_launching"
11366 msgstr ""
11367
11368 #. type: verbatim
11369 #: ../src/guestfs-actions.pod:3380
11370 #, no-wrap
11371 msgid ""
11372 " int\n"
11373 " guestfs_is_launching (guestfs_h *g);\n"
11374 "\n"
11375 msgstr ""
11376
11377 #. type: textblock
11378 #: ../src/guestfs-actions.pod:3383 ../fish/guestfish-actions.pod:2373
11379 msgid ""
11380 "This returns true iff this handle is launching the subprocess (in the "
11381 "C<LAUNCHING> state)."
11382 msgstr ""
11383
11384 #. type: =head2
11385 #: ../src/guestfs-actions.pod:3392
11386 msgid "guestfs_is_lv"
11387 msgstr ""
11388
11389 #. type: verbatim
11390 #: ../src/guestfs-actions.pod:3394
11391 #, no-wrap
11392 msgid ""
11393 " int\n"
11394 " guestfs_is_lv (guestfs_h *g,\n"
11395 "                const char *device);\n"
11396 "\n"
11397 msgstr ""
11398
11399 #. type: textblock
11400 #: ../src/guestfs-actions.pod:3398 ../fish/guestfish-actions.pod:2382
11401 msgid ""
11402 "This command tests whether C<device> is a logical volume, and returns true "
11403 "iff this is the case."
11404 msgstr ""
11405
11406 #. type: =head2
11407 #: ../src/guestfs-actions.pod:3405
11408 msgid "guestfs_is_ready"
11409 msgstr ""
11410
11411 #. type: verbatim
11412 #: ../src/guestfs-actions.pod:3407
11413 #, no-wrap
11414 msgid ""
11415 " int\n"
11416 " guestfs_is_ready (guestfs_h *g);\n"
11417 "\n"
11418 msgstr ""
11419
11420 #. type: textblock
11421 #: ../src/guestfs-actions.pod:3410 ../fish/guestfish-actions.pod:2389
11422 msgid ""
11423 "This returns true iff this handle is ready to accept commands (in the "
11424 "C<READY> state)."
11425 msgstr ""
11426
11427 #. type: =head2
11428 #: ../src/guestfs-actions.pod:3419
11429 msgid "guestfs_is_socket"
11430 msgstr ""
11431
11432 #. type: verbatim
11433 #: ../src/guestfs-actions.pod:3421
11434 #, no-wrap
11435 msgid ""
11436 " int\n"
11437 " guestfs_is_socket (guestfs_h *g,\n"
11438 "                    const char *path);\n"
11439 "\n"
11440 msgstr ""
11441
11442 #. type: textblock
11443 #: ../src/guestfs-actions.pod:3425 ../fish/guestfish-actions.pod:2398
11444 msgid ""
11445 "This returns C<true> if and only if there is a Unix domain socket with the "
11446 "given C<path> name."
11447 msgstr ""
11448
11449 #. type: =head2
11450 #: ../src/guestfs-actions.pod:3434
11451 msgid "guestfs_is_symlink"
11452 msgstr ""
11453
11454 #. type: verbatim
11455 #: ../src/guestfs-actions.pod:3436
11456 #, no-wrap
11457 msgid ""
11458 " int\n"
11459 " guestfs_is_symlink (guestfs_h *g,\n"
11460 "                     const char *path);\n"
11461 "\n"
11462 msgstr ""
11463
11464 #. type: textblock
11465 #: ../src/guestfs-actions.pod:3440 ../fish/guestfish-actions.pod:2407
11466 msgid ""
11467 "This returns C<true> if and only if there is a symbolic link with the given "
11468 "C<path> name."
11469 msgstr ""
11470
11471 #. type: =head2
11472 #: ../src/guestfs-actions.pod:3449
11473 msgid "guestfs_kill_subprocess"
11474 msgstr ""
11475
11476 #. type: verbatim
11477 #: ../src/guestfs-actions.pod:3451
11478 #, no-wrap
11479 msgid ""
11480 " int\n"
11481 " guestfs_kill_subprocess (guestfs_h *g);\n"
11482 "\n"
11483 msgstr ""
11484
11485 #. type: textblock
11486 #: ../src/guestfs-actions.pod:3454 ../fish/guestfish-actions.pod:2416
11487 msgid "This kills the qemu subprocess.  You should never need to call this."
11488 msgstr ""
11489
11490 #. type: =head2
11491 #: ../src/guestfs-actions.pod:3460
11492 msgid "guestfs_launch"
11493 msgstr ""
11494
11495 #. type: verbatim
11496 #: ../src/guestfs-actions.pod:3462
11497 #, no-wrap
11498 msgid ""
11499 " int\n"
11500 " guestfs_launch (guestfs_h *g);\n"
11501 "\n"
11502 msgstr ""
11503
11504 #. type: textblock
11505 #: ../src/guestfs-actions.pod:3465 ../fish/guestfish-actions.pod:2424
11506 msgid ""
11507 "Internally libguestfs is implemented by running a virtual machine using "
11508 "L<qemu(1)>."
11509 msgstr ""
11510
11511 #. type: textblock
11512 #: ../src/guestfs-actions.pod:3468 ../fish/guestfish-actions.pod:2427
11513 msgid ""
11514 "You should call this after configuring the handle (eg. adding drives) but "
11515 "before performing any actions."
11516 msgstr ""
11517
11518 #. type: =head2
11519 #: ../src/guestfs-actions.pod:3480
11520 msgid "guestfs_lchown"
11521 msgstr ""
11522
11523 #. type: verbatim
11524 #: ../src/guestfs-actions.pod:3482
11525 #, no-wrap
11526 msgid ""
11527 " int\n"
11528 " guestfs_lchown (guestfs_h *g,\n"
11529 "                 int owner,\n"
11530 "                 int group,\n"
11531 "                 const char *path);\n"
11532 "\n"
11533 msgstr ""
11534
11535 #. type: textblock
11536 #: ../src/guestfs-actions.pod:3488
11537 msgid ""
11538 "Change the file owner to C<owner> and group to C<group>.  This is like "
11539 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
11540 "changed, not the target."
11541 msgstr ""
11542
11543 #. type: =head2
11544 #: ../src/guestfs-actions.pod:3500
11545 msgid "guestfs_lgetxattr"
11546 msgstr ""
11547
11548 #. type: verbatim
11549 #: ../src/guestfs-actions.pod:3502
11550 #, no-wrap
11551 msgid ""
11552 " char *\n"
11553 " guestfs_lgetxattr (guestfs_h *g,\n"
11554 "                    const char *path,\n"
11555 "                    const char *name,\n"
11556 "                    size_t *size_r);\n"
11557 "\n"
11558 msgstr ""
11559
11560 #. type: textblock
11561 #: ../src/guestfs-actions.pod:3508 ../fish/guestfish-actions.pod:2446
11562 msgid ""
11563 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
11564 "is a symlink, then this call returns an extended attribute from the symlink."
11565 msgstr ""
11566
11567 #. type: textblock
11568 #: ../src/guestfs-actions.pod:3522
11569 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
11570 msgstr ""
11571
11572 #. type: =head2
11573 #: ../src/guestfs-actions.pod:3530
11574 msgid "guestfs_lgetxattrs"
11575 msgstr ""
11576
11577 #. type: verbatim
11578 #: ../src/guestfs-actions.pod:3532
11579 #, no-wrap
11580 msgid ""
11581 " struct guestfs_xattr_list *\n"
11582 " guestfs_lgetxattrs (guestfs_h *g,\n"
11583 "                     const char *path);\n"
11584 "\n"
11585 msgstr ""
11586
11587 #. type: textblock
11588 #: ../src/guestfs-actions.pod:3536
11589 msgid ""
11590 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
11591 "then it returns the extended attributes of the link itself."
11592 msgstr ""
11593
11594 #. type: =head2
11595 #: ../src/guestfs-actions.pod:3546
11596 msgid "guestfs_list_devices"
11597 msgstr ""
11598
11599 #. type: verbatim
11600 #: ../src/guestfs-actions.pod:3548
11601 #, no-wrap
11602 msgid ""
11603 " char **\n"
11604 " guestfs_list_devices (guestfs_h *g);\n"
11605 "\n"
11606 msgstr ""
11607
11608 #. type: textblock
11609 #: ../src/guestfs-actions.pod:3551 ../fish/guestfish-actions.pod:2474
11610 msgid "List all the block devices."
11611 msgstr ""
11612
11613 #. type: textblock
11614 #: ../src/guestfs-actions.pod:3553 ../fish/guestfish-actions.pod:2476
11615 msgid "The full block device names are returned, eg. C</dev/sda>."
11616 msgstr ""
11617
11618 #. type: =head2
11619 #: ../src/guestfs-actions.pod:3563
11620 msgid "guestfs_list_filesystems"
11621 msgstr ""
11622
11623 #. type: verbatim
11624 #: ../src/guestfs-actions.pod:3565
11625 #, no-wrap
11626 msgid ""
11627 " char **\n"
11628 " guestfs_list_filesystems (guestfs_h *g);\n"
11629 "\n"
11630 msgstr ""
11631
11632 #. type: textblock
11633 #: ../src/guestfs-actions.pod:3568 ../fish/guestfish-actions.pod:2484
11634 msgid ""
11635 "This inspection command looks for filesystems on partitions, block devices "
11636 "and logical volumes, returning a list of devices containing filesystems and "
11637 "their type."
11638 msgstr ""
11639
11640 #. type: textblock
11641 #: ../src/guestfs-actions.pod:3572 ../fish/guestfish-actions.pod:2488
11642 msgid ""
11643 "The return value is a hash, where the keys are the devices containing "
11644 "filesystems, and the values are the filesystem types.  For example:"
11645 msgstr ""
11646
11647 #. type: verbatim
11648 #: ../src/guestfs-actions.pod:3576 ../fish/guestfish-actions.pod:2492
11649 #, no-wrap
11650 msgid ""
11651 " \"/dev/sda1\" => \"ntfs\"\n"
11652 " \"/dev/sda2\" => \"ext2\"\n"
11653 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
11654 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
11655 "\n"
11656 msgstr ""
11657
11658 #. type: textblock
11659 #: ../src/guestfs-actions.pod:3581 ../fish/guestfish-actions.pod:2497
11660 msgid ""
11661 "The value can have the special value \"unknown\", meaning the content of the "
11662 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
11663 msgstr ""
11664
11665 #. type: textblock
11666 #: ../src/guestfs-actions.pod:3585
11667 msgid ""
11668 "This command runs other libguestfs commands, which might include "
11669 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
11670 "soon after launch and only when nothing is mounted."
11671 msgstr ""
11672
11673 #. type: textblock
11674 #: ../src/guestfs-actions.pod:3589
11675 msgid ""
11676 "Not all of the filesystems returned will be mountable.  In particular, swap "
11677 "partitions are returned in the list.  Also this command does not check that "
11678 "each filesystem found is valid and mountable, and some filesystems might be "
11679 "mountable but require special options.  Filesystems may not all belong to a "
11680 "single logical operating system (use C<guestfs_inspect_os> to look for "
11681 "OSes)."
11682 msgstr ""
11683
11684 #. type: textblock
11685 #: ../src/guestfs-actions.pod:3603 ../src/guestfs-actions.pod:5224
11686 msgid "(Added in 1.5.15)"
11687 msgstr ""
11688
11689 #. type: =head2
11690 #: ../src/guestfs-actions.pod:3605
11691 msgid "guestfs_list_partitions"
11692 msgstr ""
11693
11694 #. type: verbatim
11695 #: ../src/guestfs-actions.pod:3607
11696 #, no-wrap
11697 msgid ""
11698 " char **\n"
11699 " guestfs_list_partitions (guestfs_h *g);\n"
11700 "\n"
11701 msgstr ""
11702
11703 #. type: textblock
11704 #: ../src/guestfs-actions.pod:3610 ../fish/guestfish-actions.pod:2517
11705 msgid "List all the partitions detected on all block devices."
11706 msgstr ""
11707
11708 #. type: textblock
11709 #: ../src/guestfs-actions.pod:3612 ../fish/guestfish-actions.pod:2519
11710 msgid "The full partition device names are returned, eg. C</dev/sda1>"
11711 msgstr ""
11712
11713 #. type: textblock
11714 #: ../src/guestfs-actions.pod:3614
11715 msgid ""
11716 "This does not return logical volumes.  For that you will need to call "
11717 "C<guestfs_lvs>."
11718 msgstr ""
11719
11720 #. type: =head2
11721 #: ../src/guestfs-actions.pod:3625
11722 msgid "guestfs_ll"
11723 msgstr ""
11724
11725 #. type: verbatim
11726 #: ../src/guestfs-actions.pod:3627
11727 #, no-wrap
11728 msgid ""
11729 " char *\n"
11730 " guestfs_ll (guestfs_h *g,\n"
11731 "             const char *directory);\n"
11732 "\n"
11733 msgstr ""
11734
11735 #. type: textblock
11736 #: ../src/guestfs-actions.pod:3631 ../fish/guestfish-actions.pod:2530
11737 msgid ""
11738 "List the files in C<directory> (relative to the root directory, there is no "
11739 "cwd) in the format of 'ls -la'."
11740 msgstr ""
11741
11742 #. type: textblock
11743 #: ../src/guestfs-actions.pod:3634 ../fish/guestfish-actions.pod:2533
11744 msgid ""
11745 "This command is mostly useful for interactive sessions.  It is I<not> "
11746 "intended that you try to parse the output string."
11747 msgstr ""
11748
11749 #. type: =head2
11750 #: ../src/guestfs-actions.pod:3642
11751 msgid "guestfs_ln"
11752 msgstr ""
11753
11754 #. type: verbatim
11755 #: ../src/guestfs-actions.pod:3644
11756 #, no-wrap
11757 msgid ""
11758 " int\n"
11759 " guestfs_ln (guestfs_h *g,\n"
11760 "             const char *target,\n"
11761 "             const char *linkname);\n"
11762 "\n"
11763 msgstr ""
11764
11765 #. type: textblock
11766 #: ../src/guestfs-actions.pod:3649 ../fish/guestfish-actions.pod:2540
11767 msgid "This command creates a hard link using the C<ln> command."
11768 msgstr ""
11769
11770 #. type: =head2
11771 #: ../src/guestfs-actions.pod:3655
11772 msgid "guestfs_ln_f"
11773 msgstr ""
11774
11775 #. type: verbatim
11776 #: ../src/guestfs-actions.pod:3657
11777 #, no-wrap
11778 msgid ""
11779 " int\n"
11780 " guestfs_ln_f (guestfs_h *g,\n"
11781 "               const char *target,\n"
11782 "               const char *linkname);\n"
11783 "\n"
11784 msgstr ""
11785
11786 #. type: textblock
11787 #: ../src/guestfs-actions.pod:3662 ../fish/guestfish-actions.pod:2546
11788 msgid ""
11789 "This command creates a hard link using the C<ln -f> command.  The I<-f> "
11790 "option removes the link (C<linkname>) if it exists already."
11791 msgstr ""
11792
11793 #. type: =head2
11794 #: ../src/guestfs-actions.pod:3669
11795 msgid "guestfs_ln_s"
11796 msgstr ""
11797
11798 #. type: verbatim
11799 #: ../src/guestfs-actions.pod:3671
11800 #, no-wrap
11801 msgid ""
11802 " int\n"
11803 " guestfs_ln_s (guestfs_h *g,\n"
11804 "               const char *target,\n"
11805 "               const char *linkname);\n"
11806 "\n"
11807 msgstr ""
11808
11809 #. type: textblock
11810 #: ../src/guestfs-actions.pod:3676 ../fish/guestfish-actions.pod:2553
11811 msgid "This command creates a symbolic link using the C<ln -s> command."
11812 msgstr ""
11813
11814 #. type: =head2
11815 #: ../src/guestfs-actions.pod:3682
11816 msgid "guestfs_ln_sf"
11817 msgstr ""
11818
11819 #. type: verbatim
11820 #: ../src/guestfs-actions.pod:3684
11821 #, no-wrap
11822 msgid ""
11823 " int\n"
11824 " guestfs_ln_sf (guestfs_h *g,\n"
11825 "                const char *target,\n"
11826 "                const char *linkname);\n"
11827 "\n"
11828 msgstr ""
11829
11830 #. type: textblock
11831 #: ../src/guestfs-actions.pod:3689 ../fish/guestfish-actions.pod:2559
11832 msgid ""
11833 "This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
11834 "option removes the link (C<linkname>) if it exists already."
11835 msgstr ""
11836
11837 #. type: =head2
11838 #: ../src/guestfs-actions.pod:3696
11839 msgid "guestfs_lremovexattr"
11840 msgstr ""
11841
11842 #. type: verbatim
11843 #: ../src/guestfs-actions.pod:3698
11844 #, no-wrap
11845 msgid ""
11846 " int\n"
11847 " guestfs_lremovexattr (guestfs_h *g,\n"
11848 "                       const char *xattr,\n"
11849 "                       const char *path);\n"
11850 "\n"
11851 msgstr ""
11852
11853 #. type: textblock
11854 #: ../src/guestfs-actions.pod:3703
11855 msgid ""
11856 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
11857 "link, then it removes an extended attribute of the link itself."
11858 msgstr ""
11859
11860 #. type: =head2
11861 #: ../src/guestfs-actions.pod:3711
11862 msgid "guestfs_ls"
11863 msgstr ""
11864
11865 #. type: verbatim
11866 #: ../src/guestfs-actions.pod:3713
11867 #, no-wrap
11868 msgid ""
11869 " char **\n"
11870 " guestfs_ls (guestfs_h *g,\n"
11871 "             const char *directory);\n"
11872 "\n"
11873 msgstr ""
11874
11875 #. type: textblock
11876 #: ../src/guestfs-actions.pod:3717 ../fish/guestfish-actions.pod:2574
11877 msgid ""
11878 "List the files in C<directory> (relative to the root directory, there is no "
11879 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
11880 "shown."
11881 msgstr ""
11882
11883 #. type: textblock
11884 #: ../src/guestfs-actions.pod:3721
11885 msgid ""
11886 "This command is mostly useful for interactive sessions.  Programs should "
11887 "probably use C<guestfs_readdir> instead."
11888 msgstr ""
11889
11890 #. type: =head2
11891 #: ../src/guestfs-actions.pod:3730
11892 msgid "guestfs_lsetxattr"
11893 msgstr ""
11894
11895 #. type: verbatim
11896 #: ../src/guestfs-actions.pod:3732
11897 #, no-wrap
11898 msgid ""
11899 " int\n"
11900 " guestfs_lsetxattr (guestfs_h *g,\n"
11901 "                    const char *xattr,\n"
11902 "                    const char *val,\n"
11903 "                    int vallen,\n"
11904 "                    const char *path);\n"
11905 "\n"
11906 msgstr ""
11907
11908 #. type: textblock
11909 #: ../src/guestfs-actions.pod:3739
11910 msgid ""
11911 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
11912 "then it sets an extended attribute of the link itself."
11913 msgstr ""
11914
11915 #. type: =head2
11916 #: ../src/guestfs-actions.pod:3747
11917 msgid "guestfs_lstat"
11918 msgstr ""
11919
11920 #. type: verbatim
11921 #: ../src/guestfs-actions.pod:3749
11922 #, no-wrap
11923 msgid ""
11924 " struct guestfs_stat *\n"
11925 " guestfs_lstat (guestfs_h *g,\n"
11926 "                const char *path);\n"
11927 "\n"
11928 msgstr ""
11929
11930 #. type: textblock
11931 #: ../src/guestfs-actions.pod:3753 ../src/guestfs-actions.pod:6355 ../fish/guestfish-actions.pod:2593 ../fish/guestfish-actions.pod:4306
11932 msgid "Returns file information for the given C<path>."
11933 msgstr ""
11934
11935 #. type: textblock
11936 #: ../src/guestfs-actions.pod:3755
11937 msgid ""
11938 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
11939 "link, then the link is stat-ed, not the file it refers to."
11940 msgstr ""
11941
11942 #. type: textblock
11943 #: ../src/guestfs-actions.pod:3759 ../fish/guestfish-actions.pod:2599
11944 msgid "This is the same as the C<lstat(2)> system call."
11945 msgstr ""
11946
11947 #. type: textblock
11948 #: ../src/guestfs-actions.pod:3761 ../src/guestfs-actions.pod:6359
11949 msgid ""
11950 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
11951 "error.  I<The caller must call C<guestfs_free_stat> after use>."
11952 msgstr ""
11953
11954 #. type: textblock
11955 #: ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:6363 ../src/guestfs-actions.pod:6381 ../src/guestfs-actions.pod:6762
11956 msgid "(Added in 0.9.2)"
11957 msgstr ""
11958
11959 #. type: =head2
11960 #: ../src/guestfs-actions.pod:3767
11961 msgid "guestfs_lstatlist"
11962 msgstr ""
11963
11964 #. type: verbatim
11965 #: ../src/guestfs-actions.pod:3769
11966 #, no-wrap
11967 msgid ""
11968 " struct guestfs_stat_list *\n"
11969 " guestfs_lstatlist (guestfs_h *g,\n"
11970 "                    const char *path,\n"
11971 "                    char *const *names);\n"
11972 "\n"
11973 msgstr ""
11974
11975 #. type: textblock
11976 #: ../src/guestfs-actions.pod:3774
11977 msgid ""
11978 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
11979 "files, where all files are in the directory C<path>.  C<names> is the list "
11980 "of files from this directory."
11981 msgstr ""
11982
11983 #. type: textblock
11984 #: ../src/guestfs-actions.pod:3778 ../fish/guestfish-actions.pod:2609
11985 msgid ""
11986 "On return you get a list of stat structs, with a one-to-one correspondence "
11987 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
11988 "then the C<ino> field of that structure is set to C<-1>."
11989 msgstr ""
11990
11991 #. type: textblock
11992 #: ../src/guestfs-actions.pod:3783
11993 msgid ""
11994 "This call is intended for programs that want to efficiently list a directory "
11995 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
11996 "for a similarly efficient call for getting extended attributes.  Very long "
11997 "directory listings might cause the protocol message size to be exceeded, "
11998 "causing this call to fail.  The caller must split up such requests into "
11999 "smaller groups of names."
12000 msgstr ""
12001
12002 #. type: textblock
12003 #: ../src/guestfs-actions.pod:3791
12004 msgid ""
12005 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12006 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12007 msgstr ""
12008
12009 #. type: =head2
12010 #: ../src/guestfs-actions.pod:3797
12011 msgid "guestfs_luks_add_key"
12012 msgstr ""
12013
12014 #. type: verbatim
12015 #: ../src/guestfs-actions.pod:3799
12016 #, no-wrap
12017 msgid ""
12018 " int\n"
12019 " guestfs_luks_add_key (guestfs_h *g,\n"
12020 "                       const char *device,\n"
12021 "                       const char *key,\n"
12022 "                       const char *newkey,\n"
12023 "                       int keyslot);\n"
12024 "\n"
12025 msgstr ""
12026
12027 #. type: textblock
12028 #: ../src/guestfs-actions.pod:3806 ../fish/guestfish-actions.pod:2626
12029 msgid ""
12030 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12031 "existing key, and is used to access the device.  C<newkey> is the new key to "
12032 "add.  C<keyslot> is the key slot that will be replaced."
12033 msgstr ""
12034
12035 #. type: textblock
12036 #: ../src/guestfs-actions.pod:3811
12037 msgid ""
12038 "Note that if C<keyslot> already contains a key, then this command will "
12039 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12040 msgstr ""
12041
12042 #. type: textblock
12043 #: ../src/guestfs-actions.pod:3817 ../src/guestfs-actions.pod:3857 ../src/guestfs-actions.pod:3880 ../src/guestfs-actions.pod:3900 ../src/guestfs-actions.pod:3932 ../src/guestfs-actions.pod:3951
12044 msgid ""
12045 "This function takes a key or passphrase parameter which could contain "
12046 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12047 "information."
12048 msgstr ""
12049
12050 #. type: textblock
12051 #: ../src/guestfs-actions.pod:3821 ../src/guestfs-actions.pod:3861 ../src/guestfs-actions.pod:3884 ../src/guestfs-actions.pod:3904
12052 msgid "(Added in 1.5.2)"
12053 msgstr ""
12054
12055 #. type: =head2
12056 #: ../src/guestfs-actions.pod:3823
12057 msgid "guestfs_luks_close"
12058 msgstr ""
12059
12060 #. type: verbatim
12061 #: ../src/guestfs-actions.pod:3825
12062 #, no-wrap
12063 msgid ""
12064 " int\n"
12065 " guestfs_luks_close (guestfs_h *g,\n"
12066 "                     const char *device);\n"
12067 "\n"
12068 msgstr ""
12069
12070 #. type: textblock
12071 #: ../src/guestfs-actions.pod:3829
12072 msgid ""
12073 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12074 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12075 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12076 "underlying block device."
12077 msgstr ""
12078
12079 #. type: textblock
12080 #: ../src/guestfs-actions.pod:3837 ../src/guestfs-actions.pod:3936 ../src/guestfs-actions.pod:3955 ../src/guestfs-actions.pod:4005 ../src/guestfs-actions.pod:4053
12081 msgid "(Added in 1.5.1)"
12082 msgstr ""
12083
12084 #. type: =head2
12085 #: ../src/guestfs-actions.pod:3839
12086 msgid "guestfs_luks_format"
12087 msgstr ""
12088
12089 #. type: verbatim
12090 #: ../src/guestfs-actions.pod:3841
12091 #, no-wrap
12092 msgid ""
12093 " int\n"
12094 " guestfs_luks_format (guestfs_h *g,\n"
12095 "                      const char *device,\n"
12096 "                      const char *key,\n"
12097 "                      int keyslot);\n"
12098 "\n"
12099 msgstr ""
12100
12101 #. type: textblock
12102 #: ../src/guestfs-actions.pod:3847 ../fish/guestfish-actions.pod:2652
12103 msgid ""
12104 "This command erases existing data on C<device> and formats the device as a "
12105 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12106 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12107 msgstr ""
12108
12109 #. type: textblock
12110 #: ../src/guestfs-actions.pod:3854 ../src/guestfs-actions.pod:3877 ../src/guestfs-actions.pod:4017 ../src/guestfs-actions.pod:4975 ../src/guestfs-actions.pod:5755 ../src/guestfs-actions.pod:6162 ../src/guestfs-actions.pod:6192 ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:7406 ../fish/guestfish-actions.pod:2660 ../fish/guestfish-actions.pod:2673 ../fish/guestfish-actions.pod:2757 ../fish/guestfish-actions.pod:3347 ../fish/guestfish-actions.pod:3867 ../fish/guestfish-actions.pod:4177 ../fish/guestfish-actions.pod:4200 ../fish/guestfish-actions.pod:4222 ../fish/guestfish-actions.pod:4951
12111 msgid ""
12112 "B<This command is dangerous.  Without careful use you can easily destroy all "
12113 "your data>."
12114 msgstr ""
12115
12116 #. type: =head2
12117 #: ../src/guestfs-actions.pod:3863
12118 msgid "guestfs_luks_format_cipher"
12119 msgstr ""
12120
12121 #. type: verbatim
12122 #: ../src/guestfs-actions.pod:3865
12123 #, no-wrap
12124 msgid ""
12125 " int\n"
12126 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12127 "                             const char *device,\n"
12128 "                             const char *key,\n"
12129 "                             int keyslot,\n"
12130 "                             const char *cipher);\n"
12131 "\n"
12132 msgstr ""
12133
12134 #. type: textblock
12135 #: ../src/guestfs-actions.pod:3872
12136 msgid ""
12137 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12138 "set the C<cipher> used."
12139 msgstr ""
12140
12141 #. type: =head2
12142 #: ../src/guestfs-actions.pod:3886
12143 msgid "guestfs_luks_kill_slot"
12144 msgstr ""
12145
12146 #. type: verbatim
12147 #: ../src/guestfs-actions.pod:3888
12148 #, no-wrap
12149 msgid ""
12150 " int\n"
12151 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12152 "                         const char *device,\n"
12153 "                         const char *key,\n"
12154 "                         int keyslot);\n"
12155 "\n"
12156 msgstr ""
12157
12158 #. type: textblock
12159 #: ../src/guestfs-actions.pod:3894 ../fish/guestfish-actions.pod:2680
12160 msgid ""
12161 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12162 "device C<device>.  C<key> must be one of the I<other> keys."
12163 msgstr ""
12164
12165 #. type: =head2
12166 #: ../src/guestfs-actions.pod:3906
12167 msgid "guestfs_luks_open"
12168 msgstr ""
12169
12170 #. type: verbatim
12171 #: ../src/guestfs-actions.pod:3908
12172 #, no-wrap
12173 msgid ""
12174 " int\n"
12175 " guestfs_luks_open (guestfs_h *g,\n"
12176 "                    const char *device,\n"
12177 "                    const char *key,\n"
12178 "                    const char *mapname);\n"
12179 "\n"
12180 msgstr ""
12181
12182 #. type: textblock
12183 #: ../src/guestfs-actions.pod:3914 ../fish/guestfish-actions.pod:2691
12184 msgid ""
12185 "This command opens a block device which has been encrypted according to the "
12186 "Linux Unified Key Setup (LUKS) standard."
12187 msgstr ""
12188
12189 #. type: textblock
12190 #: ../src/guestfs-actions.pod:3917 ../fish/guestfish-actions.pod:2694
12191 msgid "C<device> is the encrypted block device or partition."
12192 msgstr ""
12193
12194 #. type: textblock
12195 #: ../src/guestfs-actions.pod:3919 ../fish/guestfish-actions.pod:2696
12196 msgid ""
12197 "The caller must supply one of the keys associated with the LUKS block "
12198 "device, in the C<key> parameter."
12199 msgstr ""
12200
12201 #. type: textblock
12202 #: ../src/guestfs-actions.pod:3922 ../fish/guestfish-actions.pod:2699
12203 msgid ""
12204 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
12205 "writes to this block device are decrypted from and encrypted to the "
12206 "underlying C<device> respectively."
12207 msgstr ""
12208
12209 #. type: textblock
12210 #: ../src/guestfs-actions.pod:3926
12211 msgid ""
12212 "If this block device contains LVM volume groups, then calling "
12213 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
12214 "visible."
12215 msgstr ""
12216
12217 #. type: =head2
12218 #: ../src/guestfs-actions.pod:3938
12219 msgid "guestfs_luks_open_ro"
12220 msgstr ""
12221
12222 #. type: verbatim
12223 #: ../src/guestfs-actions.pod:3940
12224 #, no-wrap
12225 msgid ""
12226 " int\n"
12227 " guestfs_luks_open_ro (guestfs_h *g,\n"
12228 "                       const char *device,\n"
12229 "                       const char *key,\n"
12230 "                       const char *mapname);\n"
12231 "\n"
12232 msgstr ""
12233
12234 #. type: textblock
12235 #: ../src/guestfs-actions.pod:3946
12236 msgid ""
12237 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
12238 "created."
12239 msgstr ""
12240
12241 #. type: =head2
12242 #: ../src/guestfs-actions.pod:3957
12243 msgid "guestfs_lvcreate"
12244 msgstr ""
12245
12246 #. type: verbatim
12247 #: ../src/guestfs-actions.pod:3959
12248 #, no-wrap
12249 msgid ""
12250 " int\n"
12251 " guestfs_lvcreate (guestfs_h *g,\n"
12252 "                   const char *logvol,\n"
12253 "                   const char *volgroup,\n"
12254 "                   int mbytes);\n"
12255 "\n"
12256 msgstr ""
12257
12258 #. type: textblock
12259 #: ../src/guestfs-actions.pod:3965 ../fish/guestfish-actions.pod:2724
12260 msgid ""
12261 "This creates an LVM logical volume called C<logvol> on the volume group "
12262 "C<volgroup>, with C<size> megabytes."
12263 msgstr ""
12264
12265 #. type: =head2
12266 #: ../src/guestfs-actions.pod:3972
12267 msgid "guestfs_lvm_canonical_lv_name"
12268 msgstr ""
12269
12270 #. type: verbatim
12271 #: ../src/guestfs-actions.pod:3974
12272 #, no-wrap
12273 msgid ""
12274 " char *\n"
12275 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
12276 "                                const char *lvname);\n"
12277 "\n"
12278 msgstr ""
12279
12280 #. type: textblock
12281 #: ../src/guestfs-actions.pod:3978 ../fish/guestfish-actions.pod:2731
12282 msgid ""
12283 "This converts alternative naming schemes for LVs that you might find to the "
12284 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
12285 "C</dev/VG/LV>."
12286 msgstr ""
12287
12288 #. type: textblock
12289 #: ../src/guestfs-actions.pod:3982 ../fish/guestfish-actions.pod:2735
12290 msgid ""
12291 "This command returns an error if the C<lvname> parameter does not refer to a "
12292 "logical volume."
12293 msgstr ""
12294
12295 #. type: textblock
12296 #: ../src/guestfs-actions.pod:3985
12297 msgid "See also C<guestfs_is_lv>."
12298 msgstr ""
12299
12300 #. type: textblock
12301 #: ../src/guestfs-actions.pod:3990
12302 msgid "(Added in 1.5.24)"
12303 msgstr ""
12304
12305 #. type: =head2
12306 #: ../src/guestfs-actions.pod:3992
12307 msgid "guestfs_lvm_clear_filter"
12308 msgstr ""
12309
12310 #. type: verbatim
12311 #: ../src/guestfs-actions.pod:3994
12312 #, no-wrap
12313 msgid ""
12314 " int\n"
12315 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
12316 "\n"
12317 msgstr ""
12318
12319 #. type: textblock
12320 #: ../src/guestfs-actions.pod:3997
12321 msgid ""
12322 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
12323 "see every block device."
12324 msgstr ""
12325
12326 #. type: textblock
12327 #: ../src/guestfs-actions.pod:4000 ../src/guestfs-actions.pod:4042 ../fish/guestfish-actions.pod:2747 ../fish/guestfish-actions.pod:2778
12328 msgid "This command also clears the LVM cache and performs a volume group scan."
12329 msgstr ""
12330
12331 #. type: =head2
12332 #: ../src/guestfs-actions.pod:4007
12333 msgid "guestfs_lvm_remove_all"
12334 msgstr ""
12335
12336 #. type: verbatim
12337 #: ../src/guestfs-actions.pod:4009
12338 #, no-wrap
12339 msgid ""
12340 " int\n"
12341 " guestfs_lvm_remove_all (guestfs_h *g);\n"
12342 "\n"
12343 msgstr ""
12344
12345 #. type: textblock
12346 #: ../src/guestfs-actions.pod:4012 ../fish/guestfish-actions.pod:2754
12347 msgid ""
12348 "This command removes all LVM logical volumes, volume groups and physical "
12349 "volumes."
12350 msgstr ""
12351
12352 #. type: =head2
12353 #: ../src/guestfs-actions.pod:4022
12354 msgid "guestfs_lvm_set_filter"
12355 msgstr ""
12356
12357 #. type: verbatim
12358 #: ../src/guestfs-actions.pod:4024
12359 #, no-wrap
12360 msgid ""
12361 " int\n"
12362 " guestfs_lvm_set_filter (guestfs_h *g,\n"
12363 "                         char *const *devices);\n"
12364 "\n"
12365 msgstr ""
12366
12367 #. type: textblock
12368 #: ../src/guestfs-actions.pod:4028 ../fish/guestfish-actions.pod:2764
12369 msgid ""
12370 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
12371 "block devices in the list C<devices>, and will ignore all other attached "
12372 "block devices."
12373 msgstr ""
12374
12375 #. type: textblock
12376 #: ../src/guestfs-actions.pod:4032 ../fish/guestfish-actions.pod:2768
12377 msgid ""
12378 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
12379 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
12380 "there are two types of duplication possible: either cloned PVs/VGs which "
12381 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
12382 "same name.  In normal operation you cannot create this situation, but you "
12383 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
12384 "inside the LVM metadata."
12385 msgstr ""
12386
12387 #. type: textblock
12388 #: ../src/guestfs-actions.pod:4045 ../fish/guestfish-actions.pod:2781
12389 msgid "You can filter whole block devices or individual partitions."
12390 msgstr ""
12391
12392 #. type: textblock
12393 #: ../src/guestfs-actions.pod:4047 ../fish/guestfish-actions.pod:2783
12394 msgid ""
12395 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
12396 "filesystem), even if you are not filtering out that VG."
12397 msgstr ""
12398
12399 #. type: =head2
12400 #: ../src/guestfs-actions.pod:4055
12401 msgid "guestfs_lvremove"
12402 msgstr ""
12403
12404 #. type: verbatim
12405 #: ../src/guestfs-actions.pod:4057
12406 #, no-wrap
12407 msgid ""
12408 " int\n"
12409 " guestfs_lvremove (guestfs_h *g,\n"
12410 "                   const char *device);\n"
12411 "\n"
12412 msgstr ""
12413
12414 #. type: textblock
12415 #: ../src/guestfs-actions.pod:4061 ../fish/guestfish-actions.pod:2791
12416 msgid ""
12417 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
12418 "LV, such as C</dev/VG/LV>."
12419 msgstr ""
12420
12421 #. type: textblock
12422 #: ../src/guestfs-actions.pod:4064 ../fish/guestfish-actions.pod:2794
12423 msgid ""
12424 "You can also remove all LVs in a volume group by specifying the VG name, "
12425 "C</dev/VG>."
12426 msgstr ""
12427
12428 #. type: textblock
12429 #: ../src/guestfs-actions.pod:4069 ../src/guestfs-actions.pod:5321 ../src/guestfs-actions.pod:7138
12430 msgid "(Added in 1.0.13)"
12431 msgstr ""
12432
12433 #. type: =head2
12434 #: ../src/guestfs-actions.pod:4071
12435 msgid "guestfs_lvrename"
12436 msgstr ""
12437
12438 #. type: verbatim
12439 #: ../src/guestfs-actions.pod:4073
12440 #, no-wrap
12441 msgid ""
12442 " int\n"
12443 " guestfs_lvrename (guestfs_h *g,\n"
12444 "                   const char *logvol,\n"
12445 "                   const char *newlogvol);\n"
12446 "\n"
12447 msgstr ""
12448
12449 #. type: textblock
12450 #: ../src/guestfs-actions.pod:4078 ../fish/guestfish-actions.pod:2801
12451 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
12452 msgstr ""
12453
12454 #. type: textblock
12455 #: ../src/guestfs-actions.pod:4082 ../src/guestfs-actions.pod:7151
12456 msgid "(Added in 1.0.83)"
12457 msgstr ""
12458
12459 #. type: =head2
12460 #: ../src/guestfs-actions.pod:4084
12461 msgid "guestfs_lvresize"
12462 msgstr ""
12463
12464 #. type: verbatim
12465 #: ../src/guestfs-actions.pod:4086
12466 #, no-wrap
12467 msgid ""
12468 " int\n"
12469 " guestfs_lvresize (guestfs_h *g,\n"
12470 "                   const char *device,\n"
12471 "                   int mbytes);\n"
12472 "\n"
12473 msgstr ""
12474
12475 #. type: textblock
12476 #: ../src/guestfs-actions.pod:4091 ../fish/guestfish-actions.pod:2807
12477 msgid ""
12478 "This resizes (expands or shrinks) an existing LVM logical volume to "
12479 "C<mbytes>.  When reducing, data in the reduced part is lost."
12480 msgstr ""
12481
12482 #. type: =head2
12483 #: ../src/guestfs-actions.pod:4099
12484 msgid "guestfs_lvresize_free"
12485 msgstr ""
12486
12487 #. type: verbatim
12488 #: ../src/guestfs-actions.pod:4101
12489 #, no-wrap
12490 msgid ""
12491 " int\n"
12492 " guestfs_lvresize_free (guestfs_h *g,\n"
12493 "                        const char *lv,\n"
12494 "                        int percent);\n"
12495 "\n"
12496 msgstr ""
12497
12498 #. type: textblock
12499 #: ../src/guestfs-actions.pod:4106 ../fish/guestfish-actions.pod:2815
12500 msgid ""
12501 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
12502 "remaining free space in the volume group.  Commonly you would call this with "
12503 "pc = 100 which expands the logical volume as much as possible, using all "
12504 "remaining free space in the volume group."
12505 msgstr ""
12506
12507 #. type: textblock
12508 #: ../src/guestfs-actions.pod:4114
12509 msgid "(Added in 1.3.3)"
12510 msgstr ""
12511
12512 #. type: =head2
12513 #: ../src/guestfs-actions.pod:4116
12514 msgid "guestfs_lvs"
12515 msgstr ""
12516
12517 #. type: verbatim
12518 #: ../src/guestfs-actions.pod:4118
12519 #, no-wrap
12520 msgid ""
12521 " char **\n"
12522 " guestfs_lvs (guestfs_h *g);\n"
12523 "\n"
12524 msgstr ""
12525
12526 #. type: textblock
12527 #: ../src/guestfs-actions.pod:4121 ../fish/guestfish-actions.pod:2825
12528 msgid ""
12529 "List all the logical volumes detected.  This is the equivalent of the "
12530 "L<lvs(8)> command."
12531 msgstr ""
12532
12533 #. type: textblock
12534 #: ../src/guestfs-actions.pod:4124 ../fish/guestfish-actions.pod:2828
12535 msgid ""
12536 "This returns a list of the logical volume device names "
12537 "(eg. C</dev/VolGroup00/LogVol00>)."
12538 msgstr ""
12539
12540 #. type: textblock
12541 #: ../src/guestfs-actions.pod:4127
12542 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
12543 msgstr ""
12544
12545 #. type: =head2
12546 #: ../src/guestfs-actions.pod:4135
12547 msgid "guestfs_lvs_full"
12548 msgstr ""
12549
12550 #. type: verbatim
12551 #: ../src/guestfs-actions.pod:4137
12552 #, no-wrap
12553 msgid ""
12554 " struct guestfs_lvm_lv_list *\n"
12555 " guestfs_lvs_full (guestfs_h *g);\n"
12556 "\n"
12557 msgstr ""
12558
12559 #. type: textblock
12560 #: ../src/guestfs-actions.pod:4140 ../fish/guestfish-actions.pod:2837
12561 msgid ""
12562 "List all the logical volumes detected.  This is the equivalent of the "
12563 "L<lvs(8)> command.  The \"full\" version includes all fields."
12564 msgstr ""
12565
12566 #. type: textblock
12567 #: ../src/guestfs-actions.pod:4143
12568 msgid ""
12569 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
12570 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
12571 "use>."
12572 msgstr ""
12573
12574 #. type: =head2
12575 #: ../src/guestfs-actions.pod:4149
12576 msgid "guestfs_lvuuid"
12577 msgstr ""
12578
12579 #. type: verbatim
12580 #: ../src/guestfs-actions.pod:4151
12581 #, no-wrap
12582 msgid ""
12583 " char *\n"
12584 " guestfs_lvuuid (guestfs_h *g,\n"
12585 "                 const char *device);\n"
12586 "\n"
12587 msgstr ""
12588
12589 #. type: textblock
12590 #: ../src/guestfs-actions.pod:4155 ../fish/guestfish-actions.pod:2844
12591 msgid "This command returns the UUID of the LVM LV C<device>."
12592 msgstr ""
12593
12594 #. type: =head2
12595 #: ../src/guestfs-actions.pod:4162
12596 msgid "guestfs_lxattrlist"
12597 msgstr ""
12598
12599 #. type: verbatim
12600 #: ../src/guestfs-actions.pod:4164
12601 #, no-wrap
12602 msgid ""
12603 " struct guestfs_xattr_list *\n"
12604 " guestfs_lxattrlist (guestfs_h *g,\n"
12605 "                     const char *path,\n"
12606 "                     char *const *names);\n"
12607 "\n"
12608 msgstr ""
12609
12610 #. type: textblock
12611 #: ../src/guestfs-actions.pod:4169 ../fish/guestfish-actions.pod:2850
12612 msgid ""
12613 "This call allows you to get the extended attributes of multiple files, where "
12614 "all files are in the directory C<path>.  C<names> is the list of files from "
12615 "this directory."
12616 msgstr ""
12617
12618 #. type: textblock
12619 #: ../src/guestfs-actions.pod:4173 ../fish/guestfish-actions.pod:2854
12620 msgid ""
12621 "On return you get a flat list of xattr structs which must be interpreted "
12622 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
12623 "C<attrval> in this struct is zero-length to indicate there was an error "
12624 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
12625 "number (the number of following attributes for this file, which could be "
12626 "C<\"0\">).  Then after the first xattr struct are the zero or more "
12627 "attributes for the first named file.  This repeats for the second and "
12628 "subsequent files."
12629 msgstr ""
12630
12631 #. type: textblock
12632 #: ../src/guestfs-actions.pod:4183
12633 msgid ""
12634 "This call is intended for programs that want to efficiently list a directory "
12635 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
12636 "a similarly efficient call for getting standard stats.  Very long directory "
12637 "listings might cause the protocol message size to be exceeded, causing this "
12638 "call to fail.  The caller must split up such requests into smaller groups of "
12639 "names."
12640 msgstr ""
12641
12642 #. type: =head2
12643 #: ../src/guestfs-actions.pod:4197
12644 msgid "guestfs_mkdir"
12645 msgstr ""
12646
12647 #. type: verbatim
12648 #: ../src/guestfs-actions.pod:4199
12649 #, no-wrap
12650 msgid ""
12651 " int\n"
12652 " guestfs_mkdir (guestfs_h *g,\n"
12653 "                const char *path);\n"
12654 "\n"
12655 msgstr ""
12656
12657 #. type: textblock
12658 #: ../src/guestfs-actions.pod:4203 ../fish/guestfish-actions.pod:2876
12659 msgid "Create a directory named C<path>."
12660 msgstr ""
12661
12662 #. type: =head2
12663 #: ../src/guestfs-actions.pod:4209
12664 msgid "guestfs_mkdir_mode"
12665 msgstr ""
12666
12667 #. type: verbatim
12668 #: ../src/guestfs-actions.pod:4211
12669 #, no-wrap
12670 msgid ""
12671 " int\n"
12672 " guestfs_mkdir_mode (guestfs_h *g,\n"
12673 "                     const char *path,\n"
12674 "                     int mode);\n"
12675 "\n"
12676 msgstr ""
12677
12678 #. type: textblock
12679 #: ../src/guestfs-actions.pod:4216 ../fish/guestfish-actions.pod:2882
12680 msgid ""
12681 "This command creates a directory, setting the initial permissions of the "
12682 "directory to C<mode>."
12683 msgstr ""
12684
12685 #. type: textblock
12686 #: ../src/guestfs-actions.pod:4219 ../fish/guestfish-actions.pod:2885
12687 msgid ""
12688 "For common Linux filesystems, the actual mode which is set will be C<mode & "
12689 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
12690 "other ways."
12691 msgstr ""
12692
12693 #. type: textblock
12694 #: ../src/guestfs-actions.pod:4223
12695 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
12696 msgstr ""
12697
12698 #. type: =head2
12699 #: ../src/guestfs-actions.pod:4229
12700 msgid "guestfs_mkdir_p"
12701 msgstr ""
12702
12703 #. type: verbatim
12704 #: ../src/guestfs-actions.pod:4231
12705 #, no-wrap
12706 msgid ""
12707 " int\n"
12708 " guestfs_mkdir_p (guestfs_h *g,\n"
12709 "                  const char *path);\n"
12710 "\n"
12711 msgstr ""
12712
12713 #. type: textblock
12714 #: ../src/guestfs-actions.pod:4235 ../fish/guestfish-actions.pod:2895
12715 msgid ""
12716 "Create a directory named C<path>, creating any parent directories as "
12717 "necessary.  This is like the C<mkdir -p> shell command."
12718 msgstr ""
12719
12720 #. type: =head2
12721 #: ../src/guestfs-actions.pod:4242
12722 msgid "guestfs_mkdtemp"
12723 msgstr ""
12724
12725 #. type: verbatim
12726 #: ../src/guestfs-actions.pod:4244
12727 #, no-wrap
12728 msgid ""
12729 " char *\n"
12730 " guestfs_mkdtemp (guestfs_h *g,\n"
12731 "                  const char *template);\n"
12732 "\n"
12733 msgstr ""
12734
12735 #. type: textblock
12736 #: ../src/guestfs-actions.pod:4248 ../fish/guestfish-actions.pod:2902
12737 msgid ""
12738 "This command creates a temporary directory.  The C<template> parameter "
12739 "should be a full pathname for the temporary directory name with the final "
12740 "six characters being \"XXXXXX\"."
12741 msgstr ""
12742
12743 #. type: textblock
12744 #: ../src/guestfs-actions.pod:4253 ../fish/guestfish-actions.pod:2907
12745 msgid ""
12746 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
12747 "being suitable for Windows filesystems."
12748 msgstr ""
12749
12750 #. type: textblock
12751 #: ../src/guestfs-actions.pod:4256 ../fish/guestfish-actions.pod:2910
12752 msgid "The name of the temporary directory that was created is returned."
12753 msgstr ""
12754
12755 #. type: textblock
12756 #: ../src/guestfs-actions.pod:4259 ../fish/guestfish-actions.pod:2913
12757 msgid "The temporary directory is created with mode 0700 and is owned by root."
12758 msgstr ""
12759
12760 #. type: textblock
12761 #: ../src/guestfs-actions.pod:4262 ../fish/guestfish-actions.pod:2916
12762 msgid ""
12763 "The caller is responsible for deleting the temporary directory and its "
12764 "contents after use."
12765 msgstr ""
12766
12767 #. type: textblock
12768 #: ../src/guestfs-actions.pod:4265 ../fish/guestfish-actions.pod:2919
12769 msgid "See also: L<mkdtemp(3)>"
12770 msgstr ""
12771
12772 #. type: =head2
12773 #: ../src/guestfs-actions.pod:4272
12774 msgid "guestfs_mke2fs_J"
12775 msgstr ""
12776
12777 #. type: verbatim
12778 #: ../src/guestfs-actions.pod:4274
12779 #, no-wrap
12780 msgid ""
12781 " int\n"
12782 " guestfs_mke2fs_J (guestfs_h *g,\n"
12783 "                   const char *fstype,\n"
12784 "                   int blocksize,\n"
12785 "                   const char *device,\n"
12786 "                   const char *journal);\n"
12787 "\n"
12788 msgstr ""
12789
12790 #. type: textblock
12791 #: ../src/guestfs-actions.pod:4281 ../fish/guestfish-actions.pod:2925
12792 msgid ""
12793 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12794 "C<journal>.  It is equivalent to the command:"
12795 msgstr ""
12796
12797 #. type: verbatim
12798 #: ../src/guestfs-actions.pod:4285 ../fish/guestfish-actions.pod:2929
12799 #, no-wrap
12800 msgid ""
12801 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
12802 "\n"
12803 msgstr ""
12804
12805 #. type: textblock
12806 #: ../src/guestfs-actions.pod:4287
12807 msgid "See also C<guestfs_mke2journal>."
12808 msgstr ""
12809
12810 #. type: textblock
12811 #: ../src/guestfs-actions.pod:4291 ../src/guestfs-actions.pod:4309 ../src/guestfs-actions.pod:4327 ../src/guestfs-actions.pod:4343 ../src/guestfs-actions.pod:4357 ../src/guestfs-actions.pod:4371 ../src/guestfs-actions.pod:4430 ../src/guestfs-actions.pod:4695
12812 msgid "(Added in 1.0.68)"
12813 msgstr ""
12814
12815 #. type: =head2
12816 #: ../src/guestfs-actions.pod:4293
12817 msgid "guestfs_mke2fs_JL"
12818 msgstr ""
12819
12820 #. type: verbatim
12821 #: ../src/guestfs-actions.pod:4295
12822 #, no-wrap
12823 msgid ""
12824 " int\n"
12825 " guestfs_mke2fs_JL (guestfs_h *g,\n"
12826 "                    const char *fstype,\n"
12827 "                    int blocksize,\n"
12828 "                    const char *device,\n"
12829 "                    const char *label);\n"
12830 "\n"
12831 msgstr ""
12832
12833 #. type: textblock
12834 #: ../src/guestfs-actions.pod:4302 ../fish/guestfish-actions.pod:2937
12835 msgid ""
12836 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12837 "the journal labeled C<label>."
12838 msgstr ""
12839
12840 #. type: textblock
12841 #: ../src/guestfs-actions.pod:4305
12842 msgid "See also C<guestfs_mke2journal_L>."
12843 msgstr ""
12844
12845 #. type: =head2
12846 #: ../src/guestfs-actions.pod:4311
12847 msgid "guestfs_mke2fs_JU"
12848 msgstr ""
12849
12850 #. type: verbatim
12851 #: ../src/guestfs-actions.pod:4313
12852 #, no-wrap
12853 msgid ""
12854 " int\n"
12855 " guestfs_mke2fs_JU (guestfs_h *g,\n"
12856 "                    const char *fstype,\n"
12857 "                    int blocksize,\n"
12858 "                    const char *device,\n"
12859 "                    const char *uuid);\n"
12860 "\n"
12861 msgstr ""
12862
12863 #. type: textblock
12864 #: ../src/guestfs-actions.pod:4320 ../fish/guestfish-actions.pod:2946
12865 msgid ""
12866 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12867 "the journal with UUID C<uuid>."
12868 msgstr ""
12869
12870 #. type: textblock
12871 #: ../src/guestfs-actions.pod:4323
12872 msgid "See also C<guestfs_mke2journal_U>."
12873 msgstr ""
12874
12875 #. type: =head2
12876 #: ../src/guestfs-actions.pod:4329
12877 msgid "guestfs_mke2journal"
12878 msgstr ""
12879
12880 #. type: verbatim
12881 #: ../src/guestfs-actions.pod:4331
12882 #, no-wrap
12883 msgid ""
12884 " int\n"
12885 " guestfs_mke2journal (guestfs_h *g,\n"
12886 "                      int blocksize,\n"
12887 "                      const char *device);\n"
12888 "\n"
12889 msgstr ""
12890
12891 #. type: textblock
12892 #: ../src/guestfs-actions.pod:4336 ../fish/guestfish-actions.pod:2955
12893 msgid ""
12894 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
12895 "command:"
12896 msgstr ""
12897
12898 #. type: verbatim
12899 #: ../src/guestfs-actions.pod:4339 ../fish/guestfish-actions.pod:2958
12900 #, no-wrap
12901 msgid ""
12902 " mke2fs -O journal_dev -b blocksize device\n"
12903 "\n"
12904 msgstr ""
12905
12906 #. type: =head2
12907 #: ../src/guestfs-actions.pod:4345
12908 msgid "guestfs_mke2journal_L"
12909 msgstr ""
12910
12911 #. type: verbatim
12912 #: ../src/guestfs-actions.pod:4347
12913 #, no-wrap
12914 msgid ""
12915 " int\n"
12916 " guestfs_mke2journal_L (guestfs_h *g,\n"
12917 "                        int blocksize,\n"
12918 "                        const char *label,\n"
12919 "                        const char *device);\n"
12920 "\n"
12921 msgstr ""
12922
12923 #. type: textblock
12924 #: ../src/guestfs-actions.pod:4353 ../fish/guestfish-actions.pod:2964
12925 msgid "This creates an ext2 external journal on C<device> with label C<label>."
12926 msgstr ""
12927
12928 #. type: =head2
12929 #: ../src/guestfs-actions.pod:4359
12930 msgid "guestfs_mke2journal_U"
12931 msgstr ""
12932
12933 #. type: verbatim
12934 #: ../src/guestfs-actions.pod:4361
12935 #, no-wrap
12936 msgid ""
12937 " int\n"
12938 " guestfs_mke2journal_U (guestfs_h *g,\n"
12939 "                        int blocksize,\n"
12940 "                        const char *uuid,\n"
12941 "                        const char *device);\n"
12942 "\n"
12943 msgstr ""
12944
12945 #. type: textblock
12946 #: ../src/guestfs-actions.pod:4367 ../fish/guestfish-actions.pod:2970
12947 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
12948 msgstr ""
12949
12950 #. type: =head2
12951 #: ../src/guestfs-actions.pod:4373
12952 msgid "guestfs_mkfifo"
12953 msgstr ""
12954
12955 #. type: verbatim
12956 #: ../src/guestfs-actions.pod:4375
12957 #, no-wrap
12958 msgid ""
12959 " int\n"
12960 " guestfs_mkfifo (guestfs_h *g,\n"
12961 "                 int mode,\n"
12962 "                 const char *path);\n"
12963 "\n"
12964 msgstr ""
12965
12966 #. type: textblock
12967 #: ../src/guestfs-actions.pod:4380
12968 msgid ""
12969 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
12970 "is just a convenient wrapper around C<guestfs_mknod>."
12971 msgstr ""
12972
12973 #. type: =head2
12974 #: ../src/guestfs-actions.pod:4390
12975 msgid "guestfs_mkfs"
12976 msgstr ""
12977
12978 #. type: verbatim
12979 #: ../src/guestfs-actions.pod:4392
12980 #, no-wrap
12981 msgid ""
12982 " int\n"
12983 " guestfs_mkfs (guestfs_h *g,\n"
12984 "               const char *fstype,\n"
12985 "               const char *device);\n"
12986 "\n"
12987 msgstr ""
12988
12989 #. type: textblock
12990 #: ../src/guestfs-actions.pod:4397 ../fish/guestfish-actions.pod:2986
12991 msgid ""
12992 "This creates a filesystem on C<device> (usually a partition or LVM logical "
12993 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
12994 msgstr ""
12995
12996 #. type: =head2
12997 #: ../src/guestfs-actions.pod:4405
12998 msgid "guestfs_mkfs_b"
12999 msgstr ""
13000
13001 #. type: verbatim
13002 #: ../src/guestfs-actions.pod:4407
13003 #, no-wrap
13004 msgid ""
13005 " int\n"
13006 " guestfs_mkfs_b (guestfs_h *g,\n"
13007 "                 const char *fstype,\n"
13008 "                 int blocksize,\n"
13009 "                 const char *device);\n"
13010 "\n"
13011 msgstr ""
13012
13013 #. type: textblock
13014 #: ../src/guestfs-actions.pod:4413
13015 msgid ""
13016 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13017 "block size of the resulting filesystem.  Supported block sizes depend on the "
13018 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13019 msgstr ""
13020
13021 #. type: textblock
13022 #: ../src/guestfs-actions.pod:4418 ../src/guestfs-actions.pod:4461 ../fish/guestfish-actions.pod:2999 ../fish/guestfish-actions.pod:3026
13023 msgid ""
13024 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13025 "cluster size."
13026 msgstr ""
13027
13028 #. type: textblock
13029 #: ../src/guestfs-actions.pod:4423
13030 msgid ""
13031 "This function is deprecated.  In new code, use the L</guestfs_mkfs_opts> "
13032 "call instead."
13033 msgstr ""
13034
13035 #. type: =head2
13036 #: ../src/guestfs-actions.pod:4432
13037 msgid "guestfs_mkfs_opts"
13038 msgstr ""
13039
13040 #. type: verbatim
13041 #: ../src/guestfs-actions.pod:4434
13042 #, no-wrap
13043 msgid ""
13044 " int\n"
13045 " guestfs_mkfs_opts (guestfs_h *g,\n"
13046 "                    const char *fstype,\n"
13047 "                    const char *device,\n"
13048 "                    ...);\n"
13049 "\n"
13050 msgstr ""
13051
13052 #. type: verbatim
13053 #: ../src/guestfs-actions.pod:4445
13054 #, no-wrap
13055 msgid ""
13056 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13057 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
13058 "\n"
13059 msgstr ""
13060
13061 #. type: textblock
13062 #: ../src/guestfs-actions.pod:4448 ../fish/guestfish-actions.pod:3013
13063 msgid ""
13064 "This function creates a filesystem on C<device>.  The filesystem type is "
13065 "C<fstype>, for example C<ext3>."
13066 msgstr ""
13067
13068 #. type: =item
13069 #: ../src/guestfs-actions.pod:4455 ../fish/guestfish-actions.pod:3020
13070 msgid "C<blocksize>"
13071 msgstr ""
13072
13073 #. type: textblock
13074 #: ../src/guestfs-actions.pod:4457 ../fish/guestfish-actions.pod:3022
13075 msgid ""
13076 "The filesystem block size.  Supported block sizes depend on the filesystem "
13077 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13078 "filesystems."
13079 msgstr ""
13080
13081 #. type: textblock
13082 #: ../src/guestfs-actions.pod:4464 ../fish/guestfish-actions.pod:3029
13083 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
13084 msgstr ""
13085
13086 #. type: =item
13087 #: ../src/guestfs-actions.pod:4466 ../fish/guestfish-actions.pod:3031
13088 msgid "C<features>"
13089 msgstr ""
13090
13091 #. type: textblock
13092 #: ../src/guestfs-actions.pod:4468 ../fish/guestfish-actions.pod:3033
13093 msgid "This passes the I<-O> parameter to the external mkfs program."
13094 msgstr ""
13095
13096 #. type: textblock
13097 #: ../src/guestfs-actions.pod:4470 ../fish/guestfish-actions.pod:3035
13098 msgid ""
13099 "For certain filesystem types, this allows extra filesystem features to be "
13100 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
13101 msgstr ""
13102
13103 #. type: textblock
13104 #: ../src/guestfs-actions.pod:4474 ../fish/guestfish-actions.pod:3039
13105 msgid ""
13106 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
13107 "type."
13108 msgstr ""
13109
13110 #. type: textblock
13111 #: ../src/guestfs-actions.pod:4481
13112 msgid "(Added in 1.7.19)"
13113 msgstr ""
13114
13115 #. type: =head2
13116 #: ../src/guestfs-actions.pod:4483
13117 msgid "guestfs_mkfs_opts_va"
13118 msgstr ""
13119
13120 #. type: verbatim
13121 #: ../src/guestfs-actions.pod:4485
13122 #, no-wrap
13123 msgid ""
13124 " int\n"
13125 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
13126 "                       const char *fstype,\n"
13127 "                       const char *device,\n"
13128 "                       va_list args);\n"
13129 "\n"
13130 msgstr ""
13131
13132 #. type: textblock
13133 #: ../src/guestfs-actions.pod:4491
13134 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
13135 msgstr ""
13136
13137 #. type: =head2
13138 #: ../src/guestfs-actions.pod:4495
13139 msgid "guestfs_mkfs_opts_argv"
13140 msgstr ""
13141
13142 #. type: verbatim
13143 #: ../src/guestfs-actions.pod:4497
13144 #, no-wrap
13145 msgid ""
13146 " int\n"
13147 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
13148 "                         const char *fstype,\n"
13149 "                         const char *device,\n"
13150 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
13151 "\n"
13152 msgstr ""
13153
13154 #. type: textblock
13155 #: ../src/guestfs-actions.pod:4503
13156 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
13157 msgstr ""
13158
13159 #. type: =head2
13160 #: ../src/guestfs-actions.pod:4507
13161 msgid "guestfs_mkmountpoint"
13162 msgstr ""
13163
13164 #. type: verbatim
13165 #: ../src/guestfs-actions.pod:4509
13166 #, no-wrap
13167 msgid ""
13168 " int\n"
13169 " guestfs_mkmountpoint (guestfs_h *g,\n"
13170 "                       const char *exemptpath);\n"
13171 "\n"
13172 msgstr ""
13173
13174 #. type: textblock
13175 #: ../src/guestfs-actions.pod:4513
13176 msgid ""
13177 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
13178 "that can be used to create extra mountpoints before mounting the first "
13179 "filesystem."
13180 msgstr ""
13181
13182 #. type: textblock
13183 #: ../src/guestfs-actions.pod:4517 ../fish/guestfish-actions.pod:3054
13184 msgid ""
13185 "These calls are I<only> necessary in some very limited circumstances, mainly "
13186 "the case where you want to mount a mix of unrelated and/or read-only "
13187 "filesystems together."
13188 msgstr ""
13189
13190 #. type: textblock
13191 #: ../src/guestfs-actions.pod:4521 ../fish/guestfish-actions.pod:3058
13192 msgid ""
13193 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
13194 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
13195 "inside that.  You can unpack this as follows in guestfish:"
13196 msgstr ""
13197
13198 #. type: verbatim
13199 #: ../src/guestfs-actions.pod:4526 ../fish/guestfish-actions.pod:3063
13200 #, no-wrap
13201 msgid ""
13202 " add-ro Fedora-11-i686-Live.iso\n"
13203 " run\n"
13204 " mkmountpoint /cd\n"
13205 " mkmountpoint /sqsh\n"
13206 " mkmountpoint /ext3fs\n"
13207 " mount /dev/sda /cd\n"
13208 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
13209 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
13210 "\n"
13211 msgstr ""
13212
13213 #. type: textblock
13214 #: ../src/guestfs-actions.pod:4535 ../fish/guestfish-actions.pod:3072
13215 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
13216 msgstr ""
13217
13218 #. type: textblock
13219 #: ../src/guestfs-actions.pod:4537
13220 msgid ""
13221 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
13222 "may get unexpected errors if you try to mix these calls.  It is safest to "
13223 "manually unmount filesystems and remove mountpoints after use."
13224 msgstr ""
13225
13226 #. type: textblock
13227 #: ../src/guestfs-actions.pod:4541
13228 msgid ""
13229 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
13230 "first, so for this to work for manual mountpoints, you must ensure that the "
13231 "innermost mountpoints have the longest pathnames, as in the example code "
13232 "above."
13233 msgstr ""
13234
13235 #. type: textblock
13236 #: ../src/guestfs-actions.pod:4546 ../fish/guestfish-actions.pod:3083
13237 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
13238 msgstr ""
13239
13240 #. type: textblock
13241 #: ../src/guestfs-actions.pod:4548
13242 msgid ""
13243 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
13244 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
13245 "can also trigger these issues."
13246 msgstr ""
13247
13248 #. type: textblock
13249 #: ../src/guestfs-actions.pod:4554 ../src/guestfs-actions.pod:4820 ../src/guestfs-actions.pod:5739
13250 msgid "(Added in 1.0.62)"
13251 msgstr ""
13252
13253 #. type: =head2
13254 #: ../src/guestfs-actions.pod:4556
13255 msgid "guestfs_mknod"
13256 msgstr ""
13257
13258 #. type: verbatim
13259 #: ../src/guestfs-actions.pod:4558
13260 #, no-wrap
13261 msgid ""
13262 " int\n"
13263 " guestfs_mknod (guestfs_h *g,\n"
13264 "                int mode,\n"
13265 "                int devmajor,\n"
13266 "                int devminor,\n"
13267 "                const char *path);\n"
13268 "\n"
13269 msgstr ""
13270
13271 #. type: textblock
13272 #: ../src/guestfs-actions.pod:4565 ../fish/guestfish-actions.pod:3093
13273 msgid ""
13274 "This call creates block or character special devices, or named pipes "
13275 "(FIFOs)."
13276 msgstr ""
13277
13278 #. type: textblock
13279 #: ../src/guestfs-actions.pod:4568 ../fish/guestfish-actions.pod:3096
13280 msgid ""
13281 "The C<mode> parameter should be the mode, using the standard constants.  "
13282 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
13283 "used when creating block and character special devices."
13284 msgstr ""
13285
13286 #. type: textblock
13287 #: ../src/guestfs-actions.pod:4573
13288 msgid ""
13289 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
13290 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
13291 "regular file).  These constants are available in the standard Linux header "
13292 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
13293 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
13294 "the appropriate constant for you."
13295 msgstr ""
13296
13297 #. type: =head2
13298 #: ../src/guestfs-actions.pod:4587
13299 msgid "guestfs_mknod_b"
13300 msgstr ""
13301
13302 #. type: verbatim
13303 #: ../src/guestfs-actions.pod:4589
13304 #, no-wrap
13305 msgid ""
13306 " int\n"
13307 " guestfs_mknod_b (guestfs_h *g,\n"
13308 "                  int mode,\n"
13309 "                  int devmajor,\n"
13310 "                  int devminor,\n"
13311 "                  const char *path);\n"
13312 "\n"
13313 msgstr ""
13314
13315 #. type: textblock
13316 #: ../src/guestfs-actions.pod:4596
13317 msgid ""
13318 "This call creates a block device node called C<path> with mode C<mode> and "
13319 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13320 "wrapper around C<guestfs_mknod>."
13321 msgstr ""
13322
13323 #. type: =head2
13324 #: ../src/guestfs-actions.pod:4606
13325 msgid "guestfs_mknod_c"
13326 msgstr ""
13327
13328 #. type: verbatim
13329 #: ../src/guestfs-actions.pod:4608
13330 #, no-wrap
13331 msgid ""
13332 " int\n"
13333 " guestfs_mknod_c (guestfs_h *g,\n"
13334 "                  int mode,\n"
13335 "                  int devmajor,\n"
13336 "                  int devminor,\n"
13337 "                  const char *path);\n"
13338 "\n"
13339 msgstr ""
13340
13341 #. type: textblock
13342 #: ../src/guestfs-actions.pod:4615
13343 msgid ""
13344 "This call creates a char device node called C<path> with mode C<mode> and "
13345 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13346 "wrapper around C<guestfs_mknod>."
13347 msgstr ""
13348
13349 #. type: =head2
13350 #: ../src/guestfs-actions.pod:4625
13351 msgid "guestfs_mkswap"
13352 msgstr ""
13353
13354 #. type: verbatim
13355 #: ../src/guestfs-actions.pod:4627
13356 #, no-wrap
13357 msgid ""
13358 " int\n"
13359 " guestfs_mkswap (guestfs_h *g,\n"
13360 "                 const char *device);\n"
13361 "\n"
13362 msgstr ""
13363
13364 #. type: textblock
13365 #: ../src/guestfs-actions.pod:4631 ../fish/guestfish-actions.pod:3135
13366 msgid "Create a swap partition on C<device>."
13367 msgstr ""
13368
13369 #. type: =head2
13370 #: ../src/guestfs-actions.pod:4637
13371 msgid "guestfs_mkswap_L"
13372 msgstr ""
13373
13374 #. type: verbatim
13375 #: ../src/guestfs-actions.pod:4639
13376 #, no-wrap
13377 msgid ""
13378 " int\n"
13379 " guestfs_mkswap_L (guestfs_h *g,\n"
13380 "                   const char *label,\n"
13381 "                   const char *device);\n"
13382 "\n"
13383 msgstr ""
13384
13385 #. type: textblock
13386 #: ../src/guestfs-actions.pod:4644 ../fish/guestfish-actions.pod:3141
13387 msgid "Create a swap partition on C<device> with label C<label>."
13388 msgstr ""
13389
13390 #. type: textblock
13391 #: ../src/guestfs-actions.pod:4646 ../fish/guestfish-actions.pod:3143
13392 msgid ""
13393 "Note that you cannot attach a swap label to a block device "
13394 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
13395 "the kernel or swap tools."
13396 msgstr ""
13397
13398 #. type: =head2
13399 #: ../src/guestfs-actions.pod:4654
13400 msgid "guestfs_mkswap_U"
13401 msgstr ""
13402
13403 #. type: verbatim
13404 #: ../src/guestfs-actions.pod:4656
13405 #, no-wrap
13406 msgid ""
13407 " int\n"
13408 " guestfs_mkswap_U (guestfs_h *g,\n"
13409 "                   const char *uuid,\n"
13410 "                   const char *device);\n"
13411 "\n"
13412 msgstr ""
13413
13414 #. type: textblock
13415 #: ../src/guestfs-actions.pod:4661 ../fish/guestfish-actions.pod:3151
13416 msgid "Create a swap partition on C<device> with UUID C<uuid>."
13417 msgstr ""
13418
13419 #. type: =head2
13420 #: ../src/guestfs-actions.pod:4667
13421 msgid "guestfs_mkswap_file"
13422 msgstr ""
13423
13424 #. type: verbatim
13425 #: ../src/guestfs-actions.pod:4669
13426 #, no-wrap
13427 msgid ""
13428 " int\n"
13429 " guestfs_mkswap_file (guestfs_h *g,\n"
13430 "                      const char *path);\n"
13431 "\n"
13432 msgstr ""
13433
13434 #. type: textblock
13435 #: ../src/guestfs-actions.pod:4673 ../fish/guestfish-actions.pod:3157
13436 msgid "Create a swap file."
13437 msgstr ""
13438
13439 #. type: textblock
13440 #: ../src/guestfs-actions.pod:4675
13441 msgid ""
13442 "This command just writes a swap file signature to an existing file.  To "
13443 "create the file itself, use something like C<guestfs_fallocate>."
13444 msgstr ""
13445
13446 #. type: =head2
13447 #: ../src/guestfs-actions.pod:4682
13448 msgid "guestfs_modprobe"
13449 msgstr ""
13450
13451 #. type: verbatim
13452 #: ../src/guestfs-actions.pod:4684
13453 #, no-wrap
13454 msgid ""
13455 " int\n"
13456 " guestfs_modprobe (guestfs_h *g,\n"
13457 "                   const char *modulename);\n"
13458 "\n"
13459 msgstr ""
13460
13461 #. type: textblock
13462 #: ../src/guestfs-actions.pod:4688 ../fish/guestfish-actions.pod:3166
13463 msgid "This loads a kernel module in the appliance."
13464 msgstr ""
13465
13466 #. type: textblock
13467 #: ../src/guestfs-actions.pod:4690 ../fish/guestfish-actions.pod:3168
13468 msgid ""
13469 "The kernel module must have been whitelisted when libguestfs was built (see "
13470 "C<appliance/kmod.whitelist.in> in the source)."
13471 msgstr ""
13472
13473 #. type: =head2
13474 #: ../src/guestfs-actions.pod:4697
13475 msgid "guestfs_mount"
13476 msgstr ""
13477
13478 #. type: verbatim
13479 #: ../src/guestfs-actions.pod:4699
13480 #, no-wrap
13481 msgid ""
13482 " int\n"
13483 " guestfs_mount (guestfs_h *g,\n"
13484 "                const char *device,\n"
13485 "                const char *mountpoint);\n"
13486 "\n"
13487 msgstr ""
13488
13489 #. type: textblock
13490 #: ../src/guestfs-actions.pod:4704 ../fish/guestfish-actions.pod:3175
13491 msgid ""
13492 "Mount a guest disk at a position in the filesystem.  Block devices are named "
13493 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
13494 "those block devices contain partitions, they will have the usual names "
13495 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
13496 msgstr ""
13497
13498 #. type: textblock
13499 #: ../src/guestfs-actions.pod:4710 ../fish/guestfish-actions.pod:3181
13500 msgid ""
13501 "The rules are the same as for L<mount(2)>: A filesystem must first be "
13502 "mounted on C</> before others can be mounted.  Other filesystems can only be "
13503 "mounted on directories which already exist."
13504 msgstr ""
13505
13506 #. type: textblock
13507 #: ../src/guestfs-actions.pod:4715 ../fish/guestfish-actions.pod:3186
13508 msgid ""
13509 "The mounted filesystem is writable, if we have sufficient permissions on the "
13510 "underlying device."
13511 msgstr ""
13512
13513 #. type: textblock
13514 #: ../src/guestfs-actions.pod:4718
13515 msgid ""
13516 "B<Important note:> When you use this call, the filesystem options C<sync> "
13517 "and C<noatime> are set implicitly.  This was originally done because we "
13518 "thought it would improve reliability, but it turns out that I<-o sync> has a "
13519 "very large negative performance impact and negligible effect on "
13520 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
13521 "in any code that needs performance, and instead use C<guestfs_mount_options> "
13522 "(use an empty string for the first parameter if you don't want any options)."
13523 msgstr ""
13524
13525 #. type: textblock
13526 #: ../src/guestfs-actions.pod:4730
13527 msgid ""
13528 "This function is deprecated.  In new code, use the L</guestfs_mount_options> "
13529 "call instead."
13530 msgstr ""
13531
13532 #. type: =head2
13533 #: ../src/guestfs-actions.pod:4739
13534 msgid "guestfs_mount_loop"
13535 msgstr ""
13536
13537 #. type: verbatim
13538 #: ../src/guestfs-actions.pod:4741
13539 #, no-wrap
13540 msgid ""
13541 " int\n"
13542 " guestfs_mount_loop (guestfs_h *g,\n"
13543 "                     const char *file,\n"
13544 "                     const char *mountpoint);\n"
13545 "\n"
13546 msgstr ""
13547
13548 #. type: textblock
13549 #: ../src/guestfs-actions.pod:4746 ../fish/guestfish-actions.pod:3210
13550 msgid ""
13551 "This command lets you mount C<file> (a filesystem image in a file) on a "
13552 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
13553 "mountpoint>."
13554 msgstr ""
13555
13556 #. type: =head2
13557 #: ../src/guestfs-actions.pod:4754
13558 msgid "guestfs_mount_options"
13559 msgstr ""
13560
13561 #. type: verbatim
13562 #: ../src/guestfs-actions.pod:4756
13563 #, no-wrap
13564 msgid ""
13565 " int\n"
13566 " guestfs_mount_options (guestfs_h *g,\n"
13567 "                        const char *options,\n"
13568 "                        const char *device,\n"
13569 "                        const char *mountpoint);\n"
13570 "\n"
13571 msgstr ""
13572
13573 #. type: textblock
13574 #: ../src/guestfs-actions.pod:4762
13575 msgid ""
13576 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13577 "the mount options as for the L<mount(8)> I<-o> flag."
13578 msgstr ""
13579
13580 #. type: textblock
13581 #: ../src/guestfs-actions.pod:4766 ../fish/guestfish-actions.pod:3222
13582 msgid ""
13583 "If the C<options> parameter is an empty string, then no options are passed "
13584 "(all options default to whatever the filesystem uses)."
13585 msgstr ""
13586
13587 #. type: textblock
13588 #: ../src/guestfs-actions.pod:4772 ../src/guestfs-actions.pod:4786 ../src/guestfs-actions.pod:4803
13589 msgid "(Added in 1.0.10)"
13590 msgstr ""
13591
13592 #. type: =head2
13593 #: ../src/guestfs-actions.pod:4774
13594 msgid "guestfs_mount_ro"
13595 msgstr ""
13596
13597 #. type: verbatim
13598 #: ../src/guestfs-actions.pod:4776
13599 #, no-wrap
13600 msgid ""
13601 " int\n"
13602 " guestfs_mount_ro (guestfs_h *g,\n"
13603 "                   const char *device,\n"
13604 "                   const char *mountpoint);\n"
13605 "\n"
13606 msgstr ""
13607
13608 #. type: textblock
13609 #: ../src/guestfs-actions.pod:4781
13610 msgid ""
13611 "This is the same as the C<guestfs_mount> command, but it mounts the "
13612 "filesystem with the read-only (I<-o ro>) flag."
13613 msgstr ""
13614
13615 #. type: =head2
13616 #: ../src/guestfs-actions.pod:4788
13617 msgid "guestfs_mount_vfs"
13618 msgstr ""
13619
13620 #. type: verbatim
13621 #: ../src/guestfs-actions.pod:4790
13622 #, no-wrap
13623 msgid ""
13624 " int\n"
13625 " guestfs_mount_vfs (guestfs_h *g,\n"
13626 "                    const char *options,\n"
13627 "                    const char *vfstype,\n"
13628 "                    const char *device,\n"
13629 "                    const char *mountpoint);\n"
13630 "\n"
13631 msgstr ""
13632
13633 #. type: textblock
13634 #: ../src/guestfs-actions.pod:4797
13635 msgid ""
13636 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13637 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
13638 "I<-t> flags."
13639 msgstr ""
13640
13641 #. type: =head2
13642 #: ../src/guestfs-actions.pod:4805
13643 msgid "guestfs_mountpoints"
13644 msgstr ""
13645
13646 #. type: verbatim
13647 #: ../src/guestfs-actions.pod:4807
13648 #, no-wrap
13649 msgid ""
13650 " char **\n"
13651 " guestfs_mountpoints (guestfs_h *g);\n"
13652 "\n"
13653 msgstr ""
13654
13655 #. type: textblock
13656 #: ../src/guestfs-actions.pod:4810
13657 msgid ""
13658 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
13659 "devices.  This one returns a hash table (map) of device name to directory "
13660 "where the device is mounted."
13661 msgstr ""
13662
13663 #. type: =head2
13664 #: ../src/guestfs-actions.pod:4822
13665 msgid "guestfs_mounts"
13666 msgstr ""
13667
13668 #. type: verbatim
13669 #: ../src/guestfs-actions.pod:4824
13670 #, no-wrap
13671 msgid ""
13672 " char **\n"
13673 " guestfs_mounts (guestfs_h *g);\n"
13674 "\n"
13675 msgstr ""
13676
13677 #. type: textblock
13678 #: ../src/guestfs-actions.pod:4827 ../fish/guestfish-actions.pod:3253
13679 msgid ""
13680 "This returns the list of currently mounted filesystems.  It returns the list "
13681 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
13682 msgstr ""
13683
13684 #. type: textblock
13685 #: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3256
13686 msgid "Some internal mounts are not shown."
13687 msgstr ""
13688
13689 #. type: textblock
13690 #: ../src/guestfs-actions.pod:4832
13691 msgid "See also: C<guestfs_mountpoints>"
13692 msgstr ""
13693
13694 #. type: =head2
13695 #: ../src/guestfs-actions.pod:4840
13696 msgid "guestfs_mv"
13697 msgstr ""
13698
13699 #. type: verbatim
13700 #: ../src/guestfs-actions.pod:4842
13701 #, no-wrap
13702 msgid ""
13703 " int\n"
13704 " guestfs_mv (guestfs_h *g,\n"
13705 "             const char *src,\n"
13706 "             const char *dest);\n"
13707 "\n"
13708 msgstr ""
13709
13710 #. type: textblock
13711 #: ../src/guestfs-actions.pod:4847 ../fish/guestfish-actions.pod:3264
13712 msgid ""
13713 "This moves a file from C<src> to C<dest> where C<dest> is either a "
13714 "destination filename or destination directory."
13715 msgstr ""
13716
13717 #. type: =head2
13718 #: ../src/guestfs-actions.pod:4854
13719 msgid "guestfs_ntfs_3g_probe"
13720 msgstr ""
13721
13722 #. type: verbatim
13723 #: ../src/guestfs-actions.pod:4856
13724 #, no-wrap
13725 msgid ""
13726 " int\n"
13727 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
13728 "                        int rw,\n"
13729 "                        const char *device);\n"
13730 "\n"
13731 msgstr ""
13732
13733 #. type: textblock
13734 #: ../src/guestfs-actions.pod:4861 ../fish/guestfish-actions.pod:3271
13735 msgid ""
13736 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
13737 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
13738 "read-write, and some cannot be mounted at all)."
13739 msgstr ""
13740
13741 #. type: textblock
13742 #: ../src/guestfs-actions.pod:4865 ../fish/guestfish-actions.pod:3275
13743 msgid ""
13744 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
13745 "can be mounted read-write.  Set it to false if you want to test if the "
13746 "volume can be mounted read-only."
13747 msgstr ""
13748
13749 #. type: textblock
13750 #: ../src/guestfs-actions.pod:4869 ../fish/guestfish-actions.pod:3279
13751 msgid ""
13752 "The return value is an integer which C<0> if the operation would succeed, or "
13753 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
13754 msgstr ""
13755
13756 #. type: textblock
13757 #: ../src/guestfs-actions.pod:4875
13758 msgid "(Added in 1.0.43)"
13759 msgstr ""
13760
13761 #. type: =head2
13762 #: ../src/guestfs-actions.pod:4877
13763 msgid "guestfs_ntfsresize"
13764 msgstr ""
13765
13766 #. type: verbatim
13767 #: ../src/guestfs-actions.pod:4879
13768 #, no-wrap
13769 msgid ""
13770 " int\n"
13771 " guestfs_ntfsresize (guestfs_h *g,\n"
13772 "                     const char *device);\n"
13773 "\n"
13774 msgstr ""
13775
13776 #. type: textblock
13777 #: ../src/guestfs-actions.pod:4883 ../fish/guestfish-actions.pod:3287
13778 msgid ""
13779 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
13780 "size of the underlying device."
13781 msgstr ""
13782
13783 #. type: textblock
13784 #: ../src/guestfs-actions.pod:4886 ../fish/guestfish-actions.pod:3290
13785 msgid ""
13786 "I<Note:> After the resize operation, the filesystem is marked as requiring a "
13787 "consistency check (for safety).  You have to boot into Windows to perform "
13788 "this check and clear this condition.  Furthermore, ntfsresize refuses to "
13789 "resize filesystems which have been marked in this way.  So in effect it is "
13790 "not possible to call ntfsresize multiple times on a single filesystem "
13791 "without booting into Windows between each resize."
13792 msgstr ""
13793
13794 #. type: textblock
13795 #: ../src/guestfs-actions.pod:4894 ../fish/guestfish-actions.pod:3298
13796 msgid "See also L<ntfsresize(8)>."
13797 msgstr ""
13798
13799 #. type: =head2
13800 #: ../src/guestfs-actions.pod:4900
13801 msgid "guestfs_ntfsresize_size"
13802 msgstr ""
13803
13804 #. type: verbatim
13805 #: ../src/guestfs-actions.pod:4902
13806 #, no-wrap
13807 msgid ""
13808 " int\n"
13809 " guestfs_ntfsresize_size (guestfs_h *g,\n"
13810 "                          const char *device,\n"
13811 "                          int64_t size);\n"
13812 "\n"
13813 msgstr ""
13814
13815 #. type: textblock
13816 #: ../src/guestfs-actions.pod:4907
13817 msgid ""
13818 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
13819 "to specify the new size (in bytes) explicitly."
13820 msgstr ""
13821
13822 #. type: textblock
13823 #: ../src/guestfs-actions.pod:4912 ../src/guestfs-actions.pod:5348 ../src/guestfs-actions.pod:5421 ../src/guestfs-actions.pod:5687 ../src/guestfs-actions.pod:7293
13824 msgid "(Added in 1.3.14)"
13825 msgstr ""
13826
13827 #. type: =head2
13828 #: ../src/guestfs-actions.pod:4914
13829 msgid "guestfs_part_add"
13830 msgstr ""
13831
13832 #. type: verbatim
13833 #: ../src/guestfs-actions.pod:4916
13834 #, no-wrap
13835 msgid ""
13836 " int\n"
13837 " guestfs_part_add (guestfs_h *g,\n"
13838 "                   const char *device,\n"
13839 "                   const char *prlogex,\n"
13840 "                   int64_t startsect,\n"
13841 "                   int64_t endsect);\n"
13842 "\n"
13843 msgstr ""
13844
13845 #. type: textblock
13846 #: ../src/guestfs-actions.pod:4923
13847 msgid ""
13848 "This command adds a partition to C<device>.  If there is no partition table "
13849 "on the device, call C<guestfs_part_init> first."
13850 msgstr ""
13851
13852 #. type: textblock
13853 #: ../src/guestfs-actions.pod:4926 ../fish/guestfish-actions.pod:3314
13854 msgid ""
13855 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
13856 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
13857 "C<logical>) and C<e> (or C<extended>) partition types."
13858 msgstr ""
13859
13860 #. type: textblock
13861 #: ../src/guestfs-actions.pod:4931 ../fish/guestfish-actions.pod:3319
13862 msgid ""
13863 "C<startsect> and C<endsect> are the start and end of the partition in "
13864 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
13865 "from the end of the disk (C<-1> is the last sector)."
13866 msgstr ""
13867
13868 #. type: textblock
13869 #: ../src/guestfs-actions.pod:4935
13870 msgid ""
13871 "Creating a partition which covers the whole disk is not so easy.  Use "
13872 "C<guestfs_part_disk> to do that."
13873 msgstr ""
13874
13875 #. type: textblock
13876 #: ../src/guestfs-actions.pod:4940 ../src/guestfs-actions.pod:4978 ../src/guestfs-actions.pod:5031 ../src/guestfs-actions.pod:5109 ../src/guestfs-actions.pod:5147 ../src/guestfs-actions.pod:5166 ../src/guestfs-actions.pod:5206
13877 msgid "(Added in 1.0.78)"
13878 msgstr ""
13879
13880 #. type: =head2
13881 #: ../src/guestfs-actions.pod:4942
13882 msgid "guestfs_part_del"
13883 msgstr ""
13884
13885 #. type: verbatim
13886 #: ../src/guestfs-actions.pod:4944
13887 #, no-wrap
13888 msgid ""
13889 " int\n"
13890 " guestfs_part_del (guestfs_h *g,\n"
13891 "                   const char *device,\n"
13892 "                   int partnum);\n"
13893 "\n"
13894 msgstr ""
13895
13896 #. type: textblock
13897 #: ../src/guestfs-actions.pod:4949 ../fish/guestfish-actions.pod:3330
13898 msgid "This command deletes the partition numbered C<partnum> on C<device>."
13899 msgstr ""
13900
13901 #. type: textblock
13902 #: ../src/guestfs-actions.pod:4951 ../fish/guestfish-actions.pod:3332
13903 msgid ""
13904 "Note that in the case of MBR partitioning, deleting an extended partition "
13905 "also deletes any logical partitions it contains."
13906 msgstr ""
13907
13908 #. type: =head2
13909 #: ../src/guestfs-actions.pod:4959
13910 msgid "guestfs_part_disk"
13911 msgstr ""
13912
13913 #. type: verbatim
13914 #: ../src/guestfs-actions.pod:4961
13915 #, no-wrap
13916 msgid ""
13917 " int\n"
13918 " guestfs_part_disk (guestfs_h *g,\n"
13919 "                    const char *device,\n"
13920 "                    const char *parttype);\n"
13921 "\n"
13922 msgstr ""
13923
13924 #. type: textblock
13925 #: ../src/guestfs-actions.pod:4966
13926 msgid ""
13927 "This command is simply a combination of C<guestfs_part_init> followed by "
13928 "C<guestfs_part_add> to create a single primary partition covering the whole "
13929 "disk."
13930 msgstr ""
13931
13932 #. type: textblock
13933 #: ../src/guestfs-actions.pod:4970
13934 msgid ""
13935 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
13936 "possible values are described in C<guestfs_part_init>."
13937 msgstr ""
13938
13939 #. type: =head2
13940 #: ../src/guestfs-actions.pod:4980
13941 msgid "guestfs_part_get_bootable"
13942 msgstr ""
13943
13944 #. type: verbatim
13945 #: ../src/guestfs-actions.pod:4982
13946 #, no-wrap
13947 msgid ""
13948 " int\n"
13949 " guestfs_part_get_bootable (guestfs_h *g,\n"
13950 "                            const char *device,\n"
13951 "                            int partnum);\n"
13952 "\n"
13953 msgstr ""
13954
13955 #. type: textblock
13956 #: ../src/guestfs-actions.pod:4987 ../fish/guestfish-actions.pod:3354
13957 msgid ""
13958 "This command returns true if the partition C<partnum> on C<device> has the "
13959 "bootable flag set."
13960 msgstr ""
13961
13962 #. type: textblock
13963 #: ../src/guestfs-actions.pod:4990
13964 msgid "See also C<guestfs_part_set_bootable>."
13965 msgstr ""
13966
13967 #. type: =head2
13968 #: ../src/guestfs-actions.pod:4996
13969 msgid "guestfs_part_get_mbr_id"
13970 msgstr ""
13971
13972 #. type: verbatim
13973 #: ../src/guestfs-actions.pod:4998
13974 #, no-wrap
13975 msgid ""
13976 " int\n"
13977 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
13978 "                          const char *device,\n"
13979 "                          int partnum);\n"
13980 "\n"
13981 msgstr ""
13982
13983 #. type: textblock
13984 #: ../src/guestfs-actions.pod:5003 ../fish/guestfish-actions.pod:3363
13985 msgid ""
13986 "Returns the MBR type byte (also known as the ID byte) from the numbered "
13987 "partition C<partnum>."
13988 msgstr ""
13989
13990 #. type: textblock
13991 #: ../src/guestfs-actions.pod:5006 ../src/guestfs-actions.pod:5182
13992 msgid ""
13993 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
13994 "undefined results for other partition table types (see "
13995 "C<guestfs_part_get_parttype>)."
13996 msgstr ""
13997
13998 #. type: =head2
13999 #: ../src/guestfs-actions.pod:5014
14000 msgid "guestfs_part_get_parttype"
14001 msgstr ""
14002
14003 #. type: verbatim
14004 #: ../src/guestfs-actions.pod:5016
14005 #, no-wrap
14006 msgid ""
14007 " char *\n"
14008 " guestfs_part_get_parttype (guestfs_h *g,\n"
14009 "                            const char *device);\n"
14010 "\n"
14011 msgstr ""
14012
14013 #. type: textblock
14014 #: ../src/guestfs-actions.pod:5020 ../fish/guestfish-actions.pod:3374
14015 msgid ""
14016 "This command examines the partition table on C<device> and returns the "
14017 "partition table type (format) being used."
14018 msgstr ""
14019
14020 #. type: textblock
14021 #: ../src/guestfs-actions.pod:5023
14022 msgid ""
14023 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
14024 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
14025 "possible, although unusual.  See C<guestfs_part_init> for a full list."
14026 msgstr ""
14027
14028 #. type: =head2
14029 #: ../src/guestfs-actions.pod:5033
14030 msgid "guestfs_part_init"
14031 msgstr ""
14032
14033 #. type: verbatim
14034 #: ../src/guestfs-actions.pod:5035
14035 #, no-wrap
14036 msgid ""
14037 " int\n"
14038 " guestfs_part_init (guestfs_h *g,\n"
14039 "                    const char *device,\n"
14040 "                    const char *parttype);\n"
14041 "\n"
14042 msgstr ""
14043
14044 #. type: textblock
14045 #: ../src/guestfs-actions.pod:5040 ../fish/guestfish-actions.pod:3386
14046 msgid ""
14047 "This creates an empty partition table on C<device> of one of the partition "
14048 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
14049 "(for large disks)."
14050 msgstr ""
14051
14052 #. type: textblock
14053 #: ../src/guestfs-actions.pod:5044
14054 msgid ""
14055 "Initially there are no partitions.  Following this, you should call "
14056 "C<guestfs_part_add> for each partition required."
14057 msgstr ""
14058
14059 #. type: textblock
14060 #: ../src/guestfs-actions.pod:5047 ../fish/guestfish-actions.pod:3393
14061 msgid "Possible values for C<parttype> are:"
14062 msgstr ""
14063
14064 #. type: =item
14065 #: ../src/guestfs-actions.pod:5051 ../fish/guestfish-actions.pod:3397
14066 msgid "B<efi> | B<gpt>"
14067 msgstr ""
14068
14069 #. type: textblock
14070 #: ../src/guestfs-actions.pod:5053 ../fish/guestfish-actions.pod:3399
14071 msgid "Intel EFI / GPT partition table."
14072 msgstr ""
14073
14074 #. type: textblock
14075 #: ../src/guestfs-actions.pod:5055 ../fish/guestfish-actions.pod:3401
14076 msgid ""
14077 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
14078 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
14079 "the C<mbr> format."
14080 msgstr ""
14081
14082 #. type: =item
14083 #: ../src/guestfs-actions.pod:5059 ../fish/guestfish-actions.pod:3405
14084 msgid "B<mbr> | B<msdos>"
14085 msgstr ""
14086
14087 #. type: textblock
14088 #: ../src/guestfs-actions.pod:5061 ../fish/guestfish-actions.pod:3407
14089 msgid ""
14090 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
14091 "Windows.  This partition type will B<only> work for device sizes up to 2 "
14092 "TB.  For large disks we recommend using C<gpt>."
14093 msgstr ""
14094
14095 #. type: textblock
14096 #: ../src/guestfs-actions.pod:5068 ../fish/guestfish-actions.pod:3414
14097 msgid "Other partition table types that may work but are not supported include:"
14098 msgstr ""
14099
14100 #. type: =item
14101 #: ../src/guestfs-actions.pod:5073 ../fish/guestfish-actions.pod:3419
14102 msgid "B<aix>"
14103 msgstr ""
14104
14105 #. type: textblock
14106 #: ../src/guestfs-actions.pod:5075 ../fish/guestfish-actions.pod:3421
14107 msgid "AIX disk labels."
14108 msgstr ""
14109
14110 #. type: =item
14111 #: ../src/guestfs-actions.pod:5077 ../fish/guestfish-actions.pod:3423
14112 msgid "B<amiga> | B<rdb>"
14113 msgstr ""
14114
14115 #. type: textblock
14116 #: ../src/guestfs-actions.pod:5079 ../fish/guestfish-actions.pod:3425
14117 msgid "Amiga \"Rigid Disk Block\" format."
14118 msgstr ""
14119
14120 #. type: =item
14121 #: ../src/guestfs-actions.pod:5081 ../fish/guestfish-actions.pod:3427
14122 msgid "B<bsd>"
14123 msgstr ""
14124
14125 #. type: textblock
14126 #: ../src/guestfs-actions.pod:5083 ../fish/guestfish-actions.pod:3429
14127 msgid "BSD disk labels."
14128 msgstr ""
14129
14130 #. type: =item
14131 #: ../src/guestfs-actions.pod:5085 ../fish/guestfish-actions.pod:3431
14132 msgid "B<dasd>"
14133 msgstr ""
14134
14135 #. type: textblock
14136 #: ../src/guestfs-actions.pod:5087 ../fish/guestfish-actions.pod:3433
14137 msgid "DASD, used on IBM mainframes."
14138 msgstr ""
14139
14140 #. type: =item
14141 #: ../src/guestfs-actions.pod:5089 ../fish/guestfish-actions.pod:3435
14142 msgid "B<dvh>"
14143 msgstr ""
14144
14145 #. type: textblock
14146 #: ../src/guestfs-actions.pod:5091 ../fish/guestfish-actions.pod:3437
14147 msgid "MIPS/SGI volumes."
14148 msgstr ""
14149
14150 #. type: =item
14151 #: ../src/guestfs-actions.pod:5093 ../fish/guestfish-actions.pod:3439
14152 msgid "B<mac>"
14153 msgstr ""
14154
14155 #. type: textblock
14156 #: ../src/guestfs-actions.pod:5095 ../fish/guestfish-actions.pod:3441
14157 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
14158 msgstr ""
14159
14160 #. type: =item
14161 #: ../src/guestfs-actions.pod:5097 ../fish/guestfish-actions.pod:3443
14162 msgid "B<pc98>"
14163 msgstr ""
14164
14165 #. type: textblock
14166 #: ../src/guestfs-actions.pod:5099 ../fish/guestfish-actions.pod:3445
14167 msgid "NEC PC-98 format, common in Japan apparently."
14168 msgstr ""
14169
14170 #. type: =item
14171 #: ../src/guestfs-actions.pod:5101 ../fish/guestfish-actions.pod:3447
14172 msgid "B<sun>"
14173 msgstr ""
14174
14175 #. type: textblock
14176 #: ../src/guestfs-actions.pod:5103 ../fish/guestfish-actions.pod:3449
14177 msgid "Sun disk labels."
14178 msgstr ""
14179
14180 #. type: =head2
14181 #: ../src/guestfs-actions.pod:5111
14182 msgid "guestfs_part_list"
14183 msgstr ""
14184
14185 #. type: verbatim
14186 #: ../src/guestfs-actions.pod:5113
14187 #, no-wrap
14188 msgid ""
14189 " struct guestfs_partition_list *\n"
14190 " guestfs_part_list (guestfs_h *g,\n"
14191 "                    const char *device);\n"
14192 "\n"
14193 msgstr ""
14194
14195 #. type: textblock
14196 #: ../src/guestfs-actions.pod:5117 ../fish/guestfish-actions.pod:3457
14197 msgid ""
14198 "This command parses the partition table on C<device> and returns the list of "
14199 "partitions found."
14200 msgstr ""
14201
14202 #. type: textblock
14203 #: ../src/guestfs-actions.pod:5120 ../fish/guestfish-actions.pod:3460
14204 msgid "The fields in the returned structure are:"
14205 msgstr ""
14206
14207 #. type: =item
14208 #: ../src/guestfs-actions.pod:5124 ../fish/guestfish-actions.pod:3464
14209 msgid "B<part_num>"
14210 msgstr ""
14211
14212 #. type: textblock
14213 #: ../src/guestfs-actions.pod:5126 ../fish/guestfish-actions.pod:3466
14214 msgid "Partition number, counting from 1."
14215 msgstr ""
14216
14217 #. type: =item
14218 #: ../src/guestfs-actions.pod:5128 ../fish/guestfish-actions.pod:3468
14219 msgid "B<part_start>"
14220 msgstr ""
14221
14222 #. type: textblock
14223 #: ../src/guestfs-actions.pod:5130
14224 msgid ""
14225 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
14226 "the device's sector size, see C<guestfs_blockdev_getss>."
14227 msgstr ""
14228
14229 #. type: =item
14230 #: ../src/guestfs-actions.pod:5133 ../fish/guestfish-actions.pod:3473
14231 msgid "B<part_end>"
14232 msgstr ""
14233
14234 #. type: textblock
14235 #: ../src/guestfs-actions.pod:5135 ../fish/guestfish-actions.pod:3475
14236 msgid "End of the partition in bytes."
14237 msgstr ""
14238
14239 #. type: =item
14240 #: ../src/guestfs-actions.pod:5137 ../fish/guestfish-actions.pod:3477
14241 msgid "B<part_size>"
14242 msgstr ""
14243
14244 #. type: textblock
14245 #: ../src/guestfs-actions.pod:5139 ../fish/guestfish-actions.pod:3479
14246 msgid "Size of the partition in bytes."
14247 msgstr ""
14248
14249 #. type: textblock
14250 #: ../src/guestfs-actions.pod:5143
14251 msgid ""
14252 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
14253 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
14254 "use>."
14255 msgstr ""
14256
14257 #. type: =head2
14258 #: ../src/guestfs-actions.pod:5149
14259 msgid "guestfs_part_set_bootable"
14260 msgstr ""
14261
14262 #. type: verbatim
14263 #: ../src/guestfs-actions.pod:5151
14264 #, no-wrap
14265 msgid ""
14266 " int\n"
14267 " guestfs_part_set_bootable (guestfs_h *g,\n"
14268 "                            const char *device,\n"
14269 "                            int partnum,\n"
14270 "                            int bootable);\n"
14271 "\n"
14272 msgstr ""
14273
14274 #. type: textblock
14275 #: ../src/guestfs-actions.pod:5157 ../fish/guestfish-actions.pod:3487
14276 msgid ""
14277 "This sets the bootable flag on partition numbered C<partnum> on device "
14278 "C<device>.  Note that partitions are numbered from 1."
14279 msgstr ""
14280
14281 #. type: textblock
14282 #: ../src/guestfs-actions.pod:5160 ../fish/guestfish-actions.pod:3490
14283 msgid ""
14284 "The bootable flag is used by some operating systems (notably Windows) to "
14285 "determine which partition to boot from.  It is by no means universally "
14286 "recognized."
14287 msgstr ""
14288
14289 #. type: =head2
14290 #: ../src/guestfs-actions.pod:5168
14291 msgid "guestfs_part_set_mbr_id"
14292 msgstr ""
14293
14294 #. type: verbatim
14295 #: ../src/guestfs-actions.pod:5170
14296 #, no-wrap
14297 msgid ""
14298 " int\n"
14299 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
14300 "                          const char *device,\n"
14301 "                          int partnum,\n"
14302 "                          int idbyte);\n"
14303 "\n"
14304 msgstr ""
14305
14306 #. type: textblock
14307 #: ../src/guestfs-actions.pod:5176 ../fish/guestfish-actions.pod:3498
14308 msgid ""
14309 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
14310 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
14311 "documentation are in fact hexadecimal numbers, but usually documented "
14312 "without any leading \"0x\" which might be confusing."
14313 msgstr ""
14314
14315 #. type: =head2
14316 #: ../src/guestfs-actions.pod:5190
14317 msgid "guestfs_part_set_name"
14318 msgstr ""
14319
14320 #. type: verbatim
14321 #: ../src/guestfs-actions.pod:5192
14322 #, no-wrap
14323 msgid ""
14324 " int\n"
14325 " guestfs_part_set_name (guestfs_h *g,\n"
14326 "                        const char *device,\n"
14327 "                        int partnum,\n"
14328 "                        const char *name);\n"
14329 "\n"
14330 msgstr ""
14331
14332 #. type: textblock
14333 #: ../src/guestfs-actions.pod:5198 ../fish/guestfish-actions.pod:3512
14334 msgid ""
14335 "This sets the partition name on partition numbered C<partnum> on device "
14336 "C<device>.  Note that partitions are numbered from 1."
14337 msgstr ""
14338
14339 #. type: textblock
14340 #: ../src/guestfs-actions.pod:5201 ../fish/guestfish-actions.pod:3515
14341 msgid ""
14342 "The partition name can only be set on certain types of partition table.  "
14343 "This works on C<gpt> but not on C<mbr> partitions."
14344 msgstr ""
14345
14346 #. type: =head2
14347 #: ../src/guestfs-actions.pod:5208
14348 msgid "guestfs_part_to_dev"
14349 msgstr ""
14350
14351 #. type: verbatim
14352 #: ../src/guestfs-actions.pod:5210
14353 #, no-wrap
14354 msgid ""
14355 " char *\n"
14356 " guestfs_part_to_dev (guestfs_h *g,\n"
14357 "                      const char *partition);\n"
14358 "\n"
14359 msgstr ""
14360
14361 #. type: textblock
14362 #: ../src/guestfs-actions.pod:5214 ../fish/guestfish-actions.pod:3522
14363 msgid ""
14364 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
14365 "partition number, returning the device name (eg. \"/dev/sdb\")."
14366 msgstr ""
14367
14368 #. type: textblock
14369 #: ../src/guestfs-actions.pod:5218
14370 msgid ""
14371 "The named partition must exist, for example as a string returned from "
14372 "C<guestfs_list_partitions>."
14373 msgstr ""
14374
14375 #. type: =head2
14376 #: ../src/guestfs-actions.pod:5226
14377 msgid "guestfs_ping_daemon"
14378 msgstr ""
14379
14380 #. type: verbatim
14381 #: ../src/guestfs-actions.pod:5228
14382 #, no-wrap
14383 msgid ""
14384 " int\n"
14385 " guestfs_ping_daemon (guestfs_h *g);\n"
14386 "\n"
14387 msgstr ""
14388
14389 #. type: textblock
14390 #: ../src/guestfs-actions.pod:5231 ../fish/guestfish-actions.pod:3533
14391 msgid ""
14392 "This is a test probe into the guestfs daemon running inside the qemu "
14393 "subprocess.  Calling this function checks that the daemon responds to the "
14394 "ping message, without affecting the daemon or attached block device(s) in "
14395 "any other way."
14396 msgstr ""
14397
14398 #. type: =head2
14399 #: ../src/guestfs-actions.pod:5240
14400 msgid "guestfs_pread"
14401 msgstr ""
14402
14403 #. type: verbatim
14404 #: ../src/guestfs-actions.pod:5242
14405 #, no-wrap
14406 msgid ""
14407 " char *\n"
14408 " guestfs_pread (guestfs_h *g,\n"
14409 "                const char *path,\n"
14410 "                int count,\n"
14411 "                int64_t offset,\n"
14412 "                size_t *size_r);\n"
14413 "\n"
14414 msgstr ""
14415
14416 #. type: textblock
14417 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3542
14418 msgid ""
14419 "This command lets you read part of a file.  It reads C<count> bytes of the "
14420 "file, starting at C<offset>, from file C<path>."
14421 msgstr ""
14422
14423 #. type: textblock
14424 #: ../src/guestfs-actions.pod:5252 ../src/guestfs-actions.pod:5278 ../fish/guestfish-actions.pod:3545 ../fish/guestfish-actions.pod:3560
14425 msgid ""
14426 "This may read fewer bytes than requested.  For further details see the "
14427 "L<pread(2)> system call."
14428 msgstr ""
14429
14430 #. type: textblock
14431 #: ../src/guestfs-actions.pod:5255
14432 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
14433 msgstr ""
14434
14435 #. type: =head2
14436 #: ../src/guestfs-actions.pod:5266
14437 msgid "guestfs_pread_device"
14438 msgstr ""
14439
14440 #. type: verbatim
14441 #: ../src/guestfs-actions.pod:5268
14442 #, no-wrap
14443 msgid ""
14444 " char *\n"
14445 " guestfs_pread_device (guestfs_h *g,\n"
14446 "                       const char *device,\n"
14447 "                       int count,\n"
14448 "                       int64_t offset,\n"
14449 "                       size_t *size_r);\n"
14450 "\n"
14451 msgstr ""
14452
14453 #. type: textblock
14454 #: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3557
14455 msgid ""
14456 "This command lets you read part of a file.  It reads C<count> bytes of "
14457 "C<device>, starting at C<offset>."
14458 msgstr ""
14459
14460 #. type: textblock
14461 #: ../src/guestfs-actions.pod:5281
14462 msgid "See also C<guestfs_pread>."
14463 msgstr ""
14464
14465 #. type: textblock
14466 #: ../src/guestfs-actions.pod:5290
14467 msgid "(Added in 1.5.21)"
14468 msgstr ""
14469
14470 #. type: =head2
14471 #: ../src/guestfs-actions.pod:5292
14472 msgid "guestfs_pvcreate"
14473 msgstr ""
14474
14475 #. type: verbatim
14476 #: ../src/guestfs-actions.pod:5294
14477 #, no-wrap
14478 msgid ""
14479 " int\n"
14480 " guestfs_pvcreate (guestfs_h *g,\n"
14481 "                   const char *device);\n"
14482 "\n"
14483 msgstr ""
14484
14485 #. type: textblock
14486 #: ../src/guestfs-actions.pod:5298 ../fish/guestfish-actions.pod:3572
14487 msgid ""
14488 "This creates an LVM physical volume on the named C<device>, where C<device> "
14489 "should usually be a partition name such as C</dev/sda1>."
14490 msgstr ""
14491
14492 #. type: =head2
14493 #: ../src/guestfs-actions.pod:5306
14494 msgid "guestfs_pvremove"
14495 msgstr ""
14496
14497 #. type: verbatim
14498 #: ../src/guestfs-actions.pod:5308
14499 #, no-wrap
14500 msgid ""
14501 " int\n"
14502 " guestfs_pvremove (guestfs_h *g,\n"
14503 "                   const char *device);\n"
14504 "\n"
14505 msgstr ""
14506
14507 #. type: textblock
14508 #: ../src/guestfs-actions.pod:5312 ../fish/guestfish-actions.pod:3580
14509 msgid ""
14510 "This wipes a physical volume C<device> so that LVM will no longer recognise "
14511 "it."
14512 msgstr ""
14513
14514 #. type: textblock
14515 #: ../src/guestfs-actions.pod:5315 ../fish/guestfish-actions.pod:3583
14516 msgid ""
14517 "The implementation uses the C<pvremove> command which refuses to wipe "
14518 "physical volumes that contain any volume groups, so you have to remove those "
14519 "first."
14520 msgstr ""
14521
14522 #. type: =head2
14523 #: ../src/guestfs-actions.pod:5323
14524 msgid "guestfs_pvresize"
14525 msgstr ""
14526
14527 #. type: verbatim
14528 #: ../src/guestfs-actions.pod:5325
14529 #, no-wrap
14530 msgid ""
14531 " int\n"
14532 " guestfs_pvresize (guestfs_h *g,\n"
14533 "                   const char *device);\n"
14534 "\n"
14535 msgstr ""
14536
14537 #. type: textblock
14538 #: ../src/guestfs-actions.pod:5329 ../fish/guestfish-actions.pod:3591
14539 msgid ""
14540 "This resizes (expands or shrinks) an existing LVM physical volume to match "
14541 "the new size of the underlying device."
14542 msgstr ""
14543
14544 #. type: =head2
14545 #: ../src/guestfs-actions.pod:5336
14546 msgid "guestfs_pvresize_size"
14547 msgstr ""
14548
14549 #. type: verbatim
14550 #: ../src/guestfs-actions.pod:5338
14551 #, no-wrap
14552 msgid ""
14553 " int\n"
14554 " guestfs_pvresize_size (guestfs_h *g,\n"
14555 "                        const char *device,\n"
14556 "                        int64_t size);\n"
14557 "\n"
14558 msgstr ""
14559
14560 #. type: textblock
14561 #: ../src/guestfs-actions.pod:5343
14562 msgid ""
14563 "This command is the same as C<guestfs_pvresize> except that it allows you to "
14564 "specify the new size (in bytes) explicitly."
14565 msgstr ""
14566
14567 #. type: =head2
14568 #: ../src/guestfs-actions.pod:5350
14569 msgid "guestfs_pvs"
14570 msgstr ""
14571
14572 #. type: verbatim
14573 #: ../src/guestfs-actions.pod:5352
14574 #, no-wrap
14575 msgid ""
14576 " char **\n"
14577 " guestfs_pvs (guestfs_h *g);\n"
14578 "\n"
14579 msgstr ""
14580
14581 #. type: textblock
14582 #: ../src/guestfs-actions.pod:5355 ../fish/guestfish-actions.pod:3605
14583 msgid ""
14584 "List all the physical volumes detected.  This is the equivalent of the "
14585 "L<pvs(8)> command."
14586 msgstr ""
14587
14588 #. type: textblock
14589 #: ../src/guestfs-actions.pod:5358 ../fish/guestfish-actions.pod:3608
14590 msgid ""
14591 "This returns a list of just the device names that contain PVs "
14592 "(eg. C</dev/sda2>)."
14593 msgstr ""
14594
14595 #. type: textblock
14596 #: ../src/guestfs-actions.pod:5361
14597 msgid "See also C<guestfs_pvs_full>."
14598 msgstr ""
14599
14600 #. type: =head2
14601 #: ../src/guestfs-actions.pod:5369
14602 msgid "guestfs_pvs_full"
14603 msgstr ""
14604
14605 #. type: verbatim
14606 #: ../src/guestfs-actions.pod:5371
14607 #, no-wrap
14608 msgid ""
14609 " struct guestfs_lvm_pv_list *\n"
14610 " guestfs_pvs_full (guestfs_h *g);\n"
14611 "\n"
14612 msgstr ""
14613
14614 #. type: textblock
14615 #: ../src/guestfs-actions.pod:5374 ../fish/guestfish-actions.pod:3617
14616 msgid ""
14617 "List all the physical volumes detected.  This is the equivalent of the "
14618 "L<pvs(8)> command.  The \"full\" version includes all fields."
14619 msgstr ""
14620
14621 #. type: textblock
14622 #: ../src/guestfs-actions.pod:5377
14623 msgid ""
14624 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
14625 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
14626 "use>."
14627 msgstr ""
14628
14629 #. type: =head2
14630 #: ../src/guestfs-actions.pod:5383
14631 msgid "guestfs_pvuuid"
14632 msgstr ""
14633
14634 #. type: verbatim
14635 #: ../src/guestfs-actions.pod:5385
14636 #, no-wrap
14637 msgid ""
14638 " char *\n"
14639 " guestfs_pvuuid (guestfs_h *g,\n"
14640 "                 const char *device);\n"
14641 "\n"
14642 msgstr ""
14643
14644 #. type: textblock
14645 #: ../src/guestfs-actions.pod:5389 ../fish/guestfish-actions.pod:3624
14646 msgid "This command returns the UUID of the LVM PV C<device>."
14647 msgstr ""
14648
14649 #. type: =head2
14650 #: ../src/guestfs-actions.pod:5396
14651 msgid "guestfs_pwrite"
14652 msgstr ""
14653
14654 #. type: verbatim
14655 #: ../src/guestfs-actions.pod:5398
14656 #, no-wrap
14657 msgid ""
14658 " int\n"
14659 " guestfs_pwrite (guestfs_h *g,\n"
14660 "                 const char *path,\n"
14661 "                 const char *content,\n"
14662 "                 size_t content_size,\n"
14663 "                 int64_t offset);\n"
14664 "\n"
14665 msgstr ""
14666
14667 #. type: textblock
14668 #: ../src/guestfs-actions.pod:5405 ../fish/guestfish-actions.pod:3630
14669 msgid ""
14670 "This command writes to part of a file.  It writes the data buffer C<content> "
14671 "to the file C<path> starting at offset C<offset>."
14672 msgstr ""
14673
14674 #. type: textblock
14675 #: ../src/guestfs-actions.pod:5408 ../fish/guestfish-actions.pod:3633
14676 msgid ""
14677 "This command implements the L<pwrite(2)> system call, and like that system "
14678 "call it may not write the full data requested.  The return value is the "
14679 "number of bytes that were actually written to the file.  This could even be "
14680 "0, although short writes are unlikely for regular files in ordinary "
14681 "circumstances."
14682 msgstr ""
14683
14684 #. type: textblock
14685 #: ../src/guestfs-actions.pod:5414
14686 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
14687 msgstr ""
14688
14689 #. type: =head2
14690 #: ../src/guestfs-actions.pod:5423
14691 msgid "guestfs_pwrite_device"
14692 msgstr ""
14693
14694 #. type: verbatim
14695 #: ../src/guestfs-actions.pod:5425
14696 #, no-wrap
14697 msgid ""
14698 " int\n"
14699 " guestfs_pwrite_device (guestfs_h *g,\n"
14700 "                        const char *device,\n"
14701 "                        const char *content,\n"
14702 "                        size_t content_size,\n"
14703 "                        int64_t offset);\n"
14704 "\n"
14705 msgstr ""
14706
14707 #. type: textblock
14708 #: ../src/guestfs-actions.pod:5432 ../fish/guestfish-actions.pod:3648
14709 msgid ""
14710 "This command writes to part of a device.  It writes the data buffer "
14711 "C<content> to C<device> starting at offset C<offset>."
14712 msgstr ""
14713
14714 #. type: textblock
14715 #: ../src/guestfs-actions.pod:5435 ../fish/guestfish-actions.pod:3651
14716 msgid ""
14717 "This command implements the L<pwrite(2)> system call, and like that system "
14718 "call it may not write the full data requested (although short writes to disk "
14719 "devices and partitions are probably impossible with standard Linux kernels)."
14720 msgstr ""
14721
14722 #. type: textblock
14723 #: ../src/guestfs-actions.pod:5440
14724 msgid "See also C<guestfs_pwrite>."
14725 msgstr ""
14726
14727 #. type: textblock
14728 #: ../src/guestfs-actions.pod:5447
14729 msgid "(Added in 1.5.20)"
14730 msgstr ""
14731
14732 #. type: =head2
14733 #: ../src/guestfs-actions.pod:5449
14734 msgid "guestfs_read_file"
14735 msgstr ""
14736
14737 #. type: verbatim
14738 #: ../src/guestfs-actions.pod:5451
14739 #, no-wrap
14740 msgid ""
14741 " char *\n"
14742 " guestfs_read_file (guestfs_h *g,\n"
14743 "                    const char *path,\n"
14744 "                    size_t *size_r);\n"
14745 "\n"
14746 msgstr ""
14747
14748 #. type: textblock
14749 #: ../src/guestfs-actions.pod:5456 ../fish/guestfish-actions.pod:3665
14750 msgid "This calls returns the contents of the file C<path> as a buffer."
14751 msgstr ""
14752
14753 #. type: textblock
14754 #: ../src/guestfs-actions.pod:5459
14755 msgid ""
14756 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
14757 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
14758 "function is limited in the total size of file that can be handled."
14759 msgstr ""
14760
14761 #. type: textblock
14762 #: ../src/guestfs-actions.pod:5471
14763 msgid "(Added in 1.0.63)"
14764 msgstr ""
14765
14766 #. type: =head2
14767 #: ../src/guestfs-actions.pod:5473
14768 msgid "guestfs_read_lines"
14769 msgstr ""
14770
14771 #. type: verbatim
14772 #: ../src/guestfs-actions.pod:5475
14773 #, no-wrap
14774 msgid ""
14775 " char **\n"
14776 " guestfs_read_lines (guestfs_h *g,\n"
14777 "                     const char *path);\n"
14778 "\n"
14779 msgstr ""
14780
14781 #. type: textblock
14782 #: ../src/guestfs-actions.pod:5481 ../fish/guestfish-actions.pod:3682
14783 msgid ""
14784 "The file contents are returned as a list of lines.  Trailing C<LF> and "
14785 "C<CRLF> character sequences are I<not> returned."
14786 msgstr ""
14787
14788 #. type: textblock
14789 #: ../src/guestfs-actions.pod:5484
14790 msgid ""
14791 "Note that this function cannot correctly handle binary files (specifically, "
14792 "files containing C<\\0> character which is treated as end of line).  For "
14793 "those you need to use the C<guestfs_read_file> function which has a more "
14794 "complex interface."
14795 msgstr ""
14796
14797 #. type: =head2
14798 #: ../src/guestfs-actions.pod:5495
14799 msgid "guestfs_readdir"
14800 msgstr ""
14801
14802 #. type: verbatim
14803 #: ../src/guestfs-actions.pod:5497
14804 #, no-wrap
14805 msgid ""
14806 " struct guestfs_dirent_list *\n"
14807 " guestfs_readdir (guestfs_h *g,\n"
14808 "                  const char *dir);\n"
14809 "\n"
14810 msgstr ""
14811
14812 #. type: textblock
14813 #: ../src/guestfs-actions.pod:5501 ../fish/guestfish-actions.pod:3694
14814 msgid "This returns the list of directory entries in directory C<dir>."
14815 msgstr ""
14816
14817 #. type: textblock
14818 #: ../src/guestfs-actions.pod:5503 ../fish/guestfish-actions.pod:3696
14819 msgid ""
14820 "All entries in the directory are returned, including C<.> and C<..>.  The "
14821 "entries are I<not> sorted, but returned in the same order as the underlying "
14822 "filesystem."
14823 msgstr ""
14824
14825 #. type: textblock
14826 #: ../src/guestfs-actions.pod:5507 ../fish/guestfish-actions.pod:3700
14827 msgid ""
14828 "Also this call returns basic file type information about each file.  The "
14829 "C<ftyp> field will contain one of the following characters:"
14830 msgstr ""
14831
14832 #. type: =item
14833 #: ../src/guestfs-actions.pod:5512 ../fish/guestfish-actions.pod:3705
14834 msgid "'b'"
14835 msgstr ""
14836
14837 #. type: textblock
14838 #: ../src/guestfs-actions.pod:5514 ../fish/guestfish-actions.pod:3707
14839 msgid "Block special"
14840 msgstr ""
14841
14842 #. type: =item
14843 #: ../src/guestfs-actions.pod:5516 ../fish/guestfish-actions.pod:3709
14844 msgid "'c'"
14845 msgstr ""
14846
14847 #. type: textblock
14848 #: ../src/guestfs-actions.pod:5518 ../fish/guestfish-actions.pod:3711
14849 msgid "Char special"
14850 msgstr ""
14851
14852 #. type: =item
14853 #: ../src/guestfs-actions.pod:5520 ../fish/guestfish-actions.pod:3713
14854 msgid "'d'"
14855 msgstr ""
14856
14857 #. type: textblock
14858 #: ../src/guestfs-actions.pod:5522 ../fish/guestfish-actions.pod:3715
14859 msgid "Directory"
14860 msgstr ""
14861
14862 #. type: =item
14863 #: ../src/guestfs-actions.pod:5524 ../fish/guestfish-actions.pod:3717
14864 msgid "'f'"
14865 msgstr ""
14866
14867 #. type: textblock
14868 #: ../src/guestfs-actions.pod:5526 ../fish/guestfish-actions.pod:3719
14869 msgid "FIFO (named pipe)"
14870 msgstr ""
14871
14872 #. type: =item
14873 #: ../src/guestfs-actions.pod:5528 ../fish/guestfish-actions.pod:3721
14874 msgid "'l'"
14875 msgstr ""
14876
14877 #. type: textblock
14878 #: ../src/guestfs-actions.pod:5530 ../fish/guestfish-actions.pod:3723
14879 msgid "Symbolic link"
14880 msgstr ""
14881
14882 #. type: =item
14883 #: ../src/guestfs-actions.pod:5532 ../fish/guestfish-actions.pod:3725
14884 msgid "'r'"
14885 msgstr ""
14886
14887 #. type: textblock
14888 #: ../src/guestfs-actions.pod:5534 ../fish/guestfish-actions.pod:3727
14889 msgid "Regular file"
14890 msgstr ""
14891
14892 #. type: =item
14893 #: ../src/guestfs-actions.pod:5536 ../fish/guestfish-actions.pod:3729
14894 msgid "'s'"
14895 msgstr ""
14896
14897 #. type: textblock
14898 #: ../src/guestfs-actions.pod:5538 ../fish/guestfish-actions.pod:3731
14899 msgid "Socket"
14900 msgstr ""
14901
14902 #. type: =item
14903 #: ../src/guestfs-actions.pod:5540 ../fish/guestfish-actions.pod:3733
14904 msgid "'u'"
14905 msgstr ""
14906
14907 #. type: textblock
14908 #: ../src/guestfs-actions.pod:5542 ../fish/guestfish-actions.pod:3735
14909 msgid "Unknown file type"
14910 msgstr ""
14911
14912 #. type: =item
14913 #: ../src/guestfs-actions.pod:5544 ../fish/guestfish-actions.pod:3737
14914 msgid "'?'"
14915 msgstr ""
14916
14917 #. type: textblock
14918 #: ../src/guestfs-actions.pod:5546 ../fish/guestfish-actions.pod:3739
14919 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
14920 msgstr ""
14921
14922 #. type: textblock
14923 #: ../src/guestfs-actions.pod:5551
14924 msgid ""
14925 "This function is primarily intended for use by programs.  To get a simple "
14926 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
14927 "consumption, use C<guestfs_ll>."
14928 msgstr ""
14929
14930 #. type: textblock
14931 #: ../src/guestfs-actions.pod:5555
14932 msgid ""
14933 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
14934 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
14935 "use>."
14936 msgstr ""
14937
14938 #. type: =head2
14939 #: ../src/guestfs-actions.pod:5561
14940 msgid "guestfs_readlink"
14941 msgstr ""
14942
14943 #. type: verbatim
14944 #: ../src/guestfs-actions.pod:5563
14945 #, no-wrap
14946 msgid ""
14947 " char *\n"
14948 " guestfs_readlink (guestfs_h *g,\n"
14949 "                   const char *path);\n"
14950 "\n"
14951 msgstr ""
14952
14953 #. type: textblock
14954 #: ../src/guestfs-actions.pod:5567 ../fish/guestfish-actions.pod:3752
14955 msgid "This command reads the target of a symbolic link."
14956 msgstr ""
14957
14958 #. type: =head2
14959 #: ../src/guestfs-actions.pod:5574
14960 msgid "guestfs_readlinklist"
14961 msgstr ""
14962
14963 #. type: verbatim
14964 #: ../src/guestfs-actions.pod:5576
14965 #, no-wrap
14966 msgid ""
14967 " char **\n"
14968 " guestfs_readlinklist (guestfs_h *g,\n"
14969 "                       const char *path,\n"
14970 "                       char *const *names);\n"
14971 "\n"
14972 msgstr ""
14973
14974 #. type: textblock
14975 #: ../src/guestfs-actions.pod:5581 ../fish/guestfish-actions.pod:3758
14976 msgid ""
14977 "This call allows you to do a C<readlink> operation on multiple files, where "
14978 "all files are in the directory C<path>.  C<names> is the list of files from "
14979 "this directory."
14980 msgstr ""
14981
14982 #. type: textblock
14983 #: ../src/guestfs-actions.pod:5585 ../fish/guestfish-actions.pod:3762
14984 msgid ""
14985 "On return you get a list of strings, with a one-to-one correspondence to the "
14986 "C<names> list.  Each string is the value of the symbolic link."
14987 msgstr ""
14988
14989 #. type: textblock
14990 #: ../src/guestfs-actions.pod:5589 ../fish/guestfish-actions.pod:3766
14991 msgid ""
14992 "If the C<readlink(2)> operation fails on any name, then the corresponding "
14993 "result string is the empty string C<\"\">.  However the whole operation is "
14994 "completed even if there were C<readlink(2)> errors, and so you can call this "
14995 "function with names where you don't know if they are symbolic links already "
14996 "(albeit slightly less efficient)."
14997 msgstr ""
14998
14999 #. type: textblock
15000 #: ../src/guestfs-actions.pod:5596 ../fish/guestfish-actions.pod:3773
15001 msgid ""
15002 "This call is intended for programs that want to efficiently list a directory "
15003 "contents without making many round-trips.  Very long directory listings "
15004 "might cause the protocol message size to be exceeded, causing this call to "
15005 "fail.  The caller must split up such requests into smaller groups of names."
15006 msgstr ""
15007
15008 #. type: =head2
15009 #: ../src/guestfs-actions.pod:5609
15010 msgid "guestfs_realpath"
15011 msgstr ""
15012
15013 #. type: verbatim
15014 #: ../src/guestfs-actions.pod:5611
15015 #, no-wrap
15016 msgid ""
15017 " char *\n"
15018 " guestfs_realpath (guestfs_h *g,\n"
15019 "                   const char *path);\n"
15020 "\n"
15021 msgstr ""
15022
15023 #. type: textblock
15024 #: ../src/guestfs-actions.pod:5615 ../fish/guestfish-actions.pod:3784
15025 msgid ""
15026 "Return the canonicalized absolute pathname of C<path>.  The returned path "
15027 "has no C<.>, C<..> or symbolic link path elements."
15028 msgstr ""
15029
15030 #. type: =head2
15031 #: ../src/guestfs-actions.pod:5623
15032 msgid "guestfs_removexattr"
15033 msgstr ""
15034
15035 #. type: verbatim
15036 #: ../src/guestfs-actions.pod:5625
15037 #, no-wrap
15038 msgid ""
15039 " int\n"
15040 " guestfs_removexattr (guestfs_h *g,\n"
15041 "                      const char *xattr,\n"
15042 "                      const char *path);\n"
15043 "\n"
15044 msgstr ""
15045
15046 #. type: textblock
15047 #: ../src/guestfs-actions.pod:5630 ../fish/guestfish-actions.pod:3791
15048 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
15049 msgstr ""
15050
15051 #. type: textblock
15052 #: ../src/guestfs-actions.pod:5633
15053 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
15054 msgstr ""
15055
15056 #. type: =head2
15057 #: ../src/guestfs-actions.pod:5639
15058 msgid "guestfs_resize2fs"
15059 msgstr ""
15060
15061 #. type: verbatim
15062 #: ../src/guestfs-actions.pod:5641
15063 #, no-wrap
15064 msgid ""
15065 " int\n"
15066 " guestfs_resize2fs (guestfs_h *g,\n"
15067 "                    const char *device);\n"
15068 "\n"
15069 msgstr ""
15070
15071 #. type: textblock
15072 #: ../src/guestfs-actions.pod:5645 ../fish/guestfish-actions.pod:3800
15073 msgid ""
15074 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
15075 "underlying device."
15076 msgstr ""
15077
15078 #. type: textblock
15079 #: ../src/guestfs-actions.pod:5648
15080 msgid ""
15081 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
15082 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
15083 "sometimes gives an error about this and sometimes not.  In any case, it is "
15084 "always safe to call C<guestfs_e2fsck_f> before calling this function."
15085 msgstr ""
15086
15087 #. type: =head2
15088 #: ../src/guestfs-actions.pod:5658
15089 msgid "guestfs_resize2fs_M"
15090 msgstr ""
15091
15092 #. type: verbatim
15093 #: ../src/guestfs-actions.pod:5660
15094 #, no-wrap
15095 msgid ""
15096 " int\n"
15097 " guestfs_resize2fs_M (guestfs_h *g,\n"
15098 "                      const char *device);\n"
15099 "\n"
15100 msgstr ""
15101
15102 #. type: textblock
15103 #: ../src/guestfs-actions.pod:5664
15104 msgid ""
15105 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
15106 "resized to its minimum size.  This works like the I<-M> option to the "
15107 "C<resize2fs> command."
15108 msgstr ""
15109
15110 #. type: textblock
15111 #: ../src/guestfs-actions.pod:5668
15112 msgid ""
15113 "To get the resulting size of the filesystem you should call "
15114 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
15115 "These two numbers, multiplied together, give the resulting size of the "
15116 "minimal filesystem in bytes."
15117 msgstr ""
15118
15119 #. type: =head2
15120 #: ../src/guestfs-actions.pod:5675
15121 msgid "guestfs_resize2fs_size"
15122 msgstr ""
15123
15124 #. type: verbatim
15125 #: ../src/guestfs-actions.pod:5677
15126 #, no-wrap
15127 msgid ""
15128 " int\n"
15129 " guestfs_resize2fs_size (guestfs_h *g,\n"
15130 "                         const char *device,\n"
15131 "                         int64_t size);\n"
15132 "\n"
15133 msgstr ""
15134
15135 #. type: textblock
15136 #: ../src/guestfs-actions.pod:5682
15137 msgid ""
15138 "This command is the same as C<guestfs_resize2fs> except that it allows you "
15139 "to specify the new size (in bytes) explicitly."
15140 msgstr ""
15141
15142 #. type: =head2
15143 #: ../src/guestfs-actions.pod:5689
15144 msgid "guestfs_rm"
15145 msgstr ""
15146
15147 #. type: verbatim
15148 #: ../src/guestfs-actions.pod:5691
15149 #, no-wrap
15150 msgid ""
15151 " int\n"
15152 " guestfs_rm (guestfs_h *g,\n"
15153 "             const char *path);\n"
15154 "\n"
15155 msgstr ""
15156
15157 #. type: textblock
15158 #: ../src/guestfs-actions.pod:5695 ../fish/guestfish-actions.pod:3833
15159 msgid "Remove the single file C<path>."
15160 msgstr ""
15161
15162 #. type: =head2
15163 #: ../src/guestfs-actions.pod:5701
15164 msgid "guestfs_rm_rf"
15165 msgstr ""
15166
15167 #. type: verbatim
15168 #: ../src/guestfs-actions.pod:5703
15169 #, no-wrap
15170 msgid ""
15171 " int\n"
15172 " guestfs_rm_rf (guestfs_h *g,\n"
15173 "                const char *path);\n"
15174 "\n"
15175 msgstr ""
15176
15177 #. type: textblock
15178 #: ../src/guestfs-actions.pod:5707 ../fish/guestfish-actions.pod:3839
15179 msgid ""
15180 "Remove the file or directory C<path>, recursively removing the contents if "
15181 "its a directory.  This is like the C<rm -rf> shell command."
15182 msgstr ""
15183
15184 #. type: =head2
15185 #: ../src/guestfs-actions.pod:5715
15186 msgid "guestfs_rmdir"
15187 msgstr ""
15188
15189 #. type: verbatim
15190 #: ../src/guestfs-actions.pod:5717
15191 #, no-wrap
15192 msgid ""
15193 " int\n"
15194 " guestfs_rmdir (guestfs_h *g,\n"
15195 "                const char *path);\n"
15196 "\n"
15197 msgstr ""
15198
15199 #. type: textblock
15200 #: ../src/guestfs-actions.pod:5721 ../fish/guestfish-actions.pod:3847
15201 msgid "Remove the single directory C<path>."
15202 msgstr ""
15203
15204 #. type: =head2
15205 #: ../src/guestfs-actions.pod:5727
15206 msgid "guestfs_rmmountpoint"
15207 msgstr ""
15208
15209 #. type: verbatim
15210 #: ../src/guestfs-actions.pod:5729
15211 #, no-wrap
15212 msgid ""
15213 " int\n"
15214 " guestfs_rmmountpoint (guestfs_h *g,\n"
15215 "                       const char *exemptpath);\n"
15216 "\n"
15217 msgstr ""
15218
15219 #. type: textblock
15220 #: ../src/guestfs-actions.pod:5733
15221 msgid ""
15222 "This calls removes a mountpoint that was previously created with "
15223 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
15224 msgstr ""
15225
15226 #. type: =head2
15227 #: ../src/guestfs-actions.pod:5741
15228 msgid "guestfs_scrub_device"
15229 msgstr ""
15230
15231 #. type: verbatim
15232 #: ../src/guestfs-actions.pod:5743
15233 #, no-wrap
15234 msgid ""
15235 " int\n"
15236 " guestfs_scrub_device (guestfs_h *g,\n"
15237 "                       const char *device);\n"
15238 "\n"
15239 msgstr ""
15240
15241 #. type: textblock
15242 #: ../src/guestfs-actions.pod:5747 ../fish/guestfish-actions.pod:3861
15243 msgid ""
15244 "This command writes patterns over C<device> to make data retrieval more "
15245 "difficult."
15246 msgstr ""
15247
15248 #. type: textblock
15249 #: ../src/guestfs-actions.pod:5750 ../src/guestfs-actions.pod:5771 ../src/guestfs-actions.pod:5790 ../fish/guestfish-actions.pod:3864 ../fish/guestfish-actions.pod:3879 ../fish/guestfish-actions.pod:3892
15250 msgid ""
15251 "It is an interface to the L<scrub(1)> program.  See that manual page for "
15252 "more details."
15253 msgstr ""
15254
15255 #. type: textblock
15256 #: ../src/guestfs-actions.pod:5758 ../src/guestfs-actions.pod:5776 ../src/guestfs-actions.pod:5795
15257 msgid "(Added in 1.0.52)"
15258 msgstr ""
15259
15260 #. type: =head2
15261 #: ../src/guestfs-actions.pod:5760
15262 msgid "guestfs_scrub_file"
15263 msgstr ""
15264
15265 #. type: verbatim
15266 #: ../src/guestfs-actions.pod:5762
15267 #, no-wrap
15268 msgid ""
15269 " int\n"
15270 " guestfs_scrub_file (guestfs_h *g,\n"
15271 "                     const char *file);\n"
15272 "\n"
15273 msgstr ""
15274
15275 #. type: textblock
15276 #: ../src/guestfs-actions.pod:5766 ../fish/guestfish-actions.pod:3874
15277 msgid ""
15278 "This command writes patterns over a file to make data retrieval more "
15279 "difficult."
15280 msgstr ""
15281
15282 #. type: textblock
15283 #: ../src/guestfs-actions.pod:5769 ../fish/guestfish-actions.pod:3877
15284 msgid "The file is I<removed> after scrubbing."
15285 msgstr ""
15286
15287 #. type: =head2
15288 #: ../src/guestfs-actions.pod:5778
15289 msgid "guestfs_scrub_freespace"
15290 msgstr ""
15291
15292 #. type: verbatim
15293 #: ../src/guestfs-actions.pod:5780
15294 #, no-wrap
15295 msgid ""
15296 " int\n"
15297 " guestfs_scrub_freespace (guestfs_h *g,\n"
15298 "                          const char *dir);\n"
15299 "\n"
15300 msgstr ""
15301
15302 #. type: textblock
15303 #: ../src/guestfs-actions.pod:5784
15304 msgid ""
15305 "This command creates the directory C<dir> and then fills it with files until "
15306 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
15307 "and deletes them.  The intention is to scrub any free space on the partition "
15308 "containing C<dir>."
15309 msgstr ""
15310
15311 #. type: =head2
15312 #: ../src/guestfs-actions.pod:5797
15313 msgid "guestfs_set_append"
15314 msgstr ""
15315
15316 #. type: verbatim
15317 #: ../src/guestfs-actions.pod:5799
15318 #, no-wrap
15319 msgid ""
15320 " int\n"
15321 " guestfs_set_append (guestfs_h *g,\n"
15322 "                     const char *append);\n"
15323 "\n"
15324 msgstr ""
15325
15326 #. type: textblock
15327 #: ../src/guestfs-actions.pod:5803 ../fish/guestfish-actions.pod:3901
15328 msgid ""
15329 "This function is used to add additional options to the guest kernel command "
15330 "line."
15331 msgstr ""
15332
15333 #. type: textblock
15334 #: ../src/guestfs-actions.pod:5806 ../fish/guestfish-actions.pod:3904
15335 msgid ""
15336 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
15337 "environment variable."
15338 msgstr ""
15339
15340 #. type: textblock
15341 #: ../src/guestfs-actions.pod:5809 ../fish/guestfish-actions.pod:3907
15342 msgid ""
15343 "Setting C<append> to C<NULL> means I<no> additional options are passed "
15344 "(libguestfs always adds a few of its own)."
15345 msgstr ""
15346
15347 #. type: =head2
15348 #: ../src/guestfs-actions.pod:5816
15349 msgid "guestfs_set_attach_method"
15350 msgstr ""
15351
15352 #. type: verbatim
15353 #: ../src/guestfs-actions.pod:5818
15354 #, no-wrap
15355 msgid ""
15356 " int\n"
15357 " guestfs_set_attach_method (guestfs_h *g,\n"
15358 "                            const char *attachmethod);\n"
15359 "\n"
15360 msgstr ""
15361
15362 #. type: textblock
15363 #: ../src/guestfs-actions.pod:5822 ../fish/guestfish-actions.pod:3916
15364 msgid ""
15365 "Set the method that libguestfs uses to connect to the back end guestfsd "
15366 "daemon.  Possible methods are:"
15367 msgstr ""
15368
15369 #. type: textblock
15370 #: ../src/guestfs-actions.pod:5829 ../fish/guestfish-actions.pod:3923
15371 msgid ""
15372 "Launch an appliance and connect to it.  This is the ordinary method and the "
15373 "default."
15374 msgstr ""
15375
15376 #. type: =item
15377 #: ../src/guestfs-actions.pod:5832 ../fish/guestfish-actions.pod:3926
15378 msgid "C<unix:I<path>>"
15379 msgstr ""
15380
15381 #. type: textblock
15382 #: ../src/guestfs-actions.pod:5834 ../fish/guestfish-actions.pod:3928
15383 msgid "Connect to the Unix domain socket I<path>."
15384 msgstr ""
15385
15386 #. type: textblock
15387 #: ../src/guestfs-actions.pod:5836 ../fish/guestfish-actions.pod:3930
15388 msgid ""
15389 "This method lets you connect to an existing daemon or (using virtio-serial) "
15390 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
15391 "RUNNING DAEMONS>."
15392 msgstr ""
15393
15394 #. type: =head2
15395 #: ../src/guestfs-actions.pod:5844
15396 msgid "guestfs_set_autosync"
15397 msgstr ""
15398
15399 #. type: verbatim
15400 #: ../src/guestfs-actions.pod:5846
15401 #, no-wrap
15402 msgid ""
15403 " int\n"
15404 " guestfs_set_autosync (guestfs_h *g,\n"
15405 "                       int autosync);\n"
15406 "\n"
15407 msgstr ""
15408
15409 #. type: textblock
15410 #: ../src/guestfs-actions.pod:5850 ../fish/guestfish-actions.pod:3942
15411 msgid ""
15412 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
15413 "effort attempt to make filesystems consistent and synchronized when the "
15414 "handle is closed (also if the program exits without closing handles)."
15415 msgstr ""
15416
15417 #. type: textblock
15418 #: ../src/guestfs-actions.pod:5855 ../fish/guestfish-actions.pod:3947
15419 msgid ""
15420 "This is enabled by default (since libguestfs 1.5.24, previously it was "
15421 "disabled by default)."
15422 msgstr ""
15423
15424 #. type: =head2
15425 #: ../src/guestfs-actions.pod:5862
15426 msgid "guestfs_set_direct"
15427 msgstr ""
15428
15429 #. type: verbatim
15430 #: ../src/guestfs-actions.pod:5864
15431 #, no-wrap
15432 msgid ""
15433 " int\n"
15434 " guestfs_set_direct (guestfs_h *g,\n"
15435 "                     int direct);\n"
15436 "\n"
15437 msgstr ""
15438
15439 #. type: textblock
15440 #: ../src/guestfs-actions.pod:5868 ../fish/guestfish-actions.pod:3956
15441 msgid ""
15442 "If the direct appliance mode flag is enabled, then stdin and stdout are "
15443 "passed directly through to the appliance once it is launched."
15444 msgstr ""
15445
15446 #. type: textblock
15447 #: ../src/guestfs-actions.pod:5872
15448 msgid ""
15449 "One consequence of this is that log messages aren't caught by the library "
15450 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
15451 "stdout."
15452 msgstr ""
15453
15454 #. type: textblock
15455 #: ../src/guestfs-actions.pod:5876 ../fish/guestfish-actions.pod:3964
15456 msgid "You probably don't want to use this unless you know what you are doing."
15457 msgstr ""
15458
15459 #. type: textblock
15460 #: ../src/guestfs-actions.pod:5879 ../fish/guestfish-actions.pod:3967
15461 msgid "The default is disabled."
15462 msgstr ""
15463
15464 #. type: =head2
15465 #: ../src/guestfs-actions.pod:5885
15466 msgid "guestfs_set_e2label"
15467 msgstr ""
15468
15469 #. type: verbatim
15470 #: ../src/guestfs-actions.pod:5887
15471 #, no-wrap
15472 msgid ""
15473 " int\n"
15474 " guestfs_set_e2label (guestfs_h *g,\n"
15475 "                      const char *device,\n"
15476 "                      const char *label);\n"
15477 "\n"
15478 msgstr ""
15479
15480 #. type: textblock
15481 #: ../src/guestfs-actions.pod:5892 ../fish/guestfish-actions.pod:3973
15482 msgid ""
15483 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
15484 "C<label>.  Filesystem labels are limited to 16 characters."
15485 msgstr ""
15486
15487 #. type: textblock
15488 #: ../src/guestfs-actions.pod:5896
15489 msgid ""
15490 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
15491 "the existing label on a filesystem."
15492 msgstr ""
15493
15494 #. type: =head2
15495 #: ../src/guestfs-actions.pod:5903
15496 msgid "guestfs_set_e2uuid"
15497 msgstr ""
15498
15499 #. type: verbatim
15500 #: ../src/guestfs-actions.pod:5905
15501 #, no-wrap
15502 msgid ""
15503 " int\n"
15504 " guestfs_set_e2uuid (guestfs_h *g,\n"
15505 "                     const char *device,\n"
15506 "                     const char *uuid);\n"
15507 "\n"
15508 msgstr ""
15509
15510 #. type: textblock
15511 #: ../src/guestfs-actions.pod:5910 ../fish/guestfish-actions.pod:3984
15512 msgid ""
15513 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
15514 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
15515 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
15516 msgstr ""
15517
15518 #. type: textblock
15519 #: ../src/guestfs-actions.pod:5915
15520 msgid ""
15521 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
15522 "the existing UUID of a filesystem."
15523 msgstr ""
15524
15525 #. type: =head2
15526 #: ../src/guestfs-actions.pod:5922
15527 msgid "guestfs_set_memsize"
15528 msgstr ""
15529
15530 #. type: verbatim
15531 #: ../src/guestfs-actions.pod:5924
15532 #, no-wrap
15533 msgid ""
15534 " int\n"
15535 " guestfs_set_memsize (guestfs_h *g,\n"
15536 "                      int memsize);\n"
15537 "\n"
15538 msgstr ""
15539
15540 #. type: textblock
15541 #: ../src/guestfs-actions.pod:5928
15542 msgid ""
15543 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
15544 "This only has any effect if called before C<guestfs_launch>."
15545 msgstr ""
15546
15547 #. type: textblock
15548 #: ../src/guestfs-actions.pod:5932 ../fish/guestfish-actions.pod:4002
15549 msgid ""
15550 "You can also change this by setting the environment variable "
15551 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
15552 msgstr ""
15553
15554 #. type: =head2
15555 #: ../src/guestfs-actions.pod:5943
15556 msgid "guestfs_set_network"
15557 msgstr ""
15558
15559 #. type: verbatim
15560 #: ../src/guestfs-actions.pod:5945
15561 #, no-wrap
15562 msgid ""
15563 " int\n"
15564 " guestfs_set_network (guestfs_h *g,\n"
15565 "                      int network);\n"
15566 "\n"
15567 msgstr ""
15568
15569 #. type: textblock
15570 #: ../src/guestfs-actions.pod:5949 ../fish/guestfish-actions.pod:4015
15571 msgid ""
15572 "If C<network> is true, then the network is enabled in the libguestfs "
15573 "appliance.  The default is false."
15574 msgstr ""
15575
15576 #. type: textblock
15577 #: ../src/guestfs-actions.pod:5952 ../fish/guestfish-actions.pod:4018
15578 msgid ""
15579 "This affects whether commands are able to access the network (see "
15580 "L<guestfs(3)/RUNNING COMMANDS>)."
15581 msgstr ""
15582
15583 #. type: textblock
15584 #: ../src/guestfs-actions.pod:5955
15585 msgid ""
15586 "You must call this before calling C<guestfs_launch>, otherwise it has no "
15587 "effect."
15588 msgstr ""
15589
15590 #. type: =head2
15591 #: ../src/guestfs-actions.pod:5962
15592 msgid "guestfs_set_path"
15593 msgstr ""
15594
15595 #. type: verbatim
15596 #: ../src/guestfs-actions.pod:5964
15597 #, no-wrap
15598 msgid ""
15599 " int\n"
15600 " guestfs_set_path (guestfs_h *g,\n"
15601 "                   const char *searchpath);\n"
15602 "\n"
15603 msgstr ""
15604
15605 #. type: textblock
15606 #: ../src/guestfs-actions.pod:5968 ../fish/guestfish-actions.pod:4030
15607 msgid "Set the path that libguestfs searches for kernel and initrd.img."
15608 msgstr ""
15609
15610 #. type: textblock
15611 #: ../src/guestfs-actions.pod:5970 ../fish/guestfish-actions.pod:4032
15612 msgid ""
15613 "The default is C<$libdir/guestfs> unless overridden by setting "
15614 "C<LIBGUESTFS_PATH> environment variable."
15615 msgstr ""
15616
15617 #. type: textblock
15618 #: ../src/guestfs-actions.pod:5973 ../fish/guestfish-actions.pod:4035
15619 msgid "Setting C<path> to C<NULL> restores the default path."
15620 msgstr ""
15621
15622 #. type: =head2
15623 #: ../src/guestfs-actions.pod:5979
15624 msgid "guestfs_set_qemu"
15625 msgstr ""
15626
15627 #. type: verbatim
15628 #: ../src/guestfs-actions.pod:5981
15629 #, no-wrap
15630 msgid ""
15631 " int\n"
15632 " guestfs_set_qemu (guestfs_h *g,\n"
15633 "                   const char *qemu);\n"
15634 "\n"
15635 msgstr ""
15636
15637 #. type: textblock
15638 #: ../src/guestfs-actions.pod:5985 ../fish/guestfish-actions.pod:4043
15639 msgid "Set the qemu binary that we will use."
15640 msgstr ""
15641
15642 #. type: textblock
15643 #: ../src/guestfs-actions.pod:5987 ../fish/guestfish-actions.pod:4045
15644 msgid "The default is chosen when the library was compiled by the configure script."
15645 msgstr ""
15646
15647 #. type: textblock
15648 #: ../src/guestfs-actions.pod:5990 ../fish/guestfish-actions.pod:4048
15649 msgid ""
15650 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
15651 "variable."
15652 msgstr ""
15653
15654 #. type: textblock
15655 #: ../src/guestfs-actions.pod:5993 ../fish/guestfish-actions.pod:4051
15656 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
15657 msgstr ""
15658
15659 #. type: textblock
15660 #: ../src/guestfs-actions.pod:5995 ../fish/guestfish-actions.pod:4053
15661 msgid ""
15662 "Note that you should call this function as early as possible after creating "
15663 "the handle.  This is because some pre-launch operations depend on testing "
15664 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
15665 "don't retest features, and so you might see inconsistent results.  Using the "
15666 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
15667 "the qemu binary at the same time as the handle is created."
15668 msgstr ""
15669
15670 #. type: =head2
15671 #: ../src/guestfs-actions.pod:6007
15672 msgid "guestfs_set_recovery_proc"
15673 msgstr ""
15674
15675 #. type: verbatim
15676 #: ../src/guestfs-actions.pod:6009
15677 #, no-wrap
15678 msgid ""
15679 " int\n"
15680 " guestfs_set_recovery_proc (guestfs_h *g,\n"
15681 "                            int recoveryproc);\n"
15682 "\n"
15683 msgstr ""
15684
15685 #. type: textblock
15686 #: ../src/guestfs-actions.pod:6013
15687 msgid ""
15688 "If this is called with the parameter C<false> then C<guestfs_launch> does "
15689 "not create a recovery process.  The purpose of the recovery process is to "
15690 "stop runaway qemu processes in the case where the main program aborts "
15691 "abruptly."
15692 msgstr ""
15693
15694 #. type: textblock
15695 #: ../src/guestfs-actions.pod:6018
15696 msgid ""
15697 "This only has any effect if called before C<guestfs_launch>, and the default "
15698 "is true."
15699 msgstr ""
15700
15701 #. type: textblock
15702 #: ../src/guestfs-actions.pod:6021 ../fish/guestfish-actions.pod:4075
15703 msgid ""
15704 "About the only time when you would want to disable this is if the main "
15705 "process will fork itself into the background (\"daemonize\" itself).  In "
15706 "this case the recovery process thinks that the main program has disappeared "
15707 "and so kills qemu, which is not very helpful."
15708 msgstr ""
15709
15710 #. type: =head2
15711 #: ../src/guestfs-actions.pod:6031
15712 msgid "guestfs_set_selinux"
15713 msgstr ""
15714
15715 #. type: verbatim
15716 #: ../src/guestfs-actions.pod:6033
15717 #, no-wrap
15718 msgid ""
15719 " int\n"
15720 " guestfs_set_selinux (guestfs_h *g,\n"
15721 "                      int selinux);\n"
15722 "\n"
15723 msgstr ""
15724
15725 #. type: textblock
15726 #: ../src/guestfs-actions.pod:6037 ../fish/guestfish-actions.pod:4087
15727 msgid ""
15728 "This sets the selinux flag that is passed to the appliance at boot time.  "
15729 "The default is C<selinux=0> (disabled)."
15730 msgstr ""
15731
15732 #. type: textblock
15733 #: ../src/guestfs-actions.pod:6040 ../fish/guestfish-actions.pod:4090
15734 msgid ""
15735 "Note that if SELinux is enabled, it is always in Permissive mode "
15736 "(C<enforcing=0>)."
15737 msgstr ""
15738
15739 #. type: =head2
15740 #: ../src/guestfs-actions.pod:6050
15741 msgid "guestfs_set_trace"
15742 msgstr ""
15743
15744 #. type: verbatim
15745 #: ../src/guestfs-actions.pod:6052
15746 #, no-wrap
15747 msgid ""
15748 " int\n"
15749 " guestfs_set_trace (guestfs_h *g,\n"
15750 "                    int trace);\n"
15751 "\n"
15752 msgstr ""
15753
15754 #. type: textblock
15755 #: ../src/guestfs-actions.pod:6056 ../fish/guestfish-actions.pod:4102
15756 msgid ""
15757 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
15758 "return values are traced."
15759 msgstr ""
15760
15761 #. type: textblock
15762 #: ../src/guestfs-actions.pod:6059 ../fish/guestfish-actions.pod:4105
15763 msgid ""
15764 "If you want to trace C API calls into libguestfs (and other libraries) then "
15765 "possibly a better way is to use the external ltrace(1) command."
15766 msgstr ""
15767
15768 #. type: textblock
15769 #: ../src/guestfs-actions.pod:6063 ../fish/guestfish-actions.pod:4109
15770 msgid ""
15771 "Command traces are disabled unless the environment variable "
15772 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
15773 msgstr ""
15774
15775 #. type: textblock
15776 #: ../src/guestfs-actions.pod:6066
15777 msgid ""
15778 "Trace messages are normally sent to C<stderr>, unless you register a "
15779 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15780 msgstr ""
15781
15782 #. type: =head2
15783 #: ../src/guestfs-actions.pod:6074
15784 msgid "guestfs_set_verbose"
15785 msgstr ""
15786
15787 #. type: verbatim
15788 #: ../src/guestfs-actions.pod:6076
15789 #, no-wrap
15790 msgid ""
15791 " int\n"
15792 " guestfs_set_verbose (guestfs_h *g,\n"
15793 "                      int verbose);\n"
15794 "\n"
15795 msgstr ""
15796
15797 #. type: textblock
15798 #: ../src/guestfs-actions.pod:6080 ../fish/guestfish-actions.pod:4122
15799 msgid "If C<verbose> is true, this turns on verbose messages."
15800 msgstr ""
15801
15802 #. type: textblock
15803 #: ../src/guestfs-actions.pod:6082 ../fish/guestfish-actions.pod:4124
15804 msgid ""
15805 "Verbose messages are disabled unless the environment variable "
15806 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
15807 msgstr ""
15808
15809 #. type: textblock
15810 #: ../src/guestfs-actions.pod:6085
15811 msgid ""
15812 "Verbose messages are normally sent to C<stderr>, unless you register a "
15813 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15814 msgstr ""
15815
15816 #. type: =head2
15817 #: ../src/guestfs-actions.pod:6093
15818 msgid "guestfs_setcon"
15819 msgstr ""
15820
15821 #. type: verbatim
15822 #: ../src/guestfs-actions.pod:6095
15823 #, no-wrap
15824 msgid ""
15825 " int\n"
15826 " guestfs_setcon (guestfs_h *g,\n"
15827 "                 const char *context);\n"
15828 "\n"
15829 msgstr ""
15830
15831 #. type: textblock
15832 #: ../src/guestfs-actions.pod:6099 ../fish/guestfish-actions.pod:4135
15833 msgid ""
15834 "This sets the SELinux security context of the daemon to the string "
15835 "C<context>."
15836 msgstr ""
15837
15838 #. type: textblock
15839 #: ../src/guestfs-actions.pod:6102 ../fish/guestfish-actions.pod:4138
15840 msgid "See the documentation about SELINUX in L<guestfs(3)>."
15841 msgstr ""
15842
15843 #. type: =head2
15844 #: ../src/guestfs-actions.pod:6108
15845 msgid "guestfs_setxattr"
15846 msgstr ""
15847
15848 #. type: verbatim
15849 #: ../src/guestfs-actions.pod:6110
15850 #, no-wrap
15851 msgid ""
15852 " int\n"
15853 " guestfs_setxattr (guestfs_h *g,\n"
15854 "                   const char *xattr,\n"
15855 "                   const char *val,\n"
15856 "                   int vallen,\n"
15857 "                   const char *path);\n"
15858 "\n"
15859 msgstr ""
15860
15861 #. type: textblock
15862 #: ../src/guestfs-actions.pod:6117 ../fish/guestfish-actions.pod:4144
15863 msgid ""
15864 "This call sets the extended attribute named C<xattr> of the file C<path> to "
15865 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
15866 msgstr ""
15867
15868 #. type: textblock
15869 #: ../src/guestfs-actions.pod:6121
15870 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
15871 msgstr ""
15872
15873 #. type: =head2
15874 #: ../src/guestfs-actions.pod:6127
15875 msgid "guestfs_sfdisk"
15876 msgstr ""
15877
15878 #. type: verbatim
15879 #: ../src/guestfs-actions.pod:6129
15880 #, no-wrap
15881 msgid ""
15882 " int\n"
15883 " guestfs_sfdisk (guestfs_h *g,\n"
15884 "                 const char *device,\n"
15885 "                 int cyls,\n"
15886 "                 int heads,\n"
15887 "                 int sectors,\n"
15888 "                 char *const *lines);\n"
15889 "\n"
15890 msgstr ""
15891
15892 #. type: textblock
15893 #: ../src/guestfs-actions.pod:6137 ../fish/guestfish-actions.pod:4154
15894 msgid ""
15895 "This is a direct interface to the L<sfdisk(8)> program for creating "
15896 "partitions on block devices."
15897 msgstr ""
15898
15899 #. type: textblock
15900 #: ../src/guestfs-actions.pod:6140 ../fish/guestfish-actions.pod:4157
15901 msgid "C<device> should be a block device, for example C</dev/sda>."
15902 msgstr ""
15903
15904 #. type: textblock
15905 #: ../src/guestfs-actions.pod:6142 ../fish/guestfish-actions.pod:4159
15906 msgid ""
15907 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
15908 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
15909 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
15910 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
15911 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
15912 "the kernel) cannot work out the right geometry and you will need to tell it."
15913 msgstr ""
15914
15915 #. type: textblock
15916 #: ../src/guestfs-actions.pod:6150 ../fish/guestfish-actions.pod:4167
15917 msgid ""
15918 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
15919 "refer to the L<sfdisk(8)> manpage."
15920 msgstr ""
15921
15922 #. type: textblock
15923 #: ../src/guestfs-actions.pod:6153 ../fish/guestfish-actions.pod:4170
15924 msgid ""
15925 "To create a single partition occupying the whole disk, you would pass "
15926 "C<lines> as a single element list, when the single element being the string "
15927 "C<,> (comma)."
15928 msgstr ""
15929
15930 #. type: textblock
15931 #: ../src/guestfs-actions.pod:6157
15932 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
15933 msgstr ""
15934
15935 #. type: textblock
15936 #: ../src/guestfs-actions.pod:6165 ../src/guestfs-actions.pod:6195 ../src/guestfs-actions.pod:6228
15937 msgid ""
15938 "This function is deprecated.  In new code, use the L</guestfs_part_add> call "
15939 "instead."
15940 msgstr ""
15941
15942 #. type: =head2
15943 #: ../src/guestfs-actions.pod:6174
15944 msgid "guestfs_sfdiskM"
15945 msgstr ""
15946
15947 #. type: verbatim
15948 #: ../src/guestfs-actions.pod:6176
15949 #, no-wrap
15950 msgid ""
15951 " int\n"
15952 " guestfs_sfdiskM (guestfs_h *g,\n"
15953 "                  const char *device,\n"
15954 "                  char *const *lines);\n"
15955 "\n"
15956 msgstr ""
15957
15958 #. type: textblock
15959 #: ../src/guestfs-actions.pod:6181
15960 msgid ""
15961 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
15962 "partition sizes are specified in megabytes only (rounded to the nearest "
15963 "cylinder) and you don't need to specify the cyls, heads and sectors "
15964 "parameters which were rarely if ever used anyway."
15965 msgstr ""
15966
15967 #. type: textblock
15968 #: ../src/guestfs-actions.pod:6187
15969 msgid ""
15970 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
15971 "C<guestfs_part_disk>"
15972 msgstr ""
15973
15974 #. type: =head2
15975 #: ../src/guestfs-actions.pod:6204
15976 msgid "guestfs_sfdisk_N"
15977 msgstr ""
15978
15979 #. type: verbatim
15980 #: ../src/guestfs-actions.pod:6206
15981 #, no-wrap
15982 msgid ""
15983 " int\n"
15984 " guestfs_sfdisk_N (guestfs_h *g,\n"
15985 "                   const char *device,\n"
15986 "                   int partnum,\n"
15987 "                   int cyls,\n"
15988 "                   int heads,\n"
15989 "                   int sectors,\n"
15990 "                   const char *line);\n"
15991 "\n"
15992 msgstr ""
15993
15994 #. type: textblock
15995 #: ../src/guestfs-actions.pod:6215 ../fish/guestfish-actions.pod:4214
15996 msgid ""
15997 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
15998 "(note: C<n> counts from 1)."
15999 msgstr ""
16000
16001 #. type: textblock
16002 #: ../src/guestfs-actions.pod:6218
16003 msgid ""
16004 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
16005 "for the cyls/heads/sectors parameters."
16006 msgstr ""
16007
16008 #. type: textblock
16009 #: ../src/guestfs-actions.pod:6221
16010 msgid "See also: C<guestfs_part_add>"
16011 msgstr ""
16012
16013 #. type: =head2
16014 #: ../src/guestfs-actions.pod:6237
16015 msgid "guestfs_sfdisk_disk_geometry"
16016 msgstr ""
16017
16018 #. type: verbatim
16019 #: ../src/guestfs-actions.pod:6239
16020 #, no-wrap
16021 msgid ""
16022 " char *\n"
16023 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
16024 "                               const char *device);\n"
16025 "\n"
16026 msgstr ""
16027
16028 #. type: textblock
16029 #: ../src/guestfs-actions.pod:6243
16030 msgid ""
16031 "This displays the disk geometry of C<device> read from the partition table.  "
16032 "Especially in the case where the underlying block device has been resized, "
16033 "this can be different from the kernel's idea of the geometry (see "
16034 "C<guestfs_sfdisk_kernel_geometry>)."
16035 msgstr ""
16036
16037 #. type: textblock
16038 #: ../src/guestfs-actions.pod:6248 ../src/guestfs-actions.pod:6264 ../fish/guestfish-actions.pod:4241 ../fish/guestfish-actions.pod:4250
16039 msgid "The result is in human-readable format, and not designed to be parsed."
16040 msgstr ""
16041
16042 #. type: =head2
16043 #: ../src/guestfs-actions.pod:6256
16044 msgid "guestfs_sfdisk_kernel_geometry"
16045 msgstr ""
16046
16047 #. type: verbatim
16048 #: ../src/guestfs-actions.pod:6258
16049 #, no-wrap
16050 msgid ""
16051 " char *\n"
16052 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
16053 "                                 const char *device);\n"
16054 "\n"
16055 msgstr ""
16056
16057 #. type: textblock
16058 #: ../src/guestfs-actions.pod:6262 ../fish/guestfish-actions.pod:4248
16059 msgid "This displays the kernel's idea of the geometry of C<device>."
16060 msgstr ""
16061
16062 #. type: =head2
16063 #: ../src/guestfs-actions.pod:6272
16064 msgid "guestfs_sfdisk_l"
16065 msgstr ""
16066
16067 #. type: verbatim
16068 #: ../src/guestfs-actions.pod:6274
16069 #, no-wrap
16070 msgid ""
16071 " char *\n"
16072 " guestfs_sfdisk_l (guestfs_h *g,\n"
16073 "                   const char *device);\n"
16074 "\n"
16075 msgstr ""
16076
16077 #. type: textblock
16078 #: ../src/guestfs-actions.pod:6278 ../fish/guestfish-actions.pod:4257
16079 msgid ""
16080 "This displays the partition table on C<device>, in the human-readable output "
16081 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
16082 msgstr ""
16083
16084 #. type: textblock
16085 #: ../src/guestfs-actions.pod:6282
16086 msgid "See also: C<guestfs_part_list>"
16087 msgstr ""
16088
16089 #. type: textblock
16090 #: ../src/guestfs-actions.pod:6287
16091 msgid ""
16092 "This function is deprecated.  In new code, use the L</guestfs_part_list> "
16093 "call instead."
16094 msgstr ""
16095
16096 #. type: =head2
16097 #: ../src/guestfs-actions.pod:6296
16098 msgid "guestfs_sh"
16099 msgstr ""
16100
16101 #. type: verbatim
16102 #: ../src/guestfs-actions.pod:6298
16103 #, no-wrap
16104 msgid ""
16105 " char *\n"
16106 " guestfs_sh (guestfs_h *g,\n"
16107 "             const char *command);\n"
16108 "\n"
16109 msgstr ""
16110
16111 #. type: textblock
16112 #: ../src/guestfs-actions.pod:6302 ../fish/guestfish-actions.pod:4274
16113 msgid ""
16114 "This call runs a command from the guest filesystem via the guest's "
16115 "C</bin/sh>."
16116 msgstr ""
16117
16118 #. type: textblock
16119 #: ../src/guestfs-actions.pod:6305
16120 msgid "This is like C<guestfs_command>, but passes the command to:"
16121 msgstr ""
16122
16123 #. type: verbatim
16124 #: ../src/guestfs-actions.pod:6307 ../fish/guestfish-actions.pod:4279
16125 #, no-wrap
16126 msgid ""
16127 " /bin/sh -c \"command\"\n"
16128 "\n"
16129 msgstr ""
16130
16131 #. type: textblock
16132 #: ../src/guestfs-actions.pod:6309 ../fish/guestfish-actions.pod:4281
16133 msgid ""
16134 "Depending on the guest's shell, this usually results in wildcards being "
16135 "expanded, shell expressions being interpolated and so on."
16136 msgstr ""
16137
16138 #. type: textblock
16139 #: ../src/guestfs-actions.pod:6313
16140 msgid "All the provisos about C<guestfs_command> apply to this call."
16141 msgstr ""
16142
16143 #. type: =head2
16144 #: ../src/guestfs-actions.pod:6320
16145 msgid "guestfs_sh_lines"
16146 msgstr ""
16147
16148 #. type: verbatim
16149 #: ../src/guestfs-actions.pod:6322
16150 #, no-wrap
16151 msgid ""
16152 " char **\n"
16153 " guestfs_sh_lines (guestfs_h *g,\n"
16154 "                   const char *command);\n"
16155 "\n"
16156 msgstr ""
16157
16158 #. type: textblock
16159 #: ../src/guestfs-actions.pod:6326
16160 msgid ""
16161 "This is the same as C<guestfs_sh>, but splits the result into a list of "
16162 "lines."
16163 msgstr ""
16164
16165 #. type: textblock
16166 #: ../src/guestfs-actions.pod:6329
16167 msgid "See also: C<guestfs_command_lines>"
16168 msgstr ""
16169
16170 #. type: =head2
16171 #: ../src/guestfs-actions.pod:6337
16172 msgid "guestfs_sleep"
16173 msgstr ""
16174
16175 #. type: verbatim
16176 #: ../src/guestfs-actions.pod:6339
16177 #, no-wrap
16178 msgid ""
16179 " int\n"
16180 " guestfs_sleep (guestfs_h *g,\n"
16181 "                int secs);\n"
16182 "\n"
16183 msgstr ""
16184
16185 #. type: textblock
16186 #: ../src/guestfs-actions.pod:6343 ../fish/guestfish-actions.pod:4300
16187 msgid "Sleep for C<secs> seconds."
16188 msgstr ""
16189
16190 #. type: textblock
16191 #: ../src/guestfs-actions.pod:6347
16192 msgid "(Added in 1.0.41)"
16193 msgstr ""
16194
16195 #. type: =head2
16196 #: ../src/guestfs-actions.pod:6349 ../src/guestfs-structs.pod:109
16197 msgid "guestfs_stat"
16198 msgstr ""
16199
16200 #. type: verbatim
16201 #: ../src/guestfs-actions.pod:6351
16202 #, no-wrap
16203 msgid ""
16204 " struct guestfs_stat *\n"
16205 " guestfs_stat (guestfs_h *g,\n"
16206 "               const char *path);\n"
16207 "\n"
16208 msgstr ""
16209
16210 #. type: textblock
16211 #: ../src/guestfs-actions.pod:6357 ../fish/guestfish-actions.pod:4308
16212 msgid "This is the same as the C<stat(2)> system call."
16213 msgstr ""
16214
16215 #. type: =head2
16216 #: ../src/guestfs-actions.pod:6365 ../src/guestfs-structs.pod:135
16217 msgid "guestfs_statvfs"
16218 msgstr ""
16219
16220 #. type: verbatim
16221 #: ../src/guestfs-actions.pod:6367
16222 #, no-wrap
16223 msgid ""
16224 " struct guestfs_statvfs *\n"
16225 " guestfs_statvfs (guestfs_h *g,\n"
16226 "                  const char *path);\n"
16227 "\n"
16228 msgstr ""
16229
16230 #. type: textblock
16231 #: ../src/guestfs-actions.pod:6371 ../fish/guestfish-actions.pod:4314
16232 msgid ""
16233 "Returns file system statistics for any mounted file system.  C<path> should "
16234 "be a file or directory in the mounted file system (typically it is the mount "
16235 "point itself, but it doesn't need to be)."
16236 msgstr ""
16237
16238 #. type: textblock
16239 #: ../src/guestfs-actions.pod:6375 ../fish/guestfish-actions.pod:4318
16240 msgid "This is the same as the C<statvfs(2)> system call."
16241 msgstr ""
16242
16243 #. type: textblock
16244 #: ../src/guestfs-actions.pod:6377
16245 msgid ""
16246 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
16247 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
16248 msgstr ""
16249
16250 #. type: =head2
16251 #: ../src/guestfs-actions.pod:6383
16252 msgid "guestfs_strings"
16253 msgstr ""
16254
16255 #. type: verbatim
16256 #: ../src/guestfs-actions.pod:6385
16257 #, no-wrap
16258 msgid ""
16259 " char **\n"
16260 " guestfs_strings (guestfs_h *g,\n"
16261 "                  const char *path);\n"
16262 "\n"
16263 msgstr ""
16264
16265 #. type: textblock
16266 #: ../src/guestfs-actions.pod:6389 ../fish/guestfish-actions.pod:4324
16267 msgid ""
16268 "This runs the L<strings(1)> command on a file and returns the list of "
16269 "printable strings found."
16270 msgstr ""
16271
16272 #. type: =head2
16273 #: ../src/guestfs-actions.pod:6401
16274 msgid "guestfs_strings_e"
16275 msgstr ""
16276
16277 #. type: verbatim
16278 #: ../src/guestfs-actions.pod:6403
16279 #, no-wrap
16280 msgid ""
16281 " char **\n"
16282 " guestfs_strings_e (guestfs_h *g,\n"
16283 "                    const char *encoding,\n"
16284 "                    const char *path);\n"
16285 "\n"
16286 msgstr ""
16287
16288 #. type: textblock
16289 #: ../src/guestfs-actions.pod:6408
16290 msgid ""
16291 "This is like the C<guestfs_strings> command, but allows you to specify the "
16292 "encoding of strings that are looked for in the source file C<path>."
16293 msgstr ""
16294
16295 #. type: textblock
16296 #: ../src/guestfs-actions.pod:6412 ../fish/guestfish-actions.pod:4338
16297 msgid "Allowed encodings are:"
16298 msgstr ""
16299
16300 #. type: =item
16301 #: ../src/guestfs-actions.pod:6416 ../fish/guestfish-actions.pod:4342
16302 msgid "s"
16303 msgstr ""
16304
16305 #. type: textblock
16306 #: ../src/guestfs-actions.pod:6418
16307 msgid ""
16308 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
16309 "ISO-8859-X (this is what C<guestfs_strings> uses)."
16310 msgstr ""
16311
16312 #. type: =item
16313 #: ../src/guestfs-actions.pod:6421 ../fish/guestfish-actions.pod:4347
16314 msgid "S"
16315 msgstr ""
16316
16317 #. type: textblock
16318 #: ../src/guestfs-actions.pod:6423 ../fish/guestfish-actions.pod:4349
16319 msgid "Single 8-bit-byte characters."
16320 msgstr ""
16321
16322 #. type: =item
16323 #: ../src/guestfs-actions.pod:6425 ../fish/guestfish-actions.pod:4351
16324 msgid "b"
16325 msgstr ""
16326
16327 #. type: textblock
16328 #: ../src/guestfs-actions.pod:6427 ../fish/guestfish-actions.pod:4353
16329 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
16330 msgstr ""
16331
16332 #. type: =item
16333 #: ../src/guestfs-actions.pod:6430 ../fish/guestfish-actions.pod:4356
16334 msgid "l (lower case letter L)"
16335 msgstr ""
16336
16337 #. type: textblock
16338 #: ../src/guestfs-actions.pod:6432 ../fish/guestfish-actions.pod:4358
16339 msgid ""
16340 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
16341 "examining binaries in Windows guests."
16342 msgstr ""
16343
16344 #. type: =item
16345 #: ../src/guestfs-actions.pod:6435 ../fish/guestfish-actions.pod:4361
16346 msgid "B"
16347 msgstr ""
16348
16349 #. type: textblock
16350 #: ../src/guestfs-actions.pod:6437 ../fish/guestfish-actions.pod:4363
16351 msgid "32-bit big endian such as UCS-4BE."
16352 msgstr ""
16353
16354 #. type: =item
16355 #: ../src/guestfs-actions.pod:6439 ../fish/guestfish-actions.pod:4365
16356 msgid "L"
16357 msgstr ""
16358
16359 #. type: textblock
16360 #: ../src/guestfs-actions.pod:6441 ../fish/guestfish-actions.pod:4367
16361 msgid "32-bit little endian such as UCS-4LE."
16362 msgstr ""
16363
16364 #. type: textblock
16365 #: ../src/guestfs-actions.pod:6445 ../fish/guestfish-actions.pod:4371
16366 msgid "The returned strings are transcoded to UTF-8."
16367 msgstr ""
16368
16369 #. type: =head2
16370 #: ../src/guestfs-actions.pod:6456
16371 msgid "guestfs_swapoff_device"
16372 msgstr ""
16373
16374 #. type: verbatim
16375 #: ../src/guestfs-actions.pod:6458
16376 #, no-wrap
16377 msgid ""
16378 " int\n"
16379 " guestfs_swapoff_device (guestfs_h *g,\n"
16380 "                         const char *device);\n"
16381 "\n"
16382 msgstr ""
16383
16384 #. type: textblock
16385 #: ../src/guestfs-actions.pod:6462
16386 msgid ""
16387 "This command disables the libguestfs appliance swap device or partition "
16388 "named C<device>.  See C<guestfs_swapon_device>."
16389 msgstr ""
16390
16391 #. type: =head2
16392 #: ../src/guestfs-actions.pod:6470
16393 msgid "guestfs_swapoff_file"
16394 msgstr ""
16395
16396 #. type: verbatim
16397 #: ../src/guestfs-actions.pod:6472
16398 #, no-wrap
16399 msgid ""
16400 " int\n"
16401 " guestfs_swapoff_file (guestfs_h *g,\n"
16402 "                       const char *file);\n"
16403 "\n"
16404 msgstr ""
16405
16406 #. type: textblock
16407 #: ../src/guestfs-actions.pod:6476 ../fish/guestfish-actions.pod:4388
16408 msgid "This command disables the libguestfs appliance swap on file."
16409 msgstr ""
16410
16411 #. type: =head2
16412 #: ../src/guestfs-actions.pod:6482
16413 msgid "guestfs_swapoff_label"
16414 msgstr ""
16415
16416 #. type: verbatim
16417 #: ../src/guestfs-actions.pod:6484
16418 #, no-wrap
16419 msgid ""
16420 " int\n"
16421 " guestfs_swapoff_label (guestfs_h *g,\n"
16422 "                        const char *label);\n"
16423 "\n"
16424 msgstr ""
16425
16426 #. type: textblock
16427 #: ../src/guestfs-actions.pod:6488 ../fish/guestfish-actions.pod:4394
16428 msgid ""
16429 "This command disables the libguestfs appliance swap on labeled swap "
16430 "partition."
16431 msgstr ""
16432
16433 #. type: =head2
16434 #: ../src/guestfs-actions.pod:6495
16435 msgid "guestfs_swapoff_uuid"
16436 msgstr ""
16437
16438 #. type: verbatim
16439 #: ../src/guestfs-actions.pod:6497
16440 #, no-wrap
16441 msgid ""
16442 " int\n"
16443 " guestfs_swapoff_uuid (guestfs_h *g,\n"
16444 "                       const char *uuid);\n"
16445 "\n"
16446 msgstr ""
16447
16448 #. type: textblock
16449 #: ../src/guestfs-actions.pod:6501 ../fish/guestfish-actions.pod:4401
16450 msgid ""
16451 "This command disables the libguestfs appliance swap partition with the given "
16452 "UUID."
16453 msgstr ""
16454
16455 #. type: =head2
16456 #: ../src/guestfs-actions.pod:6508
16457 msgid "guestfs_swapon_device"
16458 msgstr ""
16459
16460 #. type: verbatim
16461 #: ../src/guestfs-actions.pod:6510
16462 #, no-wrap
16463 msgid ""
16464 " int\n"
16465 " guestfs_swapon_device (guestfs_h *g,\n"
16466 "                        const char *device);\n"
16467 "\n"
16468 msgstr ""
16469
16470 #. type: textblock
16471 #: ../src/guestfs-actions.pod:6514
16472 msgid ""
16473 "This command enables the libguestfs appliance to use the swap device or "
16474 "partition named C<device>.  The increased memory is made available for all "
16475 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
16476 msgstr ""
16477
16478 #. type: textblock
16479 #: ../src/guestfs-actions.pod:6519 ../fish/guestfish-actions.pod:4413
16480 msgid ""
16481 "Note that you should not swap to existing guest swap partitions unless you "
16482 "know what you are doing.  They may contain hibernation information, or other "
16483 "information that the guest doesn't want you to trash.  You also risk leaking "
16484 "information about the host to the guest this way.  Instead, attach a new "
16485 "host device to the guest and swap on that."
16486 msgstr ""
16487
16488 #. type: =head2
16489 #: ../src/guestfs-actions.pod:6530
16490 msgid "guestfs_swapon_file"
16491 msgstr ""
16492
16493 #. type: verbatim
16494 #: ../src/guestfs-actions.pod:6532
16495 #, no-wrap
16496 msgid ""
16497 " int\n"
16498 " guestfs_swapon_file (guestfs_h *g,\n"
16499 "                      const char *file);\n"
16500 "\n"
16501 msgstr ""
16502
16503 #. type: textblock
16504 #: ../src/guestfs-actions.pod:6536
16505 msgid ""
16506 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
16507 "notes."
16508 msgstr ""
16509
16510 #. type: =head2
16511 #: ../src/guestfs-actions.pod:6543
16512 msgid "guestfs_swapon_label"
16513 msgstr ""
16514
16515 #. type: verbatim
16516 #: ../src/guestfs-actions.pod:6545
16517 #, no-wrap
16518 msgid ""
16519 " int\n"
16520 " guestfs_swapon_label (guestfs_h *g,\n"
16521 "                       const char *label);\n"
16522 "\n"
16523 msgstr ""
16524
16525 #. type: textblock
16526 #: ../src/guestfs-actions.pod:6549
16527 msgid ""
16528 "This command enables swap to a labeled swap partition.  See "
16529 "C<guestfs_swapon_device> for other notes."
16530 msgstr ""
16531
16532 #. type: =head2
16533 #: ../src/guestfs-actions.pod:6556
16534 msgid "guestfs_swapon_uuid"
16535 msgstr ""
16536
16537 #. type: verbatim
16538 #: ../src/guestfs-actions.pod:6558
16539 #, no-wrap
16540 msgid ""
16541 " int\n"
16542 " guestfs_swapon_uuid (guestfs_h *g,\n"
16543 "                      const char *uuid);\n"
16544 "\n"
16545 msgstr ""
16546
16547 #. type: textblock
16548 #: ../src/guestfs-actions.pod:6562
16549 msgid ""
16550 "This command enables swap to a swap partition with the given UUID.  See "
16551 "C<guestfs_swapon_device> for other notes."
16552 msgstr ""
16553
16554 #. type: =head2
16555 #: ../src/guestfs-actions.pod:6569
16556 msgid "guestfs_sync"
16557 msgstr ""
16558
16559 #. type: verbatim
16560 #: ../src/guestfs-actions.pod:6571
16561 #, no-wrap
16562 msgid ""
16563 " int\n"
16564 " guestfs_sync (guestfs_h *g);\n"
16565 "\n"
16566 msgstr ""
16567
16568 #. type: textblock
16569 #: ../src/guestfs-actions.pod:6574 ../fish/guestfish-actions.pod:4445
16570 msgid ""
16571 "This syncs the disk, so that any writes are flushed through to the "
16572 "underlying disk image."
16573 msgstr ""
16574
16575 #. type: textblock
16576 #: ../src/guestfs-actions.pod:6577 ../fish/guestfish-actions.pod:4448
16577 msgid ""
16578 "You should always call this if you have modified a disk image, before "
16579 "closing the handle."
16580 msgstr ""
16581
16582 #. type: =head2
16583 #: ../src/guestfs-actions.pod:6584
16584 msgid "guestfs_tail"
16585 msgstr ""
16586
16587 #. type: verbatim
16588 #: ../src/guestfs-actions.pod:6586
16589 #, no-wrap
16590 msgid ""
16591 " char **\n"
16592 " guestfs_tail (guestfs_h *g,\n"
16593 "               const char *path);\n"
16594 "\n"
16595 msgstr ""
16596
16597 #. type: textblock
16598 #: ../src/guestfs-actions.pod:6590 ../fish/guestfish-actions.pod:4455
16599 msgid "This command returns up to the last 10 lines of a file as a list of strings."
16600 msgstr ""
16601
16602 #. type: =head2
16603 #: ../src/guestfs-actions.pod:6602
16604 msgid "guestfs_tail_n"
16605 msgstr ""
16606
16607 #. type: verbatim
16608 #: ../src/guestfs-actions.pod:6604
16609 #, no-wrap
16610 msgid ""
16611 " char **\n"
16612 " guestfs_tail_n (guestfs_h *g,\n"
16613 "                 int nrlines,\n"
16614 "                 const char *path);\n"
16615 "\n"
16616 msgstr ""
16617
16618 #. type: textblock
16619 #: ../src/guestfs-actions.pod:6609 ../fish/guestfish-actions.pod:4465
16620 msgid ""
16621 "If the parameter C<nrlines> is a positive number, this returns the last "
16622 "C<nrlines> lines of the file C<path>."
16623 msgstr ""
16624
16625 #. type: textblock
16626 #: ../src/guestfs-actions.pod:6612 ../fish/guestfish-actions.pod:4468
16627 msgid ""
16628 "If the parameter C<nrlines> is a negative number, this returns lines from "
16629 "the file C<path>, starting with the C<-nrlines>th line."
16630 msgstr ""
16631
16632 #. type: =head2
16633 #: ../src/guestfs-actions.pod:6626
16634 msgid "guestfs_tar_in"
16635 msgstr ""
16636
16637 #. type: verbatim
16638 #: ../src/guestfs-actions.pod:6628
16639 #, no-wrap
16640 msgid ""
16641 " int\n"
16642 " guestfs_tar_in (guestfs_h *g,\n"
16643 "                 const char *tarfile,\n"
16644 "                 const char *directory);\n"
16645 "\n"
16646 msgstr ""
16647
16648 #. type: textblock
16649 #: ../src/guestfs-actions.pod:6633 ../fish/guestfish-actions.pod:4480
16650 msgid ""
16651 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
16652 "tar file) into C<directory>."
16653 msgstr ""
16654
16655 #. type: textblock
16656 #: ../src/guestfs-actions.pod:6636
16657 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
16658 msgstr ""
16659
16660 #. type: textblock
16661 #: ../src/guestfs-actions.pod:6641 ../src/guestfs-actions.pod:6658 ../src/guestfs-actions.pod:6674 ../src/guestfs-actions.pod:6690
16662 msgid "(Added in 1.0.3)"
16663 msgstr ""
16664
16665 #. type: =head2
16666 #: ../src/guestfs-actions.pod:6643
16667 msgid "guestfs_tar_out"
16668 msgstr ""
16669
16670 #. type: verbatim
16671 #: ../src/guestfs-actions.pod:6645
16672 #, no-wrap
16673 msgid ""
16674 " int\n"
16675 " guestfs_tar_out (guestfs_h *g,\n"
16676 "                  const char *directory,\n"
16677 "                  const char *tarfile);\n"
16678 "\n"
16679 msgstr ""
16680
16681 #. type: textblock
16682 #: ../src/guestfs-actions.pod:6650 ../fish/guestfish-actions.pod:4492
16683 msgid ""
16684 "This command packs the contents of C<directory> and downloads it to local "
16685 "file C<tarfile>."
16686 msgstr ""
16687
16688 #. type: textblock
16689 #: ../src/guestfs-actions.pod:6653
16690 msgid ""
16691 "To download a compressed tarball, use C<guestfs_tgz_out> or "
16692 "C<guestfs_txz_out>."
16693 msgstr ""
16694
16695 #. type: =head2
16696 #: ../src/guestfs-actions.pod:6660
16697 msgid "guestfs_tgz_in"
16698 msgstr ""
16699
16700 #. type: verbatim
16701 #: ../src/guestfs-actions.pod:6662
16702 #, no-wrap
16703 msgid ""
16704 " int\n"
16705 " guestfs_tgz_in (guestfs_h *g,\n"
16706 "                 const char *tarball,\n"
16707 "                 const char *directory);\n"
16708 "\n"
16709 msgstr ""
16710
16711 #. type: textblock
16712 #: ../src/guestfs-actions.pod:6667 ../fish/guestfish-actions.pod:4504
16713 msgid ""
16714 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
16715 "tar file) into C<directory>."
16716 msgstr ""
16717
16718 #. type: textblock
16719 #: ../src/guestfs-actions.pod:6670
16720 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
16721 msgstr ""
16722
16723 #. type: =head2
16724 #: ../src/guestfs-actions.pod:6676
16725 msgid "guestfs_tgz_out"
16726 msgstr ""
16727
16728 #. type: verbatim
16729 #: ../src/guestfs-actions.pod:6678
16730 #, no-wrap
16731 msgid ""
16732 " int\n"
16733 " guestfs_tgz_out (guestfs_h *g,\n"
16734 "                  const char *directory,\n"
16735 "                  const char *tarball);\n"
16736 "\n"
16737 msgstr ""
16738
16739 #. type: textblock
16740 #: ../src/guestfs-actions.pod:6683 ../fish/guestfish-actions.pod:4515
16741 msgid ""
16742 "This command packs the contents of C<directory> and downloads it to local "
16743 "file C<tarball>."
16744 msgstr ""
16745
16746 #. type: textblock
16747 #: ../src/guestfs-actions.pod:6686
16748 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
16749 msgstr ""
16750
16751 #. type: =head2
16752 #: ../src/guestfs-actions.pod:6692
16753 msgid "guestfs_touch"
16754 msgstr ""
16755
16756 #. type: verbatim
16757 #: ../src/guestfs-actions.pod:6694
16758 #, no-wrap
16759 msgid ""
16760 " int\n"
16761 " guestfs_touch (guestfs_h *g,\n"
16762 "                const char *path);\n"
16763 "\n"
16764 msgstr ""
16765
16766 #. type: textblock
16767 #: ../src/guestfs-actions.pod:6698 ../fish/guestfish-actions.pod:4526
16768 msgid ""
16769 "Touch acts like the L<touch(1)> command.  It can be used to update the "
16770 "timestamps on a file, or, if the file does not exist, to create a new "
16771 "zero-length file."
16772 msgstr ""
16773
16774 #. type: textblock
16775 #: ../src/guestfs-actions.pod:6702 ../fish/guestfish-actions.pod:4530
16776 msgid ""
16777 "This command only works on regular files, and will fail on other file types "
16778 "such as directories, symbolic links, block special etc."
16779 msgstr ""
16780
16781 #. type: =head2
16782 #: ../src/guestfs-actions.pod:6709
16783 msgid "guestfs_truncate"
16784 msgstr ""
16785
16786 #. type: verbatim
16787 #: ../src/guestfs-actions.pod:6711
16788 #, no-wrap
16789 msgid ""
16790 " int\n"
16791 " guestfs_truncate (guestfs_h *g,\n"
16792 "                   const char *path);\n"
16793 "\n"
16794 msgstr ""
16795
16796 #. type: textblock
16797 #: ../src/guestfs-actions.pod:6715 ../fish/guestfish-actions.pod:4537
16798 msgid ""
16799 "This command truncates C<path> to a zero-length file.  The file must exist "
16800 "already."
16801 msgstr ""
16802
16803 #. type: =head2
16804 #: ../src/guestfs-actions.pod:6722
16805 msgid "guestfs_truncate_size"
16806 msgstr ""
16807
16808 #. type: verbatim
16809 #: ../src/guestfs-actions.pod:6724
16810 #, no-wrap
16811 msgid ""
16812 " int\n"
16813 " guestfs_truncate_size (guestfs_h *g,\n"
16814 "                        const char *path,\n"
16815 "                        int64_t size);\n"
16816 "\n"
16817 msgstr ""
16818
16819 #. type: textblock
16820 #: ../src/guestfs-actions.pod:6729 ../fish/guestfish-actions.pod:4544
16821 msgid ""
16822 "This command truncates C<path> to size C<size> bytes.  The file must exist "
16823 "already."
16824 msgstr ""
16825
16826 #. type: textblock
16827 #: ../src/guestfs-actions.pod:6732
16828 msgid ""
16829 "If the current file size is less than C<size> then the file is extended to "
16830 "the required size with zero bytes.  This creates a sparse file (ie. disk "
16831 "blocks are not allocated for the file until you write to it).  To create a "
16832 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
16833 msgstr ""
16834
16835 #. type: =head2
16836 #: ../src/guestfs-actions.pod:6742
16837 msgid "guestfs_tune2fs_l"
16838 msgstr ""
16839
16840 #. type: verbatim
16841 #: ../src/guestfs-actions.pod:6744
16842 #, no-wrap
16843 msgid ""
16844 " char **\n"
16845 " guestfs_tune2fs_l (guestfs_h *g,\n"
16846 "                    const char *device);\n"
16847 "\n"
16848 msgstr ""
16849
16850 #. type: textblock
16851 #: ../src/guestfs-actions.pod:6748 ../fish/guestfish-actions.pod:4557
16852 msgid ""
16853 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
16854 "C<device>."
16855 msgstr ""
16856
16857 #. type: textblock
16858 #: ../src/guestfs-actions.pod:6751 ../fish/guestfish-actions.pod:4560
16859 msgid ""
16860 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
16861 "for more details.  The list of fields returned isn't clearly defined, and "
16862 "depends on both the version of C<tune2fs> that libguestfs was built against, "
16863 "and the filesystem itself."
16864 msgstr ""
16865
16866 #. type: =head2
16867 #: ../src/guestfs-actions.pod:6764
16868 msgid "guestfs_txz_in"
16869 msgstr ""
16870
16871 #. type: verbatim
16872 #: ../src/guestfs-actions.pod:6766
16873 #, no-wrap
16874 msgid ""
16875 " int\n"
16876 " guestfs_txz_in (guestfs_h *g,\n"
16877 "                 const char *tarball,\n"
16878 "                 const char *directory);\n"
16879 "\n"
16880 msgstr ""
16881
16882 #. type: textblock
16883 #: ../src/guestfs-actions.pod:6771 ../fish/guestfish-actions.pod:4569
16884 msgid ""
16885 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
16886 "tar file) into C<directory>."
16887 msgstr ""
16888
16889 #. type: =head2
16890 #: ../src/guestfs-actions.pod:6778
16891 msgid "guestfs_txz_out"
16892 msgstr ""
16893
16894 #. type: verbatim
16895 #: ../src/guestfs-actions.pod:6780
16896 #, no-wrap
16897 msgid ""
16898 " int\n"
16899 " guestfs_txz_out (guestfs_h *g,\n"
16900 "                  const char *directory,\n"
16901 "                  const char *tarball);\n"
16902 "\n"
16903 msgstr ""
16904
16905 #. type: textblock
16906 #: ../src/guestfs-actions.pod:6785 ../fish/guestfish-actions.pod:4578
16907 msgid ""
16908 "This command packs the contents of C<directory> and downloads it to local "
16909 "file C<tarball> (as an xz compressed tar archive)."
16910 msgstr ""
16911
16912 #. type: =head2
16913 #: ../src/guestfs-actions.pod:6792
16914 msgid "guestfs_umask"
16915 msgstr ""
16916
16917 #. type: verbatim
16918 #: ../src/guestfs-actions.pod:6794
16919 #, no-wrap
16920 msgid ""
16921 " int\n"
16922 " guestfs_umask (guestfs_h *g,\n"
16923 "                int mask);\n"
16924 "\n"
16925 msgstr ""
16926
16927 #. type: textblock
16928 #: ../src/guestfs-actions.pod:6798 ../fish/guestfish-actions.pod:4587
16929 msgid ""
16930 "This function sets the mask used for creating new files and device nodes to "
16931 "C<mask & 0777>."
16932 msgstr ""
16933
16934 #. type: textblock
16935 #: ../src/guestfs-actions.pod:6801 ../fish/guestfish-actions.pod:4590
16936 msgid ""
16937 "Typical umask values would be C<022> which creates new files with "
16938 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
16939 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
16940 msgstr ""
16941
16942 #. type: textblock
16943 #: ../src/guestfs-actions.pod:6806 ../fish/guestfish-actions.pod:4595
16944 msgid ""
16945 "The default umask is C<022>.  This is important because it means that "
16946 "directories and device nodes will be created with C<0644> or C<0755> mode "
16947 "even if you specify C<0777>."
16948 msgstr ""
16949
16950 #. type: textblock
16951 #: ../src/guestfs-actions.pod:6810
16952 msgid ""
16953 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
16954 "C<guestfs_mkdir>."
16955 msgstr ""
16956
16957 #. type: textblock
16958 #: ../src/guestfs-actions.pod:6813 ../fish/guestfish-actions.pod:4602
16959 msgid "This call returns the previous umask."
16960 msgstr ""
16961
16962 #. type: =head2
16963 #: ../src/guestfs-actions.pod:6819
16964 msgid "guestfs_umount"
16965 msgstr ""
16966
16967 #. type: verbatim
16968 #: ../src/guestfs-actions.pod:6821
16969 #, no-wrap
16970 msgid ""
16971 " int\n"
16972 " guestfs_umount (guestfs_h *g,\n"
16973 "                 const char *pathordevice);\n"
16974 "\n"
16975 msgstr ""
16976
16977 #. type: textblock
16978 #: ../src/guestfs-actions.pod:6825 ../fish/guestfish-actions.pod:4610
16979 msgid ""
16980 "This unmounts the given filesystem.  The filesystem may be specified either "
16981 "by its mountpoint (path) or the device which contains the filesystem."
16982 msgstr ""
16983
16984 #. type: =head2
16985 #: ../src/guestfs-actions.pod:6833
16986 msgid "guestfs_umount_all"
16987 msgstr ""
16988
16989 #. type: verbatim
16990 #: ../src/guestfs-actions.pod:6835
16991 #, no-wrap
16992 msgid ""
16993 " int\n"
16994 " guestfs_umount_all (guestfs_h *g);\n"
16995 "\n"
16996 msgstr ""
16997
16998 #. type: textblock
16999 #: ../src/guestfs-actions.pod:6838 ../fish/guestfish-actions.pod:4620
17000 msgid "This unmounts all mounted filesystems."
17001 msgstr ""
17002
17003 #. type: textblock
17004 #: ../src/guestfs-actions.pod:6840 ../fish/guestfish-actions.pod:4622
17005 msgid "Some internal mounts are not unmounted by this call."
17006 msgstr ""
17007
17008 #. type: =head2
17009 #: ../src/guestfs-actions.pod:6846
17010 msgid "guestfs_upload"
17011 msgstr ""
17012
17013 #. type: verbatim
17014 #: ../src/guestfs-actions.pod:6848
17015 #, no-wrap
17016 msgid ""
17017 " int\n"
17018 " guestfs_upload (guestfs_h *g,\n"
17019 "                 const char *filename,\n"
17020 "                 const char *remotefilename);\n"
17021 "\n"
17022 msgstr ""
17023
17024 #. type: textblock
17025 #: ../src/guestfs-actions.pod:6853 ../src/guestfs-actions.pod:6877 ../fish/guestfish-actions.pod:4628 ../fish/guestfish-actions.pod:4641
17026 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
17027 msgstr ""
17028
17029 #. type: textblock
17030 #: ../src/guestfs-actions.pod:6858
17031 msgid "See also C<guestfs_download>."
17032 msgstr ""
17033
17034 #. type: =head2
17035 #: ../src/guestfs-actions.pod:6869
17036 msgid "guestfs_upload_offset"
17037 msgstr ""
17038
17039 #. type: verbatim
17040 #: ../src/guestfs-actions.pod:6871
17041 #, no-wrap
17042 msgid ""
17043 " int\n"
17044 " guestfs_upload_offset (guestfs_h *g,\n"
17045 "                        const char *filename,\n"
17046 "                        const char *remotefilename,\n"
17047 "                        int64_t offset);\n"
17048 "\n"
17049 msgstr ""
17050
17051 #. type: textblock
17052 #: ../src/guestfs-actions.pod:6880 ../fish/guestfish-actions.pod:4644
17053 msgid ""
17054 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
17055 "The intention is to overwrite parts of existing files or devices, although "
17056 "if a non-existant file is specified then it is created with a \"hole\" "
17057 "before C<offset>.  The size of the data written is implicit in the size of "
17058 "the source C<filename>."
17059 msgstr ""
17060
17061 #. type: textblock
17062 #: ../src/guestfs-actions.pod:6887
17063 msgid ""
17064 "Note that there is no limit on the amount of data that can be uploaded with "
17065 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
17066 "full amount unless an error occurs."
17067 msgstr ""
17068
17069 #. type: textblock
17070 #: ../src/guestfs-actions.pod:6892
17071 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
17072 msgstr ""
17073
17074 #. type: =head2
17075 #: ../src/guestfs-actions.pod:6903
17076 msgid "guestfs_utimens"
17077 msgstr ""
17078
17079 #. type: verbatim
17080 #: ../src/guestfs-actions.pod:6905
17081 #, no-wrap
17082 msgid ""
17083 " int\n"
17084 " guestfs_utimens (guestfs_h *g,\n"
17085 "                  const char *path,\n"
17086 "                  int64_t atsecs,\n"
17087 "                  int64_t atnsecs,\n"
17088 "                  int64_t mtsecs,\n"
17089 "                  int64_t mtnsecs);\n"
17090 "\n"
17091 msgstr ""
17092
17093 #. type: textblock
17094 #: ../src/guestfs-actions.pod:6913 ../fish/guestfish-actions.pod:4664
17095 msgid "This command sets the timestamps of a file with nanosecond precision."
17096 msgstr ""
17097
17098 #. type: textblock
17099 #: ../src/guestfs-actions.pod:6916 ../fish/guestfish-actions.pod:4667
17100 msgid ""
17101 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
17102 "from the epoch."
17103 msgstr ""
17104
17105 #. type: textblock
17106 #: ../src/guestfs-actions.pod:6919 ../fish/guestfish-actions.pod:4670
17107 msgid ""
17108 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
17109 "nanoseconds from the epoch."
17110 msgstr ""
17111
17112 #. type: textblock
17113 #: ../src/guestfs-actions.pod:6922 ../fish/guestfish-actions.pod:4673
17114 msgid ""
17115 "If the C<*nsecs> field contains the special value C<-1> then the "
17116 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
17117 "ignored in this case)."
17118 msgstr ""
17119
17120 #. type: textblock
17121 #: ../src/guestfs-actions.pod:6926 ../fish/guestfish-actions.pod:4677
17122 msgid ""
17123 "If the C<*nsecs> field contains the special value C<-2> then the "
17124 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
17125 "in this case)."
17126 msgstr ""
17127
17128 #. type: =head2
17129 #: ../src/guestfs-actions.pod:6934 ../src/guestfs-structs.pod:175
17130 msgid "guestfs_version"
17131 msgstr ""
17132
17133 #. type: verbatim
17134 #: ../src/guestfs-actions.pod:6936
17135 #, no-wrap
17136 msgid ""
17137 " struct guestfs_version *\n"
17138 " guestfs_version (guestfs_h *g);\n"
17139 "\n"
17140 msgstr ""
17141
17142 #. type: textblock
17143 #: ../src/guestfs-actions.pod:6939 ../fish/guestfish-actions.pod:4685
17144 msgid "Return the libguestfs version number that the program is linked against."
17145 msgstr ""
17146
17147 #. type: textblock
17148 #: ../src/guestfs-actions.pod:6942 ../fish/guestfish-actions.pod:4688
17149 msgid ""
17150 "Note that because of dynamic linking this is not necessarily the version of "
17151 "libguestfs that you compiled against.  You can compile the program, and then "
17152 "at runtime dynamically link against a completely different C<libguestfs.so> "
17153 "library."
17154 msgstr ""
17155
17156 #. type: textblock
17157 #: ../src/guestfs-actions.pod:6947 ../fish/guestfish-actions.pod:4693
17158 msgid ""
17159 "This call was added in version C<1.0.58>.  In previous versions of "
17160 "libguestfs there was no way to get the version number.  From C code you can "
17161 "use dynamic linker functions to find out if this symbol exists (if it "
17162 "doesn't, then it's an earlier version)."
17163 msgstr ""
17164
17165 #. type: textblock
17166 #: ../src/guestfs-actions.pod:6953 ../fish/guestfish-actions.pod:4699
17167 msgid ""
17168 "The call returns a structure with four elements.  The first three (C<major>, "
17169 "C<minor> and C<release>) are numbers and correspond to the usual version "
17170 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
17171 "but may be used for distro-specific information."
17172 msgstr ""
17173
17174 #. type: textblock
17175 #: ../src/guestfs-actions.pod:6959 ../fish/guestfish-actions.pod:4705
17176 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
17177 msgstr ""
17178
17179 #. type: textblock
17180 #: ../src/guestfs-actions.pod:6962 ../fish/guestfish-actions.pod:4708
17181 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
17182 msgstr ""
17183
17184 #. type: textblock
17185 #: ../src/guestfs-actions.pod:6964
17186 msgid ""
17187 "I<Note:> Don't use this call to test for availability of features.  In "
17188 "enterprise distributions we backport features from later versions into "
17189 "earlier versions, making this an unreliable way to test for features.  Use "
17190 "C<guestfs_available> instead."
17191 msgstr ""
17192
17193 #. type: textblock
17194 #: ../src/guestfs-actions.pod:6970
17195 msgid ""
17196 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
17197 "error.  I<The caller must call C<guestfs_free_version> after use>."
17198 msgstr ""
17199
17200 #. type: textblock
17201 #: ../src/guestfs-actions.pod:6974
17202 msgid "(Added in 1.0.58)"
17203 msgstr ""
17204
17205 #. type: =head2
17206 #: ../src/guestfs-actions.pod:6976
17207 msgid "guestfs_vfs_label"
17208 msgstr ""
17209
17210 #. type: verbatim
17211 #: ../src/guestfs-actions.pod:6978
17212 #, no-wrap
17213 msgid ""
17214 " char *\n"
17215 " guestfs_vfs_label (guestfs_h *g,\n"
17216 "                    const char *device);\n"
17217 "\n"
17218 msgstr ""
17219
17220 #. type: textblock
17221 #: ../src/guestfs-actions.pod:6982 ../fish/guestfish-actions.pod:4720
17222 msgid "This returns the filesystem label of the filesystem on C<device>."
17223 msgstr ""
17224
17225 #. type: textblock
17226 #: ../src/guestfs-actions.pod:6985 ../fish/guestfish-actions.pod:4723
17227 msgid "If the filesystem is unlabeled, this returns the empty string."
17228 msgstr ""
17229
17230 #. type: textblock
17231 #: ../src/guestfs-actions.pod:6987
17232 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
17233 msgstr ""
17234
17235 #. type: textblock
17236 #: ../src/guestfs-actions.pod:6992 ../src/guestfs-actions.pod:7029
17237 msgid "(Added in 1.3.18)"
17238 msgstr ""
17239
17240 #. type: =head2
17241 #: ../src/guestfs-actions.pod:6994
17242 msgid "guestfs_vfs_type"
17243 msgstr ""
17244
17245 #. type: verbatim
17246 #: ../src/guestfs-actions.pod:6996
17247 #, no-wrap
17248 msgid ""
17249 " char *\n"
17250 " guestfs_vfs_type (guestfs_h *g,\n"
17251 "                   const char *device);\n"
17252 "\n"
17253 msgstr ""
17254
17255 #. type: textblock
17256 #: ../src/guestfs-actions.pod:7000 ../fish/guestfish-actions.pod:4731
17257 msgid ""
17258 "This command gets the filesystem type corresponding to the filesystem on "
17259 "C<device>."
17260 msgstr ""
17261
17262 #. type: textblock
17263 #: ../src/guestfs-actions.pod:7003 ../fish/guestfish-actions.pod:4734
17264 msgid ""
17265 "For most filesystems, the result is the name of the Linux VFS module which "
17266 "would be used to mount this filesystem if you mounted it without specifying "
17267 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
17268 msgstr ""
17269
17270 #. type: =head2
17271 #: ../src/guestfs-actions.pod:7013
17272 msgid "guestfs_vfs_uuid"
17273 msgstr ""
17274
17275 #. type: verbatim
17276 #: ../src/guestfs-actions.pod:7015
17277 #, no-wrap
17278 msgid ""
17279 " char *\n"
17280 " guestfs_vfs_uuid (guestfs_h *g,\n"
17281 "                   const char *device);\n"
17282 "\n"
17283 msgstr ""
17284
17285 #. type: textblock
17286 #: ../src/guestfs-actions.pod:7019 ../fish/guestfish-actions.pod:4743
17287 msgid "This returns the filesystem UUID of the filesystem on C<device>."
17288 msgstr ""
17289
17290 #. type: textblock
17291 #: ../src/guestfs-actions.pod:7022 ../fish/guestfish-actions.pod:4746
17292 msgid "If the filesystem does not have a UUID, this returns the empty string."
17293 msgstr ""
17294
17295 #. type: textblock
17296 #: ../src/guestfs-actions.pod:7024
17297 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
17298 msgstr ""
17299
17300 #. type: =head2
17301 #: ../src/guestfs-actions.pod:7031
17302 msgid "guestfs_vg_activate"
17303 msgstr ""
17304
17305 #. type: verbatim
17306 #: ../src/guestfs-actions.pod:7033
17307 #, no-wrap
17308 msgid ""
17309 " int\n"
17310 " guestfs_vg_activate (guestfs_h *g,\n"
17311 "                      int activate,\n"
17312 "                      char *const *volgroups);\n"
17313 "\n"
17314 msgstr ""
17315
17316 #. type: textblock
17317 #: ../src/guestfs-actions.pod:7038 ../fish/guestfish-actions.pod:4754
17318 msgid ""
17319 "This command activates or (if C<activate> is false) deactivates all logical "
17320 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
17321 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
17322 "deactivated, then those devices disappear."
17323 msgstr ""
17324
17325 #. type: textblock
17326 #: ../src/guestfs-actions.pod:7044 ../fish/guestfish-actions.pod:4760
17327 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
17328 msgstr ""
17329
17330 #. type: textblock
17331 #: ../src/guestfs-actions.pod:7046 ../fish/guestfish-actions.pod:4762
17332 msgid ""
17333 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
17334 "activated or deactivated."
17335 msgstr ""
17336
17337 #. type: =head2
17338 #: ../src/guestfs-actions.pod:7053
17339 msgid "guestfs_vg_activate_all"
17340 msgstr ""
17341
17342 #. type: verbatim
17343 #: ../src/guestfs-actions.pod:7055
17344 #, no-wrap
17345 msgid ""
17346 " int\n"
17347 " guestfs_vg_activate_all (guestfs_h *g,\n"
17348 "                          int activate);\n"
17349 "\n"
17350 msgstr ""
17351
17352 #. type: textblock
17353 #: ../src/guestfs-actions.pod:7059 ../fish/guestfish-actions.pod:4769
17354 msgid ""
17355 "This command activates or (if C<activate> is false) deactivates all logical "
17356 "volumes in all volume groups.  If activated, then they are made known to the "
17357 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
17358 "those devices disappear."
17359 msgstr ""
17360
17361 #. type: textblock
17362 #: ../src/guestfs-actions.pod:7065 ../fish/guestfish-actions.pod:4775
17363 msgid "This command is the same as running C<vgchange -a y|n>"
17364 msgstr ""
17365
17366 #. type: =head2
17367 #: ../src/guestfs-actions.pod:7071
17368 msgid "guestfs_vgcreate"
17369 msgstr ""
17370
17371 #. type: verbatim
17372 #: ../src/guestfs-actions.pod:7073
17373 #, no-wrap
17374 msgid ""
17375 " int\n"
17376 " guestfs_vgcreate (guestfs_h *g,\n"
17377 "                   const char *volgroup,\n"
17378 "                   char *const *physvols);\n"
17379 "\n"
17380 msgstr ""
17381
17382 #. type: textblock
17383 #: ../src/guestfs-actions.pod:7078 ../fish/guestfish-actions.pod:4781
17384 msgid ""
17385 "This creates an LVM volume group called C<volgroup> from the non-empty list "
17386 "of physical volumes C<physvols>."
17387 msgstr ""
17388
17389 #. type: =head2
17390 #: ../src/guestfs-actions.pod:7085
17391 msgid "guestfs_vglvuuids"
17392 msgstr ""
17393
17394 #. type: verbatim
17395 #: ../src/guestfs-actions.pod:7087
17396 #, no-wrap
17397 msgid ""
17398 " char **\n"
17399 " guestfs_vglvuuids (guestfs_h *g,\n"
17400 "                    const char *vgname);\n"
17401 "\n"
17402 msgstr ""
17403
17404 #. type: textblock
17405 #: ../src/guestfs-actions.pod:7091 ../fish/guestfish-actions.pod:4788
17406 msgid ""
17407 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
17408 "volumes created in this volume group."
17409 msgstr ""
17410
17411 #. type: textblock
17412 #: ../src/guestfs-actions.pod:7094
17413 msgid ""
17414 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
17415 "associate logical volumes and volume groups."
17416 msgstr ""
17417
17418 #. type: textblock
17419 #: ../src/guestfs-actions.pod:7097
17420 msgid "See also C<guestfs_vgpvuuids>."
17421 msgstr ""
17422
17423 #. type: =head2
17424 #: ../src/guestfs-actions.pod:7105
17425 msgid "guestfs_vgpvuuids"
17426 msgstr ""
17427
17428 #. type: verbatim
17429 #: ../src/guestfs-actions.pod:7107
17430 #, no-wrap
17431 msgid ""
17432 " char **\n"
17433 " guestfs_vgpvuuids (guestfs_h *g,\n"
17434 "                    const char *vgname);\n"
17435 "\n"
17436 msgstr ""
17437
17438 #. type: textblock
17439 #: ../src/guestfs-actions.pod:7111 ../fish/guestfish-actions.pod:4800
17440 msgid ""
17441 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
17442 "volumes that this volume group resides on."
17443 msgstr ""
17444
17445 #. type: textblock
17446 #: ../src/guestfs-actions.pod:7114
17447 msgid ""
17448 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
17449 "associate physical volumes and volume groups."
17450 msgstr ""
17451
17452 #. type: textblock
17453 #: ../src/guestfs-actions.pod:7117
17454 msgid "See also C<guestfs_vglvuuids>."
17455 msgstr ""
17456
17457 #. type: =head2
17458 #: ../src/guestfs-actions.pod:7125
17459 msgid "guestfs_vgremove"
17460 msgstr ""
17461
17462 #. type: verbatim
17463 #: ../src/guestfs-actions.pod:7127
17464 #, no-wrap
17465 msgid ""
17466 " int\n"
17467 " guestfs_vgremove (guestfs_h *g,\n"
17468 "                   const char *vgname);\n"
17469 "\n"
17470 msgstr ""
17471
17472 #. type: textblock
17473 #: ../src/guestfs-actions.pod:7131 ../fish/guestfish-actions.pod:4812
17474 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
17475 msgstr ""
17476
17477 #. type: textblock
17478 #: ../src/guestfs-actions.pod:7133 ../fish/guestfish-actions.pod:4814
17479 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
17480 msgstr ""
17481
17482 #. type: =head2
17483 #: ../src/guestfs-actions.pod:7140
17484 msgid "guestfs_vgrename"
17485 msgstr ""
17486
17487 #. type: verbatim
17488 #: ../src/guestfs-actions.pod:7142
17489 #, no-wrap
17490 msgid ""
17491 " int\n"
17492 " guestfs_vgrename (guestfs_h *g,\n"
17493 "                   const char *volgroup,\n"
17494 "                   const char *newvolgroup);\n"
17495 "\n"
17496 msgstr ""
17497
17498 #. type: textblock
17499 #: ../src/guestfs-actions.pod:7147 ../fish/guestfish-actions.pod:4821
17500 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
17501 msgstr ""
17502
17503 #. type: =head2
17504 #: ../src/guestfs-actions.pod:7153
17505 msgid "guestfs_vgs"
17506 msgstr ""
17507
17508 #. type: verbatim
17509 #: ../src/guestfs-actions.pod:7155
17510 #, no-wrap
17511 msgid ""
17512 " char **\n"
17513 " guestfs_vgs (guestfs_h *g);\n"
17514 "\n"
17515 msgstr ""
17516
17517 #. type: textblock
17518 #: ../src/guestfs-actions.pod:7158 ../fish/guestfish-actions.pod:4827
17519 msgid ""
17520 "List all the volumes groups detected.  This is the equivalent of the "
17521 "L<vgs(8)> command."
17522 msgstr ""
17523
17524 #. type: textblock
17525 #: ../src/guestfs-actions.pod:7161 ../fish/guestfish-actions.pod:4830
17526 msgid ""
17527 "This returns a list of just the volume group names that were detected "
17528 "(eg. C<VolGroup00>)."
17529 msgstr ""
17530
17531 #. type: textblock
17532 #: ../src/guestfs-actions.pod:7164
17533 msgid "See also C<guestfs_vgs_full>."
17534 msgstr ""
17535
17536 #. type: =head2
17537 #: ../src/guestfs-actions.pod:7172
17538 msgid "guestfs_vgs_full"
17539 msgstr ""
17540
17541 #. type: verbatim
17542 #: ../src/guestfs-actions.pod:7174
17543 #, no-wrap
17544 msgid ""
17545 " struct guestfs_lvm_vg_list *\n"
17546 " guestfs_vgs_full (guestfs_h *g);\n"
17547 "\n"
17548 msgstr ""
17549
17550 #. type: textblock
17551 #: ../src/guestfs-actions.pod:7177 ../fish/guestfish-actions.pod:4839
17552 msgid ""
17553 "List all the volumes groups detected.  This is the equivalent of the "
17554 "L<vgs(8)> command.  The \"full\" version includes all fields."
17555 msgstr ""
17556
17557 #. type: textblock
17558 #: ../src/guestfs-actions.pod:7180
17559 msgid ""
17560 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
17561 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
17562 "use>."
17563 msgstr ""
17564
17565 #. type: =head2
17566 #: ../src/guestfs-actions.pod:7186
17567 msgid "guestfs_vgscan"
17568 msgstr ""
17569
17570 #. type: verbatim
17571 #: ../src/guestfs-actions.pod:7188
17572 #, no-wrap
17573 msgid ""
17574 " int\n"
17575 " guestfs_vgscan (guestfs_h *g);\n"
17576 "\n"
17577 msgstr ""
17578
17579 #. type: textblock
17580 #: ../src/guestfs-actions.pod:7191 ../fish/guestfish-actions.pod:4846
17581 msgid ""
17582 "This rescans all block devices and rebuilds the list of LVM physical "
17583 "volumes, volume groups and logical volumes."
17584 msgstr ""
17585
17586 #. type: =head2
17587 #: ../src/guestfs-actions.pod:7198
17588 msgid "guestfs_vguuid"
17589 msgstr ""
17590
17591 #. type: verbatim
17592 #: ../src/guestfs-actions.pod:7200
17593 #, no-wrap
17594 msgid ""
17595 " char *\n"
17596 " guestfs_vguuid (guestfs_h *g,\n"
17597 "                 const char *vgname);\n"
17598 "\n"
17599 msgstr ""
17600
17601 #. type: textblock
17602 #: ../src/guestfs-actions.pod:7204 ../fish/guestfish-actions.pod:4853
17603 msgid "This command returns the UUID of the LVM VG named C<vgname>."
17604 msgstr ""
17605
17606 #. type: =head2
17607 #: ../src/guestfs-actions.pod:7211
17608 msgid "guestfs_wait_ready"
17609 msgstr ""
17610
17611 #. type: verbatim
17612 #: ../src/guestfs-actions.pod:7213
17613 #, no-wrap
17614 msgid ""
17615 " int\n"
17616 " guestfs_wait_ready (guestfs_h *g);\n"
17617 "\n"
17618 msgstr ""
17619
17620 #. type: textblock
17621 #: ../src/guestfs-actions.pod:7216
17622 msgid "This function is a no op."
17623 msgstr ""
17624
17625 #. type: textblock
17626 #: ../src/guestfs-actions.pod:7218
17627 msgid ""
17628 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
17629 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
17630 "is no longer necessary because C<guestfs_launch> now does the waiting."
17631 msgstr ""
17632
17633 #. type: textblock
17634 #: ../src/guestfs-actions.pod:7223
17635 msgid ""
17636 "If you see any calls to this function in code then you can just remove them, "
17637 "unless you want to retain compatibility with older versions of the API."
17638 msgstr ""
17639
17640 #. type: textblock
17641 #: ../src/guestfs-actions.pod:7229
17642 msgid ""
17643 "This function is deprecated.  In new code, use the L</guestfs_launch> call "
17644 "instead."
17645 msgstr ""
17646
17647 #. type: =head2
17648 #: ../src/guestfs-actions.pod:7238
17649 msgid "guestfs_wc_c"
17650 msgstr ""
17651
17652 #. type: verbatim
17653 #: ../src/guestfs-actions.pod:7240
17654 #, no-wrap
17655 msgid ""
17656 " int\n"
17657 " guestfs_wc_c (guestfs_h *g,\n"
17658 "               const char *path);\n"
17659 "\n"
17660 msgstr ""
17661
17662 #. type: textblock
17663 #: ../src/guestfs-actions.pod:7244 ../fish/guestfish-actions.pod:4859
17664 msgid ""
17665 "This command counts the characters in a file, using the C<wc -c> external "
17666 "command."
17667 msgstr ""
17668
17669 #. type: =head2
17670 #: ../src/guestfs-actions.pod:7251
17671 msgid "guestfs_wc_l"
17672 msgstr ""
17673
17674 #. type: verbatim
17675 #: ../src/guestfs-actions.pod:7253
17676 #, no-wrap
17677 msgid ""
17678 " int\n"
17679 " guestfs_wc_l (guestfs_h *g,\n"
17680 "               const char *path);\n"
17681 "\n"
17682 msgstr ""
17683
17684 #. type: textblock
17685 #: ../src/guestfs-actions.pod:7257 ../fish/guestfish-actions.pod:4866
17686 msgid ""
17687 "This command counts the lines in a file, using the C<wc -l> external "
17688 "command."
17689 msgstr ""
17690
17691 #. type: =head2
17692 #: ../src/guestfs-actions.pod:7264
17693 msgid "guestfs_wc_w"
17694 msgstr ""
17695
17696 #. type: verbatim
17697 #: ../src/guestfs-actions.pod:7266
17698 #, no-wrap
17699 msgid ""
17700 " int\n"
17701 " guestfs_wc_w (guestfs_h *g,\n"
17702 "               const char *path);\n"
17703 "\n"
17704 msgstr ""
17705
17706 #. type: textblock
17707 #: ../src/guestfs-actions.pod:7270 ../fish/guestfish-actions.pod:4873
17708 msgid ""
17709 "This command counts the words in a file, using the C<wc -w> external "
17710 "command."
17711 msgstr ""
17712
17713 #. type: =head2
17714 #: ../src/guestfs-actions.pod:7277
17715 msgid "guestfs_write"
17716 msgstr ""
17717
17718 #. type: verbatim
17719 #: ../src/guestfs-actions.pod:7279
17720 #, no-wrap
17721 msgid ""
17722 " int\n"
17723 " guestfs_write (guestfs_h *g,\n"
17724 "                const char *path,\n"
17725 "                const char *content,\n"
17726 "                size_t content_size);\n"
17727 "\n"
17728 msgstr ""
17729
17730 #. type: textblock
17731 #: ../src/guestfs-actions.pod:7285 ../fish/guestfish-actions.pod:4880
17732 msgid ""
17733 "This call creates a file called C<path>.  The content of the file is the "
17734 "string C<content> (which can contain any 8 bit data)."
17735 msgstr ""
17736
17737 #. type: =head2
17738 #: ../src/guestfs-actions.pod:7295
17739 msgid "guestfs_write_file"
17740 msgstr ""
17741
17742 #. type: verbatim
17743 #: ../src/guestfs-actions.pod:7297
17744 #, no-wrap
17745 msgid ""
17746 " int\n"
17747 " guestfs_write_file (guestfs_h *g,\n"
17748 "                     const char *path,\n"
17749 "                     const char *content,\n"
17750 "                     int size);\n"
17751 "\n"
17752 msgstr ""
17753
17754 #. type: textblock
17755 #: ../src/guestfs-actions.pod:7303 ../fish/guestfish-actions.pod:4890
17756 msgid ""
17757 "This call creates a file called C<path>.  The contents of the file is the "
17758 "string C<content> (which can contain any 8 bit data), with length C<size>."
17759 msgstr ""
17760
17761 #. type: textblock
17762 #: ../src/guestfs-actions.pod:7307 ../fish/guestfish-actions.pod:4894
17763 msgid ""
17764 "As a special case, if C<size> is C<0> then the length is calculated using "
17765 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
17766 msgstr ""
17767
17768 #. type: textblock
17769 #: ../src/guestfs-actions.pod:7311 ../fish/guestfish-actions.pod:4898
17770 msgid ""
17771 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
17772 "I<not> work, even if the length is specified."
17773 msgstr ""
17774
17775 #. type: textblock
17776 #: ../src/guestfs-actions.pod:7319
17777 msgid ""
17778 "This function is deprecated.  In new code, use the L</guestfs_write> call "
17779 "instead."
17780 msgstr ""
17781
17782 #. type: =head2
17783 #: ../src/guestfs-actions.pod:7328
17784 msgid "guestfs_zegrep"
17785 msgstr ""
17786
17787 #. type: verbatim
17788 #: ../src/guestfs-actions.pod:7330
17789 #, no-wrap
17790 msgid ""
17791 " char **\n"
17792 " guestfs_zegrep (guestfs_h *g,\n"
17793 "                 const char *regex,\n"
17794 "                 const char *path);\n"
17795 "\n"
17796 msgstr ""
17797
17798 #. type: textblock
17799 #: ../src/guestfs-actions.pod:7335 ../fish/guestfish-actions.pod:4915
17800 msgid "This calls the external C<zegrep> program and returns the matching lines."
17801 msgstr ""
17802
17803 #. type: =head2
17804 #: ../src/guestfs-actions.pod:7347
17805 msgid "guestfs_zegrepi"
17806 msgstr ""
17807
17808 #. type: verbatim
17809 #: ../src/guestfs-actions.pod:7349
17810 #, no-wrap
17811 msgid ""
17812 " char **\n"
17813 " guestfs_zegrepi (guestfs_h *g,\n"
17814 "                  const char *regex,\n"
17815 "                  const char *path);\n"
17816 "\n"
17817 msgstr ""
17818
17819 #. type: textblock
17820 #: ../src/guestfs-actions.pod:7354 ../fish/guestfish-actions.pod:4925
17821 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
17822 msgstr ""
17823
17824 #. type: =head2
17825 #: ../src/guestfs-actions.pod:7366
17826 msgid "guestfs_zero"
17827 msgstr ""
17828
17829 #. type: verbatim
17830 #: ../src/guestfs-actions.pod:7368
17831 #, no-wrap
17832 msgid ""
17833 " int\n"
17834 " guestfs_zero (guestfs_h *g,\n"
17835 "               const char *device);\n"
17836 "\n"
17837 msgstr ""
17838
17839 #. type: textblock
17840 #: ../src/guestfs-actions.pod:7372 ../fish/guestfish-actions.pod:4935
17841 msgid "This command writes zeroes over the first few blocks of C<device>."
17842 msgstr ""
17843
17844 #. type: textblock
17845 #: ../src/guestfs-actions.pod:7374 ../fish/guestfish-actions.pod:4937
17846 msgid ""
17847 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
17848 "securely wipe the device).  It should be sufficient to remove any partition "
17849 "tables, filesystem superblocks and so on."
17850 msgstr ""
17851
17852 #. type: textblock
17853 #: ../src/guestfs-actions.pod:7378
17854 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
17855 msgstr ""
17856
17857 #. type: =head2
17858 #: ../src/guestfs-actions.pod:7389
17859 msgid "guestfs_zero_device"
17860 msgstr ""
17861
17862 #. type: verbatim
17863 #: ../src/guestfs-actions.pod:7391
17864 #, no-wrap
17865 msgid ""
17866 " int\n"
17867 " guestfs_zero_device (guestfs_h *g,\n"
17868 "                      const char *device);\n"
17869 "\n"
17870 msgstr ""
17871
17872 #. type: textblock
17873 #: ../src/guestfs-actions.pod:7395
17874 msgid ""
17875 "This command writes zeroes over the entire C<device>.  Compare with "
17876 "C<guestfs_zero> which just zeroes the first few blocks of a device."
17877 msgstr ""
17878
17879 #. type: textblock
17880 #: ../src/guestfs-actions.pod:7409
17881 msgid "(Added in 1.3.1)"
17882 msgstr ""
17883
17884 #. type: =head2
17885 #: ../src/guestfs-actions.pod:7411
17886 msgid "guestfs_zerofree"
17887 msgstr ""
17888
17889 #. type: verbatim
17890 #: ../src/guestfs-actions.pod:7413
17891 #, no-wrap
17892 msgid ""
17893 " int\n"
17894 " guestfs_zerofree (guestfs_h *g,\n"
17895 "                   const char *device);\n"
17896 "\n"
17897 msgstr ""
17898
17899 #. type: textblock
17900 #: ../src/guestfs-actions.pod:7417 ../fish/guestfish-actions.pod:4958
17901 msgid ""
17902 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
17903 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
17904 "possible to compress the filesystem more effectively."
17905 msgstr ""
17906
17907 #. type: textblock
17908 #: ../src/guestfs-actions.pod:7422 ../fish/guestfish-actions.pod:4963
17909 msgid "You should B<not> run this program if the filesystem is mounted."
17910 msgstr ""
17911
17912 #. type: textblock
17913 #: ../src/guestfs-actions.pod:7425 ../fish/guestfish-actions.pod:4966
17914 msgid ""
17915 "It is possible that using this program can damage the filesystem or data on "
17916 "the filesystem."
17917 msgstr ""
17918
17919 #. type: =head2
17920 #: ../src/guestfs-actions.pod:7432
17921 msgid "guestfs_zfgrep"
17922 msgstr ""
17923
17924 #. type: verbatim
17925 #: ../src/guestfs-actions.pod:7434
17926 #, no-wrap
17927 msgid ""
17928 " char **\n"
17929 " guestfs_zfgrep (guestfs_h *g,\n"
17930 "                 const char *pattern,\n"
17931 "                 const char *path);\n"
17932 "\n"
17933 msgstr ""
17934
17935 #. type: textblock
17936 #: ../src/guestfs-actions.pod:7439 ../fish/guestfish-actions.pod:4973
17937 msgid "This calls the external C<zfgrep> program and returns the matching lines."
17938 msgstr ""
17939
17940 #. type: =head2
17941 #: ../src/guestfs-actions.pod:7451
17942 msgid "guestfs_zfgrepi"
17943 msgstr ""
17944
17945 #. type: verbatim
17946 #: ../src/guestfs-actions.pod:7453
17947 #, no-wrap
17948 msgid ""
17949 " char **\n"
17950 " guestfs_zfgrepi (guestfs_h *g,\n"
17951 "                  const char *pattern,\n"
17952 "                  const char *path);\n"
17953 "\n"
17954 msgstr ""
17955
17956 #. type: textblock
17957 #: ../src/guestfs-actions.pod:7458 ../fish/guestfish-actions.pod:4983
17958 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
17959 msgstr ""
17960
17961 #. type: =head2
17962 #: ../src/guestfs-actions.pod:7470
17963 msgid "guestfs_zfile"
17964 msgstr ""
17965
17966 #. type: verbatim
17967 #: ../src/guestfs-actions.pod:7472
17968 #, no-wrap
17969 msgid ""
17970 " char *\n"
17971 " guestfs_zfile (guestfs_h *g,\n"
17972 "                const char *meth,\n"
17973 "                const char *path);\n"
17974 "\n"
17975 msgstr ""
17976
17977 #. type: textblock
17978 #: ../src/guestfs-actions.pod:7477 ../fish/guestfish-actions.pod:4993
17979 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
17980 msgstr ""
17981
17982 #. type: textblock
17983 #: ../src/guestfs-actions.pod:7480 ../fish/guestfish-actions.pod:4996
17984 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
17985 msgstr ""
17986
17987 #. type: textblock
17988 #: ../src/guestfs-actions.pod:7482
17989 msgid ""
17990 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
17991 "files."
17992 msgstr ""
17993
17994 #. type: textblock
17995 #: ../src/guestfs-actions.pod:7488
17996 msgid ""
17997 "This function is deprecated.  In new code, use the L</guestfs_file> call "
17998 "instead."
17999 msgstr ""
18000
18001 #. type: =head2
18002 #: ../src/guestfs-actions.pod:7497
18003 msgid "guestfs_zgrep"
18004 msgstr ""
18005
18006 #. type: verbatim
18007 #: ../src/guestfs-actions.pod:7499
18008 #, no-wrap
18009 msgid ""
18010 " char **\n"
18011 " guestfs_zgrep (guestfs_h *g,\n"
18012 "                const char *regex,\n"
18013 "                const char *path);\n"
18014 "\n"
18015 msgstr ""
18016
18017 #. type: textblock
18018 #: ../src/guestfs-actions.pod:7504 ../fish/guestfish-actions.pod:5012
18019 msgid "This calls the external C<zgrep> program and returns the matching lines."
18020 msgstr ""
18021
18022 #. type: =head2
18023 #: ../src/guestfs-actions.pod:7516
18024 msgid "guestfs_zgrepi"
18025 msgstr ""
18026
18027 #. type: verbatim
18028 #: ../src/guestfs-actions.pod:7518
18029 #, no-wrap
18030 msgid ""
18031 " char **\n"
18032 " guestfs_zgrepi (guestfs_h *g,\n"
18033 "                 const char *regex,\n"
18034 "                 const char *path);\n"
18035 "\n"
18036 msgstr ""
18037
18038 #. type: textblock
18039 #: ../src/guestfs-actions.pod:7523 ../fish/guestfish-actions.pod:5022
18040 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
18041 msgstr ""
18042
18043 #. type: =item
18044 #: ../src/guestfs-availability.pod:3
18045 msgid "B<augeas>"
18046 msgstr ""
18047
18048 #. type: textblock
18049 #: ../src/guestfs-availability.pod:5
18050 msgid ""
18051 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
18052 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
18053 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
18054 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
18055 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
18056 msgstr ""
18057
18058 #. type: =item
18059 #: ../src/guestfs-availability.pod:21
18060 msgid "B<inotify>"
18061 msgstr ""
18062
18063 #. type: textblock
18064 #: ../src/guestfs-availability.pod:23
18065 msgid ""
18066 "The following functions: L</guestfs_inotify_add_watch> "
18067 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
18068 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
18069 msgstr ""
18070
18071 #. type: =item
18072 #: ../src/guestfs-availability.pod:31
18073 msgid "B<linuxfsuuid>"
18074 msgstr ""
18075
18076 #. type: textblock
18077 #: ../src/guestfs-availability.pod:33
18078 msgid ""
18079 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
18080 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
18081 msgstr ""
18082
18083 #. type: =item
18084 #: ../src/guestfs-availability.pod:40
18085 msgid "B<linuxmodules>"
18086 msgstr ""
18087
18088 #. type: textblock
18089 #: ../src/guestfs-availability.pod:42
18090 msgid "The following functions: L</guestfs_modprobe>"
18091 msgstr ""
18092
18093 #. type: =item
18094 #: ../src/guestfs-availability.pod:45
18095 msgid "B<linuxxattrs>"
18096 msgstr ""
18097
18098 #. type: textblock
18099 #: ../src/guestfs-availability.pod:47
18100 msgid ""
18101 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
18102 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
18103 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
18104 "L</guestfs_setxattr>"
18105 msgstr ""
18106
18107 #. type: =item
18108 #: ../src/guestfs-availability.pod:58
18109 msgid "B<luks>"
18110 msgstr ""
18111
18112 #. type: textblock
18113 #: ../src/guestfs-availability.pod:60
18114 msgid ""
18115 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
18116 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
18117 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
18118 msgstr ""
18119
18120 #. type: =item
18121 #: ../src/guestfs-availability.pod:69
18122 msgid "B<lvm2>"
18123 msgstr ""
18124
18125 #. type: textblock
18126 #: ../src/guestfs-availability.pod:71
18127 msgid ""
18128 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
18129 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
18130 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
18131 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
18132 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
18133 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
18134 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
18135 "L</guestfs_vgs_full>"
18136 msgstr ""
18137
18138 #. type: =item
18139 #: ../src/guestfs-availability.pod:94
18140 msgid "B<mknod>"
18141 msgstr ""
18142
18143 #. type: textblock
18144 #: ../src/guestfs-availability.pod:96
18145 msgid ""
18146 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
18147 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
18148 msgstr ""
18149
18150 #. type: =item
18151 #: ../src/guestfs-availability.pod:102
18152 msgid "B<ntfs3g>"
18153 msgstr ""
18154
18155 #. type: textblock
18156 #: ../src/guestfs-availability.pod:104
18157 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
18158 msgstr ""
18159
18160 #. type: =item
18161 #: ../src/guestfs-availability.pod:107
18162 msgid "B<ntfsprogs>"
18163 msgstr ""
18164
18165 #. type: textblock
18166 #: ../src/guestfs-availability.pod:109
18167 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
18168 msgstr ""
18169
18170 #. type: =item
18171 #: ../src/guestfs-availability.pod:113
18172 msgid "B<realpath>"
18173 msgstr ""
18174
18175 #. type: textblock
18176 #: ../src/guestfs-availability.pod:115
18177 msgid "The following functions: L</guestfs_realpath>"
18178 msgstr ""
18179
18180 #. type: =item
18181 #: ../src/guestfs-availability.pod:118
18182 msgid "B<scrub>"
18183 msgstr ""
18184
18185 #. type: textblock
18186 #: ../src/guestfs-availability.pod:120
18187 msgid ""
18188 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
18189 "L</guestfs_scrub_freespace>"
18190 msgstr ""
18191
18192 #. type: =item
18193 #: ../src/guestfs-availability.pod:125
18194 msgid "B<selinux>"
18195 msgstr ""
18196
18197 #. type: textblock
18198 #: ../src/guestfs-availability.pod:127
18199 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
18200 msgstr ""
18201
18202 #. type: =item
18203 #: ../src/guestfs-availability.pod:131
18204 msgid "B<xz>"
18205 msgstr ""
18206
18207 #. type: textblock
18208 #: ../src/guestfs-availability.pod:133
18209 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
18210 msgstr ""
18211
18212 #. type: =item
18213 #: ../src/guestfs-availability.pod:137
18214 msgid "B<zerofree>"
18215 msgstr ""
18216
18217 #. type: textblock
18218 #: ../src/guestfs-availability.pod:139
18219 msgid "The following functions: L</guestfs_zerofree>"
18220 msgstr ""
18221
18222 #. type: =head2
18223 #: ../src/guestfs-structs.pod:1
18224 msgid "guestfs_int_bool"
18225 msgstr ""
18226
18227 #. type: verbatim
18228 #: ../src/guestfs-structs.pod:3
18229 #, no-wrap
18230 msgid ""
18231 " struct guestfs_int_bool {\n"
18232 "   int32_t i;\n"
18233 "   int32_t b;\n"
18234 " };\n"
18235 " \n"
18236 msgstr ""
18237
18238 #. type: verbatim
18239 #: ../src/guestfs-structs.pod:8
18240 #, no-wrap
18241 msgid ""
18242 " struct guestfs_int_bool_list {\n"
18243 "   uint32_t len; /* Number of elements in list. */\n"
18244 "   struct guestfs_int_bool *val; /* Elements. */\n"
18245 " };\n"
18246 " \n"
18247 msgstr ""
18248
18249 #. type: verbatim
18250 #: ../src/guestfs-structs.pod:13
18251 #, no-wrap
18252 msgid ""
18253 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
18254 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
18255 "\n"
18256 msgstr ""
18257
18258 #. type: =head2
18259 #: ../src/guestfs-structs.pod:16
18260 msgid "guestfs_lvm_pv"
18261 msgstr ""
18262
18263 #. type: verbatim
18264 #: ../src/guestfs-structs.pod:18
18265 #, no-wrap
18266 msgid ""
18267 " struct guestfs_lvm_pv {\n"
18268 "   char *pv_name;\n"
18269 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18270 "*/\n"
18271 "   char pv_uuid[32];\n"
18272 "   char *pv_fmt;\n"
18273 "   uint64_t pv_size;\n"
18274 "   uint64_t dev_size;\n"
18275 "   uint64_t pv_free;\n"
18276 "   uint64_t pv_used;\n"
18277 "   char *pv_attr;\n"
18278 "   int64_t pv_pe_count;\n"
18279 "   int64_t pv_pe_alloc_count;\n"
18280 "   char *pv_tags;\n"
18281 "   uint64_t pe_start;\n"
18282 "   int64_t pv_mda_count;\n"
18283 "   uint64_t pv_mda_free;\n"
18284 " };\n"
18285 " \n"
18286 msgstr ""
18287
18288 #. type: verbatim
18289 #: ../src/guestfs-structs.pod:36
18290 #, no-wrap
18291 msgid ""
18292 " struct guestfs_lvm_pv_list {\n"
18293 "   uint32_t len; /* Number of elements in list. */\n"
18294 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
18295 " };\n"
18296 " \n"
18297 msgstr ""
18298
18299 #. type: verbatim
18300 #: ../src/guestfs-structs.pod:41
18301 #, no-wrap
18302 msgid ""
18303 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
18304 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
18305 "\n"
18306 msgstr ""
18307
18308 #. type: =head2
18309 #: ../src/guestfs-structs.pod:44
18310 msgid "guestfs_lvm_vg"
18311 msgstr ""
18312
18313 #. type: verbatim
18314 #: ../src/guestfs-structs.pod:46
18315 #, no-wrap
18316 msgid ""
18317 " struct guestfs_lvm_vg {\n"
18318 "   char *vg_name;\n"
18319 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18320 "*/\n"
18321 "   char vg_uuid[32];\n"
18322 "   char *vg_fmt;\n"
18323 "   char *vg_attr;\n"
18324 "   uint64_t vg_size;\n"
18325 "   uint64_t vg_free;\n"
18326 "   char *vg_sysid;\n"
18327 "   uint64_t vg_extent_size;\n"
18328 "   int64_t vg_extent_count;\n"
18329 "   int64_t vg_free_count;\n"
18330 "   int64_t max_lv;\n"
18331 "   int64_t max_pv;\n"
18332 "   int64_t pv_count;\n"
18333 "   int64_t lv_count;\n"
18334 "   int64_t snap_count;\n"
18335 "   int64_t vg_seqno;\n"
18336 "   char *vg_tags;\n"
18337 "   int64_t vg_mda_count;\n"
18338 "   uint64_t vg_mda_free;\n"
18339 " };\n"
18340 " \n"
18341 msgstr ""
18342
18343 #. type: verbatim
18344 #: ../src/guestfs-structs.pod:69
18345 #, no-wrap
18346 msgid ""
18347 " struct guestfs_lvm_vg_list {\n"
18348 "   uint32_t len; /* Number of elements in list. */\n"
18349 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
18350 " };\n"
18351 " \n"
18352 msgstr ""
18353
18354 #. type: verbatim
18355 #: ../src/guestfs-structs.pod:74
18356 #, no-wrap
18357 msgid ""
18358 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
18359 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
18360 "\n"
18361 msgstr ""
18362
18363 #. type: =head2
18364 #: ../src/guestfs-structs.pod:77
18365 msgid "guestfs_lvm_lv"
18366 msgstr ""
18367
18368 #. type: verbatim
18369 #: ../src/guestfs-structs.pod:79
18370 #, no-wrap
18371 msgid ""
18372 " struct guestfs_lvm_lv {\n"
18373 "   char *lv_name;\n"
18374 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18375 "*/\n"
18376 "   char lv_uuid[32];\n"
18377 "   char *lv_attr;\n"
18378 "   int64_t lv_major;\n"
18379 "   int64_t lv_minor;\n"
18380 "   int64_t lv_kernel_major;\n"
18381 "   int64_t lv_kernel_minor;\n"
18382 "   uint64_t lv_size;\n"
18383 "   int64_t seg_count;\n"
18384 "   char *origin;\n"
18385 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18386 "   float snap_percent;\n"
18387 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18388 "   float copy_percent;\n"
18389 "   char *move_pv;\n"
18390 "   char *lv_tags;\n"
18391 "   char *mirror_log;\n"
18392 "   char *modules;\n"
18393 " };\n"
18394 " \n"
18395 msgstr ""
18396
18397 #. type: verbatim
18398 #: ../src/guestfs-structs.pod:101
18399 #, no-wrap
18400 msgid ""
18401 " struct guestfs_lvm_lv_list {\n"
18402 "   uint32_t len; /* Number of elements in list. */\n"
18403 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
18404 " };\n"
18405 " \n"
18406 msgstr ""
18407
18408 #. type: verbatim
18409 #: ../src/guestfs-structs.pod:106
18410 #, no-wrap
18411 msgid ""
18412 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
18413 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
18414 "\n"
18415 msgstr ""
18416
18417 #. type: verbatim
18418 #: ../src/guestfs-structs.pod:111
18419 #, no-wrap
18420 msgid ""
18421 " struct guestfs_stat {\n"
18422 "   int64_t dev;\n"
18423 "   int64_t ino;\n"
18424 "   int64_t mode;\n"
18425 "   int64_t nlink;\n"
18426 "   int64_t uid;\n"
18427 "   int64_t gid;\n"
18428 "   int64_t rdev;\n"
18429 "   int64_t size;\n"
18430 "   int64_t blksize;\n"
18431 "   int64_t blocks;\n"
18432 "   int64_t atime;\n"
18433 "   int64_t mtime;\n"
18434 "   int64_t ctime;\n"
18435 " };\n"
18436 " \n"
18437 msgstr ""
18438
18439 #. type: verbatim
18440 #: ../src/guestfs-structs.pod:127
18441 #, no-wrap
18442 msgid ""
18443 " struct guestfs_stat_list {\n"
18444 "   uint32_t len; /* Number of elements in list. */\n"
18445 "   struct guestfs_stat *val; /* Elements. */\n"
18446 " };\n"
18447 " \n"
18448 msgstr ""
18449
18450 #. type: verbatim
18451 #: ../src/guestfs-structs.pod:132
18452 #, no-wrap
18453 msgid ""
18454 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
18455 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
18456 "\n"
18457 msgstr ""
18458
18459 #. type: verbatim
18460 #: ../src/guestfs-structs.pod:137
18461 #, no-wrap
18462 msgid ""
18463 " struct guestfs_statvfs {\n"
18464 "   int64_t bsize;\n"
18465 "   int64_t frsize;\n"
18466 "   int64_t blocks;\n"
18467 "   int64_t bfree;\n"
18468 "   int64_t bavail;\n"
18469 "   int64_t files;\n"
18470 "   int64_t ffree;\n"
18471 "   int64_t favail;\n"
18472 "   int64_t fsid;\n"
18473 "   int64_t flag;\n"
18474 "   int64_t namemax;\n"
18475 " };\n"
18476 " \n"
18477 msgstr ""
18478
18479 #. type: verbatim
18480 #: ../src/guestfs-structs.pod:151
18481 #, no-wrap
18482 msgid ""
18483 " struct guestfs_statvfs_list {\n"
18484 "   uint32_t len; /* Number of elements in list. */\n"
18485 "   struct guestfs_statvfs *val; /* Elements. */\n"
18486 " };\n"
18487 " \n"
18488 msgstr ""
18489
18490 #. type: verbatim
18491 #: ../src/guestfs-structs.pod:156
18492 #, no-wrap
18493 msgid ""
18494 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
18495 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
18496 "\n"
18497 msgstr ""
18498
18499 #. type: =head2
18500 #: ../src/guestfs-structs.pod:159
18501 msgid "guestfs_dirent"
18502 msgstr ""
18503
18504 #. type: verbatim
18505 #: ../src/guestfs-structs.pod:161
18506 #, no-wrap
18507 msgid ""
18508 " struct guestfs_dirent {\n"
18509 "   int64_t ino;\n"
18510 "   char ftyp;\n"
18511 "   char *name;\n"
18512 " };\n"
18513 " \n"
18514 msgstr ""
18515
18516 #. type: verbatim
18517 #: ../src/guestfs-structs.pod:167
18518 #, no-wrap
18519 msgid ""
18520 " struct guestfs_dirent_list {\n"
18521 "   uint32_t len; /* Number of elements in list. */\n"
18522 "   struct guestfs_dirent *val; /* Elements. */\n"
18523 " };\n"
18524 " \n"
18525 msgstr ""
18526
18527 #. type: verbatim
18528 #: ../src/guestfs-structs.pod:172
18529 #, no-wrap
18530 msgid ""
18531 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
18532 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
18533 "\n"
18534 msgstr ""
18535
18536 #. type: verbatim
18537 #: ../src/guestfs-structs.pod:177
18538 #, no-wrap
18539 msgid ""
18540 " struct guestfs_version {\n"
18541 "   int64_t major;\n"
18542 "   int64_t minor;\n"
18543 "   int64_t release;\n"
18544 "   char *extra;\n"
18545 " };\n"
18546 " \n"
18547 msgstr ""
18548
18549 #. type: verbatim
18550 #: ../src/guestfs-structs.pod:184
18551 #, no-wrap
18552 msgid ""
18553 " struct guestfs_version_list {\n"
18554 "   uint32_t len; /* Number of elements in list. */\n"
18555 "   struct guestfs_version *val; /* Elements. */\n"
18556 " };\n"
18557 " \n"
18558 msgstr ""
18559
18560 #. type: verbatim
18561 #: ../src/guestfs-structs.pod:189
18562 #, no-wrap
18563 msgid ""
18564 " void guestfs_free_version (struct guestfs_free_version *);\n"
18565 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
18566 "\n"
18567 msgstr ""
18568
18569 #. type: =head2
18570 #: ../src/guestfs-structs.pod:192
18571 msgid "guestfs_xattr"
18572 msgstr ""
18573
18574 #. type: verbatim
18575 #: ../src/guestfs-structs.pod:194
18576 #, no-wrap
18577 msgid ""
18578 " struct guestfs_xattr {\n"
18579 "   char *attrname;\n"
18580 "   /* The next two fields describe a byte array. */\n"
18581 "   uint32_t attrval_len;\n"
18582 "   char *attrval;\n"
18583 " };\n"
18584 " \n"
18585 msgstr ""
18586
18587 #. type: verbatim
18588 #: ../src/guestfs-structs.pod:201
18589 #, no-wrap
18590 msgid ""
18591 " struct guestfs_xattr_list {\n"
18592 "   uint32_t len; /* Number of elements in list. */\n"
18593 "   struct guestfs_xattr *val; /* Elements. */\n"
18594 " };\n"
18595 " \n"
18596 msgstr ""
18597
18598 #. type: verbatim
18599 #: ../src/guestfs-structs.pod:206
18600 #, no-wrap
18601 msgid ""
18602 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
18603 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
18604 "\n"
18605 msgstr ""
18606
18607 #. type: =head2
18608 #: ../src/guestfs-structs.pod:209
18609 msgid "guestfs_inotify_event"
18610 msgstr ""
18611
18612 #. type: verbatim
18613 #: ../src/guestfs-structs.pod:211
18614 #, no-wrap
18615 msgid ""
18616 " struct guestfs_inotify_event {\n"
18617 "   int64_t in_wd;\n"
18618 "   uint32_t in_mask;\n"
18619 "   uint32_t in_cookie;\n"
18620 "   char *in_name;\n"
18621 " };\n"
18622 " \n"
18623 msgstr ""
18624
18625 #. type: verbatim
18626 #: ../src/guestfs-structs.pod:218
18627 #, no-wrap
18628 msgid ""
18629 " struct guestfs_inotify_event_list {\n"
18630 "   uint32_t len; /* Number of elements in list. */\n"
18631 "   struct guestfs_inotify_event *val; /* Elements. */\n"
18632 " };\n"
18633 " \n"
18634 msgstr ""
18635
18636 #. type: verbatim
18637 #: ../src/guestfs-structs.pod:223
18638 #, no-wrap
18639 msgid ""
18640 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
18641 " void guestfs_free_inotify_event_list (struct "
18642 "guestfs_free_inotify_event_list *);\n"
18643 "\n"
18644 msgstr ""
18645
18646 #. type: =head2
18647 #: ../src/guestfs-structs.pod:226
18648 msgid "guestfs_partition"
18649 msgstr ""
18650
18651 #. type: verbatim
18652 #: ../src/guestfs-structs.pod:228
18653 #, no-wrap
18654 msgid ""
18655 " struct guestfs_partition {\n"
18656 "   int32_t part_num;\n"
18657 "   uint64_t part_start;\n"
18658 "   uint64_t part_end;\n"
18659 "   uint64_t part_size;\n"
18660 " };\n"
18661 " \n"
18662 msgstr ""
18663
18664 #. type: verbatim
18665 #: ../src/guestfs-structs.pod:235
18666 #, no-wrap
18667 msgid ""
18668 " struct guestfs_partition_list {\n"
18669 "   uint32_t len; /* Number of elements in list. */\n"
18670 "   struct guestfs_partition *val; /* Elements. */\n"
18671 " };\n"
18672 " \n"
18673 msgstr ""
18674
18675 #. type: verbatim
18676 #: ../src/guestfs-structs.pod:240
18677 #, no-wrap
18678 msgid ""
18679 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
18680 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
18681 "\n"
18682 msgstr ""
18683
18684 #. type: =head2
18685 #: ../src/guestfs-structs.pod:243
18686 msgid "guestfs_application"
18687 msgstr ""
18688
18689 #. type: verbatim
18690 #: ../src/guestfs-structs.pod:245
18691 #, no-wrap
18692 msgid ""
18693 " struct guestfs_application {\n"
18694 "   char *app_name;\n"
18695 "   char *app_display_name;\n"
18696 "   int32_t app_epoch;\n"
18697 "   char *app_version;\n"
18698 "   char *app_release;\n"
18699 "   char *app_install_path;\n"
18700 "   char *app_trans_path;\n"
18701 "   char *app_publisher;\n"
18702 "   char *app_url;\n"
18703 "   char *app_source_package;\n"
18704 "   char *app_summary;\n"
18705 "   char *app_description;\n"
18706 " };\n"
18707 " \n"
18708 msgstr ""
18709
18710 #. type: verbatim
18711 #: ../src/guestfs-structs.pod:260
18712 #, no-wrap
18713 msgid ""
18714 " struct guestfs_application_list {\n"
18715 "   uint32_t len; /* Number of elements in list. */\n"
18716 "   struct guestfs_application *val; /* Elements. */\n"
18717 " };\n"
18718 " \n"
18719 msgstr ""
18720
18721 #. type: verbatim
18722 #: ../src/guestfs-structs.pod:265
18723 #, no-wrap
18724 msgid ""
18725 " void guestfs_free_application (struct guestfs_free_application *);\n"
18726 " void guestfs_free_application_list (struct guestfs_free_application_list "
18727 "*);\n"
18728 "\n"
18729 msgstr ""
18730
18731 #. type: textblock
18732 #: ../fish/guestfish.pod:5
18733 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
18734 msgstr ""
18735
18736 #. type: verbatim
18737 #: ../fish/guestfish.pod:9
18738 #, no-wrap
18739 msgid ""
18740 " guestfish [--options] [commands]\n"
18741 "\n"
18742 msgstr ""
18743
18744 #. type: verbatim
18745 #: ../fish/guestfish.pod:11
18746 #, no-wrap
18747 msgid ""
18748 " guestfish\n"
18749 "\n"
18750 msgstr ""
18751
18752 #. type: verbatim
18753 #: ../fish/guestfish.pod:13
18754 #, no-wrap
18755 msgid ""
18756 " guestfish [--ro|--rw] -a disk.img\n"
18757 "\n"
18758 msgstr ""
18759
18760 #. type: verbatim
18761 #: ../fish/guestfish.pod:15
18762 #, no-wrap
18763 msgid ""
18764 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
18765 "\n"
18766 msgstr ""
18767
18768 #. type: verbatim
18769 #: ../fish/guestfish.pod:17
18770 #, no-wrap
18771 msgid ""
18772 " guestfish -d libvirt-domain\n"
18773 "\n"
18774 msgstr ""
18775
18776 #. type: verbatim
18777 #: ../fish/guestfish.pod:19
18778 #, no-wrap
18779 msgid ""
18780 " guestfish [--ro|--rw] -a disk.img -i\n"
18781 "\n"
18782 msgstr ""
18783
18784 #. type: verbatim
18785 #: ../fish/guestfish.pod:21
18786 #, no-wrap
18787 msgid ""
18788 " guestfish -d libvirt-domain -i\n"
18789 "\n"
18790 msgstr ""
18791
18792 #. type: =head1
18793 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
18794 msgid "WARNING"
18795 msgstr ""
18796
18797 #. type: textblock
18798 #: ../fish/guestfish.pod:25
18799 msgid ""
18800 "Using guestfish in read/write mode on live virtual machines can be "
18801 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
18802 "option to use guestfish safely if the disk image or virtual machine might be "
18803 "live."
18804 msgstr ""
18805
18806 #. type: textblock
18807 #: ../fish/guestfish.pod:32
18808 msgid ""
18809 "Guestfish is a shell and command-line tool for examining and modifying "
18810 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
18811 "functionality of the guestfs API, see L<guestfs(3)>."
18812 msgstr ""
18813
18814 #. type: textblock
18815 #: ../fish/guestfish.pod:36
18816 msgid ""
18817 "Guestfish gives you structured access to the libguestfs API, from shell "
18818 "scripts or the command line or interactively.  If you want to rescue a "
18819 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
18820 "command."
18821 msgstr ""
18822
18823 #. type: =head1
18824 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:947 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63 ../tools/virt-tar.pl:50
18825 msgid "EXAMPLES"
18826 msgstr ""
18827
18828 #. type: =head2
18829 #: ../fish/guestfish.pod:43
18830 msgid "As an interactive shell"
18831 msgstr ""
18832
18833 #. type: verbatim
18834 #: ../fish/guestfish.pod:45
18835 #, no-wrap
18836 msgid ""
18837 " $ guestfish\n"
18838 " \n"
18839 msgstr ""
18840
18841 #. type: verbatim
18842 #: ../fish/guestfish.pod:47
18843 #, no-wrap
18844 msgid ""
18845 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
18846 " editing virtual machine filesystems.\n"
18847 " \n"
18848 msgstr ""
18849
18850 #. type: verbatim
18851 #: ../fish/guestfish.pod:50
18852 #, no-wrap
18853 msgid ""
18854 " Type: 'help' for a list of commands\n"
18855 "       'man' to read the manual\n"
18856 "       'quit' to quit the shell\n"
18857 " \n"
18858 msgstr ""
18859
18860 #. type: verbatim
18861 #: ../fish/guestfish.pod:54
18862 #, no-wrap
18863 msgid ""
18864 " ><fs> add-ro disk.img\n"
18865 " ><fs> run\n"
18866 " ><fs> list-filesystems\n"
18867 " /dev/sda1: ext4\n"
18868 " /dev/vg_guest/lv_root: ext4\n"
18869 " /dev/vg_guest/lv_swap: swap\n"
18870 " ><fs> mount /dev/vg_guest/lv_root /\n"
18871 " ><fs> cat /etc/fstab\n"
18872 " # /etc/fstab\n"
18873 " # Created by anaconda\n"
18874 " [...]\n"
18875 " ><fs> exit\n"
18876 "\n"
18877 msgstr ""
18878
18879 #. type: =head2
18880 #: ../fish/guestfish.pod:67
18881 msgid "From shell scripts"
18882 msgstr ""
18883
18884 #. type: textblock
18885 #: ../fish/guestfish.pod:69
18886 msgid "Create a new C</etc/motd> file in a guest or disk image:"
18887 msgstr ""
18888
18889 #. type: verbatim
18890 #: ../fish/guestfish.pod:71
18891 #, no-wrap
18892 msgid ""
18893 " guestfish <<_EOF_\n"
18894 " add disk.img\n"
18895 " run\n"
18896 " mount /dev/vg_guest/lv_root /\n"
18897 " write /etc/motd \"Welcome, new users\"\n"
18898 " _EOF_\n"
18899 "\n"
18900 msgstr ""
18901
18902 #. type: textblock
18903 #: ../fish/guestfish.pod:78
18904 msgid "List the LVM logical volumes in a disk image:"
18905 msgstr ""
18906
18907 #. type: verbatim
18908 #: ../fish/guestfish.pod:80
18909 #, no-wrap
18910 msgid ""
18911 " guestfish -a disk.img --ro <<_EOF_\n"
18912 " run\n"
18913 " lvs\n"
18914 " _EOF_\n"
18915 "\n"
18916 msgstr ""
18917
18918 #. type: textblock
18919 #: ../fish/guestfish.pod:85
18920 msgid "List all the filesystems in a disk image:"
18921 msgstr ""
18922
18923 #. type: verbatim
18924 #: ../fish/guestfish.pod:87
18925 #, no-wrap
18926 msgid ""
18927 " guestfish -a disk.img --ro <<_EOF_\n"
18928 " run\n"
18929 " list-filesystems\n"
18930 " _EOF_\n"
18931 "\n"
18932 msgstr ""
18933
18934 #. type: =head2
18935 #: ../fish/guestfish.pod:92
18936 msgid "On one command line"
18937 msgstr ""
18938
18939 #. type: textblock
18940 #: ../fish/guestfish.pod:94
18941 msgid "Update C</etc/resolv.conf> in a guest:"
18942 msgstr ""
18943
18944 #. type: verbatim
18945 #: ../fish/guestfish.pod:96
18946 #, no-wrap
18947 msgid ""
18948 " guestfish \\\n"
18949 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
18950 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
18951 "\n"
18952 msgstr ""
18953
18954 #. type: textblock
18955 #: ../fish/guestfish.pod:100
18956 msgid "Edit C</boot/grub/grub.conf> interactively:"
18957 msgstr ""
18958
18959 #. type: verbatim
18960 #: ../fish/guestfish.pod:102
18961 #, no-wrap
18962 msgid ""
18963 " guestfish --rw --add disk.img \\\n"
18964 "   --mount /dev/vg_guest/lv_root \\\n"
18965 "   --mount /dev/sda1:/boot \\\n"
18966 "   edit /boot/grub/grub.conf\n"
18967 "\n"
18968 msgstr ""
18969
18970 #. type: =head2
18971 #: ../fish/guestfish.pod:107
18972 msgid "Mount disks automatically"
18973 msgstr ""
18974
18975 #. type: textblock
18976 #: ../fish/guestfish.pod:109
18977 msgid ""
18978 "Use the I<-i> option to automatically mount the disks from a virtual "
18979 "machine:"
18980 msgstr ""
18981
18982 #. type: verbatim
18983 #: ../fish/guestfish.pod:112
18984 #, no-wrap
18985 msgid ""
18986 " guestfish --ro -a disk.img -i cat /etc/group\n"
18987 "\n"
18988 msgstr ""
18989
18990 #. type: verbatim
18991 #: ../fish/guestfish.pod:114
18992 #, no-wrap
18993 msgid ""
18994 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
18995 "\n"
18996 msgstr ""
18997
18998 #. type: textblock
18999 #: ../fish/guestfish.pod:116
19000 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
19001 msgstr ""
19002
19003 #. type: verbatim
19004 #: ../fish/guestfish.pod:118
19005 #, no-wrap
19006 msgid ""
19007 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
19008 "\n"
19009 msgstr ""
19010
19011 #. type: =head2
19012 #: ../fish/guestfish.pod:120
19013 msgid "As a script interpreter"
19014 msgstr ""
19015
19016 #. type: textblock
19017 #: ../fish/guestfish.pod:122
19018 msgid "Create a 100MB disk containing an ext2-formatted partition:"
19019 msgstr ""
19020
19021 #. type: verbatim
19022 #: ../fish/guestfish.pod:124
19023 #, no-wrap
19024 msgid ""
19025 " #!/usr/bin/guestfish -f\n"
19026 " sparse test1.img 100M\n"
19027 " run\n"
19028 " part-disk /dev/sda mbr\n"
19029 " mkfs ext2 /dev/sda1\n"
19030 "\n"
19031 msgstr ""
19032
19033 #. type: =head2
19034 #: ../fish/guestfish.pod:130
19035 msgid "Start with a prepared disk"
19036 msgstr ""
19037
19038 #. type: textblock
19039 #: ../fish/guestfish.pod:132
19040 msgid ""
19041 "An alternate way to create a 100MB disk called C<test1.img> containing a "
19042 "single ext2-formatted partition:"
19043 msgstr ""
19044
19045 #. type: verbatim
19046 #: ../fish/guestfish.pod:135
19047 #, no-wrap
19048 msgid ""
19049 " guestfish -N fs\n"
19050 "\n"
19051 msgstr ""
19052
19053 #. type: textblock
19054 #: ../fish/guestfish.pod:137
19055 msgid "To list what is available do:"
19056 msgstr ""
19057
19058 #. type: verbatim
19059 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:938
19060 #, no-wrap
19061 msgid ""
19062 " guestfish -N help | less\n"
19063 "\n"
19064 msgstr ""
19065
19066 #. type: =head2
19067 #: ../fish/guestfish.pod:141
19068 msgid "Remote control"
19069 msgstr ""
19070
19071 #. type: verbatim
19072 #: ../fish/guestfish.pod:143
19073 #, no-wrap
19074 msgid ""
19075 " eval \"`guestfish --listen`\"\n"
19076 " guestfish --remote add-ro disk.img\n"
19077 " guestfish --remote run\n"
19078 " guestfish --remote lvs\n"
19079 "\n"
19080 msgstr ""
19081
19082 #. type: =head1
19083 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37 ../fuse/guestmount.pod:83 ../tools/virt-edit.pl:81 ../tools/virt-win-reg.pl:96 ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:103 ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
19084 msgid "OPTIONS"
19085 msgstr ""
19086
19087 #. type: =item
19088 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:141 ../tools/virt-edit.pl:89 ../tools/virt-win-reg.pl:104 ../tools/virt-list-filesystems.pl:61 ../tools/virt-tar.pl:111 ../tools/virt-make-fs.pl:161 ../tools/virt-list-partitions.pl:62
19089 msgid "B<--help>"
19090 msgstr ""
19091
19092 #. type: textblock
19093 #: ../fish/guestfish.pod:154
19094 msgid "Displays general help on options."
19095 msgstr ""
19096
19097 #. type: =item
19098 #: ../fish/guestfish.pod:156
19099 msgid "B<-h>"
19100 msgstr ""
19101
19102 #. type: =item
19103 #: ../fish/guestfish.pod:158
19104 msgid "B<--cmd-help>"
19105 msgstr ""
19106
19107 #. type: textblock
19108 #: ../fish/guestfish.pod:160
19109 msgid "Lists all available guestfish commands."
19110 msgstr ""
19111
19112 #. type: =item
19113 #: ../fish/guestfish.pod:162
19114 msgid "B<-h cmd>"
19115 msgstr ""
19116
19117 #. type: =item
19118 #: ../fish/guestfish.pod:164
19119 msgid "B<--cmd-help cmd>"
19120 msgstr ""
19121
19122 #. type: textblock
19123 #: ../fish/guestfish.pod:166
19124 msgid "Displays detailed help on a single command C<cmd>."
19125 msgstr ""
19126
19127 #. type: =item
19128 #: ../fish/guestfish.pod:168
19129 msgid "B<-a image>"
19130 msgstr ""
19131
19132 #. type: =item
19133 #: ../fish/guestfish.pod:170
19134 msgid "B<--add image>"
19135 msgstr ""
19136
19137 #. type: textblock
19138 #: ../fish/guestfish.pod:172
19139 msgid "Add a block device or virtual machine image to the shell."
19140 msgstr ""
19141
19142 #. type: textblock
19143 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:91
19144 msgid ""
19145 "The format of the disk image is auto-detected.  To override this and force a "
19146 "particular format use the I<--format=..> option."
19147 msgstr ""
19148
19149 #. type: textblock
19150 #: ../fish/guestfish.pod:177
19151 msgid ""
19152 "Using this flag is mostly equivalent to using the C<add> command, with "
19153 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
19154 "the I<--format=...> flag was given."
19155 msgstr ""
19156
19157 #. type: =item
19158 #: ../fish/guestfish.pod:181
19159 msgid "B<-c URI>"
19160 msgstr ""
19161
19162 #. type: =item
19163 #: ../fish/guestfish.pod:183
19164 msgid "B<--connect URI>"
19165 msgstr ""
19166
19167 #. type: textblock
19168 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:96
19169 msgid ""
19170 "When used in conjunction with the I<-d> option, this specifies the libvirt "
19171 "URI to use.  The default is to use the default libvirt connection."
19172 msgstr ""
19173
19174 #. type: =item
19175 #: ../fish/guestfish.pod:189
19176 msgid "B<--csh>"
19177 msgstr ""
19178
19179 #. type: textblock
19180 #: ../fish/guestfish.pod:191
19181 msgid ""
19182 "If using the I<--listen> option and a csh-like shell, use this option.  See "
19183 "section L</REMOTE CONTROL AND CSH> below."
19184 msgstr ""
19185
19186 #. type: =item
19187 #: ../fish/guestfish.pod:194
19188 msgid "B<-d libvirt-domain>"
19189 msgstr ""
19190
19191 #. type: =item
19192 #: ../fish/guestfish.pod:196
19193 msgid "B<--domain libvirt-domain>"
19194 msgstr ""
19195
19196 #. type: textblock
19197 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:102
19198 msgid ""
19199 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
19200 "used, then any libvirt domain can be used.  However in write mode, only "
19201 "libvirt domains which are shut down can be named here."
19202 msgstr ""
19203
19204 #. type: textblock
19205 #: ../fish/guestfish.pod:202
19206 msgid ""
19207 "Using this flag is mostly equivalent to using the C<add-domain> command, "
19208 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
19209 "if the I<--format:...> flag was given."
19210 msgstr ""
19211
19212 #. type: =item
19213 #: ../fish/guestfish.pod:206
19214 msgid "B<-D>"
19215 msgstr ""
19216
19217 #. type: =item
19218 #: ../fish/guestfish.pod:208
19219 msgid "B<--no-dest-paths>"
19220 msgstr ""
19221
19222 #. type: textblock
19223 #: ../fish/guestfish.pod:210
19224 msgid ""
19225 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
19226 "to hit the tab key to complete paths on the guest filesystem, but this "
19227 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
19228 "allow this feature to be disabled."
19229 msgstr ""
19230
19231 #. type: =item
19232 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:118
19233 msgid "B<--echo-keys>"
19234 msgstr ""
19235
19236 #. type: textblock
19237 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:120
19238 msgid ""
19239 "When prompting for keys and passphrases, guestfish normally turns echoing "
19240 "off so you cannot see what you are typing.  If you are not worried about "
19241 "Tempest attacks and there is no one else in the room you can specify this "
19242 "flag to see what you are typing."
19243 msgstr ""
19244
19245 #. type: =item
19246 #: ../fish/guestfish.pod:222
19247 msgid "B<-f file>"
19248 msgstr ""
19249
19250 #. type: =item
19251 #: ../fish/guestfish.pod:224
19252 msgid "B<--file file>"
19253 msgstr ""
19254
19255 #. type: textblock
19256 #: ../fish/guestfish.pod:226
19257 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
19258 msgstr ""
19259
19260 #. type: verbatim
19261 #: ../fish/guestfish.pod:229
19262 #, no-wrap
19263 msgid ""
19264 " #!/usr/bin/guestfish -f\n"
19265 "\n"
19266 msgstr ""
19267
19268 #. type: =item
19269 #: ../fish/guestfish.pod:231
19270 msgid "B<--format=raw|qcow2|..>"
19271 msgstr ""
19272
19273 #. type: =item
19274 #: ../fish/guestfish.pod:233
19275 msgid "B<--format>"
19276 msgstr ""
19277
19278 #. type: textblock
19279 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:127
19280 msgid ""
19281 "The default for the I<-a> option is to auto-detect the format of the disk "
19282 "image.  Using this forces the disk format for I<-a> options which follow on "
19283 "the command line.  Using I<--format> with no argument switches back to "
19284 "auto-detection for subsequent I<-a> options."
19285 msgstr ""
19286
19287 #. type: verbatim
19288 #: ../fish/guestfish.pod:242
19289 #, no-wrap
19290 msgid ""
19291 " guestfish --format=raw -a disk.img\n"
19292 "\n"
19293 msgstr ""
19294
19295 #. type: textblock
19296 #: ../fish/guestfish.pod:244
19297 msgid "forces raw format (no auto-detection) for C<disk.img>."
19298 msgstr ""
19299
19300 #. type: verbatim
19301 #: ../fish/guestfish.pod:246
19302 #, no-wrap
19303 msgid ""
19304 " guestfish --format=raw -a disk.img --format -a another.img\n"
19305 "\n"
19306 msgstr ""
19307
19308 #. type: textblock
19309 #: ../fish/guestfish.pod:248
19310 msgid ""
19311 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
19312 "auto-detection for C<another.img>."
19313 msgstr ""
19314
19315 #. type: textblock
19316 #: ../fish/guestfish.pod:251
19317 msgid ""
19318 "If you have untrusted raw-format guest disk images, you should use this "
19319 "option to specify the disk format.  This avoids a possible security problem "
19320 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
19321 msgstr ""
19322
19323 #. type: =item
19324 #: ../fish/guestfish.pod:256
19325 msgid "B<-i>"
19326 msgstr ""
19327
19328 #. type: =item
19329 #: ../fish/guestfish.pod:258
19330 msgid "B<--inspector>"
19331 msgstr ""
19332
19333 #. type: textblock
19334 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:147
19335 msgid ""
19336 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
19337 "system and mount filesystems as they would be mounted on the real virtual "
19338 "machine."
19339 msgstr ""
19340
19341 #. type: textblock
19342 #: ../fish/guestfish.pod:264
19343 msgid "Typical usage is either:"
19344 msgstr ""
19345
19346 #. type: verbatim
19347 #: ../fish/guestfish.pod:266
19348 #, no-wrap
19349 msgid ""
19350 " guestfish -d myguest -i\n"
19351 "\n"
19352 msgstr ""
19353
19354 #. type: textblock
19355 #: ../fish/guestfish.pod:268
19356 msgid "(for an inactive libvirt domain called I<myguest>), or:"
19357 msgstr ""
19358
19359 #. type: verbatim
19360 #: ../fish/guestfish.pod:270
19361 #, no-wrap
19362 msgid ""
19363 " guestfish --ro -d myguest -i\n"
19364 "\n"
19365 msgstr ""
19366
19367 #. type: textblock
19368 #: ../fish/guestfish.pod:272
19369 msgid "(for active domains, readonly), or specify the block device directly:"
19370 msgstr ""
19371
19372 #. type: verbatim
19373 #: ../fish/guestfish.pod:274
19374 #, no-wrap
19375 msgid ""
19376 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
19377 "\n"
19378 msgstr ""
19379
19380 #. type: textblock
19381 #: ../fish/guestfish.pod:276
19382 msgid ""
19383 "Note that the command line syntax changed slightly over older versions of "
19384 "guestfish.  You can still use the old syntax:"
19385 msgstr ""
19386
19387 #. type: verbatim
19388 #: ../fish/guestfish.pod:279
19389 #, no-wrap
19390 msgid ""
19391 " guestfish [--ro] -i disk.img\n"
19392 "\n"
19393 msgstr ""
19394
19395 #. type: verbatim
19396 #: ../fish/guestfish.pod:281
19397 #, no-wrap
19398 msgid ""
19399 " guestfish [--ro] -i libvirt-domain\n"
19400 "\n"
19401 msgstr ""
19402
19403 #. type: textblock
19404 #: ../fish/guestfish.pod:283
19405 msgid ""
19406 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
19407 "then using other commands to mount the filesystems that were found."
19408 msgstr ""
19409
19410 #. type: =item
19411 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:151
19412 msgid "B<--keys-from-stdin>"
19413 msgstr ""
19414
19415 #. type: textblock
19416 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:153
19417 msgid ""
19418 "Read key or passphrase parameters from stdin.  The default is to try to read "
19419 "passphrases from the user by opening C</dev/tty>."
19420 msgstr ""
19421
19422 #. type: =item
19423 #: ../fish/guestfish.pod:292
19424 msgid "B<--listen>"
19425 msgstr ""
19426
19427 #. type: textblock
19428 #: ../fish/guestfish.pod:294
19429 msgid ""
19430 "Fork into the background and listen for remote commands.  See section "
19431 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
19432 msgstr ""
19433
19434 #. type: =item
19435 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:156
19436 msgid "B<--live>"
19437 msgstr ""
19438
19439 #. type: textblock
19440 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:158
19441 msgid ""
19442 "Connect to a live virtual machine.  (Experimental, see "
19443 "L<guestfs(3)/ATTACHING TO RUNNING DAEMONS>)."
19444 msgstr ""
19445
19446 #. type: =item
19447 #: ../fish/guestfish.pod:302 ../fuse/guestmount.pod:161
19448 msgid "B<-m dev[:mountpoint[:options]]>"
19449 msgstr ""
19450
19451 #. type: =item
19452 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:163
19453 msgid "B<--mount dev[:mountpoint[:options]]>"
19454 msgstr ""
19455
19456 #. type: textblock
19457 #: ../fish/guestfish.pod:306
19458 msgid "Mount the named partition or logical volume on the given mountpoint."
19459 msgstr ""
19460
19461 #. type: textblock
19462 #: ../fish/guestfish.pod:308
19463 msgid "If the mountpoint is omitted, it defaults to C</>."
19464 msgstr ""
19465
19466 #. type: textblock
19467 #: ../fish/guestfish.pod:310
19468 msgid "You have to mount something on C</> before most commands will work."
19469 msgstr ""
19470
19471 #. type: textblock
19472 #: ../fish/guestfish.pod:312
19473 msgid ""
19474 "If any I<-m> or I<--mount> options are given, the guest is automatically "
19475 "launched."
19476 msgstr ""
19477
19478 #. type: textblock
19479 #: ../fish/guestfish.pod:315
19480 msgid ""
19481 "If you don't know what filesystems a disk image contains, you can either run "
19482 "guestfish without this option, then list the partitions, filesystems and LVs "
19483 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
19484 "commands), or you can use the L<virt-filesystems(1)> program."
19485 msgstr ""
19486
19487 #. type: textblock
19488 #: ../fish/guestfish.pod:321 ../fuse/guestmount.pod:171
19489 msgid ""
19490 "The third (and rarely used) part of the mount parameter is the list of mount "
19491 "options used to mount the underlying filesystem.  If this is not given, then "
19492 "the mount options are either the empty string or C<ro> (the latter if the "
19493 "I<--ro> flag is used).  By specifying the mount options, you override this "
19494 "default choice.  Probably the only time you would use this is to enable ACLs "
19495 "and/or extended attributes if the filesystem can support them:"
19496 msgstr ""
19497
19498 #. type: verbatim
19499 #: ../fish/guestfish.pod:329 ../fuse/guestmount.pod:179
19500 #, no-wrap
19501 msgid ""
19502 " -m /dev/sda1:/:acl,user_xattr\n"
19503 "\n"
19504 msgstr ""
19505
19506 #. type: textblock
19507 #: ../fish/guestfish.pod:331
19508 msgid "Using this flag is equivalent to using the C<mount-options> command."
19509 msgstr ""
19510
19511 #. type: =item
19512 #: ../fish/guestfish.pod:333
19513 msgid "B<-n>"
19514 msgstr ""
19515
19516 #. type: =item
19517 #: ../fish/guestfish.pod:335
19518 msgid "B<--no-sync>"
19519 msgstr ""
19520
19521 #. type: textblock
19522 #: ../fish/guestfish.pod:337
19523 msgid ""
19524 "Disable autosync.  This is enabled by default.  See the discussion of "
19525 "autosync in the L<guestfs(3)> manpage."
19526 msgstr ""
19527
19528 #. type: =item
19529 #: ../fish/guestfish.pod:340
19530 msgid "B<-N type>"
19531 msgstr ""
19532
19533 #. type: =item
19534 #: ../fish/guestfish.pod:342
19535 msgid "B<--new type>"
19536 msgstr ""
19537
19538 #. type: =item
19539 #: ../fish/guestfish.pod:344
19540 msgid "B<-N help>"
19541 msgstr ""
19542
19543 #. type: textblock
19544 #: ../fish/guestfish.pod:346
19545 msgid ""
19546 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
19547 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
19548 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
19549 "IMAGES> below."
19550 msgstr ""
19551
19552 #. type: =item
19553 #: ../fish/guestfish.pod:351
19554 msgid "B<--progress-bars>"
19555 msgstr ""
19556
19557 #. type: textblock
19558 #: ../fish/guestfish.pod:353
19559 msgid "Enable progress bars, even when guestfish is used non-interactively."
19560 msgstr ""
19561
19562 #. type: textblock
19563 #: ../fish/guestfish.pod:355
19564 msgid ""
19565 "Progress bars are enabled by default when guestfish is used as an "
19566 "interactive shell."
19567 msgstr ""
19568
19569 #. type: =item
19570 #: ../fish/guestfish.pod:358
19571 msgid "B<--no-progress-bars>"
19572 msgstr ""
19573
19574 #. type: textblock
19575 #: ../fish/guestfish.pod:360
19576 msgid "Disable progress bars."
19577 msgstr ""
19578
19579 #. type: =item
19580 #: ../fish/guestfish.pod:362
19581 msgid "B<--remote[=pid]>"
19582 msgstr ""
19583
19584 #. type: textblock
19585 #: ../fish/guestfish.pod:364
19586 msgid ""
19587 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
19588 "CONTROL GUESTFISH OVER A SOCKET> below."
19589 msgstr ""
19590
19591 #. type: =item
19592 #: ../fish/guestfish.pod:367
19593 msgid "B<-r>"
19594 msgstr ""
19595
19596 #. type: =item
19597 #: ../fish/guestfish.pod:369
19598 msgid "B<--ro>"
19599 msgstr ""
19600
19601 #. type: textblock
19602 #: ../fish/guestfish.pod:371
19603 msgid ""
19604 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19605 "mounts are done read-only."
19606 msgstr ""
19607
19608 #. type: textblock
19609 #: ../fish/guestfish.pod:374
19610 msgid ""
19611 "The option must always be used if the disk image or virtual machine might be "
19612 "running, and is generally recommended in cases where you don't need write "
19613 "access to the disk."
19614 msgstr ""
19615
19616 #. type: textblock
19617 #: ../fish/guestfish.pod:378
19618 msgid ""
19619 "Note that prepared disk images created with I<-N> are not affected by this "
19620 "option.  Also commands like C<add> are not affected - you have to specify "
19621 "the C<readonly:true> option explicitly if you need it."
19622 msgstr ""
19623
19624 #. type: textblock
19625 #: ../fish/guestfish.pod:382
19626 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
19627 msgstr ""
19628
19629 #. type: =item
19630 #: ../fish/guestfish.pod:384 ../fuse/guestmount.pod:235
19631 msgid "B<--selinux>"
19632 msgstr ""
19633
19634 #. type: textblock
19635 #: ../fish/guestfish.pod:386
19636 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
19637 msgstr ""
19638
19639 #. type: =item
19640 #: ../fish/guestfish.pod:388
19641 msgid "B<-v>"
19642 msgstr ""
19643
19644 #. type: =item
19645 #: ../fish/guestfish.pod:390
19646 msgid "B<--verbose>"
19647 msgstr ""
19648
19649 #. type: textblock
19650 #: ../fish/guestfish.pod:392
19651 msgid ""
19652 "Enable very verbose messages.  This is particularly useful if you find a "
19653 "bug."
19654 msgstr ""
19655
19656 #. type: =item
19657 #: ../fish/guestfish.pod:395
19658 msgid "B<-V>"
19659 msgstr ""
19660
19661 #. type: =item
19662 #: ../fish/guestfish.pod:397 ../tools/virt-edit.pl:97 ../tools/virt-win-reg.pl:112 ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:119 ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
19663 msgid "B<--version>"
19664 msgstr ""
19665
19666 #. type: textblock
19667 #: ../fish/guestfish.pod:399
19668 msgid "Display the guestfish / libguestfs version number and exit."
19669 msgstr ""
19670
19671 #. type: =item
19672 #: ../fish/guestfish.pod:401
19673 msgid "B<-w>"
19674 msgstr ""
19675
19676 #. type: =item
19677 #: ../fish/guestfish.pod:403
19678 msgid "B<--rw>"
19679 msgstr ""
19680
19681 #. type: textblock
19682 #: ../fish/guestfish.pod:405 ../fuse/guestmount.pod:249
19683 msgid ""
19684 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19685 "mounts are done read-write."
19686 msgstr ""
19687
19688 #. type: textblock
19689 #: ../fish/guestfish.pod:408
19690 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
19691 msgstr ""
19692
19693 #. type: =item
19694 #: ../fish/guestfish.pod:410
19695 msgid "B<-x>"
19696 msgstr ""
19697
19698 #. type: textblock
19699 #: ../fish/guestfish.pod:412
19700 msgid "Echo each command before executing it."
19701 msgstr ""
19702
19703 #. type: =head1
19704 #: ../fish/guestfish.pod:416
19705 msgid "COMMANDS ON COMMAND LINE"
19706 msgstr ""
19707
19708 #. type: textblock
19709 #: ../fish/guestfish.pod:418
19710 msgid "Any additional (non-option) arguments are treated as commands to execute."
19711 msgstr ""
19712
19713 #. type: textblock
19714 #: ../fish/guestfish.pod:421
19715 msgid ""
19716 "Commands to execute should be separated by a colon (C<:>), where the colon "
19717 "is a separate parameter.  Thus:"
19718 msgstr ""
19719
19720 #. type: verbatim
19721 #: ../fish/guestfish.pod:424
19722 #, no-wrap
19723 msgid ""
19724 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
19725 "\n"
19726 msgstr ""
19727
19728 #. type: textblock
19729 #: ../fish/guestfish.pod:426
19730 msgid ""
19731 "If there are no additional arguments, then we enter a shell, either an "
19732 "interactive shell with a prompt (if the input is a terminal) or a "
19733 "non-interactive shell."
19734 msgstr ""
19735
19736 #. type: textblock
19737 #: ../fish/guestfish.pod:430
19738 msgid ""
19739 "In either command line mode or non-interactive shell, the first command that "
19740 "gives an error causes the whole shell to exit.  In interactive mode (with a "
19741 "prompt) if a command fails, you can continue to enter commands."
19742 msgstr ""
19743
19744 #. type: =head1
19745 #: ../fish/guestfish.pod:435
19746 msgid "USING launch (OR run)"
19747 msgstr ""
19748
19749 #. type: textblock
19750 #: ../fish/guestfish.pod:437
19751 msgid ""
19752 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
19753 "then launch it, then mount any disks you need, and finally issue "
19754 "actions/commands.  So the general order of the day is:"
19755 msgstr ""
19756
19757 #. type: textblock
19758 #: ../fish/guestfish.pod:445
19759 msgid "add or -a/--add"
19760 msgstr ""
19761
19762 #. type: textblock
19763 #: ../fish/guestfish.pod:449
19764 msgid "launch (aka run)"
19765 msgstr ""
19766
19767 #. type: textblock
19768 #: ../fish/guestfish.pod:453
19769 msgid "mount or -m/--mount"
19770 msgstr ""
19771
19772 #. type: textblock
19773 #: ../fish/guestfish.pod:457
19774 msgid "any other commands"
19775 msgstr ""
19776
19777 #. type: textblock
19778 #: ../fish/guestfish.pod:461
19779 msgid ""
19780 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
19781 "guest before mounting or performing any other commands."
19782 msgstr ""
19783
19784 #. type: textblock
19785 #: ../fish/guestfish.pod:464
19786 msgid ""
19787 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
19788 "I<--new> options were given then C<run> is done automatically, simply "
19789 "because guestfish can't perform the action you asked for without doing this."
19790 msgstr ""
19791
19792 #. type: =head1
19793 #: ../fish/guestfish.pod:469
19794 msgid "OPENING DISKS FOR READ AND WRITE"
19795 msgstr ""
19796
19797 #. type: textblock
19798 #: ../fish/guestfish.pod:471
19799 msgid ""
19800 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
19801 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
19802 "I<-i> and I<-m> open disk images read-only or for writing."
19803 msgstr ""
19804
19805 #. type: textblock
19806 #: ../fish/guestfish.pod:476
19807 msgid ""
19808 "In libguestfs E<le> 1.10, guestfish, guestmount and virt-rescue defaulted to "
19809 "opening disk images supplied on the command line for write.  To open a disk "
19810 "image read-only you have to do I<-a image --ro>."
19811 msgstr ""
19812
19813 #. type: textblock
19814 #: ../fish/guestfish.pod:480
19815 msgid ""
19816 "This matters: If you accidentally open a live VM disk image writable then "
19817 "you will cause irreversible disk corruption."
19818 msgstr ""
19819
19820 #. type: textblock
19821 #: ../fish/guestfish.pod:483
19822 msgid ""
19823 "By libguestfs 1.12 we intend to change the default the other way.  Disk "
19824 "images will be opened read-only.  You will have to either specify "
19825 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
19826 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
19827 "access for disk images specified by those other command line options."
19828 msgstr ""
19829
19830 #. type: textblock
19831 #: ../fish/guestfish.pod:490
19832 msgid ""
19833 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
19834 "which does nothing (it is already the default).  However it is highly "
19835 "recommended that you use this option to indicate that you need write access, "
19836 "and prepare your scripts for the day when this option will be required for "
19837 "write access."
19838 msgstr ""
19839
19840 #. type: textblock
19841 #: ../fish/guestfish.pod:496
19842 msgid ""
19843 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
19844 "other libguestfs program apart from guestfish and guestmount."
19845 msgstr ""
19846
19847 #. type: =head1
19848 #: ../fish/guestfish.pod:499
19849 msgid "QUOTING"
19850 msgstr ""
19851
19852 #. type: textblock
19853 #: ../fish/guestfish.pod:501
19854 msgid ""
19855 "You can quote ordinary parameters using either single or double quotes.  For "
19856 "example:"
19857 msgstr ""
19858
19859 #. type: verbatim
19860 #: ../fish/guestfish.pod:504
19861 #, no-wrap
19862 msgid ""
19863 " add \"file with a space.img\"\n"
19864 "\n"
19865 msgstr ""
19866
19867 #. type: verbatim
19868 #: ../fish/guestfish.pod:506
19869 #, no-wrap
19870 msgid ""
19871 " rm '/file name'\n"
19872 "\n"
19873 msgstr ""
19874
19875 #. type: verbatim
19876 #: ../fish/guestfish.pod:508
19877 #, no-wrap
19878 msgid ""
19879 " rm '/\"'\n"
19880 "\n"
19881 msgstr ""
19882
19883 #. type: textblock
19884 #: ../fish/guestfish.pod:510
19885 msgid ""
19886 "A few commands require a list of strings to be passed.  For these, use a "
19887 "whitespace-separated list, enclosed in quotes.  Strings containing "
19888 "whitespace to be passed through must be enclosed in single quotes.  A "
19889 "literal single quote must be escaped with a backslash."
19890 msgstr ""
19891
19892 #. type: verbatim
19893 #: ../fish/guestfish.pod:515
19894 #, no-wrap
19895 msgid ""
19896 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
19897 " command \"/bin/echo 'foo      bar'\"\n"
19898 " command \"/bin/echo \\'foo\\'\"\n"
19899 "\n"
19900 msgstr ""
19901
19902 #. type: =head1
19903 #: ../fish/guestfish.pod:519
19904 msgid "OPTIONAL ARGUMENTS"
19905 msgstr ""
19906
19907 #. type: textblock
19908 #: ../fish/guestfish.pod:521
19909 msgid ""
19910 "Some commands take optional arguments.  These arguments appear in this "
19911 "documentation as C<[argname:..]>.  You can use them as in these examples:"
19912 msgstr ""
19913
19914 #. type: verbatim
19915 #: ../fish/guestfish.pod:525
19916 #, no-wrap
19917 msgid ""
19918 " add-drive-opts filename\n"
19919 "\n"
19920 msgstr ""
19921
19922 #. type: verbatim
19923 #: ../fish/guestfish.pod:527
19924 #, no-wrap
19925 msgid ""
19926 " add-drive-opts filename readonly:true\n"
19927 "\n"
19928 msgstr ""
19929
19930 #. type: verbatim
19931 #: ../fish/guestfish.pod:529
19932 #, no-wrap
19933 msgid ""
19934 " add-drive-opts filename format:qcow2 readonly:false\n"
19935 "\n"
19936 msgstr ""
19937
19938 #. type: textblock
19939 #: ../fish/guestfish.pod:531
19940 msgid ""
19941 "Each optional argument can appear at most once.  All optional arguments must "
19942 "appear after the required ones."
19943 msgstr ""
19944
19945 #. type: =head1
19946 #: ../fish/guestfish.pod:534
19947 msgid "NUMBERS"
19948 msgstr ""
19949
19950 #. type: textblock
19951 #: ../fish/guestfish.pod:536
19952 msgid "This section applies to all commands which can take integers as parameters."
19953 msgstr ""
19954
19955 #. type: =head2
19956 #: ../fish/guestfish.pod:539
19957 msgid "SIZE SUFFIX"
19958 msgstr ""
19959
19960 #. type: textblock
19961 #: ../fish/guestfish.pod:541
19962 msgid ""
19963 "When the command takes a parameter measured in bytes, you can use one of the "
19964 "following suffixes to specify kilobytes, megabytes and larger sizes:"
19965 msgstr ""
19966
19967 #. type: =item
19968 #: ../fish/guestfish.pod:547
19969 msgid "B<k> or B<K> or B<KiB>"
19970 msgstr ""
19971
19972 #. type: textblock
19973 #: ../fish/guestfish.pod:549
19974 msgid "The size in kilobytes (multiplied by 1024)."
19975 msgstr ""
19976
19977 #. type: =item
19978 #: ../fish/guestfish.pod:551
19979 msgid "B<KB>"
19980 msgstr ""
19981
19982 #. type: textblock
19983 #: ../fish/guestfish.pod:553
19984 msgid "The size in SI 1000 byte units."
19985 msgstr ""
19986
19987 #. type: =item
19988 #: ../fish/guestfish.pod:555
19989 msgid "B<M> or B<MiB>"
19990 msgstr ""
19991
19992 #. type: textblock
19993 #: ../fish/guestfish.pod:557
19994 msgid "The size in megabytes (multiplied by 1048576)."
19995 msgstr ""
19996
19997 #. type: =item
19998 #: ../fish/guestfish.pod:559
19999 msgid "B<MB>"
20000 msgstr ""
20001
20002 #. type: textblock
20003 #: ../fish/guestfish.pod:561
20004 msgid "The size in SI 1000000 byte units."
20005 msgstr ""
20006
20007 #. type: =item
20008 #: ../fish/guestfish.pod:563
20009 msgid "B<G> or B<GiB>"
20010 msgstr ""
20011
20012 #. type: textblock
20013 #: ../fish/guestfish.pod:565
20014 msgid "The size in gigabytes (multiplied by 2**30)."
20015 msgstr ""
20016
20017 #. type: =item
20018 #: ../fish/guestfish.pod:567
20019 msgid "B<GB>"
20020 msgstr ""
20021
20022 #. type: textblock
20023 #: ../fish/guestfish.pod:569
20024 msgid "The size in SI 10**9 byte units."
20025 msgstr ""
20026
20027 #. type: =item
20028 #: ../fish/guestfish.pod:571
20029 msgid "B<T> or B<TiB>"
20030 msgstr ""
20031
20032 #. type: textblock
20033 #: ../fish/guestfish.pod:573
20034 msgid "The size in terabytes (multiplied by 2**40)."
20035 msgstr ""
20036
20037 #. type: =item
20038 #: ../fish/guestfish.pod:575
20039 msgid "B<TB>"
20040 msgstr ""
20041
20042 #. type: textblock
20043 #: ../fish/guestfish.pod:577
20044 msgid "The size in SI 10**12 byte units."
20045 msgstr ""
20046
20047 #. type: =item
20048 #: ../fish/guestfish.pod:579
20049 msgid "B<P> or B<PiB>"
20050 msgstr ""
20051
20052 #. type: textblock
20053 #: ../fish/guestfish.pod:581
20054 msgid "The size in petabytes (multiplied by 2**50)."
20055 msgstr ""
20056
20057 #. type: =item
20058 #: ../fish/guestfish.pod:583
20059 msgid "B<PB>"
20060 msgstr ""
20061
20062 #. type: textblock
20063 #: ../fish/guestfish.pod:585
20064 msgid "The size in SI 10**15 byte units."
20065 msgstr ""
20066
20067 #. type: =item
20068 #: ../fish/guestfish.pod:587
20069 msgid "B<E> or B<EiB>"
20070 msgstr ""
20071
20072 #. type: textblock
20073 #: ../fish/guestfish.pod:589
20074 msgid "The size in exabytes (multiplied by 2**60)."
20075 msgstr ""
20076
20077 #. type: =item
20078 #: ../fish/guestfish.pod:591
20079 msgid "B<EB>"
20080 msgstr ""
20081
20082 #. type: textblock
20083 #: ../fish/guestfish.pod:593
20084 msgid "The size in SI 10**18 byte units."
20085 msgstr ""
20086
20087 #. type: =item
20088 #: ../fish/guestfish.pod:595
20089 msgid "B<Z> or B<ZiB>"
20090 msgstr ""
20091
20092 #. type: textblock
20093 #: ../fish/guestfish.pod:597
20094 msgid "The size in zettabytes (multiplied by 2**70)."
20095 msgstr ""
20096
20097 #. type: =item
20098 #: ../fish/guestfish.pod:599
20099 msgid "B<ZB>"
20100 msgstr ""
20101
20102 #. type: textblock
20103 #: ../fish/guestfish.pod:601
20104 msgid "The size in SI 10**21 byte units."
20105 msgstr ""
20106
20107 #. type: =item
20108 #: ../fish/guestfish.pod:603
20109 msgid "B<Y> or B<YiB>"
20110 msgstr ""
20111
20112 #. type: textblock
20113 #: ../fish/guestfish.pod:605
20114 msgid "The size in yottabytes (multiplied by 2**80)."
20115 msgstr ""
20116
20117 #. type: =item
20118 #: ../fish/guestfish.pod:607
20119 msgid "B<YB>"
20120 msgstr ""
20121
20122 #. type: textblock
20123 #: ../fish/guestfish.pod:609
20124 msgid "The size in SI 10**24 byte units."
20125 msgstr ""
20126
20127 #. type: verbatim
20128 #: ../fish/guestfish.pod:615
20129 #, no-wrap
20130 msgid ""
20131 " truncate-size /file 1G\n"
20132 "\n"
20133 msgstr ""
20134
20135 #. type: textblock
20136 #: ../fish/guestfish.pod:617
20137 msgid "would truncate the file to 1 gigabyte."
20138 msgstr ""
20139
20140 #. type: textblock
20141 #: ../fish/guestfish.pod:619
20142 msgid ""
20143 "Be careful because a few commands take sizes in kilobytes or megabytes "
20144 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
20145 "Adding a suffix will probably not do what you expect."
20146 msgstr ""
20147
20148 #. type: =head2
20149 #: ../fish/guestfish.pod:623
20150 msgid "OCTAL AND HEXADECIMAL NUMBERS"
20151 msgstr ""
20152
20153 #. type: textblock
20154 #: ../fish/guestfish.pod:625
20155 msgid ""
20156 "For specifying the radix (base) use the C convention: C<0> to prefix an "
20157 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
20158 msgstr ""
20159
20160 #. type: verbatim
20161 #: ../fish/guestfish.pod:628
20162 #, no-wrap
20163 msgid ""
20164 " 1234      decimal number 1234\n"
20165 " 02322     octal number, equivalent to decimal 1234\n"
20166 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
20167 "\n"
20168 msgstr ""
20169
20170 #. type: textblock
20171 #: ../fish/guestfish.pod:632
20172 msgid ""
20173 "When using the C<chmod> command, you almost always want to specify an octal "
20174 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
20175 "L<chmod(1)> program):"
20176 msgstr ""
20177
20178 #. type: verbatim
20179 #: ../fish/guestfish.pod:636
20180 #, no-wrap
20181 msgid ""
20182 " chmod 0777 /public  # OK\n"
20183 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
20184 "\n"
20185 msgstr ""
20186
20187 #. type: textblock
20188 #: ../fish/guestfish.pod:639
20189 msgid ""
20190 "Commands that return numbers usually print them in decimal, but some "
20191 "commands print numbers in other radices (eg. C<umask> prints the mode in "
20192 "octal, preceeded by C<0>)."
20193 msgstr ""
20194
20195 #. type: =head1
20196 #: ../fish/guestfish.pod:643
20197 msgid "WILDCARDS AND GLOBBING"
20198 msgstr ""
20199
20200 #. type: textblock
20201 #: ../fish/guestfish.pod:645
20202 msgid ""
20203 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
20204 "(globbing) by default.  So for example the following will not do what you "
20205 "expect:"
20206 msgstr ""
20207
20208 #. type: verbatim
20209 #: ../fish/guestfish.pod:649
20210 #, no-wrap
20211 msgid ""
20212 " rm-rf /home/*\n"
20213 "\n"
20214 msgstr ""
20215
20216 #. type: textblock
20217 #: ../fish/guestfish.pod:651
20218 msgid ""
20219 "Assuming you don't have a directory called literally C</home/*> then the "
20220 "above command will return an error."
20221 msgstr ""
20222
20223 #. type: textblock
20224 #: ../fish/guestfish.pod:654
20225 msgid "To perform wildcard expansion, use the C<glob> command."
20226 msgstr ""
20227
20228 #. type: verbatim
20229 #: ../fish/guestfish.pod:656
20230 #, no-wrap
20231 msgid ""
20232 " glob rm-rf /home/*\n"
20233 "\n"
20234 msgstr ""
20235
20236 #. type: textblock
20237 #: ../fish/guestfish.pod:658
20238 msgid ""
20239 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
20240 "many times), equivalent to:"
20241 msgstr ""
20242
20243 #. type: verbatim
20244 #: ../fish/guestfish.pod:661
20245 #, no-wrap
20246 msgid ""
20247 " rm-rf /home/jim\n"
20248 " rm-rf /home/joe\n"
20249 " rm-rf /home/mary\n"
20250 "\n"
20251 msgstr ""
20252
20253 #. type: textblock
20254 #: ../fish/guestfish.pod:665
20255 msgid "C<glob> only works on simple guest paths and not on device names."
20256 msgstr ""
20257
20258 #. type: textblock
20259 #: ../fish/guestfish.pod:667
20260 msgid ""
20261 "If you have several parameters, each containing a wildcard, then glob will "
20262 "perform a Cartesian product."
20263 msgstr ""
20264
20265 #. type: =head1
20266 #: ../fish/guestfish.pod:670
20267 msgid "COMMENTS"
20268 msgstr ""
20269
20270 #. type: textblock
20271 #: ../fish/guestfish.pod:672
20272 msgid ""
20273 "Any line which starts with a I<#> character is treated as a comment and "
20274 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
20275 "a command.  For example:"
20276 msgstr ""
20277
20278 #. type: verbatim
20279 #: ../fish/guestfish.pod:676
20280 #, no-wrap
20281 msgid ""
20282 " # this is a comment\n"
20283 "         # this is a comment\n"
20284 " foo # NOT a comment\n"
20285 "\n"
20286 msgstr ""
20287
20288 #. type: textblock
20289 #: ../fish/guestfish.pod:680
20290 msgid "Blank lines are also ignored."
20291 msgstr ""
20292
20293 #. type: =head1
20294 #: ../fish/guestfish.pod:682
20295 msgid "RUNNING COMMANDS LOCALLY"
20296 msgstr ""
20297
20298 #. type: textblock
20299 #: ../fish/guestfish.pod:684
20300 msgid ""
20301 "Any line which starts with a I<!> character is treated as a command sent to "
20302 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
20303 msgstr ""
20304
20305 #. type: verbatim
20306 #: ../fish/guestfish.pod:688
20307 #, no-wrap
20308 msgid ""
20309 " !mkdir local\n"
20310 " tgz-out /remote local/remote-data.tar.gz\n"
20311 "\n"
20312 msgstr ""
20313
20314 #. type: textblock
20315 #: ../fish/guestfish.pod:691
20316 msgid ""
20317 "will create a directory C<local> on the host, and then export the contents "
20318 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
20319 "(See C<tgz-out>)."
20320 msgstr ""
20321
20322 #. type: textblock
20323 #: ../fish/guestfish.pod:695
20324 msgid ""
20325 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
20326 "effect, due to the way that subprocesses work in Unix."
20327 msgstr ""
20328
20329 #. type: =head2
20330 #: ../fish/guestfish.pod:698
20331 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
20332 msgstr ""
20333
20334 #. type: textblock
20335 #: ../fish/guestfish.pod:700
20336 msgid ""
20337 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
20338 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
20339 "and executed as guestfish commands."
20340 msgstr ""
20341
20342 #. type: textblock
20343 #: ../fish/guestfish.pod:704
20344 msgid ""
20345 "Thus you can use shell script to construct arbitrary guestfish commands "
20346 "which are then parsed by guestfish."
20347 msgstr ""
20348
20349 #. type: textblock
20350 #: ../fish/guestfish.pod:707
20351 msgid ""
20352 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
20353 "through C</foo.100>) using guestfish commands alone.  However this is simple "
20354 "if we use a shell script to create the guestfish commands for us:"
20355 msgstr ""
20356
20357 #. type: verbatim
20358 #: ../fish/guestfish.pod:712
20359 #, no-wrap
20360 msgid ""
20361 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
20362 "\n"
20363 msgstr ""
20364
20365 #. type: textblock
20366 #: ../fish/guestfish.pod:714
20367 msgid "or with names like C</foo.001>:"
20368 msgstr ""
20369
20370 #. type: verbatim
20371 #: ../fish/guestfish.pod:716
20372 #, no-wrap
20373 msgid ""
20374 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
20375 "\n"
20376 msgstr ""
20377
20378 #. type: textblock
20379 #: ../fish/guestfish.pod:718
20380 msgid ""
20381 "When using guestfish interactively it can be helpful to just run the shell "
20382 "script first (ie. remove the initial C<E<lt>> character so it is just an "
20383 "ordinary I<!> local command), see what guestfish commands it would run, and "
20384 "when you are happy with those prepend the C<E<lt>> character to run the "
20385 "guestfish commands for real."
20386 msgstr ""
20387
20388 #. type: =head1
20389 #: ../fish/guestfish.pod:724
20390 msgid "PIPES"
20391 msgstr ""
20392
20393 #. type: textblock
20394 #: ../fish/guestfish.pod:726
20395 msgid ""
20396 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
20397 "command (a guestfish command) to the second command (any host command).  For "
20398 "example:"
20399 msgstr ""
20400
20401 #. type: verbatim
20402 #: ../fish/guestfish.pod:730
20403 #, no-wrap
20404 msgid ""
20405 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
20406 "\n"
20407 msgstr ""
20408
20409 #. type: textblock
20410 #: ../fish/guestfish.pod:732
20411 msgid ""
20412 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
20413 "program).  The above command would list all accounts in the guest filesystem "
20414 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
20415 msgstr ""
20416
20417 #. type: verbatim
20418 #: ../fish/guestfish.pod:737
20419 #, no-wrap
20420 msgid ""
20421 " hexdump /bin/ls | head\n"
20422 " list-devices | tail -1\n"
20423 " tgz-out / - | tar ztf -\n"
20424 "\n"
20425 msgstr ""
20426
20427 #. type: textblock
20428 #: ../fish/guestfish.pod:741
20429 msgid ""
20430 "The space before the pipe symbol is required, any space after the pipe "
20431 "symbol is optional.  Everything after the pipe symbol is just passed "
20432 "straight to the host shell, so it can contain redirections, globs and "
20433 "anything else that makes sense on the host side."
20434 msgstr ""
20435
20436 #. type: textblock
20437 #: ../fish/guestfish.pod:746
20438 msgid ""
20439 "To use a literal argument which begins with a pipe symbol, you have to quote "
20440 "it, eg:"
20441 msgstr ""
20442
20443 #. type: verbatim
20444 #: ../fish/guestfish.pod:749
20445 #, no-wrap
20446 msgid ""
20447 " echo \"|\"\n"
20448 "\n"
20449 msgstr ""
20450
20451 #. type: =head1
20452 #: ../fish/guestfish.pod:751
20453 msgid "HOME DIRECTORIES"
20454 msgstr ""
20455
20456 #. type: textblock
20457 #: ../fish/guestfish.pod:753
20458 msgid ""
20459 "If a parameter starts with the character C<~> then the tilde may be expanded "
20460 "as a home directory path (either C<~> for the current user's home directory, "
20461 "or C<~user> for another user)."
20462 msgstr ""
20463
20464 #. type: textblock
20465 #: ../fish/guestfish.pod:757
20466 msgid ""
20467 "Note that home directory expansion happens for users known I<on the host>, "
20468 "not in the guest filesystem."
20469 msgstr ""
20470
20471 #. type: textblock
20472 #: ../fish/guestfish.pod:760
20473 msgid ""
20474 "To use a literal argument which begins with a tilde, you have to quote it, "
20475 "eg:"
20476 msgstr ""
20477
20478 #. type: verbatim
20479 #: ../fish/guestfish.pod:763
20480 #, no-wrap
20481 msgid ""
20482 " echo \"~\"\n"
20483 "\n"
20484 msgstr ""
20485
20486 #. type: textblock
20487 #: ../fish/guestfish.pod:767
20488 msgid ""
20489 "Libguestfs has some support for Linux guests encrypted according to the "
20490 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
20491 "disk encryption systems used by modern Linux guests.  Currently only "
20492 "LVM-on-LUKS is supported."
20493 msgstr ""
20494
20495 #. type: textblock
20496 #: ../fish/guestfish.pod:772
20497 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
20498 msgstr ""
20499
20500 #. type: verbatim
20501 #: ../fish/guestfish.pod:774
20502 #, no-wrap
20503 msgid ""
20504 " ><fs> vfs-type /dev/sda2\n"
20505 " crypto_LUKS\n"
20506 "\n"
20507 msgstr ""
20508
20509 #. type: textblock
20510 #: ../fish/guestfish.pod:777
20511 msgid ""
20512 "Then open those devices using L</luks-open>.  This creates a device-mapper "
20513 "device called C</dev/mapper/luksdev>."
20514 msgstr ""
20515
20516 #. type: verbatim
20517 #: ../fish/guestfish.pod:780
20518 #, no-wrap
20519 msgid ""
20520 " ><fs> luks-open /dev/sda2 luksdev\n"
20521 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
20522 "\n"
20523 msgstr ""
20524
20525 #. type: textblock
20526 #: ../fish/guestfish.pod:783
20527 msgid ""
20528 "Finally you have to tell LVM to scan for volume groups on the newly created "
20529 "mapper device:"
20530 msgstr ""
20531
20532 #. type: verbatim
20533 #: ../fish/guestfish.pod:786
20534 #, no-wrap
20535 msgid ""
20536 " vgscan\n"
20537 " vg-activate-all true\n"
20538 "\n"
20539 msgstr ""
20540
20541 #. type: textblock
20542 #: ../fish/guestfish.pod:789
20543 msgid "The logical volume(s) can now be mounted in the usual way."
20544 msgstr ""
20545
20546 #. type: textblock
20547 #: ../fish/guestfish.pod:791
20548 msgid ""
20549 "Before closing a LUKS device you must unmount any logical volumes on it and "
20550 "deactivate the volume groups by calling C<vg-activate false VG> on each "
20551 "one.  Then you can close the mapper device:"
20552 msgstr ""
20553
20554 #. type: verbatim
20555 #: ../fish/guestfish.pod:795
20556 #, no-wrap
20557 msgid ""
20558 " vg-activate false /dev/VG\n"
20559 " luks-close /dev/mapper/luksdev\n"
20560 "\n"
20561 msgstr ""
20562
20563 #. type: =head1
20564 #: ../fish/guestfish.pod:798 ../tools/virt-edit.pl:342
20565 msgid "WINDOWS PATHS"
20566 msgstr ""
20567
20568 #. type: textblock
20569 #: ../fish/guestfish.pod:800
20570 msgid ""
20571 "If a path is prefixed with C<win:> then you can use Windows-style drive "
20572 "letters and paths (with some limitations).  The following commands are "
20573 "equivalent:"
20574 msgstr ""
20575
20576 #. type: verbatim
20577 #: ../fish/guestfish.pod:804
20578 #, no-wrap
20579 msgid ""
20580 " file /WINDOWS/system32/config/system.LOG\n"
20581 "\n"
20582 msgstr ""
20583
20584 #. type: verbatim
20585 #: ../fish/guestfish.pod:806
20586 #, no-wrap
20587 msgid ""
20588 " file win:\\windows\\system32\\config\\system.log\n"
20589 "\n"
20590 msgstr ""
20591
20592 #. type: verbatim
20593 #: ../fish/guestfish.pod:808
20594 #, no-wrap
20595 msgid ""
20596 " file WIN:C:\\Windows\\SYSTEM32\\CONFIG\\SYSTEM.LOG\n"
20597 "\n"
20598 msgstr ""
20599
20600 #. type: textblock
20601 #: ../fish/guestfish.pod:810
20602 msgid ""
20603 "The parameter is rewritten \"behind the scenes\" by looking up the position "
20604 "where the drive is mounted, prepending that to the path, changing all "
20605 "backslash characters to forward slash, then resolving the result using "
20606 "L</case-sensitive-path>.  For example if the E: drive was mounted on C</e> "
20607 "then the parameter might be rewritten like this:"
20608 msgstr ""
20609
20610 #. type: verbatim
20611 #: ../fish/guestfish.pod:816
20612 #, no-wrap
20613 msgid ""
20614 " win:e:\\foo\\bar => /e/FOO/bar\n"
20615 "\n"
20616 msgstr ""
20617
20618 #. type: textblock
20619 #: ../fish/guestfish.pod:818
20620 msgid "This only works in argument positions that expect a path."
20621 msgstr ""
20622
20623 #. type: =head1
20624 #: ../fish/guestfish.pod:820
20625 msgid "UPLOADING AND DOWNLOADING FILES"
20626 msgstr ""
20627
20628 #. type: textblock
20629 #: ../fish/guestfish.pod:822
20630 msgid ""
20631 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
20632 "others which upload from or download to a local file, you can use the "
20633 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
20634 msgstr ""
20635
20636 #. type: verbatim
20637 #: ../fish/guestfish.pod:826
20638 #, no-wrap
20639 msgid ""
20640 " upload - /foo\n"
20641 "\n"
20642 msgstr ""
20643
20644 #. type: textblock
20645 #: ../fish/guestfish.pod:828
20646 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
20647 msgstr ""
20648
20649 #. type: verbatim
20650 #: ../fish/guestfish.pod:831
20651 #, no-wrap
20652 msgid ""
20653 " tar-out /etc - | tar tf -\n"
20654 "\n"
20655 msgstr ""
20656
20657 #. type: textblock
20658 #: ../fish/guestfish.pod:833
20659 msgid ""
20660 "writes the tarball to stdout and then pipes that into the external \"tar\" "
20661 "command (see L</PIPES>)."
20662 msgstr ""
20663
20664 #. type: textblock
20665 #: ../fish/guestfish.pod:836
20666 msgid ""
20667 "When using C<-> to read from stdin, the input is read up to the end of "
20668 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
20669 "some arbitrary end marker:"
20670 msgstr ""
20671
20672 #. type: verbatim
20673 #: ../fish/guestfish.pod:840
20674 #, no-wrap
20675 msgid ""
20676 " upload -<<END /foo\n"
20677 " input line 1\n"
20678 " input line 2\n"
20679 " input line 3\n"
20680 " END\n"
20681 "\n"
20682 msgstr ""
20683
20684 #. type: textblock
20685 #: ../fish/guestfish.pod:846
20686 msgid ""
20687 "Any string of characters can be used instead of C<END>.  The end marker must "
20688 "appear on a line of its own, without any preceeding or following characters "
20689 "(not even spaces)."
20690 msgstr ""
20691
20692 #. type: textblock
20693 #: ../fish/guestfish.pod:850
20694 msgid ""
20695 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
20696 "upload local files (so-called \"FileIn\" parameters in the generator)."
20697 msgstr ""
20698
20699 #. type: =head1
20700 #: ../fish/guestfish.pod:853
20701 msgid "EXIT ON ERROR BEHAVIOUR"
20702 msgstr ""
20703
20704 #. type: textblock
20705 #: ../fish/guestfish.pod:855
20706 msgid ""
20707 "By default, guestfish will ignore any errors when in interactive mode "
20708 "(ie. taking commands from a human over a tty), and will exit on the first "
20709 "error in non-interactive mode (scripts, commands given on the command line)."
20710 msgstr ""
20711
20712 #. type: textblock
20713 #: ../fish/guestfish.pod:860
20714 msgid ""
20715 "If you prefix a command with a I<-> character, then that command will not "
20716 "cause guestfish to exit, even if that (one) command returns an error."
20717 msgstr ""
20718
20719 #. type: =head1
20720 #: ../fish/guestfish.pod:864
20721 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
20722 msgstr ""
20723
20724 #. type: textblock
20725 #: ../fish/guestfish.pod:866
20726 msgid ""
20727 "Guestfish can be remote-controlled over a socket.  This is useful "
20728 "particularly in shell scripts where you want to make several different "
20729 "changes to a filesystem, but you don't want the overhead of starting up a "
20730 "guestfish process each time."
20731 msgstr ""
20732
20733 #. type: textblock
20734 #: ../fish/guestfish.pod:871
20735 msgid "Start a guestfish server process using:"
20736 msgstr ""
20737
20738 #. type: verbatim
20739 #: ../fish/guestfish.pod:873
20740 #, no-wrap
20741 msgid ""
20742 " eval \"`guestfish --listen`\"\n"
20743 "\n"
20744 msgstr ""
20745
20746 #. type: textblock
20747 #: ../fish/guestfish.pod:875
20748 msgid "and then send it commands by doing:"
20749 msgstr ""
20750
20751 #. type: verbatim
20752 #: ../fish/guestfish.pod:877
20753 #, no-wrap
20754 msgid ""
20755 " guestfish --remote cmd [...]\n"
20756 "\n"
20757 msgstr ""
20758
20759 #. type: textblock
20760 #: ../fish/guestfish.pod:879
20761 msgid "To cause the server to exit, send it the exit command:"
20762 msgstr ""
20763
20764 #. type: verbatim
20765 #: ../fish/guestfish.pod:881
20766 #, no-wrap
20767 msgid ""
20768 " guestfish --remote exit\n"
20769 "\n"
20770 msgstr ""
20771
20772 #. type: textblock
20773 #: ../fish/guestfish.pod:883
20774 msgid ""
20775 "Note that the server will normally exit if there is an error in a command.  "
20776 "You can change this in the usual way.  See section L</EXIT ON ERROR "
20777 "BEHAVIOUR>."
20778 msgstr ""
20779
20780 #. type: =head2
20781 #: ../fish/guestfish.pod:887
20782 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
20783 msgstr ""
20784
20785 #. type: textblock
20786 #: ../fish/guestfish.pod:889
20787 msgid ""
20788 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
20789 "is how the I<--remote> option knows where to send the commands.  You can "
20790 "have several guestfish listener processes running using:"
20791 msgstr ""
20792
20793 #. type: verbatim
20794 #: ../fish/guestfish.pod:893
20795 #, no-wrap
20796 msgid ""
20797 " eval \"`guestfish --listen`\"\n"
20798 " pid1=$GUESTFISH_PID\n"
20799 " eval \"`guestfish --listen`\"\n"
20800 " pid2=$GUESTFISH_PID\n"
20801 " ...\n"
20802 " guestfish --remote=$pid1 cmd\n"
20803 " guestfish --remote=$pid2 cmd\n"
20804 "\n"
20805 msgstr ""
20806
20807 #. type: =head2
20808 #: ../fish/guestfish.pod:901
20809 msgid "REMOTE CONTROL AND CSH"
20810 msgstr ""
20811
20812 #. type: textblock
20813 #: ../fish/guestfish.pod:903
20814 msgid ""
20815 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
20816 "option:"
20817 msgstr ""
20818
20819 #. type: verbatim
20820 #: ../fish/guestfish.pod:906
20821 #, no-wrap
20822 msgid ""
20823 " eval \"`guestfish --listen --csh`\"\n"
20824 "\n"
20825 msgstr ""
20826
20827 #. type: =head2
20828 #: ../fish/guestfish.pod:908
20829 msgid "REMOTE CONTROL DETAILS"
20830 msgstr ""
20831
20832 #. type: textblock
20833 #: ../fish/guestfish.pod:910
20834 msgid ""
20835 "Remote control happens over a Unix domain socket called "
20836 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
20837 "of the process, and C<$PID> is the process ID of the server."
20838 msgstr ""
20839
20840 #. type: textblock
20841 #: ../fish/guestfish.pod:914
20842 msgid "Guestfish client and server versions must match exactly."
20843 msgstr ""
20844
20845 #. type: =head1
20846 #: ../fish/guestfish.pod:916
20847 msgid "PREPARED DISK IMAGES"
20848 msgstr ""
20849
20850 #. type: textblock
20851 #: ../fish/guestfish.pod:918
20852 msgid ""
20853 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
20854 "preformatted disk images that guestfish can make for you to save typing.  "
20855 "This is particularly useful for testing purposes.  This option is used "
20856 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
20857 "can be mixed with I<-a>)."
20858 msgstr ""
20859
20860 #. type: textblock
20861 #: ../fish/guestfish.pod:924
20862 msgid ""
20863 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
20864 "the second and so on.  Existing files in the current directory are "
20865 "I<overwritten>."
20866 msgstr ""
20867
20868 #. type: textblock
20869 #: ../fish/guestfish.pod:928
20870 msgid ""
20871 "The type briefly describes how the disk should be sized, partitioned, how "
20872 "filesystem(s) should be created, and how content should be added.  "
20873 "Optionally the type can be followed by extra parameters, separated by C<:> "
20874 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
20875 "sparsely-allocated disk, containing a single partition, with the partition "
20876 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
20877 "on a 1GB disk instead."
20878 msgstr ""
20879
20880 #. type: textblock
20881 #: ../fish/guestfish.pod:936
20882 msgid "To list the available types and any extra parameters they take, run:"
20883 msgstr ""
20884
20885 #. type: textblock
20886 #: ../fish/guestfish.pod:940
20887 msgid ""
20888 "Note that the prepared filesystem is not mounted.  You would usually have to "
20889 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
20890 msgstr ""
20891
20892 #. type: textblock
20893 #: ../fish/guestfish.pod:944
20894 msgid ""
20895 "If any I<-N> or I<--new> options are given, the guest is automatically "
20896 "launched."
20897 msgstr ""
20898
20899 #. type: textblock
20900 #: ../fish/guestfish.pod:949
20901 msgid "Create a 100MB disk with an ext4-formatted partition:"
20902 msgstr ""
20903
20904 #. type: verbatim
20905 #: ../fish/guestfish.pod:951
20906 #, no-wrap
20907 msgid ""
20908 " guestfish -N fs:ext4\n"
20909 "\n"
20910 msgstr ""
20911
20912 #. type: textblock
20913 #: ../fish/guestfish.pod:953
20914 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
20915 msgstr ""
20916
20917 #. type: verbatim
20918 #: ../fish/guestfish.pod:955
20919 #, no-wrap
20920 msgid ""
20921 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
20922 "\n"
20923 msgstr ""
20924
20925 #. type: textblock
20926 #: ../fish/guestfish.pod:957
20927 msgid "Create a blank 200MB disk:"
20928 msgstr ""
20929
20930 #. type: verbatim
20931 #: ../fish/guestfish.pod:959
20932 #, no-wrap
20933 msgid ""
20934 " guestfish -N disk:200M\n"
20935 "\n"
20936 msgstr ""
20937
20938 #. type: =head1
20939 #: ../fish/guestfish.pod:961
20940 msgid "PROGRESS BARS"
20941 msgstr ""
20942
20943 #. type: textblock
20944 #: ../fish/guestfish.pod:963
20945 msgid ""
20946 "Some (not all) long-running commands send progress notification messages as "
20947 "they are running.  Guestfish turns these messages into progress bars."
20948 msgstr ""
20949
20950 #. type: textblock
20951 #: ../fish/guestfish.pod:967
20952 msgid ""
20953 "When a command that supports progress bars takes longer than two seconds to "
20954 "run, and if progress bars are enabled, then you will see one appearing below "
20955 "the command:"
20956 msgstr ""
20957
20958 #. type: verbatim
20959 #: ../fish/guestfish.pod:971
20960 #, no-wrap
20961 msgid ""
20962 " ><fs> copy-size /large-file /another-file 2048M\n"
20963 " / 10% [#####-----------------------------------------] 00:30\n"
20964 "\n"
20965 msgstr ""
20966
20967 #. type: textblock
20968 #: ../fish/guestfish.pod:974
20969 msgid ""
20970 "The spinner on the left hand side moves round once for every progress "
20971 "notification received from the backend.  This is a (reasonably) golden "
20972 "assurance that the command is \"doing something\" even if the progress bar "
20973 "is not moving, because the command is able to send the progress "
20974 "notifications.  When the bar reaches 100% and the command finishes, the "
20975 "spinner disappears."
20976 msgstr ""
20977
20978 #. type: textblock
20979 #: ../fish/guestfish.pod:981
20980 msgid ""
20981 "Progress bars are enabled by default when guestfish is used interactively.  "
20982 "You can enable them even for non-interactive modes using I<--progress-bars>, "
20983 "and you can disable them completely using I<--no-progress-bars>."
20984 msgstr ""
20985
20986 #. type: =head1
20987 #: ../fish/guestfish.pod:986
20988 msgid "GUESTFISH COMMANDS"
20989 msgstr ""
20990
20991 #. type: textblock
20992 #: ../fish/guestfish.pod:988
20993 msgid ""
20994 "The commands in this section are guestfish convenience commands, in other "
20995 "words, they are not part of the L<guestfs(3)> API."
20996 msgstr ""
20997
20998 #. type: =head2
20999 #: ../fish/guestfish.pod:991
21000 msgid "help"
21001 msgstr ""
21002
21003 #. type: verbatim
21004 #: ../fish/guestfish.pod:993
21005 #, no-wrap
21006 msgid ""
21007 " help\n"
21008 " help cmd\n"
21009 "\n"
21010 msgstr ""
21011
21012 #. type: textblock
21013 #: ../fish/guestfish.pod:996
21014 msgid "Without any parameter, this provides general help."
21015 msgstr ""
21016
21017 #. type: textblock
21018 #: ../fish/guestfish.pod:998
21019 msgid "With a C<cmd> parameter, this displays detailed help for that command."
21020 msgstr ""
21021
21022 #. type: =head2
21023 #: ../fish/guestfish.pod:1000
21024 msgid "quit | exit"
21025 msgstr ""
21026
21027 #. type: textblock
21028 #: ../fish/guestfish.pod:1002
21029 msgid "This exits guestfish.  You can also use C<^D> key."
21030 msgstr ""
21031
21032 #. type: textblock
21033 #: ../fish/guestfish.pod:1004
21034 msgid "@FISH_COMMANDS@"
21035 msgstr ""
21036
21037 #. type: =head1
21038 #: ../fish/guestfish.pod:1006
21039 msgid "COMMANDS"
21040 msgstr ""
21041
21042 #. type: =head1
21043 #: ../fish/guestfish.pod:1010 ../test-tool/libguestfs-test-tool.pod:77
21044 msgid "EXIT CODE"
21045 msgstr ""
21046
21047 #. type: textblock
21048 #: ../fish/guestfish.pod:1012
21049 msgid ""
21050 "guestfish returns 0 if the commands completed without error, or 1 if there "
21051 "was an error."
21052 msgstr ""
21053
21054 #. type: =item
21055 #: ../fish/guestfish.pod:1019
21056 msgid "EDITOR"
21057 msgstr ""
21058
21059 #. type: textblock
21060 #: ../fish/guestfish.pod:1021
21061 msgid ""
21062 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
21063 "C<vi>."
21064 msgstr ""
21065
21066 #. type: =item
21067 #: ../fish/guestfish.pod:1024
21068 msgid "GUESTFISH_PID"
21069 msgstr ""
21070
21071 #. type: textblock
21072 #: ../fish/guestfish.pod:1026
21073 msgid ""
21074 "Used with the I<--remote> option to specify the remote guestfish process to "
21075 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
21076 msgstr ""
21077
21078 #. type: =item
21079 #: ../fish/guestfish.pod:1030
21080 msgid "HEXEDITOR"
21081 msgstr ""
21082
21083 #. type: textblock
21084 #: ../fish/guestfish.pod:1032
21085 msgid ""
21086 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
21087 "not specified, the external L<hexedit(1)> program is used."
21088 msgstr ""
21089
21090 #. type: =item
21091 #: ../fish/guestfish.pod:1036
21092 msgid "HOME"
21093 msgstr ""
21094
21095 #. type: textblock
21096 #: ../fish/guestfish.pod:1038
21097 msgid ""
21098 "If compiled with GNU readline support, various files in the home directory "
21099 "can be used.  See L</FILES>."
21100 msgstr ""
21101
21102 #. type: textblock
21103 #: ../fish/guestfish.pod:1047
21104 msgid ""
21105 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
21106 "effect as using the B<-v> option."
21107 msgstr ""
21108
21109 #. type: textblock
21110 #: ../fish/guestfish.pod:1059
21111 msgid ""
21112 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
21113 "the discussion of paths in L<guestfs(3)>."
21114 msgstr ""
21115
21116 #. type: textblock
21117 #: ../fish/guestfish.pod:1070
21118 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
21119 msgstr ""
21120
21121 #. type: =item
21122 #: ../fish/guestfish.pod:1072
21123 msgid "PAGER"
21124 msgstr ""
21125
21126 #. type: textblock
21127 #: ../fish/guestfish.pod:1074
21128 msgid ""
21129 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
21130 "C<more>."
21131 msgstr ""
21132
21133 #. type: =head1
21134 #: ../fish/guestfish.pod:1090 ../fuse/guestmount.pod:262
21135 msgid "FILES"
21136 msgstr ""
21137
21138 #. type: =item
21139 #: ../fish/guestfish.pod:1094 ../fuse/guestmount.pod:266
21140 msgid "$HOME/.libguestfs-tools.rc"
21141 msgstr ""
21142
21143 #. type: =item
21144 #: ../fish/guestfish.pod:1096 ../fuse/guestmount.pod:268
21145 msgid "/etc/libguestfs-tools.conf"
21146 msgstr ""
21147
21148 #. type: textblock
21149 #: ../fish/guestfish.pod:1098 ../fuse/guestmount.pod:270
21150 msgid ""
21151 "This configuration file controls the default read-only or read-write mode "
21152 "(I<--ro> or I<--rw>)."
21153 msgstr ""
21154
21155 #. type: textblock
21156 #: ../fish/guestfish.pod:1101
21157 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
21158 msgstr ""
21159
21160 #. type: =item
21161 #: ../fish/guestfish.pod:1103
21162 msgid "$HOME/.guestfish"
21163 msgstr ""
21164
21165 #. type: textblock
21166 #: ../fish/guestfish.pod:1105
21167 msgid ""
21168 "If compiled with GNU readline support, then the command history is saved in "
21169 "this file."
21170 msgstr ""
21171
21172 #. type: =item
21173 #: ../fish/guestfish.pod:1108
21174 msgid "$HOME/.inputrc"
21175 msgstr ""
21176
21177 #. type: =item
21178 #: ../fish/guestfish.pod:1110
21179 msgid "/etc/inputrc"
21180 msgstr ""
21181
21182 #. type: textblock
21183 #: ../fish/guestfish.pod:1112
21184 msgid ""
21185 "If compiled with GNU readline support, then these files can be used to "
21186 "configure readline.  For further information, please see "
21187 "L<readline(3)/INITIALIZATION FILE>."
21188 msgstr ""
21189
21190 #. type: textblock
21191 #: ../fish/guestfish.pod:1116
21192 msgid "To write rules which only apply to guestfish, use:"
21193 msgstr ""
21194
21195 #. type: verbatim
21196 #: ../fish/guestfish.pod:1118
21197 #, no-wrap
21198 msgid ""
21199 " $if guestfish\n"
21200 " ...\n"
21201 " $endif\n"
21202 "\n"
21203 msgstr ""
21204
21205 #. type: textblock
21206 #: ../fish/guestfish.pod:1122
21207 msgid ""
21208 "Variables that you can set in inputrc that change the behaviour of guestfish "
21209 "in useful ways include:"
21210 msgstr ""
21211
21212 #. type: =item
21213 #: ../fish/guestfish.pod:1127
21214 msgid "completion-ignore-case (default: on)"
21215 msgstr ""
21216
21217 #. type: textblock
21218 #: ../fish/guestfish.pod:1129
21219 msgid ""
21220 "By default, guestfish will ignore case when tab-completing paths on the "
21221 "disk.  Use:"
21222 msgstr ""
21223
21224 #. type: verbatim
21225 #: ../fish/guestfish.pod:1132
21226 #, no-wrap
21227 msgid ""
21228 " set completion-ignore-case off\n"
21229 "\n"
21230 msgstr ""
21231
21232 #. type: textblock
21233 #: ../fish/guestfish.pod:1134
21234 msgid "to make guestfish case sensitive."
21235 msgstr ""
21236
21237 #. type: =item
21238 #: ../fish/guestfish.pod:1138
21239 msgid "test1.img"
21240 msgstr ""
21241
21242 #. type: =item
21243 #: ../fish/guestfish.pod:1140
21244 msgid "test2.img (etc)"
21245 msgstr ""
21246
21247 #. type: textblock
21248 #: ../fish/guestfish.pod:1142
21249 msgid ""
21250 "When using the I<-N> or I<--new> option, the prepared disk or filesystem "
21251 "will be created in the file C<test1.img> in the current directory.  The "
21252 "second use of I<-N> will use C<test2.img> and so on.  Any existing file with "
21253 "the same name will be overwritten."
21254 msgstr ""
21255
21256 #. type: textblock
21257 #: ../fish/guestfish.pod:1151
21258 msgid ""
21259 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, "
21260 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
21261 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
21262 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
21263 "L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, "
21264 "L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<hexedit(1)>."
21265 msgstr ""
21266
21267 #. type: textblock
21268 #: ../fish/guestfish.pod:1181 ../test-tool/libguestfs-test-tool.pod:102 ../fuse/guestmount.pod:297 ../tools/virt-edit.pl:518 ../tools/virt-win-reg.pl:606 ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309 ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
21269 msgid ""
21270 "This program is free software; you can redistribute it and/or modify it "
21271 "under the terms of the GNU General Public License as published by the Free "
21272 "Software Foundation; either version 2 of the License, or (at your option) "
21273 "any later version."
21274 msgstr ""
21275
21276 #. type: textblock
21277 #: ../fish/guestfish.pod:1186 ../test-tool/libguestfs-test-tool.pod:107 ../fuse/guestmount.pod:302 ../tools/virt-edit.pl:523 ../tools/virt-win-reg.pl:611 ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314 ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
21278 msgid ""
21279 "This program is distributed in the hope that it will be useful, but WITHOUT "
21280 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
21281 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
21282 "more details."
21283 msgstr ""
21284
21285 #. type: textblock
21286 #: ../fish/guestfish.pod:1191 ../test-tool/libguestfs-test-tool.pod:112 ../fuse/guestmount.pod:307 ../tools/virt-edit.pl:528 ../tools/virt-win-reg.pl:616 ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319 ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
21287 msgid ""
21288 "You should have received a copy of the GNU General Public License along with "
21289 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
21290 "Ave, Cambridge, MA 02139, USA."
21291 msgstr ""
21292
21293 #. type: =head2
21294 #: ../fish/guestfish-actions.pod:1
21295 msgid "add-cdrom"
21296 msgstr ""
21297
21298 #. type: verbatim
21299 #: ../fish/guestfish-actions.pod:3
21300 #, no-wrap
21301 msgid ""
21302 " add-cdrom filename\n"
21303 "\n"
21304 msgstr ""
21305
21306 #. type: textblock
21307 #: ../fish/guestfish-actions.pod:15
21308 msgid ""
21309 "This call checks for the existence of C<filename>.  This stops you from "
21310 "specifying other types of drive which are supported by qemu such as C<nbd:> "
21311 "and C<http:> URLs.  To specify those, use the general L</config> call "
21312 "instead."
21313 msgstr ""
21314
21315 #. type: textblock
21316 #: ../fish/guestfish-actions.pod:22
21317 msgid ""
21318 "If you just want to add an ISO file (often you use this as an efficient way "
21319 "to transfer large files into the guest), then you should probably use "
21320 "L</add-drive-ro> instead."
21321 msgstr ""
21322
21323 #. type: textblock
21324 #: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
21325 msgid ""
21326 "This function is deprecated.  In new code, use the L</add_drive_opts> call "
21327 "instead."
21328 msgstr ""
21329
21330 #. type: =head2
21331 #: ../fish/guestfish-actions.pod:35
21332 msgid "add-domain"
21333 msgstr ""
21334
21335 #. type: =head2
21336 #: ../fish/guestfish-actions.pod:37
21337 msgid "domain"
21338 msgstr ""
21339
21340 #. type: verbatim
21341 #: ../fish/guestfish-actions.pod:39
21342 #, no-wrap
21343 msgid ""
21344 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
21345 "\n"
21346 msgstr ""
21347
21348 #. type: textblock
21349 #: ../fish/guestfish-actions.pod:41
21350 msgid ""
21351 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
21352 "It works by connecting to libvirt, requesting the domain and domain XML from "
21353 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
21354 msgstr ""
21355
21356 #. type: textblock
21357 #: ../fish/guestfish-actions.pod:71
21358 msgid ""
21359 "The other optional parameters are passed directly through to "
21360 "L</add-drive-opts>."
21361 msgstr ""
21362
21363 #. type: textblock
21364 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138 ../fish/guestfish-actions.pod:3044
21365 msgid ""
21366 "This command has one or more optional arguments.  See L</OPTIONAL "
21367 "ARGUMENTS>."
21368 msgstr ""
21369
21370 #. type: =head2
21371 #: ../fish/guestfish-actions.pod:76
21372 msgid "add-drive"
21373 msgstr ""
21374
21375 #. type: verbatim
21376 #: ../fish/guestfish-actions.pod:78
21377 #, no-wrap
21378 msgid ""
21379 " add-drive filename\n"
21380 "\n"
21381 msgstr ""
21382
21383 #. type: textblock
21384 #: ../fish/guestfish-actions.pod:80
21385 msgid ""
21386 "This function is the equivalent of calling L</add-drive-opts> with no "
21387 "optional parameters, so the disk is added writable, with the format being "
21388 "detected automatically."
21389 msgstr ""
21390
21391 #. type: textblock
21392 #: ../fish/guestfish-actions.pod:84
21393 msgid ""
21394 "Automatic detection of the format opens you up to a potential security hole "
21395 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
21396 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
21397 "you should think about replacing calls to this function with calls to "
21398 "L</add-drive-opts>, and specifying the format."
21399 msgstr ""
21400
21401 #. type: =head2
21402 #: ../fish/guestfish-actions.pod:91
21403 msgid "add-drive-opts"
21404 msgstr ""
21405
21406 #. type: =head2
21407 #: ../fish/guestfish-actions.pod:93
21408 msgid "add"
21409 msgstr ""
21410
21411 #. type: verbatim
21412 #: ../fish/guestfish-actions.pod:95
21413 #, no-wrap
21414 msgid ""
21415 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
21416 "\n"
21417 msgstr ""
21418
21419 #. type: textblock
21420 #: ../fish/guestfish-actions.pod:122
21421 msgid ""
21422 "This forces the image format.  If you omit this (or use L</add-drive> or "
21423 "L</add-drive-ro>) then the format is automatically detected.  Possible "
21424 "formats include C<raw> and C<qcow2>."
21425 msgstr ""
21426
21427 #. type: textblock
21428 #: ../fish/guestfish-actions.pod:133
21429 msgid ""
21430 "This rarely-used option lets you emulate the behaviour of the deprecated "
21431 "L</add-drive-with-if> call (q.v.)"
21432 msgstr ""
21433
21434 #. type: =head2
21435 #: ../fish/guestfish-actions.pod:140
21436 msgid "add-drive-ro"
21437 msgstr ""
21438
21439 #. type: =head2
21440 #: ../fish/guestfish-actions.pod:142
21441 msgid "add-ro"
21442 msgstr ""
21443
21444 #. type: verbatim
21445 #: ../fish/guestfish-actions.pod:144
21446 #, no-wrap
21447 msgid ""
21448 " add-drive-ro filename\n"
21449 "\n"
21450 msgstr ""
21451
21452 #. type: textblock
21453 #: ../fish/guestfish-actions.pod:146
21454 msgid ""
21455 "This function is the equivalent of calling L</add-drive-opts> with the "
21456 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
21457 "is added read-only, with the format being detected automatically."
21458 msgstr ""
21459
21460 #. type: =head2
21461 #: ../fish/guestfish-actions.pod:151
21462 msgid "add-drive-ro-with-if"
21463 msgstr ""
21464
21465 #. type: verbatim
21466 #: ../fish/guestfish-actions.pod:153
21467 #, no-wrap
21468 msgid ""
21469 " add-drive-ro-with-if filename iface\n"
21470 "\n"
21471 msgstr ""
21472
21473 #. type: textblock
21474 #: ../fish/guestfish-actions.pod:155
21475 msgid ""
21476 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
21477 "interface emulation to use at run time."
21478 msgstr ""
21479
21480 #. type: =head2
21481 #: ../fish/guestfish-actions.pod:165
21482 msgid "add-drive-with-if"
21483 msgstr ""
21484
21485 #. type: verbatim
21486 #: ../fish/guestfish-actions.pod:167
21487 #, no-wrap
21488 msgid ""
21489 " add-drive-with-if filename iface\n"
21490 "\n"
21491 msgstr ""
21492
21493 #. type: textblock
21494 #: ../fish/guestfish-actions.pod:169
21495 msgid ""
21496 "This is the same as L</add-drive> but it allows you to specify the QEMU "
21497 "interface emulation to use at run time."
21498 msgstr ""
21499
21500 #. type: =head2
21501 #: ../fish/guestfish-actions.pod:179
21502 msgid "aug-clear"
21503 msgstr ""
21504
21505 #. type: verbatim
21506 #: ../fish/guestfish-actions.pod:181
21507 #, no-wrap
21508 msgid ""
21509 " aug-clear augpath\n"
21510 "\n"
21511 msgstr ""
21512
21513 #. type: =head2
21514 #: ../fish/guestfish-actions.pod:186
21515 msgid "aug-close"
21516 msgstr ""
21517
21518 #. type: verbatim
21519 #: ../fish/guestfish-actions.pod:188
21520 #, no-wrap
21521 msgid ""
21522 " aug-close\n"
21523 "\n"
21524 msgstr ""
21525
21526 #. type: textblock
21527 #: ../fish/guestfish-actions.pod:190
21528 msgid ""
21529 "Close the current Augeas handle and free up any resources used by it.  After "
21530 "calling this, you have to call L</aug-init> again before you can use any "
21531 "other Augeas functions."
21532 msgstr ""
21533
21534 #. type: =head2
21535 #: ../fish/guestfish-actions.pod:195
21536 msgid "aug-defnode"
21537 msgstr ""
21538
21539 #. type: verbatim
21540 #: ../fish/guestfish-actions.pod:197
21541 #, no-wrap
21542 msgid ""
21543 " aug-defnode name expr val\n"
21544 "\n"
21545 msgstr ""
21546
21547 #. type: textblock
21548 #: ../fish/guestfish-actions.pod:202
21549 msgid ""
21550 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
21551 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
21552 "containing that single node."
21553 msgstr ""
21554
21555 #. type: =head2
21556 #: ../fish/guestfish-actions.pod:210
21557 msgid "aug-defvar"
21558 msgstr ""
21559
21560 #. type: verbatim
21561 #: ../fish/guestfish-actions.pod:212
21562 #, no-wrap
21563 msgid ""
21564 " aug-defvar name expr\n"
21565 "\n"
21566 msgstr ""
21567
21568 #. type: =head2
21569 #: ../fish/guestfish-actions.pod:221
21570 msgid "aug-get"
21571 msgstr ""
21572
21573 #. type: verbatim
21574 #: ../fish/guestfish-actions.pod:223
21575 #, no-wrap
21576 msgid ""
21577 " aug-get augpath\n"
21578 "\n"
21579 msgstr ""
21580
21581 #. type: =head2
21582 #: ../fish/guestfish-actions.pod:228
21583 msgid "aug-init"
21584 msgstr ""
21585
21586 #. type: verbatim
21587 #: ../fish/guestfish-actions.pod:230
21588 #, no-wrap
21589 msgid ""
21590 " aug-init root flags\n"
21591 "\n"
21592 msgstr ""
21593
21594 #. type: textblock
21595 #: ../fish/guestfish-actions.pod:236
21596 msgid "You must call this before using any other L</aug-*> commands."
21597 msgstr ""
21598
21599 #. type: textblock
21600 #: ../fish/guestfish-actions.pod:271
21601 msgid "Do not load the tree in L</aug-init>."
21602 msgstr ""
21603
21604 #. type: textblock
21605 #: ../fish/guestfish-actions.pod:275
21606 msgid "To close the handle, you can call L</aug-close>."
21607 msgstr ""
21608
21609 #. type: =head2
21610 #: ../fish/guestfish-actions.pod:279
21611 msgid "aug-insert"
21612 msgstr ""
21613
21614 #. type: verbatim
21615 #: ../fish/guestfish-actions.pod:281
21616 #, no-wrap
21617 msgid ""
21618 " aug-insert augpath label true|false\n"
21619 "\n"
21620 msgstr ""
21621
21622 #. type: =head2
21623 #: ../fish/guestfish-actions.pod:291
21624 msgid "aug-load"
21625 msgstr ""
21626
21627 #. type: verbatim
21628 #: ../fish/guestfish-actions.pod:293
21629 #, no-wrap
21630 msgid ""
21631 " aug-load\n"
21632 "\n"
21633 msgstr ""
21634
21635 #. type: =head2
21636 #: ../fish/guestfish-actions.pod:300
21637 msgid "aug-ls"
21638 msgstr ""
21639
21640 #. type: verbatim
21641 #: ../fish/guestfish-actions.pod:302
21642 #, no-wrap
21643 msgid ""
21644 " aug-ls augpath\n"
21645 "\n"
21646 msgstr ""
21647
21648 #. type: textblock
21649 #: ../fish/guestfish-actions.pod:304
21650 msgid ""
21651 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
21652 "resulting nodes into alphabetical order."
21653 msgstr ""
21654
21655 #. type: =head2
21656 #: ../fish/guestfish-actions.pod:307
21657 msgid "aug-match"
21658 msgstr ""
21659
21660 #. type: verbatim
21661 #: ../fish/guestfish-actions.pod:309
21662 #, no-wrap
21663 msgid ""
21664 " aug-match augpath\n"
21665 "\n"
21666 msgstr ""
21667
21668 #. type: =head2
21669 #: ../fish/guestfish-actions.pod:315
21670 msgid "aug-mv"
21671 msgstr ""
21672
21673 #. type: verbatim
21674 #: ../fish/guestfish-actions.pod:317
21675 #, no-wrap
21676 msgid ""
21677 " aug-mv src dest\n"
21678 "\n"
21679 msgstr ""
21680
21681 #. type: =head2
21682 #: ../fish/guestfish-actions.pod:322
21683 msgid "aug-rm"
21684 msgstr ""
21685
21686 #. type: verbatim
21687 #: ../fish/guestfish-actions.pod:324
21688 #, no-wrap
21689 msgid ""
21690 " aug-rm augpath\n"
21691 "\n"
21692 msgstr ""
21693
21694 #. type: =head2
21695 #: ../fish/guestfish-actions.pod:330
21696 msgid "aug-save"
21697 msgstr ""
21698
21699 #. type: verbatim
21700 #: ../fish/guestfish-actions.pod:332
21701 #, no-wrap
21702 msgid ""
21703 " aug-save\n"
21704 "\n"
21705 msgstr ""
21706
21707 #. type: textblock
21708 #: ../fish/guestfish-actions.pod:336
21709 msgid ""
21710 "The flags which were passed to L</aug-init> affect exactly how files are "
21711 "saved."
21712 msgstr ""
21713
21714 #. type: =head2
21715 #: ../fish/guestfish-actions.pod:339
21716 msgid "aug-set"
21717 msgstr ""
21718
21719 #. type: verbatim
21720 #: ../fish/guestfish-actions.pod:341
21721 #, no-wrap
21722 msgid ""
21723 " aug-set augpath val\n"
21724 "\n"
21725 msgstr ""
21726
21727 #. type: textblock
21728 #: ../fish/guestfish-actions.pod:345
21729 msgid ""
21730 "In the Augeas API, it is possible to clear a node by setting the value to "
21731 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
21732 "this call.  Instead you must use the L</aug-clear> call."
21733 msgstr ""
21734
21735 #. type: =head2
21736 #: ../fish/guestfish-actions.pod:350
21737 msgid "available"
21738 msgstr ""
21739
21740 #. type: verbatim
21741 #: ../fish/guestfish-actions.pod:352
21742 #, no-wrap
21743 msgid ""
21744 " available 'groups ...'\n"
21745 "\n"
21746 msgstr ""
21747
21748 #. type: textblock
21749 #: ../fish/guestfish-actions.pod:358
21750 msgid ""
21751 "The libguestfs groups, and the functions that those groups correspond to, "
21752 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
21753 "runtime by calling L</available-all-groups>."
21754 msgstr ""
21755
21756 #. type: textblock
21757 #: ../fish/guestfish-actions.pod:382
21758 msgid "You must call L</launch> before calling this function."
21759 msgstr ""
21760
21761 #. type: textblock
21762 #: ../fish/guestfish-actions.pod:404
21763 msgid ""
21764 "This call was added in version C<1.0.80>.  In previous versions of "
21765 "libguestfs all you could do would be to speculatively execute a command to "
21766 "find out if the daemon implemented it.  See also L</version>."
21767 msgstr ""
21768
21769 #. type: =head2
21770 #: ../fish/guestfish-actions.pod:411
21771 msgid "available-all-groups"
21772 msgstr ""
21773
21774 #. type: verbatim
21775 #: ../fish/guestfish-actions.pod:413
21776 #, no-wrap
21777 msgid ""
21778 " available-all-groups\n"
21779 "\n"
21780 msgstr ""
21781
21782 #. type: textblock
21783 #: ../fish/guestfish-actions.pod:415
21784 msgid ""
21785 "This command returns a list of all optional groups that this daemon knows "
21786 "about.  Note this returns both supported and unsupported groups.  To find "
21787 "out which ones the daemon can actually support you have to call "
21788 "L</available> on each member of the returned list."
21789 msgstr ""
21790
21791 #. type: textblock
21792 #: ../fish/guestfish-actions.pod:421
21793 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
21794 msgstr ""
21795
21796 #. type: =head2
21797 #: ../fish/guestfish-actions.pod:423
21798 msgid "base64-in"
21799 msgstr ""
21800
21801 #. type: verbatim
21802 #: ../fish/guestfish-actions.pod:425
21803 #, no-wrap
21804 msgid ""
21805 " base64-in (base64file|-) filename\n"
21806 "\n"
21807 msgstr ""
21808
21809 #. type: textblock
21810 #: ../fish/guestfish-actions.pod:430 ../fish/guestfish-actions.pod:439 ../fish/guestfish-actions.pod:663 ../fish/guestfish-actions.pod:832 ../fish/guestfish-actions.pod:851 ../fish/guestfish-actions.pod:1225 ../fish/guestfish-actions.pod:4486 ../fish/guestfish-actions.pod:4498 ../fish/guestfish-actions.pod:4509 ../fish/guestfish-actions.pod:4520 ../fish/guestfish-actions.pod:4572 ../fish/guestfish-actions.pod:4581 ../fish/guestfish-actions.pod:4635 ../fish/guestfish-actions.pod:4658
21811 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
21812 msgstr ""
21813
21814 #. type: =head2
21815 #: ../fish/guestfish-actions.pod:432
21816 msgid "base64-out"
21817 msgstr ""
21818
21819 #. type: verbatim
21820 #: ../fish/guestfish-actions.pod:434
21821 #, no-wrap
21822 msgid ""
21823 " base64-out filename (base64file|-)\n"
21824 "\n"
21825 msgstr ""
21826
21827 #. type: =head2
21828 #: ../fish/guestfish-actions.pod:441
21829 msgid "blockdev-flushbufs"
21830 msgstr ""
21831
21832 #. type: verbatim
21833 #: ../fish/guestfish-actions.pod:443
21834 #, no-wrap
21835 msgid ""
21836 " blockdev-flushbufs device\n"
21837 "\n"
21838 msgstr ""
21839
21840 #. type: =head2
21841 #: ../fish/guestfish-actions.pod:450
21842 msgid "blockdev-getbsz"
21843 msgstr ""
21844
21845 #. type: verbatim
21846 #: ../fish/guestfish-actions.pod:452
21847 #, no-wrap
21848 msgid ""
21849 " blockdev-getbsz device\n"
21850 "\n"
21851 msgstr ""
21852
21853 #. type: =head2
21854 #: ../fish/guestfish-actions.pod:461
21855 msgid "blockdev-getro"
21856 msgstr ""
21857
21858 #. type: verbatim
21859 #: ../fish/guestfish-actions.pod:463
21860 #, no-wrap
21861 msgid ""
21862 " blockdev-getro device\n"
21863 "\n"
21864 msgstr ""
21865
21866 #. type: =head2
21867 #: ../fish/guestfish-actions.pod:470
21868 msgid "blockdev-getsize64"
21869 msgstr ""
21870
21871 #. type: verbatim
21872 #: ../fish/guestfish-actions.pod:472
21873 #, no-wrap
21874 msgid ""
21875 " blockdev-getsize64 device\n"
21876 "\n"
21877 msgstr ""
21878
21879 #. type: textblock
21880 #: ../fish/guestfish-actions.pod:476
21881 msgid "See also L</blockdev-getsz>."
21882 msgstr ""
21883
21884 #. type: =head2
21885 #: ../fish/guestfish-actions.pod:480
21886 msgid "blockdev-getss"
21887 msgstr ""
21888
21889 #. type: verbatim
21890 #: ../fish/guestfish-actions.pod:482
21891 #, no-wrap
21892 msgid ""
21893 " blockdev-getss device\n"
21894 "\n"
21895 msgstr ""
21896
21897 #. type: textblock
21898 #: ../fish/guestfish-actions.pod:487
21899 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
21900 msgstr ""
21901
21902 #. type: =head2
21903 #: ../fish/guestfish-actions.pod:492
21904 msgid "blockdev-getsz"
21905 msgstr ""
21906
21907 #. type: verbatim
21908 #: ../fish/guestfish-actions.pod:494
21909 #, no-wrap
21910 msgid ""
21911 " blockdev-getsz device\n"
21912 "\n"
21913 msgstr ""
21914
21915 #. type: textblock
21916 #: ../fish/guestfish-actions.pod:499
21917 msgid ""
21918 "See also L</blockdev-getss> for the real sector size of the device, and "
21919 "L</blockdev-getsize64> for the more useful I<size in bytes>."
21920 msgstr ""
21921
21922 #. type: =head2
21923 #: ../fish/guestfish-actions.pod:505
21924 msgid "blockdev-rereadpt"
21925 msgstr ""
21926
21927 #. type: verbatim
21928 #: ../fish/guestfish-actions.pod:507
21929 #, no-wrap
21930 msgid ""
21931 " blockdev-rereadpt device\n"
21932 "\n"
21933 msgstr ""
21934
21935 #. type: =head2
21936 #: ../fish/guestfish-actions.pod:513
21937 msgid "blockdev-setbsz"
21938 msgstr ""
21939
21940 #. type: verbatim
21941 #: ../fish/guestfish-actions.pod:515
21942 #, no-wrap
21943 msgid ""
21944 " blockdev-setbsz device blocksize\n"
21945 "\n"
21946 msgstr ""
21947
21948 #. type: =head2
21949 #: ../fish/guestfish-actions.pod:524
21950 msgid "blockdev-setro"
21951 msgstr ""
21952
21953 #. type: verbatim
21954 #: ../fish/guestfish-actions.pod:526
21955 #, no-wrap
21956 msgid ""
21957 " blockdev-setro device\n"
21958 "\n"
21959 msgstr ""
21960
21961 #. type: =head2
21962 #: ../fish/guestfish-actions.pod:532
21963 msgid "blockdev-setrw"
21964 msgstr ""
21965
21966 #. type: verbatim
21967 #: ../fish/guestfish-actions.pod:534
21968 #, no-wrap
21969 msgid ""
21970 " blockdev-setrw device\n"
21971 "\n"
21972 msgstr ""
21973
21974 #. type: =head2
21975 #: ../fish/guestfish-actions.pod:540
21976 msgid "case-sensitive-path"
21977 msgstr ""
21978
21979 #. type: verbatim
21980 #: ../fish/guestfish-actions.pod:542
21981 #, no-wrap
21982 msgid ""
21983 " case-sensitive-path path\n"
21984 "\n"
21985 msgstr ""
21986
21987 #. type: textblock
21988 #: ../fish/guestfish-actions.pod:566
21989 msgid ""
21990 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
21991 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
21992 "how the directories were originally created under Windows)."
21993 msgstr ""
21994
21995 #. type: textblock
21996 #: ../fish/guestfish-actions.pod:574
21997 msgid "See also L</realpath>."
21998 msgstr ""
21999
22000 #. type: =head2
22001 #: ../fish/guestfish-actions.pod:576
22002 msgid "cat"
22003 msgstr ""
22004
22005 #. type: verbatim
22006 #: ../fish/guestfish-actions.pod:578
22007 #, no-wrap
22008 msgid ""
22009 " cat path\n"
22010 "\n"
22011 msgstr ""
22012
22013 #. type: textblock
22014 #: ../fish/guestfish-actions.pod:582
22015 msgid ""
22016 "Note that this function cannot correctly handle binary files (specifically, "
22017 "files containing C<\\0> character which is treated as end of string).  For "
22018 "those you need to use the L</read-file> or L</download> functions which have "
22019 "a more complex interface."
22020 msgstr ""
22021
22022 #. type: =head2
22023 #: ../fish/guestfish-actions.pod:590
22024 msgid "checksum"
22025 msgstr ""
22026
22027 #. type: verbatim
22028 #: ../fish/guestfish-actions.pod:592
22029 #, no-wrap
22030 msgid ""
22031 " checksum csumtype path\n"
22032 "\n"
22033 msgstr ""
22034
22035 #. type: textblock
22036 #: ../fish/guestfish-actions.pod:635
22037 msgid "To get the checksum for a device, use L</checksum-device>."
22038 msgstr ""
22039
22040 #. type: textblock
22041 #: ../fish/guestfish-actions.pod:637
22042 msgid "To get the checksums for many files, use L</checksums-out>."
22043 msgstr ""
22044
22045 #. type: =head2
22046 #: ../fish/guestfish-actions.pod:639
22047 msgid "checksum-device"
22048 msgstr ""
22049
22050 #. type: verbatim
22051 #: ../fish/guestfish-actions.pod:641
22052 #, no-wrap
22053 msgid ""
22054 " checksum-device csumtype device\n"
22055 "\n"
22056 msgstr ""
22057
22058 #. type: textblock
22059 #: ../fish/guestfish-actions.pod:643
22060 msgid ""
22061 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
22062 "device named C<device>.  For the types of checksums supported see the "
22063 "L</checksum> command."
22064 msgstr ""
22065
22066 #. type: =head2
22067 #: ../fish/guestfish-actions.pod:647
22068 msgid "checksums-out"
22069 msgstr ""
22070
22071 #. type: verbatim
22072 #: ../fish/guestfish-actions.pod:649
22073 #, no-wrap
22074 msgid ""
22075 " checksums-out csumtype directory (sumsfile|-)\n"
22076 "\n"
22077 msgstr ""
22078
22079 #. type: =head2
22080 #: ../fish/guestfish-actions.pod:665
22081 msgid "chmod"
22082 msgstr ""
22083
22084 #. type: verbatim
22085 #: ../fish/guestfish-actions.pod:667
22086 #, no-wrap
22087 msgid ""
22088 " chmod mode path\n"
22089 "\n"
22090 msgstr ""
22091
22092 #. type: =head2
22093 #: ../fish/guestfish-actions.pod:678
22094 msgid "chown"
22095 msgstr ""
22096
22097 #. type: verbatim
22098 #: ../fish/guestfish-actions.pod:680
22099 #, no-wrap
22100 msgid ""
22101 " chown owner group path\n"
22102 "\n"
22103 msgstr ""
22104
22105 #. type: =head2
22106 #: ../fish/guestfish-actions.pod:688
22107 msgid "command"
22108 msgstr ""
22109
22110 #. type: verbatim
22111 #: ../fish/guestfish-actions.pod:690
22112 #, no-wrap
22113 msgid ""
22114 " command 'arguments ...'\n"
22115 "\n"
22116 msgstr ""
22117
22118 #. type: textblock
22119 #: ../fish/guestfish-actions.pod:697
22120 msgid ""
22121 "The single parameter is an argv-style list of arguments.  The first element "
22122 "is the name of the program to run.  Subsequent elements are parameters.  The "
22123 "list must be non-empty (ie. must contain a program name).  Note that the "
22124 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
22125 msgstr ""
22126
22127 #. type: =head2
22128 #: ../fish/guestfish-actions.pod:725
22129 msgid "command-lines"
22130 msgstr ""
22131
22132 #. type: verbatim
22133 #: ../fish/guestfish-actions.pod:727
22134 #, no-wrap
22135 msgid ""
22136 " command-lines 'arguments ...'\n"
22137 "\n"
22138 msgstr ""
22139
22140 #. type: textblock
22141 #: ../fish/guestfish-actions.pod:729
22142 msgid "This is the same as L</command>, but splits the result into a list of lines."
22143 msgstr ""
22144
22145 #. type: textblock
22146 #: ../fish/guestfish-actions.pod:732
22147 msgid "See also: L</sh-lines>"
22148 msgstr ""
22149
22150 #. type: =head2
22151 #: ../fish/guestfish-actions.pod:737
22152 msgid "config"
22153 msgstr ""
22154
22155 #. type: verbatim
22156 #: ../fish/guestfish-actions.pod:739
22157 #, no-wrap
22158 msgid ""
22159 " config qemuparam qemuvalue\n"
22160 "\n"
22161 msgstr ""
22162
22163 #. type: =head2
22164 #: ../fish/guestfish-actions.pod:750
22165 msgid "copy-size"
22166 msgstr ""
22167
22168 #. type: verbatim
22169 #: ../fish/guestfish-actions.pod:752
22170 #, no-wrap
22171 msgid ""
22172 " copy-size src dest size\n"
22173 "\n"
22174 msgstr ""
22175
22176 #. type: =head2
22177 #: ../fish/guestfish-actions.pod:760
22178 msgid "cp"
22179 msgstr ""
22180
22181 #. type: verbatim
22182 #: ../fish/guestfish-actions.pod:762
22183 #, no-wrap
22184 msgid ""
22185 " cp src dest\n"
22186 "\n"
22187 msgstr ""
22188
22189 #. type: =head2
22190 #: ../fish/guestfish-actions.pod:767
22191 msgid "cp-a"
22192 msgstr ""
22193
22194 #. type: verbatim
22195 #: ../fish/guestfish-actions.pod:769
22196 #, no-wrap
22197 msgid ""
22198 " cp-a src dest\n"
22199 "\n"
22200 msgstr ""
22201
22202 #. type: =head2
22203 #: ../fish/guestfish-actions.pod:774
22204 msgid "dd"
22205 msgstr ""
22206
22207 #. type: verbatim
22208 #: ../fish/guestfish-actions.pod:776
22209 #, no-wrap
22210 msgid ""
22211 " dd src dest\n"
22212 "\n"
22213 msgstr ""
22214
22215 #. type: textblock
22216 #: ../fish/guestfish-actions.pod:783
22217 msgid ""
22218 "If the destination is a device, it must be as large or larger than the "
22219 "source file or device, otherwise the copy will fail.  This command cannot do "
22220 "partial copies (see L</copy-size>)."
22221 msgstr ""
22222
22223 #. type: =head2
22224 #: ../fish/guestfish-actions.pod:787
22225 msgid "df"
22226 msgstr ""
22227
22228 #. type: verbatim
22229 #: ../fish/guestfish-actions.pod:789
22230 #, no-wrap
22231 msgid ""
22232 " df\n"
22233 "\n"
22234 msgstr ""
22235
22236 #. type: textblock
22237 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
22238 msgid ""
22239 "This command is mostly useful for interactive sessions.  It is I<not> "
22240 "intended that you try to parse the output string.  Use L</statvfs> from "
22241 "programs."
22242 msgstr ""
22243
22244 #. type: =head2
22245 #: ../fish/guestfish-actions.pod:797
22246 msgid "df-h"
22247 msgstr ""
22248
22249 #. type: verbatim
22250 #: ../fish/guestfish-actions.pod:799
22251 #, no-wrap
22252 msgid ""
22253 " df-h\n"
22254 "\n"
22255 msgstr ""
22256
22257 #. type: =head2
22258 #: ../fish/guestfish-actions.pod:808
22259 msgid "dmesg"
22260 msgstr ""
22261
22262 #. type: verbatim
22263 #: ../fish/guestfish-actions.pod:810
22264 #, no-wrap
22265 msgid ""
22266 " dmesg\n"
22267 "\n"
22268 msgstr ""
22269
22270 #. type: textblock
22271 #: ../fish/guestfish-actions.pod:816
22272 msgid ""
22273 "Another way to get the same information is to enable verbose messages with "
22274 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
22275 "before running the program."
22276 msgstr ""
22277
22278 #. type: =head2
22279 #: ../fish/guestfish-actions.pod:821
22280 msgid "download"
22281 msgstr ""
22282
22283 #. type: verbatim
22284 #: ../fish/guestfish-actions.pod:823
22285 #, no-wrap
22286 msgid ""
22287 " download remotefilename (filename|-)\n"
22288 "\n"
22289 msgstr ""
22290
22291 #. type: textblock
22292 #: ../fish/guestfish-actions.pod:830
22293 msgid "See also L</upload>, L</cat>."
22294 msgstr ""
22295
22296 #. type: =head2
22297 #: ../fish/guestfish-actions.pod:834
22298 msgid "download-offset"
22299 msgstr ""
22300
22301 #. type: verbatim
22302 #: ../fish/guestfish-actions.pod:836
22303 #, no-wrap
22304 msgid ""
22305 " download-offset remotefilename (filename|-) offset size\n"
22306 "\n"
22307 msgstr ""
22308
22309 #. type: textblock
22310 #: ../fish/guestfish-actions.pod:844
22311 msgid ""
22312 "Note that there is no limit on the amount of data that can be downloaded "
22313 "with this call, unlike with L</pread>, and this call always reads the full "
22314 "amount unless an error occurs."
22315 msgstr ""
22316
22317 #. type: textblock
22318 #: ../fish/guestfish-actions.pod:849
22319 msgid "See also L</download>, L</pread>."
22320 msgstr ""
22321
22322 #. type: =head2
22323 #: ../fish/guestfish-actions.pod:853
22324 msgid "drop-caches"
22325 msgstr ""
22326
22327 #. type: verbatim
22328 #: ../fish/guestfish-actions.pod:855
22329 #, no-wrap
22330 msgid ""
22331 " drop-caches whattodrop\n"
22332 "\n"
22333 msgstr ""
22334
22335 #. type: =head2
22336 #: ../fish/guestfish-actions.pod:867
22337 msgid "du"
22338 msgstr ""
22339
22340 #. type: verbatim
22341 #: ../fish/guestfish-actions.pod:869
22342 #, no-wrap
22343 msgid ""
22344 " du path\n"
22345 "\n"
22346 msgstr ""
22347
22348 #. type: =head2
22349 #: ../fish/guestfish-actions.pod:881
22350 msgid "e2fsck-f"
22351 msgstr ""
22352
22353 #. type: verbatim
22354 #: ../fish/guestfish-actions.pod:883
22355 #, no-wrap
22356 msgid ""
22357 " e2fsck-f device\n"
22358 "\n"
22359 msgstr ""
22360
22361 #. type: textblock
22362 #: ../fish/guestfish-actions.pod:889
22363 msgid ""
22364 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
22365 "should use L</fsck>."
22366 msgstr ""
22367
22368 #. type: =head2
22369 #: ../fish/guestfish-actions.pod:892
22370 msgid "echo-daemon"
22371 msgstr ""
22372
22373 #. type: verbatim
22374 #: ../fish/guestfish-actions.pod:894
22375 #, no-wrap
22376 msgid ""
22377 " echo-daemon 'words ...'\n"
22378 "\n"
22379 msgstr ""
22380
22381 #. type: textblock
22382 #: ../fish/guestfish-actions.pod:901
22383 msgid "See also L</ping-daemon>."
22384 msgstr ""
22385
22386 #. type: =head2
22387 #: ../fish/guestfish-actions.pod:903
22388 msgid "egrep"
22389 msgstr ""
22390
22391 #. type: verbatim
22392 #: ../fish/guestfish-actions.pod:905
22393 #, no-wrap
22394 msgid ""
22395 " egrep regex path\n"
22396 "\n"
22397 msgstr ""
22398
22399 #. type: =head2
22400 #: ../fish/guestfish-actions.pod:913
22401 msgid "egrepi"
22402 msgstr ""
22403
22404 #. type: verbatim
22405 #: ../fish/guestfish-actions.pod:915
22406 #, no-wrap
22407 msgid ""
22408 " egrepi regex path\n"
22409 "\n"
22410 msgstr ""
22411
22412 #. type: =head2
22413 #: ../fish/guestfish-actions.pod:923
22414 msgid "equal"
22415 msgstr ""
22416
22417 #. type: verbatim
22418 #: ../fish/guestfish-actions.pod:925
22419 #, no-wrap
22420 msgid ""
22421 " equal file1 file2\n"
22422 "\n"
22423 msgstr ""
22424
22425 #. type: =head2
22426 #: ../fish/guestfish-actions.pod:932
22427 msgid "exists"
22428 msgstr ""
22429
22430 #. type: verbatim
22431 #: ../fish/guestfish-actions.pod:934
22432 #, no-wrap
22433 msgid ""
22434 " exists path\n"
22435 "\n"
22436 msgstr ""
22437
22438 #. type: textblock
22439 #: ../fish/guestfish-actions.pod:939
22440 msgid "See also L</is-file>, L</is-dir>, L</stat>."
22441 msgstr ""
22442
22443 #. type: =head2
22444 #: ../fish/guestfish-actions.pod:941
22445 msgid "fallocate"
22446 msgstr ""
22447
22448 #. type: verbatim
22449 #: ../fish/guestfish-actions.pod:943
22450 #, no-wrap
22451 msgid ""
22452 " fallocate path len\n"
22453 "\n"
22454 msgstr ""
22455
22456 #. type: textblock
22457 #: ../fish/guestfish-actions.pod:953
22458 msgid ""
22459 "This function is deprecated.  In new code, use the L</fallocate64> call "
22460 "instead."
22461 msgstr ""
22462
22463 #. type: =head2
22464 #: ../fish/guestfish-actions.pod:960
22465 msgid "fallocate64"
22466 msgstr ""
22467
22468 #. type: verbatim
22469 #: ../fish/guestfish-actions.pod:962
22470 #, no-wrap
22471 msgid ""
22472 " fallocate64 path len\n"
22473 "\n"
22474 msgstr ""
22475
22476 #. type: textblock
22477 #: ../fish/guestfish-actions.pod:968
22478 msgid ""
22479 "Note that this call allocates disk blocks for the file.  To create a sparse "
22480 "file use L</truncate-size> instead."
22481 msgstr ""
22482
22483 #. type: textblock
22484 #: ../fish/guestfish-actions.pod:971
22485 msgid ""
22486 "The deprecated call L</fallocate> does the same, but owing to an oversight "
22487 "it only allowed 30 bit lengths to be specified, effectively limiting the "
22488 "maximum size of files created through that call to 1GB."
22489 msgstr ""
22490
22491 #. type: =head2
22492 #: ../fish/guestfish-actions.pod:980
22493 msgid "fgrep"
22494 msgstr ""
22495
22496 #. type: verbatim
22497 #: ../fish/guestfish-actions.pod:982
22498 #, no-wrap
22499 msgid ""
22500 " fgrep pattern path\n"
22501 "\n"
22502 msgstr ""
22503
22504 #. type: =head2
22505 #: ../fish/guestfish-actions.pod:990
22506 msgid "fgrepi"
22507 msgstr ""
22508
22509 #. type: verbatim
22510 #: ../fish/guestfish-actions.pod:992
22511 #, no-wrap
22512 msgid ""
22513 " fgrepi pattern path\n"
22514 "\n"
22515 msgstr ""
22516
22517 #. type: =head2
22518 #: ../fish/guestfish-actions.pod:1000
22519 msgid "file"
22520 msgstr ""
22521
22522 #. type: verbatim
22523 #: ../fish/guestfish-actions.pod:1002
22524 #, no-wrap
22525 msgid ""
22526 " file path\n"
22527 "\n"
22528 msgstr ""
22529
22530 #. type: textblock
22531 #: ../fish/guestfish-actions.pod:1018
22532 msgid ""
22533 "See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
22534 "(etc)."
22535 msgstr ""
22536
22537 #. type: =head2
22538 #: ../fish/guestfish-actions.pod:1021
22539 msgid "file-architecture"
22540 msgstr ""
22541
22542 #. type: verbatim
22543 #: ../fish/guestfish-actions.pod:1023
22544 #, no-wrap
22545 msgid ""
22546 " file-architecture filename\n"
22547 "\n"
22548 msgstr ""
22549
22550 #. type: =head2
22551 #: ../fish/guestfish-actions.pod:1126
22552 msgid "filesize"
22553 msgstr ""
22554
22555 #. type: verbatim
22556 #: ../fish/guestfish-actions.pod:1128
22557 #, no-wrap
22558 msgid ""
22559 " filesize file\n"
22560 "\n"
22561 msgstr ""
22562
22563 #. type: textblock
22564 #: ../fish/guestfish-actions.pod:1132
22565 msgid ""
22566 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
22567 "L</is-file> etc.  To get the size of block devices, use "
22568 "L</blockdev-getsize64>."
22569 msgstr ""
22570
22571 #. type: =head2
22572 #: ../fish/guestfish-actions.pod:1136
22573 msgid "fill"
22574 msgstr ""
22575
22576 #. type: verbatim
22577 #: ../fish/guestfish-actions.pod:1138
22578 #, no-wrap
22579 msgid ""
22580 " fill c len path\n"
22581 "\n"
22582 msgstr ""
22583
22584 #. type: textblock
22585 #: ../fish/guestfish-actions.pod:1144
22586 msgid ""
22587 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
22588 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
22589 "L</fill-pattern>."
22590 msgstr ""
22591
22592 #. type: =head2
22593 #: ../fish/guestfish-actions.pod:1149
22594 msgid "fill-pattern"
22595 msgstr ""
22596
22597 #. type: verbatim
22598 #: ../fish/guestfish-actions.pod:1151
22599 #, no-wrap
22600 msgid ""
22601 " fill-pattern pattern len path\n"
22602 "\n"
22603 msgstr ""
22604
22605 #. type: textblock
22606 #: ../fish/guestfish-actions.pod:1153
22607 msgid ""
22608 "This function is like L</fill> except that it creates a new file of length "
22609 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
22610 "is truncated if necessary to ensure the length of the file is exactly C<len> "
22611 "bytes."
22612 msgstr ""
22613
22614 #. type: =head2
22615 #: ../fish/guestfish-actions.pod:1158
22616 msgid "find"
22617 msgstr ""
22618
22619 #. type: verbatim
22620 #: ../fish/guestfish-actions.pod:1160
22621 #, no-wrap
22622 msgid ""
22623 " find directory\n"
22624 "\n"
22625 msgstr ""
22626
22627 #. type: textblock
22628 #: ../fish/guestfish-actions.pod:1174
22629 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
22630 msgstr ""
22631
22632 #. type: textblock
22633 #: ../fish/guestfish-actions.pod:1187
22634 msgid "See also L</find0>."
22635 msgstr ""
22636
22637 #. type: =head2
22638 #: ../fish/guestfish-actions.pod:1192
22639 msgid "find0"
22640 msgstr ""
22641
22642 #. type: verbatim
22643 #: ../fish/guestfish-actions.pod:1194
22644 #, no-wrap
22645 msgid ""
22646 " find0 directory (files|-)\n"
22647 "\n"
22648 msgstr ""
22649
22650 #. type: textblock
22651 #: ../fish/guestfish-actions.pod:1200
22652 msgid "This command works the same way as L</find> with the following exceptions:"
22653 msgstr ""
22654
22655 #. type: =head2
22656 #: ../fish/guestfish-actions.pod:1227
22657 msgid "findfs-label"
22658 msgstr ""
22659
22660 #. type: verbatim
22661 #: ../fish/guestfish-actions.pod:1229
22662 #, no-wrap
22663 msgid ""
22664 " findfs-label label\n"
22665 "\n"
22666 msgstr ""
22667
22668 #. type: textblock
22669 #: ../fish/guestfish-actions.pod:1235
22670 msgid "To find the label of a filesystem, use L</vfs-label>."
22671 msgstr ""
22672
22673 #. type: =head2
22674 #: ../fish/guestfish-actions.pod:1237
22675 msgid "findfs-uuid"
22676 msgstr ""
22677
22678 #. type: verbatim
22679 #: ../fish/guestfish-actions.pod:1239
22680 #, no-wrap
22681 msgid ""
22682 " findfs-uuid uuid\n"
22683 "\n"
22684 msgstr ""
22685
22686 #. type: textblock
22687 #: ../fish/guestfish-actions.pod:1245
22688 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
22689 msgstr ""
22690
22691 #. type: =head2
22692 #: ../fish/guestfish-actions.pod:1247
22693 msgid "fsck"
22694 msgstr ""
22695
22696 #. type: verbatim
22697 #: ../fish/guestfish-actions.pod:1249
22698 #, no-wrap
22699 msgid ""
22700 " fsck fstype device\n"
22701 "\n"
22702 msgstr ""
22703
22704 #. type: =head2
22705 #: ../fish/guestfish-actions.pod:1279
22706 msgid "get-append"
22707 msgstr ""
22708
22709 #. type: verbatim
22710 #: ../fish/guestfish-actions.pod:1281
22711 #, no-wrap
22712 msgid ""
22713 " get-append\n"
22714 "\n"
22715 msgstr ""
22716
22717 #. type: =head2
22718 #: ../fish/guestfish-actions.pod:1288
22719 msgid "get-attach-method"
22720 msgstr ""
22721
22722 #. type: verbatim
22723 #: ../fish/guestfish-actions.pod:1290
22724 #, no-wrap
22725 msgid ""
22726 " get-attach-method\n"
22727 "\n"
22728 msgstr ""
22729
22730 #. type: textblock
22731 #: ../fish/guestfish-actions.pod:1292
22732 msgid "Return the current attach method.  See L</set-attach-method>."
22733 msgstr ""
22734
22735 #. type: =head2
22736 #: ../fish/guestfish-actions.pod:1294
22737 msgid "get-autosync"
22738 msgstr ""
22739
22740 #. type: verbatim
22741 #: ../fish/guestfish-actions.pod:1296
22742 #, no-wrap
22743 msgid ""
22744 " get-autosync\n"
22745 "\n"
22746 msgstr ""
22747
22748 #. type: =head2
22749 #: ../fish/guestfish-actions.pod:1300
22750 msgid "get-direct"
22751 msgstr ""
22752
22753 #. type: verbatim
22754 #: ../fish/guestfish-actions.pod:1302
22755 #, no-wrap
22756 msgid ""
22757 " get-direct\n"
22758 "\n"
22759 msgstr ""
22760
22761 #. type: =head2
22762 #: ../fish/guestfish-actions.pod:1306
22763 msgid "get-e2label"
22764 msgstr ""
22765
22766 #. type: verbatim
22767 #: ../fish/guestfish-actions.pod:1308
22768 #, no-wrap
22769 msgid ""
22770 " get-e2label device\n"
22771 "\n"
22772 msgstr ""
22773
22774 #. type: textblock
22775 #: ../fish/guestfish-actions.pod:1313
22776 msgid ""
22777 "This function is deprecated.  In new code, use the L</vfs_label> call "
22778 "instead."
22779 msgstr ""
22780
22781 #. type: =head2
22782 #: ../fish/guestfish-actions.pod:1320
22783 msgid "get-e2uuid"
22784 msgstr ""
22785
22786 #. type: verbatim
22787 #: ../fish/guestfish-actions.pod:1322
22788 #, no-wrap
22789 msgid ""
22790 " get-e2uuid device\n"
22791 "\n"
22792 msgstr ""
22793
22794 #. type: textblock
22795 #: ../fish/guestfish-actions.pod:1327
22796 msgid ""
22797 "This function is deprecated.  In new code, use the L</vfs_uuid> call "
22798 "instead."
22799 msgstr ""
22800
22801 #. type: =head2
22802 #: ../fish/guestfish-actions.pod:1334
22803 msgid "get-memsize"
22804 msgstr ""
22805
22806 #. type: verbatim
22807 #: ../fish/guestfish-actions.pod:1336
22808 #, no-wrap
22809 msgid ""
22810 " get-memsize\n"
22811 "\n"
22812 msgstr ""
22813
22814 #. type: textblock
22815 #: ../fish/guestfish-actions.pod:1341
22816 msgid ""
22817 "If L</set-memsize> was not called on this handle, and if "
22818 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
22819 "value for memsize."
22820 msgstr ""
22821
22822 #. type: =head2
22823 #: ../fish/guestfish-actions.pod:1348
22824 msgid "get-network"
22825 msgstr ""
22826
22827 #. type: verbatim
22828 #: ../fish/guestfish-actions.pod:1350
22829 #, no-wrap
22830 msgid ""
22831 " get-network\n"
22832 "\n"
22833 msgstr ""
22834
22835 #. type: =head2
22836 #: ../fish/guestfish-actions.pod:1354
22837 msgid "get-path"
22838 msgstr ""
22839
22840 #. type: verbatim
22841 #: ../fish/guestfish-actions.pod:1356
22842 #, no-wrap
22843 msgid ""
22844 " get-path\n"
22845 "\n"
22846 msgstr ""
22847
22848 #. type: =head2
22849 #: ../fish/guestfish-actions.pod:1363
22850 msgid "get-pid"
22851 msgstr ""
22852
22853 #. type: =head2
22854 #: ../fish/guestfish-actions.pod:1365
22855 msgid "pid"
22856 msgstr ""
22857
22858 #. type: verbatim
22859 #: ../fish/guestfish-actions.pod:1367
22860 #, no-wrap
22861 msgid ""
22862 " get-pid\n"
22863 "\n"
22864 msgstr ""
22865
22866 #. type: =head2
22867 #: ../fish/guestfish-actions.pod:1374
22868 msgid "get-qemu"
22869 msgstr ""
22870
22871 #. type: verbatim
22872 #: ../fish/guestfish-actions.pod:1376
22873 #, no-wrap
22874 msgid ""
22875 " get-qemu\n"
22876 "\n"
22877 msgstr ""
22878
22879 #. type: =head2
22880 #: ../fish/guestfish-actions.pod:1383
22881 msgid "get-recovery-proc"
22882 msgstr ""
22883
22884 #. type: verbatim
22885 #: ../fish/guestfish-actions.pod:1385
22886 #, no-wrap
22887 msgid ""
22888 " get-recovery-proc\n"
22889 "\n"
22890 msgstr ""
22891
22892 #. type: =head2
22893 #: ../fish/guestfish-actions.pod:1389
22894 msgid "get-selinux"
22895 msgstr ""
22896
22897 #. type: verbatim
22898 #: ../fish/guestfish-actions.pod:1391
22899 #, no-wrap
22900 msgid ""
22901 " get-selinux\n"
22902 "\n"
22903 msgstr ""
22904
22905 #. type: textblock
22906 #: ../fish/guestfish-actions.pod:1393
22907 msgid ""
22908 "This returns the current setting of the selinux flag which is passed to the "
22909 "appliance at boot time.  See L</set-selinux>."
22910 msgstr ""
22911
22912 #. type: =head2
22913 #: ../fish/guestfish-actions.pod:1399
22914 msgid "get-state"
22915 msgstr ""
22916
22917 #. type: verbatim
22918 #: ../fish/guestfish-actions.pod:1401
22919 #, no-wrap
22920 msgid ""
22921 " get-state\n"
22922 "\n"
22923 msgstr ""
22924
22925 #. type: =head2
22926 #: ../fish/guestfish-actions.pod:1408
22927 msgid "get-trace"
22928 msgstr ""
22929
22930 #. type: verbatim
22931 #: ../fish/guestfish-actions.pod:1410
22932 #, no-wrap
22933 msgid ""
22934 " get-trace\n"
22935 "\n"
22936 msgstr ""
22937
22938 #. type: =head2
22939 #: ../fish/guestfish-actions.pod:1414
22940 msgid "get-umask"
22941 msgstr ""
22942
22943 #. type: verbatim
22944 #: ../fish/guestfish-actions.pod:1416
22945 #, no-wrap
22946 msgid ""
22947 " get-umask\n"
22948 "\n"
22949 msgstr ""
22950
22951 #. type: textblock
22952 #: ../fish/guestfish-actions.pod:1418
22953 msgid ""
22954 "Return the current umask.  By default the umask is C<022> unless it has been "
22955 "set by calling L</umask>."
22956 msgstr ""
22957
22958 #. type: =head2
22959 #: ../fish/guestfish-actions.pod:1421
22960 msgid "get-verbose"
22961 msgstr ""
22962
22963 #. type: verbatim
22964 #: ../fish/guestfish-actions.pod:1423
22965 #, no-wrap
22966 msgid ""
22967 " get-verbose\n"
22968 "\n"
22969 msgstr ""
22970
22971 #. type: =head2
22972 #: ../fish/guestfish-actions.pod:1427
22973 msgid "getcon"
22974 msgstr ""
22975
22976 #. type: verbatim
22977 #: ../fish/guestfish-actions.pod:1429
22978 #, no-wrap
22979 msgid ""
22980 " getcon\n"
22981 "\n"
22982 msgstr ""
22983
22984 #. type: textblock
22985 #: ../fish/guestfish-actions.pod:1433
22986 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
22987 msgstr ""
22988
22989 #. type: =head2
22990 #: ../fish/guestfish-actions.pod:1436
22991 msgid "getxattr"
22992 msgstr ""
22993
22994 #. type: verbatim
22995 #: ../fish/guestfish-actions.pod:1438
22996 #, no-wrap
22997 msgid ""
22998 " getxattr path name\n"
22999 "\n"
23000 msgstr ""
23001
23002 #. type: textblock
23003 #: ../fish/guestfish-actions.pod:1440
23004 msgid ""
23005 "Get a single extended attribute from file C<path> named C<name>.  This call "
23006 "follows symlinks.  If you want to lookup an extended attribute for the "
23007 "symlink itself, use L</lgetxattr>."
23008 msgstr ""
23009
23010 #. type: textblock
23011 #: ../fish/guestfish-actions.pod:1444 ../fish/guestfish-actions.pod:2450
23012 msgid ""
23013 "Normally it is better to get all extended attributes from a file in one go "
23014 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
23015 "buggy and do not provide a way to list out attributes.  For these "
23016 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
23017 "attributes you want in advance and call this function."
23018 msgstr ""
23019
23020 #. type: textblock
23021 #: ../fish/guestfish-actions.pod:1454
23022 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
23023 msgstr ""
23024
23025 #. type: =head2
23026 #: ../fish/guestfish-actions.pod:1456
23027 msgid "getxattrs"
23028 msgstr ""
23029
23030 #. type: verbatim
23031 #: ../fish/guestfish-actions.pod:1458
23032 #, no-wrap
23033 msgid ""
23034 " getxattrs path\n"
23035 "\n"
23036 msgstr ""
23037
23038 #. type: textblock
23039 #: ../fish/guestfish-actions.pod:1466
23040 msgid "See also: L</lgetxattrs>, L<attr(5)>."
23041 msgstr ""
23042
23043 #. type: =head2
23044 #: ../fish/guestfish-actions.pod:1468
23045 msgid "glob-expand"
23046 msgstr ""
23047
23048 #. type: verbatim
23049 #: ../fish/guestfish-actions.pod:1470
23050 #, no-wrap
23051 msgid ""
23052 " glob-expand pattern\n"
23053 "\n"
23054 msgstr ""
23055
23056 #. type: =head2
23057 #: ../fish/guestfish-actions.pod:1483
23058 msgid "grep"
23059 msgstr ""
23060
23061 #. type: verbatim
23062 #: ../fish/guestfish-actions.pod:1485
23063 #, no-wrap
23064 msgid ""
23065 " grep regex path\n"
23066 "\n"
23067 msgstr ""
23068
23069 #. type: =head2
23070 #: ../fish/guestfish-actions.pod:1493
23071 msgid "grepi"
23072 msgstr ""
23073
23074 #. type: verbatim
23075 #: ../fish/guestfish-actions.pod:1495
23076 #, no-wrap
23077 msgid ""
23078 " grepi regex path\n"
23079 "\n"
23080 msgstr ""
23081
23082 #. type: =head2
23083 #: ../fish/guestfish-actions.pod:1503
23084 msgid "grub-install"
23085 msgstr ""
23086
23087 #. type: verbatim
23088 #: ../fish/guestfish-actions.pod:1505
23089 #, no-wrap
23090 msgid ""
23091 " grub-install root device\n"
23092 "\n"
23093 msgstr ""
23094
23095 #. type: =head2
23096 #: ../fish/guestfish-actions.pod:1521
23097 msgid "head"
23098 msgstr ""
23099
23100 #. type: verbatim
23101 #: ../fish/guestfish-actions.pod:1523
23102 #, no-wrap
23103 msgid ""
23104 " head path\n"
23105 "\n"
23106 msgstr ""
23107
23108 #. type: =head2
23109 #: ../fish/guestfish-actions.pod:1531
23110 msgid "head-n"
23111 msgstr ""
23112
23113 #. type: verbatim
23114 #: ../fish/guestfish-actions.pod:1533
23115 #, no-wrap
23116 msgid ""
23117 " head-n nrlines path\n"
23118 "\n"
23119 msgstr ""
23120
23121 #. type: =head2
23122 #: ../fish/guestfish-actions.pod:1546
23123 msgid "hexdump"
23124 msgstr ""
23125
23126 #. type: verbatim
23127 #: ../fish/guestfish-actions.pod:1548
23128 #, no-wrap
23129 msgid ""
23130 " hexdump path\n"
23131 "\n"
23132 msgstr ""
23133
23134 #. type: =head2
23135 #: ../fish/guestfish-actions.pod:1556
23136 msgid "initrd-cat"
23137 msgstr ""
23138
23139 #. type: verbatim
23140 #: ../fish/guestfish-actions.pod:1558
23141 #, no-wrap
23142 msgid ""
23143 " initrd-cat initrdpath filename\n"
23144 "\n"
23145 msgstr ""
23146
23147 #. type: textblock
23148 #: ../fish/guestfish-actions.pod:1570
23149 msgid "See also L</initrd-list>."
23150 msgstr ""
23151
23152 #. type: =head2
23153 #: ../fish/guestfish-actions.pod:1575
23154 msgid "initrd-list"
23155 msgstr ""
23156
23157 #. type: verbatim
23158 #: ../fish/guestfish-actions.pod:1577
23159 #, no-wrap
23160 msgid ""
23161 " initrd-list path\n"
23162 "\n"
23163 msgstr ""
23164
23165 #. type: =head2
23166 #: ../fish/guestfish-actions.pod:1589
23167 msgid "inotify-add-watch"
23168 msgstr ""
23169
23170 #. type: verbatim
23171 #: ../fish/guestfish-actions.pod:1591
23172 #, no-wrap
23173 msgid ""
23174 " inotify-add-watch path mask\n"
23175 "\n"
23176 msgstr ""
23177
23178 #. type: =head2
23179 #: ../fish/guestfish-actions.pod:1603
23180 msgid "inotify-close"
23181 msgstr ""
23182
23183 #. type: verbatim
23184 #: ../fish/guestfish-actions.pod:1605
23185 #, no-wrap
23186 msgid ""
23187 " inotify-close\n"
23188 "\n"
23189 msgstr ""
23190
23191 #. type: =head2
23192 #: ../fish/guestfish-actions.pod:1611
23193 msgid "inotify-files"
23194 msgstr ""
23195
23196 #. type: verbatim
23197 #: ../fish/guestfish-actions.pod:1613
23198 #, no-wrap
23199 msgid ""
23200 " inotify-files\n"
23201 "\n"
23202 msgstr ""
23203
23204 #. type: textblock
23205 #: ../fish/guestfish-actions.pod:1615
23206 msgid ""
23207 "This function is a helpful wrapper around L</inotify-read> which just "
23208 "returns a list of pathnames of objects that were touched.  The returned "
23209 "pathnames are sorted and deduplicated."
23210 msgstr ""
23211
23212 #. type: =head2
23213 #: ../fish/guestfish-actions.pod:1619
23214 msgid "inotify-init"
23215 msgstr ""
23216
23217 #. type: verbatim
23218 #: ../fish/guestfish-actions.pod:1621
23219 #, no-wrap
23220 msgid ""
23221 " inotify-init maxevents\n"
23222 "\n"
23223 msgstr ""
23224
23225 #. type: textblock
23226 #: ../fish/guestfish-actions.pod:1627
23227 msgid ""
23228 "C<maxevents> is the maximum number of events which will be queued up between "
23229 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
23230 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
23231 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
23232 "but records the fact that it threw them away by setting a flag "
23233 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
23234 msgstr ""
23235
23236 #. type: textblock
23237 #: ../fish/guestfish-actions.pod:1637
23238 msgid ""
23239 "Before any events are generated, you have to add some watches to the "
23240 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
23241 "L</inotify-watch-all>."
23242 msgstr ""
23243
23244 #. type: textblock
23245 #: ../fish/guestfish-actions.pod:1643
23246 msgid ""
23247 "Queued up events should be read periodically by calling L</inotify-read> (or "
23248 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
23249 "If you don't read the events out often enough then you risk the internal "
23250 "queue overflowing."
23251 msgstr ""
23252
23253 #. type: textblock
23254 #: ../fish/guestfish-actions.pod:1650
23255 msgid ""
23256 "The handle should be closed after use by calling L</inotify-close>.  This "
23257 "also removes any watches automatically."
23258 msgstr ""
23259
23260 #. type: =head2
23261 #: ../fish/guestfish-actions.pod:1659
23262 msgid "inotify-read"
23263 msgstr ""
23264
23265 #. type: verbatim
23266 #: ../fish/guestfish-actions.pod:1661
23267 #, no-wrap
23268 msgid ""
23269 " inotify-read\n"
23270 "\n"
23271 msgstr ""
23272
23273 #. type: =head2
23274 #: ../fish/guestfish-actions.pod:1674
23275 msgid "inotify-rm-watch"
23276 msgstr ""
23277
23278 #. type: verbatim
23279 #: ../fish/guestfish-actions.pod:1676
23280 #, no-wrap
23281 msgid ""
23282 " inotify-rm-watch wd\n"
23283 "\n"
23284 msgstr ""
23285
23286 #. type: textblock
23287 #: ../fish/guestfish-actions.pod:1678
23288 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
23289 msgstr ""
23290
23291 #. type: =head2
23292 #: ../fish/guestfish-actions.pod:1681
23293 msgid "inspect-get-arch"
23294 msgstr ""
23295
23296 #. type: verbatim
23297 #: ../fish/guestfish-actions.pod:1683
23298 #, no-wrap
23299 msgid ""
23300 " inspect-get-arch root\n"
23301 "\n"
23302 msgstr ""
23303
23304 #. type: textblock
23305 #: ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:1701 ../fish/guestfish-actions.pod:1787 ../fish/guestfish-actions.pod:1823 ../fish/guestfish-actions.pod:1841 ../fish/guestfish-actions.pod:1875 ../fish/guestfish-actions.pod:1890 ../fish/guestfish-actions.pod:1911 ../fish/guestfish-actions.pod:1926 ../fish/guestfish-actions.pod:1959 ../fish/guestfish-actions.pod:1981 ../fish/guestfish-actions.pod:2005 ../fish/guestfish-actions.pod:2022 ../fish/guestfish-actions.pod:2065 ../fish/guestfish-actions.pod:2100 ../fish/guestfish-actions.pod:2116 ../fish/guestfish-actions.pod:2132 ../fish/guestfish-actions.pod:2145 ../fish/guestfish-actions.pod:2158 ../fish/guestfish-actions.pod:2173
23306 msgid ""
23307 "This function should only be called with a root device string as returned by "
23308 "L</inspect-os>."
23309 msgstr ""
23310
23311 #. type: textblock
23312 #: ../fish/guestfish-actions.pod:1688
23313 msgid ""
23314 "This returns the architecture of the inspected operating system.  The "
23315 "possible return values are listed under L</file-architecture>."
23316 msgstr ""
23317
23318 #. type: =head2
23319 #: ../fish/guestfish-actions.pod:1697
23320 msgid "inspect-get-distro"
23321 msgstr ""
23322
23323 #. type: verbatim
23324 #: ../fish/guestfish-actions.pod:1699
23325 #, no-wrap
23326 msgid ""
23327 " inspect-get-distro root\n"
23328 "\n"
23329 msgstr ""
23330
23331 #. type: =head2
23332 #: ../fish/guestfish-actions.pod:1783
23333 msgid "inspect-get-drive-mappings"
23334 msgstr ""
23335
23336 #. type: verbatim
23337 #: ../fish/guestfish-actions.pod:1785
23338 #, no-wrap
23339 msgid ""
23340 " inspect-get-drive-mappings root\n"
23341 "\n"
23342 msgstr ""
23343
23344 #. type: textblock
23345 #: ../fish/guestfish-actions.pod:1815
23346 msgid ""
23347 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23348 "L</inspect-get-mountpoints>, L</inspect-get-filesystems>."
23349 msgstr ""
23350
23351 #. type: =head2
23352 #: ../fish/guestfish-actions.pod:1819
23353 msgid "inspect-get-filesystems"
23354 msgstr ""
23355
23356 #. type: verbatim
23357 #: ../fish/guestfish-actions.pod:1821
23358 #, no-wrap
23359 msgid ""
23360 " inspect-get-filesystems root\n"
23361 "\n"
23362 msgstr ""
23363
23364 #. type: textblock
23365 #: ../fish/guestfish-actions.pod:1834
23366 msgid ""
23367 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23368 "L</inspect-get-mountpoints>."
23369 msgstr ""
23370
23371 #. type: =head2
23372 #: ../fish/guestfish-actions.pod:1837
23373 msgid "inspect-get-format"
23374 msgstr ""
23375
23376 #. type: verbatim
23377 #: ../fish/guestfish-actions.pod:1839
23378 #, no-wrap
23379 msgid ""
23380 " inspect-get-format root\n"
23381 "\n"
23382 msgstr ""
23383
23384 #. type: =head2
23385 #: ../fish/guestfish-actions.pod:1871
23386 msgid "inspect-get-hostname"
23387 msgstr ""
23388
23389 #. type: verbatim
23390 #: ../fish/guestfish-actions.pod:1873
23391 #, no-wrap
23392 msgid ""
23393 " inspect-get-hostname root\n"
23394 "\n"
23395 msgstr ""
23396
23397 #. type: =head2
23398 #: ../fish/guestfish-actions.pod:1886
23399 msgid "inspect-get-major-version"
23400 msgstr ""
23401
23402 #. type: verbatim
23403 #: ../fish/guestfish-actions.pod:1888
23404 #, no-wrap
23405 msgid ""
23406 " inspect-get-major-version root\n"
23407 "\n"
23408 msgstr ""
23409
23410 #. type: =head2
23411 #: ../fish/guestfish-actions.pod:1907
23412 msgid "inspect-get-minor-version"
23413 msgstr ""
23414
23415 #. type: verbatim
23416 #: ../fish/guestfish-actions.pod:1909
23417 #, no-wrap
23418 msgid ""
23419 " inspect-get-minor-version root\n"
23420 "\n"
23421 msgstr ""
23422
23423 #. type: textblock
23424 #: ../fish/guestfish-actions.pod:1919
23425 msgid ""
23426 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23427 "L</inspect-get-major-version>."
23428 msgstr ""
23429
23430 #. type: =head2
23431 #: ../fish/guestfish-actions.pod:1922
23432 msgid "inspect-get-mountpoints"
23433 msgstr ""
23434
23435 #. type: verbatim
23436 #: ../fish/guestfish-actions.pod:1924
23437 #, no-wrap
23438 msgid ""
23439 " inspect-get-mountpoints root\n"
23440 "\n"
23441 msgstr ""
23442
23443 #. type: textblock
23444 #: ../fish/guestfish-actions.pod:1946
23445 msgid ""
23446 "For operating systems like Windows which still use drive letters, this call "
23447 "will only return an entry for the first drive \"mounted on\" C</>.  For "
23448 "information about the mapping of drive letters to partitions, see "
23449 "L</inspect-get-drive-mappings>."
23450 msgstr ""
23451
23452 #. type: textblock
23453 #: ../fish/guestfish-actions.pod:1952
23454 msgid ""
23455 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23456 "L</inspect-get-filesystems>."
23457 msgstr ""
23458
23459 #. type: =head2
23460 #: ../fish/guestfish-actions.pod:1955
23461 msgid "inspect-get-package-format"
23462 msgstr ""
23463
23464 #. type: verbatim
23465 #: ../fish/guestfish-actions.pod:1957
23466 #, no-wrap
23467 msgid ""
23468 " inspect-get-package-format root\n"
23469 "\n"
23470 msgstr ""
23471
23472 #. type: textblock
23473 #: ../fish/guestfish-actions.pod:1962
23474 msgid ""
23475 "This function and L</inspect-get-package-management> return the package "
23476 "format and package management tool used by the inspected operating system.  "
23477 "For example for Fedora these functions would return C<rpm> (package format) "
23478 "and C<yum> (package management)."
23479 msgstr ""
23480
23481 #. type: =head2
23482 #: ../fish/guestfish-actions.pod:1977
23483 msgid "inspect-get-package-management"
23484 msgstr ""
23485
23486 #. type: verbatim
23487 #: ../fish/guestfish-actions.pod:1979
23488 #, no-wrap
23489 msgid ""
23490 " inspect-get-package-management root\n"
23491 "\n"
23492 msgstr ""
23493
23494 #. type: textblock
23495 #: ../fish/guestfish-actions.pod:1984
23496 msgid ""
23497 "L</inspect-get-package-format> and this function return the package format "
23498 "and package management tool used by the inspected operating system.  For "
23499 "example for Fedora these functions would return C<rpm> (package format) and "
23500 "C<yum> (package management)."
23501 msgstr ""
23502
23503 #. type: =head2
23504 #: ../fish/guestfish-actions.pod:2001
23505 msgid "inspect-get-product-name"
23506 msgstr ""
23507
23508 #. type: verbatim
23509 #: ../fish/guestfish-actions.pod:2003
23510 #, no-wrap
23511 msgid ""
23512 " inspect-get-product-name root\n"
23513 "\n"
23514 msgstr ""
23515
23516 #. type: =head2
23517 #: ../fish/guestfish-actions.pod:2018
23518 msgid "inspect-get-product-variant"
23519 msgstr ""
23520
23521 #. type: verbatim
23522 #: ../fish/guestfish-actions.pod:2020
23523 #, no-wrap
23524 msgid ""
23525 " inspect-get-product-variant root\n"
23526 "\n"
23527 msgstr ""
23528
23529 #. type: textblock
23530 #: ../fish/guestfish-actions.pod:2044
23531 msgid ""
23532 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23533 "L</inspect-get-product-name>, L</inspect-get-major-version>."
23534 msgstr ""
23535
23536 #. type: =head2
23537 #: ../fish/guestfish-actions.pod:2048
23538 msgid "inspect-get-roots"
23539 msgstr ""
23540
23541 #. type: verbatim
23542 #: ../fish/guestfish-actions.pod:2050
23543 #, no-wrap
23544 msgid ""
23545 " inspect-get-roots\n"
23546 "\n"
23547 msgstr ""
23548
23549 #. type: textblock
23550 #: ../fish/guestfish-actions.pod:2052
23551 msgid ""
23552 "This function is a convenient way to get the list of root devices, as "
23553 "returned from a previous call to L</inspect-os>, but without redoing the "
23554 "whole inspection process."
23555 msgstr ""
23556
23557 #. type: textblock
23558 #: ../fish/guestfish-actions.pod:2056
23559 msgid ""
23560 "This returns an empty list if either no root devices were found or the "
23561 "caller has not called L</inspect-os>."
23562 msgstr ""
23563
23564 #. type: =head2
23565 #: ../fish/guestfish-actions.pod:2061
23566 msgid "inspect-get-type"
23567 msgstr ""
23568
23569 #. type: verbatim
23570 #: ../fish/guestfish-actions.pod:2063
23571 #, no-wrap
23572 msgid ""
23573 " inspect-get-type root\n"
23574 "\n"
23575 msgstr ""
23576
23577 #. type: =head2
23578 #: ../fish/guestfish-actions.pod:2096
23579 msgid "inspect-get-windows-current-control-set"
23580 msgstr ""
23581
23582 #. type: verbatim
23583 #: ../fish/guestfish-actions.pod:2098
23584 #, no-wrap
23585 msgid ""
23586 " inspect-get-windows-current-control-set root\n"
23587 "\n"
23588 msgstr ""
23589
23590 #. type: =head2
23591 #: ../fish/guestfish-actions.pod:2112
23592 msgid "inspect-get-windows-systemroot"
23593 msgstr ""
23594
23595 #. type: verbatim
23596 #: ../fish/guestfish-actions.pod:2114
23597 #, no-wrap
23598 msgid ""
23599 " inspect-get-windows-systemroot root\n"
23600 "\n"
23601 msgstr ""
23602
23603 #. type: =head2
23604 #: ../fish/guestfish-actions.pod:2128
23605 msgid "inspect-is-live"
23606 msgstr ""
23607
23608 #. type: verbatim
23609 #: ../fish/guestfish-actions.pod:2130
23610 #, no-wrap
23611 msgid ""
23612 " inspect-is-live root\n"
23613 "\n"
23614 msgstr ""
23615
23616 #. type: textblock
23617 #: ../fish/guestfish-actions.pod:2135
23618 msgid ""
23619 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23620 "then this returns true if a live image was detected on the disk."
23621 msgstr ""
23622
23623 #. type: =head2
23624 #: ../fish/guestfish-actions.pod:2141
23625 msgid "inspect-is-multipart"
23626 msgstr ""
23627
23628 #. type: verbatim
23629 #: ../fish/guestfish-actions.pod:2143
23630 #, no-wrap
23631 msgid ""
23632 " inspect-is-multipart root\n"
23633 "\n"
23634 msgstr ""
23635
23636 #. type: textblock
23637 #: ../fish/guestfish-actions.pod:2148
23638 msgid ""
23639 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23640 "then this returns true if the disk is part of a set."
23641 msgstr ""
23642
23643 #. type: =head2
23644 #: ../fish/guestfish-actions.pod:2154
23645 msgid "inspect-is-netinst"
23646 msgstr ""
23647
23648 #. type: verbatim
23649 #: ../fish/guestfish-actions.pod:2156
23650 #, no-wrap
23651 msgid ""
23652 " inspect-is-netinst root\n"
23653 "\n"
23654 msgstr ""
23655
23656 #. type: textblock
23657 #: ../fish/guestfish-actions.pod:2161
23658 msgid ""
23659 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23660 "then this returns true if the disk is a network installer, ie. not a "
23661 "self-contained install CD but one which is likely to require network access "
23662 "to complete the install."
23663 msgstr ""
23664
23665 #. type: =head2
23666 #: ../fish/guestfish-actions.pod:2169
23667 msgid "inspect-list-applications"
23668 msgstr ""
23669
23670 #. type: verbatim
23671 #: ../fish/guestfish-actions.pod:2171
23672 #, no-wrap
23673 msgid ""
23674 " inspect-list-applications root\n"
23675 "\n"
23676 msgstr ""
23677
23678 #. type: textblock
23679 #: ../fish/guestfish-actions.pod:2178
23680 msgid ""
23681 "I<Note:> This call works differently from other parts of the inspection "
23682 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
23683 "then mount up the disks, before calling this.  Listing applications is a "
23684 "significantly more difficult operation which requires access to the full "
23685 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
23686 "are just returning data cached in the libguestfs handle, this call actually "
23687 "reads parts of the mounted filesystems during the call."
23688 msgstr ""
23689
23690 #. type: =head2
23691 #: ../fish/guestfish-actions.pod:2268
23692 msgid "inspect-os"
23693 msgstr ""
23694
23695 #. type: verbatim
23696 #: ../fish/guestfish-actions.pod:2270
23697 #, no-wrap
23698 msgid ""
23699 " inspect-os\n"
23700 "\n"
23701 msgstr ""
23702
23703 #. type: textblock
23704 #: ../fish/guestfish-actions.pod:2285
23705 msgid ""
23706 "You can pass the root string(s) returned to other L</inspect-get-*> "
23707 "functions in order to query further information about each operating system, "
23708 "such as the name and version."
23709 msgstr ""
23710
23711 #. type: textblock
23712 #: ../fish/guestfish-actions.pod:2290
23713 msgid ""
23714 "This function uses other libguestfs features such as L</mount-ro> and "
23715 "L</umount-all> in order to mount and unmount filesystems and look at the "
23716 "contents.  This should be called with no disks currently mounted.  The "
23717 "function may also use Augeas, so any existing Augeas handle will be closed."
23718 msgstr ""
23719
23720 #. type: textblock
23721 #: ../fish/guestfish-actions.pod:2302 ../fish/guestfish-actions.pod:2478 ../fish/guestfish-actions.pod:2524
23722 msgid "See also L</list-filesystems>."
23723 msgstr ""
23724
23725 #. type: =head2
23726 #: ../fish/guestfish-actions.pod:2304
23727 msgid "is-blockdev"
23728 msgstr ""
23729
23730 #. type: verbatim
23731 #: ../fish/guestfish-actions.pod:2306
23732 #, no-wrap
23733 msgid ""
23734 " is-blockdev path\n"
23735 "\n"
23736 msgstr ""
23737
23738 #. type: textblock
23739 #: ../fish/guestfish-actions.pod:2311 ../fish/guestfish-actions.pod:2329 ../fish/guestfish-actions.pod:2348 ../fish/guestfish-actions.pod:2357 ../fish/guestfish-actions.pod:2367 ../fish/guestfish-actions.pod:2401 ../fish/guestfish-actions.pod:2410
23740 msgid "See also L</stat>."
23741 msgstr ""
23742
23743 #. type: =head2
23744 #: ../fish/guestfish-actions.pod:2313
23745 msgid "is-busy"
23746 msgstr ""
23747
23748 #. type: verbatim
23749 #: ../fish/guestfish-actions.pod:2315
23750 #, no-wrap
23751 msgid ""
23752 " is-busy\n"
23753 "\n"
23754 msgstr ""
23755
23756 #. type: =head2
23757 #: ../fish/guestfish-actions.pod:2322
23758 msgid "is-chardev"
23759 msgstr ""
23760
23761 #. type: verbatim
23762 #: ../fish/guestfish-actions.pod:2324
23763 #, no-wrap
23764 msgid ""
23765 " is-chardev path\n"
23766 "\n"
23767 msgstr ""
23768
23769 #. type: =head2
23770 #: ../fish/guestfish-actions.pod:2331
23771 msgid "is-config"
23772 msgstr ""
23773
23774 #. type: verbatim
23775 #: ../fish/guestfish-actions.pod:2333
23776 #, no-wrap
23777 msgid ""
23778 " is-config\n"
23779 "\n"
23780 msgstr ""
23781
23782 #. type: =head2
23783 #: ../fish/guestfish-actions.pod:2340
23784 msgid "is-dir"
23785 msgstr ""
23786
23787 #. type: verbatim
23788 #: ../fish/guestfish-actions.pod:2342
23789 #, no-wrap
23790 msgid ""
23791 " is-dir path\n"
23792 "\n"
23793 msgstr ""
23794
23795 #. type: =head2
23796 #: ../fish/guestfish-actions.pod:2350
23797 msgid "is-fifo"
23798 msgstr ""
23799
23800 #. type: verbatim
23801 #: ../fish/guestfish-actions.pod:2352
23802 #, no-wrap
23803 msgid ""
23804 " is-fifo path\n"
23805 "\n"
23806 msgstr ""
23807
23808 #. type: =head2
23809 #: ../fish/guestfish-actions.pod:2359
23810 msgid "is-file"
23811 msgstr ""
23812
23813 #. type: verbatim
23814 #: ../fish/guestfish-actions.pod:2361
23815 #, no-wrap
23816 msgid ""
23817 " is-file path\n"
23818 "\n"
23819 msgstr ""
23820
23821 #. type: =head2
23822 #: ../fish/guestfish-actions.pod:2369
23823 msgid "is-launching"
23824 msgstr ""
23825
23826 #. type: verbatim
23827 #: ../fish/guestfish-actions.pod:2371
23828 #, no-wrap
23829 msgid ""
23830 " is-launching\n"
23831 "\n"
23832 msgstr ""
23833
23834 #. type: =head2
23835 #: ../fish/guestfish-actions.pod:2378
23836 msgid "is-lv"
23837 msgstr ""
23838
23839 #. type: verbatim
23840 #: ../fish/guestfish-actions.pod:2380
23841 #, no-wrap
23842 msgid ""
23843 " is-lv device\n"
23844 "\n"
23845 msgstr ""
23846
23847 #. type: =head2
23848 #: ../fish/guestfish-actions.pod:2385
23849 msgid "is-ready"
23850 msgstr ""
23851
23852 #. type: verbatim
23853 #: ../fish/guestfish-actions.pod:2387
23854 #, no-wrap
23855 msgid ""
23856 " is-ready\n"
23857 "\n"
23858 msgstr ""
23859
23860 #. type: =head2
23861 #: ../fish/guestfish-actions.pod:2394
23862 msgid "is-socket"
23863 msgstr ""
23864
23865 #. type: verbatim
23866 #: ../fish/guestfish-actions.pod:2396
23867 #, no-wrap
23868 msgid ""
23869 " is-socket path\n"
23870 "\n"
23871 msgstr ""
23872
23873 #. type: =head2
23874 #: ../fish/guestfish-actions.pod:2403
23875 msgid "is-symlink"
23876 msgstr ""
23877
23878 #. type: verbatim
23879 #: ../fish/guestfish-actions.pod:2405
23880 #, no-wrap
23881 msgid ""
23882 " is-symlink path\n"
23883 "\n"
23884 msgstr ""
23885
23886 #. type: =head2
23887 #: ../fish/guestfish-actions.pod:2412
23888 msgid "kill-subprocess"
23889 msgstr ""
23890
23891 #. type: verbatim
23892 #: ../fish/guestfish-actions.pod:2414
23893 #, no-wrap
23894 msgid ""
23895 " kill-subprocess\n"
23896 "\n"
23897 msgstr ""
23898
23899 #. type: =head2
23900 #: ../fish/guestfish-actions.pod:2418
23901 msgid "launch"
23902 msgstr ""
23903
23904 #. type: =head2
23905 #: ../fish/guestfish-actions.pod:2420
23906 msgid "run"
23907 msgstr ""
23908
23909 #. type: verbatim
23910 #: ../fish/guestfish-actions.pod:2422
23911 #, no-wrap
23912 msgid ""
23913 " launch\n"
23914 "\n"
23915 msgstr ""
23916
23917 #. type: =head2
23918 #: ../fish/guestfish-actions.pod:2430
23919 msgid "lchown"
23920 msgstr ""
23921
23922 #. type: verbatim
23923 #: ../fish/guestfish-actions.pod:2432
23924 #, no-wrap
23925 msgid ""
23926 " lchown owner group path\n"
23927 "\n"
23928 msgstr ""
23929
23930 #. type: textblock
23931 #: ../fish/guestfish-actions.pod:2434
23932 msgid ""
23933 "Change the file owner to C<owner> and group to C<group>.  This is like "
23934 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
23935 "the target."
23936 msgstr ""
23937
23938 #. type: =head2
23939 #: ../fish/guestfish-actions.pod:2442
23940 msgid "lgetxattr"
23941 msgstr ""
23942
23943 #. type: verbatim
23944 #: ../fish/guestfish-actions.pod:2444
23945 #, no-wrap
23946 msgid ""
23947 " lgetxattr path name\n"
23948 "\n"
23949 msgstr ""
23950
23951 #. type: textblock
23952 #: ../fish/guestfish-actions.pod:2460
23953 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
23954 msgstr ""
23955
23956 #. type: =head2
23957 #: ../fish/guestfish-actions.pod:2462
23958 msgid "lgetxattrs"
23959 msgstr ""
23960
23961 #. type: verbatim
23962 #: ../fish/guestfish-actions.pod:2464
23963 #, no-wrap
23964 msgid ""
23965 " lgetxattrs path\n"
23966 "\n"
23967 msgstr ""
23968
23969 #. type: textblock
23970 #: ../fish/guestfish-actions.pod:2466
23971 msgid ""
23972 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
23973 "it returns the extended attributes of the link itself."
23974 msgstr ""
23975
23976 #. type: =head2
23977 #: ../fish/guestfish-actions.pod:2470
23978 msgid "list-devices"
23979 msgstr ""
23980
23981 #. type: verbatim
23982 #: ../fish/guestfish-actions.pod:2472
23983 #, no-wrap
23984 msgid ""
23985 " list-devices\n"
23986 "\n"
23987 msgstr ""
23988
23989 #. type: =head2
23990 #: ../fish/guestfish-actions.pod:2480
23991 msgid "list-filesystems"
23992 msgstr ""
23993
23994 #. type: verbatim
23995 #: ../fish/guestfish-actions.pod:2482
23996 #, no-wrap
23997 msgid ""
23998 " list-filesystems\n"
23999 "\n"
24000 msgstr ""
24001
24002 #. type: textblock
24003 #: ../fish/guestfish-actions.pod:2501
24004 msgid ""
24005 "This command runs other libguestfs commands, which might include L</mount> "
24006 "and L</umount>, and therefore you should use this soon after launch and only "
24007 "when nothing is mounted."
24008 msgstr ""
24009
24010 #. type: textblock
24011 #: ../fish/guestfish-actions.pod:2505
24012 msgid ""
24013 "Not all of the filesystems returned will be mountable.  In particular, swap "
24014 "partitions are returned in the list.  Also this command does not check that "
24015 "each filesystem found is valid and mountable, and some filesystems might be "
24016 "mountable but require special options.  Filesystems may not all belong to a "
24017 "single logical operating system (use L</inspect-os> to look for OSes)."
24018 msgstr ""
24019
24020 #. type: =head2
24021 #: ../fish/guestfish-actions.pod:2513
24022 msgid "list-partitions"
24023 msgstr ""
24024
24025 #. type: verbatim
24026 #: ../fish/guestfish-actions.pod:2515
24027 #, no-wrap
24028 msgid ""
24029 " list-partitions\n"
24030 "\n"
24031 msgstr ""
24032
24033 #. type: textblock
24034 #: ../fish/guestfish-actions.pod:2521
24035 msgid ""
24036 "This does not return logical volumes.  For that you will need to call "
24037 "L</lvs>."
24038 msgstr ""
24039
24040 #. type: =head2
24041 #: ../fish/guestfish-actions.pod:2526
24042 msgid "ll"
24043 msgstr ""
24044
24045 #. type: verbatim
24046 #: ../fish/guestfish-actions.pod:2528
24047 #, no-wrap
24048 msgid ""
24049 " ll directory\n"
24050 "\n"
24051 msgstr ""
24052
24053 #. type: =head2
24054 #: ../fish/guestfish-actions.pod:2536
24055 msgid "ln"
24056 msgstr ""
24057
24058 #. type: verbatim
24059 #: ../fish/guestfish-actions.pod:2538
24060 #, no-wrap
24061 msgid ""
24062 " ln target linkname\n"
24063 "\n"
24064 msgstr ""
24065
24066 #. type: =head2
24067 #: ../fish/guestfish-actions.pod:2542
24068 msgid "ln-f"
24069 msgstr ""
24070
24071 #. type: verbatim
24072 #: ../fish/guestfish-actions.pod:2544
24073 #, no-wrap
24074 msgid ""
24075 " ln-f target linkname\n"
24076 "\n"
24077 msgstr ""
24078
24079 #. type: =head2
24080 #: ../fish/guestfish-actions.pod:2549
24081 msgid "ln-s"
24082 msgstr ""
24083
24084 #. type: verbatim
24085 #: ../fish/guestfish-actions.pod:2551
24086 #, no-wrap
24087 msgid ""
24088 " ln-s target linkname\n"
24089 "\n"
24090 msgstr ""
24091
24092 #. type: =head2
24093 #: ../fish/guestfish-actions.pod:2555
24094 msgid "ln-sf"
24095 msgstr ""
24096
24097 #. type: verbatim
24098 #: ../fish/guestfish-actions.pod:2557
24099 #, no-wrap
24100 msgid ""
24101 " ln-sf target linkname\n"
24102 "\n"
24103 msgstr ""
24104
24105 #. type: =head2
24106 #: ../fish/guestfish-actions.pod:2562
24107 msgid "lremovexattr"
24108 msgstr ""
24109
24110 #. type: verbatim
24111 #: ../fish/guestfish-actions.pod:2564
24112 #, no-wrap
24113 msgid ""
24114 " lremovexattr xattr path\n"
24115 "\n"
24116 msgstr ""
24117
24118 #. type: textblock
24119 #: ../fish/guestfish-actions.pod:2566
24120 msgid ""
24121 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
24122 "it removes an extended attribute of the link itself."
24123 msgstr ""
24124
24125 #. type: =head2
24126 #: ../fish/guestfish-actions.pod:2570
24127 msgid "ls"
24128 msgstr ""
24129
24130 #. type: verbatim
24131 #: ../fish/guestfish-actions.pod:2572
24132 #, no-wrap
24133 msgid ""
24134 " ls directory\n"
24135 "\n"
24136 msgstr ""
24137
24138 #. type: textblock
24139 #: ../fish/guestfish-actions.pod:2578
24140 msgid ""
24141 "This command is mostly useful for interactive sessions.  Programs should "
24142 "probably use L</readdir> instead."
24143 msgstr ""
24144
24145 #. type: =head2
24146 #: ../fish/guestfish-actions.pod:2581
24147 msgid "lsetxattr"
24148 msgstr ""
24149
24150 #. type: verbatim
24151 #: ../fish/guestfish-actions.pod:2583
24152 #, no-wrap
24153 msgid ""
24154 " lsetxattr xattr val vallen path\n"
24155 "\n"
24156 msgstr ""
24157
24158 #. type: textblock
24159 #: ../fish/guestfish-actions.pod:2585
24160 msgid ""
24161 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
24162 "sets an extended attribute of the link itself."
24163 msgstr ""
24164
24165 #. type: =head2
24166 #: ../fish/guestfish-actions.pod:2589
24167 msgid "lstat"
24168 msgstr ""
24169
24170 #. type: verbatim
24171 #: ../fish/guestfish-actions.pod:2591
24172 #, no-wrap
24173 msgid ""
24174 " lstat path\n"
24175 "\n"
24176 msgstr ""
24177
24178 #. type: textblock
24179 #: ../fish/guestfish-actions.pod:2595
24180 msgid ""
24181 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
24182 "the link is stat-ed, not the file it refers to."
24183 msgstr ""
24184
24185 #. type: =head2
24186 #: ../fish/guestfish-actions.pod:2601
24187 msgid "lstatlist"
24188 msgstr ""
24189
24190 #. type: verbatim
24191 #: ../fish/guestfish-actions.pod:2603
24192 #, no-wrap
24193 msgid ""
24194 " lstatlist path 'names ...'\n"
24195 "\n"
24196 msgstr ""
24197
24198 #. type: textblock
24199 #: ../fish/guestfish-actions.pod:2605
24200 msgid ""
24201 "This call allows you to perform the L</lstat> operation on multiple files, "
24202 "where all files are in the directory C<path>.  C<names> is the list of files "
24203 "from this directory."
24204 msgstr ""
24205
24206 #. type: textblock
24207 #: ../fish/guestfish-actions.pod:2614
24208 msgid ""
24209 "This call is intended for programs that want to efficiently list a directory "
24210 "contents without making many round-trips.  See also L</lxattrlist> for a "
24211 "similarly efficient call for getting extended attributes.  Very long "
24212 "directory listings might cause the protocol message size to be exceeded, "
24213 "causing this call to fail.  The caller must split up such requests into "
24214 "smaller groups of names."
24215 msgstr ""
24216
24217 #. type: =head2
24218 #: ../fish/guestfish-actions.pod:2622
24219 msgid "luks-add-key"
24220 msgstr ""
24221
24222 #. type: verbatim
24223 #: ../fish/guestfish-actions.pod:2624
24224 #, no-wrap
24225 msgid ""
24226 " luks-add-key device keyslot\n"
24227 "\n"
24228 msgstr ""
24229
24230 #. type: textblock
24231 #: ../fish/guestfish-actions.pod:2631
24232 msgid ""
24233 "Note that if C<keyslot> already contains a key, then this command will "
24234 "fail.  You have to use L</luks-kill-slot> first to remove that key."
24235 msgstr ""
24236
24237 #. type: textblock
24238 #: ../fish/guestfish-actions.pod:2635 ../fish/guestfish-actions.pod:2657 ../fish/guestfish-actions.pod:2670 ../fish/guestfish-actions.pod:2684 ../fish/guestfish-actions.pod:2707 ../fish/guestfish-actions.pod:2717
24239 msgid ""
24240 "This command has one or more key or passphrase parameters.  Guestfish will "
24241 "prompt for these separately."
24242 msgstr ""
24243
24244 #. type: =head2
24245 #: ../fish/guestfish-actions.pod:2638
24246 msgid "luks-close"
24247 msgstr ""
24248
24249 #. type: verbatim
24250 #: ../fish/guestfish-actions.pod:2640
24251 #, no-wrap
24252 msgid ""
24253 " luks-close device\n"
24254 "\n"
24255 msgstr ""
24256
24257 #. type: textblock
24258 #: ../fish/guestfish-actions.pod:2642
24259 msgid ""
24260 "This closes a LUKS device that was created earlier by L</luks-open> or "
24261 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
24262 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
24263 "underlying block device."
24264 msgstr ""
24265
24266 #. type: =head2
24267 #: ../fish/guestfish-actions.pod:2648
24268 msgid "luks-format"
24269 msgstr ""
24270
24271 #. type: verbatim
24272 #: ../fish/guestfish-actions.pod:2650
24273 #, no-wrap
24274 msgid ""
24275 " luks-format device keyslot\n"
24276 "\n"
24277 msgstr ""
24278
24279 #. type: =head2
24280 #: ../fish/guestfish-actions.pod:2663
24281 msgid "luks-format-cipher"
24282 msgstr ""
24283
24284 #. type: verbatim
24285 #: ../fish/guestfish-actions.pod:2665
24286 #, no-wrap
24287 msgid ""
24288 " luks-format-cipher device keyslot cipher\n"
24289 "\n"
24290 msgstr ""
24291
24292 #. type: textblock
24293 #: ../fish/guestfish-actions.pod:2667
24294 msgid ""
24295 "This command is the same as L</luks-format> but it also allows you to set "
24296 "the C<cipher> used."
24297 msgstr ""
24298
24299 #. type: =head2
24300 #: ../fish/guestfish-actions.pod:2676
24301 msgid "luks-kill-slot"
24302 msgstr ""
24303
24304 #. type: verbatim
24305 #: ../fish/guestfish-actions.pod:2678
24306 #, no-wrap
24307 msgid ""
24308 " luks-kill-slot device keyslot\n"
24309 "\n"
24310 msgstr ""
24311
24312 #. type: =head2
24313 #: ../fish/guestfish-actions.pod:2687
24314 msgid "luks-open"
24315 msgstr ""
24316
24317 #. type: verbatim
24318 #: ../fish/guestfish-actions.pod:2689
24319 #, no-wrap
24320 msgid ""
24321 " luks-open device mapname\n"
24322 "\n"
24323 msgstr ""
24324
24325 #. type: textblock
24326 #: ../fish/guestfish-actions.pod:2703
24327 msgid ""
24328 "If this block device contains LVM volume groups, then calling L</vgscan> "
24329 "followed by L</vg-activate-all> will make them visible."
24330 msgstr ""
24331
24332 #. type: =head2
24333 #: ../fish/guestfish-actions.pod:2710
24334 msgid "luks-open-ro"
24335 msgstr ""
24336
24337 #. type: verbatim
24338 #: ../fish/guestfish-actions.pod:2712
24339 #, no-wrap
24340 msgid ""
24341 " luks-open-ro device mapname\n"
24342 "\n"
24343 msgstr ""
24344
24345 #. type: textblock
24346 #: ../fish/guestfish-actions.pod:2714
24347 msgid ""
24348 "This is the same as L</luks-open> except that a read-only mapping is "
24349 "created."
24350 msgstr ""
24351
24352 #. type: =head2
24353 #: ../fish/guestfish-actions.pod:2720
24354 msgid "lvcreate"
24355 msgstr ""
24356
24357 #. type: verbatim
24358 #: ../fish/guestfish-actions.pod:2722
24359 #, no-wrap
24360 msgid ""
24361 " lvcreate logvol volgroup mbytes\n"
24362 "\n"
24363 msgstr ""
24364
24365 #. type: =head2
24366 #: ../fish/guestfish-actions.pod:2727
24367 msgid "lvm-canonical-lv-name"
24368 msgstr ""
24369
24370 #. type: verbatim
24371 #: ../fish/guestfish-actions.pod:2729
24372 #, no-wrap
24373 msgid ""
24374 " lvm-canonical-lv-name lvname\n"
24375 "\n"
24376 msgstr ""
24377
24378 #. type: textblock
24379 #: ../fish/guestfish-actions.pod:2738
24380 msgid "See also L</is-lv>."
24381 msgstr ""
24382
24383 #. type: =head2
24384 #: ../fish/guestfish-actions.pod:2740
24385 msgid "lvm-clear-filter"
24386 msgstr ""
24387
24388 #. type: verbatim
24389 #: ../fish/guestfish-actions.pod:2742
24390 #, no-wrap
24391 msgid ""
24392 " lvm-clear-filter\n"
24393 "\n"
24394 msgstr ""
24395
24396 #. type: textblock
24397 #: ../fish/guestfish-actions.pod:2744
24398 msgid ""
24399 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
24400 "block device."
24401 msgstr ""
24402
24403 #. type: =head2
24404 #: ../fish/guestfish-actions.pod:2750
24405 msgid "lvm-remove-all"
24406 msgstr ""
24407
24408 #. type: verbatim
24409 #: ../fish/guestfish-actions.pod:2752
24410 #, no-wrap
24411 msgid ""
24412 " lvm-remove-all\n"
24413 "\n"
24414 msgstr ""
24415
24416 #. type: =head2
24417 #: ../fish/guestfish-actions.pod:2760
24418 msgid "lvm-set-filter"
24419 msgstr ""
24420
24421 #. type: verbatim
24422 #: ../fish/guestfish-actions.pod:2762
24423 #, no-wrap
24424 msgid ""
24425 " lvm-set-filter 'devices ...'\n"
24426 "\n"
24427 msgstr ""
24428
24429 #. type: =head2
24430 #: ../fish/guestfish-actions.pod:2787
24431 msgid "lvremove"
24432 msgstr ""
24433
24434 #. type: verbatim
24435 #: ../fish/guestfish-actions.pod:2789
24436 #, no-wrap
24437 msgid ""
24438 " lvremove device\n"
24439 "\n"
24440 msgstr ""
24441
24442 #. type: =head2
24443 #: ../fish/guestfish-actions.pod:2797
24444 msgid "lvrename"
24445 msgstr ""
24446
24447 #. type: verbatim
24448 #: ../fish/guestfish-actions.pod:2799
24449 #, no-wrap
24450 msgid ""
24451 " lvrename logvol newlogvol\n"
24452 "\n"
24453 msgstr ""
24454
24455 #. type: =head2
24456 #: ../fish/guestfish-actions.pod:2803
24457 msgid "lvresize"
24458 msgstr ""
24459
24460 #. type: verbatim
24461 #: ../fish/guestfish-actions.pod:2805
24462 #, no-wrap
24463 msgid ""
24464 " lvresize device mbytes\n"
24465 "\n"
24466 msgstr ""
24467
24468 #. type: =head2
24469 #: ../fish/guestfish-actions.pod:2811
24470 msgid "lvresize-free"
24471 msgstr ""
24472
24473 #. type: verbatim
24474 #: ../fish/guestfish-actions.pod:2813
24475 #, no-wrap
24476 msgid ""
24477 " lvresize-free lv percent\n"
24478 "\n"
24479 msgstr ""
24480
24481 #. type: =head2
24482 #: ../fish/guestfish-actions.pod:2821
24483 msgid "lvs"
24484 msgstr ""
24485
24486 #. type: verbatim
24487 #: ../fish/guestfish-actions.pod:2823
24488 #, no-wrap
24489 msgid ""
24490 " lvs\n"
24491 "\n"
24492 msgstr ""
24493
24494 #. type: textblock
24495 #: ../fish/guestfish-actions.pod:2831
24496 msgid "See also L</lvs-full>, L</list-filesystems>."
24497 msgstr ""
24498
24499 #. type: =head2
24500 #: ../fish/guestfish-actions.pod:2833
24501 msgid "lvs-full"
24502 msgstr ""
24503
24504 #. type: verbatim
24505 #: ../fish/guestfish-actions.pod:2835
24506 #, no-wrap
24507 msgid ""
24508 " lvs-full\n"
24509 "\n"
24510 msgstr ""
24511
24512 #. type: =head2
24513 #: ../fish/guestfish-actions.pod:2840
24514 msgid "lvuuid"
24515 msgstr ""
24516
24517 #. type: verbatim
24518 #: ../fish/guestfish-actions.pod:2842
24519 #, no-wrap
24520 msgid ""
24521 " lvuuid device\n"
24522 "\n"
24523 msgstr ""
24524
24525 #. type: =head2
24526 #: ../fish/guestfish-actions.pod:2846
24527 msgid "lxattrlist"
24528 msgstr ""
24529
24530 #. type: verbatim
24531 #: ../fish/guestfish-actions.pod:2848
24532 #, no-wrap
24533 msgid ""
24534 " lxattrlist path 'names ...'\n"
24535 "\n"
24536 msgstr ""
24537
24538 #. type: textblock
24539 #: ../fish/guestfish-actions.pod:2864
24540 msgid ""
24541 "This call is intended for programs that want to efficiently list a directory "
24542 "contents without making many round-trips.  See also L</lstatlist> for a "
24543 "similarly efficient call for getting standard stats.  Very long directory "
24544 "listings might cause the protocol message size to be exceeded, causing this "
24545 "call to fail.  The caller must split up such requests into smaller groups of "
24546 "names."
24547 msgstr ""
24548
24549 #. type: =head2
24550 #: ../fish/guestfish-actions.pod:2872
24551 msgid "mkdir"
24552 msgstr ""
24553
24554 #. type: verbatim
24555 #: ../fish/guestfish-actions.pod:2874
24556 #, no-wrap
24557 msgid ""
24558 " mkdir path\n"
24559 "\n"
24560 msgstr ""
24561
24562 #. type: =head2
24563 #: ../fish/guestfish-actions.pod:2878
24564 msgid "mkdir-mode"
24565 msgstr ""
24566
24567 #. type: verbatim
24568 #: ../fish/guestfish-actions.pod:2880
24569 #, no-wrap
24570 msgid ""
24571 " mkdir-mode path mode\n"
24572 "\n"
24573 msgstr ""
24574
24575 #. type: textblock
24576 #: ../fish/guestfish-actions.pod:2889
24577 msgid "See also L</mkdir>, L</umask>"
24578 msgstr ""
24579
24580 #. type: =head2
24581 #: ../fish/guestfish-actions.pod:2891
24582 msgid "mkdir-p"
24583 msgstr ""
24584
24585 #. type: verbatim
24586 #: ../fish/guestfish-actions.pod:2893
24587 #, no-wrap
24588 msgid ""
24589 " mkdir-p path\n"
24590 "\n"
24591 msgstr ""
24592
24593 #. type: =head2
24594 #: ../fish/guestfish-actions.pod:2898
24595 msgid "mkdtemp"
24596 msgstr ""
24597
24598 #. type: verbatim
24599 #: ../fish/guestfish-actions.pod:2900
24600 #, no-wrap
24601 msgid ""
24602 " mkdtemp template\n"
24603 "\n"
24604 msgstr ""
24605
24606 #. type: =head2
24607 #: ../fish/guestfish-actions.pod:2921
24608 msgid "mke2fs-J"
24609 msgstr ""
24610
24611 #. type: verbatim
24612 #: ../fish/guestfish-actions.pod:2923
24613 #, no-wrap
24614 msgid ""
24615 " mke2fs-J fstype blocksize device journal\n"
24616 "\n"
24617 msgstr ""
24618
24619 #. type: textblock
24620 #: ../fish/guestfish-actions.pod:2931
24621 msgid "See also L</mke2journal>."
24622 msgstr ""
24623
24624 #. type: =head2
24625 #: ../fish/guestfish-actions.pod:2933
24626 msgid "mke2fs-JL"
24627 msgstr ""
24628
24629 #. type: verbatim
24630 #: ../fish/guestfish-actions.pod:2935
24631 #, no-wrap
24632 msgid ""
24633 " mke2fs-JL fstype blocksize device label\n"
24634 "\n"
24635 msgstr ""
24636
24637 #. type: textblock
24638 #: ../fish/guestfish-actions.pod:2940
24639 msgid "See also L</mke2journal-L>."
24640 msgstr ""
24641
24642 #. type: =head2
24643 #: ../fish/guestfish-actions.pod:2942
24644 msgid "mke2fs-JU"
24645 msgstr ""
24646
24647 #. type: verbatim
24648 #: ../fish/guestfish-actions.pod:2944
24649 #, no-wrap
24650 msgid ""
24651 " mke2fs-JU fstype blocksize device uuid\n"
24652 "\n"
24653 msgstr ""
24654
24655 #. type: textblock
24656 #: ../fish/guestfish-actions.pod:2949
24657 msgid "See also L</mke2journal-U>."
24658 msgstr ""
24659
24660 #. type: =head2
24661 #: ../fish/guestfish-actions.pod:2951
24662 msgid "mke2journal"
24663 msgstr ""
24664
24665 #. type: verbatim
24666 #: ../fish/guestfish-actions.pod:2953
24667 #, no-wrap
24668 msgid ""
24669 " mke2journal blocksize device\n"
24670 "\n"
24671 msgstr ""
24672
24673 #. type: =head2
24674 #: ../fish/guestfish-actions.pod:2960
24675 msgid "mke2journal-L"
24676 msgstr ""
24677
24678 #. type: verbatim
24679 #: ../fish/guestfish-actions.pod:2962
24680 #, no-wrap
24681 msgid ""
24682 " mke2journal-L blocksize label device\n"
24683 "\n"
24684 msgstr ""
24685
24686 #. type: =head2
24687 #: ../fish/guestfish-actions.pod:2966
24688 msgid "mke2journal-U"
24689 msgstr ""
24690
24691 #. type: verbatim
24692 #: ../fish/guestfish-actions.pod:2968
24693 #, no-wrap
24694 msgid ""
24695 " mke2journal-U blocksize uuid device\n"
24696 "\n"
24697 msgstr ""
24698
24699 #. type: =head2
24700 #: ../fish/guestfish-actions.pod:2972
24701 msgid "mkfifo"
24702 msgstr ""
24703
24704 #. type: verbatim
24705 #: ../fish/guestfish-actions.pod:2974
24706 #, no-wrap
24707 msgid ""
24708 " mkfifo mode path\n"
24709 "\n"
24710 msgstr ""
24711
24712 #. type: textblock
24713 #: ../fish/guestfish-actions.pod:2976
24714 msgid ""
24715 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
24716 "is just a convenient wrapper around L</mknod>."
24717 msgstr ""
24718
24719 #. type: =head2
24720 #: ../fish/guestfish-actions.pod:2982
24721 msgid "mkfs"
24722 msgstr ""
24723
24724 #. type: verbatim
24725 #: ../fish/guestfish-actions.pod:2984
24726 #, no-wrap
24727 msgid ""
24728 " mkfs fstype device\n"
24729 "\n"
24730 msgstr ""
24731
24732 #. type: =head2
24733 #: ../fish/guestfish-actions.pod:2990
24734 msgid "mkfs-b"
24735 msgstr ""
24736
24737 #. type: verbatim
24738 #: ../fish/guestfish-actions.pod:2992
24739 #, no-wrap
24740 msgid ""
24741 " mkfs-b fstype blocksize device\n"
24742 "\n"
24743 msgstr ""
24744
24745 #. type: textblock
24746 #: ../fish/guestfish-actions.pod:2994
24747 msgid ""
24748 "This call is similar to L</mkfs>, but it allows you to control the block "
24749 "size of the resulting filesystem.  Supported block sizes depend on the "
24750 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
24751 msgstr ""
24752
24753 #. type: textblock
24754 #: ../fish/guestfish-actions.pod:3002
24755 msgid ""
24756 "This function is deprecated.  In new code, use the L</mkfs_opts> call "
24757 "instead."
24758 msgstr ""
24759
24760 #. type: =head2
24761 #: ../fish/guestfish-actions.pod:3009
24762 msgid "mkfs-opts"
24763 msgstr ""
24764
24765 #. type: verbatim
24766 #: ../fish/guestfish-actions.pod:3011
24767 #, no-wrap
24768 msgid ""
24769 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
24770 "\n"
24771 msgstr ""
24772
24773 #. type: =head2
24774 #: ../fish/guestfish-actions.pod:3046
24775 msgid "mkmountpoint"
24776 msgstr ""
24777
24778 #. type: verbatim
24779 #: ../fish/guestfish-actions.pod:3048
24780 #, no-wrap
24781 msgid ""
24782 " mkmountpoint exemptpath\n"
24783 "\n"
24784 msgstr ""
24785
24786 #. type: textblock
24787 #: ../fish/guestfish-actions.pod:3050
24788 msgid ""
24789 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
24790 "to create extra mountpoints before mounting the first filesystem."
24791 msgstr ""
24792
24793 #. type: textblock
24794 #: ../fish/guestfish-actions.pod:3074
24795 msgid ""
24796 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
24797 "unexpected errors if you try to mix these calls.  It is safest to manually "
24798 "unmount filesystems and remove mountpoints after use."
24799 msgstr ""
24800
24801 #. type: textblock
24802 #: ../fish/guestfish-actions.pod:3078
24803 msgid ""
24804 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
24805 "for this to work for manual mountpoints, you must ensure that the innermost "
24806 "mountpoints have the longest pathnames, as in the example code above."
24807 msgstr ""
24808
24809 #. type: textblock
24810 #: ../fish/guestfish-actions.pod:3085
24811 msgid ""
24812 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
24813 "L</umount-all> to be called when the handle is closed which can also trigger "
24814 "these issues."
24815 msgstr ""
24816
24817 #. type: =head2
24818 #: ../fish/guestfish-actions.pod:3089
24819 msgid "mknod"
24820 msgstr ""
24821
24822 #. type: verbatim
24823 #: ../fish/guestfish-actions.pod:3091
24824 #, no-wrap
24825 msgid ""
24826 " mknod mode devmajor devminor path\n"
24827 "\n"
24828 msgstr ""
24829
24830 #. type: textblock
24831 #: ../fish/guestfish-actions.pod:3101
24832 msgid ""
24833 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
24834 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
24835 "regular file).  These constants are available in the standard Linux header "
24836 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
24837 "wrappers around this command which bitwise OR in the appropriate constant "
24838 "for you."
24839 msgstr ""
24840
24841 #. type: =head2
24842 #: ../fish/guestfish-actions.pod:3111
24843 msgid "mknod-b"
24844 msgstr ""
24845
24846 #. type: verbatim
24847 #: ../fish/guestfish-actions.pod:3113
24848 #, no-wrap
24849 msgid ""
24850 " mknod-b mode devmajor devminor path\n"
24851 "\n"
24852 msgstr ""
24853
24854 #. type: textblock
24855 #: ../fish/guestfish-actions.pod:3115
24856 msgid ""
24857 "This call creates a block device node called C<path> with mode C<mode> and "
24858 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24859 "wrapper around L</mknod>."
24860 msgstr ""
24861
24862 #. type: =head2
24863 #: ../fish/guestfish-actions.pod:3121
24864 msgid "mknod-c"
24865 msgstr ""
24866
24867 #. type: verbatim
24868 #: ../fish/guestfish-actions.pod:3123
24869 #, no-wrap
24870 msgid ""
24871 " mknod-c mode devmajor devminor path\n"
24872 "\n"
24873 msgstr ""
24874
24875 #. type: textblock
24876 #: ../fish/guestfish-actions.pod:3125
24877 msgid ""
24878 "This call creates a char device node called C<path> with mode C<mode> and "
24879 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24880 "wrapper around L</mknod>."
24881 msgstr ""
24882
24883 #. type: =head2
24884 #: ../fish/guestfish-actions.pod:3131
24885 msgid "mkswap"
24886 msgstr ""
24887
24888 #. type: verbatim
24889 #: ../fish/guestfish-actions.pod:3133
24890 #, no-wrap
24891 msgid ""
24892 " mkswap device\n"
24893 "\n"
24894 msgstr ""
24895
24896 #. type: =head2
24897 #: ../fish/guestfish-actions.pod:3137
24898 msgid "mkswap-L"
24899 msgstr ""
24900
24901 #. type: verbatim
24902 #: ../fish/guestfish-actions.pod:3139
24903 #, no-wrap
24904 msgid ""
24905 " mkswap-L label device\n"
24906 "\n"
24907 msgstr ""
24908
24909 #. type: =head2
24910 #: ../fish/guestfish-actions.pod:3147
24911 msgid "mkswap-U"
24912 msgstr ""
24913
24914 #. type: verbatim
24915 #: ../fish/guestfish-actions.pod:3149
24916 #, no-wrap
24917 msgid ""
24918 " mkswap-U uuid device\n"
24919 "\n"
24920 msgstr ""
24921
24922 #. type: =head2
24923 #: ../fish/guestfish-actions.pod:3153
24924 msgid "mkswap-file"
24925 msgstr ""
24926
24927 #. type: verbatim
24928 #: ../fish/guestfish-actions.pod:3155
24929 #, no-wrap
24930 msgid ""
24931 " mkswap-file path\n"
24932 "\n"
24933 msgstr ""
24934
24935 #. type: textblock
24936 #: ../fish/guestfish-actions.pod:3159
24937 msgid ""
24938 "This command just writes a swap file signature to an existing file.  To "
24939 "create the file itself, use something like L</fallocate>."
24940 msgstr ""
24941
24942 #. type: =head2
24943 #: ../fish/guestfish-actions.pod:3162
24944 msgid "modprobe"
24945 msgstr ""
24946
24947 #. type: verbatim
24948 #: ../fish/guestfish-actions.pod:3164
24949 #, no-wrap
24950 msgid ""
24951 " modprobe modulename\n"
24952 "\n"
24953 msgstr ""
24954
24955 #. type: =head2
24956 #: ../fish/guestfish-actions.pod:3171
24957 msgid "mount"
24958 msgstr ""
24959
24960 #. type: verbatim
24961 #: ../fish/guestfish-actions.pod:3173
24962 #, no-wrap
24963 msgid ""
24964 " mount device mountpoint\n"
24965 "\n"
24966 msgstr ""
24967
24968 #. type: textblock
24969 #: ../fish/guestfish-actions.pod:3189
24970 msgid ""
24971 "B<Important note:> When you use this call, the filesystem options C<sync> "
24972 "and C<noatime> are set implicitly.  This was originally done because we "
24973 "thought it would improve reliability, but it turns out that I<-o sync> has a "
24974 "very large negative performance impact and negligible effect on "
24975 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
24976 "code that needs performance, and instead use L</mount-options> (use an empty "
24977 "string for the first parameter if you don't want any options)."
24978 msgstr ""
24979
24980 #. type: textblock
24981 #: ../fish/guestfish-actions.pod:3199
24982 msgid ""
24983 "This function is deprecated.  In new code, use the L</mount_options> call "
24984 "instead."
24985 msgstr ""
24986
24987 #. type: =head2
24988 #: ../fish/guestfish-actions.pod:3206
24989 msgid "mount-loop"
24990 msgstr ""
24991
24992 #. type: verbatim
24993 #: ../fish/guestfish-actions.pod:3208
24994 #, no-wrap
24995 msgid ""
24996 " mount-loop file mountpoint\n"
24997 "\n"
24998 msgstr ""
24999
25000 #. type: =head2
25001 #: ../fish/guestfish-actions.pod:3214
25002 msgid "mount-options"
25003 msgstr ""
25004
25005 #. type: verbatim
25006 #: ../fish/guestfish-actions.pod:3216
25007 #, no-wrap
25008 msgid ""
25009 " mount-options options device mountpoint\n"
25010 "\n"
25011 msgstr ""
25012
25013 #. type: textblock
25014 #: ../fish/guestfish-actions.pod:3218
25015 msgid ""
25016 "This is the same as the L</mount> command, but it allows you to set the "
25017 "mount options as for the L<mount(8)> I<-o> flag."
25018 msgstr ""
25019
25020 #. type: =head2
25021 #: ../fish/guestfish-actions.pod:3226
25022 msgid "mount-ro"
25023 msgstr ""
25024
25025 #. type: verbatim
25026 #: ../fish/guestfish-actions.pod:3228
25027 #, no-wrap
25028 msgid ""
25029 " mount-ro device mountpoint\n"
25030 "\n"
25031 msgstr ""
25032
25033 #. type: textblock
25034 #: ../fish/guestfish-actions.pod:3230
25035 msgid ""
25036 "This is the same as the L</mount> command, but it mounts the filesystem with "
25037 "the read-only (I<-o ro>) flag."
25038 msgstr ""
25039
25040 #. type: =head2
25041 #: ../fish/guestfish-actions.pod:3233
25042 msgid "mount-vfs"
25043 msgstr ""
25044
25045 #. type: verbatim
25046 #: ../fish/guestfish-actions.pod:3235
25047 #, no-wrap
25048 msgid ""
25049 " mount-vfs options vfstype device mountpoint\n"
25050 "\n"
25051 msgstr ""
25052
25053 #. type: textblock
25054 #: ../fish/guestfish-actions.pod:3237
25055 msgid ""
25056 "This is the same as the L</mount> command, but it allows you to set both the "
25057 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
25058 msgstr ""
25059
25060 #. type: =head2
25061 #: ../fish/guestfish-actions.pod:3241
25062 msgid "mountpoints"
25063 msgstr ""
25064
25065 #. type: verbatim
25066 #: ../fish/guestfish-actions.pod:3243
25067 #, no-wrap
25068 msgid ""
25069 " mountpoints\n"
25070 "\n"
25071 msgstr ""
25072
25073 #. type: textblock
25074 #: ../fish/guestfish-actions.pod:3245
25075 msgid ""
25076 "This call is similar to L</mounts>.  That call returns a list of devices.  "
25077 "This one returns a hash table (map) of device name to directory where the "
25078 "device is mounted."
25079 msgstr ""
25080
25081 #. type: =head2
25082 #: ../fish/guestfish-actions.pod:3249
25083 msgid "mounts"
25084 msgstr ""
25085
25086 #. type: verbatim
25087 #: ../fish/guestfish-actions.pod:3251
25088 #, no-wrap
25089 msgid ""
25090 " mounts\n"
25091 "\n"
25092 msgstr ""
25093
25094 #. type: textblock
25095 #: ../fish/guestfish-actions.pod:3258
25096 msgid "See also: L</mountpoints>"
25097 msgstr ""
25098
25099 #. type: =head2
25100 #: ../fish/guestfish-actions.pod:3260
25101 msgid "mv"
25102 msgstr ""
25103
25104 #. type: verbatim
25105 #: ../fish/guestfish-actions.pod:3262
25106 #, no-wrap
25107 msgid ""
25108 " mv src dest\n"
25109 "\n"
25110 msgstr ""
25111
25112 #. type: =head2
25113 #: ../fish/guestfish-actions.pod:3267
25114 msgid "ntfs-3g-probe"
25115 msgstr ""
25116
25117 #. type: verbatim
25118 #: ../fish/guestfish-actions.pod:3269
25119 #, no-wrap
25120 msgid ""
25121 " ntfs-3g-probe true|false device\n"
25122 "\n"
25123 msgstr ""
25124
25125 #. type: =head2
25126 #: ../fish/guestfish-actions.pod:3283
25127 msgid "ntfsresize"
25128 msgstr ""
25129
25130 #. type: verbatim
25131 #: ../fish/guestfish-actions.pod:3285
25132 #, no-wrap
25133 msgid ""
25134 " ntfsresize device\n"
25135 "\n"
25136 msgstr ""
25137
25138 #. type: =head2
25139 #: ../fish/guestfish-actions.pod:3300
25140 msgid "ntfsresize-size"
25141 msgstr ""
25142
25143 #. type: verbatim
25144 #: ../fish/guestfish-actions.pod:3302
25145 #, no-wrap
25146 msgid ""
25147 " ntfsresize-size device size\n"
25148 "\n"
25149 msgstr ""
25150
25151 #. type: textblock
25152 #: ../fish/guestfish-actions.pod:3304
25153 msgid ""
25154 "This command is the same as L</ntfsresize> except that it allows you to "
25155 "specify the new size (in bytes) explicitly."
25156 msgstr ""
25157
25158 #. type: =head2
25159 #: ../fish/guestfish-actions.pod:3307
25160 msgid "part-add"
25161 msgstr ""
25162
25163 #. type: verbatim
25164 #: ../fish/guestfish-actions.pod:3309
25165 #, no-wrap
25166 msgid ""
25167 " part-add device prlogex startsect endsect\n"
25168 "\n"
25169 msgstr ""
25170
25171 #. type: textblock
25172 #: ../fish/guestfish-actions.pod:3311
25173 msgid ""
25174 "This command adds a partition to C<device>.  If there is no partition table "
25175 "on the device, call L</part-init> first."
25176 msgstr ""
25177
25178 #. type: textblock
25179 #: ../fish/guestfish-actions.pod:3323
25180 msgid ""
25181 "Creating a partition which covers the whole disk is not so easy.  Use "
25182 "L</part-disk> to do that."
25183 msgstr ""
25184
25185 #. type: =head2
25186 #: ../fish/guestfish-actions.pod:3326
25187 msgid "part-del"
25188 msgstr ""
25189
25190 #. type: verbatim
25191 #: ../fish/guestfish-actions.pod:3328
25192 #, no-wrap
25193 msgid ""
25194 " part-del device partnum\n"
25195 "\n"
25196 msgstr ""
25197
25198 #. type: =head2
25199 #: ../fish/guestfish-actions.pod:3336
25200 msgid "part-disk"
25201 msgstr ""
25202
25203 #. type: verbatim
25204 #: ../fish/guestfish-actions.pod:3338
25205 #, no-wrap
25206 msgid ""
25207 " part-disk device parttype\n"
25208 "\n"
25209 msgstr ""
25210
25211 #. type: textblock
25212 #: ../fish/guestfish-actions.pod:3340
25213 msgid ""
25214 "This command is simply a combination of L</part-init> followed by "
25215 "L</part-add> to create a single primary partition covering the whole disk."
25216 msgstr ""
25217
25218 #. type: textblock
25219 #: ../fish/guestfish-actions.pod:3344
25220 msgid ""
25221 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
25222 "possible values are described in L</part-init>."
25223 msgstr ""
25224
25225 #. type: =head2
25226 #: ../fish/guestfish-actions.pod:3350
25227 msgid "part-get-bootable"
25228 msgstr ""
25229
25230 #. type: verbatim
25231 #: ../fish/guestfish-actions.pod:3352
25232 #, no-wrap
25233 msgid ""
25234 " part-get-bootable device partnum\n"
25235 "\n"
25236 msgstr ""
25237
25238 #. type: textblock
25239 #: ../fish/guestfish-actions.pod:3357
25240 msgid "See also L</part-set-bootable>."
25241 msgstr ""
25242
25243 #. type: =head2
25244 #: ../fish/guestfish-actions.pod:3359
25245 msgid "part-get-mbr-id"
25246 msgstr ""
25247
25248 #. type: verbatim
25249 #: ../fish/guestfish-actions.pod:3361
25250 #, no-wrap
25251 msgid ""
25252 " part-get-mbr-id device partnum\n"
25253 "\n"
25254 msgstr ""
25255
25256 #. type: textblock
25257 #: ../fish/guestfish-actions.pod:3366 ../fish/guestfish-actions.pod:3504
25258 msgid ""
25259 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
25260 "undefined results for other partition table types (see "
25261 "L</part-get-parttype>)."
25262 msgstr ""
25263
25264 #. type: =head2
25265 #: ../fish/guestfish-actions.pod:3370
25266 msgid "part-get-parttype"
25267 msgstr ""
25268
25269 #. type: verbatim
25270 #: ../fish/guestfish-actions.pod:3372
25271 #, no-wrap
25272 msgid ""
25273 " part-get-parttype device\n"
25274 "\n"
25275 msgstr ""
25276
25277 #. type: textblock
25278 #: ../fish/guestfish-actions.pod:3377
25279 msgid ""
25280 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
25281 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
25282 "possible, although unusual.  See L</part-init> for a full list."
25283 msgstr ""
25284
25285 #. type: =head2
25286 #: ../fish/guestfish-actions.pod:3382
25287 msgid "part-init"
25288 msgstr ""
25289
25290 #. type: verbatim
25291 #: ../fish/guestfish-actions.pod:3384
25292 #, no-wrap
25293 msgid ""
25294 " part-init device parttype\n"
25295 "\n"
25296 msgstr ""
25297
25298 #. type: textblock
25299 #: ../fish/guestfish-actions.pod:3390
25300 msgid ""
25301 "Initially there are no partitions.  Following this, you should call "
25302 "L</part-add> for each partition required."
25303 msgstr ""
25304
25305 #. type: =head2
25306 #: ../fish/guestfish-actions.pod:3453
25307 msgid "part-list"
25308 msgstr ""
25309
25310 #. type: verbatim
25311 #: ../fish/guestfish-actions.pod:3455
25312 #, no-wrap
25313 msgid ""
25314 " part-list device\n"
25315 "\n"
25316 msgstr ""
25317
25318 #. type: textblock
25319 #: ../fish/guestfish-actions.pod:3470
25320 msgid ""
25321 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
25322 "the device's sector size, see L</blockdev-getss>."
25323 msgstr ""
25324
25325 #. type: =head2
25326 #: ../fish/guestfish-actions.pod:3483
25327 msgid "part-set-bootable"
25328 msgstr ""
25329
25330 #. type: verbatim
25331 #: ../fish/guestfish-actions.pod:3485
25332 #, no-wrap
25333 msgid ""
25334 " part-set-bootable device partnum true|false\n"
25335 "\n"
25336 msgstr ""
25337
25338 #. type: =head2
25339 #: ../fish/guestfish-actions.pod:3494
25340 msgid "part-set-mbr-id"
25341 msgstr ""
25342
25343 #. type: verbatim
25344 #: ../fish/guestfish-actions.pod:3496
25345 #, no-wrap
25346 msgid ""
25347 " part-set-mbr-id device partnum idbyte\n"
25348 "\n"
25349 msgstr ""
25350
25351 #. type: =head2
25352 #: ../fish/guestfish-actions.pod:3508
25353 msgid "part-set-name"
25354 msgstr ""
25355
25356 #. type: verbatim
25357 #: ../fish/guestfish-actions.pod:3510
25358 #, no-wrap
25359 msgid ""
25360 " part-set-name device partnum name\n"
25361 "\n"
25362 msgstr ""
25363
25364 #. type: =head2
25365 #: ../fish/guestfish-actions.pod:3518
25366 msgid "part-to-dev"
25367 msgstr ""
25368
25369 #. type: verbatim
25370 #: ../fish/guestfish-actions.pod:3520
25371 #, no-wrap
25372 msgid ""
25373 " part-to-dev partition\n"
25374 "\n"
25375 msgstr ""
25376
25377 #. type: textblock
25378 #: ../fish/guestfish-actions.pod:3526
25379 msgid ""
25380 "The named partition must exist, for example as a string returned from "
25381 "L</list-partitions>."
25382 msgstr ""
25383
25384 #. type: =head2
25385 #: ../fish/guestfish-actions.pod:3529
25386 msgid "ping-daemon"
25387 msgstr ""
25388
25389 #. type: verbatim
25390 #: ../fish/guestfish-actions.pod:3531
25391 #, no-wrap
25392 msgid ""
25393 " ping-daemon\n"
25394 "\n"
25395 msgstr ""
25396
25397 #. type: =head2
25398 #: ../fish/guestfish-actions.pod:3538
25399 msgid "pread"
25400 msgstr ""
25401
25402 #. type: verbatim
25403 #: ../fish/guestfish-actions.pod:3540
25404 #, no-wrap
25405 msgid ""
25406 " pread path count offset\n"
25407 "\n"
25408 msgstr ""
25409
25410 #. type: textblock
25411 #: ../fish/guestfish-actions.pod:3548
25412 msgid "See also L</pwrite>, L</pread-device>."
25413 msgstr ""
25414
25415 #. type: =head2
25416 #: ../fish/guestfish-actions.pod:3553
25417 msgid "pread-device"
25418 msgstr ""
25419
25420 #. type: verbatim
25421 #: ../fish/guestfish-actions.pod:3555
25422 #, no-wrap
25423 msgid ""
25424 " pread-device device count offset\n"
25425 "\n"
25426 msgstr ""
25427
25428 #. type: textblock
25429 #: ../fish/guestfish-actions.pod:3563
25430 msgid "See also L</pread>."
25431 msgstr ""
25432
25433 #. type: =head2
25434 #: ../fish/guestfish-actions.pod:3568
25435 msgid "pvcreate"
25436 msgstr ""
25437
25438 #. type: verbatim
25439 #: ../fish/guestfish-actions.pod:3570
25440 #, no-wrap
25441 msgid ""
25442 " pvcreate device\n"
25443 "\n"
25444 msgstr ""
25445
25446 #. type: =head2
25447 #: ../fish/guestfish-actions.pod:3576
25448 msgid "pvremove"
25449 msgstr ""
25450
25451 #. type: verbatim
25452 #: ../fish/guestfish-actions.pod:3578
25453 #, no-wrap
25454 msgid ""
25455 " pvremove device\n"
25456 "\n"
25457 msgstr ""
25458
25459 #. type: =head2
25460 #: ../fish/guestfish-actions.pod:3587
25461 msgid "pvresize"
25462 msgstr ""
25463
25464 #. type: verbatim
25465 #: ../fish/guestfish-actions.pod:3589
25466 #, no-wrap
25467 msgid ""
25468 " pvresize device\n"
25469 "\n"
25470 msgstr ""
25471
25472 #. type: =head2
25473 #: ../fish/guestfish-actions.pod:3594
25474 msgid "pvresize-size"
25475 msgstr ""
25476
25477 #. type: verbatim
25478 #: ../fish/guestfish-actions.pod:3596
25479 #, no-wrap
25480 msgid ""
25481 " pvresize-size device size\n"
25482 "\n"
25483 msgstr ""
25484
25485 #. type: textblock
25486 #: ../fish/guestfish-actions.pod:3598
25487 msgid ""
25488 "This command is the same as L</pvresize> except that it allows you to "
25489 "specify the new size (in bytes) explicitly."
25490 msgstr ""
25491
25492 #. type: =head2
25493 #: ../fish/guestfish-actions.pod:3601
25494 msgid "pvs"
25495 msgstr ""
25496
25497 #. type: verbatim
25498 #: ../fish/guestfish-actions.pod:3603
25499 #, no-wrap
25500 msgid ""
25501 " pvs\n"
25502 "\n"
25503 msgstr ""
25504
25505 #. type: textblock
25506 #: ../fish/guestfish-actions.pod:3611
25507 msgid "See also L</pvs-full>."
25508 msgstr ""
25509
25510 #. type: =head2
25511 #: ../fish/guestfish-actions.pod:3613
25512 msgid "pvs-full"
25513 msgstr ""
25514
25515 #. type: verbatim
25516 #: ../fish/guestfish-actions.pod:3615
25517 #, no-wrap
25518 msgid ""
25519 " pvs-full\n"
25520 "\n"
25521 msgstr ""
25522
25523 #. type: =head2
25524 #: ../fish/guestfish-actions.pod:3620
25525 msgid "pvuuid"
25526 msgstr ""
25527
25528 #. type: verbatim
25529 #: ../fish/guestfish-actions.pod:3622
25530 #, no-wrap
25531 msgid ""
25532 " pvuuid device\n"
25533 "\n"
25534 msgstr ""
25535
25536 #. type: =head2
25537 #: ../fish/guestfish-actions.pod:3626
25538 msgid "pwrite"
25539 msgstr ""
25540
25541 #. type: verbatim
25542 #: ../fish/guestfish-actions.pod:3628
25543 #, no-wrap
25544 msgid ""
25545 " pwrite path content offset\n"
25546 "\n"
25547 msgstr ""
25548
25549 #. type: textblock
25550 #: ../fish/guestfish-actions.pod:3639
25551 msgid "See also L</pread>, L</pwrite-device>."
25552 msgstr ""
25553
25554 #. type: =head2
25555 #: ../fish/guestfish-actions.pod:3644
25556 msgid "pwrite-device"
25557 msgstr ""
25558
25559 #. type: verbatim
25560 #: ../fish/guestfish-actions.pod:3646
25561 #, no-wrap
25562 msgid ""
25563 " pwrite-device device content offset\n"
25564 "\n"
25565 msgstr ""
25566
25567 #. type: textblock
25568 #: ../fish/guestfish-actions.pod:3656
25569 msgid "See also L</pwrite>."
25570 msgstr ""
25571
25572 #. type: =head2
25573 #: ../fish/guestfish-actions.pod:3661
25574 msgid "read-file"
25575 msgstr ""
25576
25577 #. type: verbatim
25578 #: ../fish/guestfish-actions.pod:3663
25579 #, no-wrap
25580 msgid ""
25581 " read-file path\n"
25582 "\n"
25583 msgstr ""
25584
25585 #. type: textblock
25586 #: ../fish/guestfish-actions.pod:3668
25587 msgid ""
25588 "Unlike L</cat>, this function can correctly handle files that contain "
25589 "embedded ASCII NUL characters.  However unlike L</download>, this function "
25590 "is limited in the total size of file that can be handled."
25591 msgstr ""
25592
25593 #. type: =head2
25594 #: ../fish/guestfish-actions.pod:3676
25595 msgid "read-lines"
25596 msgstr ""
25597
25598 #. type: verbatim
25599 #: ../fish/guestfish-actions.pod:3678
25600 #, no-wrap
25601 msgid ""
25602 " read-lines path\n"
25603 "\n"
25604 msgstr ""
25605
25606 #. type: textblock
25607 #: ../fish/guestfish-actions.pod:3685
25608 msgid ""
25609 "Note that this function cannot correctly handle binary files (specifically, "
25610 "files containing C<\\0> character which is treated as end of line).  For "
25611 "those you need to use the L</read-file> function which has a more complex "
25612 "interface."
25613 msgstr ""
25614
25615 #. type: =head2
25616 #: ../fish/guestfish-actions.pod:3690
25617 msgid "readdir"
25618 msgstr ""
25619
25620 #. type: verbatim
25621 #: ../fish/guestfish-actions.pod:3692
25622 #, no-wrap
25623 msgid ""
25624 " readdir dir\n"
25625 "\n"
25626 msgstr ""
25627
25628 #. type: textblock
25629 #: ../fish/guestfish-actions.pod:3744
25630 msgid ""
25631 "This function is primarily intended for use by programs.  To get a simple "
25632 "list of names, use L</ls>.  To get a printable directory for human "
25633 "consumption, use L</ll>."
25634 msgstr ""
25635
25636 #. type: =head2
25637 #: ../fish/guestfish-actions.pod:3748
25638 msgid "readlink"
25639 msgstr ""
25640
25641 #. type: verbatim
25642 #: ../fish/guestfish-actions.pod:3750
25643 #, no-wrap
25644 msgid ""
25645 " readlink path\n"
25646 "\n"
25647 msgstr ""
25648
25649 #. type: =head2
25650 #: ../fish/guestfish-actions.pod:3754
25651 msgid "readlinklist"
25652 msgstr ""
25653
25654 #. type: verbatim
25655 #: ../fish/guestfish-actions.pod:3756
25656 #, no-wrap
25657 msgid ""
25658 " readlinklist path 'names ...'\n"
25659 "\n"
25660 msgstr ""
25661
25662 #. type: =head2
25663 #: ../fish/guestfish-actions.pod:3780
25664 msgid "realpath"
25665 msgstr ""
25666
25667 #. type: verbatim
25668 #: ../fish/guestfish-actions.pod:3782
25669 #, no-wrap
25670 msgid ""
25671 " realpath path\n"
25672 "\n"
25673 msgstr ""
25674
25675 #. type: =head2
25676 #: ../fish/guestfish-actions.pod:3787
25677 msgid "removexattr"
25678 msgstr ""
25679
25680 #. type: verbatim
25681 #: ../fish/guestfish-actions.pod:3789
25682 #, no-wrap
25683 msgid ""
25684 " removexattr xattr path\n"
25685 "\n"
25686 msgstr ""
25687
25688 #. type: textblock
25689 #: ../fish/guestfish-actions.pod:3794
25690 msgid "See also: L</lremovexattr>, L<attr(5)>."
25691 msgstr ""
25692
25693 #. type: =head2
25694 #: ../fish/guestfish-actions.pod:3796
25695 msgid "resize2fs"
25696 msgstr ""
25697
25698 #. type: verbatim
25699 #: ../fish/guestfish-actions.pod:3798
25700 #, no-wrap
25701 msgid ""
25702 " resize2fs device\n"
25703 "\n"
25704 msgstr ""
25705
25706 #. type: textblock
25707 #: ../fish/guestfish-actions.pod:3803
25708 msgid ""
25709 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
25710 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
25711 "gives an error about this and sometimes not.  In any case, it is always safe "
25712 "to call L</e2fsck-f> before calling this function."
25713 msgstr ""
25714
25715 #. type: =head2
25716 #: ../fish/guestfish-actions.pod:3809
25717 msgid "resize2fs-M"
25718 msgstr ""
25719
25720 #. type: verbatim
25721 #: ../fish/guestfish-actions.pod:3811
25722 #, no-wrap
25723 msgid ""
25724 " resize2fs-M device\n"
25725 "\n"
25726 msgstr ""
25727
25728 #. type: textblock
25729 #: ../fish/guestfish-actions.pod:3813
25730 msgid ""
25731 "This command is the same as L</resize2fs>, but the filesystem is resized to "
25732 "its minimum size.  This works like the I<-M> option to the C<resize2fs> "
25733 "command."
25734 msgstr ""
25735
25736 #. type: textblock
25737 #: ../fish/guestfish-actions.pod:3817
25738 msgid ""
25739 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
25740 "and read the C<Block size> and C<Block count> values.  These two numbers, "
25741 "multiplied together, give the resulting size of the minimal filesystem in "
25742 "bytes."
25743 msgstr ""
25744
25745 #. type: =head2
25746 #: ../fish/guestfish-actions.pod:3822
25747 msgid "resize2fs-size"
25748 msgstr ""
25749
25750 #. type: verbatim
25751 #: ../fish/guestfish-actions.pod:3824
25752 #, no-wrap
25753 msgid ""
25754 " resize2fs-size device size\n"
25755 "\n"
25756 msgstr ""
25757
25758 #. type: textblock
25759 #: ../fish/guestfish-actions.pod:3826
25760 msgid ""
25761 "This command is the same as L</resize2fs> except that it allows you to "
25762 "specify the new size (in bytes) explicitly."
25763 msgstr ""
25764
25765 #. type: =head2
25766 #: ../fish/guestfish-actions.pod:3829
25767 msgid "rm"
25768 msgstr ""
25769
25770 #. type: verbatim
25771 #: ../fish/guestfish-actions.pod:3831
25772 #, no-wrap
25773 msgid ""
25774 " rm path\n"
25775 "\n"
25776 msgstr ""
25777
25778 #. type: =head2
25779 #: ../fish/guestfish-actions.pod:3835
25780 msgid "rm-rf"
25781 msgstr ""
25782
25783 #. type: verbatim
25784 #: ../fish/guestfish-actions.pod:3837
25785 #, no-wrap
25786 msgid ""
25787 " rm-rf path\n"
25788 "\n"
25789 msgstr ""
25790
25791 #. type: =head2
25792 #: ../fish/guestfish-actions.pod:3843
25793 msgid "rmdir"
25794 msgstr ""
25795
25796 #. type: verbatim
25797 #: ../fish/guestfish-actions.pod:3845
25798 #, no-wrap
25799 msgid ""
25800 " rmdir path\n"
25801 "\n"
25802 msgstr ""
25803
25804 #. type: =head2
25805 #: ../fish/guestfish-actions.pod:3849
25806 msgid "rmmountpoint"
25807 msgstr ""
25808
25809 #. type: verbatim
25810 #: ../fish/guestfish-actions.pod:3851
25811 #, no-wrap
25812 msgid ""
25813 " rmmountpoint exemptpath\n"
25814 "\n"
25815 msgstr ""
25816
25817 #. type: textblock
25818 #: ../fish/guestfish-actions.pod:3853
25819 msgid ""
25820 "This calls removes a mountpoint that was previously created with "
25821 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
25822 msgstr ""
25823
25824 #. type: =head2
25825 #: ../fish/guestfish-actions.pod:3857
25826 msgid "scrub-device"
25827 msgstr ""
25828
25829 #. type: verbatim
25830 #: ../fish/guestfish-actions.pod:3859
25831 #, no-wrap
25832 msgid ""
25833 " scrub-device device\n"
25834 "\n"
25835 msgstr ""
25836
25837 #. type: =head2
25838 #: ../fish/guestfish-actions.pod:3870
25839 msgid "scrub-file"
25840 msgstr ""
25841
25842 #. type: verbatim
25843 #: ../fish/guestfish-actions.pod:3872
25844 #, no-wrap
25845 msgid ""
25846 " scrub-file file\n"
25847 "\n"
25848 msgstr ""
25849
25850 #. type: =head2
25851 #: ../fish/guestfish-actions.pod:3882
25852 msgid "scrub-freespace"
25853 msgstr ""
25854
25855 #. type: verbatim
25856 #: ../fish/guestfish-actions.pod:3884
25857 #, no-wrap
25858 msgid ""
25859 " scrub-freespace dir\n"
25860 "\n"
25861 msgstr ""
25862
25863 #. type: textblock
25864 #: ../fish/guestfish-actions.pod:3886
25865 msgid ""
25866 "This command creates the directory C<dir> and then fills it with files until "
25867 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
25868 "deletes them.  The intention is to scrub any free space on the partition "
25869 "containing C<dir>."
25870 msgstr ""
25871
25872 #. type: =head2
25873 #: ../fish/guestfish-actions.pod:3895
25874 msgid "set-append"
25875 msgstr ""
25876
25877 #. type: =head2
25878 #: ../fish/guestfish-actions.pod:3897
25879 msgid "append"
25880 msgstr ""
25881
25882 #. type: verbatim
25883 #: ../fish/guestfish-actions.pod:3899
25884 #, no-wrap
25885 msgid ""
25886 " set-append append\n"
25887 "\n"
25888 msgstr ""
25889
25890 #. type: =head2
25891 #: ../fish/guestfish-actions.pod:3910
25892 msgid "set-attach-method"
25893 msgstr ""
25894
25895 #. type: =head2
25896 #: ../fish/guestfish-actions.pod:3912
25897 msgid "attach-method"
25898 msgstr ""
25899
25900 #. type: verbatim
25901 #: ../fish/guestfish-actions.pod:3914
25902 #, no-wrap
25903 msgid ""
25904 " set-attach-method attachmethod\n"
25905 "\n"
25906 msgstr ""
25907
25908 #. type: =head2
25909 #: ../fish/guestfish-actions.pod:3936
25910 msgid "set-autosync"
25911 msgstr ""
25912
25913 #. type: =head2
25914 #: ../fish/guestfish-actions.pod:3938
25915 msgid "autosync"
25916 msgstr ""
25917
25918 #. type: verbatim
25919 #: ../fish/guestfish-actions.pod:3940
25920 #, no-wrap
25921 msgid ""
25922 " set-autosync true|false\n"
25923 "\n"
25924 msgstr ""
25925
25926 #. type: =head2
25927 #: ../fish/guestfish-actions.pod:3950
25928 msgid "set-direct"
25929 msgstr ""
25930
25931 #. type: =head2
25932 #: ../fish/guestfish-actions.pod:3952
25933 msgid "direct"
25934 msgstr ""
25935
25936 #. type: verbatim
25937 #: ../fish/guestfish-actions.pod:3954
25938 #, no-wrap
25939 msgid ""
25940 " set-direct true|false\n"
25941 "\n"
25942 msgstr ""
25943
25944 #. type: textblock
25945 #: ../fish/guestfish-actions.pod:3960
25946 msgid ""
25947 "One consequence of this is that log messages aren't caught by the library "
25948 "and handled by L</set-log-message-callback>, but go straight to stdout."
25949 msgstr ""
25950
25951 #. type: =head2
25952 #: ../fish/guestfish-actions.pod:3969
25953 msgid "set-e2label"
25954 msgstr ""
25955
25956 #. type: verbatim
25957 #: ../fish/guestfish-actions.pod:3971
25958 #, no-wrap
25959 msgid ""
25960 " set-e2label device label\n"
25961 "\n"
25962 msgstr ""
25963
25964 #. type: textblock
25965 #: ../fish/guestfish-actions.pod:3977
25966 msgid ""
25967 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
25968 "label on a filesystem."
25969 msgstr ""
25970
25971 #. type: =head2
25972 #: ../fish/guestfish-actions.pod:3980
25973 msgid "set-e2uuid"
25974 msgstr ""
25975
25976 #. type: verbatim
25977 #: ../fish/guestfish-actions.pod:3982
25978 #, no-wrap
25979 msgid ""
25980 " set-e2uuid device uuid\n"
25981 "\n"
25982 msgstr ""
25983
25984 #. type: textblock
25985 #: ../fish/guestfish-actions.pod:3989
25986 msgid ""
25987 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
25988 "UUID of a filesystem."
25989 msgstr ""
25990
25991 #. type: =head2
25992 #: ../fish/guestfish-actions.pod:3992
25993 msgid "set-memsize"
25994 msgstr ""
25995
25996 #. type: =head2
25997 #: ../fish/guestfish-actions.pod:3994
25998 msgid "memsize"
25999 msgstr ""
26000
26001 #. type: verbatim
26002 #: ../fish/guestfish-actions.pod:3996
26003 #, no-wrap
26004 msgid ""
26005 " set-memsize memsize\n"
26006 "\n"
26007 msgstr ""
26008
26009 #. type: textblock
26010 #: ../fish/guestfish-actions.pod:3998
26011 msgid ""
26012 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
26013 "This only has any effect if called before L</launch>."
26014 msgstr ""
26015
26016 #. type: =head2
26017 #: ../fish/guestfish-actions.pod:4009
26018 msgid "set-network"
26019 msgstr ""
26020
26021 #. type: =head2
26022 #: ../fish/guestfish-actions.pod:4011
26023 msgid "network"
26024 msgstr ""
26025
26026 #. type: verbatim
26027 #: ../fish/guestfish-actions.pod:4013
26028 #, no-wrap
26029 msgid ""
26030 " set-network true|false\n"
26031 "\n"
26032 msgstr ""
26033
26034 #. type: textblock
26035 #: ../fish/guestfish-actions.pod:4021
26036 msgid "You must call this before calling L</launch>, otherwise it has no effect."
26037 msgstr ""
26038
26039 #. type: =head2
26040 #: ../fish/guestfish-actions.pod:4024
26041 msgid "set-path"
26042 msgstr ""
26043
26044 #. type: =head2
26045 #: ../fish/guestfish-actions.pod:4026
26046 msgid "path"
26047 msgstr ""
26048
26049 #. type: verbatim
26050 #: ../fish/guestfish-actions.pod:4028
26051 #, no-wrap
26052 msgid ""
26053 " set-path searchpath\n"
26054 "\n"
26055 msgstr ""
26056
26057 #. type: =head2
26058 #: ../fish/guestfish-actions.pod:4037
26059 msgid "set-qemu"
26060 msgstr ""
26061
26062 #. type: =head2
26063 #: ../fish/guestfish-actions.pod:4039
26064 msgid "qemu"
26065 msgstr ""
26066
26067 #. type: verbatim
26068 #: ../fish/guestfish-actions.pod:4041
26069 #, no-wrap
26070 msgid ""
26071 " set-qemu qemu\n"
26072 "\n"
26073 msgstr ""
26074
26075 #. type: =head2
26076 #: ../fish/guestfish-actions.pod:4061
26077 msgid "set-recovery-proc"
26078 msgstr ""
26079
26080 #. type: =head2
26081 #: ../fish/guestfish-actions.pod:4063
26082 msgid "recovery-proc"
26083 msgstr ""
26084
26085 #. type: verbatim
26086 #: ../fish/guestfish-actions.pod:4065
26087 #, no-wrap
26088 msgid ""
26089 " set-recovery-proc true|false\n"
26090 "\n"
26091 msgstr ""
26092
26093 #. type: textblock
26094 #: ../fish/guestfish-actions.pod:4067
26095 msgid ""
26096 "If this is called with the parameter C<false> then L</launch> does not "
26097 "create a recovery process.  The purpose of the recovery process is to stop "
26098 "runaway qemu processes in the case where the main program aborts abruptly."
26099 msgstr ""
26100
26101 #. type: textblock
26102 #: ../fish/guestfish-actions.pod:4072
26103 msgid ""
26104 "This only has any effect if called before L</launch>, and the default is "
26105 "true."
26106 msgstr ""
26107
26108 #. type: =head2
26109 #: ../fish/guestfish-actions.pod:4081
26110 msgid "set-selinux"
26111 msgstr ""
26112
26113 #. type: =head2
26114 #: ../fish/guestfish-actions.pod:4083
26115 msgid "selinux"
26116 msgstr ""
26117
26118 #. type: verbatim
26119 #: ../fish/guestfish-actions.pod:4085
26120 #, no-wrap
26121 msgid ""
26122 " set-selinux true|false\n"
26123 "\n"
26124 msgstr ""
26125
26126 #. type: =head2
26127 #: ../fish/guestfish-actions.pod:4096
26128 msgid "set-trace"
26129 msgstr ""
26130
26131 #. type: =head2
26132 #: ../fish/guestfish-actions.pod:4098
26133 msgid "trace"
26134 msgstr ""
26135
26136 #. type: verbatim
26137 #: ../fish/guestfish-actions.pod:4100
26138 #, no-wrap
26139 msgid ""
26140 " set-trace true|false\n"
26141 "\n"
26142 msgstr ""
26143
26144 #. type: textblock
26145 #: ../fish/guestfish-actions.pod:4112
26146 msgid ""
26147 "Trace messages are normally sent to C<stderr>, unless you register a "
26148 "callback to send them somewhere else (see L</set-event-callback>)."
26149 msgstr ""
26150
26151 #. type: =head2
26152 #: ../fish/guestfish-actions.pod:4116
26153 msgid "set-verbose"
26154 msgstr ""
26155
26156 #. type: =head2
26157 #: ../fish/guestfish-actions.pod:4118
26158 msgid "verbose"
26159 msgstr ""
26160
26161 #. type: verbatim
26162 #: ../fish/guestfish-actions.pod:4120
26163 #, no-wrap
26164 msgid ""
26165 " set-verbose true|false\n"
26166 "\n"
26167 msgstr ""
26168
26169 #. type: textblock
26170 #: ../fish/guestfish-actions.pod:4127
26171 msgid ""
26172 "Verbose messages are normally sent to C<stderr>, unless you register a "
26173 "callback to send them somewhere else (see L</set-event-callback>)."
26174 msgstr ""
26175
26176 #. type: =head2
26177 #: ../fish/guestfish-actions.pod:4131
26178 msgid "setcon"
26179 msgstr ""
26180
26181 #. type: verbatim
26182 #: ../fish/guestfish-actions.pod:4133
26183 #, no-wrap
26184 msgid ""
26185 " setcon context\n"
26186 "\n"
26187 msgstr ""
26188
26189 #. type: =head2
26190 #: ../fish/guestfish-actions.pod:4140
26191 msgid "setxattr"
26192 msgstr ""
26193
26194 #. type: verbatim
26195 #: ../fish/guestfish-actions.pod:4142
26196 #, no-wrap
26197 msgid ""
26198 " setxattr xattr val vallen path\n"
26199 "\n"
26200 msgstr ""
26201
26202 #. type: textblock
26203 #: ../fish/guestfish-actions.pod:4148
26204 msgid "See also: L</lsetxattr>, L<attr(5)>."
26205 msgstr ""
26206
26207 #. type: =head2
26208 #: ../fish/guestfish-actions.pod:4150
26209 msgid "sfdisk"
26210 msgstr ""
26211
26212 #. type: verbatim
26213 #: ../fish/guestfish-actions.pod:4152
26214 #, no-wrap
26215 msgid ""
26216 " sfdisk device cyls heads sectors 'lines ...'\n"
26217 "\n"
26218 msgstr ""
26219
26220 #. type: textblock
26221 #: ../fish/guestfish-actions.pod:4174
26222 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
26223 msgstr ""
26224
26225 #. type: textblock
26226 #: ../fish/guestfish-actions.pod:4180 ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4225
26227 msgid ""
26228 "This function is deprecated.  In new code, use the L</part_add> call "
26229 "instead."
26230 msgstr ""
26231
26232 #. type: =head2
26233 #: ../fish/guestfish-actions.pod:4187
26234 msgid "sfdiskM"
26235 msgstr ""
26236
26237 #. type: verbatim
26238 #: ../fish/guestfish-actions.pod:4189
26239 #, no-wrap
26240 msgid ""
26241 " sfdiskM device 'lines ...'\n"
26242 "\n"
26243 msgstr ""
26244
26245 #. type: textblock
26246 #: ../fish/guestfish-actions.pod:4191
26247 msgid ""
26248 "This is a simplified interface to the L</sfdisk> command, where partition "
26249 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
26250 "you don't need to specify the cyls, heads and sectors parameters which were "
26251 "rarely if ever used anyway."
26252 msgstr ""
26253
26254 #. type: textblock
26255 #: ../fish/guestfish-actions.pod:4197
26256 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
26257 msgstr ""
26258
26259 #. type: =head2
26260 #: ../fish/guestfish-actions.pod:4210
26261 msgid "sfdisk-N"
26262 msgstr ""
26263
26264 #. type: verbatim
26265 #: ../fish/guestfish-actions.pod:4212
26266 #, no-wrap
26267 msgid ""
26268 " sfdisk-N device partnum cyls heads sectors line\n"
26269 "\n"
26270 msgstr ""
26271
26272 #. type: textblock
26273 #: ../fish/guestfish-actions.pod:4217
26274 msgid ""
26275 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
26276 "cyls/heads/sectors parameters."
26277 msgstr ""
26278
26279 #. type: textblock
26280 #: ../fish/guestfish-actions.pod:4220
26281 msgid "See also: L</part-add>"
26282 msgstr ""
26283
26284 #. type: =head2
26285 #: ../fish/guestfish-actions.pod:4232
26286 msgid "sfdisk-disk-geometry"
26287 msgstr ""
26288
26289 #. type: verbatim
26290 #: ../fish/guestfish-actions.pod:4234
26291 #, no-wrap
26292 msgid ""
26293 " sfdisk-disk-geometry device\n"
26294 "\n"
26295 msgstr ""
26296
26297 #. type: textblock
26298 #: ../fish/guestfish-actions.pod:4236
26299 msgid ""
26300 "This displays the disk geometry of C<device> read from the partition table.  "
26301 "Especially in the case where the underlying block device has been resized, "
26302 "this can be different from the kernel's idea of the geometry (see "
26303 "L</sfdisk-kernel-geometry>)."
26304 msgstr ""
26305
26306 #. type: =head2
26307 #: ../fish/guestfish-actions.pod:4244
26308 msgid "sfdisk-kernel-geometry"
26309 msgstr ""
26310
26311 #. type: verbatim
26312 #: ../fish/guestfish-actions.pod:4246
26313 #, no-wrap
26314 msgid ""
26315 " sfdisk-kernel-geometry device\n"
26316 "\n"
26317 msgstr ""
26318
26319 #. type: =head2
26320 #: ../fish/guestfish-actions.pod:4253
26321 msgid "sfdisk-l"
26322 msgstr ""
26323
26324 #. type: verbatim
26325 #: ../fish/guestfish-actions.pod:4255
26326 #, no-wrap
26327 msgid ""
26328 " sfdisk-l device\n"
26329 "\n"
26330 msgstr ""
26331
26332 #. type: textblock
26333 #: ../fish/guestfish-actions.pod:4261
26334 msgid "See also: L</part-list>"
26335 msgstr ""
26336
26337 #. type: textblock
26338 #: ../fish/guestfish-actions.pod:4263
26339 msgid ""
26340 "This function is deprecated.  In new code, use the L</part_list> call "
26341 "instead."
26342 msgstr ""
26343
26344 #. type: =head2
26345 #: ../fish/guestfish-actions.pod:4270
26346 msgid "sh"
26347 msgstr ""
26348
26349 #. type: verbatim
26350 #: ../fish/guestfish-actions.pod:4272
26351 #, no-wrap
26352 msgid ""
26353 " sh command\n"
26354 "\n"
26355 msgstr ""
26356
26357 #. type: textblock
26358 #: ../fish/guestfish-actions.pod:4277
26359 msgid "This is like L</command>, but passes the command to:"
26360 msgstr ""
26361
26362 #. type: textblock
26363 #: ../fish/guestfish-actions.pod:4285
26364 msgid "All the provisos about L</command> apply to this call."
26365 msgstr ""
26366
26367 #. type: =head2
26368 #: ../fish/guestfish-actions.pod:4287
26369 msgid "sh-lines"
26370 msgstr ""
26371
26372 #. type: verbatim
26373 #: ../fish/guestfish-actions.pod:4289
26374 #, no-wrap
26375 msgid ""
26376 " sh-lines command\n"
26377 "\n"
26378 msgstr ""
26379
26380 #. type: textblock
26381 #: ../fish/guestfish-actions.pod:4291
26382 msgid "This is the same as L</sh>, but splits the result into a list of lines."
26383 msgstr ""
26384
26385 #. type: textblock
26386 #: ../fish/guestfish-actions.pod:4294
26387 msgid "See also: L</command-lines>"
26388 msgstr ""
26389
26390 #. type: =head2
26391 #: ../fish/guestfish-actions.pod:4296
26392 msgid "sleep"
26393 msgstr ""
26394
26395 #. type: verbatim
26396 #: ../fish/guestfish-actions.pod:4298
26397 #, no-wrap
26398 msgid ""
26399 " sleep secs\n"
26400 "\n"
26401 msgstr ""
26402
26403 #. type: =head2
26404 #: ../fish/guestfish-actions.pod:4302
26405 msgid "stat"
26406 msgstr ""
26407
26408 #. type: verbatim
26409 #: ../fish/guestfish-actions.pod:4304
26410 #, no-wrap
26411 msgid ""
26412 " stat path\n"
26413 "\n"
26414 msgstr ""
26415
26416 #. type: =head2
26417 #: ../fish/guestfish-actions.pod:4310
26418 msgid "statvfs"
26419 msgstr ""
26420
26421 #. type: verbatim
26422 #: ../fish/guestfish-actions.pod:4312
26423 #, no-wrap
26424 msgid ""
26425 " statvfs path\n"
26426 "\n"
26427 msgstr ""
26428
26429 #. type: =head2
26430 #: ../fish/guestfish-actions.pod:4320
26431 msgid "strings"
26432 msgstr ""
26433
26434 #. type: verbatim
26435 #: ../fish/guestfish-actions.pod:4322
26436 #, no-wrap
26437 msgid ""
26438 " strings path\n"
26439 "\n"
26440 msgstr ""
26441
26442 #. type: =head2
26443 #: ../fish/guestfish-actions.pod:4330
26444 msgid "strings-e"
26445 msgstr ""
26446
26447 #. type: verbatim
26448 #: ../fish/guestfish-actions.pod:4332
26449 #, no-wrap
26450 msgid ""
26451 " strings-e encoding path\n"
26452 "\n"
26453 msgstr ""
26454
26455 #. type: textblock
26456 #: ../fish/guestfish-actions.pod:4334
26457 msgid ""
26458 "This is like the L</strings> command, but allows you to specify the encoding "
26459 "of strings that are looked for in the source file C<path>."
26460 msgstr ""
26461
26462 #. type: textblock
26463 #: ../fish/guestfish-actions.pod:4344
26464 msgid ""
26465 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
26466 "ISO-8859-X (this is what L</strings> uses)."
26467 msgstr ""
26468
26469 #. type: =head2
26470 #: ../fish/guestfish-actions.pod:4376
26471 msgid "swapoff-device"
26472 msgstr ""
26473
26474 #. type: verbatim
26475 #: ../fish/guestfish-actions.pod:4378
26476 #, no-wrap
26477 msgid ""
26478 " swapoff-device device\n"
26479 "\n"
26480 msgstr ""
26481
26482 #. type: textblock
26483 #: ../fish/guestfish-actions.pod:4380
26484 msgid ""
26485 "This command disables the libguestfs appliance swap device or partition "
26486 "named C<device>.  See L</swapon-device>."
26487 msgstr ""
26488
26489 #. type: =head2
26490 #: ../fish/guestfish-actions.pod:4384
26491 msgid "swapoff-file"
26492 msgstr ""
26493
26494 #. type: verbatim
26495 #: ../fish/guestfish-actions.pod:4386
26496 #, no-wrap
26497 msgid ""
26498 " swapoff-file file\n"
26499 "\n"
26500 msgstr ""
26501
26502 #. type: =head2
26503 #: ../fish/guestfish-actions.pod:4390
26504 msgid "swapoff-label"
26505 msgstr ""
26506
26507 #. type: verbatim
26508 #: ../fish/guestfish-actions.pod:4392
26509 #, no-wrap
26510 msgid ""
26511 " swapoff-label label\n"
26512 "\n"
26513 msgstr ""
26514
26515 #. type: =head2
26516 #: ../fish/guestfish-actions.pod:4397
26517 msgid "swapoff-uuid"
26518 msgstr ""
26519
26520 #. type: verbatim
26521 #: ../fish/guestfish-actions.pod:4399
26522 #, no-wrap
26523 msgid ""
26524 " swapoff-uuid uuid\n"
26525 "\n"
26526 msgstr ""
26527
26528 #. type: =head2
26529 #: ../fish/guestfish-actions.pod:4404
26530 msgid "swapon-device"
26531 msgstr ""
26532
26533 #. type: verbatim
26534 #: ../fish/guestfish-actions.pod:4406
26535 #, no-wrap
26536 msgid ""
26537 " swapon-device device\n"
26538 "\n"
26539 msgstr ""
26540
26541 #. type: textblock
26542 #: ../fish/guestfish-actions.pod:4408
26543 msgid ""
26544 "This command enables the libguestfs appliance to use the swap device or "
26545 "partition named C<device>.  The increased memory is made available for all "
26546 "commands, for example those run using L</command> or L</sh>."
26547 msgstr ""
26548
26549 #. type: =head2
26550 #: ../fish/guestfish-actions.pod:4420
26551 msgid "swapon-file"
26552 msgstr ""
26553
26554 #. type: verbatim
26555 #: ../fish/guestfish-actions.pod:4422
26556 #, no-wrap
26557 msgid ""
26558 " swapon-file file\n"
26559 "\n"
26560 msgstr ""
26561
26562 #. type: textblock
26563 #: ../fish/guestfish-actions.pod:4424
26564 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
26565 msgstr ""
26566
26567 #. type: =head2
26568 #: ../fish/guestfish-actions.pod:4427
26569 msgid "swapon-label"
26570 msgstr ""
26571
26572 #. type: verbatim
26573 #: ../fish/guestfish-actions.pod:4429
26574 #, no-wrap
26575 msgid ""
26576 " swapon-label label\n"
26577 "\n"
26578 msgstr ""
26579
26580 #. type: textblock
26581 #: ../fish/guestfish-actions.pod:4431
26582 msgid ""
26583 "This command enables swap to a labeled swap partition.  See "
26584 "L</swapon-device> for other notes."
26585 msgstr ""
26586
26587 #. type: =head2
26588 #: ../fish/guestfish-actions.pod:4434
26589 msgid "swapon-uuid"
26590 msgstr ""
26591
26592 #. type: verbatim
26593 #: ../fish/guestfish-actions.pod:4436
26594 #, no-wrap
26595 msgid ""
26596 " swapon-uuid uuid\n"
26597 "\n"
26598 msgstr ""
26599
26600 #. type: textblock
26601 #: ../fish/guestfish-actions.pod:4438
26602 msgid ""
26603 "This command enables swap to a swap partition with the given UUID.  See "
26604 "L</swapon-device> for other notes."
26605 msgstr ""
26606
26607 #. type: =head2
26608 #: ../fish/guestfish-actions.pod:4441
26609 msgid "sync"
26610 msgstr ""
26611
26612 #. type: verbatim
26613 #: ../fish/guestfish-actions.pod:4443
26614 #, no-wrap
26615 msgid ""
26616 " sync\n"
26617 "\n"
26618 msgstr ""
26619
26620 #. type: =head2
26621 #: ../fish/guestfish-actions.pod:4451
26622 msgid "tail"
26623 msgstr ""
26624
26625 #. type: verbatim
26626 #: ../fish/guestfish-actions.pod:4453
26627 #, no-wrap
26628 msgid ""
26629 " tail path\n"
26630 "\n"
26631 msgstr ""
26632
26633 #. type: =head2
26634 #: ../fish/guestfish-actions.pod:4461
26635 msgid "tail-n"
26636 msgstr ""
26637
26638 #. type: verbatim
26639 #: ../fish/guestfish-actions.pod:4463
26640 #, no-wrap
26641 msgid ""
26642 " tail-n nrlines path\n"
26643 "\n"
26644 msgstr ""
26645
26646 #. type: =head2
26647 #: ../fish/guestfish-actions.pod:4476
26648 msgid "tar-in"
26649 msgstr ""
26650
26651 #. type: verbatim
26652 #: ../fish/guestfish-actions.pod:4478
26653 #, no-wrap
26654 msgid ""
26655 " tar-in (tarfile|-) directory\n"
26656 "\n"
26657 msgstr ""
26658
26659 #. type: textblock
26660 #: ../fish/guestfish-actions.pod:4483
26661 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
26662 msgstr ""
26663
26664 #. type: =head2
26665 #: ../fish/guestfish-actions.pod:4488
26666 msgid "tar-out"
26667 msgstr ""
26668
26669 #. type: verbatim
26670 #: ../fish/guestfish-actions.pod:4490
26671 #, no-wrap
26672 msgid ""
26673 " tar-out directory (tarfile|-)\n"
26674 "\n"
26675 msgstr ""
26676
26677 #. type: textblock
26678 #: ../fish/guestfish-actions.pod:4495
26679 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
26680 msgstr ""
26681
26682 #. type: =head2
26683 #: ../fish/guestfish-actions.pod:4500
26684 msgid "tgz-in"
26685 msgstr ""
26686
26687 #. type: verbatim
26688 #: ../fish/guestfish-actions.pod:4502
26689 #, no-wrap
26690 msgid ""
26691 " tgz-in (tarball|-) directory\n"
26692 "\n"
26693 msgstr ""
26694
26695 #. type: textblock
26696 #: ../fish/guestfish-actions.pod:4507
26697 msgid "To upload an uncompressed tarball, use L</tar-in>."
26698 msgstr ""
26699
26700 #. type: =head2
26701 #: ../fish/guestfish-actions.pod:4511
26702 msgid "tgz-out"
26703 msgstr ""
26704
26705 #. type: verbatim
26706 #: ../fish/guestfish-actions.pod:4513
26707 #, no-wrap
26708 msgid ""
26709 " tgz-out directory (tarball|-)\n"
26710 "\n"
26711 msgstr ""
26712
26713 #. type: textblock
26714 #: ../fish/guestfish-actions.pod:4518
26715 msgid "To download an uncompressed tarball, use L</tar-out>."
26716 msgstr ""
26717
26718 #. type: =head2
26719 #: ../fish/guestfish-actions.pod:4522
26720 msgid "touch"
26721 msgstr ""
26722
26723 #. type: verbatim
26724 #: ../fish/guestfish-actions.pod:4524
26725 #, no-wrap
26726 msgid ""
26727 " touch path\n"
26728 "\n"
26729 msgstr ""
26730
26731 #. type: =head2
26732 #: ../fish/guestfish-actions.pod:4533
26733 msgid "truncate"
26734 msgstr ""
26735
26736 #. type: verbatim
26737 #: ../fish/guestfish-actions.pod:4535
26738 #, no-wrap
26739 msgid ""
26740 " truncate path\n"
26741 "\n"
26742 msgstr ""
26743
26744 #. type: =head2
26745 #: ../fish/guestfish-actions.pod:4540
26746 msgid "truncate-size"
26747 msgstr ""
26748
26749 #. type: verbatim
26750 #: ../fish/guestfish-actions.pod:4542
26751 #, no-wrap
26752 msgid ""
26753 " truncate-size path size\n"
26754 "\n"
26755 msgstr ""
26756
26757 #. type: textblock
26758 #: ../fish/guestfish-actions.pod:4547
26759 msgid ""
26760 "If the current file size is less than C<size> then the file is extended to "
26761 "the required size with zero bytes.  This creates a sparse file (ie. disk "
26762 "blocks are not allocated for the file until you write to it).  To create a "
26763 "non-sparse file of zeroes, use L</fallocate64> instead."
26764 msgstr ""
26765
26766 #. type: =head2
26767 #: ../fish/guestfish-actions.pod:4553
26768 msgid "tune2fs-l"
26769 msgstr ""
26770
26771 #. type: verbatim
26772 #: ../fish/guestfish-actions.pod:4555
26773 #, no-wrap
26774 msgid ""
26775 " tune2fs-l device\n"
26776 "\n"
26777 msgstr ""
26778
26779 #. type: =head2
26780 #: ../fish/guestfish-actions.pod:4565
26781 msgid "txz-in"
26782 msgstr ""
26783
26784 #. type: verbatim
26785 #: ../fish/guestfish-actions.pod:4567
26786 #, no-wrap
26787 msgid ""
26788 " txz-in (tarball|-) directory\n"
26789 "\n"
26790 msgstr ""
26791
26792 #. type: =head2
26793 #: ../fish/guestfish-actions.pod:4574
26794 msgid "txz-out"
26795 msgstr ""
26796
26797 #. type: verbatim
26798 #: ../fish/guestfish-actions.pod:4576
26799 #, no-wrap
26800 msgid ""
26801 " txz-out directory (tarball|-)\n"
26802 "\n"
26803 msgstr ""
26804
26805 #. type: =head2
26806 #: ../fish/guestfish-actions.pod:4583
26807 msgid "umask"
26808 msgstr ""
26809
26810 #. type: verbatim
26811 #: ../fish/guestfish-actions.pod:4585
26812 #, no-wrap
26813 msgid ""
26814 " umask mask\n"
26815 "\n"
26816 msgstr ""
26817
26818 #. type: textblock
26819 #: ../fish/guestfish-actions.pod:4599
26820 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
26821 msgstr ""
26822
26823 #. type: =head2
26824 #: ../fish/guestfish-actions.pod:4604
26825 msgid "umount"
26826 msgstr ""
26827
26828 #. type: =head2
26829 #: ../fish/guestfish-actions.pod:4606
26830 msgid "unmount"
26831 msgstr ""
26832
26833 #. type: verbatim
26834 #: ../fish/guestfish-actions.pod:4608
26835 #, no-wrap
26836 msgid ""
26837 " umount pathordevice\n"
26838 "\n"
26839 msgstr ""
26840
26841 #. type: =head2
26842 #: ../fish/guestfish-actions.pod:4614
26843 msgid "umount-all"
26844 msgstr ""
26845
26846 #. type: =head2
26847 #: ../fish/guestfish-actions.pod:4616
26848 msgid "unmount-all"
26849 msgstr ""
26850
26851 #. type: verbatim
26852 #: ../fish/guestfish-actions.pod:4618
26853 #, no-wrap
26854 msgid ""
26855 " umount-all\n"
26856 "\n"
26857 msgstr ""
26858
26859 #. type: =head2
26860 #: ../fish/guestfish-actions.pod:4624
26861 msgid "upload"
26862 msgstr ""
26863
26864 #. type: verbatim
26865 #: ../fish/guestfish-actions.pod:4626
26866 #, no-wrap
26867 msgid ""
26868 " upload (filename|-) remotefilename\n"
26869 "\n"
26870 msgstr ""
26871
26872 #. type: textblock
26873 #: ../fish/guestfish-actions.pod:4633
26874 msgid "See also L</download>."
26875 msgstr ""
26876
26877 #. type: =head2
26878 #: ../fish/guestfish-actions.pod:4637
26879 msgid "upload-offset"
26880 msgstr ""
26881
26882 #. type: verbatim
26883 #: ../fish/guestfish-actions.pod:4639
26884 #, no-wrap
26885 msgid ""
26886 " upload-offset (filename|-) remotefilename offset\n"
26887 "\n"
26888 msgstr ""
26889
26890 #. type: textblock
26891 #: ../fish/guestfish-actions.pod:4651
26892 msgid ""
26893 "Note that there is no limit on the amount of data that can be uploaded with "
26894 "this call, unlike with L</pwrite>, and this call always writes the full "
26895 "amount unless an error occurs."
26896 msgstr ""
26897
26898 #. type: textblock
26899 #: ../fish/guestfish-actions.pod:4656
26900 msgid "See also L</upload>, L</pwrite>."
26901 msgstr ""
26902
26903 #. type: =head2
26904 #: ../fish/guestfish-actions.pod:4660
26905 msgid "utimens"
26906 msgstr ""
26907
26908 #. type: verbatim
26909 #: ../fish/guestfish-actions.pod:4662
26910 #, no-wrap
26911 msgid ""
26912 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
26913 "\n"
26914 msgstr ""
26915
26916 #. type: =head2
26917 #: ../fish/guestfish-actions.pod:4681
26918 msgid "version"
26919 msgstr ""
26920
26921 #. type: verbatim
26922 #: ../fish/guestfish-actions.pod:4683
26923 #, no-wrap
26924 msgid ""
26925 " version\n"
26926 "\n"
26927 msgstr ""
26928
26929 #. type: textblock
26930 #: ../fish/guestfish-actions.pod:4710
26931 msgid ""
26932 "I<Note:> Don't use this call to test for availability of features.  In "
26933 "enterprise distributions we backport features from later versions into "
26934 "earlier versions, making this an unreliable way to test for features.  Use "
26935 "L</available> instead."
26936 msgstr ""
26937
26938 #. type: =head2
26939 #: ../fish/guestfish-actions.pod:4716
26940 msgid "vfs-label"
26941 msgstr ""
26942
26943 #. type: verbatim
26944 #: ../fish/guestfish-actions.pod:4718
26945 #, no-wrap
26946 msgid ""
26947 " vfs-label device\n"
26948 "\n"
26949 msgstr ""
26950
26951 #. type: textblock
26952 #: ../fish/guestfish-actions.pod:4725
26953 msgid "To find a filesystem from the label, use L</findfs-label>."
26954 msgstr ""
26955
26956 #. type: =head2
26957 #: ../fish/guestfish-actions.pod:4727
26958 msgid "vfs-type"
26959 msgstr ""
26960
26961 #. type: verbatim
26962 #: ../fish/guestfish-actions.pod:4729
26963 #, no-wrap
26964 msgid ""
26965 " vfs-type device\n"
26966 "\n"
26967 msgstr ""
26968
26969 #. type: =head2
26970 #: ../fish/guestfish-actions.pod:4739
26971 msgid "vfs-uuid"
26972 msgstr ""
26973
26974 #. type: verbatim
26975 #: ../fish/guestfish-actions.pod:4741
26976 #, no-wrap
26977 msgid ""
26978 " vfs-uuid device\n"
26979 "\n"
26980 msgstr ""
26981
26982 #. type: textblock
26983 #: ../fish/guestfish-actions.pod:4748
26984 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
26985 msgstr ""
26986
26987 #. type: =head2
26988 #: ../fish/guestfish-actions.pod:4750
26989 msgid "vg-activate"
26990 msgstr ""
26991
26992 #. type: verbatim
26993 #: ../fish/guestfish-actions.pod:4752
26994 #, no-wrap
26995 msgid ""
26996 " vg-activate true|false 'volgroups ...'\n"
26997 "\n"
26998 msgstr ""
26999
27000 #. type: =head2
27001 #: ../fish/guestfish-actions.pod:4765
27002 msgid "vg-activate-all"
27003 msgstr ""
27004
27005 #. type: verbatim
27006 #: ../fish/guestfish-actions.pod:4767
27007 #, no-wrap
27008 msgid ""
27009 " vg-activate-all true|false\n"
27010 "\n"
27011 msgstr ""
27012
27013 #. type: =head2
27014 #: ../fish/guestfish-actions.pod:4777
27015 msgid "vgcreate"
27016 msgstr ""
27017
27018 #. type: verbatim
27019 #: ../fish/guestfish-actions.pod:4779
27020 #, no-wrap
27021 msgid ""
27022 " vgcreate volgroup 'physvols ...'\n"
27023 "\n"
27024 msgstr ""
27025
27026 #. type: =head2
27027 #: ../fish/guestfish-actions.pod:4784
27028 msgid "vglvuuids"
27029 msgstr ""
27030
27031 #. type: verbatim
27032 #: ../fish/guestfish-actions.pod:4786
27033 #, no-wrap
27034 msgid ""
27035 " vglvuuids vgname\n"
27036 "\n"
27037 msgstr ""
27038
27039 #. type: textblock
27040 #: ../fish/guestfish-actions.pod:4791
27041 msgid ""
27042 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
27043 "logical volumes and volume groups."
27044 msgstr ""
27045
27046 #. type: textblock
27047 #: ../fish/guestfish-actions.pod:4794
27048 msgid "See also L</vgpvuuids>."
27049 msgstr ""
27050
27051 #. type: =head2
27052 #: ../fish/guestfish-actions.pod:4796
27053 msgid "vgpvuuids"
27054 msgstr ""
27055
27056 #. type: verbatim
27057 #: ../fish/guestfish-actions.pod:4798
27058 #, no-wrap
27059 msgid ""
27060 " vgpvuuids vgname\n"
27061 "\n"
27062 msgstr ""
27063
27064 #. type: textblock
27065 #: ../fish/guestfish-actions.pod:4803
27066 msgid ""
27067 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
27068 "physical volumes and volume groups."
27069 msgstr ""
27070
27071 #. type: textblock
27072 #: ../fish/guestfish-actions.pod:4806
27073 msgid "See also L</vglvuuids>."
27074 msgstr ""
27075
27076 #. type: =head2
27077 #: ../fish/guestfish-actions.pod:4808
27078 msgid "vgremove"
27079 msgstr ""
27080
27081 #. type: verbatim
27082 #: ../fish/guestfish-actions.pod:4810
27083 #, no-wrap
27084 msgid ""
27085 " vgremove vgname\n"
27086 "\n"
27087 msgstr ""
27088
27089 #. type: =head2
27090 #: ../fish/guestfish-actions.pod:4817
27091 msgid "vgrename"
27092 msgstr ""
27093
27094 #. type: verbatim
27095 #: ../fish/guestfish-actions.pod:4819
27096 #, no-wrap
27097 msgid ""
27098 " vgrename volgroup newvolgroup\n"
27099 "\n"
27100 msgstr ""
27101
27102 #. type: =head2
27103 #: ../fish/guestfish-actions.pod:4823
27104 msgid "vgs"
27105 msgstr ""
27106
27107 #. type: verbatim
27108 #: ../fish/guestfish-actions.pod:4825
27109 #, no-wrap
27110 msgid ""
27111 " vgs\n"
27112 "\n"
27113 msgstr ""
27114
27115 #. type: textblock
27116 #: ../fish/guestfish-actions.pod:4833
27117 msgid "See also L</vgs-full>."
27118 msgstr ""
27119
27120 #. type: =head2
27121 #: ../fish/guestfish-actions.pod:4835
27122 msgid "vgs-full"
27123 msgstr ""
27124
27125 #. type: verbatim
27126 #: ../fish/guestfish-actions.pod:4837
27127 #, no-wrap
27128 msgid ""
27129 " vgs-full\n"
27130 "\n"
27131 msgstr ""
27132
27133 #. type: =head2
27134 #: ../fish/guestfish-actions.pod:4842
27135 msgid "vgscan"
27136 msgstr ""
27137
27138 #. type: verbatim
27139 #: ../fish/guestfish-actions.pod:4844
27140 #, no-wrap
27141 msgid ""
27142 " vgscan\n"
27143 "\n"
27144 msgstr ""
27145
27146 #. type: =head2
27147 #: ../fish/guestfish-actions.pod:4849
27148 msgid "vguuid"
27149 msgstr ""
27150
27151 #. type: verbatim
27152 #: ../fish/guestfish-actions.pod:4851
27153 #, no-wrap
27154 msgid ""
27155 " vguuid vgname\n"
27156 "\n"
27157 msgstr ""
27158
27159 #. type: =head2
27160 #: ../fish/guestfish-actions.pod:4855
27161 msgid "wc-c"
27162 msgstr ""
27163
27164 #. type: verbatim
27165 #: ../fish/guestfish-actions.pod:4857
27166 #, no-wrap
27167 msgid ""
27168 " wc-c path\n"
27169 "\n"
27170 msgstr ""
27171
27172 #. type: =head2
27173 #: ../fish/guestfish-actions.pod:4862
27174 msgid "wc-l"
27175 msgstr ""
27176
27177 #. type: verbatim
27178 #: ../fish/guestfish-actions.pod:4864
27179 #, no-wrap
27180 msgid ""
27181 " wc-l path\n"
27182 "\n"
27183 msgstr ""
27184
27185 #. type: =head2
27186 #: ../fish/guestfish-actions.pod:4869
27187 msgid "wc-w"
27188 msgstr ""
27189
27190 #. type: verbatim
27191 #: ../fish/guestfish-actions.pod:4871
27192 #, no-wrap
27193 msgid ""
27194 " wc-w path\n"
27195 "\n"
27196 msgstr ""
27197
27198 #. type: =head2
27199 #: ../fish/guestfish-actions.pod:4876
27200 msgid "write"
27201 msgstr ""
27202
27203 #. type: verbatim
27204 #: ../fish/guestfish-actions.pod:4878
27205 #, no-wrap
27206 msgid ""
27207 " write path content\n"
27208 "\n"
27209 msgstr ""
27210
27211 #. type: =head2
27212 #: ../fish/guestfish-actions.pod:4886
27213 msgid "write-file"
27214 msgstr ""
27215
27216 #. type: verbatim
27217 #: ../fish/guestfish-actions.pod:4888
27218 #, no-wrap
27219 msgid ""
27220 " write-file path content size\n"
27221 "\n"
27222 msgstr ""
27223
27224 #. type: textblock
27225 #: ../fish/guestfish-actions.pod:4904
27226 msgid "This function is deprecated.  In new code, use the L</write> call instead."
27227 msgstr ""
27228
27229 #. type: =head2
27230 #: ../fish/guestfish-actions.pod:4911
27231 msgid "zegrep"
27232 msgstr ""
27233
27234 #. type: verbatim
27235 #: ../fish/guestfish-actions.pod:4913
27236 #, no-wrap
27237 msgid ""
27238 " zegrep regex path\n"
27239 "\n"
27240 msgstr ""
27241
27242 #. type: =head2
27243 #: ../fish/guestfish-actions.pod:4921
27244 msgid "zegrepi"
27245 msgstr ""
27246
27247 #. type: verbatim
27248 #: ../fish/guestfish-actions.pod:4923
27249 #, no-wrap
27250 msgid ""
27251 " zegrepi regex path\n"
27252 "\n"
27253 msgstr ""
27254
27255 #. type: =head2
27256 #: ../fish/guestfish-actions.pod:4931
27257 msgid "zero"
27258 msgstr ""
27259
27260 #. type: verbatim
27261 #: ../fish/guestfish-actions.pod:4933
27262 #, no-wrap
27263 msgid ""
27264 " zero device\n"
27265 "\n"
27266 msgstr ""
27267
27268 #. type: textblock
27269 #: ../fish/guestfish-actions.pod:4941
27270 msgid "See also: L</zero-device>, L</scrub-device>."
27271 msgstr ""
27272
27273 #. type: =head2
27274 #: ../fish/guestfish-actions.pod:4943
27275 msgid "zero-device"
27276 msgstr ""
27277
27278 #. type: verbatim
27279 #: ../fish/guestfish-actions.pod:4945
27280 #, no-wrap
27281 msgid ""
27282 " zero-device device\n"
27283 "\n"
27284 msgstr ""
27285
27286 #. type: textblock
27287 #: ../fish/guestfish-actions.pod:4947
27288 msgid ""
27289 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
27290 "which just zeroes the first few blocks of a device."
27291 msgstr ""
27292
27293 #. type: =head2
27294 #: ../fish/guestfish-actions.pod:4954
27295 msgid "zerofree"
27296 msgstr ""
27297
27298 #. type: verbatim
27299 #: ../fish/guestfish-actions.pod:4956
27300 #, no-wrap
27301 msgid ""
27302 " zerofree device\n"
27303 "\n"
27304 msgstr ""
27305
27306 #. type: =head2
27307 #: ../fish/guestfish-actions.pod:4969
27308 msgid "zfgrep"
27309 msgstr ""
27310
27311 #. type: verbatim
27312 #: ../fish/guestfish-actions.pod:4971
27313 #, no-wrap
27314 msgid ""
27315 " zfgrep pattern path\n"
27316 "\n"
27317 msgstr ""
27318
27319 #. type: =head2
27320 #: ../fish/guestfish-actions.pod:4979
27321 msgid "zfgrepi"
27322 msgstr ""
27323
27324 #. type: verbatim
27325 #: ../fish/guestfish-actions.pod:4981
27326 #, no-wrap
27327 msgid ""
27328 " zfgrepi pattern path\n"
27329 "\n"
27330 msgstr ""
27331
27332 #. type: =head2
27333 #: ../fish/guestfish-actions.pod:4989
27334 msgid "zfile"
27335 msgstr ""
27336
27337 #. type: verbatim
27338 #: ../fish/guestfish-actions.pod:4991
27339 #, no-wrap
27340 msgid ""
27341 " zfile meth path\n"
27342 "\n"
27343 msgstr ""
27344
27345 #. type: textblock
27346 #: ../fish/guestfish-actions.pod:4998
27347 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
27348 msgstr ""
27349
27350 #. type: textblock
27351 #: ../fish/guestfish-actions.pod:5001
27352 msgid "This function is deprecated.  In new code, use the L</file> call instead."
27353 msgstr ""
27354
27355 #. type: =head2
27356 #: ../fish/guestfish-actions.pod:5008
27357 msgid "zgrep"
27358 msgstr ""
27359
27360 #. type: verbatim
27361 #: ../fish/guestfish-actions.pod:5010
27362 #, no-wrap
27363 msgid ""
27364 " zgrep regex path\n"
27365 "\n"
27366 msgstr ""
27367
27368 #. type: =head2
27369 #: ../fish/guestfish-actions.pod:5018
27370 msgid "zgrepi"
27371 msgstr ""
27372
27373 #. type: verbatim
27374 #: ../fish/guestfish-actions.pod:5020
27375 #, no-wrap
27376 msgid ""
27377 " zgrepi regex path\n"
27378 "\n"
27379 msgstr ""
27380
27381 #. type: =head2
27382 #: ../fish/guestfish-commands.pod:1
27383 msgid "alloc"
27384 msgstr ""
27385
27386 #. type: =head2
27387 #: ../fish/guestfish-commands.pod:3
27388 msgid "allocate"
27389 msgstr ""
27390
27391 #. type: verbatim
27392 #: ../fish/guestfish-commands.pod:5
27393 #, no-wrap
27394 msgid ""
27395 " alloc filename size\n"
27396 "\n"
27397 msgstr ""
27398
27399 #. type: textblock
27400 #: ../fish/guestfish-commands.pod:7
27401 msgid ""
27402 "This creates an empty (zeroed) file of the given size, and then adds so it "
27403 "can be further examined."
27404 msgstr ""
27405
27406 #. type: textblock
27407 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
27408 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
27409 msgstr ""
27410
27411 #. type: textblock
27412 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
27413 msgid "Size can be specified using standard suffixes, eg. C<1M>."
27414 msgstr ""
27415
27416 #. type: textblock
27417 #: ../fish/guestfish-commands.pod:14
27418 msgid ""
27419 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
27420 "image, see L</PREPARED DISK IMAGES>."
27421 msgstr ""
27422
27423 #. type: =head2
27424 #: ../fish/guestfish-commands.pod:17
27425 msgid "copy-in"
27426 msgstr ""
27427
27428 #. type: verbatim
27429 #: ../fish/guestfish-commands.pod:19
27430 #, no-wrap
27431 msgid ""
27432 " copy-in local [local ...] /remotedir\n"
27433 "\n"
27434 msgstr ""
27435
27436 #. type: textblock
27437 #: ../fish/guestfish-commands.pod:21
27438 msgid ""
27439 "C<copy-in> copies local files or directories recursively into the disk "
27440 "image, placing them in the directory called C</remotedir> (which must "
27441 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
27442 "other commands as necessary."
27443 msgstr ""
27444
27445 #. type: textblock
27446 #: ../fish/guestfish-commands.pod:26
27447 msgid ""
27448 "Multiple local files and directories can be specified, but the last "
27449 "parameter must always be a remote directory.  Wildcards cannot be used."
27450 msgstr ""
27451
27452 #. type: =head2
27453 #: ../fish/guestfish-commands.pod:30
27454 msgid "copy-out"
27455 msgstr ""
27456
27457 #. type: verbatim
27458 #: ../fish/guestfish-commands.pod:32
27459 #, no-wrap
27460 msgid ""
27461 " copy-out remote [remote ...] localdir\n"
27462 "\n"
27463 msgstr ""
27464
27465 #. type: textblock
27466 #: ../fish/guestfish-commands.pod:34
27467 msgid ""
27468 "C<copy-out> copies remote files or directories recursively out of the disk "
27469 "image, placing them on the host disk in a local directory called C<localdir> "
27470 "(which must exist).  This guestfish meta-command turns into a sequence of "
27471 "L</download>, L</tar-out> and other commands as necessary."
27472 msgstr ""
27473
27474 #. type: textblock
27475 #: ../fish/guestfish-commands.pod:40
27476 msgid ""
27477 "Multiple remote files and directories can be specified, but the last "
27478 "parameter must always be a local directory.  To download to the current "
27479 "directory, use C<.> as in:"
27480 msgstr ""
27481
27482 #. type: verbatim
27483 #: ../fish/guestfish-commands.pod:44
27484 #, no-wrap
27485 msgid ""
27486 " copy-out /home .\n"
27487 "\n"
27488 msgstr ""
27489
27490 #. type: textblock
27491 #: ../fish/guestfish-commands.pod:46
27492 msgid ""
27493 "Wildcards cannot be used in the ordinary command, but you can use them with "
27494 "the help of L</glob> like this:"
27495 msgstr ""
27496
27497 #. type: verbatim
27498 #: ../fish/guestfish-commands.pod:49
27499 #, no-wrap
27500 msgid ""
27501 " glob copy-out /home/* .\n"
27502 "\n"
27503 msgstr ""
27504
27505 #. type: =head2
27506 #: ../fish/guestfish-commands.pod:51
27507 msgid "echo"
27508 msgstr ""
27509
27510 #. type: verbatim
27511 #: ../fish/guestfish-commands.pod:53
27512 #, no-wrap
27513 msgid ""
27514 " echo [params ...]\n"
27515 "\n"
27516 msgstr ""
27517
27518 #. type: textblock
27519 #: ../fish/guestfish-commands.pod:55
27520 msgid "This echos the parameters to the terminal."
27521 msgstr ""
27522
27523 #. type: =head2
27524 #: ../fish/guestfish-commands.pod:57
27525 msgid "edit"
27526 msgstr ""
27527
27528 #. type: =head2
27529 #: ../fish/guestfish-commands.pod:59
27530 msgid "vi"
27531 msgstr ""
27532
27533 #. type: =head2
27534 #: ../fish/guestfish-commands.pod:61
27535 msgid "emacs"
27536 msgstr ""
27537
27538 #. type: verbatim
27539 #: ../fish/guestfish-commands.pod:63
27540 #, no-wrap
27541 msgid ""
27542 " edit filename\n"
27543 "\n"
27544 msgstr ""
27545
27546 #. type: textblock
27547 #: ../fish/guestfish-commands.pod:65
27548 msgid ""
27549 "This is used to edit a file.  It downloads the file, edits it locally using "
27550 "your editor, then uploads the result."
27551 msgstr ""
27552
27553 #. type: textblock
27554 #: ../fish/guestfish-commands.pod:68
27555 msgid ""
27556 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
27557 "or C<emacs> you will get those corresponding editors."
27558 msgstr ""
27559
27560 #. type: =head2
27561 #: ../fish/guestfish-commands.pod:72
27562 msgid "glob"
27563 msgstr ""
27564
27565 #. type: verbatim
27566 #: ../fish/guestfish-commands.pod:74
27567 #, no-wrap
27568 msgid ""
27569 " glob command args...\n"
27570 "\n"
27571 msgstr ""
27572
27573 #. type: textblock
27574 #: ../fish/guestfish-commands.pod:76
27575 msgid ""
27576 "Expand wildcards in any paths in the args list, and run C<command> "
27577 "repeatedly on each matching path."
27578 msgstr ""
27579
27580 #. type: textblock
27581 #: ../fish/guestfish-commands.pod:79
27582 msgid "See L</WILDCARDS AND GLOBBING>."
27583 msgstr ""
27584
27585 #. type: =head2
27586 #: ../fish/guestfish-commands.pod:81
27587 msgid "hexedit"
27588 msgstr ""
27589
27590 #. type: verbatim
27591 #: ../fish/guestfish-commands.pod:83
27592 #, no-wrap
27593 msgid ""
27594 " hexedit <filename|device>\n"
27595 " hexedit <filename|device> <max>\n"
27596 " hexedit <filename|device> <start> <max>\n"
27597 "\n"
27598 msgstr ""
27599
27600 #. type: textblock
27601 #: ../fish/guestfish-commands.pod:87
27602 msgid ""
27603 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
27604 "device."
27605 msgstr ""
27606
27607 #. type: textblock
27608 #: ../fish/guestfish-commands.pod:90
27609 msgid ""
27610 "This command works by downloading potentially the whole file or device, "
27611 "editing it locally, then uploading it.  If the file or device is large, you "
27612 "have to specify which part you wish to edit by using C<max> and/or C<start> "
27613 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
27614 "usual modifiers allowed such as C<1M> (1 megabyte)."
27615 msgstr ""
27616
27617 #. type: textblock
27618 #: ../fish/guestfish-commands.pod:97
27619 msgid "For example to edit the first few sectors of a disk you might do:"
27620 msgstr ""
27621
27622 #. type: verbatim
27623 #: ../fish/guestfish-commands.pod:100
27624 #, no-wrap
27625 msgid ""
27626 " hexedit /dev/sda 1M\n"
27627 "\n"
27628 msgstr ""
27629
27630 #. type: textblock
27631 #: ../fish/guestfish-commands.pod:102
27632 msgid ""
27633 "which would allow you to edit anywhere within the first megabyte of the "
27634 "disk."
27635 msgstr ""
27636
27637 #. type: textblock
27638 #: ../fish/guestfish-commands.pod:105
27639 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
27640 msgstr ""
27641
27642 #. type: verbatim
27643 #: ../fish/guestfish-commands.pod:107
27644 #, no-wrap
27645 msgid ""
27646 " hexedit /dev/sda1 0x400 0x400\n"
27647 "\n"
27648 msgstr ""
27649
27650 #. type: textblock
27651 #: ../fish/guestfish-commands.pod:109
27652 msgid "(assuming the superblock is in the standard location)."
27653 msgstr ""
27654
27655 #. type: textblock
27656 #: ../fish/guestfish-commands.pod:111
27657 msgid ""
27658 "This command requires the external L<hexedit(1)> program.  You can specify "
27659 "another program to use by setting the C<HEXEDITOR> environment variable."
27660 msgstr ""
27661
27662 #. type: textblock
27663 #: ../fish/guestfish-commands.pod:115
27664 msgid "See also L</hexdump>."
27665 msgstr ""
27666
27667 #. type: =head2
27668 #: ../fish/guestfish-commands.pod:117
27669 msgid "lcd"
27670 msgstr ""
27671
27672 #. type: verbatim
27673 #: ../fish/guestfish-commands.pod:119
27674 #, no-wrap
27675 msgid ""
27676 " lcd directory\n"
27677 "\n"
27678 msgstr ""
27679
27680 #. type: textblock
27681 #: ../fish/guestfish-commands.pod:121
27682 msgid "Change the local directory, ie. the current directory of guestfish itself."
27683 msgstr ""
27684
27685 #. type: textblock
27686 #: ../fish/guestfish-commands.pod:124
27687 msgid "Note that C<!cd> won't do what you might expect."
27688 msgstr ""
27689
27690 #. type: =head2
27691 #: ../fish/guestfish-commands.pod:126
27692 msgid "man"
27693 msgstr ""
27694
27695 #. type: =head2
27696 #: ../fish/guestfish-commands.pod:128
27697 msgid "manual"
27698 msgstr ""
27699
27700 #. type: verbatim
27701 #: ../fish/guestfish-commands.pod:130
27702 #, no-wrap
27703 msgid ""
27704 "  man\n"
27705 "\n"
27706 msgstr ""
27707
27708 #. type: textblock
27709 #: ../fish/guestfish-commands.pod:132
27710 msgid "Opens the manual page for guestfish."
27711 msgstr ""
27712
27713 #. type: =head2
27714 #: ../fish/guestfish-commands.pod:134
27715 msgid "more"
27716 msgstr ""
27717
27718 #. type: =head2
27719 #: ../fish/guestfish-commands.pod:136
27720 msgid "less"
27721 msgstr ""
27722
27723 #. type: verbatim
27724 #: ../fish/guestfish-commands.pod:138
27725 #, no-wrap
27726 msgid ""
27727 " more filename\n"
27728 "\n"
27729 msgstr ""
27730
27731 #. type: verbatim
27732 #: ../fish/guestfish-commands.pod:140
27733 #, no-wrap
27734 msgid ""
27735 " less filename\n"
27736 "\n"
27737 msgstr ""
27738
27739 #. type: textblock
27740 #: ../fish/guestfish-commands.pod:142
27741 msgid "This is used to view a file."
27742 msgstr ""
27743
27744 #. type: textblock
27745 #: ../fish/guestfish-commands.pod:144
27746 msgid ""
27747 "The default viewer is C<$PAGER>.  However if you use the alternate command "
27748 "C<less> you will get the C<less> command specifically."
27749 msgstr ""
27750
27751 #. type: =head2
27752 #: ../fish/guestfish-commands.pod:147
27753 msgid "reopen"
27754 msgstr ""
27755
27756 #. type: verbatim
27757 #: ../fish/guestfish-commands.pod:149
27758 #, no-wrap
27759 msgid ""
27760 "  reopen\n"
27761 "\n"
27762 msgstr ""
27763
27764 #. type: textblock
27765 #: ../fish/guestfish-commands.pod:151
27766 msgid ""
27767 "Close and reopen the libguestfs handle.  It is not necessary to use this "
27768 "normally, because the handle is closed properly when guestfish exits.  "
27769 "However this is occasionally useful for testing."
27770 msgstr ""
27771
27772 #. type: =head2
27773 #: ../fish/guestfish-commands.pod:155
27774 msgid "sparse"
27775 msgstr ""
27776
27777 #. type: verbatim
27778 #: ../fish/guestfish-commands.pod:157
27779 #, no-wrap
27780 msgid ""
27781 " sparse filename size\n"
27782 "\n"
27783 msgstr ""
27784
27785 #. type: textblock
27786 #: ../fish/guestfish-commands.pod:159
27787 msgid ""
27788 "This creates an empty sparse file of the given size, and then adds so it can "
27789 "be further examined."
27790 msgstr ""
27791
27792 #. type: textblock
27793 #: ../fish/guestfish-commands.pod:162
27794 msgid ""
27795 "In all respects it works the same as the L</alloc> command, except that the "
27796 "image file is allocated sparsely, which means that disk blocks are not "
27797 "assigned to the file until they are needed.  Sparse disk files only use "
27798 "space when written to, but they are slower and there is a danger you could "
27799 "run out of real disk space during a write operation."
27800 msgstr ""
27801
27802 #. type: =head2
27803 #: ../fish/guestfish-commands.pod:172
27804 msgid "supported"
27805 msgstr ""
27806
27807 #. type: verbatim
27808 #: ../fish/guestfish-commands.pod:174
27809 #, no-wrap
27810 msgid ""
27811 " supported\n"
27812 "\n"
27813 msgstr ""
27814
27815 #. type: textblock
27816 #: ../fish/guestfish-commands.pod:176
27817 msgid ""
27818 "This command returns a list of the optional groups known to the daemon, and "
27819 "indicates which ones are supported by this build of the libguestfs "
27820 "appliance."
27821 msgstr ""
27822
27823 #. type: textblock
27824 #: ../fish/guestfish-commands.pod:180
27825 msgid "See also L<guestfs(3)/AVAILABILITY>."
27826 msgstr ""
27827
27828 #. type: =head2
27829 #: ../fish/guestfish-commands.pod:182
27830 msgid "time"
27831 msgstr ""
27832
27833 #. type: verbatim
27834 #: ../fish/guestfish-commands.pod:184
27835 #, no-wrap
27836 msgid ""
27837 " time command args...\n"
27838 "\n"
27839 msgstr ""
27840
27841 #. type: textblock
27842 #: ../fish/guestfish-commands.pod:186
27843 msgid ""
27844 "Run the command as usual, but print the elapsed time afterwards.  This can "
27845 "be useful for benchmarking operations."
27846 msgstr ""
27847
27848 #. type: textblock
27849 #: ../test-tool/libguestfs-test-tool.pod:5
27850 msgid "libguestfs-test-tool - End user tests for libguestfs"
27851 msgstr ""
27852
27853 #. type: verbatim
27854 #: ../test-tool/libguestfs-test-tool.pod:9
27855 #, no-wrap
27856 msgid ""
27857 " libguestfs-test-tool [--options]\n"
27858 "\n"
27859 msgstr ""
27860
27861 #. type: textblock
27862 #: ../test-tool/libguestfs-test-tool.pod:13
27863 msgid ""
27864 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
27865 "and developers, to allow them to check basic libguestfs functionality is "
27866 "working.  This is needed because libguestfs occasionally breaks for reasons "
27867 "beyond our control: usually because of changes in the underlying qemu or "
27868 "kernel packages, or the host environment."
27869 msgstr ""
27870
27871 #. type: textblock
27872 #: ../test-tool/libguestfs-test-tool.pod:20
27873 msgid "If you suspect a problem in libguestfs, then just run:"
27874 msgstr ""
27875
27876 #. type: verbatim
27877 #: ../test-tool/libguestfs-test-tool.pod:22
27878 #, no-wrap
27879 msgid ""
27880 " libguestfs-test-tool\n"
27881 "\n"
27882 msgstr ""
27883
27884 #. type: textblock
27885 #: ../test-tool/libguestfs-test-tool.pod:24
27886 msgid "It will print lots of diagnostic messages."
27887 msgstr ""
27888
27889 #. type: textblock
27890 #: ../test-tool/libguestfs-test-tool.pod:26
27891 msgid "If it runs to completion successfully, you will see this near the end:"
27892 msgstr ""
27893
27894 #. type: verbatim
27895 #: ../test-tool/libguestfs-test-tool.pod:28
27896 #, no-wrap
27897 msgid ""
27898 " ===== TEST FINISHED OK =====\n"
27899 "\n"
27900 msgstr ""
27901
27902 #. type: textblock
27903 #: ../test-tool/libguestfs-test-tool.pod:30
27904 msgid "and the test tool will exit with code 0."
27905 msgstr ""
27906
27907 #. type: textblock
27908 #: ../test-tool/libguestfs-test-tool.pod:32
27909 msgid ""
27910 "If it fails (and/or exits with non-zero error code), please paste the "
27911 "B<complete, unedited> output of the test tool into a bug report.  More "
27912 "information about reporting bugs can be found on the "
27913 "L<http://libguestfs.org/> website."
27914 msgstr ""
27915
27916 #. type: =item
27917 #: ../test-tool/libguestfs-test-tool.pod:41
27918 msgid "I<--help>"
27919 msgstr ""
27920
27921 #. type: textblock
27922 #: ../test-tool/libguestfs-test-tool.pod:43
27923 msgid "Display short usage information and exit."
27924 msgstr ""
27925
27926 #. type: =item
27927 #: ../test-tool/libguestfs-test-tool.pod:45
27928 msgid "I<--qemu qemu_binary>"
27929 msgstr ""
27930
27931 #. type: textblock
27932 #: ../test-tool/libguestfs-test-tool.pod:47
27933 msgid ""
27934 "If you have downloaded another qemu binary, point this option at the full "
27935 "path of the binary to try it."
27936 msgstr ""
27937
27938 #. type: =item
27939 #: ../test-tool/libguestfs-test-tool.pod:50
27940 msgid "I<--qemudir qemu_source_dir>"
27941 msgstr ""
27942
27943 #. type: textblock
27944 #: ../test-tool/libguestfs-test-tool.pod:52
27945 msgid ""
27946 "If you have compiled qemu from source, point this option at the source "
27947 "directory to try it."
27948 msgstr ""
27949
27950 #. type: =item
27951 #: ../test-tool/libguestfs-test-tool.pod:55
27952 msgid "I<--timeout N>"
27953 msgstr ""
27954
27955 #. type: textblock
27956 #: ../test-tool/libguestfs-test-tool.pod:57
27957 msgid ""
27958 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
27959 "does not usually need to be adjusted unless your machine is very slow."
27960 msgstr ""
27961
27962 #. type: =head1
27963 #: ../test-tool/libguestfs-test-tool.pod:63
27964 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
27965 msgstr ""
27966
27967 #. type: textblock
27968 #: ../test-tool/libguestfs-test-tool.pod:65
27969 msgid ""
27970 "If you have compiled another version of qemu from source and would like to "
27971 "try that, then you can use the I<--qemudir> option to point to the qemu "
27972 "source directory."
27973 msgstr ""
27974
27975 #. type: textblock
27976 #: ../test-tool/libguestfs-test-tool.pod:69
27977 msgid ""
27978 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
27979 "option to point to the binary."
27980 msgstr ""
27981
27982 #. type: textblock
27983 #: ../test-tool/libguestfs-test-tool.pod:72
27984 msgid ""
27985 "When using an alternate qemu with libguestfs, usually you would need to "
27986 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
27987 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
27988 "when you use either of the I<--qemudir> or I<--qemu> options."
27989 msgstr ""
27990
27991 #. type: textblock
27992 #: ../test-tool/libguestfs-test-tool.pod:79
27993 msgid ""
27994 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
27995 "I<1> if there was an error."
27996 msgstr ""
27997
27998 #. type: textblock
27999 #: ../test-tool/libguestfs-test-tool.pod:84
28000 msgid ""
28001 "For the full list of environment variables which may affect libguestfs, "
28002 "please see the L<guestfs(3)> manual page."
28003 msgstr ""
28004
28005 #. type: textblock
28006 #: ../test-tool/libguestfs-test-tool.pod:89
28007 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
28008 msgstr ""
28009
28010 #. type: textblock
28011 #: ../fuse/guestmount.pod:5
28012 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
28013 msgstr ""
28014
28015 #. type: verbatim
28016 #: ../fuse/guestmount.pod:9
28017 #, no-wrap
28018 msgid ""
28019 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
28020 "\n"
28021 msgstr ""
28022
28023 #. type: verbatim
28024 #: ../fuse/guestmount.pod:11
28025 #, no-wrap
28026 msgid ""
28027 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
28028 "\n"
28029 msgstr ""
28030
28031 #. type: verbatim
28032 #: ../fuse/guestmount.pod:13
28033 #, no-wrap
28034 msgid ""
28035 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
28036 "\n"
28037 msgstr ""
28038
28039 #. type: textblock
28040 #: ../fuse/guestmount.pod:17
28041 msgid ""
28042 "You must I<not> use C<guestmount> in read-write mode on live virtual "
28043 "machines.  If you do this, you risk disk corruption in the VM."
28044 msgstr ""
28045
28046 #. type: textblock
28047 #: ../fuse/guestmount.pod:22
28048 msgid ""
28049 "The guestmount program can be used to mount virtual machine filesystems and "
28050 "other disk images on the host.  It uses libguestfs for access to the guest "
28051 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
28052 "a mountable device."
28053 msgstr ""
28054
28055 #. type: textblock
28056 #: ../fuse/guestmount.pod:27
28057 msgid ""
28058 "Along with other options, you have to give at least one device (I<-a> "
28059 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
28060 "option) or use the I<-i> inspection option.  How this works is better "
28061 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
28062 "below."
28063 msgstr ""
28064
28065 #. type: textblock
28066 #: ../fuse/guestmount.pod:33
28067 msgid ""
28068 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
28069 "by you, and the filesystem will not be visible to any other users unless you "
28070 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
28071 "the filesystem, use the C<fusermount -u> command."
28072 msgstr ""
28073
28074 #. type: textblock
28075 #: ../fuse/guestmount.pod:41
28076 msgid ""
28077 "For a typical Windows guest which has its main filesystem on the first "
28078 "partition:"
28079 msgstr ""
28080
28081 #. type: verbatim
28082 #: ../fuse/guestmount.pod:44
28083 #, no-wrap
28084 msgid ""
28085 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
28086 "\n"
28087 msgstr ""
28088
28089 #. type: textblock
28090 #: ../fuse/guestmount.pod:46
28091 msgid ""
28092 "For a typical Linux guest which has a /boot filesystem on the first "
28093 "partition, and the root filesystem on a logical volume:"
28094 msgstr ""
28095
28096 #. type: verbatim
28097 #: ../fuse/guestmount.pod:49
28098 #, no-wrap
28099 msgid ""
28100 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
28101 "\n"
28102 msgstr ""
28103
28104 #. type: textblock
28105 #: ../fuse/guestmount.pod:51
28106 msgid "To get libguestfs to detect guest mountpoints for you:"
28107 msgstr ""
28108
28109 #. type: verbatim
28110 #: ../fuse/guestmount.pod:53
28111 #, no-wrap
28112 msgid ""
28113 " guestmount -a guest.img -i --ro /mnt\n"
28114 "\n"
28115 msgstr ""
28116
28117 #. type: textblock
28118 #: ../fuse/guestmount.pod:55
28119 msgid "For a libvirt guest called \"Guest\" you could do:"
28120 msgstr ""
28121
28122 #. type: verbatim
28123 #: ../fuse/guestmount.pod:57
28124 #, no-wrap
28125 msgid ""
28126 " guestmount -d Guest -i --ro /mnt\n"
28127 "\n"
28128 msgstr ""
28129
28130 #. type: textblock
28131 #: ../fuse/guestmount.pod:59
28132 msgid ""
28133 "If you don't know what filesystems are contained in a guest or disk image, "
28134 "use L<virt-filesystems(1)> first:"
28135 msgstr ""
28136
28137 #. type: verbatim
28138 #: ../fuse/guestmount.pod:62
28139 #, no-wrap
28140 msgid ""
28141 " virt-filesystems MyGuest\n"
28142 "\n"
28143 msgstr ""
28144
28145 #. type: textblock
28146 #: ../fuse/guestmount.pod:64
28147 msgid ""
28148 "If you want to trace the libguestfs calls but without excessive debugging "
28149 "information, we recommend:"
28150 msgstr ""
28151
28152 #. type: verbatim
28153 #: ../fuse/guestmount.pod:67
28154 #, no-wrap
28155 msgid ""
28156 " guestmount [...] --trace /mnt\n"
28157 "\n"
28158 msgstr ""
28159
28160 #. type: textblock
28161 #: ../fuse/guestmount.pod:69
28162 msgid "If you want to debug the program, we recommend:"
28163 msgstr ""
28164
28165 #. type: verbatim
28166 #: ../fuse/guestmount.pod:71
28167 #, no-wrap
28168 msgid ""
28169 " guestmount [...] --trace --verbose /mnt\n"
28170 "\n"
28171 msgstr ""
28172
28173 #. type: =head1
28174 #: ../fuse/guestmount.pod:73
28175 msgid "NOTES"
28176 msgstr ""
28177
28178 #. type: =head2
28179 #: ../fuse/guestmount.pod:75
28180 msgid "Other users cannot see the filesystem by default"
28181 msgstr ""
28182
28183 #. type: textblock
28184 #: ../fuse/guestmount.pod:77
28185 msgid ""
28186 "If you mount a filesystem as one user (eg. root), then other users will not "
28187 "be able to see it by default.  The fix is to add the FUSE C<allow_other> "
28188 "option when mounting:"
28189 msgstr ""
28190
28191 #. type: verbatim
28192 #: ../fuse/guestmount.pod:81
28193 #, no-wrap
28194 msgid ""
28195 " sudo guestmount [...] -o allow_other /mnt\n"
28196 "\n"
28197 msgstr ""
28198
28199 #. type: =item
28200 #: ../fuse/guestmount.pod:87
28201 msgid "B<-a image> | B<--add image>"
28202 msgstr ""
28203
28204 #. type: textblock
28205 #: ../fuse/guestmount.pod:89
28206 msgid "Add a block device or virtual machine image."
28207 msgstr ""
28208
28209 #. type: =item
28210 #: ../fuse/guestmount.pod:94
28211 msgid "B<-c URI> | B<--connect URI>"
28212 msgstr ""
28213
28214 #. type: =item
28215 #: ../fuse/guestmount.pod:100
28216 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
28217 msgstr ""
28218
28219 #. type: =item
28220 #: ../fuse/guestmount.pod:106
28221 msgid "B<--dir-cache-timeout N>"
28222 msgstr ""
28223
28224 #. type: textblock
28225 #: ../fuse/guestmount.pod:108
28226 msgid ""
28227 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
28228 "seconds.  The readdir cache [actually, there are several semi-independent "
28229 "caches] is populated after a readdir(2) call with the stat and extended "
28230 "attributes of the files in the directory, in anticipation that they will be "
28231 "requested soon after."
28232 msgstr ""
28233
28234 #. type: textblock
28235 #: ../fuse/guestmount.pod:114
28236 msgid ""
28237 "There is also a different attribute cache implemented by FUSE (see the FUSE "
28238 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
28239 "requests, only cache existing ones."
28240 msgstr ""
28241
28242 #. type: =item
28243 #: ../fuse/guestmount.pod:125
28244 msgid "B<--format=raw|qcow2|..> | B<--format>"
28245 msgstr ""
28246
28247 #. type: textblock
28248 #: ../fuse/guestmount.pod:132
28249 msgid ""
28250 "If you have untrusted raw-format guest disk images, you should use this "
28251 "option to specify the disk format.  This avoids a possible security problem "
28252 "with malicious guests (CVE-2010-3851).  See also "
28253 "L<guestfs(3)/guestfs_add_drive_opts>."
28254 msgstr ""
28255
28256 #. type: =item
28257 #: ../fuse/guestmount.pod:137
28258 msgid "B<--fuse-help>"
28259 msgstr ""
28260
28261 #. type: textblock
28262 #: ../fuse/guestmount.pod:139
28263 msgid "Display help on special FUSE options (see I<-o> below)."
28264 msgstr ""
28265
28266 #. type: textblock
28267 #: ../fuse/guestmount.pod:143
28268 msgid "Display brief help and exit."
28269 msgstr ""
28270
28271 #. type: =item
28272 #: ../fuse/guestmount.pod:145
28273 msgid "B<-i> | B<--inspector>"
28274 msgstr ""
28275
28276 #. type: textblock
28277 #: ../fuse/guestmount.pod:165
28278 msgid ""
28279 "Mount the named partition or logical volume on the given mountpoint B<in the "
28280 "guest> (this has nothing to do with mountpoints in the host)."
28281 msgstr ""
28282
28283 #. type: textblock
28284 #: ../fuse/guestmount.pod:168
28285 msgid ""
28286 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
28287 "something on C</>."
28288 msgstr ""
28289
28290 #. type: =item
28291 #: ../fuse/guestmount.pod:181
28292 msgid "B<-n> | B<--no-sync>"
28293 msgstr ""
28294
28295 #. type: textblock
28296 #: ../fuse/guestmount.pod:183
28297 msgid ""
28298 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
28299 "unmounted.  If you specify this option, then we don't attempt to sync the "
28300 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
28301 msgstr ""
28302
28303 #. type: =item
28304 #: ../fuse/guestmount.pod:188
28305 msgid "B<-o option> | B<--option option>"
28306 msgstr ""
28307
28308 #. type: textblock
28309 #: ../fuse/guestmount.pod:190
28310 msgid "Pass extra options to FUSE."
28311 msgstr ""
28312
28313 #. type: textblock
28314 #: ../fuse/guestmount.pod:192
28315 msgid ""
28316 "To get a list of all the extra options supported by FUSE, use the command "
28317 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
28318 "of them are a good idea."
28319 msgstr ""
28320
28321 #. type: verbatim
28322 #: ../fuse/guestmount.pod:196
28323 #, no-wrap
28324 msgid ""
28325 " guestmount --fuse-help\n"
28326 "\n"
28327 msgstr ""
28328
28329 #. type: textblock
28330 #: ../fuse/guestmount.pod:198
28331 msgid "Some potentially useful FUSE options:"
28332 msgstr ""
28333
28334 #. type: =item
28335 #: ../fuse/guestmount.pod:202
28336 msgid "B<-o allow_other>"
28337 msgstr ""
28338
28339 #. type: textblock
28340 #: ../fuse/guestmount.pod:204
28341 msgid "Allow other users to see the filesystem."
28342 msgstr ""
28343
28344 #. type: =item
28345 #: ../fuse/guestmount.pod:206
28346 msgid "B<-o attr_timeout=N>"
28347 msgstr ""
28348
28349 #. type: textblock
28350 #: ../fuse/guestmount.pod:208
28351 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
28352 msgstr ""
28353
28354 #. type: =item
28355 #: ../fuse/guestmount.pod:210
28356 msgid "B<-o kernel_cache>"
28357 msgstr ""
28358
28359 #. type: textblock
28360 #: ../fuse/guestmount.pod:212
28361 msgid ""
28362 "Allow the kernel to cache files (reduces the number of reads that have to go "
28363 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
28364 "afford the extra memory usage."
28365 msgstr ""
28366
28367 #. type: =item
28368 #: ../fuse/guestmount.pod:216
28369 msgid "B<-o uid=N> B<-o gid=N>"
28370 msgstr ""
28371
28372 #. type: textblock
28373 #: ../fuse/guestmount.pod:218
28374 msgid ""
28375 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
28376 "the chosen values."
28377 msgstr ""
28378
28379 #. type: =item
28380 #: ../fuse/guestmount.pod:223
28381 msgid "B<-r> | B<--ro>"
28382 msgstr ""
28383
28384 #. type: textblock
28385 #: ../fuse/guestmount.pod:225
28386 msgid ""
28387 "Add devices and mount everything read-only.  Also disallow writes and make "
28388 "the disk appear read-only to FUSE."
28389 msgstr ""
28390
28391 #. type: textblock
28392 #: ../fuse/guestmount.pod:228
28393 msgid ""
28394 "This is highly recommended if you are not going to edit the guest disk.  If "
28395 "the guest is running and this option is I<not> supplied, then there is a "
28396 "strong risk of disk corruption in the guest.  We try to prevent this from "
28397 "happening, but it is not always possible."
28398 msgstr ""
28399
28400 #. type: textblock
28401 #: ../fuse/guestmount.pod:233
28402 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28403 msgstr ""
28404
28405 #. type: textblock
28406 #: ../fuse/guestmount.pod:237
28407 msgid "Enable SELinux support for the guest."
28408 msgstr ""
28409
28410 #. type: =item
28411 #: ../fuse/guestmount.pod:239
28412 msgid "B<-v> | B<--verbose>"
28413 msgstr ""
28414
28415 #. type: textblock
28416 #: ../fuse/guestmount.pod:241
28417 msgid "Enable verbose messages from underlying libguestfs."
28418 msgstr ""
28419
28420 #. type: =item
28421 #: ../fuse/guestmount.pod:243
28422 msgid "B<-V> | B<--version>"
28423 msgstr ""
28424
28425 #. type: textblock
28426 #: ../fuse/guestmount.pod:245
28427 msgid "Display the program version and exit."
28428 msgstr ""
28429
28430 #. type: =item
28431 #: ../fuse/guestmount.pod:247
28432 msgid "B<-w> | B<--rw>"
28433 msgstr ""
28434
28435 #. type: textblock
28436 #: ../fuse/guestmount.pod:252 ../fuse/guestmount.pod:273
28437 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28438 msgstr ""
28439
28440 #. type: =item
28441 #: ../fuse/guestmount.pod:254
28442 msgid "B<-x> | B<--trace>"
28443 msgstr ""
28444
28445 #. type: textblock
28446 #: ../fuse/guestmount.pod:256
28447 msgid "Trace libguestfs calls and entry into each FUSE function."
28448 msgstr ""
28449
28450 #. type: textblock
28451 #: ../fuse/guestmount.pod:258
28452 msgid "This also stops the daemon from forking into the background."
28453 msgstr ""
28454
28455 #. type: textblock
28456 #: ../fuse/guestmount.pod:279
28457 msgid ""
28458 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
28459 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
28460 "L<http://fuse.sf.net/>."
28461 msgstr ""
28462
28463 #. type: textblock
28464 #: ../fuse/guestmount.pod:294
28465 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
28466 msgstr ""
28467
28468 #. type: textblock
28469 #: ../tools/virt-edit.pl:34
28470 msgid "virt-edit - Edit a file in a virtual machine"
28471 msgstr ""
28472
28473 #. type: verbatim
28474 #: ../tools/virt-edit.pl:38
28475 #, no-wrap
28476 msgid ""
28477 " virt-edit [--options] domname file\n"
28478 "\n"
28479 msgstr ""
28480
28481 #. type: verbatim
28482 #: ../tools/virt-edit.pl:40
28483 #, no-wrap
28484 msgid ""
28485 " virt-edit [--options] disk.img [disk.img ...] file\n"
28486 "\n"
28487 msgstr ""
28488
28489 #. type: verbatim
28490 #: ../tools/virt-edit.pl:42
28491 #, no-wrap
28492 msgid ""
28493 " virt-edit [domname|disk.img] file -e 'expr'\n"
28494 "\n"
28495 msgstr ""
28496
28497 #. type: textblock
28498 #: ../tools/virt-edit.pl:46
28499 msgid ""
28500 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
28501 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
28502 "doing this, but doesn't catch all cases."
28503 msgstr ""
28504
28505 #. type: textblock
28506 #: ../tools/virt-edit.pl:52
28507 msgid ""
28508 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
28509 "the named virtual machine (or disk image)."
28510 msgstr ""
28511
28512 #. type: textblock
28513 #: ../tools/virt-edit.pl:55
28514 msgid "If you want to just view a file, use L<virt-cat(1)>."
28515 msgstr ""
28516
28517 #. type: textblock
28518 #: ../tools/virt-edit.pl:57
28519 msgid ""
28520 "For more complex cases you should look at the L<guestfish(1)> tool (see "
28521 "L</USING GUESTFISH> below)."
28522 msgstr ""
28523
28524 #. type: textblock
28525 #: ../tools/virt-edit.pl:60
28526 msgid ""
28527 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
28528 "files.  L<guestfish(1)> can do that and much more."
28529 msgstr ""
28530
28531 #. type: textblock
28532 #: ../tools/virt-edit.pl:65
28533 msgid "Edit the named files interactively:"
28534 msgstr ""
28535
28536 #. type: verbatim
28537 #: ../tools/virt-edit.pl:67
28538 #, no-wrap
28539 msgid ""
28540 " virt-edit mydomain /boot/grub/grub.conf\n"
28541 "\n"
28542 msgstr ""
28543
28544 #. type: verbatim
28545 #: ../tools/virt-edit.pl:69
28546 #, no-wrap
28547 msgid ""
28548 " virt-edit mydomain /etc/passwd\n"
28549 "\n"
28550 msgstr ""
28551
28552 #. type: textblock
28553 #: ../tools/virt-edit.pl:71
28554 msgid "For Windows guests, some Windows paths are understood:"
28555 msgstr ""
28556
28557 #. type: verbatim
28558 #: ../tools/virt-edit.pl:73
28559 #, no-wrap
28560 msgid ""
28561 " virt-edit mywindomain 'c:\\autoexec.bat'\n"
28562 "\n"
28563 msgstr ""
28564
28565 #. type: textblock
28566 #: ../tools/virt-edit.pl:75
28567 msgid ""
28568 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
28569 "below).  To change the init default level to 5:"
28570 msgstr ""
28571
28572 #. type: verbatim
28573 #: ../tools/virt-edit.pl:79
28574 #, no-wrap
28575 msgid ""
28576 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
28577 "\n"
28578 msgstr ""
28579
28580 #. type: textblock
28581 #: ../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
28582 msgid "Display brief help."
28583 msgstr ""
28584
28585 #. type: textblock
28586 #: ../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
28587 msgid "Display version number and exit."
28588 msgstr ""
28589
28590 #. type: =item
28591 #: ../tools/virt-edit.pl:105
28592 msgid "B<--backup extension> | B<-b extension>"
28593 msgstr ""
28594
28595 #. type: textblock
28596 #: ../tools/virt-edit.pl:107
28597 msgid ""
28598 "Create a backup of the original file I<in the guest disk image>.  The backup "
28599 "has the original filename with C<extension> added."
28600 msgstr ""
28601
28602 #. type: textblock
28603 #: ../tools/virt-edit.pl:110
28604 msgid ""
28605 "Usually the first character of C<extension> would be a dot C<.> so you would "
28606 "write:"
28607 msgstr ""
28608
28609 #. type: verbatim
28610 #: ../tools/virt-edit.pl:113
28611 #, no-wrap
28612 msgid ""
28613 " virt-edit -b .orig [etc]\n"
28614 "\n"
28615 msgstr ""
28616
28617 #. type: textblock
28618 #: ../tools/virt-edit.pl:115
28619 msgid "By default, no backup file is made."
28620 msgstr ""
28621
28622 #. type: =item
28623 #: ../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
28624 msgid "B<--connect URI> | B<-c URI>"
28625 msgstr ""
28626
28627 #. type: textblock
28628 #: ../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
28629 msgid ""
28630 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
28631 "to the default libvirt hypervisor."
28632 msgstr ""
28633
28634 #. type: textblock
28635 #: ../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
28636 msgid ""
28637 "If you specify guest block devices directly, then libvirt is not used at "
28638 "all."
28639 msgstr ""
28640
28641 #. type: =item
28642 #: ../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
28643 msgid "B<--format> raw"
28644 msgstr ""
28645
28646 #. type: textblock
28647 #: ../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
28648 msgid ""
28649 "Specify the format of disk images given on the command line.  If this is "
28650 "omitted then the format is autodetected from the content of the disk image."
28651 msgstr ""
28652
28653 #. type: textblock
28654 #: ../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
28655 msgid ""
28656 "If disk images are requested from libvirt, then this program asks libvirt "
28657 "for this information.  In this case, the value of the format parameter is "
28658 "ignored."
28659 msgstr ""
28660
28661 #. type: textblock
28662 #: ../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
28663 msgid ""
28664 "If working with untrusted raw-format guest disk images, you should ensure "
28665 "the format is always specified."
28666 msgstr ""
28667
28668 #. type: =item
28669 #: ../tools/virt-edit.pl:150
28670 msgid "B<--expr EXPR> | B<-e EXPR>"
28671 msgstr ""
28672
28673 #. type: textblock
28674 #: ../tools/virt-edit.pl:152
28675 msgid ""
28676 "Instead of launching the external editor, non-interactively apply the Perl "
28677 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
28678 "EDITING> below."
28679 msgstr ""
28680
28681 #. type: textblock
28682 #: ../tools/virt-edit.pl:156
28683 msgid ""
28684 "Be careful to properly quote the expression to prevent it from being altered "
28685 "by the shell."
28686 msgstr ""
28687
28688 #. type: =head1
28689 #: ../tools/virt-edit.pl:280
28690 msgid "NON-INTERACTIVE EDITING"
28691 msgstr ""
28692
28693 #. type: textblock
28694 #: ../tools/virt-edit.pl:282
28695 msgid ""
28696 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
28697 "administrator can interactively edit the file."
28698 msgstr ""
28699
28700 #. type: textblock
28701 #: ../tools/virt-edit.pl:285
28702 msgid ""
28703 "There are two ways also to use C<virt-edit> from scripts in order to make "
28704 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
28705 "like this, it's less error-prone to write scripts directly using the "
28706 "libguestfs API and Augeas for configuration file editing.)"
28707 msgstr ""
28708
28709 #. type: textblock
28710 #: ../tools/virt-edit.pl:291
28711 msgid ""
28712 "The first method is to temporarily set C<$EDITOR> to any script or program "
28713 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
28714 "update C<tmpfile> in place however it likes."
28715 msgstr ""
28716
28717 #. type: textblock
28718 #: ../tools/virt-edit.pl:295
28719 msgid ""
28720 "The second method is to use the I<-e> parameter of C<virt-edit> to run a "
28721 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
28722 "instances of C<foo> with C<bar> in a file:"
28723 msgstr ""
28724
28725 #. type: verbatim
28726 #: ../tools/virt-edit.pl:299
28727 #, no-wrap
28728 msgid ""
28729 " virt-edit domname filename -e 's/foo/bar/'\n"
28730 "\n"
28731 msgstr ""
28732
28733 #. type: textblock
28734 #: ../tools/virt-edit.pl:301
28735 msgid ""
28736 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
28737 "For example to delete root's password you could do:"
28738 msgstr ""
28739
28740 #. type: verbatim
28741 #: ../tools/virt-edit.pl:304
28742 #, no-wrap
28743 msgid ""
28744 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
28745 "\n"
28746 msgstr ""
28747
28748 #. type: textblock
28749 #: ../tools/virt-edit.pl:306
28750 msgid ""
28751 "What really happens is that the snippet is evaluated as a Perl expression "
28752 "for each line of the file.  The line, including the final C<\\n>, is passed "
28753 "in C<$_> and the expression should update C<$_> or leave it unchanged."
28754 msgstr ""
28755
28756 #. type: textblock
28757 #: ../tools/virt-edit.pl:311
28758 msgid ""
28759 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
28760 "C<apache> user account from the password file you can do:"
28761 msgstr ""
28762
28763 #. type: verbatim
28764 #: ../tools/virt-edit.pl:314
28765 #, no-wrap
28766 msgid ""
28767 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
28768 "\n"
28769 msgstr ""
28770
28771 #. type: textblock
28772 #: ../tools/virt-edit.pl:316
28773 msgid ""
28774 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
28775 "the end of the file is rather difficult this way since there is no concept "
28776 "of \"last line of the file\" - your expression just doesn't get called "
28777 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
28778 "want to do this."
28779 msgstr ""
28780
28781 #. type: textblock
28782 #: ../tools/virt-edit.pl:322
28783 msgid ""
28784 "The variable C<$lineno> contains the current line number.  As is "
28785 "traditional, the first line in the file is number C<1>."
28786 msgstr ""
28787
28788 #. type: textblock
28789 #: ../tools/virt-edit.pl:325
28790 msgid ""
28791 "The return value from the expression is ignored, but the expression may call "
28792 "C<die> in order to abort the whole program, leaving the original file "
28793 "untouched."
28794 msgstr ""
28795
28796 #. type: textblock
28797 #: ../tools/virt-edit.pl:329
28798 msgid ""
28799 "Remember when matching the end of a line that C<$_> may contain the final "
28800 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
28801 "newline then neither of these.  Thus to match or substitute some text at the "
28802 "end of a line, use this regular expression:"
28803 msgstr ""
28804
28805 #. type: verbatim
28806 #: ../tools/virt-edit.pl:334
28807 #, no-wrap
28808 msgid ""
28809 " /some text(\\r?\\n)?$/\n"
28810 "\n"
28811 msgstr ""
28812
28813 #. type: textblock
28814 #: ../tools/virt-edit.pl:336
28815 msgid ""
28816 "Alternately, use the perl C<chomp> function, being careful not to chomp "
28817 "C<$_> itself (since that would remove all newlines from the file):"
28818 msgstr ""
28819
28820 #. type: verbatim
28821 #: ../tools/virt-edit.pl:340
28822 #, no-wrap
28823 msgid ""
28824 " my $m = $_; chomp $m; $m =~ /some text$/\n"
28825 "\n"
28826 msgstr ""
28827
28828 #. type: textblock
28829 #: ../tools/virt-edit.pl:344
28830 msgid ""
28831 "C<virt-edit> has a limited ability to understand Windows drive letters and "
28832 "paths (eg. C<E:\\foo\\bar.txt>)."
28833 msgstr ""
28834
28835 #. type: textblock
28836 #: ../tools/virt-edit.pl:347
28837 msgid "If and only if the guest is running Windows then:"
28838 msgstr ""
28839
28840 #. type: textblock
28841 #: ../tools/virt-edit.pl:353
28842 msgid ""
28843 "Drive letter prefixes like C<C:> are resolved against the Windows Registry "
28844 "to the correct filesystem."
28845 msgstr ""
28846
28847 #. type: textblock
28848 #: ../tools/virt-edit.pl:358
28849 msgid ""
28850 "Any backslash (C<\\>) characters in the path are replaced with forward "
28851 "slashes so that libguestfs can process it."
28852 msgstr ""
28853
28854 #. type: textblock
28855 #: ../tools/virt-edit.pl:363
28856 msgid ""
28857 "The path is resolved case insensitively to locate the file that should be "
28858 "edited."
28859 msgstr ""
28860
28861 #. type: textblock
28862 #: ../tools/virt-edit.pl:368
28863 msgid "There are some known shortcomings:"
28864 msgstr ""
28865
28866 #. type: textblock
28867 #: ../tools/virt-edit.pl:374
28868 msgid "Some NTFS symbolic links may not be followed correctly."
28869 msgstr ""
28870
28871 #. type: textblock
28872 #: ../tools/virt-edit.pl:378
28873 msgid "NTFS junction points that cross filesystems are not followed."
28874 msgstr ""
28875
28876 #. type: =head1
28877 #: ../tools/virt-edit.pl:435
28878 msgid "USING GUESTFISH"
28879 msgstr ""
28880
28881 #. type: textblock
28882 #: ../tools/virt-edit.pl:437
28883 msgid ""
28884 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
28885 "C<virt-edit> doesn't work."
28886 msgstr ""
28887
28888 #. type: textblock
28889 #: ../tools/virt-edit.pl:440
28890 msgid "Using C<virt-edit> is approximately equivalent to doing:"
28891 msgstr ""
28892
28893 #. type: verbatim
28894 #: ../tools/virt-edit.pl:442
28895 #, no-wrap
28896 msgid ""
28897 " guestfish --rw -i -d domname edit /file\n"
28898 "\n"
28899 msgstr ""
28900
28901 #. type: textblock
28902 #: ../tools/virt-edit.pl:444
28903 msgid ""
28904 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
28905 "path to the file."
28906 msgstr ""
28907
28908 #. type: textblock
28909 #: ../tools/virt-edit.pl:447
28910 msgid ""
28911 "The command above uses libguestfs's guest inspection feature and so does not "
28912 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
28913 "disk images that don't contain guests.  To edit a file on a disk image "
28914 "directly, use:"
28915 msgstr ""
28916
28917 #. type: verbatim
28918 #: ../tools/virt-edit.pl:452
28919 #, no-wrap
28920 msgid ""
28921 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
28922 "\n"
28923 msgstr ""
28924
28925 #. type: textblock
28926 #: ../tools/virt-edit.pl:454
28927 msgid ""
28928 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
28929 "the disk image to edit, and C</file> is the full path to the file."
28930 msgstr ""
28931
28932 #. type: textblock
28933 #: ../tools/virt-edit.pl:458
28934 msgid ""
28935 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
28936 "C<write> or C<upload> instead:"
28937 msgstr ""
28938
28939 #. type: verbatim
28940 #: ../tools/virt-edit.pl:461
28941 #, no-wrap
28942 msgid ""
28943 " guestfish --rw -i -d domname touch /newfile\n"
28944 "\n"
28945 msgstr ""
28946
28947 #. type: verbatim
28948 #: ../tools/virt-edit.pl:463
28949 #, no-wrap
28950 msgid ""
28951 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
28952 "\n"
28953 msgstr ""
28954
28955 #. type: verbatim
28956 #: ../tools/virt-edit.pl:465
28957 #, no-wrap
28958 msgid ""
28959 " guestfish --rw -i -d domname upload localfile /newfile\n"
28960 "\n"
28961 msgstr ""
28962
28963 #. type: textblock
28964 #: ../tools/virt-edit.pl:467
28965 msgid "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
28966 msgstr ""
28967
28968 #. type: verbatim
28969 #: ../tools/virt-edit.pl:470
28970 #, no-wrap
28971 msgid ""
28972 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
28973 "\n"
28974 msgstr ""
28975
28976 #. type: =item
28977 #: ../tools/virt-edit.pl:480
28978 msgid "C<EDITOR>"
28979 msgstr ""
28980
28981 #. type: textblock
28982 #: ../tools/virt-edit.pl:482
28983 msgid ""
28984 "If set, this string is used as the editor.  It may contain arguments, "
28985 "eg. C<\"emacs -nw\">"
28986 msgstr ""
28987
28988 #. type: textblock
28989 #: ../tools/virt-edit.pl:485
28990 msgid "If not set, C<vi> is used."
28991 msgstr ""
28992
28993 #. type: =head1
28994 #: ../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
28995 msgid "SHELL QUOTING"
28996 msgstr ""
28997
28998 #. type: textblock
28999 #: ../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
29000 msgid ""
29001 "Libvirt guest names can contain arbitrary characters, some of which have "
29002 "meaning to the shell such as C<#> and space.  You may need to quote or "
29003 "escape these characters on the command line.  See the shell manual page "
29004 "L<sh(1)> for details."
29005 msgstr ""
29006
29007 #. type: textblock
29008 #: ../tools/virt-edit.pl:498
29009 msgid ""
29010 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, "
29011 "L<virt-tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
29012 "L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
29013 msgstr ""
29014
29015 #. type: =head1
29016 #: ../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
29017 msgid "AUTHOR"
29018 msgstr ""
29019
29020 #. type: textblock
29021 #: ../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
29022 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
29023 msgstr ""
29024
29025 #. type: textblock
29026 #: ../tools/virt-edit.pl:516
29027 msgid "Copyright (C) 2009-2011 Red Hat Inc."
29028 msgstr ""
29029
29030 #. type: textblock
29031 #: ../tools/virt-win-reg.pl:37
29032 msgid ""
29033 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
29034 "guest"
29035 msgstr ""
29036
29037 #. type: verbatim
29038 #: ../tools/virt-win-reg.pl:41
29039 #, no-wrap
29040 msgid ""
29041 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
29042 "\n"
29043 msgstr ""
29044
29045 #. type: verbatim
29046 #: ../tools/virt-win-reg.pl:43
29047 #, no-wrap
29048 msgid ""
29049 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
29050 "\n"
29051 msgstr ""
29052
29053 #. type: verbatim
29054 #: ../tools/virt-win-reg.pl:45
29055 #, no-wrap
29056 msgid ""
29057 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
29058 "\n"
29059 msgstr ""
29060
29061 #. type: verbatim
29062 #: ../tools/virt-win-reg.pl:47
29063 #, no-wrap
29064 msgid ""
29065 " virt-win-reg --merge domname [input.reg ...]\n"
29066 "\n"
29067 msgstr ""
29068
29069 #. type: verbatim
29070 #: ../tools/virt-win-reg.pl:49
29071 #, no-wrap
29072 msgid ""
29073 " virt-win-reg [--options] disk.img ... # instead of domname\n"
29074 "\n"
29075 msgstr ""
29076
29077 #. type: textblock
29078 #: ../tools/virt-win-reg.pl:53
29079 msgid ""
29080 "You must I<not> use C<virt-win-reg> with the I<--merge> option on live "
29081 "virtual machines.  If you do this, you I<will> get irreversible disk "
29082 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
29083 "but doesn't catch all cases."
29084 msgstr ""
29085
29086 #. type: textblock
29087 #: ../tools/virt-win-reg.pl:58
29088 msgid ""
29089 "Modifying the Windows Registry is an inherently risky operation.  The format "
29090 "is deliberately obscure and undocumented, and Registry changes can leave the "
29091 "system unbootable.  Therefore when using the I<--merge> option, make sure "
29092 "you have a reliable backup first."
29093 msgstr ""
29094
29095 #. type: textblock
29096 #: ../tools/virt-win-reg.pl:65
29097 msgid ""
29098 "This program can export and merge Windows Registry entries from a Windows "
29099 "guest."
29100 msgstr ""
29101
29102 #. type: textblock
29103 #: ../tools/virt-win-reg.pl:68
29104 msgid ""
29105 "The first parameter is the libvirt guest name or the raw disk image of a "
29106 "Windows guest."
29107 msgstr ""
29108
29109 #. type: textblock
29110 #: ../tools/virt-win-reg.pl:71
29111 msgid ""
29112 "If I<--merge> is I<not> specified, then the chosen registry key is "
29113 "displayed/exported (recursively).  For example:"
29114 msgstr ""
29115
29116 #. type: verbatim
29117 #: ../tools/virt-win-reg.pl:74
29118 #, no-wrap
29119 msgid ""
29120 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
29121 "\n"
29122 msgstr ""
29123
29124 #. type: textblock
29125 #: ../tools/virt-win-reg.pl:76
29126 msgid "You can also display single values from within registry keys, for example:"
29127 msgstr ""
29128
29129 #. type: verbatim
29130 #: ../tools/virt-win-reg.pl:79
29131 #, no-wrap
29132 msgid ""
29133 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
29134 " $ virt-win-reg Windows7 $cvkey ProductName\n"
29135 " Windows 7 Enterprise\n"
29136 "\n"
29137 msgstr ""
29138
29139 #. type: textblock
29140 #: ../tools/virt-win-reg.pl:83
29141 msgid ""
29142 "With I<--merge>, you can merge a textual regedit file into the Windows "
29143 "Registry:"
29144 msgstr ""
29145
29146 #. type: verbatim
29147 #: ../tools/virt-win-reg.pl:86
29148 #, no-wrap
29149 msgid ""
29150 " $ virt-win-reg --merge Windows7 changes.reg\n"
29151 "\n"
29152 msgstr ""
29153
29154 #. type: =head1
29155 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
29156 msgid "NOTE"
29157 msgstr ""
29158
29159 #. type: textblock
29160 #: ../tools/virt-win-reg.pl:90
29161 msgid ""
29162 "This program is only meant for simple access to the registry.  If you want "
29163 "to do complicated things with the registry, we suggest you download the "
29164 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
29165 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
29166 "L<hivexregedit(1)>."
29167 msgstr ""
29168
29169 #. type: =item
29170 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
29171 msgid "B<--debug>"
29172 msgstr ""
29173
29174 #. type: textblock
29175 #: ../tools/virt-win-reg.pl:122
29176 msgid "Enable debugging messages."
29177 msgstr ""
29178
29179 #. type: =item
29180 #: ../tools/virt-win-reg.pl:157
29181 msgid "B<--merge>"
29182 msgstr ""
29183
29184 #. type: textblock
29185 #: ../tools/virt-win-reg.pl:159
29186 msgid ""
29187 "In merge mode, this merges a textual regedit file into the Windows Registry "
29188 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
29189 "displays or exports Registry entries instead."
29190 msgstr ""
29191
29192 #. type: textblock
29193 #: ../tools/virt-win-reg.pl:163
29194 msgid ""
29195 "Note that I<--merge> is I<unsafe> to use on live virtual machines, and will "
29196 "result in disk corruption.  However exporting (without this flag)  is always "
29197 "safe."
29198 msgstr ""
29199
29200 #. type: =item
29201 #: ../tools/virt-win-reg.pl:171
29202 msgid "B<--encoding> UTF-16LE|ASCII"
29203 msgstr ""
29204
29205 #. type: textblock
29206 #: ../tools/virt-win-reg.pl:173
29207 msgid ""
29208 "When merging (only), you may need to specify the encoding for strings to be "
29209 "used in the hive file.  This is explained in detail in "
29210 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
29211 msgstr ""
29212
29213 #. type: textblock
29214 #: ../tools/virt-win-reg.pl:177
29215 msgid ""
29216 "The default is to use UTF-16LE, which should work with recent versions of "
29217 "Windows."
29218 msgstr ""
29219
29220 #. type: =head1
29221 #: ../tools/virt-win-reg.pl:402
29222 msgid "SUPPORTED SYSTEMS"
29223 msgstr ""
29224
29225 #. type: textblock
29226 #: ../tools/virt-win-reg.pl:404
29227 msgid ""
29228 "The program currently supports Windows NT-derived guests starting with "
29229 "Windows XP through to at least Windows 7."
29230 msgstr ""
29231
29232 #. type: textblock
29233 #: ../tools/virt-win-reg.pl:407
29234 msgid ""
29235 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
29236 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
29237 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
29238 msgstr ""
29239
29240 #. type: textblock
29241 #: ../tools/virt-win-reg.pl:411
29242 msgid ""
29243 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
29244 "C<HKEY_USERS>."
29245 msgstr ""
29246
29247 #. type: textblock
29248 #: ../tools/virt-win-reg.pl:414
29249 msgid ""
29250 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
29251 "time."
29252 msgstr ""
29253
29254 #. type: =head1
29255 #: ../tools/virt-win-reg.pl:417
29256 msgid "ENCODING"
29257 msgstr ""
29258
29259 #. type: textblock
29260 #: ../tools/virt-win-reg.pl:419
29261 msgid ""
29262 "C<virt-win-reg> expects that regedit files have already been reencoded in "
29263 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
29264 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
29265 "with Windows-style line endings, you may need to reencode the whole file "
29266 "before or after processing."
29267 msgstr ""
29268
29269 #. type: textblock
29270 #: ../tools/virt-win-reg.pl:425
29271 msgid ""
29272 "To reencode a file from Windows format to Linux (before processing it with "
29273 "the I<--merge> option), you would do something like this:"
29274 msgstr ""
29275
29276 #. type: verbatim
29277 #: ../tools/virt-win-reg.pl:428
29278 #, no-wrap
29279 msgid ""
29280 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
29281 "\n"
29282 msgstr ""
29283
29284 #. type: textblock
29285 #: ../tools/virt-win-reg.pl:430
29286 msgid ""
29287 "To go in the opposite direction, after exporting and before sending the file "
29288 "to a Windows user, do something like this:"
29289 msgstr ""
29290
29291 #. type: verbatim
29292 #: ../tools/virt-win-reg.pl:433
29293 #, no-wrap
29294 msgid ""
29295 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
29296 "\n"
29297 msgstr ""
29298
29299 #. type: textblock
29300 #: ../tools/virt-win-reg.pl:435
29301 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
29302 msgstr ""
29303
29304 #. type: textblock
29305 #: ../tools/virt-win-reg.pl:437
29306 msgid ""
29307 "If you are unsure about the current encoding, use the L<file(1)> command.  "
29308 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
29309 "Windows-style (CRLF) line endings, like this:"
29310 msgstr ""
29311
29312 #. type: verbatim
29313 #: ../tools/virt-win-reg.pl:441
29314 #, no-wrap
29315 msgid ""
29316 " $ file software.reg\n"
29317 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
29318 " with CRLF line terminators\n"
29319 "\n"
29320 msgstr ""
29321
29322 #. type: textblock
29323 #: ../tools/virt-win-reg.pl:445
29324 msgid "This file would need conversion before you could I<--merge> it."
29325 msgstr ""
29326
29327 #. type: =head1
29328 #: ../tools/virt-win-reg.pl:447
29329 msgid "CurrentControlSet etc."
29330 msgstr ""
29331
29332 #. type: textblock
29333 #: ../tools/virt-win-reg.pl:449
29334 msgid ""
29335 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
29336 "Registry at the level of the hive file, and therefore you cannot modify "
29337 "these."
29338 msgstr ""
29339
29340 #. type: textblock
29341 #: ../tools/virt-win-reg.pl:453
29342 msgid ""
29343 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
29344 "circumstances it might refer to another control set.  The way to find out is "
29345 "to look at the C<HKLM\\SYSTEM\\Select> key:"
29346 msgstr ""
29347
29348 #. type: verbatim
29349 #: ../tools/virt-win-reg.pl:457
29350 #, no-wrap
29351 msgid ""
29352 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
29353 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
29354 " \"Current\"=dword:00000001\n"
29355 " \"Default\"=dword:00000001\n"
29356 " \"Failed\"=dword:00000000\n"
29357 " \"LastKnownGood\"=dword:00000002\n"
29358 "\n"
29359 msgstr ""
29360
29361 #. type: textblock
29362 #: ../tools/virt-win-reg.pl:464
29363 msgid "\"Current\" is the one which Windows will choose when it boots."
29364 msgstr ""
29365
29366 #. type: textblock
29367 #: ../tools/virt-win-reg.pl:466
29368 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
29369 msgstr ""
29370
29371 #. type: =head1
29372 #: ../tools/virt-win-reg.pl:469
29373 msgid "WINDOWS TIPS"
29374 msgstr ""
29375
29376 #. type: textblock
29377 #: ../tools/virt-win-reg.pl:471
29378 msgid ""
29379 "Note that some of these tips modify the guest disk image.  The guest I<must> "
29380 "be shut off, else you will get disk corruption."
29381 msgstr ""
29382
29383 #. type: =head2
29384 #: ../tools/virt-win-reg.pl:474
29385 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
29386 msgstr ""
29387
29388 #. type: textblock
29389 #: ../tools/virt-win-reg.pl:476
29390 msgid ""
29391 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
29392 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
29393 "is uploaded into C<C:\\>:"
29394 msgstr ""
29395
29396 #. type: verbatim
29397 #: ../tools/virt-win-reg.pl:480
29398 #, no-wrap
29399 msgid ""
29400 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
29401 "\n"
29402 msgstr ""
29403
29404 #. type: textblock
29405 #: ../tools/virt-win-reg.pl:482
29406 msgid "Prepare a regedit file containing the registry change:"
29407 msgstr ""
29408
29409 #. type: verbatim
29410 #: ../tools/virt-win-reg.pl:484
29411 #, no-wrap
29412 msgid ""
29413 " cat > test.reg <<'EOF'\n"
29414 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
29415 " \"Test\"=\"c:\\\\test.bat\"\n"
29416 " EOF\n"
29417 "\n"
29418 msgstr ""
29419
29420 #. type: textblock
29421 #: ../tools/virt-win-reg.pl:489
29422 msgid ""
29423 "In this example we use the key C<RunOnce> which means that the script will "
29424 "run precisely once when the first user logs in.  If you want it to run every "
29425 "time a user logs in, replace C<RunOnce> with C<Run>."
29426 msgstr ""
29427
29428 #. type: textblock
29429 #: ../tools/virt-win-reg.pl:493
29430 msgid "Now update the registry:"
29431 msgstr ""
29432
29433 #. type: verbatim
29434 #: ../tools/virt-win-reg.pl:495
29435 #, no-wrap
29436 msgid ""
29437 " virt-win-reg --merge WindowsGuest test.reg\n"
29438 "\n"
29439 msgstr ""
29440
29441 #. type: =head2
29442 #: ../tools/virt-win-reg.pl:497
29443 msgid "INSTALLING A SERVICE"
29444 msgstr ""
29445
29446 #. type: textblock
29447 #: ../tools/virt-win-reg.pl:499
29448 msgid ""
29449 "This section assumes you are familiar with Windows services, and you either "
29450 "have a program which handles the Windows Service Control Protocol directly "
29451 "or you want to run any program using a service wrapper like SrvAny or the "
29452 "free RHSrvAny."
29453 msgstr ""
29454
29455 #. type: textblock
29456 #: ../tools/virt-win-reg.pl:504
29457 msgid ""
29458 "First upload the program and optionally the service wrapper.  In this case "
29459 "the test program is called C<test.exe> and we are using the RHSrvAny "
29460 "wrapper:"
29461 msgstr ""
29462
29463 #. type: verbatim
29464 #: ../tools/virt-win-reg.pl:508
29465 #, no-wrap
29466 msgid ""
29467 " guestfish -i -d WindowsGuest <<EOF\n"
29468 "   upload rhsrvany.exe /rhsrvany.exe\n"
29469 "   upload test.exe /test.exe\n"
29470 " EOF\n"
29471 "\n"
29472 msgstr ""
29473
29474 #. type: textblock
29475 #: ../tools/virt-win-reg.pl:513
29476 msgid ""
29477 "Prepare a regedit file containing the registry changes.  In this example, "
29478 "the first registry change is needed for the service itself or the service "
29479 "wrapper (if used).  The second registry change is only needed because I am "
29480 "using the RHSrvAny service wrapper."
29481 msgstr ""
29482
29483 #. type: verbatim
29484 #: ../tools/virt-win-reg.pl:518
29485 #, no-wrap
29486 msgid ""
29487 " cat > service.reg <<'EOF'\n"
29488 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
29489 " \"Type\"=dword:00000010\n"
29490 " \"Start\"=dword:00000002\n"
29491 " \"ErrorControl\"=dword:00000001\n"
29492 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
29493 " \"DisplayName\"=\"RHSrvAny\"\n"
29494 " \"ObjectName\"=\"NetworkService\"\n"
29495 " \n"
29496 msgstr ""
29497
29498 #. type: verbatim
29499 #: ../tools/virt-win-reg.pl:527
29500 #, no-wrap
29501 msgid ""
29502 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
29503 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
29504 " \"PWD\"=\"c:\\\\Temp\"\n"
29505 " EOF\n"
29506 "\n"
29507 msgstr ""
29508
29509 #. type: textblock
29510 #: ../tools/virt-win-reg.pl:538
29511 msgid ""
29512 "For use of C<ControlSet001> see the section above in this manual page.  You "
29513 "may need to adjust this according to the control set that is in use by the "
29514 "guest."
29515 msgstr ""
29516
29517 #. type: textblock
29518 #: ../tools/virt-win-reg.pl:544
29519 msgid ""
29520 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
29521 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
29522 "privileged account."
29523 msgstr ""
29524
29525 #. type: textblock
29526 #: ../tools/virt-win-reg.pl:550
29527 msgid ""
29528 "For the meaning of the magic numbers, see this Microsoft KB article: "
29529 "L<http://support.microsoft.com/kb/103000>."
29530 msgstr ""
29531
29532 #. type: textblock
29533 #: ../tools/virt-win-reg.pl:555
29534 msgid "Update the registry:"
29535 msgstr ""
29536
29537 #. type: verbatim
29538 #: ../tools/virt-win-reg.pl:557
29539 #, no-wrap
29540 msgid ""
29541 " virt-win-reg --merge WindowsGuest service.reg\n"
29542 "\n"
29543 msgstr ""
29544
29545 #. type: textblock
29546 #: ../tools/virt-win-reg.pl:561
29547 msgid ""
29548 "Be careful when passing parameters containing C<\\> (backslash) in the "
29549 "shell.  Usually you will have to use 'single quotes' or double backslashes "
29550 "(but not both) to protect them from the shell."
29551 msgstr ""
29552
29553 #. type: textblock
29554 #: ../tools/virt-win-reg.pl:565
29555 msgid "Paths and value names are case-insensitive."
29556 msgstr ""
29557
29558 #. type: textblock
29559 #: ../tools/virt-win-reg.pl:574
29560 msgid ""
29561 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
29562 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
29563 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
29564 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29565 msgstr ""
29566
29567 #. type: textblock
29568 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
29569 msgid ""
29570 "When reporting bugs, please enable debugging and capture the I<complete> "
29571 "output:"
29572 msgstr ""
29573
29574 #. type: verbatim
29575 #: ../tools/virt-win-reg.pl:592
29576 #, no-wrap
29577 msgid ""
29578 " export LIBGUESTFS_DEBUG=1\n"
29579 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
29580 "\n"
29581 msgstr ""
29582
29583 #. type: textblock
29584 #: ../tools/virt-win-reg.pl:595
29585 msgid ""
29586 "Attach /tmp/virt-win-reg.log to a new bug report at "
29587 "L<https://bugzilla.redhat.com/>"
29588 msgstr ""
29589
29590 #. type: textblock
29591 #: ../tools/virt-win-reg.pl:604 ../tools/virt-make-fs.pl:570
29592 msgid "Copyright (C) 2010 Red Hat Inc."
29593 msgstr ""
29594
29595 #. type: textblock
29596 #: ../tools/virt-list-filesystems.pl:32
29597 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
29598 msgstr ""
29599
29600 #. type: verbatim
29601 #: ../tools/virt-list-filesystems.pl:36
29602 #, no-wrap
29603 msgid ""
29604 " virt-list-filesystems [--options] domname\n"
29605 "\n"
29606 msgstr ""
29607
29608 #. type: verbatim
29609 #: ../tools/virt-list-filesystems.pl:38
29610 #, no-wrap
29611 msgid ""
29612 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
29613 "\n"
29614 msgstr ""
29615
29616 #. type: textblock
29617 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
29618 msgid ""
29619 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
29620 "replacement."
29621 msgstr ""
29622
29623 #. type: textblock
29624 #: ../tools/virt-list-filesystems.pl:45
29625 msgid ""
29626 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
29627 "are contained in a virtual machine or disk image."
29628 msgstr ""
29629
29630 #. type: textblock
29631 #: ../tools/virt-list-filesystems.pl:49
29632 msgid ""
29633 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
29634 "functionality.  For more complex cases you should look at the "
29635 "L<guestfish(1)> tool."
29636 msgstr ""
29637
29638 #. type: =item
29639 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
29640 msgid "B<-l> | B<--long>"
29641 msgstr ""
29642
29643 #. type: textblock
29644 #: ../tools/virt-list-filesystems.pl:108
29645 msgid ""
29646 "With this option, C<virt-list-filesystems> displays the type of each "
29647 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
29648 msgstr ""
29649
29650 #. type: =item
29651 #: ../tools/virt-list-filesystems.pl:115
29652 msgid "B<-a> | B<--all>"
29653 msgstr ""
29654
29655 #. type: textblock
29656 #: ../tools/virt-list-filesystems.pl:117
29657 msgid ""
29658 "Normally we only show mountable filesystems.  If this option is given then "
29659 "swap devices are shown too."
29660 msgstr ""
29661
29662 #. type: textblock
29663 #: ../tools/virt-list-filesystems.pl:191
29664 msgid ""
29665 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
29666 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
29667 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29668 msgstr ""
29669
29670 #. type: textblock
29671 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
29672 msgid "Copyright (C) 2009 Red Hat Inc."
29673 msgstr ""
29674
29675 #. type: textblock
29676 #: ../tools/virt-tar.pl:33
29677 msgid "virt-tar - Extract or upload files to a virtual machine"
29678 msgstr ""
29679
29680 #. type: verbatim
29681 #: ../tools/virt-tar.pl:37
29682 #, no-wrap
29683 msgid ""
29684 " virt-tar [--options] -x domname directory tarball\n"
29685 "\n"
29686 msgstr ""
29687
29688 #. type: verbatim
29689 #: ../tools/virt-tar.pl:39
29690 #, no-wrap
29691 msgid ""
29692 " virt-tar [--options] -u domname tarball directory\n"
29693 "\n"
29694 msgstr ""
29695
29696 #. type: verbatim
29697 #: ../tools/virt-tar.pl:41
29698 #, no-wrap
29699 msgid ""
29700 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
29701 "\n"
29702 msgstr ""
29703
29704 #. type: verbatim
29705 #: ../tools/virt-tar.pl:43
29706 #, no-wrap
29707 msgid ""
29708 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
29709 "\n"
29710 msgstr ""
29711
29712 #. type: textblock
29713 #: ../tools/virt-tar.pl:47
29714 msgid ""
29715 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
29716 "L<virt-tar-in(1)>, L<virt-tar-out(1)> as replacements."
29717 msgstr ""
29718
29719 #. type: textblock
29720 #: ../tools/virt-tar.pl:52
29721 msgid "Download C</home> from the VM into a local tarball:"
29722 msgstr ""
29723
29724 #. type: verbatim
29725 #: ../tools/virt-tar.pl:54
29726 #, no-wrap
29727 msgid ""
29728 " virt-tar -x domname /home home.tar\n"
29729 "\n"
29730 msgstr ""
29731
29732 #. type: verbatim
29733 #: ../tools/virt-tar.pl:56
29734 #, no-wrap
29735 msgid ""
29736 " virt-tar -zx domname /home home.tar.gz\n"
29737 "\n"
29738 msgstr ""
29739
29740 #. type: textblock
29741 #: ../tools/virt-tar.pl:58
29742 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
29743 msgstr ""
29744
29745 #. type: verbatim
29746 #: ../tools/virt-tar.pl:60
29747 #, no-wrap
29748 msgid ""
29749 " virt-tar -u domname uploadstuff.tar /tmp\n"
29750 "\n"
29751 msgstr ""
29752
29753 #. type: verbatim
29754 #: ../tools/virt-tar.pl:62
29755 #, no-wrap
29756 msgid ""
29757 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
29758 "\n"
29759 msgstr ""
29760
29761 #. type: textblock
29762 #: ../tools/virt-tar.pl:66
29763 msgid ""
29764 "You must I<not> use C<virt-tar> with the I<-u> option (upload) on live "
29765 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
29766 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
29767 msgstr ""
29768
29769 #. type: textblock
29770 #: ../tools/virt-tar.pl:71
29771 msgid ""
29772 "You can use I<-x> (extract) on live virtual machines, but you might get "
29773 "inconsistent results or errors if there is filesystem activity inside the "
29774 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
29775 "work, but the only way to guarantee consistent results is if the virtual "
29776 "machine is shut down."
29777 msgstr ""
29778
29779 #. type: textblock
29780 #: ../tools/virt-tar.pl:79
29781 msgid ""
29782 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
29783 "parts of a guest filesystem.  There are many possibilities: making backups, "
29784 "uploading data files, snooping on guest activity, fixing or customizing "
29785 "guests, etc."
29786 msgstr ""
29787
29788 #. type: textblock
29789 #: ../tools/virt-tar.pl:84
29790 msgid ""
29791 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
29792 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
29793 "should look at the L<guestfish(1)> tool."
29794 msgstr ""
29795
29796 #. type: textblock
29797 #: ../tools/virt-tar.pl:88
29798 msgid ""
29799 "There are two modes of operation: I<-x> (eXtract) downloads a directory and "
29800 "its contents (recursively) from the virtual machine into a local tarball.  "
29801 "I<-u> uploads from a local tarball, unpacking it into a directory inside the "
29802 "virtual machine.  You cannot use these two options together."
29803 msgstr ""
29804
29805 #. type: textblock
29806 #: ../tools/virt-tar.pl:94
29807 msgid ""
29808 "In addition, you may need to use the I<-z> (gZip) option to enable "
29809 "compression.  When uploading, you have to specify I<-z> if the upload file "
29810 "is compressed because virt-tar won't detect this on its own."
29811 msgstr ""
29812
29813 #. type: textblock
29814 #: ../tools/virt-tar.pl:98
29815 msgid ""
29816 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
29817 "example it cannot do PKZip files or bzip2 compression.  If you want that "
29818 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
29819 "the L<libguestfs(3)> API)."
29820 msgstr ""
29821
29822 #. type: =item
29823 #: ../tools/virt-tar.pl:156
29824 msgid "B<-x> | B<--extract> | B<--download>"
29825 msgstr ""
29826
29827 #. type: =item
29828 #: ../tools/virt-tar.pl:158
29829 msgid "B<-u> | B<--upload>"
29830 msgstr ""
29831
29832 #. type: textblock
29833 #: ../tools/virt-tar.pl:160
29834 msgid ""
29835 "Use I<-x> to extract (download) a directory from a virtual machine to a "
29836 "local tarball."
29837 msgstr ""
29838
29839 #. type: textblock
29840 #: ../tools/virt-tar.pl:163
29841 msgid ""
29842 "Use I<-u> to upload and unpack from a local tarball into a virtual machine.  "
29843 "Please read the L</WARNING> section above before using this option."
29844 msgstr ""
29845
29846 #. type: textblock
29847 #: ../tools/virt-tar.pl:167
29848 msgid "You must specify exactly one of these options."
29849 msgstr ""
29850
29851 #. type: =item
29852 #: ../tools/virt-tar.pl:173
29853 msgid "B<-z> | B<--gzip>"
29854 msgstr ""
29855
29856 #. type: textblock
29857 #: ../tools/virt-tar.pl:175
29858 msgid "Specify that the input or output tarball is gzip-compressed."
29859 msgstr ""
29860
29861 #. type: textblock
29862 #: ../tools/virt-tar.pl:288
29863 msgid ""
29864 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
29865 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
29866 "L<virt-tar-out(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
29867 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29868 msgstr ""
29869
29870 #. type: textblock
29871 #: ../tools/virt-make-fs.pl:37
29872 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
29873 msgstr ""
29874
29875 #. type: verbatim
29876 #: ../tools/virt-make-fs.pl:41
29877 #, no-wrap
29878 msgid ""
29879 " virt-make-fs [--options] input.tar output.img\n"
29880 "\n"
29881 msgstr ""
29882
29883 #. type: verbatim
29884 #: ../tools/virt-make-fs.pl:43
29885 #, no-wrap
29886 msgid ""
29887 " virt-make-fs [--options] input.tar.gz output.img\n"
29888 "\n"
29889 msgstr ""
29890
29891 #. type: verbatim
29892 #: ../tools/virt-make-fs.pl:45
29893 #, no-wrap
29894 msgid ""
29895 " virt-make-fs [--options] directory output.img\n"
29896 "\n"
29897 msgstr ""
29898
29899 #. type: textblock
29900 #: ../tools/virt-make-fs.pl:49
29901 msgid ""
29902 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
29903 "archive or some files in a directory.  It is similar to tools like "
29904 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
29905 "it can create common filesystem types like ext2/3 or NTFS, which can be "
29906 "useful if you want to attach these filesystems to existing virtual machines "
29907 "(eg. to import large amounts of read-only data to a VM)."
29908 msgstr ""
29909
29910 #. type: textblock
29911 #: ../tools/virt-make-fs.pl:57
29912 msgid "Basic usage is:"
29913 msgstr ""
29914
29915 #. type: verbatim
29916 #: ../tools/virt-make-fs.pl:59
29917 #, no-wrap
29918 msgid ""
29919 " virt-make-fs input output\n"
29920 "\n"
29921 msgstr ""
29922
29923 #. type: textblock
29924 #: ../tools/virt-make-fs.pl:61
29925 msgid ""
29926 "where C<input> is either a directory containing files that you want to add, "
29927 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
29928 "C<output> is a disk image.  The input type is detected automatically.  The "
29929 "output disk image defaults to a raw ext2 image unless you specify extra "
29930 "flags (see L</OPTIONS> below)."
29931 msgstr ""
29932
29933 #. type: =head2
29934 #: ../tools/virt-make-fs.pl:67
29935 msgid "EXTRA SPACE"
29936 msgstr ""
29937
29938 #. type: textblock
29939 #: ../tools/virt-make-fs.pl:69
29940 msgid ""
29941 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
29942 "the files that it contains, but might have extra space.  Depending on how "
29943 "you are going to use the output, you might think this extra space is wasted "
29944 "and want to minimize it, or you might want to leave space so that more files "
29945 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
29946 "but you can use the I<--size> flag to leave space in the filesystem if you "
29947 "want it."
29948 msgstr ""
29949
29950 #. type: textblock
29951 #: ../tools/virt-make-fs.pl:77
29952 msgid ""
29953 "An alternative way to leave extra space but not make the output image any "
29954 "bigger is to use an alternative disk image format (instead of the default "
29955 "\"raw\" format).  Using I<--format=qcow2> will use the native QEmu/KVM qcow2 "
29956 "image format (check your hypervisor supports this before using it).  This "
29957 "allows you to choose a large I<--size> but the extra space won't actually be "
29958 "allocated in the image until you try to store something in it."
29959 msgstr ""
29960
29961 #. type: textblock
29962 #: ../tools/virt-make-fs.pl:85
29963 msgid ""
29964 "Don't forget that you can also use local commands including L<resize2fs(8)> "
29965 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
29966 "to build another image from scratch."
29967 msgstr ""
29968
29969 #. type: =head3
29970 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
29971 msgid "EXAMPLE"
29972 msgstr ""
29973
29974 #. type: verbatim
29975 #: ../tools/virt-make-fs.pl:91
29976 #, no-wrap
29977 msgid ""
29978 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
29979 "\n"
29980 msgstr ""
29981
29982 #. type: =head2
29983 #: ../tools/virt-make-fs.pl:93
29984 msgid "FILESYSTEM TYPE"
29985 msgstr ""
29986
29987 #. type: textblock
29988 #: ../tools/virt-make-fs.pl:95
29989 msgid ""
29990 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
29991 "libguestfs supports can be used (but I<not> read-only formats like "
29992 "ISO9660).  Here are some of the more common choices:"
29993 msgstr ""
29994
29995 #. type: =item
29996 #: ../tools/virt-make-fs.pl:101
29997 msgid "I<ext3>"
29998 msgstr ""
29999
30000 #. type: textblock
30001 #: ../tools/virt-make-fs.pl:103
30002 msgid ""
30003 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
30004 "you are not going to use the filesystem in a way that requires the journal, "
30005 "then this is just wasted overhead."
30006 msgstr ""
30007
30008 #. type: =item
30009 #: ../tools/virt-make-fs.pl:107
30010 msgid "I<ntfs> or I<vfat>"
30011 msgstr ""
30012
30013 #. type: textblock
30014 #: ../tools/virt-make-fs.pl:109
30015 msgid "Useful if exporting data to a Windows guest."
30016 msgstr ""
30017
30018 #. type: textblock
30019 #: ../tools/virt-make-fs.pl:111
30020 msgid ""
30021 "I<Note for vfat>: The tar archive or local directory must only contain files "
30022 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
30023 "program running within libguestfs is unable to change the ownership of "
30024 "non-root files, since vfat itself does not support this."
30025 msgstr ""
30026
30027 #. type: =item
30028 #: ../tools/virt-make-fs.pl:116
30029 msgid "I<minix>"
30030 msgstr ""
30031
30032 #. type: textblock
30033 #: ../tools/virt-make-fs.pl:118
30034 msgid ""
30035 "Lower overhead than C<ext2>, but certain limitations on filename length and "
30036 "total filesystem size."
30037 msgstr ""
30038
30039 #. type: verbatim
30040 #: ../tools/virt-make-fs.pl:125
30041 #, no-wrap
30042 msgid ""
30043 " virt-make-fs --type=minix input minixfs.img\n"
30044 "\n"
30045 msgstr ""
30046
30047 #. type: =head2
30048 #: ../tools/virt-make-fs.pl:127
30049 msgid "TO PARTITION OR NOT TO PARTITION"
30050 msgstr ""
30051
30052 #. type: textblock
30053 #: ../tools/virt-make-fs.pl:129
30054 msgid "Optionally virt-make-fs can add a partition table to the output disk."
30055 msgstr ""
30056
30057 #. type: textblock
30058 #: ../tools/virt-make-fs.pl:131
30059 msgid ""
30060 "Adding a partition can make the disk image more compatible with certain "
30061 "virtualized operating systems which don't expect to see a filesystem "
30062 "directly located on a block device (Linux doesn't care and will happily "
30063 "handle both types)."
30064 msgstr ""
30065
30066 #. type: textblock
30067 #: ../tools/virt-make-fs.pl:136
30068 msgid ""
30069 "On the other hand, if you have a partition table then the output image is no "
30070 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
30071 "directly on a partitioned disk image.  (However libguestfs tools such as "
30072 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
30073 msgstr ""
30074
30075 #. type: textblock
30076 #: ../tools/virt-make-fs.pl:144
30077 msgid "Add an MBR partition:"
30078 msgstr ""
30079
30080 #. type: verbatim
30081 #: ../tools/virt-make-fs.pl:146
30082 #, no-wrap
30083 msgid ""
30084 " virt-make-fs --partition -- input disk.img\n"
30085 "\n"
30086 msgstr ""
30087
30088 #. type: textblock
30089 #: ../tools/virt-make-fs.pl:148
30090 msgid ""
30091 "If the output disk image could be terabyte-sized or larger, it's better to "
30092 "use an EFI/GPT-compatible partition table:"
30093 msgstr ""
30094
30095 #. type: verbatim
30096 #: ../tools/virt-make-fs.pl:151
30097 #, no-wrap
30098 msgid ""
30099 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
30100 "\n"
30101 msgstr ""
30102
30103 #. type: textblock
30104 #: ../tools/virt-make-fs.pl:179
30105 msgid "Enable debugging information."
30106 msgstr ""
30107
30108 #. type: =item
30109 #: ../tools/virt-make-fs.pl:185
30110 msgid "B<--size=E<lt>NE<gt>>"
30111 msgstr ""
30112
30113 #. type: =item
30114 #: ../tools/virt-make-fs.pl:187
30115 msgid "B<--size=+E<lt>NE<gt>>"
30116 msgstr ""
30117
30118 #. type: =item
30119 #: ../tools/virt-make-fs.pl:189
30120 msgid "B<-s E<lt>NE<gt>>"
30121 msgstr ""
30122
30123 #. type: =item
30124 #: ../tools/virt-make-fs.pl:191
30125 msgid "B<-s +E<lt>NE<gt>>"
30126 msgstr ""
30127
30128 #. type: textblock
30129 #: ../tools/virt-make-fs.pl:193
30130 msgid "Use the I<--size> (or I<-s>) option to choose the size of the output image."
30131 msgstr ""
30132
30133 #. type: textblock
30134 #: ../tools/virt-make-fs.pl:196
30135 msgid ""
30136 "If this option is I<not> given, then the output image will be just large "
30137 "enough to contain all the files, with not much wasted space."
30138 msgstr ""
30139
30140 #. type: textblock
30141 #: ../tools/virt-make-fs.pl:199
30142 msgid ""
30143 "To choose a fixed size output disk, specify an absolute number followed by "
30144 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30145 "Petabytes or Exabytes.  This must be large enough to contain all the input "
30146 "files, else you will get an error."
30147 msgstr ""
30148
30149 #. type: textblock
30150 #: ../tools/virt-make-fs.pl:204
30151 msgid ""
30152 "To leave extra space, specify C<+> (plus sign) and a number followed by "
30153 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30154 "Petabytes or Exabytes.  For example: I<--size=+200M> means enough space for "
30155 "the input files, and (approximately) an extra 200 MB free space."
30156 msgstr ""
30157
30158 #. type: textblock
30159 #: ../tools/virt-make-fs.pl:210
30160 msgid ""
30161 "Note that virt-make-fs estimates free space, and therefore will not produce "
30162 "filesystems containing precisely the free space requested.  (It is much more "
30163 "expensive and time-consuming to produce a filesystem which has precisely the "
30164 "desired free space)."
30165 msgstr ""
30166
30167 #. type: =item
30168 #: ../tools/virt-make-fs.pl:219
30169 msgid "B<--format=E<lt>fmtE<gt>>"
30170 msgstr ""
30171
30172 #. type: =item
30173 #: ../tools/virt-make-fs.pl:221
30174 msgid "B<-F E<lt>fmtE<gt>>"
30175 msgstr ""
30176
30177 #. type: textblock
30178 #: ../tools/virt-make-fs.pl:223
30179 msgid "Choose the output disk image format."
30180 msgstr ""
30181
30182 #. type: textblock
30183 #: ../tools/virt-make-fs.pl:225
30184 msgid "The default is C<raw> (raw disk image)."
30185 msgstr ""
30186
30187 #. type: textblock
30188 #: ../tools/virt-make-fs.pl:227
30189 msgid ""
30190 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
30191 "that would really make sense here is C<qcow2>."
30192 msgstr ""
30193
30194 #. type: =item
30195 #: ../tools/virt-make-fs.pl:234
30196 msgid "B<--type=E<lt>fsE<gt>>"
30197 msgstr ""
30198
30199 #. type: =item
30200 #: ../tools/virt-make-fs.pl:236
30201 msgid "B<-t E<lt>fsE<gt>>"
30202 msgstr ""
30203
30204 #. type: textblock
30205 #: ../tools/virt-make-fs.pl:238
30206 msgid "Choose the output filesystem type."
30207 msgstr ""
30208
30209 #. type: textblock
30210 #: ../tools/virt-make-fs.pl:240
30211 msgid "The default is C<ext2>."
30212 msgstr ""
30213
30214 #. type: textblock
30215 #: ../tools/virt-make-fs.pl:242
30216 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
30217 msgstr ""
30218
30219 #. type: =item
30220 #: ../tools/virt-make-fs.pl:249
30221 msgid "B<--partition>"
30222 msgstr ""
30223
30224 #. type: =item
30225 #: ../tools/virt-make-fs.pl:251
30226 msgid "B<--partition=E<lt>parttypeE<gt>>"
30227 msgstr ""
30228
30229 #. type: textblock
30230 #: ../tools/virt-make-fs.pl:253
30231 msgid ""
30232 "If specified, this flag adds an MBR partition table to the output disk "
30233 "image."
30234 msgstr ""
30235
30236 #. type: textblock
30237 #: ../tools/virt-make-fs.pl:256
30238 msgid ""
30239 "You can change the partition table type, eg. I<--partition=gpt> for large "
30240 "disks."
30241 msgstr ""
30242
30243 #. type: textblock
30244 #: ../tools/virt-make-fs.pl:259
30245 msgid ""
30246 "Note that if you just use a lonesome I<--partition>, the Perl option parser "
30247 "might consider the next parameter to be the partition type.  For example:"
30248 msgstr ""
30249
30250 #. type: verbatim
30251 #: ../tools/virt-make-fs.pl:263
30252 #, no-wrap
30253 msgid ""
30254 " virt-make-fs --partition input.tar ...\n"
30255 "\n"
30256 msgstr ""
30257
30258 #. type: textblock
30259 #: ../tools/virt-make-fs.pl:265
30260 msgid ""
30261 "would cause virt-make-fs to think you wanted to use a partition type of "
30262 "C<input.tar> which is completely wrong.  To avoid this, use I<--> (a double "
30263 "dash) between options and the input file argument:"
30264 msgstr ""
30265
30266 #. type: verbatim
30267 #: ../tools/virt-make-fs.pl:269
30268 #, no-wrap
30269 msgid ""
30270 " virt-make-fs --partition -- input.tar ...\n"
30271 "\n"
30272 msgstr ""
30273
30274 #. type: textblock
30275 #: ../tools/virt-make-fs.pl:541
30276 msgid ""
30277 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
30278 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
30279 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
30280 msgstr ""
30281
30282 #. type: verbatim
30283 #: ../tools/virt-make-fs.pl:558
30284 #, no-wrap
30285 msgid ""
30286 " export LIBGUESTFS_DEBUG=1\n"
30287 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
30288 "\n"
30289 msgstr ""
30290
30291 #. type: textblock
30292 #: ../tools/virt-make-fs.pl:561
30293 msgid ""
30294 "Attach /tmp/virt-make-fs.log to a new bug report at "
30295 "L<https://bugzilla.redhat.com/>"
30296 msgstr ""
30297
30298 #. type: textblock
30299 #: ../tools/virt-list-partitions.pl:32
30300 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
30301 msgstr ""
30302
30303 #. type: verbatim
30304 #: ../tools/virt-list-partitions.pl:36
30305 #, no-wrap
30306 msgid ""
30307 " virt-list-partitions [--options] domname\n"
30308 "\n"
30309 msgstr ""
30310
30311 #. type: verbatim
30312 #: ../tools/virt-list-partitions.pl:38
30313 #, no-wrap
30314 msgid ""
30315 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
30316 "\n"
30317 msgstr ""
30318
30319 #. type: textblock
30320 #: ../tools/virt-list-partitions.pl:45
30321 msgid ""
30322 "C<virt-list-partitions> is a command line tool to list the partitions that "
30323 "are contained in a virtual machine or disk image.  It is mainly useful as a "
30324 "first step to using L<virt-resize(1)>."
30325 msgstr ""
30326
30327 #. type: textblock
30328 #: ../tools/virt-list-partitions.pl:50
30329 msgid ""
30330 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
30331 "functionality.  For more complex cases you should look at the "
30332 "L<guestfish(1)> tool."
30333 msgstr ""
30334
30335 #. type: =item
30336 #: ../tools/virt-list-partitions.pl:107
30337 msgid "B<-h> | B<--human-readable>"
30338 msgstr ""
30339
30340 #. type: textblock
30341 #: ../tools/virt-list-partitions.pl:109
30342 msgid "Show sizes in human-readable form (eg. \"1G\")."
30343 msgstr ""
30344
30345 #. type: textblock
30346 #: ../tools/virt-list-partitions.pl:117
30347 msgid ""
30348 "With this option, C<virt-list-partitions> displays the type and size of each "
30349 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
30350 msgstr ""
30351
30352 #. type: =item
30353 #: ../tools/virt-list-partitions.pl:124
30354 msgid "B<-t> | B<--total>"
30355 msgstr ""
30356
30357 #. type: textblock
30358 #: ../tools/virt-list-partitions.pl:126
30359 msgid "Display the total size of each block device (as a separate row or rows)."
30360 msgstr ""
30361
30362 #. type: textblock
30363 #: ../tools/virt-list-partitions.pl:259
30364 msgid ""
30365 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
30366 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
30367 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30368 msgstr ""
30369
30370 #. type: textblock
30371 #: ../tools/virt-list-partitions.pl:275
30372 msgid "Copyright (C) 2009-2010 Red Hat Inc."
30373 msgstr ""