Version 1.10.12.
[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.12\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-12-22 20:23+0000\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:582 ../src/guestfs-actions.pod:590 ../src/guestfs-actions.pod:597 ../src/guestfs-actions.pod:604 ../src/guestfs-actions.pod:1602 ../src/guestfs-actions.pod:1606 ../src/guestfs-actions.pod:1610 ../src/guestfs-actions.pod:1614 ../src/guestfs-actions.pod:1622 ../src/guestfs-actions.pod:1626 ../src/guestfs-actions.pod:1630 ../src/guestfs-actions.pod:1640 ../src/guestfs-actions.pod:1644 ../src/guestfs-actions.pod:1648 ../src/guestfs-actions.pod:1786 ../src/guestfs-actions.pod:1790 ../src/guestfs-actions.pod:1795 ../src/guestfs-actions.pod:1800 ../src/guestfs-actions.pod:1861 ../src/guestfs-actions.pod:1865 ../src/guestfs-actions.pod:1870 ../src/guestfs-actions.pod:2261 ../src/guestfs-actions.pod:2268 ../src/guestfs-actions.pod:2275 ../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:385 ../fish/guestfish-actions.pod:393 ../fish/guestfish-actions.pod:400 ../fish/guestfish-actions.pod:407 ../fish/guestfish-actions.pod:1074 ../fish/guestfish-actions.pod:1078 ../fish/guestfish-actions.pod:1082 ../fish/guestfish-actions.pod:1086 ../fish/guestfish-actions.pod:1094 ../fish/guestfish-actions.pod:1098 ../fish/guestfish-actions.pod:1102 ../fish/guestfish-actions.pod:1112 ../fish/guestfish-actions.pod:1116 ../fish/guestfish-actions.pod:1120 ../fish/guestfish-actions.pod:1210 ../fish/guestfish-actions.pod:1214 ../fish/guestfish-actions.pod:1219 ../fish/guestfish-actions.pod:1224 ../fish/guestfish-actions.pod:1266 ../fish/guestfish-actions.pod:1270 ../fish/guestfish-actions.pod:1275 ../fish/guestfish-actions.pod:1519 ../fish/guestfish-actions.pod:1526 ../fish/guestfish-actions.pod:1533 ../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:1019
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:1857 ../src/guestfs-actions.pod:2257 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1262 ../fish/guestfish-actions.pod:1515 ../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:5854 ../fish/guestfish-actions.pod:3948
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:1026 ../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:1052
5528 msgid "LIBGUESTFS_APPEND"
5529 msgstr ""
5530
5531 #. type: textblock
5532 #: ../src/guestfs.pod:2872 ../fish/guestfish.pod:1054
5533 msgid "Pass additional options to the guest kernel."
5534 msgstr ""
5535
5536 #. type: =item
5537 #: ../src/guestfs.pod:2874 ../fish/guestfish.pod:1056
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:1061
5550 msgid "LIBGUESTFS_MEMSIZE"
5551 msgstr ""
5552
5553 #. type: textblock
5554 #: ../src/guestfs.pod:2881 ../fish/guestfish.pod:1063
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:1066
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:1068
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:1073
5580 msgid "LIBGUESTFS_QEMU"
5581 msgstr ""
5582
5583 #. type: textblock
5584 #: ../src/guestfs.pod:2893 ../fish/guestfish.pod:1075
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:1079
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:1088
5609 msgid "TMPDIR"
5610 msgstr ""
5611
5612 #. type: textblock
5613 #: ../src/guestfs.pod:2906 ../fish/guestfish.pod:1090
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:1093
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:1160 ../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:1183 ../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:1185 ../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:1187 ../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:1189 ../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:421 ../src/guestfs-actions.pod:441 ../src/guestfs-actions.pod:455 ../src/guestfs-actions.pod:500 ../src/guestfs-actions.pod:528 ../src/guestfs-actions.pod:546 ../src/guestfs-actions.pod:613 ../src/guestfs-actions.pod:646 ../src/guestfs-actions.pod:660 ../src/guestfs-actions.pod:675 ../src/guestfs-actions.pod:774 ../src/guestfs-actions.pod:792 ../src/guestfs-actions.pod:806 ../src/guestfs-actions.pod:820 ../src/guestfs-actions.pod:981 ../src/guestfs-actions.pod:1001 ../src/guestfs-actions.pod:1019 ../src/guestfs-actions.pod:1103 ../src/guestfs-actions.pod:1121 ../src/guestfs-actions.pod:1140 ../src/guestfs-actions.pod:1154 ../src/guestfs-actions.pod:1174 ../src/guestfs-actions.pod:1244 ../src/guestfs-actions.pod:1275 ../src/guestfs-actions.pod:1300 ../src/guestfs-actions.pod:1342 ../src/guestfs-actions.pod:1448 ../src/guestfs-actions.pod:1482 ../src/guestfs-actions.pod:1697 ../src/guestfs-actions.pod:1719 ../src/guestfs-actions.pod:1806 ../src/guestfs-actions.pod:2290 ../src/guestfs-actions.pod:2434 ../src/guestfs-actions.pod:2495 ../src/guestfs-actions.pod:2530 ../src/guestfs-actions.pod:3483 ../src/guestfs-actions.pod:3498 ../src/guestfs-actions.pod:3523 ../src/guestfs-actions.pod:3678 ../src/guestfs-actions.pod:3692 ../src/guestfs-actions.pod:3705 ../src/guestfs-actions.pod:3719 ../src/guestfs-actions.pod:3734 ../src/guestfs-actions.pod:3770 ../src/guestfs-actions.pod:3842 ../src/guestfs-actions.pod:3862 ../src/guestfs-actions.pod:3879 ../src/guestfs-actions.pod:3902 ../src/guestfs-actions.pod:3925 ../src/guestfs-actions.pod:3957 ../src/guestfs-actions.pod:3976 ../src/guestfs-actions.pod:3995 ../src/guestfs-actions.pod:4030 ../src/guestfs-actions.pod:4042 ../src/guestfs-actions.pod:4078 ../src/guestfs-actions.pod:4094 ../src/guestfs-actions.pod:4107 ../src/guestfs-actions.pod:4122 ../src/guestfs-actions.pod:4139 ../src/guestfs-actions.pod:4232 ../src/guestfs-actions.pod:4252 ../src/guestfs-actions.pod:4265 ../src/guestfs-actions.pod:4316 ../src/guestfs-actions.pod:4334 ../src/guestfs-actions.pod:4352 ../src/guestfs-actions.pod:4368 ../src/guestfs-actions.pod:4382 ../src/guestfs-actions.pod:4396 ../src/guestfs-actions.pod:4413 ../src/guestfs-actions.pod:4428 ../src/guestfs-actions.pod:4448 ../src/guestfs-actions.pod:4506 ../src/guestfs-actions.pod:4579 ../src/guestfs-actions.pod:4610 ../src/guestfs-actions.pod:4629 ../src/guestfs-actions.pod:4648 ../src/guestfs-actions.pod:4660 ../src/guestfs-actions.pod:4677 ../src/guestfs-actions.pod:4690 ../src/guestfs-actions.pod:4705 ../src/guestfs-actions.pod:4720 ../src/guestfs-actions.pod:4755 ../src/guestfs-actions.pod:4777 ../src/guestfs-actions.pod:4797 ../src/guestfs-actions.pod:4811 ../src/guestfs-actions.pod:4828 ../src/guestfs-actions.pod:4877 ../src/guestfs-actions.pod:4923 ../src/guestfs-actions.pod:4937 ../src/guestfs-actions.pod:4965 ../src/guestfs-actions.pod:4982 ../src/guestfs-actions.pod:5000 ../src/guestfs-actions.pod:5134 ../src/guestfs-actions.pod:5191 ../src/guestfs-actions.pod:5213 ../src/guestfs-actions.pod:5231 ../src/guestfs-actions.pod:5263 ../src/guestfs-actions.pod:5329 ../src/guestfs-actions.pod:5346 ../src/guestfs-actions.pod:5359 ../src/guestfs-actions.pod:5373 ../src/guestfs-actions.pod:5662 ../src/guestfs-actions.pod:5681 ../src/guestfs-actions.pod:5700 ../src/guestfs-actions.pod:5712 ../src/guestfs-actions.pod:5724 ../src/guestfs-actions.pod:5738 ../src/guestfs-actions.pod:5750 ../src/guestfs-actions.pod:5764 ../src/guestfs-actions.pod:5780 ../src/guestfs-actions.pod:5801 ../src/guestfs-actions.pod:5820 ../src/guestfs-actions.pod:5839 ../src/guestfs-actions.pod:5869 ../src/guestfs-actions.pod:5885 ../src/guestfs-actions.pod:5908 ../src/guestfs-actions.pod:5926 ../src/guestfs-actions.pod:5945 ../src/guestfs-actions.pod:5966 ../src/guestfs-actions.pod:5985 ../src/guestfs-actions.pod:6002 ../src/guestfs-actions.pod:6030 ../src/guestfs-actions.pod:6054 ../src/guestfs-actions.pod:6073 ../src/guestfs-actions.pod:6097 ../src/guestfs-actions.pod:6116 ../src/guestfs-actions.pod:6131 ../src/guestfs-actions.pod:6150 ../src/guestfs-actions.pod:6187 ../src/guestfs-actions.pod:6217 ../src/guestfs-actions.pod:6250 ../src/guestfs-actions.pod:6372 ../src/guestfs-actions.pod:6493 ../src/guestfs-actions.pod:6505 ../src/guestfs-actions.pod:6518 ../src/guestfs-actions.pod:6531 ../src/guestfs-actions.pod:6553 ../src/guestfs-actions.pod:6566 ../src/guestfs-actions.pod:6579 ../src/guestfs-actions.pod:6592 ../src/guestfs-actions.pod:6607 ../src/guestfs-actions.pod:6666 ../src/guestfs-actions.pod:6683 ../src/guestfs-actions.pod:6699 ../src/guestfs-actions.pod:6715 ../src/guestfs-actions.pod:6732 ../src/guestfs-actions.pod:6745 ../src/guestfs-actions.pod:6765 ../src/guestfs-actions.pod:6801 ../src/guestfs-actions.pod:6815 ../src/guestfs-actions.pod:6856 ../src/guestfs-actions.pod:6869 ../src/guestfs-actions.pod:6887 ../src/guestfs-actions.pod:6921 ../src/guestfs-actions.pod:6957 ../src/guestfs-actions.pod:7076 ../src/guestfs-actions.pod:7094 ../src/guestfs-actions.pod:7108 ../src/guestfs-actions.pod:7163 ../src/guestfs-actions.pod:7176 ../src/guestfs-actions.pod:7221 ../src/guestfs-actions.pod:7254 ../src/guestfs-actions.pod:7315 ../src/guestfs-actions.pod:7341 ../src/guestfs-actions.pod:7407 ../src/guestfs-actions.pod:7426 ../src/guestfs-actions.pod:7455
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:1453 ../src/guestfs-actions.pod:1946 ../src/guestfs-actions.pod:1967 ../src/guestfs-actions.pod:4453 ../src/guestfs-actions.pod:4760 ../src/guestfs-actions.pod:6195 ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:6258 ../src/guestfs-actions.pod:6317 ../src/guestfs-actions.pod:7259 ../src/guestfs-actions.pod:7349 ../src/guestfs-actions.pod:7518 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:175 ../fish/guestfish-actions.pod:961 ../fish/guestfish-actions.pod:1321 ../fish/guestfish-actions.pod:1335 ../fish/guestfish-actions.pod:3032 ../fish/guestfish-actions.pod:3229 ../fish/guestfish-actions.pod:4210 ../fish/guestfish-actions.pod:4233 ../fish/guestfish-actions.pod:4255 ../fish/guestfish-actions.pod:4293 ../fish/guestfish-actions.pod:4934 ../fish/guestfish-actions.pod:5031
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:1105 ../src/guestfs-actions.pod:1918 ../src/guestfs-actions.pod:2016 ../src/guestfs-actions.pod:2119 ../src/guestfs-actions.pod:3485 ../src/guestfs-actions.pod:3505 ../src/guestfs-actions.pod:4764 ../src/guestfs-actions.pod:5887 ../src/guestfs-actions.pod:6004 ../src/guestfs-actions.pod:6118 ../src/guestfs-actions.pod:6609 ../src/guestfs-actions.pod:6734 ../src/guestfs-actions.pod:7263
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:4467
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:514 ../src/guestfs-actions.pod:692 ../src/guestfs-actions.pod:723 ../src/guestfs-actions.pod:741 ../src/guestfs-actions.pod:760 ../src/guestfs-actions.pod:1320 ../src/guestfs-actions.pod:1676 ../src/guestfs-actions.pod:1879 ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2028 ../src/guestfs-actions.pod:2083 ../src/guestfs-actions.pod:2106 ../src/guestfs-actions.pod:2421 ../src/guestfs-actions.pod:2804 ../src/guestfs-actions.pod:2825 ../src/guestfs-actions.pod:4900 ../src/guestfs-actions.pod:5037 ../src/guestfs-actions.pod:5443 ../src/guestfs-actions.pod:5469 ../src/guestfs-actions.pod:6842 ../src/guestfs-actions.pod:7274 ../src/guestfs-actions.pod:7287 ../src/guestfs-actions.pod:7300
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:4520 ../src/guestfs-actions.pod:4532
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:4478 ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:3043
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:2380
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:2108
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:423 ../src/guestfs-actions.pod:443 ../src/guestfs-actions.pod:457 ../src/guestfs-actions.pod:488 ../src/guestfs-actions.pod:502 ../src/guestfs-actions.pod:516 ../src/guestfs-actions.pod:530 ../src/guestfs-actions.pod:548 ../src/guestfs-actions.pod:5520
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:862 ../src/guestfs-actions.pod:880 ../src/guestfs-actions.pod:940 ../src/guestfs-actions.pod:956 ../src/guestfs-actions.pod:1059 ../src/guestfs-actions.pod:1189 ../src/guestfs-actions.pod:1206 ../src/guestfs-actions.pod:1225 ../src/guestfs-actions.pod:1359 ../src/guestfs-actions.pod:1547 ../src/guestfs-actions.pod:1659 ../src/guestfs-actions.pod:1822 ../src/guestfs-actions.pod:1839 ../src/guestfs-actions.pod:1906 ../src/guestfs-actions.pod:1940 ../src/guestfs-actions.pod:1961 ../src/guestfs-actions.pod:2131 ../src/guestfs-actions.pod:2345 ../src/guestfs-actions.pod:2552 ../src/guestfs-actions.pod:2645 ../src/guestfs-actions.pod:2756 ../src/guestfs-actions.pod:2776 ../src/guestfs-actions.pod:2896 ../src/guestfs-actions.pod:2927 ../src/guestfs-actions.pod:2951 ../src/guestfs-actions.pod:2988 ../src/guestfs-actions.pod:3048 ../src/guestfs-actions.pod:3071 ../src/guestfs-actions.pod:3092 ../src/guestfs-actions.pod:3664 ../src/guestfs-actions.pod:4014 ../src/guestfs-actions.pod:4184 ../src/guestfs-actions.pod:4294 ../src/guestfs-actions.pod:5055 ../src/guestfs-actions.pod:5248 ../src/guestfs-actions.pod:5418 ../src/guestfs-actions.pod:5596 ../src/guestfs-actions.pod:5645 ../src/guestfs-actions.pod:6278 ../src/guestfs-actions.pod:6294 ../src/guestfs-actions.pod:6311 ../src/guestfs-actions.pod:6342 ../src/guestfs-actions.pod:7016 ../src/guestfs-actions.pod:7035 ../src/guestfs-actions.pod:7053 ../src/guestfs-actions.pod:7233 ../src/guestfs-actions.pod:7512
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."
6455 msgstr ""
6456
6457 #. type: textblock
6458 #: ../src/guestfs-actions.pod:398
6459 msgid ""
6460 "This option is only useful when debugging Augeas lenses.  Use of this option "
6461 "may require additional memory for the libguestfs appliance.  You may need to "
6462 "set the C<LIBGUESTFS_MEMSIZE> environment variable or call "
6463 "C<guestfs_set_memsize>."
6464 msgstr ""
6465
6466 #. type: =item
6467 #: ../src/guestfs-actions.pod:403 ../fish/guestfish-actions.pod:266
6468 msgid "C<AUG_NO_STDINC> = 8"
6469 msgstr ""
6470
6471 #. type: textblock
6472 #: ../src/guestfs-actions.pod:405 ../fish/guestfish-actions.pod:268
6473 msgid "Do not use standard load path for modules."
6474 msgstr ""
6475
6476 #. type: =item
6477 #: ../src/guestfs-actions.pod:407 ../fish/guestfish-actions.pod:270
6478 msgid "C<AUG_SAVE_NOOP> = 16"
6479 msgstr ""
6480
6481 #. type: textblock
6482 #: ../src/guestfs-actions.pod:409 ../fish/guestfish-actions.pod:272
6483 msgid "Make save a no-op, just record what would have been changed."
6484 msgstr ""
6485
6486 #. type: =item
6487 #: ../src/guestfs-actions.pod:411 ../fish/guestfish-actions.pod:274
6488 msgid "C<AUG_NO_LOAD> = 32"
6489 msgstr ""
6490
6491 #. type: textblock
6492 #: ../src/guestfs-actions.pod:413
6493 msgid "Do not load the tree in C<guestfs_aug_init>."
6494 msgstr ""
6495
6496 #. type: textblock
6497 #: ../src/guestfs-actions.pod:417
6498 msgid "To close the handle, you can call C<guestfs_aug_close>."
6499 msgstr ""
6500
6501 #. type: textblock
6502 #: ../src/guestfs-actions.pod:419 ../fish/guestfish-actions.pod:282
6503 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6504 msgstr ""
6505
6506 #. type: =head2
6507 #: ../src/guestfs-actions.pod:425
6508 msgid "guestfs_aug_insert"
6509 msgstr ""
6510
6511 #. type: verbatim
6512 #: ../src/guestfs-actions.pod:427
6513 #, no-wrap
6514 msgid ""
6515 " int\n"
6516 " guestfs_aug_insert (guestfs_h *g,\n"
6517 "                     const char *augpath,\n"
6518 "                     const char *label,\n"
6519 "                     int before);\n"
6520 "\n"
6521 msgstr ""
6522
6523 #. type: textblock
6524 #: ../src/guestfs-actions.pod:433 ../fish/guestfish-actions.pod:288
6525 msgid ""
6526 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6527 "or after C<path> (depending on the boolean flag C<before>)."
6528 msgstr ""
6529
6530 #. type: textblock
6531 #: ../src/guestfs-actions.pod:437 ../fish/guestfish-actions.pod:292
6532 msgid ""
6533 "C<path> must match exactly one existing node in the tree, and C<label> must "
6534 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6535 msgstr ""
6536
6537 #. type: =head2
6538 #: ../src/guestfs-actions.pod:445
6539 msgid "guestfs_aug_load"
6540 msgstr ""
6541
6542 #. type: verbatim
6543 #: ../src/guestfs-actions.pod:447
6544 #, no-wrap
6545 msgid ""
6546 " int\n"
6547 " guestfs_aug_load (guestfs_h *g);\n"
6548 "\n"
6549 msgstr ""
6550
6551 #. type: textblock
6552 #: ../src/guestfs-actions.pod:450 ../fish/guestfish-actions.pod:300
6553 msgid "Load files into the tree."
6554 msgstr ""
6555
6556 #. type: textblock
6557 #: ../src/guestfs-actions.pod:452 ../fish/guestfish-actions.pod:302
6558 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6559 msgstr ""
6560
6561 #. type: =head2
6562 #: ../src/guestfs-actions.pod:459
6563 msgid "guestfs_aug_ls"
6564 msgstr ""
6565
6566 #. type: verbatim
6567 #: ../src/guestfs-actions.pod:461
6568 #, no-wrap
6569 msgid ""
6570 " char **\n"
6571 " guestfs_aug_ls (guestfs_h *g,\n"
6572 "                 const char *augpath);\n"
6573 "\n"
6574 msgstr ""
6575
6576 #. type: textblock
6577 #: ../src/guestfs-actions.pod:465
6578 msgid ""
6579 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6580 "sorting the resulting nodes into alphabetical order."
6581 msgstr ""
6582
6583 #. type: textblock
6584 #: ../src/guestfs-actions.pod:468 ../src/guestfs-actions.pod:484 ../src/guestfs-actions.pod:630 ../src/guestfs-actions.pod:1078 ../src/guestfs-actions.pod:1374 ../src/guestfs-actions.pod:1393 ../src/guestfs-actions.pod:1496 ../src/guestfs-actions.pod:1515 ../src/guestfs-actions.pod:1761 ../src/guestfs-actions.pod:2203 ../src/guestfs-actions.pod:2219 ../src/guestfs-actions.pod:2238 ../src/guestfs-actions.pod:2303 ../src/guestfs-actions.pod:2327 ../src/guestfs-actions.pod:2398 ../src/guestfs-actions.pod:2447 ../src/guestfs-actions.pod:2714 ../src/guestfs-actions.pod:3005 ../src/guestfs-actions.pod:3294 ../src/guestfs-actions.pod:3584 ../src/guestfs-actions.pod:3646 ../src/guestfs-actions.pod:3751 ../src/guestfs-actions.pod:4156 ../src/guestfs-actions.pod:4861 ../src/guestfs-actions.pod:5390 ../src/guestfs-actions.pod:5516 ../src/guestfs-actions.pod:5630 ../src/guestfs-actions.pod:6358 ../src/guestfs-actions.pod:6419 ../src/guestfs-actions.pod:6474 ../src/guestfs-actions.pod:6620 ../src/guestfs-actions.pod:6644 ../src/guestfs-actions.pod:7126 ../src/guestfs-actions.pod:7146 ../src/guestfs-actions.pod:7193 ../src/guestfs-actions.pod:7365 ../src/guestfs-actions.pod:7384 ../src/guestfs-actions.pod:7469 ../src/guestfs-actions.pod:7488 ../src/guestfs-actions.pod:7534 ../src/guestfs-actions.pod:7553
6585 msgid ""
6586 "This function returns a NULL-terminated array of strings (like "
6587 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
6588 "strings and the array after use>."
6589 msgstr ""
6590
6591 #. type: textblock
6592 #: ../src/guestfs-actions.pod:472 ../src/guestfs-actions.pod:1003 ../src/guestfs-actions.pod:1021 ../src/guestfs-actions.pod:1431 ../src/guestfs-actions.pod:3372 ../src/guestfs-actions.pod:3403 ../src/guestfs-actions.pod:3997 ../src/guestfs-actions.pod:4047 ../src/guestfs-actions.pod:4234 ../src/guestfs-actions.pod:4267 ../src/guestfs-actions.pod:4430 ../src/guestfs-actions.pod:4865 ../src/guestfs-actions.pod:5331 ../src/guestfs-actions.pod:5726 ../src/guestfs-actions.pod:5740 ../src/guestfs-actions.pod:5752 ../src/guestfs-actions.pod:6199 ../src/guestfs-actions.pod:6858 ../src/guestfs-actions.pod:6871 ../src/guestfs-actions.pod:7110 ../src/guestfs-actions.pod:7353
6593 msgid "(Added in 0.8)"
6594 msgstr ""
6595
6596 #. type: =head2
6597 #: ../src/guestfs-actions.pod:474
6598 msgid "guestfs_aug_match"
6599 msgstr ""
6600
6601 #. type: verbatim
6602 #: ../src/guestfs-actions.pod:476
6603 #, no-wrap
6604 msgid ""
6605 " char **\n"
6606 " guestfs_aug_match (guestfs_h *g,\n"
6607 "                    const char *augpath);\n"
6608 "\n"
6609 msgstr ""
6610
6611 #. type: textblock
6612 #: ../src/guestfs-actions.pod:480 ../fish/guestfish-actions.pod:316
6613 msgid ""
6614 "Returns a list of paths which match the path expression C<path>.  The "
6615 "returned paths are sufficiently qualified so that they match exactly one "
6616 "node in the current tree."
6617 msgstr ""
6618
6619 #. type: =head2
6620 #: ../src/guestfs-actions.pod:490
6621 msgid "guestfs_aug_mv"
6622 msgstr ""
6623
6624 #. type: verbatim
6625 #: ../src/guestfs-actions.pod:492
6626 #, no-wrap
6627 msgid ""
6628 " int\n"
6629 " guestfs_aug_mv (guestfs_h *g,\n"
6630 "                 const char *src,\n"
6631 "                 const char *dest);\n"
6632 "\n"
6633 msgstr ""
6634
6635 #. type: textblock
6636 #: ../src/guestfs-actions.pod:497 ../fish/guestfish-actions.pod:324
6637 msgid ""
6638 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6639 "C<dest> is overwritten if it exists."
6640 msgstr ""
6641
6642 #. type: =head2
6643 #: ../src/guestfs-actions.pod:504
6644 msgid "guestfs_aug_rm"
6645 msgstr ""
6646
6647 #. type: verbatim
6648 #: ../src/guestfs-actions.pod:506
6649 #, no-wrap
6650 msgid ""
6651 " int\n"
6652 " guestfs_aug_rm (guestfs_h *g,\n"
6653 "                 const char *augpath);\n"
6654 "\n"
6655 msgstr ""
6656
6657 #. type: textblock
6658 #: ../src/guestfs-actions.pod:510 ../fish/guestfish-actions.pod:331
6659 msgid "Remove C<path> and all of its children."
6660 msgstr ""
6661
6662 #. type: textblock
6663 #: ../src/guestfs-actions.pod:512 ../fish/guestfish-actions.pod:333
6664 msgid "On success this returns the number of entries which were removed."
6665 msgstr ""
6666
6667 #. type: =head2
6668 #: ../src/guestfs-actions.pod:518
6669 msgid "guestfs_aug_save"
6670 msgstr ""
6671
6672 #. type: verbatim
6673 #: ../src/guestfs-actions.pod:520
6674 #, no-wrap
6675 msgid ""
6676 " int\n"
6677 " guestfs_aug_save (guestfs_h *g);\n"
6678 "\n"
6679 msgstr ""
6680
6681 #. type: textblock
6682 #: ../src/guestfs-actions.pod:523 ../fish/guestfish-actions.pod:339
6683 msgid "This writes all pending changes to disk."
6684 msgstr ""
6685
6686 #. type: textblock
6687 #: ../src/guestfs-actions.pod:525
6688 msgid ""
6689 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6690 "are saved."
6691 msgstr ""
6692
6693 #. type: =head2
6694 #: ../src/guestfs-actions.pod:532
6695 msgid "guestfs_aug_set"
6696 msgstr ""
6697
6698 #. type: verbatim
6699 #: ../src/guestfs-actions.pod:534
6700 #, no-wrap
6701 msgid ""
6702 " int\n"
6703 " guestfs_aug_set (guestfs_h *g,\n"
6704 "                  const char *augpath,\n"
6705 "                  const char *val);\n"
6706 "\n"
6707 msgstr ""
6708
6709 #. type: textblock
6710 #: ../src/guestfs-actions.pod:539 ../fish/guestfish-actions.pod:348
6711 msgid "Set the value associated with C<path> to C<val>."
6712 msgstr ""
6713
6714 #. type: textblock
6715 #: ../src/guestfs-actions.pod:541
6716 msgid ""
6717 "In the Augeas API, it is possible to clear a node by setting the value to "
6718 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6719 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6720 msgstr ""
6721
6722 #. type: =head2
6723 #: ../src/guestfs-actions.pod:550
6724 msgid "guestfs_available"
6725 msgstr ""
6726
6727 #. type: verbatim
6728 #: ../src/guestfs-actions.pod:552
6729 #, no-wrap
6730 msgid ""
6731 " int\n"
6732 " guestfs_available (guestfs_h *g,\n"
6733 "                    char *const *groups);\n"
6734 "\n"
6735 msgstr ""
6736
6737 #. type: textblock
6738 #: ../src/guestfs-actions.pod:556 ../fish/guestfish-actions.pod:359
6739 msgid ""
6740 "This command is used to check the availability of some groups of "
6741 "functionality in the appliance, which not all builds of the libguestfs "
6742 "appliance will be able to provide."
6743 msgstr ""
6744
6745 #. type: textblock
6746 #: ../src/guestfs-actions.pod:560
6747 msgid ""
6748 "The libguestfs groups, and the functions that those groups correspond to, "
6749 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6750 "runtime by calling C<guestfs_available_all_groups>."
6751 msgstr ""
6752
6753 #. type: textblock
6754 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
6755 msgid ""
6756 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
6757 "\"augeas\"]> would check for the availability of the Linux inotify functions "
6758 "and Augeas (configuration file editing) functions."
6759 msgstr ""
6760
6761 #. type: textblock
6762 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
6763 msgid "The command returns no error if I<all> requested groups are available."
6764 msgstr ""
6765
6766 #. type: textblock
6767 #: ../src/guestfs-actions.pod:572 ../fish/guestfish-actions.pod:375
6768 msgid ""
6769 "It fails with an error if one or more of the requested groups is unavailable "
6770 "in the appliance."
6771 msgstr ""
6772
6773 #. type: textblock
6774 #: ../src/guestfs-actions.pod:575 ../fish/guestfish-actions.pod:378
6775 msgid ""
6776 "If an unknown group name is included in the list of groups then an error is "
6777 "always returned."
6778 msgstr ""
6779
6780 #. type: textblock
6781 #: ../src/guestfs-actions.pod:578 ../fish/guestfish-actions.pod:381
6782 msgid "I<Notes:>"
6783 msgstr ""
6784
6785 #. type: textblock
6786 #: ../src/guestfs-actions.pod:584
6787 msgid "You must call C<guestfs_launch> before calling this function."
6788 msgstr ""
6789
6790 #. type: textblock
6791 #: ../src/guestfs-actions.pod:586 ../fish/guestfish-actions.pod:389
6792 msgid ""
6793 "The reason is because we don't know what groups are supported by the "
6794 "appliance/daemon until it is running and can be queried."
6795 msgstr ""
6796
6797 #. type: textblock
6798 #: ../src/guestfs-actions.pod:592 ../fish/guestfish-actions.pod:395
6799 msgid ""
6800 "If a group of functions is available, this does not necessarily mean that "
6801 "they will work.  You still have to check for errors when calling individual "
6802 "API functions even if they are available."
6803 msgstr ""
6804
6805 #. type: textblock
6806 #: ../src/guestfs-actions.pod:599 ../fish/guestfish-actions.pod:402
6807 msgid ""
6808 "It is usually the job of distro packagers to build complete functionality "
6809 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6810 "with all requirements satisfied, will support everything."
6811 msgstr ""
6812
6813 #. type: textblock
6814 #: ../src/guestfs-actions.pod:606
6815 msgid ""
6816 "This call was added in version C<1.0.80>.  In previous versions of "
6817 "libguestfs all you could do would be to speculatively execute a command to "
6818 "find out if the daemon implemented it.  See also C<guestfs_version>."
6819 msgstr ""
6820
6821 #. type: textblock
6822 #: ../src/guestfs-actions.pod:615 ../src/guestfs-actions.pod:1176
6823 msgid "(Added in 1.0.80)"
6824 msgstr ""
6825
6826 #. type: =head2
6827 #: ../src/guestfs-actions.pod:617
6828 msgid "guestfs_available_all_groups"
6829 msgstr ""
6830
6831 #. type: verbatim
6832 #: ../src/guestfs-actions.pod:619
6833 #, no-wrap
6834 msgid ""
6835 " char **\n"
6836 " guestfs_available_all_groups (guestfs_h *g);\n"
6837 "\n"
6838 msgstr ""
6839
6840 #. type: textblock
6841 #: ../src/guestfs-actions.pod:622
6842 msgid ""
6843 "This command returns a list of all optional groups that this daemon knows "
6844 "about.  Note this returns both supported and unsupported groups.  To find "
6845 "out which ones the daemon can actually support you have to call "
6846 "C<guestfs_available> on each member of the returned list."
6847 msgstr ""
6848
6849 #. type: textblock
6850 #: ../src/guestfs-actions.pod:628
6851 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6852 msgstr ""
6853
6854 #. type: textblock
6855 #: ../src/guestfs-actions.pod:634
6856 msgid "(Added in 1.3.15)"
6857 msgstr ""
6858
6859 #. type: =head2
6860 #: ../src/guestfs-actions.pod:636
6861 msgid "guestfs_base64_in"
6862 msgstr ""
6863
6864 #. type: verbatim
6865 #: ../src/guestfs-actions.pod:638
6866 #, no-wrap
6867 msgid ""
6868 " int\n"
6869 " guestfs_base64_in (guestfs_h *g,\n"
6870 "                    const char *base64file,\n"
6871 "                    const char *filename);\n"
6872 "\n"
6873 msgstr ""
6874
6875 #. type: textblock
6876 #: ../src/guestfs-actions.pod:643 ../fish/guestfish-actions.pod:432
6877 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6878 msgstr ""
6879
6880 #. type: textblock
6881 #: ../src/guestfs-actions.pod:648 ../src/guestfs-actions.pod:662
6882 msgid "(Added in 1.3.5)"
6883 msgstr ""
6884
6885 #. type: =head2
6886 #: ../src/guestfs-actions.pod:650
6887 msgid "guestfs_base64_out"
6888 msgstr ""
6889
6890 #. type: verbatim
6891 #: ../src/guestfs-actions.pod:652
6892 #, no-wrap
6893 msgid ""
6894 " int\n"
6895 " guestfs_base64_out (guestfs_h *g,\n"
6896 "                     const char *filename,\n"
6897 "                     const char *base64file);\n"
6898 "\n"
6899 msgstr ""
6900
6901 #. type: textblock
6902 #: ../src/guestfs-actions.pod:657 ../fish/guestfish-actions.pod:441
6903 msgid ""
6904 "This command downloads the contents of C<filename>, writing it out to local "
6905 "file C<base64file> encoded as base64."
6906 msgstr ""
6907
6908 #. type: =head2
6909 #: ../src/guestfs-actions.pod:664
6910 msgid "guestfs_blockdev_flushbufs"
6911 msgstr ""
6912
6913 #. type: verbatim
6914 #: ../src/guestfs-actions.pod:666
6915 #, no-wrap
6916 msgid ""
6917 " int\n"
6918 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6919 "                             const char *device);\n"
6920 "\n"
6921 msgstr ""
6922
6923 #. type: textblock
6924 #: ../src/guestfs-actions.pod:670 ../fish/guestfish-actions.pod:450
6925 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6926 msgstr ""
6927
6928 #. type: textblock
6929 #: ../src/guestfs-actions.pod:673 ../src/guestfs-actions.pod:690 ../src/guestfs-actions.pod:705 ../src/guestfs-actions.pod:721 ../src/guestfs-actions.pod:739 ../src/guestfs-actions.pod:758 ../src/guestfs-actions.pod:772 ../src/guestfs-actions.pod:790 ../src/guestfs-actions.pod:804 ../src/guestfs-actions.pod:818 ../fish/guestfish-actions.pod:453 ../fish/guestfish-actions.pod:464 ../fish/guestfish-actions.pod:473 ../fish/guestfish-actions.pod:483 ../fish/guestfish-actions.pod:495 ../fish/guestfish-actions.pod:508 ../fish/guestfish-actions.pod:516 ../fish/guestfish-actions.pod:527 ../fish/guestfish-actions.pod:535 ../fish/guestfish-actions.pod:543
6930 msgid "This uses the L<blockdev(8)> command."
6931 msgstr ""
6932
6933 #. type: textblock
6934 #: ../src/guestfs-actions.pod:677 ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:709 ../src/guestfs-actions.pod:725 ../src/guestfs-actions.pod:743 ../src/guestfs-actions.pod:762 ../src/guestfs-actions.pod:776 ../src/guestfs-actions.pod:794 ../src/guestfs-actions.pod:808 ../src/guestfs-actions.pod:822
6935 msgid "(Added in 0.9.3)"
6936 msgstr ""
6937
6938 #. type: =head2
6939 #: ../src/guestfs-actions.pod:679
6940 msgid "guestfs_blockdev_getbsz"
6941 msgstr ""
6942
6943 #. type: verbatim
6944 #: ../src/guestfs-actions.pod:681
6945 #, no-wrap
6946 msgid ""
6947 " int\n"
6948 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6949 "                          const char *device);\n"
6950 "\n"
6951 msgstr ""
6952
6953 #. type: textblock
6954 #: ../src/guestfs-actions.pod:685 ../fish/guestfish-actions.pod:459
6955 msgid "This returns the block size of a device."
6956 msgstr ""
6957
6958 #. type: textblock
6959 #: ../src/guestfs-actions.pod:687 ../src/guestfs-actions.pod:787 ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:524
6960 msgid ""
6961 "(Note this is different from both I<size in blocks> and I<filesystem block "
6962 "size>)."
6963 msgstr ""
6964
6965 #. type: =head2
6966 #: ../src/guestfs-actions.pod:696
6967 msgid "guestfs_blockdev_getro"
6968 msgstr ""
6969
6970 #. type: verbatim
6971 #: ../src/guestfs-actions.pod:698
6972 #, no-wrap
6973 msgid ""
6974 " int\n"
6975 " guestfs_blockdev_getro (guestfs_h *g,\n"
6976 "                         const char *device);\n"
6977 "\n"
6978 msgstr ""
6979
6980 #. type: textblock
6981 #: ../src/guestfs-actions.pod:702 ../fish/guestfish-actions.pod:470
6982 msgid ""
6983 "Returns a boolean indicating if the block device is read-only (true if "
6984 "read-only, false if not)."
6985 msgstr ""
6986
6987 #. type: textblock
6988 #: ../src/guestfs-actions.pod:707 ../src/guestfs-actions.pod:1414 ../src/guestfs-actions.pod:1429 ../src/guestfs-actions.pod:1916 ../src/guestfs-actions.pod:1927 ../src/guestfs-actions.pod:1999 ../src/guestfs-actions.pod:2054 ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2094 ../src/guestfs-actions.pod:2117 ../src/guestfs-actions.pod:3112 ../src/guestfs-actions.pod:3129 ../src/guestfs-actions.pod:3148 ../src/guestfs-actions.pod:3311 ../src/guestfs-actions.pod:3325 ../src/guestfs-actions.pod:3340 ../src/guestfs-actions.pod:3354 ../src/guestfs-actions.pod:3370 ../src/guestfs-actions.pod:3385 ../src/guestfs-actions.pod:3401 ../src/guestfs-actions.pod:3415 ../src/guestfs-actions.pod:3428 ../src/guestfs-actions.pod:3442 ../src/guestfs-actions.pod:3457 ../src/guestfs-actions.pod:3472 ../src/guestfs-actions.pod:5019
6989 msgid "This function returns a C truth value on success or -1 on error."
6990 msgstr ""
6991
6992 #. type: =head2
6993 #: ../src/guestfs-actions.pod:711
6994 msgid "guestfs_blockdev_getsize64"
6995 msgstr ""
6996
6997 #. type: verbatim
6998 #: ../src/guestfs-actions.pod:713
6999 #, no-wrap
7000 msgid ""
7001 " int64_t\n"
7002 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7003 "                             const char *device);\n"
7004 "\n"
7005 msgstr ""
7006
7007 #. type: textblock
7008 #: ../src/guestfs-actions.pod:717 ../fish/guestfish-actions.pod:479
7009 msgid "This returns the size of the device in bytes."
7010 msgstr ""
7011
7012 #. type: textblock
7013 #: ../src/guestfs-actions.pod:719
7014 msgid "See also C<guestfs_blockdev_getsz>."
7015 msgstr ""
7016
7017 #. type: =head2
7018 #: ../src/guestfs-actions.pod:727
7019 msgid "guestfs_blockdev_getss"
7020 msgstr ""
7021
7022 #. type: verbatim
7023 #: ../src/guestfs-actions.pod:729
7024 #, no-wrap
7025 msgid ""
7026 " int\n"
7027 " guestfs_blockdev_getss (guestfs_h *g,\n"
7028 "                         const char *device);\n"
7029 "\n"
7030 msgstr ""
7031
7032 #. type: textblock
7033 #: ../src/guestfs-actions.pod:733 ../fish/guestfish-actions.pod:489
7034 msgid ""
7035 "This returns the size of sectors on a block device.  Usually 512, but can be "
7036 "larger for modern devices."
7037 msgstr ""
7038
7039 #. type: textblock
7040 #: ../src/guestfs-actions.pod:736
7041 msgid ""
7042 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7043 "that)."
7044 msgstr ""
7045
7046 #. type: =head2
7047 #: ../src/guestfs-actions.pod:745
7048 msgid "guestfs_blockdev_getsz"
7049 msgstr ""
7050
7051 #. type: verbatim
7052 #: ../src/guestfs-actions.pod:747
7053 #, no-wrap
7054 msgid ""
7055 " int64_t\n"
7056 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7057 "                         const char *device);\n"
7058 "\n"
7059 msgstr ""
7060
7061 #. type: textblock
7062 #: ../src/guestfs-actions.pod:751 ../fish/guestfish-actions.pod:501
7063 msgid ""
7064 "This returns the size of the device in units of 512-byte sectors (even if "
7065 "the sectorsize isn't 512 bytes ... weird)."
7066 msgstr ""
7067
7068 #. type: textblock
7069 #: ../src/guestfs-actions.pod:754
7070 msgid ""
7071 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7072 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7073 msgstr ""
7074
7075 #. type: =head2
7076 #: ../src/guestfs-actions.pod:764
7077 msgid "guestfs_blockdev_rereadpt"
7078 msgstr ""
7079
7080 #. type: verbatim
7081 #: ../src/guestfs-actions.pod:766
7082 #, no-wrap
7083 msgid ""
7084 " int\n"
7085 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7086 "                            const char *device);\n"
7087 "\n"
7088 msgstr ""
7089
7090 #. type: textblock
7091 #: ../src/guestfs-actions.pod:770 ../fish/guestfish-actions.pod:514
7092 msgid "Reread the partition table on C<device>."
7093 msgstr ""
7094
7095 #. type: =head2
7096 #: ../src/guestfs-actions.pod:778
7097 msgid "guestfs_blockdev_setbsz"
7098 msgstr ""
7099
7100 #. type: verbatim
7101 #: ../src/guestfs-actions.pod:780
7102 #, no-wrap
7103 msgid ""
7104 " int\n"
7105 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7106 "                          const char *device,\n"
7107 "                          int blocksize);\n"
7108 "\n"
7109 msgstr ""
7110
7111 #. type: textblock
7112 #: ../src/guestfs-actions.pod:785 ../fish/guestfish-actions.pod:522
7113 msgid "This sets the block size of a device."
7114 msgstr ""
7115
7116 #. type: =head2
7117 #: ../src/guestfs-actions.pod:796
7118 msgid "guestfs_blockdev_setro"
7119 msgstr ""
7120
7121 #. type: verbatim
7122 #: ../src/guestfs-actions.pod:798
7123 #, no-wrap
7124 msgid ""
7125 " int\n"
7126 " guestfs_blockdev_setro (guestfs_h *g,\n"
7127 "                         const char *device);\n"
7128 "\n"
7129 msgstr ""
7130
7131 #. type: textblock
7132 #: ../src/guestfs-actions.pod:802 ../fish/guestfish-actions.pod:533
7133 msgid "Sets the block device named C<device> to read-only."
7134 msgstr ""
7135
7136 #. type: =head2
7137 #: ../src/guestfs-actions.pod:810
7138 msgid "guestfs_blockdev_setrw"
7139 msgstr ""
7140
7141 #. type: verbatim
7142 #: ../src/guestfs-actions.pod:812
7143 #, no-wrap
7144 msgid ""
7145 " int\n"
7146 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7147 "                         const char *device);\n"
7148 "\n"
7149 msgstr ""
7150
7151 #. type: textblock
7152 #: ../src/guestfs-actions.pod:816 ../fish/guestfish-actions.pod:541
7153 msgid "Sets the block device named C<device> to read-write."
7154 msgstr ""
7155
7156 #. type: =head2
7157 #: ../src/guestfs-actions.pod:824
7158 msgid "guestfs_case_sensitive_path"
7159 msgstr ""
7160
7161 #. type: verbatim
7162 #: ../src/guestfs-actions.pod:826
7163 #, no-wrap
7164 msgid ""
7165 " char *\n"
7166 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7167 "                              const char *path);\n"
7168 "\n"
7169 msgstr ""
7170
7171 #. type: textblock
7172 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
7173 msgid ""
7174 "This can be used to resolve case insensitive paths on a filesystem which is "
7175 "case sensitive.  The use case is to resolve paths which you have read from "
7176 "Windows configuration files or the Windows Registry, to the true path."
7177 msgstr ""
7178
7179 #. type: textblock
7180 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
7181 msgid ""
7182 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7183 "(and probably others), which is that although the underlying filesystem is "
7184 "case-insensitive, the driver exports the filesystem to Linux as "
7185 "case-sensitive."
7186 msgstr ""
7187
7188 #. type: textblock
7189 #: ../src/guestfs-actions.pod:840 ../fish/guestfish-actions.pod:559
7190 msgid ""
7191 "One consequence of this is that special directories such as C<c:\\windows> "
7192 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7193 "precise details of how they were created.  In Windows itself this would not "
7194 "be a problem."
7195 msgstr ""
7196
7197 #. type: textblock
7198 #: ../src/guestfs-actions.pod:846 ../fish/guestfish-actions.pod:565
7199 msgid ""
7200 "Bug or feature? You decide: "
7201 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
7202 msgstr ""
7203
7204 #. type: textblock
7205 #: ../src/guestfs-actions.pod:849 ../fish/guestfish-actions.pod:568
7206 msgid ""
7207 "This function resolves the true case of each element in the path and returns "
7208 "the case-sensitive path."
7209 msgstr ""
7210
7211 #. type: textblock
7212 #: ../src/guestfs-actions.pod:852
7213 msgid ""
7214 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
7215 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7216 "how the directories were originally created under Windows)."
7217 msgstr ""
7218
7219 #. type: textblock
7220 #: ../src/guestfs-actions.pod:857 ../fish/guestfish-actions.pod:576
7221 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7222 msgstr ""
7223
7224 #. type: textblock
7225 #: ../src/guestfs-actions.pod:860
7226 msgid "See also C<guestfs_realpath>."
7227 msgstr ""
7228
7229 #. type: textblock
7230 #: ../src/guestfs-actions.pod:865 ../src/guestfs-actions.pod:7038
7231 msgid "(Added in 1.0.75)"
7232 msgstr ""
7233
7234 #. type: =head2
7235 #: ../src/guestfs-actions.pod:867
7236 msgid "guestfs_cat"
7237 msgstr ""
7238
7239 #. type: verbatim
7240 #: ../src/guestfs-actions.pod:869
7241 #, no-wrap
7242 msgid ""
7243 " char *\n"
7244 " guestfs_cat (guestfs_h *g,\n"
7245 "              const char *path);\n"
7246 "\n"
7247 msgstr ""
7248
7249 #. type: textblock
7250 #: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:5506 ../fish/guestfish-actions.pod:585 ../fish/guestfish-actions.pod:3707
7251 msgid "Return the contents of the file named C<path>."
7252 msgstr ""
7253
7254 #. type: textblock
7255 #: ../src/guestfs-actions.pod:875
7256 msgid ""
7257 "Note that this function cannot correctly handle binary files (specifically, "
7258 "files containing C<\\0> character which is treated as end of string).  For "
7259 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7260 "functions which have a more complex interface."
7261 msgstr ""
7262
7263 #. type: textblock
7264 #: ../src/guestfs-actions.pod:883 ../src/guestfs-actions.pod:1062 ../src/guestfs-actions.pod:1082 ../src/guestfs-actions.pod:1378 ../src/guestfs-actions.pod:1397 ../src/guestfs-actions.pod:1500 ../src/guestfs-actions.pod:1519 ../src/guestfs-actions.pod:1765 ../src/guestfs-actions.pod:2223 ../src/guestfs-actions.pod:2242 ../src/guestfs-actions.pod:2307 ../src/guestfs-actions.pod:2331 ../src/guestfs-actions.pod:2348 ../src/guestfs-actions.pod:2377 ../src/guestfs-actions.pod:5288 ../src/guestfs-actions.pod:5314 ../src/guestfs-actions.pod:5445 ../src/guestfs-actions.pod:5471 ../src/guestfs-actions.pod:5495 ../src/guestfs-actions.pod:6423 ../src/guestfs-actions.pod:6478 ../src/guestfs-actions.pod:6624 ../src/guestfs-actions.pod:6648 ../src/guestfs-actions.pod:7317 ../src/guestfs-actions.pod:7343 ../src/guestfs-actions.pod:7369 ../src/guestfs-actions.pod:7388 ../src/guestfs-actions.pod:7473 ../src/guestfs-actions.pod:7492 ../src/guestfs-actions.pod:7538 ../src/guestfs-actions.pod:7557 ../fish/guestfish-actions.pod:592 ../fish/guestfish-actions.pod:727 ../fish/guestfish-actions.pod:739 ../fish/guestfish-actions.pod:915 ../fish/guestfish-actions.pod:925 ../fish/guestfish-actions.pod:992 ../fish/guestfish-actions.pod:1002 ../fish/guestfish-actions.pod:1194 ../fish/guestfish-actions.pod:1495 ../fish/guestfish-actions.pod:1505 ../fish/guestfish-actions.pod:1555 ../fish/guestfish-actions.pod:1570 ../fish/guestfish-actions.pod:1580 ../fish/guestfish-actions.pod:1599 ../fish/guestfish-actions.pod:3577 ../fish/guestfish-actions.pod:3592 ../fish/guestfish-actions.pod:3668 ../fish/guestfish-actions.pod:3685 ../fish/guestfish-actions.pod:3700 ../fish/guestfish-actions.pod:4354 ../fish/guestfish-actions.pod:4400 ../fish/guestfish-actions.pod:4485 ../fish/guestfish-actions.pod:4500 ../fish/guestfish-actions.pod:4910 ../fish/guestfish-actions.pod:4928 ../fish/guestfish-actions.pod:4945 ../fish/guestfish-actions.pod:4955 ../fish/guestfish-actions.pod:5003 ../fish/guestfish-actions.pod:5013 ../fish/guestfish-actions.pod:5042 ../fish/guestfish-actions.pod:5052
7265 msgid ""
7266 "Because of the message protocol, there is a transfer limit of somewhere "
7267 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7268 msgstr ""
7269
7270 #. type: textblock
7271 #: ../src/guestfs-actions.pod:886 ../src/guestfs-actions.pod:3588 ../src/guestfs-actions.pod:3650 ../src/guestfs-actions.pod:3667 ../src/guestfs-actions.pod:3755 ../src/guestfs-actions.pod:4160 ../src/guestfs-actions.pod:4174 ../src/guestfs-actions.pod:5394 ../src/guestfs-actions.pod:5408 ../src/guestfs-actions.pod:7197 ../src/guestfs-actions.pod:7211
7272 msgid "(Added in 0.4)"
7273 msgstr ""
7274
7275 #. type: =head2
7276 #: ../src/guestfs-actions.pod:888
7277 msgid "guestfs_checksum"
7278 msgstr ""
7279
7280 #. type: verbatim
7281 #: ../src/guestfs-actions.pod:890
7282 #, no-wrap
7283 msgid ""
7284 " char *\n"
7285 " guestfs_checksum (guestfs_h *g,\n"
7286 "                   const char *csumtype,\n"
7287 "                   const char *path);\n"
7288 "\n"
7289 msgstr ""
7290
7291 #. type: textblock
7292 #: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:599
7293 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7294 msgstr ""
7295
7296 #. type: textblock
7297 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
7298 msgid ""
7299 "The type of checksum to compute is given by the C<csumtype> parameter which "
7300 "must have one of the following values:"
7301 msgstr ""
7302
7303 #. type: =item
7304 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
7305 msgid "C<crc>"
7306 msgstr ""
7307
7308 #. type: textblock
7309 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
7310 msgid ""
7311 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7312 "C<cksum> command."
7313 msgstr ""
7314
7315 #. type: =item
7316 #: ../src/guestfs-actions.pod:908 ../fish/guestfish-actions.pod:612
7317 msgid "C<md5>"
7318 msgstr ""
7319
7320 #. type: textblock
7321 #: ../src/guestfs-actions.pod:910 ../fish/guestfish-actions.pod:614
7322 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7323 msgstr ""
7324
7325 #. type: =item
7326 #: ../src/guestfs-actions.pod:912 ../fish/guestfish-actions.pod:616
7327 msgid "C<sha1>"
7328 msgstr ""
7329
7330 #. type: textblock
7331 #: ../src/guestfs-actions.pod:914 ../fish/guestfish-actions.pod:618
7332 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7333 msgstr ""
7334
7335 #. type: =item
7336 #: ../src/guestfs-actions.pod:916 ../fish/guestfish-actions.pod:620
7337 msgid "C<sha224>"
7338 msgstr ""
7339
7340 #. type: textblock
7341 #: ../src/guestfs-actions.pod:918 ../fish/guestfish-actions.pod:622
7342 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7343 msgstr ""
7344
7345 #. type: =item
7346 #: ../src/guestfs-actions.pod:920 ../fish/guestfish-actions.pod:624
7347 msgid "C<sha256>"
7348 msgstr ""
7349
7350 #. type: textblock
7351 #: ../src/guestfs-actions.pod:922 ../fish/guestfish-actions.pod:626
7352 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7353 msgstr ""
7354
7355 #. type: =item
7356 #: ../src/guestfs-actions.pod:924 ../fish/guestfish-actions.pod:628
7357 msgid "C<sha384>"
7358 msgstr ""
7359
7360 #. type: textblock
7361 #: ../src/guestfs-actions.pod:926 ../fish/guestfish-actions.pod:630
7362 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7363 msgstr ""
7364
7365 #. type: =item
7366 #: ../src/guestfs-actions.pod:928 ../fish/guestfish-actions.pod:632
7367 msgid "C<sha512>"
7368 msgstr ""
7369
7370 #. type: textblock
7371 #: ../src/guestfs-actions.pod:930 ../fish/guestfish-actions.pod:634
7372 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7373 msgstr ""
7374
7375 #. type: textblock
7376 #: ../src/guestfs-actions.pod:934 ../fish/guestfish-actions.pod:638
7377 msgid "The checksum is returned as a printable string."
7378 msgstr ""
7379
7380 #. type: textblock
7381 #: ../src/guestfs-actions.pod:936
7382 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7383 msgstr ""
7384
7385 #. type: textblock
7386 #: ../src/guestfs-actions.pod:938
7387 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7388 msgstr ""
7389
7390 #. type: textblock
7391 #: ../src/guestfs-actions.pod:943 ../src/guestfs-actions.pod:1251 ../src/guestfs-actions.pod:2085 ../src/guestfs-actions.pod:3327 ../src/guestfs-actions.pod:3356 ../src/guestfs-actions.pod:3417 ../src/guestfs-actions.pod:3444 ../src/guestfs-actions.pod:6894
7392 msgid "(Added in 1.0.2)"
7393 msgstr ""
7394
7395 #. type: =head2
7396 #: ../src/guestfs-actions.pod:945
7397 msgid "guestfs_checksum_device"
7398 msgstr ""
7399
7400 #. type: verbatim
7401 #: ../src/guestfs-actions.pod:947
7402 #, no-wrap
7403 msgid ""
7404 " char *\n"
7405 " guestfs_checksum_device (guestfs_h *g,\n"
7406 "                          const char *csumtype,\n"
7407 "                          const char *device);\n"
7408 "\n"
7409 msgstr ""
7410
7411 #. type: textblock
7412 #: ../src/guestfs-actions.pod:952
7413 msgid ""
7414 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7415 "device named C<device>.  For the types of checksums supported see the "
7416 "C<guestfs_checksum> command."
7417 msgstr ""
7418
7419 #. type: textblock
7420 #: ../src/guestfs-actions.pod:959 ../src/guestfs-actions.pod:4925 ../src/guestfs-actions.pod:4984 ../src/guestfs-actions.pod:5021 ../src/guestfs-actions.pod:5039 ../src/guestfs-actions.pod:5215 ../src/guestfs-actions.pod:6803 ../src/guestfs-actions.pod:6817 ../src/guestfs-actions.pod:7223
7421 msgid "(Added in 1.3.2)"
7422 msgstr ""
7423
7424 #. type: =head2
7425 #: ../src/guestfs-actions.pod:961
7426 msgid "guestfs_checksums_out"
7427 msgstr ""
7428
7429 #. type: verbatim
7430 #: ../src/guestfs-actions.pod:963
7431 #, no-wrap
7432 msgid ""
7433 " int\n"
7434 " guestfs_checksums_out (guestfs_h *g,\n"
7435 "                        const char *csumtype,\n"
7436 "                        const char *directory,\n"
7437 "                        const char *sumsfile);\n"
7438 "\n"
7439 msgstr ""
7440
7441 #. type: textblock
7442 #: ../src/guestfs-actions.pod:969 ../fish/guestfish-actions.pod:656
7443 msgid ""
7444 "This command computes the checksums of all regular files in C<directory> and "
7445 "then emits a list of those checksums to the local output file C<sumsfile>."
7446 msgstr ""
7447
7448 #. type: textblock
7449 #: ../src/guestfs-actions.pod:973 ../fish/guestfish-actions.pod:660
7450 msgid ""
7451 "This can be used for verifying the integrity of a virtual machine.  However "
7452 "to be properly secure you should pay attention to the output of the checksum "
7453 "command (it uses the ones from GNU coreutils).  In particular when the "
7454 "filename is not printable, coreutils uses a special backslash syntax.  For "
7455 "more information, see the GNU coreutils info file."
7456 msgstr ""
7457
7458 #. type: textblock
7459 #: ../src/guestfs-actions.pod:983
7460 msgid "(Added in 1.3.7)"
7461 msgstr ""
7462
7463 #. type: =head2
7464 #: ../src/guestfs-actions.pod:985
7465 msgid "guestfs_chmod"
7466 msgstr ""
7467
7468 #. type: verbatim
7469 #: ../src/guestfs-actions.pod:987
7470 #, no-wrap
7471 msgid ""
7472 " int\n"
7473 " guestfs_chmod (guestfs_h *g,\n"
7474 "                int mode,\n"
7475 "                const char *path);\n"
7476 "\n"
7477 msgstr ""
7478
7479 #. type: textblock
7480 #: ../src/guestfs-actions.pod:992 ../fish/guestfish-actions.pod:674
7481 msgid ""
7482 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7483 "supported."
7484 msgstr ""
7485
7486 #. type: textblock
7487 #: ../src/guestfs-actions.pod:995 ../fish/guestfish-actions.pod:677
7488 msgid ""
7489 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7490 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7491 "C<700>."
7492 msgstr ""
7493
7494 #. type: textblock
7495 #: ../src/guestfs-actions.pod:999 ../src/guestfs-actions.pod:4411 ../src/guestfs-actions.pod:4608 ../src/guestfs-actions.pod:4627 ../src/guestfs-actions.pod:4646 ../fish/guestfish-actions.pod:681 ../fish/guestfish-actions.pod:3007 ../fish/guestfish-actions.pod:3136 ../fish/guestfish-actions.pod:3146 ../fish/guestfish-actions.pod:3156
7496 msgid "The mode actually set is affected by the umask."
7497 msgstr ""
7498
7499 #. type: =head2
7500 #: ../src/guestfs-actions.pod:1005
7501 msgid "guestfs_chown"
7502 msgstr ""
7503
7504 #. type: verbatim
7505 #: ../src/guestfs-actions.pod:1007
7506 #, no-wrap
7507 msgid ""
7508 " int\n"
7509 " guestfs_chown (guestfs_h *g,\n"
7510 "                int owner,\n"
7511 "                int group,\n"
7512 "                const char *path);\n"
7513 "\n"
7514 msgstr ""
7515
7516 #. type: textblock
7517 #: ../src/guestfs-actions.pod:1013 ../fish/guestfish-actions.pod:687
7518 msgid "Change the file owner to C<owner> and group to C<group>."
7519 msgstr ""
7520
7521 #. type: textblock
7522 #: ../src/guestfs-actions.pod:1015 ../src/guestfs-actions.pod:3519 ../fish/guestfish-actions.pod:689 ../fish/guestfish-actions.pod:2465
7523 msgid ""
7524 "Only numeric uid and gid are supported.  If you want to use names, you will "
7525 "need to locate and parse the password file yourself (Augeas support makes "
7526 "this relatively easy)."
7527 msgstr ""
7528
7529 #. type: =head2
7530 #: ../src/guestfs-actions.pod:1023
7531 msgid "guestfs_command"
7532 msgstr ""
7533
7534 #. type: verbatim
7535 #: ../src/guestfs-actions.pod:1025
7536 #, no-wrap
7537 msgid ""
7538 " char *\n"
7539 " guestfs_command (guestfs_h *g,\n"
7540 "                  char *const *arguments);\n"
7541 "\n"
7542 msgstr ""
7543
7544 #. type: textblock
7545 #: ../src/guestfs-actions.pod:1029 ../fish/guestfish-actions.pod:697
7546 msgid ""
7547 "This call runs a command from the guest filesystem.  The filesystem must be "
7548 "mounted, and must contain a compatible operating system (ie. something "
7549 "Linux, with the same or compatible processor architecture)."
7550 msgstr ""
7551
7552 #. type: textblock
7553 #: ../src/guestfs-actions.pod:1034
7554 msgid ""
7555 "The single parameter is an argv-style list of arguments.  The first element "
7556 "is the name of the program to run.  Subsequent elements are parameters.  The "
7557 "list must be non-empty (ie. must contain a program name).  Note that the "
7558 "command runs directly, and is I<not> invoked via the shell (see "
7559 "C<guestfs_sh>)."
7560 msgstr ""
7561
7562 #. type: textblock
7563 #: ../src/guestfs-actions.pod:1041 ../fish/guestfish-actions.pod:709
7564 msgid "The return value is anything printed to I<stdout> by the command."
7565 msgstr ""
7566
7567 #. type: textblock
7568 #: ../src/guestfs-actions.pod:1044 ../fish/guestfish-actions.pod:712
7569 msgid ""
7570 "If the command returns a non-zero exit status, then this function returns an "
7571 "error message.  The error message string is the content of I<stderr> from "
7572 "the command."
7573 msgstr ""
7574
7575 #. type: textblock
7576 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
7577 msgid ""
7578 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
7579 "C</bin>.  If you require a program from another location, you should provide "
7580 "the full path in the first parameter."
7581 msgstr ""
7582
7583 #. type: textblock
7584 #: ../src/guestfs-actions.pod:1053 ../fish/guestfish-actions.pod:721
7585 msgid ""
7586 "Shared libraries and data files required by the program must be available on "
7587 "filesystems which are mounted in the correct places.  It is the caller's "
7588 "responsibility to ensure all filesystems that are needed are mounted at the "
7589 "right locations."
7590 msgstr ""
7591
7592 #. type: textblock
7593 #: ../src/guestfs-actions.pod:1065 ../src/guestfs-actions.pod:1085 ../src/guestfs-actions.pod:1550
7594 msgid "(Added in 0.9.1)"
7595 msgstr ""
7596
7597 #. type: =head2
7598 #: ../src/guestfs-actions.pod:1067
7599 msgid "guestfs_command_lines"
7600 msgstr ""
7601
7602 #. type: verbatim
7603 #: ../src/guestfs-actions.pod:1069
7604 #, no-wrap
7605 msgid ""
7606 " char **\n"
7607 " guestfs_command_lines (guestfs_h *g,\n"
7608 "                        char *const *arguments);\n"
7609 "\n"
7610 msgstr ""
7611
7612 #. type: textblock
7613 #: ../src/guestfs-actions.pod:1073
7614 msgid ""
7615 "This is the same as C<guestfs_command>, but splits the result into a list of "
7616 "lines."
7617 msgstr ""
7618
7619 #. type: textblock
7620 #: ../src/guestfs-actions.pod:1076
7621 msgid "See also: C<guestfs_sh_lines>"
7622 msgstr ""
7623
7624 #. type: =head2
7625 #: ../src/guestfs-actions.pod:1087
7626 msgid "guestfs_config"
7627 msgstr ""
7628
7629 #. type: verbatim
7630 #: ../src/guestfs-actions.pod:1089
7631 #, no-wrap
7632 msgid ""
7633 " int\n"
7634 " guestfs_config (guestfs_h *g,\n"
7635 "                 const char *qemuparam,\n"
7636 "                 const char *qemuvalue);\n"
7637 "\n"
7638 msgstr ""
7639
7640 #. type: textblock
7641 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
7642 msgid ""
7643 "This can be used to add arbitrary qemu command line parameters of the form "
7644 "I<-param value>.  Actually it's not quite arbitrary - we prevent you from "
7645 "setting some parameters which would interfere with parameters that we use."
7646 msgstr ""
7647
7648 #. type: textblock
7649 #: ../src/guestfs-actions.pod:1099 ../fish/guestfish-actions.pod:751
7650 msgid "The first character of C<param> string must be a C<-> (dash)."
7651 msgstr ""
7652
7653 #. type: textblock
7654 #: ../src/guestfs-actions.pod:1101 ../fish/guestfish-actions.pod:753
7655 msgid "C<value> can be NULL."
7656 msgstr ""
7657
7658 #. type: =head2
7659 #: ../src/guestfs-actions.pod:1107
7660 msgid "guestfs_copy_size"
7661 msgstr ""
7662
7663 #. type: verbatim
7664 #: ../src/guestfs-actions.pod:1109
7665 #, no-wrap
7666 msgid ""
7667 " int\n"
7668 " guestfs_copy_size (guestfs_h *g,\n"
7669 "                    const char *src,\n"
7670 "                    const char *dest,\n"
7671 "                    int64_t size);\n"
7672 "\n"
7673 msgstr ""
7674
7675 #. type: textblock
7676 #: ../src/guestfs-actions.pod:1115 ../fish/guestfish-actions.pod:759
7677 msgid ""
7678 "This command copies exactly C<size> bytes from one source device or file "
7679 "C<src> to another destination device or file C<dest>."
7680 msgstr ""
7681
7682 #. type: textblock
7683 #: ../src/guestfs-actions.pod:1118 ../fish/guestfish-actions.pod:762
7684 msgid ""
7685 "Note this will fail if the source is too short or if the destination is not "
7686 "large enough."
7687 msgstr ""
7688
7689 #. type: textblock
7690 #: ../src/guestfs-actions.pod:1123 ../src/guestfs-actions.pod:1246 ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:1322 ../src/guestfs-actions.pod:1699 ../src/guestfs-actions.pod:1721 ../src/guestfs-actions.pod:3500 ../src/guestfs-actions.pod:6889 ../src/guestfs-actions.pod:6923 ../src/guestfs-actions.pod:7409 ../src/guestfs-actions.pod:7428
7691 msgid ""
7692 "This long-running command can generate progress notification messages so "
7693 "that the caller can display a progress bar or indicator.  To receive these "
7694 "messages, the caller must register a progress event callback.  See "
7695 "L<guestfs(3)/GUESTFS_EVENT_PROGRESS>."
7696 msgstr ""
7697
7698 #. type: textblock
7699 #: ../src/guestfs-actions.pod:1128 ../src/guestfs-actions.pod:4187 ../src/guestfs-actions.pod:5421 ../src/guestfs-actions.pod:7130 ../src/guestfs-actions.pod:7150 ../src/guestfs-actions.pod:7236
7700 msgid "(Added in 1.0.87)"
7701 msgstr ""
7702
7703 #. type: =head2
7704 #: ../src/guestfs-actions.pod:1130
7705 msgid "guestfs_cp"
7706 msgstr ""
7707
7708 #. type: verbatim
7709 #: ../src/guestfs-actions.pod:1132
7710 #, no-wrap
7711 msgid ""
7712 " int\n"
7713 " guestfs_cp (guestfs_h *g,\n"
7714 "             const char *src,\n"
7715 "             const char *dest);\n"
7716 "\n"
7717 msgstr ""
7718
7719 #. type: textblock
7720 #: ../src/guestfs-actions.pod:1137 ../fish/guestfish-actions.pod:769
7721 msgid ""
7722 "This copies a file from C<src> to C<dest> where C<dest> is either a "
7723 "destination filename or destination directory."
7724 msgstr ""
7725
7726 #. type: textblock
7727 #: ../src/guestfs-actions.pod:1142 ../src/guestfs-actions.pod:1156 ../src/guestfs-actions.pod:1228 ../src/guestfs-actions.pod:1302 ../src/guestfs-actions.pod:1416 ../src/guestfs-actions.pod:4879 ../src/guestfs-actions.pod:5265
7728 msgid "(Added in 1.0.18)"
7729 msgstr ""
7730
7731 #. type: =head2
7732 #: ../src/guestfs-actions.pod:1144
7733 msgid "guestfs_cp_a"
7734 msgstr ""
7735
7736 #. type: verbatim
7737 #: ../src/guestfs-actions.pod:1146
7738 #, no-wrap
7739 msgid ""
7740 " int\n"
7741 " guestfs_cp_a (guestfs_h *g,\n"
7742 "               const char *src,\n"
7743 "               const char *dest);\n"
7744 "\n"
7745 msgstr ""
7746
7747 #. type: textblock
7748 #: ../src/guestfs-actions.pod:1151 ../fish/guestfish-actions.pod:776
7749 msgid ""
7750 "This copies a file or directory from C<src> to C<dest> recursively using the "
7751 "C<cp -a> command."
7752 msgstr ""
7753
7754 #. type: =head2
7755 #: ../src/guestfs-actions.pod:1158
7756 msgid "guestfs_dd"
7757 msgstr ""
7758
7759 #. type: verbatim
7760 #: ../src/guestfs-actions.pod:1160
7761 #, no-wrap
7762 msgid ""
7763 " int\n"
7764 " guestfs_dd (guestfs_h *g,\n"
7765 "             const char *src,\n"
7766 "             const char *dest);\n"
7767 "\n"
7768 msgstr ""
7769
7770 #. type: textblock
7771 #: ../src/guestfs-actions.pod:1165 ../fish/guestfish-actions.pod:783
7772 msgid ""
7773 "This command copies from one source device or file C<src> to another "
7774 "destination device or file C<dest>.  Normally you would use this to copy to "
7775 "or from a device or partition, for example to duplicate a filesystem."
7776 msgstr ""
7777
7778 #. type: textblock
7779 #: ../src/guestfs-actions.pod:1170
7780 msgid ""
7781 "If the destination is a device, it must be as large or larger than the "
7782 "source file or device, otherwise the copy will fail.  This command cannot do "
7783 "partial copies (see C<guestfs_copy_size>)."
7784 msgstr ""
7785
7786 #. type: =head2
7787 #: ../src/guestfs-actions.pod:1178
7788 msgid "guestfs_df"
7789 msgstr ""
7790
7791 #. type: verbatim
7792 #: ../src/guestfs-actions.pod:1180
7793 #, no-wrap
7794 msgid ""
7795 " char *\n"
7796 " guestfs_df (guestfs_h *g);\n"
7797 "\n"
7798 msgstr ""
7799
7800 #. type: textblock
7801 #: ../src/guestfs-actions.pod:1183 ../fish/guestfish-actions.pod:796
7802 msgid "This command runs the C<df> command to report disk space used."
7803 msgstr ""
7804
7805 #. type: textblock
7806 #: ../src/guestfs-actions.pod:1185 ../src/guestfs-actions.pod:1202
7807 msgid ""
7808 "This command is mostly useful for interactive sessions.  It is I<not> "
7809 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7810 "from programs."
7811 msgstr ""
7812
7813 #. type: textblock
7814 #: ../src/guestfs-actions.pod:1192 ../src/guestfs-actions.pod:1209 ../src/guestfs-actions.pod:1327 ../src/guestfs-actions.pod:2310 ../src/guestfs-actions.pod:2334 ../src/guestfs-actions.pod:2402 ../src/guestfs-actions.pod:4297 ../src/guestfs-actions.pod:4779 ../src/guestfs-actions.pod:6627 ../src/guestfs-actions.pod:6651 ../src/guestfs-actions.pod:7276 ../src/guestfs-actions.pod:7289 ../src/guestfs-actions.pod:7302
7815 msgid "(Added in 1.0.54)"
7816 msgstr ""
7817
7818 #. type: =head2
7819 #: ../src/guestfs-actions.pod:1194
7820 msgid "guestfs_df_h"
7821 msgstr ""
7822
7823 #. type: verbatim
7824 #: ../src/guestfs-actions.pod:1196
7825 #, no-wrap
7826 msgid ""
7827 " char *\n"
7828 " guestfs_df_h (guestfs_h *g);\n"
7829 "\n"
7830 msgstr ""
7831
7832 #. type: textblock
7833 #: ../src/guestfs-actions.pod:1199 ../fish/guestfish-actions.pod:806
7834 msgid ""
7835 "This command runs the C<df -h> command to report disk space used in "
7836 "human-readable format."
7837 msgstr ""
7838
7839 #. type: =head2
7840 #: ../src/guestfs-actions.pod:1211
7841 msgid "guestfs_dmesg"
7842 msgstr ""
7843
7844 #. type: verbatim
7845 #: ../src/guestfs-actions.pod:1213
7846 #, no-wrap
7847 msgid ""
7848 " char *\n"
7849 " guestfs_dmesg (guestfs_h *g);\n"
7850 "\n"
7851 msgstr ""
7852
7853 #. type: textblock
7854 #: ../src/guestfs-actions.pod:1216 ../fish/guestfish-actions.pod:817
7855 msgid ""
7856 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7857 "This is sometimes useful for extended debugging of problems."
7858 msgstr ""
7859
7860 #. type: textblock
7861 #: ../src/guestfs-actions.pod:1220
7862 msgid ""
7863 "Another way to get the same information is to enable verbose messages with "
7864 "C<guestfs_set_verbose> or by setting the environment variable "
7865 "C<LIBGUESTFS_DEBUG=1> before running the program."
7866 msgstr ""
7867
7868 #. type: =head2
7869 #: ../src/guestfs-actions.pod:1230
7870 msgid "guestfs_download"
7871 msgstr ""
7872
7873 #. type: verbatim
7874 #: ../src/guestfs-actions.pod:1232
7875 #, no-wrap
7876 msgid ""
7877 " int\n"
7878 " guestfs_download (guestfs_h *g,\n"
7879 "                   const char *remotefilename,\n"
7880 "                   const char *filename);\n"
7881 "\n"
7882 msgstr ""
7883
7884 #. type: textblock
7885 #: ../src/guestfs-actions.pod:1237 ../src/guestfs-actions.pod:1262 ../fish/guestfish-actions.pod:830 ../fish/guestfish-actions.pod:843
7886 msgid ""
7887 "Download file C<remotefilename> and save it as C<filename> on the local "
7888 "machine."
7889 msgstr ""
7890
7891 #. type: textblock
7892 #: ../src/guestfs-actions.pod:1240 ../src/guestfs-actions.pod:6883 ../fish/guestfish-actions.pod:833 ../fish/guestfish-actions.pod:4658
7893 msgid "C<filename> can also be a named pipe."
7894 msgstr ""
7895
7896 #. type: textblock
7897 #: ../src/guestfs-actions.pod:1242
7898 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7899 msgstr ""
7900
7901 #. type: =head2
7902 #: ../src/guestfs-actions.pod:1253
7903 msgid "guestfs_download_offset"
7904 msgstr ""
7905
7906 #. type: verbatim
7907 #: ../src/guestfs-actions.pod:1255
7908 #, no-wrap
7909 msgid ""
7910 " int\n"
7911 " guestfs_download_offset (guestfs_h *g,\n"
7912 "                          const char *remotefilename,\n"
7913 "                          const char *filename,\n"
7914 "                          int64_t offset,\n"
7915 "                          int64_t size);\n"
7916 "\n"
7917 msgstr ""
7918
7919 #. type: textblock
7920 #: ../src/guestfs-actions.pod:1265 ../fish/guestfish-actions.pod:846
7921 msgid ""
7922 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7923 "region must be within the file or device)."
7924 msgstr ""
7925
7926 #. type: textblock
7927 #: ../src/guestfs-actions.pod:1268
7928 msgid ""
7929 "Note that there is no limit on the amount of data that can be downloaded "
7930 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7931 "full amount unless an error occurs."
7932 msgstr ""
7933
7934 #. type: textblock
7935 #: ../src/guestfs-actions.pod:1273
7936 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7937 msgstr ""
7938
7939 #. type: textblock
7940 #: ../src/guestfs-actions.pod:1282 ../src/guestfs-actions.pod:6928
7941 msgid "(Added in 1.5.17)"
7942 msgstr ""
7943
7944 #. type: =head2
7945 #: ../src/guestfs-actions.pod:1284
7946 msgid "guestfs_drop_caches"
7947 msgstr ""
7948
7949 #. type: verbatim
7950 #: ../src/guestfs-actions.pod:1286
7951 #, no-wrap
7952 msgid ""
7953 " int\n"
7954 " guestfs_drop_caches (guestfs_h *g,\n"
7955 "                      int whattodrop);\n"
7956 "\n"
7957 msgstr ""
7958
7959 #. type: textblock
7960 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
7961 msgid ""
7962 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7963 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7964 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7965 msgstr ""
7966
7967 #. type: textblock
7968 #: ../src/guestfs-actions.pod:1295 ../fish/guestfish-actions.pod:867
7969 msgid "Setting C<whattodrop> to 3 should drop everything."
7970 msgstr ""
7971
7972 #. type: textblock
7973 #: ../src/guestfs-actions.pod:1297 ../fish/guestfish-actions.pod:869
7974 msgid ""
7975 "This automatically calls L<sync(2)> before the operation, so that the "
7976 "maximum guest memory is freed."
7977 msgstr ""
7978
7979 #. type: =head2
7980 #: ../src/guestfs-actions.pod:1304
7981 msgid "guestfs_du"
7982 msgstr ""
7983
7984 #. type: verbatim
7985 #: ../src/guestfs-actions.pod:1306
7986 #, no-wrap
7987 msgid ""
7988 " int64_t\n"
7989 " guestfs_du (guestfs_h *g,\n"
7990 "             const char *path);\n"
7991 "\n"
7992 msgstr ""
7993
7994 #. type: textblock
7995 #: ../src/guestfs-actions.pod:1310 ../fish/guestfish-actions.pod:876
7996 msgid ""
7997 "This command runs the C<du -s> command to estimate file space usage for "
7998 "C<path>."
7999 msgstr ""
8000
8001 #. type: textblock
8002 #: ../src/guestfs-actions.pod:1313 ../fish/guestfish-actions.pod:879
8003 msgid ""
8004 "C<path> can be a file or a directory.  If C<path> is a directory then the "
8005 "estimate includes the contents of the directory and all subdirectories "
8006 "(recursively)."
8007 msgstr ""
8008
8009 #. type: textblock
8010 #: ../src/guestfs-actions.pod:1317 ../fish/guestfish-actions.pod:883
8011 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8012 msgstr ""
8013
8014 #. type: =head2
8015 #: ../src/guestfs-actions.pod:1329
8016 msgid "guestfs_e2fsck_f"
8017 msgstr ""
8018
8019 #. type: verbatim
8020 #: ../src/guestfs-actions.pod:1331
8021 #, no-wrap
8022 msgid ""
8023 " int\n"
8024 " guestfs_e2fsck_f (guestfs_h *g,\n"
8025 "                   const char *device);\n"
8026 "\n"
8027 msgstr ""
8028
8029 #. type: textblock
8030 #: ../src/guestfs-actions.pod:1335 ../fish/guestfish-actions.pod:890
8031 msgid ""
8032 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8033 "on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
8034 "clean (I<-f>)."
8035 msgstr ""
8036
8037 #. type: textblock
8038 #: ../src/guestfs-actions.pod:1339
8039 msgid ""
8040 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8041 "Normally you should use C<guestfs_fsck>."
8042 msgstr ""
8043
8044 #. type: textblock
8045 #: ../src/guestfs-actions.pod:1344
8046 msgid "(Added in 1.0.29)"
8047 msgstr ""
8048
8049 #. type: =head2
8050 #: ../src/guestfs-actions.pod:1346
8051 msgid "guestfs_echo_daemon"
8052 msgstr ""
8053
8054 #. type: verbatim
8055 #: ../src/guestfs-actions.pod:1348
8056 #, no-wrap
8057 msgid ""
8058 " char *\n"
8059 " guestfs_echo_daemon (guestfs_h *g,\n"
8060 "                      char *const *words);\n"
8061 "\n"
8062 msgstr ""
8063
8064 #. type: textblock
8065 #: ../src/guestfs-actions.pod:1352 ../fish/guestfish-actions.pod:901
8066 msgid ""
8067 "This command concatenates the list of C<words> passed with single spaces "
8068 "between them and returns the resulting string."
8069 msgstr ""
8070
8071 #. type: textblock
8072 #: ../src/guestfs-actions.pod:1355 ../fish/guestfish-actions.pod:904
8073 msgid "You can use this command to test the connection through to the daemon."
8074 msgstr ""
8075
8076 #. type: textblock
8077 #: ../src/guestfs-actions.pod:1357
8078 msgid "See also C<guestfs_ping_daemon>."
8079 msgstr ""
8080
8081 #. type: textblock
8082 #: ../src/guestfs-actions.pod:1362 ../src/guestfs-actions.pod:2096 ../src/guestfs-actions.pod:6099
8083 msgid "(Added in 1.0.69)"
8084 msgstr ""
8085
8086 #. type: =head2
8087 #: ../src/guestfs-actions.pod:1364
8088 msgid "guestfs_egrep"
8089 msgstr ""
8090
8091 #. type: verbatim
8092 #: ../src/guestfs-actions.pod:1366
8093 #, no-wrap
8094 msgid ""
8095 " char **\n"
8096 " guestfs_egrep (guestfs_h *g,\n"
8097 "                const char *regex,\n"
8098 "                const char *path);\n"
8099 "\n"
8100 msgstr ""
8101
8102 #. type: textblock
8103 #: ../src/guestfs-actions.pod:1371 ../fish/guestfish-actions.pod:912
8104 msgid "This calls the external C<egrep> program and returns the matching lines."
8105 msgstr ""
8106
8107 #. type: textblock
8108 #: ../src/guestfs-actions.pod:1381 ../src/guestfs-actions.pod:1400 ../src/guestfs-actions.pod:1457 ../src/guestfs-actions.pod:1503 ../src/guestfs-actions.pod:1522 ../src/guestfs-actions.pod:2226 ../src/guestfs-actions.pod:2245 ../src/guestfs-actions.pod:2423 ../src/guestfs-actions.pod:2436 ../src/guestfs-actions.pod:2451 ../src/guestfs-actions.pod:2497 ../src/guestfs-actions.pod:2519 ../src/guestfs-actions.pod:2532 ../src/guestfs-actions.pod:3680 ../src/guestfs-actions.pod:3694 ../src/guestfs-actions.pod:3707 ../src/guestfs-actions.pod:3721 ../src/guestfs-actions.pod:4707 ../src/guestfs-actions.pod:5599 ../src/guestfs-actions.pod:5648 ../src/guestfs-actions.pod:6495 ../src/guestfs-actions.pod:6507 ../src/guestfs-actions.pod:6520 ../src/guestfs-actions.pod:6533 ../src/guestfs-actions.pod:6555 ../src/guestfs-actions.pod:6568 ../src/guestfs-actions.pod:6581 ../src/guestfs-actions.pod:6594 ../src/guestfs-actions.pod:7372 ../src/guestfs-actions.pod:7391 ../src/guestfs-actions.pod:7476 ../src/guestfs-actions.pod:7495 ../src/guestfs-actions.pod:7541 ../src/guestfs-actions.pod:7560
8109 msgid "(Added in 1.0.66)"
8110 msgstr ""
8111
8112 #. type: =head2
8113 #: ../src/guestfs-actions.pod:1383
8114 msgid "guestfs_egrepi"
8115 msgstr ""
8116
8117 #. type: verbatim
8118 #: ../src/guestfs-actions.pod:1385
8119 #, no-wrap
8120 msgid ""
8121 " char **\n"
8122 " guestfs_egrepi (guestfs_h *g,\n"
8123 "                 const char *regex,\n"
8124 "                 const char *path);\n"
8125 "\n"
8126 msgstr ""
8127
8128 #. type: textblock
8129 #: ../src/guestfs-actions.pod:1390 ../fish/guestfish-actions.pod:922
8130 msgid "This calls the external C<egrep -i> program and returns the matching lines."
8131 msgstr ""
8132
8133 #. type: =head2
8134 #: ../src/guestfs-actions.pod:1402
8135 msgid "guestfs_equal"
8136 msgstr ""
8137
8138 #. type: verbatim
8139 #: ../src/guestfs-actions.pod:1404
8140 #, no-wrap
8141 msgid ""
8142 " int\n"
8143 " guestfs_equal (guestfs_h *g,\n"
8144 "                const char *file1,\n"
8145 "                const char *file2);\n"
8146 "\n"
8147 msgstr ""
8148
8149 #. type: textblock
8150 #: ../src/guestfs-actions.pod:1409 ../fish/guestfish-actions.pod:932
8151 msgid ""
8152 "This compares the two files C<file1> and C<file2> and returns true if their "
8153 "content is exactly equal, or false otherwise."
8154 msgstr ""
8155
8156 #. type: textblock
8157 #: ../src/guestfs-actions.pod:1412 ../fish/guestfish-actions.pod:935
8158 msgid "The external L<cmp(1)> program is used for the comparison."
8159 msgstr ""
8160
8161 #. type: =head2
8162 #: ../src/guestfs-actions.pod:1418
8163 msgid "guestfs_exists"
8164 msgstr ""
8165
8166 #. type: verbatim
8167 #: ../src/guestfs-actions.pod:1420
8168 #, no-wrap
8169 msgid ""
8170 " int\n"
8171 " guestfs_exists (guestfs_h *g,\n"
8172 "                 const char *path);\n"
8173 "\n"
8174 msgstr ""
8175
8176 #. type: textblock
8177 #: ../src/guestfs-actions.pod:1424 ../fish/guestfish-actions.pod:941
8178 msgid ""
8179 "This returns C<true> if and only if there is a file, directory (or anything) "
8180 "with the given C<path> name."
8181 msgstr ""
8182
8183 #. type: textblock
8184 #: ../src/guestfs-actions.pod:1427
8185 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8186 msgstr ""
8187
8188 #. type: =head2
8189 #: ../src/guestfs-actions.pod:1433
8190 msgid "guestfs_fallocate"
8191 msgstr ""
8192
8193 #. type: verbatim
8194 #: ../src/guestfs-actions.pod:1435
8195 #, no-wrap
8196 msgid ""
8197 " int\n"
8198 " guestfs_fallocate (guestfs_h *g,\n"
8199 "                    const char *path,\n"
8200 "                    int len);\n"
8201 "\n"
8202 msgstr ""
8203
8204 #. type: textblock
8205 #: ../src/guestfs-actions.pod:1440 ../src/guestfs-actions.pod:1466 ../fish/guestfish-actions.pod:950 ../fish/guestfish-actions.pod:969
8206 msgid ""
8207 "This command preallocates a file (containing zero bytes) named C<path> of "
8208 "size C<len> bytes.  If the file exists already, it is overwritten."
8209 msgstr ""
8210
8211 #. type: textblock
8212 #: ../src/guestfs-actions.pod:1444 ../fish/guestfish-actions.pod:954
8213 msgid ""
8214 "Do not confuse this with the guestfish-specific C<alloc> command which "
8215 "allocates a file in the host and attaches it as a device."
8216 msgstr ""
8217
8218 #. type: textblock
8219 #: ../src/guestfs-actions.pod:1450
8220 msgid ""
8221 "This function is deprecated.  In new code, use the L</guestfs_fallocate64> "
8222 "call instead."
8223 msgstr ""
8224
8225 #. type: =head2
8226 #: ../src/guestfs-actions.pod:1459
8227 msgid "guestfs_fallocate64"
8228 msgstr ""
8229
8230 #. type: verbatim
8231 #: ../src/guestfs-actions.pod:1461
8232 #, no-wrap
8233 msgid ""
8234 " int\n"
8235 " guestfs_fallocate64 (guestfs_h *g,\n"
8236 "                      const char *path,\n"
8237 "                      int64_t len);\n"
8238 "\n"
8239 msgstr ""
8240
8241 #. type: textblock
8242 #: ../src/guestfs-actions.pod:1470
8243 msgid ""
8244 "Note that this call allocates disk blocks for the file.  To create a sparse "
8245 "file use C<guestfs_truncate_size> instead."
8246 msgstr ""
8247
8248 #. type: textblock
8249 #: ../src/guestfs-actions.pod:1473
8250 msgid ""
8251 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8252 "oversight it only allowed 30 bit lengths to be specified, effectively "
8253 "limiting the maximum size of files created through that call to 1GB."
8254 msgstr ""
8255
8256 #. type: textblock
8257 #: ../src/guestfs-actions.pod:1478 ../fish/guestfish-actions.pod:981
8258 msgid ""
8259 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8260 "commands which create a file in the host and attach it as a device."
8261 msgstr ""
8262
8263 #. type: textblock
8264 #: ../src/guestfs-actions.pod:1484
8265 msgid "(Added in 1.3.17)"
8266 msgstr ""
8267
8268 #. type: =head2
8269 #: ../src/guestfs-actions.pod:1486
8270 msgid "guestfs_fgrep"
8271 msgstr ""
8272
8273 #. type: verbatim
8274 #: ../src/guestfs-actions.pod:1488
8275 #, no-wrap
8276 msgid ""
8277 " char **\n"
8278 " guestfs_fgrep (guestfs_h *g,\n"
8279 "                const char *pattern,\n"
8280 "                const char *path);\n"
8281 "\n"
8282 msgstr ""
8283
8284 #. type: textblock
8285 #: ../src/guestfs-actions.pod:1493 ../fish/guestfish-actions.pod:989
8286 msgid "This calls the external C<fgrep> program and returns the matching lines."
8287 msgstr ""
8288
8289 #. type: =head2
8290 #: ../src/guestfs-actions.pod:1505
8291 msgid "guestfs_fgrepi"
8292 msgstr ""
8293
8294 #. type: verbatim
8295 #: ../src/guestfs-actions.pod:1507
8296 #, no-wrap
8297 msgid ""
8298 " char **\n"
8299 " guestfs_fgrepi (guestfs_h *g,\n"
8300 "                 const char *pattern,\n"
8301 "                 const char *path);\n"
8302 "\n"
8303 msgstr ""
8304
8305 #. type: textblock
8306 #: ../src/guestfs-actions.pod:1512 ../fish/guestfish-actions.pod:999
8307 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
8308 msgstr ""
8309
8310 #. type: =head2
8311 #: ../src/guestfs-actions.pod:1524
8312 msgid "guestfs_file"
8313 msgstr ""
8314
8315 #. type: verbatim
8316 #: ../src/guestfs-actions.pod:1526
8317 #, no-wrap
8318 msgid ""
8319 " char *\n"
8320 " guestfs_file (guestfs_h *g,\n"
8321 "               const char *path);\n"
8322 "\n"
8323 msgstr ""
8324
8325 #. type: textblock
8326 #: ../src/guestfs-actions.pod:1530 ../fish/guestfish-actions.pod:1009
8327 msgid ""
8328 "This call uses the standard L<file(1)> command to determine the type or "
8329 "contents of the file."
8330 msgstr ""
8331
8332 #. type: textblock
8333 #: ../src/guestfs-actions.pod:1533 ../fish/guestfish-actions.pod:1012
8334 msgid ""
8335 "This call will also transparently look inside various types of compressed "
8336 "file."
8337 msgstr ""
8338
8339 #. type: textblock
8340 #: ../src/guestfs-actions.pod:1536 ../fish/guestfish-actions.pod:1015
8341 msgid ""
8342 "The exact command which runs is C<file -zb path>.  Note in particular that "
8343 "the filename is not prepended to the output (the I<-b> option)."
8344 msgstr ""
8345
8346 #. type: textblock
8347 #: ../src/guestfs-actions.pod:1540 ../fish/guestfish-actions.pod:1019
8348 msgid ""
8349 "The output depends on the output of the underlying L<file(1)> command and it "
8350 "can change in future in ways beyond our control.  In other words, the output "
8351 "is not guaranteed by the ABI."
8352 msgstr ""
8353
8354 #. type: textblock
8355 #: ../src/guestfs-actions.pod:1544
8356 msgid ""
8357 "See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
8358 "C<guestfs_is_file>, C<guestfs_is_blockdev> (etc)."
8359 msgstr ""
8360
8361 #. type: =head2
8362 #: ../src/guestfs-actions.pod:1552
8363 msgid "guestfs_file_architecture"
8364 msgstr ""
8365
8366 #. type: verbatim
8367 #: ../src/guestfs-actions.pod:1554
8368 #, no-wrap
8369 msgid ""
8370 " char *\n"
8371 " guestfs_file_architecture (guestfs_h *g,\n"
8372 "                            const char *filename);\n"
8373 "\n"
8374 msgstr ""
8375
8376 #. type: textblock
8377 #: ../src/guestfs-actions.pod:1558 ../fish/guestfish-actions.pod:1030
8378 msgid ""
8379 "This detects the architecture of the binary C<filename>, and returns it if "
8380 "known."
8381 msgstr ""
8382
8383 #. type: textblock
8384 #: ../src/guestfs-actions.pod:1561 ../fish/guestfish-actions.pod:1033
8385 msgid "Currently defined architectures are:"
8386 msgstr ""
8387
8388 #. type: =item
8389 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1037
8390 msgid "\"i386\""
8391 msgstr ""
8392
8393 #. type: textblock
8394 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1039
8395 msgid ""
8396 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8397 "irrespective of the precise processor requirements of the binary."
8398 msgstr ""
8399
8400 #. type: =item
8401 #: ../src/guestfs-actions.pod:1570 ../fish/guestfish-actions.pod:1042
8402 msgid "\"x86_64\""
8403 msgstr ""
8404
8405 #. type: textblock
8406 #: ../src/guestfs-actions.pod:1572 ../fish/guestfish-actions.pod:1044
8407 msgid "64 bit x86-64."
8408 msgstr ""
8409
8410 #. type: =item
8411 #: ../src/guestfs-actions.pod:1574 ../fish/guestfish-actions.pod:1046
8412 msgid "\"sparc\""
8413 msgstr ""
8414
8415 #. type: textblock
8416 #: ../src/guestfs-actions.pod:1576 ../fish/guestfish-actions.pod:1048
8417 msgid "32 bit SPARC."
8418 msgstr ""
8419
8420 #. type: =item
8421 #: ../src/guestfs-actions.pod:1578 ../fish/guestfish-actions.pod:1050
8422 msgid "\"sparc64\""
8423 msgstr ""
8424
8425 #. type: textblock
8426 #: ../src/guestfs-actions.pod:1580 ../fish/guestfish-actions.pod:1052
8427 msgid "64 bit SPARC V9 and above."
8428 msgstr ""
8429
8430 #. type: =item
8431 #: ../src/guestfs-actions.pod:1582 ../fish/guestfish-actions.pod:1054
8432 msgid "\"ia64\""
8433 msgstr ""
8434
8435 #. type: textblock
8436 #: ../src/guestfs-actions.pod:1584 ../fish/guestfish-actions.pod:1056
8437 msgid "Intel Itanium."
8438 msgstr ""
8439
8440 #. type: =item
8441 #: ../src/guestfs-actions.pod:1586 ../fish/guestfish-actions.pod:1058
8442 msgid "\"ppc\""
8443 msgstr ""
8444
8445 #. type: textblock
8446 #: ../src/guestfs-actions.pod:1588 ../fish/guestfish-actions.pod:1060
8447 msgid "32 bit Power PC."
8448 msgstr ""
8449
8450 #. type: =item
8451 #: ../src/guestfs-actions.pod:1590 ../fish/guestfish-actions.pod:1062
8452 msgid "\"ppc64\""
8453 msgstr ""
8454
8455 #. type: textblock
8456 #: ../src/guestfs-actions.pod:1592 ../fish/guestfish-actions.pod:1064
8457 msgid "64 bit Power PC."
8458 msgstr ""
8459
8460 #. type: textblock
8461 #: ../src/guestfs-actions.pod:1596 ../fish/guestfish-actions.pod:1068
8462 msgid "Libguestfs may return other architecture strings in future."
8463 msgstr ""
8464
8465 #. type: textblock
8466 #: ../src/guestfs-actions.pod:1598 ../fish/guestfish-actions.pod:1070
8467 msgid "The function works on at least the following types of files:"
8468 msgstr ""
8469
8470 #. type: textblock
8471 #: ../src/guestfs-actions.pod:1604 ../fish/guestfish-actions.pod:1076
8472 msgid "many types of Un*x and Linux binary"
8473 msgstr ""
8474
8475 #. type: textblock
8476 #: ../src/guestfs-actions.pod:1608 ../fish/guestfish-actions.pod:1080
8477 msgid "many types of Un*x and Linux shared library"
8478 msgstr ""
8479
8480 #. type: textblock
8481 #: ../src/guestfs-actions.pod:1612 ../fish/guestfish-actions.pod:1084
8482 msgid "Windows Win32 and Win64 binaries"
8483 msgstr ""
8484
8485 #. type: textblock
8486 #: ../src/guestfs-actions.pod:1616 ../fish/guestfish-actions.pod:1088
8487 msgid "Windows Win32 and Win64 DLLs"
8488 msgstr ""
8489
8490 #. type: textblock
8491 #: ../src/guestfs-actions.pod:1618 ../fish/guestfish-actions.pod:1090
8492 msgid "Win32 binaries and DLLs return C<i386>."
8493 msgstr ""
8494
8495 #. type: textblock
8496 #: ../src/guestfs-actions.pod:1620 ../fish/guestfish-actions.pod:1092
8497 msgid "Win64 binaries and DLLs return C<x86_64>."
8498 msgstr ""
8499
8500 #. type: textblock
8501 #: ../src/guestfs-actions.pod:1624 ../fish/guestfish-actions.pod:1096
8502 msgid "Linux kernel modules"
8503 msgstr ""
8504
8505 #. type: textblock
8506 #: ../src/guestfs-actions.pod:1628 ../fish/guestfish-actions.pod:1100
8507 msgid "Linux new-style initrd images"
8508 msgstr ""
8509
8510 #. type: textblock
8511 #: ../src/guestfs-actions.pod:1632 ../fish/guestfish-actions.pod:1104
8512 msgid "some non-x86 Linux vmlinuz kernels"
8513 msgstr ""
8514
8515 #. type: textblock
8516 #: ../src/guestfs-actions.pod:1636 ../fish/guestfish-actions.pod:1108
8517 msgid "What it can't do currently:"
8518 msgstr ""
8519
8520 #. type: textblock
8521 #: ../src/guestfs-actions.pod:1642 ../fish/guestfish-actions.pod:1114
8522 msgid "static libraries (libfoo.a)"
8523 msgstr ""
8524
8525 #. type: textblock
8526 #: ../src/guestfs-actions.pod:1646 ../fish/guestfish-actions.pod:1118
8527 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
8528 msgstr ""
8529
8530 #. type: textblock
8531 #: ../src/guestfs-actions.pod:1650 ../fish/guestfish-actions.pod:1122
8532 msgid "x86 Linux vmlinuz kernels"
8533 msgstr ""
8534
8535 #. type: textblock
8536 #: ../src/guestfs-actions.pod:1652 ../fish/guestfish-actions.pod:1124
8537 msgid ""
8538 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
8539 "compressed code, and are horribly hard to unpack.  If you want to find the "
8540 "architecture of a kernel, use the architecture of the associated initrd or "
8541 "kernel module(s) instead."
8542 msgstr ""
8543
8544 #. type: textblock
8545 #: ../src/guestfs-actions.pod:1662 ../src/guestfs-actions.pod:1825 ../src/guestfs-actions.pod:1842 ../src/guestfs-actions.pod:2555 ../src/guestfs-actions.pod:2648 ../src/guestfs-actions.pod:2718 ../src/guestfs-actions.pod:2806 ../src/guestfs-actions.pod:2827 ../src/guestfs-actions.pod:2870 ../src/guestfs-actions.pod:2954 ../src/guestfs-actions.pod:3051 ../src/guestfs-actions.pod:3298 ../src/guestfs-actions.pod:3430
8546 msgid "(Added in 1.5.3)"
8547 msgstr ""
8548
8549 #. type: =head2
8550 #: ../src/guestfs-actions.pod:1664
8551 msgid "guestfs_filesize"
8552 msgstr ""
8553
8554 #. type: verbatim
8555 #: ../src/guestfs-actions.pod:1666
8556 #, no-wrap
8557 msgid ""
8558 " int64_t\n"
8559 " guestfs_filesize (guestfs_h *g,\n"
8560 "                   const char *file);\n"
8561 "\n"
8562 msgstr ""
8563
8564 #. type: textblock
8565 #: ../src/guestfs-actions.pod:1670 ../fish/guestfish-actions.pod:1135
8566 msgid "This command returns the size of C<file> in bytes."
8567 msgstr ""
8568
8569 #. type: textblock
8570 #: ../src/guestfs-actions.pod:1672
8571 msgid ""
8572 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
8573 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
8574 "devices, use C<guestfs_blockdev_getsize64>."
8575 msgstr ""
8576
8577 #. type: textblock
8578 #: ../src/guestfs-actions.pod:1678
8579 msgid "(Added in 1.0.82)"
8580 msgstr ""
8581
8582 #. type: =head2
8583 #: ../src/guestfs-actions.pod:1680
8584 msgid "guestfs_fill"
8585 msgstr ""
8586
8587 #. type: verbatim
8588 #: ../src/guestfs-actions.pod:1682
8589 #, no-wrap
8590 msgid ""
8591 " int\n"
8592 " guestfs_fill (guestfs_h *g,\n"
8593 "               int c,\n"
8594 "               int len,\n"
8595 "               const char *path);\n"
8596 "\n"
8597 msgstr ""
8598
8599 #. type: textblock
8600 #: ../src/guestfs-actions.pod:1688 ../fish/guestfish-actions.pod:1145
8601 msgid ""
8602 "This command creates a new file called C<path>.  The initial content of the "
8603 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
8604 "C<[0..255]>."
8605 msgstr ""
8606
8607 #. type: textblock
8608 #: ../src/guestfs-actions.pod:1692
8609 msgid ""
8610 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
8611 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
8612 "bytes use C<guestfs_fill_pattern>."
8613 msgstr ""
8614
8615 #. type: textblock
8616 #: ../src/guestfs-actions.pod:1704
8617 msgid "(Added in 1.0.79)"
8618 msgstr ""
8619
8620 #. type: =head2
8621 #: ../src/guestfs-actions.pod:1706
8622 msgid "guestfs_fill_pattern"
8623 msgstr ""
8624
8625 #. type: verbatim
8626 #: ../src/guestfs-actions.pod:1708
8627 #, no-wrap
8628 msgid ""
8629 " int\n"
8630 " guestfs_fill_pattern (guestfs_h *g,\n"
8631 "                       const char *pattern,\n"
8632 "                       int len,\n"
8633 "                       const char *path);\n"
8634 "\n"
8635 msgstr ""
8636
8637 #. type: textblock
8638 #: ../src/guestfs-actions.pod:1714
8639 msgid ""
8640 "This function is like C<guestfs_fill> except that it creates a new file of "
8641 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
8642 "pattern is truncated if necessary to ensure the length of the file is "
8643 "exactly C<len> bytes."
8644 msgstr ""
8645
8646 #. type: textblock
8647 #: ../src/guestfs-actions.pod:1726
8648 msgid "(Added in 1.3.12)"
8649 msgstr ""
8650
8651 #. type: =head2
8652 #: ../src/guestfs-actions.pod:1728
8653 msgid "guestfs_find"
8654 msgstr ""
8655
8656 #. type: verbatim
8657 #: ../src/guestfs-actions.pod:1730
8658 #, no-wrap
8659 msgid ""
8660 " char **\n"
8661 " guestfs_find (guestfs_h *g,\n"
8662 "               const char *directory);\n"
8663 "\n"
8664 msgstr ""
8665
8666 #. type: textblock
8667 #: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1167
8668 msgid ""
8669 "This command lists out all files and directories, recursively, starting at "
8670 "C<directory>.  It is essentially equivalent to running the shell command "
8671 "C<find directory -print> but some post-processing happens on the output, "
8672 "described below."
8673 msgstr ""
8674
8675 #. type: textblock
8676 #: ../src/guestfs-actions.pod:1739 ../fish/guestfish-actions.pod:1172
8677 msgid ""
8678 "This returns a list of strings I<without any prefix>.  Thus if the directory "
8679 "structure was:"
8680 msgstr ""
8681
8682 #. type: verbatim
8683 #: ../src/guestfs-actions.pod:1742 ../fish/guestfish-actions.pod:1175
8684 #, no-wrap
8685 msgid ""
8686 " /tmp/a\n"
8687 " /tmp/b\n"
8688 " /tmp/c/d\n"
8689 "\n"
8690 msgstr ""
8691
8692 #. type: textblock
8693 #: ../src/guestfs-actions.pod:1746
8694 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
8695 msgstr ""
8696
8697 #. type: verbatim
8698 #: ../src/guestfs-actions.pod:1749 ../fish/guestfish-actions.pod:1182
8699 #, no-wrap
8700 msgid ""
8701 " a\n"
8702 " b\n"
8703 " c\n"
8704 " c/d\n"
8705 "\n"
8706 msgstr ""
8707
8708 #. type: textblock
8709 #: ../src/guestfs-actions.pod:1754 ../fish/guestfish-actions.pod:1187
8710 msgid "If C<directory> is not a directory, then this command returns an error."
8711 msgstr ""
8712
8713 #. type: textblock
8714 #: ../src/guestfs-actions.pod:1757 ../fish/guestfish-actions.pod:1190
8715 msgid "The returned list is sorted."
8716 msgstr ""
8717
8718 #. type: textblock
8719 #: ../src/guestfs-actions.pod:1759
8720 msgid "See also C<guestfs_find0>."
8721 msgstr ""
8722
8723 #. type: textblock
8724 #: ../src/guestfs-actions.pod:1768 ../src/guestfs-actions.pod:4124 ../src/guestfs-actions.pod:5683
8725 msgid "(Added in 1.0.27)"
8726 msgstr ""
8727
8728 #. type: =head2
8729 #: ../src/guestfs-actions.pod:1770
8730 msgid "guestfs_find0"
8731 msgstr ""
8732
8733 #. type: verbatim
8734 #: ../src/guestfs-actions.pod:1772
8735 #, no-wrap
8736 msgid ""
8737 " int\n"
8738 " guestfs_find0 (guestfs_h *g,\n"
8739 "                const char *directory,\n"
8740 "                const char *files);\n"
8741 "\n"
8742 msgstr ""
8743
8744 #. type: textblock
8745 #: ../src/guestfs-actions.pod:1777 ../fish/guestfish-actions.pod:1201
8746 msgid ""
8747 "This command lists out all files and directories, recursively, starting at "
8748 "C<directory>, placing the resulting list in the external file called "
8749 "C<files>."
8750 msgstr ""
8751
8752 #. type: textblock
8753 #: ../src/guestfs-actions.pod:1781
8754 msgid ""
8755 "This command works the same way as C<guestfs_find> with the following "
8756 "exceptions:"
8757 msgstr ""
8758
8759 #. type: textblock
8760 #: ../src/guestfs-actions.pod:1788 ../fish/guestfish-actions.pod:1212
8761 msgid "The resulting list is written to an external file."
8762 msgstr ""
8763
8764 #. type: textblock
8765 #: ../src/guestfs-actions.pod:1792 ../fish/guestfish-actions.pod:1216
8766 msgid ""
8767 "Items (filenames) in the result are separated by C<\\0> characters.  See "
8768 "L<find(1)> option I<-print0>."
8769 msgstr ""
8770
8771 #. type: textblock
8772 #: ../src/guestfs-actions.pod:1797 ../fish/guestfish-actions.pod:1221
8773 msgid "This command is not limited in the number of names that it can return."
8774 msgstr ""
8775
8776 #. type: textblock
8777 #: ../src/guestfs-actions.pod:1802 ../fish/guestfish-actions.pod:1226
8778 msgid "The result list is not sorted."
8779 msgstr ""
8780
8781 #. type: textblock
8782 #: ../src/guestfs-actions.pod:1808
8783 msgid "(Added in 1.0.74)"
8784 msgstr ""
8785
8786 #. type: =head2
8787 #: ../src/guestfs-actions.pod:1810
8788 msgid "guestfs_findfs_label"
8789 msgstr ""
8790
8791 #. type: verbatim
8792 #: ../src/guestfs-actions.pod:1812
8793 #, no-wrap
8794 msgid ""
8795 " char *\n"
8796 " guestfs_findfs_label (guestfs_h *g,\n"
8797 "                       const char *label);\n"
8798 "\n"
8799 msgstr ""
8800
8801 #. type: textblock
8802 #: ../src/guestfs-actions.pod:1816 ../fish/guestfish-actions.pod:1236
8803 msgid ""
8804 "This command searches the filesystems and returns the one which has the "
8805 "given label.  An error is returned if no such filesystem can be found."
8806 msgstr ""
8807
8808 #. type: textblock
8809 #: ../src/guestfs-actions.pod:1820
8810 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8811 msgstr ""
8812
8813 #. type: =head2
8814 #: ../src/guestfs-actions.pod:1827
8815 msgid "guestfs_findfs_uuid"
8816 msgstr ""
8817
8818 #. type: verbatim
8819 #: ../src/guestfs-actions.pod:1829
8820 #, no-wrap
8821 msgid ""
8822 " char *\n"
8823 " guestfs_findfs_uuid (guestfs_h *g,\n"
8824 "                      const char *uuid);\n"
8825 "\n"
8826 msgstr ""
8827
8828 #. type: textblock
8829 #: ../src/guestfs-actions.pod:1833 ../fish/guestfish-actions.pod:1246
8830 msgid ""
8831 "This command searches the filesystems and returns the one which has the "
8832 "given UUID.  An error is returned if no such filesystem can be found."
8833 msgstr ""
8834
8835 #. type: textblock
8836 #: ../src/guestfs-actions.pod:1837
8837 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8838 msgstr ""
8839
8840 #. type: =head2
8841 #: ../src/guestfs-actions.pod:1844
8842 msgid "guestfs_fsck"
8843 msgstr ""
8844
8845 #. type: verbatim
8846 #: ../src/guestfs-actions.pod:1846
8847 #, no-wrap
8848 msgid ""
8849 " int\n"
8850 " guestfs_fsck (guestfs_h *g,\n"
8851 "               const char *fstype,\n"
8852 "               const char *device);\n"
8853 "\n"
8854 msgstr ""
8855
8856 #. type: textblock
8857 #: ../src/guestfs-actions.pod:1851 ../fish/guestfish-actions.pod:1256
8858 msgid ""
8859 "This runs the filesystem checker (fsck) on C<device> which should have "
8860 "filesystem type C<fstype>."
8861 msgstr ""
8862
8863 #. type: textblock
8864 #: ../src/guestfs-actions.pod:1854 ../fish/guestfish-actions.pod:1259
8865 msgid ""
8866 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8867 "codes from C<fsck>."
8868 msgstr ""
8869
8870 #. type: textblock
8871 #: ../src/guestfs-actions.pod:1863 ../fish/guestfish-actions.pod:1268
8872 msgid "Multiple status codes can be summed together."
8873 msgstr ""
8874
8875 #. type: textblock
8876 #: ../src/guestfs-actions.pod:1867 ../fish/guestfish-actions.pod:1272
8877 msgid ""
8878 "A non-zero return code can mean \"success\", for example if errors have been "
8879 "corrected on the filesystem."
8880 msgstr ""
8881
8882 #. type: textblock
8883 #: ../src/guestfs-actions.pod:1872 ../fish/guestfish-actions.pod:1277
8884 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8885 msgstr ""
8886
8887 #. type: textblock
8888 #: ../src/guestfs-actions.pod:1877 ../fish/guestfish-actions.pod:1282
8889 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8890 msgstr ""
8891
8892 #. type: textblock
8893 #: ../src/guestfs-actions.pod:1881 ../src/guestfs-actions.pod:7414
8894 msgid "(Added in 1.0.16)"
8895 msgstr ""
8896
8897 #. type: =head2
8898 #: ../src/guestfs-actions.pod:1883
8899 msgid "guestfs_get_append"
8900 msgstr ""
8901
8902 #. type: verbatim
8903 #: ../src/guestfs-actions.pod:1885
8904 #, no-wrap
8905 msgid ""
8906 " const char *\n"
8907 " guestfs_get_append (guestfs_h *g);\n"
8908 "\n"
8909 msgstr ""
8910
8911 #. type: textblock
8912 #: ../src/guestfs-actions.pod:1888 ../fish/guestfish-actions.pod:1288
8913 msgid ""
8914 "Return the additional kernel options which are added to the guest kernel "
8915 "command line."
8916 msgstr ""
8917
8918 #. type: textblock
8919 #: ../src/guestfs-actions.pod:1891 ../fish/guestfish-actions.pod:1291
8920 msgid "If C<NULL> then no options are added."
8921 msgstr ""
8922
8923 #. type: textblock
8924 #: ../src/guestfs-actions.pod:1893
8925 msgid ""
8926 "This function returns a string which may be NULL.  There is no way to return "
8927 "an error from this function.  The string is owned by the guest handle and "
8928 "must I<not> be freed."
8929 msgstr ""
8930
8931 #. type: textblock
8932 #: ../src/guestfs-actions.pod:1897 ../src/guestfs-actions.pod:5361 ../src/guestfs-actions.pod:5841 ../src/guestfs-actions.pod:6262 ../src/guestfs-actions.pod:6281 ../src/guestfs-actions.pod:6297 ../src/guestfs-actions.pod:6321 ../src/guestfs-actions.pod:7078 ../src/guestfs-actions.pod:7096 ../src/guestfs-actions.pod:7457
8933 msgid "(Added in 1.0.26)"
8934 msgstr ""
8935
8936 #. type: =head2
8937 #: ../src/guestfs-actions.pod:1899
8938 msgid "guestfs_get_attach_method"
8939 msgstr ""
8940
8941 #. type: verbatim
8942 #: ../src/guestfs-actions.pod:1901
8943 #, no-wrap
8944 msgid ""
8945 " char *\n"
8946 " guestfs_get_attach_method (guestfs_h *g);\n"
8947 "\n"
8948 msgstr ""
8949
8950 #. type: textblock
8951 #: ../src/guestfs-actions.pod:1904
8952 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
8953 msgstr ""
8954
8955 #. type: =head2
8956 #: ../src/guestfs-actions.pod:1909
8957 msgid "guestfs_get_autosync"
8958 msgstr ""
8959
8960 #. type: verbatim
8961 #: ../src/guestfs-actions.pod:1911
8962 #, no-wrap
8963 msgid ""
8964 " int\n"
8965 " guestfs_get_autosync (guestfs_h *g);\n"
8966 "\n"
8967 msgstr ""
8968
8969 #. type: textblock
8970 #: ../src/guestfs-actions.pod:1914 ../fish/guestfish-actions.pod:1303
8971 msgid "Get the autosync flag."
8972 msgstr ""
8973
8974 #. type: =head2
8975 #: ../src/guestfs-actions.pod:1920
8976 msgid "guestfs_get_direct"
8977 msgstr ""
8978
8979 #. type: verbatim
8980 #: ../src/guestfs-actions.pod:1922
8981 #, no-wrap
8982 msgid ""
8983 " int\n"
8984 " guestfs_get_direct (guestfs_h *g);\n"
8985 "\n"
8986 msgstr ""
8987
8988 #. type: textblock
8989 #: ../src/guestfs-actions.pod:1925 ../fish/guestfish-actions.pod:1309
8990 msgid "Return the direct appliance mode flag."
8991 msgstr ""
8992
8993 #. type: textblock
8994 #: ../src/guestfs-actions.pod:1929 ../src/guestfs-actions.pod:5910
8995 msgid "(Added in 1.0.72)"
8996 msgstr ""
8997
8998 #. type: =head2
8999 #: ../src/guestfs-actions.pod:1931
9000 msgid "guestfs_get_e2label"
9001 msgstr ""
9002
9003 #. type: verbatim
9004 #: ../src/guestfs-actions.pod:1933
9005 #, no-wrap
9006 msgid ""
9007 " char *\n"
9008 " guestfs_get_e2label (guestfs_h *g,\n"
9009 "                      const char *device);\n"
9010 "\n"
9011 msgstr ""
9012
9013 #. type: textblock
9014 #: ../src/guestfs-actions.pod:1937 ../fish/guestfish-actions.pod:1315
9015 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9016 msgstr ""
9017
9018 #. type: textblock
9019 #: ../src/guestfs-actions.pod:1943
9020 msgid ""
9021 "This function is deprecated.  In new code, use the L</guestfs_vfs_label> "
9022 "call instead."
9023 msgstr ""
9024
9025 #. type: textblock
9026 #: ../src/guestfs-actions.pod:1950 ../src/guestfs-actions.pod:1971 ../src/guestfs-actions.pod:5928 ../src/guestfs-actions.pod:5947
9027 msgid "(Added in 1.0.15)"
9028 msgstr ""
9029
9030 #. type: =head2
9031 #: ../src/guestfs-actions.pod:1952
9032 msgid "guestfs_get_e2uuid"
9033 msgstr ""
9034
9035 #. type: verbatim
9036 #: ../src/guestfs-actions.pod:1954
9037 #, no-wrap
9038 msgid ""
9039 " char *\n"
9040 " guestfs_get_e2uuid (guestfs_h *g,\n"
9041 "                     const char *device);\n"
9042 "\n"
9043 msgstr ""
9044
9045 #. type: textblock
9046 #: ../src/guestfs-actions.pod:1958 ../fish/guestfish-actions.pod:1329
9047 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9048 msgstr ""
9049
9050 #. type: textblock
9051 #: ../src/guestfs-actions.pod:1964
9052 msgid ""
9053 "This function is deprecated.  In new code, use the L</guestfs_vfs_uuid> call "
9054 "instead."
9055 msgstr ""
9056
9057 #. type: =head2
9058 #: ../src/guestfs-actions.pod:1973
9059 msgid "guestfs_get_memsize"
9060 msgstr ""
9061
9062 #. type: verbatim
9063 #: ../src/guestfs-actions.pod:1975
9064 #, no-wrap
9065 msgid ""
9066 " int\n"
9067 " guestfs_get_memsize (guestfs_h *g);\n"
9068 "\n"
9069 msgstr ""
9070
9071 #. type: textblock
9072 #: ../src/guestfs-actions.pod:1978 ../fish/guestfish-actions.pod:1343
9073 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
9074 msgstr ""
9075
9076 #. type: textblock
9077 #: ../src/guestfs-actions.pod:1981
9078 msgid ""
9079 "If C<guestfs_set_memsize> was not called on this handle, and if "
9080 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9081 "value for memsize."
9082 msgstr ""
9083
9084 #. type: textblock
9085 #: ../src/guestfs-actions.pod:1985 ../src/guestfs-actions.pod:2066 ../src/guestfs-actions.pod:5963 ../src/guestfs-actions.pod:6070 ../fish/guestfish-actions.pod:1350 ../fish/guestfish-actions.pod:1401 ../fish/guestfish-actions.pod:4033 ../fish/guestfish-actions.pod:4120
9086 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9087 msgstr ""
9088
9089 #. type: textblock
9090 #: ../src/guestfs-actions.pod:1990 ../src/guestfs-actions.pod:4415 ../src/guestfs-actions.pod:4612 ../src/guestfs-actions.pod:4631 ../src/guestfs-actions.pod:4650 ../src/guestfs-actions.pod:4662 ../src/guestfs-actions.pod:4679 ../src/guestfs-actions.pod:4692 ../src/guestfs-actions.pod:5586 ../src/guestfs-actions.pod:5968 ../src/guestfs-actions.pod:6229 ../src/guestfs-actions.pod:6844
9091 msgid "(Added in 1.0.55)"
9092 msgstr ""
9093
9094 #. type: =head2
9095 #: ../src/guestfs-actions.pod:1992
9096 msgid "guestfs_get_network"
9097 msgstr ""
9098
9099 #. type: verbatim
9100 #: ../src/guestfs-actions.pod:1994
9101 #, no-wrap
9102 msgid ""
9103 " int\n"
9104 " guestfs_get_network (guestfs_h *g);\n"
9105 "\n"
9106 msgstr ""
9107
9108 #. type: textblock
9109 #: ../src/guestfs-actions.pod:1997 ../fish/guestfish-actions.pod:1357
9110 msgid "This returns the enable network flag."
9111 msgstr ""
9112
9113 #. type: textblock
9114 #: ../src/guestfs-actions.pod:2001 ../src/guestfs-actions.pod:5987
9115 msgid "(Added in 1.5.4)"
9116 msgstr ""
9117
9118 #. type: =head2
9119 #: ../src/guestfs-actions.pod:2003
9120 msgid "guestfs_get_path"
9121 msgstr ""
9122
9123 #. type: verbatim
9124 #: ../src/guestfs-actions.pod:2005
9125 #, no-wrap
9126 msgid ""
9127 " const char *\n"
9128 " guestfs_get_path (guestfs_h *g);\n"
9129 "\n"
9130 msgstr ""
9131
9132 #. type: textblock
9133 #: ../src/guestfs-actions.pod:2008 ../fish/guestfish-actions.pod:1363
9134 msgid "Return the current search path."
9135 msgstr ""
9136
9137 #. type: textblock
9138 #: ../src/guestfs-actions.pod:2010 ../fish/guestfish-actions.pod:1365
9139 msgid ""
9140 "This is always non-NULL.  If it wasn't set already, then this will return "
9141 "the default path."
9142 msgstr ""
9143
9144 #. type: textblock
9145 #: ../src/guestfs-actions.pod:2013 ../src/guestfs-actions.pod:2042
9146 msgid ""
9147 "This function returns a string, or NULL on error.  The string is owned by "
9148 "the guest handle and must I<not> be freed."
9149 msgstr ""
9150
9151 #. type: =head2
9152 #: ../src/guestfs-actions.pod:2018
9153 msgid "guestfs_get_pid"
9154 msgstr ""
9155
9156 #. type: verbatim
9157 #: ../src/guestfs-actions.pod:2020
9158 #, no-wrap
9159 msgid ""
9160 " int\n"
9161 " guestfs_get_pid (guestfs_h *g);\n"
9162 "\n"
9163 msgstr ""
9164
9165 #. type: textblock
9166 #: ../src/guestfs-actions.pod:2023 ../fish/guestfish-actions.pod:1374
9167 msgid ""
9168 "Return the process ID of the qemu subprocess.  If there is no qemu "
9169 "subprocess, then this will return an error."
9170 msgstr ""
9171
9172 #. type: textblock
9173 #: ../src/guestfs-actions.pod:2026 ../fish/guestfish-actions.pod:1377
9174 msgid "This is an internal call used for debugging and testing."
9175 msgstr ""
9176
9177 #. type: textblock
9178 #: ../src/guestfs-actions.pod:2030
9179 msgid "(Added in 1.0.56)"
9180 msgstr ""
9181
9182 #. type: =head2
9183 #: ../src/guestfs-actions.pod:2032
9184 msgid "guestfs_get_qemu"
9185 msgstr ""
9186
9187 #. type: verbatim
9188 #: ../src/guestfs-actions.pod:2034
9189 #, no-wrap
9190 msgid ""
9191 " const char *\n"
9192 " guestfs_get_qemu (guestfs_h *g);\n"
9193 "\n"
9194 msgstr ""
9195
9196 #. type: textblock
9197 #: ../src/guestfs-actions.pod:2037 ../fish/guestfish-actions.pod:1383
9198 msgid "Return the current qemu binary."
9199 msgstr ""
9200
9201 #. type: textblock
9202 #: ../src/guestfs-actions.pod:2039 ../fish/guestfish-actions.pod:1385
9203 msgid ""
9204 "This is always non-NULL.  If it wasn't set already, then this will return "
9205 "the default qemu binary name."
9206 msgstr ""
9207
9208 #. type: textblock
9209 #: ../src/guestfs-actions.pod:2045 ../src/guestfs-actions.pod:6032
9210 msgid "(Added in 1.0.6)"
9211 msgstr ""
9212
9213 #. type: =head2
9214 #: ../src/guestfs-actions.pod:2047
9215 msgid "guestfs_get_recovery_proc"
9216 msgstr ""
9217
9218 #. type: verbatim
9219 #: ../src/guestfs-actions.pod:2049
9220 #, no-wrap
9221 msgid ""
9222 " int\n"
9223 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9224 "\n"
9225 msgstr ""
9226
9227 #. type: textblock
9228 #: ../src/guestfs-actions.pod:2052 ../fish/guestfish-actions.pod:1392
9229 msgid "Return the recovery process enabled flag."
9230 msgstr ""
9231
9232 #. type: textblock
9233 #: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3525 ../src/guestfs-actions.pod:3822 ../src/guestfs-actions.pod:4222 ../src/guestfs-actions.pod:4254 ../src/guestfs-actions.pod:5291 ../src/guestfs-actions.pod:5634 ../src/guestfs-actions.pod:6056 ../src/guestfs-actions.pod:6747 ../src/guestfs-actions.pod:6767 ../src/guestfs-actions.pod:6959
9234 msgid "(Added in 1.0.77)"
9235 msgstr ""
9236
9237 #. type: =head2
9238 #: ../src/guestfs-actions.pod:2058
9239 msgid "guestfs_get_selinux"
9240 msgstr ""
9241
9242 #. type: verbatim
9243 #: ../src/guestfs-actions.pod:2060
9244 #, no-wrap
9245 msgid ""
9246 " int\n"
9247 " guestfs_get_selinux (guestfs_h *g);\n"
9248 "\n"
9249 msgstr ""
9250
9251 #. type: textblock
9252 #: ../src/guestfs-actions.pod:2063
9253 msgid ""
9254 "This returns the current setting of the selinux flag which is passed to the "
9255 "appliance at boot time.  See C<guestfs_set_selinux>."
9256 msgstr ""
9257
9258 #. type: textblock
9259 #: ../src/guestfs-actions.pod:2071 ../src/guestfs-actions.pod:2134 ../src/guestfs-actions.pod:6075 ../src/guestfs-actions.pod:6133
9260 msgid "(Added in 1.0.67)"
9261 msgstr ""
9262
9263 #. type: =head2
9264 #: ../src/guestfs-actions.pod:2073
9265 msgid "guestfs_get_state"
9266 msgstr ""
9267
9268 #. type: verbatim
9269 #: ../src/guestfs-actions.pod:2075
9270 #, no-wrap
9271 msgid ""
9272 " int\n"
9273 " guestfs_get_state (guestfs_h *g);\n"
9274 "\n"
9275 msgstr ""
9276
9277 #. type: textblock
9278 #: ../src/guestfs-actions.pod:2078 ../fish/guestfish-actions.pod:1408
9279 msgid ""
9280 "This returns the current state as an opaque integer.  This is only useful "
9281 "for printing debug and internal error messages."
9282 msgstr ""
9283
9284 #. type: textblock
9285 #: ../src/guestfs-actions.pod:2081 ../src/guestfs-actions.pod:3323 ../src/guestfs-actions.pod:3352 ../src/guestfs-actions.pod:3413 ../src/guestfs-actions.pod:3440 ../fish/guestfish-actions.pod:1411 ../fish/guestfish-actions.pod:2347 ../fish/guestfish-actions.pod:2365 ../fish/guestfish-actions.pod:2403 ../fish/guestfish-actions.pod:2419
9286 msgid "For more information on states, see L<guestfs(3)>."
9287 msgstr ""
9288
9289 #. type: =head2
9290 #: ../src/guestfs-actions.pod:2087
9291 msgid "guestfs_get_trace"
9292 msgstr ""
9293
9294 #. type: verbatim
9295 #: ../src/guestfs-actions.pod:2089
9296 #, no-wrap
9297 msgid ""
9298 " int\n"
9299 " guestfs_get_trace (guestfs_h *g);\n"
9300 "\n"
9301 msgstr ""
9302
9303 #. type: textblock
9304 #: ../src/guestfs-actions.pod:2092 ../fish/guestfish-actions.pod:1417
9305 msgid "Return the command trace flag."
9306 msgstr ""
9307
9308 #. type: =head2
9309 #: ../src/guestfs-actions.pod:2098
9310 msgid "guestfs_get_umask"
9311 msgstr ""
9312
9313 #. type: verbatim
9314 #: ../src/guestfs-actions.pod:2100
9315 #, no-wrap
9316 msgid ""
9317 " int\n"
9318 " guestfs_get_umask (guestfs_h *g);\n"
9319 "\n"
9320 msgstr ""
9321
9322 #. type: textblock
9323 #: ../src/guestfs-actions.pod:2103
9324 msgid ""
9325 "Return the current umask.  By default the umask is C<022> unless it has been "
9326 "set by calling C<guestfs_umask>."
9327 msgstr ""
9328
9329 #. type: =head2
9330 #: ../src/guestfs-actions.pod:2110
9331 msgid "guestfs_get_verbose"
9332 msgstr ""
9333
9334 #. type: verbatim
9335 #: ../src/guestfs-actions.pod:2112
9336 #, no-wrap
9337 msgid ""
9338 " int\n"
9339 " guestfs_get_verbose (guestfs_h *g);\n"
9340 "\n"
9341 msgstr ""
9342
9343 #. type: textblock
9344 #: ../src/guestfs-actions.pod:2115 ../fish/guestfish-actions.pod:1430
9345 msgid "This returns the verbose messages flag."
9346 msgstr ""
9347
9348 #. type: =head2
9349 #: ../src/guestfs-actions.pod:2121
9350 msgid "guestfs_getcon"
9351 msgstr ""
9352
9353 #. type: verbatim
9354 #: ../src/guestfs-actions.pod:2123
9355 #, no-wrap
9356 msgid ""
9357 " char *\n"
9358 " guestfs_getcon (guestfs_h *g);\n"
9359 "\n"
9360 msgstr ""
9361
9362 #. type: textblock
9363 #: ../src/guestfs-actions.pod:2126 ../fish/guestfish-actions.pod:1436
9364 msgid "This gets the SELinux security context of the daemon."
9365 msgstr ""
9366
9367 #. type: textblock
9368 #: ../src/guestfs-actions.pod:2128
9369 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
9370 msgstr ""
9371
9372 #. type: =head2
9373 #: ../src/guestfs-actions.pod:2136
9374 msgid "guestfs_getxattr"
9375 msgstr ""
9376
9377 #. type: verbatim
9378 #: ../src/guestfs-actions.pod:2138
9379 #, no-wrap
9380 msgid ""
9381 " char *\n"
9382 " guestfs_getxattr (guestfs_h *g,\n"
9383 "                   const char *path,\n"
9384 "                   const char *name,\n"
9385 "                   size_t *size_r);\n"
9386 "\n"
9387 msgstr ""
9388
9389 #. type: textblock
9390 #: ../src/guestfs-actions.pod:2144
9391 msgid ""
9392 "Get a single extended attribute from file C<path> named C<name>.  This call "
9393 "follows symlinks.  If you want to lookup an extended attribute for the "
9394 "symlink itself, use C<guestfs_lgetxattr>."
9395 msgstr ""
9396
9397 #. type: textblock
9398 #: ../src/guestfs-actions.pod:2148 ../src/guestfs-actions.pod:3539
9399 msgid ""
9400 "Normally it is better to get all extended attributes from a file in one go "
9401 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
9402 "implementations are buggy and do not provide a way to list out attributes.  "
9403 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
9404 "extended attributes you want in advance and call this function."
9405 msgstr ""
9406
9407 #. type: textblock
9408 #: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:3546 ../fish/guestfish-actions.pod:1456 ../fish/guestfish-actions.pod:2484
9409 msgid ""
9410 "Extended attribute values are blobs of binary data.  If there is no extended "
9411 "attribute named C<name>, this returns an error."
9412 msgstr ""
9413
9414 #. type: textblock
9415 #: ../src/guestfs-actions.pod:2158
9416 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
9417 msgstr ""
9418
9419 #. type: textblock
9420 #: ../src/guestfs-actions.pod:2160 ../src/guestfs-actions.pod:2373 ../src/guestfs-actions.pod:3551 ../src/guestfs-actions.pod:5284 ../src/guestfs-actions.pod:5310 ../src/guestfs-actions.pod:5491
9421 msgid ""
9422 "This function returns a buffer, or NULL on error.  The size of the returned "
9423 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
9424 "after use>."
9425 msgstr ""
9426
9427 #. type: textblock
9428 #: ../src/guestfs-actions.pod:2164 ../src/guestfs-actions.pod:3555
9429 msgid "(Added in 1.7.24)"
9430 msgstr ""
9431
9432 #. type: =head2
9433 #: ../src/guestfs-actions.pod:2166
9434 msgid "guestfs_getxattrs"
9435 msgstr ""
9436
9437 #. type: verbatim
9438 #: ../src/guestfs-actions.pod:2168
9439 #, no-wrap
9440 msgid ""
9441 " struct guestfs_xattr_list *\n"
9442 " guestfs_getxattrs (guestfs_h *g,\n"
9443 "                    const char *path);\n"
9444 "\n"
9445 msgstr ""
9446
9447 #. type: textblock
9448 #: ../src/guestfs-actions.pod:2172 ../fish/guestfish-actions.pod:1465
9449 msgid "This call lists the extended attributes of the file or directory C<path>."
9450 msgstr ""
9451
9452 #. type: textblock
9453 #: ../src/guestfs-actions.pod:2175 ../fish/guestfish-actions.pod:1468
9454 msgid ""
9455 "At the system call level, this is a combination of the L<listxattr(2)> and "
9456 "L<getxattr(2)> calls."
9457 msgstr ""
9458
9459 #. type: textblock
9460 #: ../src/guestfs-actions.pod:2178
9461 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
9462 msgstr ""
9463
9464 #. type: textblock
9465 #: ../src/guestfs-actions.pod:2180 ../src/guestfs-actions.pod:3567 ../src/guestfs-actions.pod:4218
9466 msgid ""
9467 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
9468 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
9469 msgstr ""
9470
9471 #. type: textblock
9472 #: ../src/guestfs-actions.pod:2184 ../src/guestfs-actions.pod:3571 ../src/guestfs-actions.pod:3736 ../src/guestfs-actions.pod:3772 ../src/guestfs-actions.pod:5664 ../src/guestfs-actions.pod:6152 ../src/guestfs-actions.pod:7522
9473 msgid "(Added in 1.0.59)"
9474 msgstr ""
9475
9476 #. type: =head2
9477 #: ../src/guestfs-actions.pod:2186
9478 msgid "guestfs_glob_expand"
9479 msgstr ""
9480
9481 #. type: verbatim
9482 #: ../src/guestfs-actions.pod:2188
9483 #, no-wrap
9484 msgid ""
9485 " char **\n"
9486 " guestfs_glob_expand (guestfs_h *g,\n"
9487 "                      const char *pattern);\n"
9488 "\n"
9489 msgstr ""
9490
9491 #. type: textblock
9492 #: ../src/guestfs-actions.pod:2192 ../fish/guestfish-actions.pod:1477
9493 msgid ""
9494 "This command searches for all the pathnames matching C<pattern> according to "
9495 "the wildcard expansion rules used by the shell."
9496 msgstr ""
9497
9498 #. type: textblock
9499 #: ../src/guestfs-actions.pod:2196 ../fish/guestfish-actions.pod:1481
9500 msgid "If no paths match, then this returns an empty list (note: not an error)."
9501 msgstr ""
9502
9503 #. type: textblock
9504 #: ../src/guestfs-actions.pod:2199 ../fish/guestfish-actions.pod:1484
9505 msgid ""
9506 "It is just a wrapper around the C L<glob(3)> function with flags "
9507 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
9508 msgstr ""
9509
9510 #. type: textblock
9511 #: ../src/guestfs-actions.pod:2207 ../src/guestfs-actions.pod:6345 ../src/guestfs-actions.pod:6362
9512 msgid "(Added in 1.0.50)"
9513 msgstr ""
9514
9515 #. type: =head2
9516 #: ../src/guestfs-actions.pod:2209
9517 msgid "guestfs_grep"
9518 msgstr ""
9519
9520 #. type: verbatim
9521 #: ../src/guestfs-actions.pod:2211
9522 #, no-wrap
9523 msgid ""
9524 " char **\n"
9525 " guestfs_grep (guestfs_h *g,\n"
9526 "               const char *regex,\n"
9527 "               const char *path);\n"
9528 "\n"
9529 msgstr ""
9530
9531 #. type: textblock
9532 #: ../src/guestfs-actions.pod:2216 ../fish/guestfish-actions.pod:1492
9533 msgid "This calls the external C<grep> program and returns the matching lines."
9534 msgstr ""
9535
9536 #. type: =head2
9537 #: ../src/guestfs-actions.pod:2228
9538 msgid "guestfs_grepi"
9539 msgstr ""
9540
9541 #. type: verbatim
9542 #: ../src/guestfs-actions.pod:2230
9543 #, no-wrap
9544 msgid ""
9545 " char **\n"
9546 " guestfs_grepi (guestfs_h *g,\n"
9547 "                const char *regex,\n"
9548 "                const char *path);\n"
9549 "\n"
9550 msgstr ""
9551
9552 #. type: textblock
9553 #: ../src/guestfs-actions.pod:2235 ../fish/guestfish-actions.pod:1502
9554 msgid "This calls the external C<grep -i> program and returns the matching lines."
9555 msgstr ""
9556
9557 #. type: =head2
9558 #: ../src/guestfs-actions.pod:2247
9559 msgid "guestfs_grub_install"
9560 msgstr ""
9561
9562 #. type: verbatim
9563 #: ../src/guestfs-actions.pod:2249
9564 #, no-wrap
9565 msgid ""
9566 " int\n"
9567 " guestfs_grub_install (guestfs_h *g,\n"
9568 "                       const char *root,\n"
9569 "                       const char *device);\n"
9570 "\n"
9571 msgstr ""
9572
9573 #. type: textblock
9574 #: ../src/guestfs-actions.pod:2254 ../fish/guestfish-actions.pod:1512
9575 msgid ""
9576 "This command installs GRUB 1 (the Grand Unified Bootloader) on C<device>, "
9577 "with the root directory being C<root>."
9578 msgstr ""
9579
9580 #. type: textblock
9581 #: ../src/guestfs-actions.pod:2263 ../fish/guestfish-actions.pod:1521
9582 msgid ""
9583 "There is currently no way in the API to install grub2, which is used by most "
9584 "modern Linux guests.  It is possible to run the grub2 command from the "
9585 "guest, although see the caveats in L<guestfs(3)/RUNNING COMMANDS>."
9586 msgstr ""
9587
9588 #. type: textblock
9589 #: ../src/guestfs-actions.pod:2270 ../fish/guestfish-actions.pod:1528
9590 msgid ""
9591 "This uses C<grub-install> from the host.  Unfortunately grub is not always "
9592 "compatible with itself, so this only works in rather narrow circumstances.  "
9593 "Careful testing with each guest version is advisable."
9594 msgstr ""
9595
9596 #. type: textblock
9597 #: ../src/guestfs-actions.pod:2277 ../fish/guestfish-actions.pod:1535
9598 msgid ""
9599 "If grub-install reports the error \"No suitable drive was found in the "
9600 "generated device map.\" it may be that you need to create a "
9601 "C</boot/grub/device.map> file first that contains the mapping between grub "
9602 "device names and Linux device names.  It is usually sufficient to create a "
9603 "file containing:"
9604 msgstr ""
9605
9606 #. type: verbatim
9607 #: ../src/guestfs-actions.pod:2284 ../fish/guestfish-actions.pod:1542
9608 #, no-wrap
9609 msgid ""
9610 " (hd0) /dev/vda\n"
9611 "\n"
9612 msgstr ""
9613
9614 #. type: textblock
9615 #: ../src/guestfs-actions.pod:2286 ../fish/guestfish-actions.pod:1544
9616 msgid "replacing C</dev/vda> with the name of the installation device."
9617 msgstr ""
9618
9619 #. type: textblock
9620 #: ../src/guestfs-actions.pod:2292
9621 msgid "(Added in 1.0.17)"
9622 msgstr ""
9623
9624 #. type: =head2
9625 #: ../src/guestfs-actions.pod:2294
9626 msgid "guestfs_head"
9627 msgstr ""
9628
9629 #. type: verbatim
9630 #: ../src/guestfs-actions.pod:2296
9631 #, no-wrap
9632 msgid ""
9633 " char **\n"
9634 " guestfs_head (guestfs_h *g,\n"
9635 "               const char *path);\n"
9636 "\n"
9637 msgstr ""
9638
9639 #. type: textblock
9640 #: ../src/guestfs-actions.pod:2300 ../fish/guestfish-actions.pod:1552
9641 msgid ""
9642 "This command returns up to the first 10 lines of a file as a list of "
9643 "strings."
9644 msgstr ""
9645
9646 #. type: =head2
9647 #: ../src/guestfs-actions.pod:2312
9648 msgid "guestfs_head_n"
9649 msgstr ""
9650
9651 #. type: verbatim
9652 #: ../src/guestfs-actions.pod:2314
9653 #, no-wrap
9654 msgid ""
9655 " char **\n"
9656 " guestfs_head_n (guestfs_h *g,\n"
9657 "                 int nrlines,\n"
9658 "                 const char *path);\n"
9659 "\n"
9660 msgstr ""
9661
9662 #. type: textblock
9663 #: ../src/guestfs-actions.pod:2319 ../fish/guestfish-actions.pod:1562
9664 msgid ""
9665 "If the parameter C<nrlines> is a positive number, this returns the first "
9666 "C<nrlines> lines of the file C<path>."
9667 msgstr ""
9668
9669 #. type: textblock
9670 #: ../src/guestfs-actions.pod:2322 ../fish/guestfish-actions.pod:1565
9671 msgid ""
9672 "If the parameter C<nrlines> is a negative number, this returns lines from "
9673 "the file C<path>, excluding the last C<nrlines> lines."
9674 msgstr ""
9675
9676 #. type: textblock
9677 #: ../src/guestfs-actions.pod:2325 ../src/guestfs-actions.pod:6642 ../fish/guestfish-actions.pod:1568 ../fish/guestfish-actions.pod:4498
9678 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
9679 msgstr ""
9680
9681 #. type: =head2
9682 #: ../src/guestfs-actions.pod:2336
9683 msgid "guestfs_hexdump"
9684 msgstr ""
9685
9686 #. type: verbatim
9687 #: ../src/guestfs-actions.pod:2338
9688 #, no-wrap
9689 msgid ""
9690 " char *\n"
9691 " guestfs_hexdump (guestfs_h *g,\n"
9692 "                  const char *path);\n"
9693 "\n"
9694 msgstr ""
9695
9696 #. type: textblock
9697 #: ../src/guestfs-actions.pod:2342 ../fish/guestfish-actions.pod:1577
9698 msgid ""
9699 "This runs C<hexdump -C> on the given C<path>.  The result is the "
9700 "human-readable, canonical hex dump of the file."
9701 msgstr ""
9702
9703 #. type: textblock
9704 #: ../src/guestfs-actions.pod:2351 ../src/guestfs-actions.pod:6426 ../src/guestfs-actions.pod:6481
9705 msgid "(Added in 1.0.22)"
9706 msgstr ""
9707
9708 #. type: =head2
9709 #: ../src/guestfs-actions.pod:2353
9710 msgid "guestfs_initrd_cat"
9711 msgstr ""
9712
9713 #. type: verbatim
9714 #: ../src/guestfs-actions.pod:2355
9715 #, no-wrap
9716 msgid ""
9717 " char *\n"
9718 " guestfs_initrd_cat (guestfs_h *g,\n"
9719 "                     const char *initrdpath,\n"
9720 "                     const char *filename,\n"
9721 "                     size_t *size_r);\n"
9722 "\n"
9723 msgstr ""
9724
9725 #. type: textblock
9726 #: ../src/guestfs-actions.pod:2361 ../fish/guestfish-actions.pod:1587
9727 msgid ""
9728 "This command unpacks the file C<filename> from the initrd file called "
9729 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
9730 "character."
9731 msgstr ""
9732
9733 #. type: textblock
9734 #: ../src/guestfs-actions.pod:2365 ../fish/guestfish-actions.pod:1591
9735 msgid ""
9736 "For example, in guestfish you could use the following command to examine the "
9737 "boot script (usually called C</init>)  contained in a Linux initrd or "
9738 "initramfs image:"
9739 msgstr ""
9740
9741 #. type: verbatim
9742 #: ../src/guestfs-actions.pod:2369 ../fish/guestfish-actions.pod:1595
9743 #, no-wrap
9744 msgid ""
9745 " initrd-cat /boot/initrd-<version>.img init\n"
9746 "\n"
9747 msgstr ""
9748
9749 #. type: textblock
9750 #: ../src/guestfs-actions.pod:2371
9751 msgid "See also C<guestfs_initrd_list>."
9752 msgstr ""
9753
9754 #. type: =head2
9755 #: ../src/guestfs-actions.pod:2382
9756 msgid "guestfs_initrd_list"
9757 msgstr ""
9758
9759 #. type: verbatim
9760 #: ../src/guestfs-actions.pod:2384
9761 #, no-wrap
9762 msgid ""
9763 " char **\n"
9764 " guestfs_initrd_list (guestfs_h *g,\n"
9765 "                      const char *path);\n"
9766 "\n"
9767 msgstr ""
9768
9769 #. type: textblock
9770 #: ../src/guestfs-actions.pod:2388 ../fish/guestfish-actions.pod:1606
9771 msgid "This command lists out files contained in an initrd."
9772 msgstr ""
9773
9774 #. type: textblock
9775 #: ../src/guestfs-actions.pod:2390 ../fish/guestfish-actions.pod:1608
9776 msgid ""
9777 "The files are listed without any initial C</> character.  The files are "
9778 "listed in the order they appear (not necessarily alphabetical).  Directory "
9779 "names are listed as separate items."
9780 msgstr ""
9781
9782 #. type: textblock
9783 #: ../src/guestfs-actions.pod:2394 ../fish/guestfish-actions.pod:1612
9784 msgid ""
9785 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
9786 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
9787 "files)."
9788 msgstr ""
9789
9790 #. type: =head2
9791 #: ../src/guestfs-actions.pod:2404
9792 msgid "guestfs_inotify_add_watch"
9793 msgstr ""
9794
9795 #. type: verbatim
9796 #: ../src/guestfs-actions.pod:2406
9797 #, no-wrap
9798 msgid ""
9799 " int64_t\n"
9800 " guestfs_inotify_add_watch (guestfs_h *g,\n"
9801 "                            const char *path,\n"
9802 "                            int mask);\n"
9803 "\n"
9804 msgstr ""
9805
9806 #. type: textblock
9807 #: ../src/guestfs-actions.pod:2411 ../fish/guestfish-actions.pod:1620
9808 msgid "Watch C<path> for the events listed in C<mask>."
9809 msgstr ""
9810
9811 #. type: textblock
9812 #: ../src/guestfs-actions.pod:2413 ../fish/guestfish-actions.pod:1622
9813 msgid ""
9814 "Note that if C<path> is a directory then events within that directory are "
9815 "watched, but this does I<not> happen recursively (in subdirectories)."
9816 msgstr ""
9817
9818 #. type: textblock
9819 #: ../src/guestfs-actions.pod:2417 ../fish/guestfish-actions.pod:1626
9820 msgid ""
9821 "Note for non-C or non-Linux callers: the inotify events are defined by the "
9822 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
9823 msgstr ""
9824
9825 #. type: =head2
9826 #: ../src/guestfs-actions.pod:2425
9827 msgid "guestfs_inotify_close"
9828 msgstr ""
9829
9830 #. type: verbatim
9831 #: ../src/guestfs-actions.pod:2427
9832 #, no-wrap
9833 msgid ""
9834 " int\n"
9835 " guestfs_inotify_close (guestfs_h *g);\n"
9836 "\n"
9837 msgstr ""
9838
9839 #. type: textblock
9840 #: ../src/guestfs-actions.pod:2430 ../fish/guestfish-actions.pod:1634
9841 msgid ""
9842 "This closes the inotify handle which was previously opened by inotify_init.  "
9843 "It removes all watches, throws away any pending events, and deallocates all "
9844 "resources."
9845 msgstr ""
9846
9847 #. type: =head2
9848 #: ../src/guestfs-actions.pod:2438
9849 msgid "guestfs_inotify_files"
9850 msgstr ""
9851
9852 #. type: verbatim
9853 #: ../src/guestfs-actions.pod:2440
9854 #, no-wrap
9855 msgid ""
9856 " char **\n"
9857 " guestfs_inotify_files (guestfs_h *g);\n"
9858 "\n"
9859 msgstr ""
9860
9861 #. type: textblock
9862 #: ../src/guestfs-actions.pod:2443
9863 msgid ""
9864 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9865 "returns a list of pathnames of objects that were touched.  The returned "
9866 "pathnames are sorted and deduplicated."
9867 msgstr ""
9868
9869 #. type: =head2
9870 #: ../src/guestfs-actions.pod:2453
9871 msgid "guestfs_inotify_init"
9872 msgstr ""
9873
9874 #. type: verbatim
9875 #: ../src/guestfs-actions.pod:2455
9876 #, no-wrap
9877 msgid ""
9878 " int\n"
9879 " guestfs_inotify_init (guestfs_h *g,\n"
9880 "                       int maxevents);\n"
9881 "\n"
9882 msgstr ""
9883
9884 #. type: textblock
9885 #: ../src/guestfs-actions.pod:2459 ../fish/guestfish-actions.pod:1650
9886 msgid ""
9887 "This command creates a new inotify handle.  The inotify subsystem can be "
9888 "used to notify events which happen to objects in the guest filesystem."
9889 msgstr ""
9890
9891 #. type: textblock
9892 #: ../src/guestfs-actions.pod:2463
9893 msgid ""
9894 "C<maxevents> is the maximum number of events which will be queued up between "
9895 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9896 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9897 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9898 "throws away events, but records the fact that it threw them away by setting "
9899 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9900 "C<guestfs_inotify_read>)."
9901 msgstr ""
9902
9903 #. type: textblock
9904 #: ../src/guestfs-actions.pod:2473
9905 msgid ""
9906 "Before any events are generated, you have to add some watches to the "
9907 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9908 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9909 msgstr ""
9910
9911 #. type: textblock
9912 #: ../src/guestfs-actions.pod:2479
9913 msgid ""
9914 "Queued up events should be read periodically by calling "
9915 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9916 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9917 "often enough then you risk the internal queue overflowing."
9918 msgstr ""
9919
9920 #. type: textblock
9921 #: ../src/guestfs-actions.pod:2486
9922 msgid ""
9923 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9924 "This also removes any watches automatically."
9925 msgstr ""
9926
9927 #. type: textblock
9928 #: ../src/guestfs-actions.pod:2490 ../fish/guestfish-actions.pod:1681
9929 msgid ""
9930 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9931 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9932 "that there is one global inotify handle per libguestfs instance."
9933 msgstr ""
9934
9935 #. type: =head2
9936 #: ../src/guestfs-actions.pod:2499
9937 msgid "guestfs_inotify_read"
9938 msgstr ""
9939
9940 #. type: verbatim
9941 #: ../src/guestfs-actions.pod:2501
9942 #, no-wrap
9943 msgid ""
9944 " struct guestfs_inotify_event_list *\n"
9945 " guestfs_inotify_read (guestfs_h *g);\n"
9946 "\n"
9947 msgstr ""
9948
9949 #. type: textblock
9950 #: ../src/guestfs-actions.pod:2504 ../fish/guestfish-actions.pod:1690
9951 msgid ""
9952 "Return the complete queue of events that have happened since the previous "
9953 "read call."
9954 msgstr ""
9955
9956 #. type: textblock
9957 #: ../src/guestfs-actions.pod:2507 ../fish/guestfish-actions.pod:1693
9958 msgid "If no events have happened, this returns an empty list."
9959 msgstr ""
9960
9961 #. type: textblock
9962 #: ../src/guestfs-actions.pod:2509 ../fish/guestfish-actions.pod:1695
9963 msgid ""
9964 "I<Note>: In order to make sure that all events have been read, you must call "
9965 "this function repeatedly until it returns an empty list.  The reason is that "
9966 "the call will read events up to the maximum appliance-to-host message size "
9967 "and leave remaining events in the queue."
9968 msgstr ""
9969
9970 #. type: textblock
9971 #: ../src/guestfs-actions.pod:2515
9972 msgid ""
9973 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9974 "there was an error.  I<The caller must call "
9975 "C<guestfs_free_inotify_event_list> after use>."
9976 msgstr ""
9977
9978 #. type: =head2
9979 #: ../src/guestfs-actions.pod:2521
9980 msgid "guestfs_inotify_rm_watch"
9981 msgstr ""
9982
9983 #. type: verbatim
9984 #: ../src/guestfs-actions.pod:2523
9985 #, no-wrap
9986 msgid ""
9987 " int\n"
9988 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9989 "                           int wd);\n"
9990 "\n"
9991 msgstr ""
9992
9993 #. type: textblock
9994 #: ../src/guestfs-actions.pod:2527
9995 msgid ""
9996 "Remove a previously defined inotify watch.  See "
9997 "C<guestfs_inotify_add_watch>."
9998 msgstr ""
9999
10000 #. type: =head2
10001 #: ../src/guestfs-actions.pod:2534
10002 msgid "guestfs_inspect_get_arch"
10003 msgstr ""
10004
10005 #. type: verbatim
10006 #: ../src/guestfs-actions.pod:2536
10007 #, no-wrap
10008 msgid ""
10009 " char *\n"
10010 " guestfs_inspect_get_arch (guestfs_h *g,\n"
10011 "                           const char *root);\n"
10012 "\n"
10013 msgstr ""
10014
10015 #. type: textblock
10016 #: ../src/guestfs-actions.pod:2540 ../src/guestfs-actions.pod:2563 ../src/guestfs-actions.pod:2656 ../src/guestfs-actions.pod:2700 ../src/guestfs-actions.pod:2726 ../src/guestfs-actions.pod:2765 ../src/guestfs-actions.pod:2787 ../src/guestfs-actions.pod:2814 ../src/guestfs-actions.pod:2835 ../src/guestfs-actions.pod:2878 ../src/guestfs-actions.pod:2907 ../src/guestfs-actions.pod:2938 ../src/guestfs-actions.pod:2962 ../src/guestfs-actions.pod:3017 ../src/guestfs-actions.pod:3059 ../src/guestfs-actions.pod:3080 ../src/guestfs-actions.pod:3103 ../src/guestfs-actions.pod:3120 ../src/guestfs-actions.pod:3137 ../src/guestfs-actions.pod:3156
10017 msgid ""
10018 "This function should only be called with a root device string as returned by "
10019 "C<guestfs_inspect_os>."
10020 msgstr ""
10021
10022 #. type: textblock
10023 #: ../src/guestfs-actions.pod:2543
10024 msgid ""
10025 "This returns the architecture of the inspected operating system.  The "
10026 "possible return values are listed under C<guestfs_file_architecture>."
10027 msgstr ""
10028
10029 #. type: textblock
10030 #: ../src/guestfs-actions.pod:2547 ../fish/guestfish-actions.pod:1719
10031 msgid ""
10032 "If the architecture could not be determined, then the string C<unknown> is "
10033 "returned."
10034 msgstr ""
10035
10036 #. type: textblock
10037 #: ../src/guestfs-actions.pod:2550 ../src/guestfs-actions.pod:2643 ../src/guestfs-actions.pod:2754 ../src/guestfs-actions.pod:2774 ../src/guestfs-actions.pod:2802 ../src/guestfs-actions.pod:2894 ../src/guestfs-actions.pod:2925 ../src/guestfs-actions.pod:2949 ../src/guestfs-actions.pod:3003 ../src/guestfs-actions.pod:3046 ../src/guestfs-actions.pod:3069 ../src/guestfs-actions.pod:3090 ../src/guestfs-actions.pod:3110 ../src/guestfs-actions.pod:3127 ../src/guestfs-actions.pod:3146 ../src/guestfs-actions.pod:3249 ../src/guestfs-actions.pod:3290 ../fish/guestfish-actions.pod:1722 ../fish/guestfish-actions.pod:1808 ../fish/guestfish-actions.pod:1896 ../fish/guestfish-actions.pod:1911 ../fish/guestfish-actions.pod:1932 ../fish/guestfish-actions.pod:2002 ../fish/guestfish-actions.pod:2026 ../fish/guestfish-actions.pod:2043 ../fish/guestfish-actions.pod:2086 ../fish/guestfish-actions.pod:2121 ../fish/guestfish-actions.pod:2137 ../fish/guestfish-actions.pod:2153 ../fish/guestfish-actions.pod:2166 ../fish/guestfish-actions.pod:2179 ../fish/guestfish-actions.pod:2194 ../fish/guestfish-actions.pod:2293 ../fish/guestfish-actions.pod:2327
10038 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10039 msgstr ""
10040
10041 #. type: =head2
10042 #: ../src/guestfs-actions.pod:2557
10043 msgid "guestfs_inspect_get_distro"
10044 msgstr ""
10045
10046 #. type: verbatim
10047 #: ../src/guestfs-actions.pod:2559
10048 #, no-wrap
10049 msgid ""
10050 " char *\n"
10051 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10052 "                             const char *root);\n"
10053 "\n"
10054 msgstr ""
10055
10056 #. type: textblock
10057 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1731
10058 msgid "This returns the distro (distribution) of the inspected operating system."
10059 msgstr ""
10060
10061 #. type: textblock
10062 #: ../src/guestfs-actions.pod:2569 ../fish/guestfish-actions.pod:1734
10063 msgid "Currently defined distros are:"
10064 msgstr ""
10065
10066 #. type: =item
10067 #: ../src/guestfs-actions.pod:2573 ../fish/guestfish-actions.pod:1738
10068 msgid "\"archlinux\""
10069 msgstr ""
10070
10071 #. type: textblock
10072 #: ../src/guestfs-actions.pod:2575 ../fish/guestfish-actions.pod:1740
10073 msgid "Arch Linux."
10074 msgstr ""
10075
10076 #. type: =item
10077 #: ../src/guestfs-actions.pod:2577 ../fish/guestfish-actions.pod:1742
10078 msgid "\"centos\""
10079 msgstr ""
10080
10081 #. type: textblock
10082 #: ../src/guestfs-actions.pod:2579 ../fish/guestfish-actions.pod:1744
10083 msgid "CentOS."
10084 msgstr ""
10085
10086 #. type: =item
10087 #: ../src/guestfs-actions.pod:2581 ../fish/guestfish-actions.pod:1746
10088 msgid "\"debian\""
10089 msgstr ""
10090
10091 #. type: textblock
10092 #: ../src/guestfs-actions.pod:2583 ../fish/guestfish-actions.pod:1748
10093 msgid "Debian."
10094 msgstr ""
10095
10096 #. type: =item
10097 #: ../src/guestfs-actions.pod:2585 ../fish/guestfish-actions.pod:1750
10098 msgid "\"fedora\""
10099 msgstr ""
10100
10101 #. type: textblock
10102 #: ../src/guestfs-actions.pod:2587 ../fish/guestfish-actions.pod:1752
10103 msgid "Fedora."
10104 msgstr ""
10105
10106 #. type: =item
10107 #: ../src/guestfs-actions.pod:2589 ../fish/guestfish-actions.pod:1754
10108 msgid "\"gentoo\""
10109 msgstr ""
10110
10111 #. type: textblock
10112 #: ../src/guestfs-actions.pod:2591 ../fish/guestfish-actions.pod:1756
10113 msgid "Gentoo."
10114 msgstr ""
10115
10116 #. type: =item
10117 #: ../src/guestfs-actions.pod:2593 ../fish/guestfish-actions.pod:1758
10118 msgid "\"linuxmint\""
10119 msgstr ""
10120
10121 #. type: textblock
10122 #: ../src/guestfs-actions.pod:2595 ../fish/guestfish-actions.pod:1760
10123 msgid "Linux Mint."
10124 msgstr ""
10125
10126 #. type: =item
10127 #: ../src/guestfs-actions.pod:2597 ../fish/guestfish-actions.pod:1762
10128 msgid "\"mandriva\""
10129 msgstr ""
10130
10131 #. type: textblock
10132 #: ../src/guestfs-actions.pod:2599 ../fish/guestfish-actions.pod:1764
10133 msgid "Mandriva."
10134 msgstr ""
10135
10136 #. type: =item
10137 #: ../src/guestfs-actions.pod:2601 ../fish/guestfish-actions.pod:1766
10138 msgid "\"meego\""
10139 msgstr ""
10140
10141 #. type: textblock
10142 #: ../src/guestfs-actions.pod:2603 ../fish/guestfish-actions.pod:1768
10143 msgid "MeeGo."
10144 msgstr ""
10145
10146 #. type: =item
10147 #: ../src/guestfs-actions.pod:2605 ../fish/guestfish-actions.pod:1770
10148 msgid "\"pardus\""
10149 msgstr ""
10150
10151 #. type: textblock
10152 #: ../src/guestfs-actions.pod:2607 ../fish/guestfish-actions.pod:1772
10153 msgid "Pardus."
10154 msgstr ""
10155
10156 #. type: =item
10157 #: ../src/guestfs-actions.pod:2609 ../fish/guestfish-actions.pod:1774
10158 msgid "\"redhat-based\""
10159 msgstr ""
10160
10161 #. type: textblock
10162 #: ../src/guestfs-actions.pod:2611 ../fish/guestfish-actions.pod:1776
10163 msgid "Some Red Hat-derived distro."
10164 msgstr ""
10165
10166 #. type: =item
10167 #: ../src/guestfs-actions.pod:2613 ../fish/guestfish-actions.pod:1778
10168 msgid "\"rhel\""
10169 msgstr ""
10170
10171 #. type: textblock
10172 #: ../src/guestfs-actions.pod:2615 ../fish/guestfish-actions.pod:1780
10173 msgid "Red Hat Enterprise Linux."
10174 msgstr ""
10175
10176 #. type: =item
10177 #: ../src/guestfs-actions.pod:2617 ../fish/guestfish-actions.pod:1782
10178 msgid "\"scientificlinux\""
10179 msgstr ""
10180
10181 #. type: textblock
10182 #: ../src/guestfs-actions.pod:2619 ../fish/guestfish-actions.pod:1784
10183 msgid "Scientific Linux."
10184 msgstr ""
10185
10186 #. type: =item
10187 #: ../src/guestfs-actions.pod:2621 ../fish/guestfish-actions.pod:1786
10188 msgid "\"slackware\""
10189 msgstr ""
10190
10191 #. type: textblock
10192 #: ../src/guestfs-actions.pod:2623 ../fish/guestfish-actions.pod:1788
10193 msgid "Slackware."
10194 msgstr ""
10195
10196 #. type: =item
10197 #: ../src/guestfs-actions.pod:2625 ../fish/guestfish-actions.pod:1790
10198 msgid "\"ubuntu\""
10199 msgstr ""
10200
10201 #. type: textblock
10202 #: ../src/guestfs-actions.pod:2627 ../fish/guestfish-actions.pod:1792
10203 msgid "Ubuntu."
10204 msgstr ""
10205
10206 #. type: =item
10207 #: ../src/guestfs-actions.pod:2629 ../src/guestfs-actions.pod:2745 ../src/guestfs-actions.pod:3037 ../fish/guestfish-actions.pod:1794 ../fish/guestfish-actions.pod:1887 ../fish/guestfish-actions.pod:2112
10208 msgid "\"unknown\""
10209 msgstr ""
10210
10211 #. type: textblock
10212 #: ../src/guestfs-actions.pod:2631 ../fish/guestfish-actions.pod:1796
10213 msgid "The distro could not be determined."
10214 msgstr ""
10215
10216 #. type: =item
10217 #: ../src/guestfs-actions.pod:2633 ../src/guestfs-actions.pod:3029 ../fish/guestfish-actions.pod:1798 ../fish/guestfish-actions.pod:2104
10218 msgid "\"windows\""
10219 msgstr ""
10220
10221 #. type: textblock
10222 #: ../src/guestfs-actions.pod:2635 ../fish/guestfish-actions.pod:1800
10223 msgid ""
10224 "Windows does not have distributions.  This string is returned if the OS type "
10225 "is Windows."
10226 msgstr ""
10227
10228 #. type: textblock
10229 #: ../src/guestfs-actions.pod:2640 ../src/guestfs-actions.pod:2751 ../src/guestfs-actions.pod:3043 ../fish/guestfish-actions.pod:1805 ../fish/guestfish-actions.pod:1893 ../fish/guestfish-actions.pod:2118
10230 msgid ""
10231 "Future versions of libguestfs may return other strings here.  The caller "
10232 "should be prepared to handle any string."
10233 msgstr ""
10234
10235 #. type: =head2
10236 #: ../src/guestfs-actions.pod:2650
10237 msgid "guestfs_inspect_get_drive_mappings"
10238 msgstr ""
10239
10240 #. type: verbatim
10241 #: ../src/guestfs-actions.pod:2652
10242 #, no-wrap
10243 msgid ""
10244 " char **\n"
10245 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
10246 "                                     const char *root);\n"
10247 "\n"
10248 msgstr ""
10249
10250 #. type: textblock
10251 #: ../src/guestfs-actions.pod:2659 ../fish/guestfish-actions.pod:1817
10252 msgid ""
10253 "This call is useful for Windows which uses a primitive system of assigning "
10254 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
10255 "Windows Registry to find out how disks/partitions are mapped to drive "
10256 "letters, and returns a hash table as in the example below:"
10257 msgstr ""
10258
10259 #. type: verbatim
10260 #: ../src/guestfs-actions.pod:2665 ../fish/guestfish-actions.pod:1823
10261 #, no-wrap
10262 msgid ""
10263 " C      =>     /dev/vda2\n"
10264 " E      =>     /dev/vdb1\n"
10265 " F      =>     /dev/vdc1\n"
10266 "\n"
10267 msgstr ""
10268
10269 #. type: textblock
10270 #: ../src/guestfs-actions.pod:2669 ../fish/guestfish-actions.pod:1827
10271 msgid ""
10272 "Note that keys are drive letters.  For Windows, the key is case insensitive "
10273 "and just contains the drive letter, without the customary colon separator "
10274 "character."
10275 msgstr ""
10276
10277 #. type: textblock
10278 #: ../src/guestfs-actions.pod:2673 ../fish/guestfish-actions.pod:1831
10279 msgid ""
10280 "In future we may support other operating systems that also used drive "
10281 "letters, but the keys for those might not be case insensitive and might be "
10282 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
10283 "C<h1> etc."
10284 msgstr ""
10285
10286 #. type: textblock
10287 #: ../src/guestfs-actions.pod:2678 ../fish/guestfish-actions.pod:1836
10288 msgid ""
10289 "For Windows guests, currently only hard drive mappings are returned.  "
10290 "Removable disks (eg. DVD-ROMs) are ignored."
10291 msgstr ""
10292
10293 #. type: textblock
10294 #: ../src/guestfs-actions.pod:2681 ../fish/guestfish-actions.pod:1839
10295 msgid ""
10296 "For guests that do not use drive mappings, or if the drive mappings could "
10297 "not be determined, this returns an empty hash table."
10298 msgstr ""
10299
10300 #. type: textblock
10301 #: ../src/guestfs-actions.pod:2684
10302 msgid ""
10303 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10304 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
10305 msgstr ""
10306
10307 #. type: textblock
10308 #: ../src/guestfs-actions.pod:2688 ../src/guestfs-actions.pod:2864 ../src/guestfs-actions.pod:3624 ../src/guestfs-actions.pod:4841 ../src/guestfs-actions.pod:6783
10309 msgid ""
10310 "This function returns a NULL-terminated array of strings, or NULL if there "
10311 "was an error.  The array of strings will always have length C<2n+1>, where "
10312 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
10313 "caller must free the strings and the array after use>."
10314 msgstr ""
10315
10316 #. type: =head2
10317 #: ../src/guestfs-actions.pod:2694
10318 msgid "guestfs_inspect_get_filesystems"
10319 msgstr ""
10320
10321 #. type: verbatim
10322 #: ../src/guestfs-actions.pod:2696
10323 #, no-wrap
10324 msgid ""
10325 " char **\n"
10326 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
10327 "                                  const char *root);\n"
10328 "\n"
10329 msgstr ""
10330
10331 #. type: textblock
10332 #: ../src/guestfs-actions.pod:2703 ../fish/guestfish-actions.pod:1853
10333 msgid ""
10334 "This returns a list of all the filesystems that we think are associated with "
10335 "this operating system.  This includes the root filesystem, other ordinary "
10336 "filesystems, and non-mounted devices like swap partitions."
10337 msgstr ""
10338
10339 #. type: textblock
10340 #: ../src/guestfs-actions.pod:2708 ../fish/guestfish-actions.pod:1858
10341 msgid ""
10342 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
10343 "to be shared between operating systems."
10344 msgstr ""
10345
10346 #. type: textblock
10347 #: ../src/guestfs-actions.pod:2711
10348 msgid ""
10349 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10350 "C<guestfs_inspect_get_mountpoints>."
10351 msgstr ""
10352
10353 #. type: =head2
10354 #: ../src/guestfs-actions.pod:2720
10355 msgid "guestfs_inspect_get_format"
10356 msgstr ""
10357
10358 #. type: verbatim
10359 #: ../src/guestfs-actions.pod:2722
10360 #, no-wrap
10361 msgid ""
10362 " char *\n"
10363 " guestfs_inspect_get_format (guestfs_h *g,\n"
10364 "                             const char *root);\n"
10365 "\n"
10366 msgstr ""
10367
10368 #. type: textblock
10369 #: ../src/guestfs-actions.pod:2729 ../fish/guestfish-actions.pod:1871
10370 msgid ""
10371 "This returns the format of the inspected operating system.  You can use it "
10372 "to detect install images, live CDs and similar."
10373 msgstr ""
10374
10375 #. type: textblock
10376 #: ../src/guestfs-actions.pod:2732 ../fish/guestfish-actions.pod:1874
10377 msgid "Currently defined formats are:"
10378 msgstr ""
10379
10380 #. type: =item
10381 #: ../src/guestfs-actions.pod:2736 ../fish/guestfish-actions.pod:1878
10382 msgid "\"installed\""
10383 msgstr ""
10384
10385 #. type: textblock
10386 #: ../src/guestfs-actions.pod:2738 ../fish/guestfish-actions.pod:1880
10387 msgid "This is an installed operating system."
10388 msgstr ""
10389
10390 #. type: =item
10391 #: ../src/guestfs-actions.pod:2740 ../fish/guestfish-actions.pod:1882
10392 msgid "\"installer\""
10393 msgstr ""
10394
10395 #. type: textblock
10396 #: ../src/guestfs-actions.pod:2742 ../fish/guestfish-actions.pod:1884
10397 msgid ""
10398 "The disk image being inspected is not an installed operating system, but a "
10399 "I<bootable> install disk, live CD, or similar."
10400 msgstr ""
10401
10402 #. type: textblock
10403 #: ../src/guestfs-actions.pod:2747 ../fish/guestfish-actions.pod:1889
10404 msgid "The format of this disk image is not known."
10405 msgstr ""
10406
10407 #. type: =head2
10408 #: ../src/guestfs-actions.pod:2759
10409 msgid "guestfs_inspect_get_hostname"
10410 msgstr ""
10411
10412 #. type: verbatim
10413 #: ../src/guestfs-actions.pod:2761
10414 #, no-wrap
10415 msgid ""
10416 " char *\n"
10417 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
10418 "                               const char *root);\n"
10419 "\n"
10420 msgstr ""
10421
10422 #. type: textblock
10423 #: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1905
10424 msgid ""
10425 "This function returns the hostname of the operating system as found by "
10426 "inspection of the guest's configuration files."
10427 msgstr ""
10428
10429 #. type: textblock
10430 #: ../src/guestfs-actions.pod:2771 ../fish/guestfish-actions.pod:1908
10431 msgid ""
10432 "If the hostname could not be determined, then the string C<unknown> is "
10433 "returned."
10434 msgstr ""
10435
10436 #. type: textblock
10437 #: ../src/guestfs-actions.pod:2779
10438 msgid "(Added in 1.7.9)"
10439 msgstr ""
10440
10441 #. type: =head2
10442 #: ../src/guestfs-actions.pod:2781
10443 msgid "guestfs_inspect_get_major_version"
10444 msgstr ""
10445
10446 #. type: verbatim
10447 #: ../src/guestfs-actions.pod:2783
10448 #, no-wrap
10449 msgid ""
10450 " int\n"
10451 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
10452 "                                    const char *root);\n"
10453 "\n"
10454 msgstr ""
10455
10456 #. type: textblock
10457 #: ../src/guestfs-actions.pod:2790 ../fish/guestfish-actions.pod:1920
10458 msgid "This returns the major version number of the inspected operating system."
10459 msgstr ""
10460
10461 #. type: textblock
10462 #: ../src/guestfs-actions.pod:2793 ../fish/guestfish-actions.pod:1923
10463 msgid ""
10464 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
10465 "popular public names used by the operating system.  Notably the operating "
10466 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
10467 "1).  You can find out the real versions corresponding to releases of Windows "
10468 "by consulting Wikipedia or MSDN."
10469 msgstr ""
10470
10471 #. type: textblock
10472 #: ../src/guestfs-actions.pod:2800 ../src/guestfs-actions.pod:2820 ../fish/guestfish-actions.pod:1930 ../fish/guestfish-actions.pod:1944
10473 msgid "If the version could not be determined, then C<0> is returned."
10474 msgstr ""
10475
10476 #. type: =head2
10477 #: ../src/guestfs-actions.pod:2808
10478 msgid "guestfs_inspect_get_minor_version"
10479 msgstr ""
10480
10481 #. type: verbatim
10482 #: ../src/guestfs-actions.pod:2810
10483 #, no-wrap
10484 msgid ""
10485 " int\n"
10486 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
10487 "                                    const char *root);\n"
10488 "\n"
10489 msgstr ""
10490
10491 #. type: textblock
10492 #: ../src/guestfs-actions.pod:2817 ../fish/guestfish-actions.pod:1941
10493 msgid "This returns the minor version number of the inspected operating system."
10494 msgstr ""
10495
10496 #. type: textblock
10497 #: ../src/guestfs-actions.pod:2822
10498 msgid ""
10499 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10500 "C<guestfs_inspect_get_major_version>."
10501 msgstr ""
10502
10503 #. type: =head2
10504 #: ../src/guestfs-actions.pod:2829
10505 msgid "guestfs_inspect_get_mountpoints"
10506 msgstr ""
10507
10508 #. type: verbatim
10509 #: ../src/guestfs-actions.pod:2831
10510 #, no-wrap
10511 msgid ""
10512 " char **\n"
10513 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
10514 "                                  const char *root);\n"
10515 "\n"
10516 msgstr ""
10517
10518 #. type: textblock
10519 #: ../src/guestfs-actions.pod:2838 ../fish/guestfish-actions.pod:1956
10520 msgid ""
10521 "This returns a hash of where we think the filesystems associated with this "
10522 "operating system should be mounted.  Callers should note that this is at "
10523 "best an educated guess made by reading configuration files such as "
10524 "C</etc/fstab>.  I<In particular note> that this may return filesystems which "
10525 "are non-existent or not mountable and callers should be prepared to handle "
10526 "or ignore failures if they try to mount them."
10527 msgstr ""
10528
10529 #. type: textblock
10530 #: ../src/guestfs-actions.pod:2847 ../fish/guestfish-actions.pod:1965
10531 msgid ""
10532 "Each element in the returned hashtable has a key which is the path of the "
10533 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
10534 "mounted there (eg. C</dev/sda1>)."
10535 msgstr ""
10536
10537 #. type: textblock
10538 #: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1970
10539 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
10540 msgstr ""
10541
10542 #. type: textblock
10543 #: ../src/guestfs-actions.pod:2855
10544 msgid ""
10545 "For operating systems like Windows which still use drive letters, this call "
10546 "will only return an entry for the first drive \"mounted on\" C</>.  For "
10547 "information about the mapping of drive letters to partitions, see "
10548 "C<guestfs_inspect_get_drive_mappings>."
10549 msgstr ""
10550
10551 #. type: textblock
10552 #: ../src/guestfs-actions.pod:2861
10553 msgid ""
10554 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10555 "C<guestfs_inspect_get_filesystems>."
10556 msgstr ""
10557
10558 #. type: =head2
10559 #: ../src/guestfs-actions.pod:2872
10560 msgid "guestfs_inspect_get_package_format"
10561 msgstr ""
10562
10563 #. type: verbatim
10564 #: ../src/guestfs-actions.pod:2874
10565 #, no-wrap
10566 msgid ""
10567 " char *\n"
10568 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
10569 "                                     const char *root);\n"
10570 "\n"
10571 msgstr ""
10572
10573 #. type: textblock
10574 #: ../src/guestfs-actions.pod:2881
10575 msgid ""
10576 "This function and C<guestfs_inspect_get_package_management> return the "
10577 "package format and package management tool used by the inspected operating "
10578 "system.  For example for Fedora these functions would return C<rpm> (package "
10579 "format) and C<yum> (package management)."
10580 msgstr ""
10581
10582 #. type: textblock
10583 #: ../src/guestfs-actions.pod:2887 ../fish/guestfish-actions.pod:1995
10584 msgid ""
10585 "This returns the string C<unknown> if we could not determine the package "
10586 "format I<or> if the operating system does not have a real packaging system "
10587 "(eg. Windows)."
10588 msgstr ""
10589
10590 #. type: textblock
10591 #: ../src/guestfs-actions.pod:2891 ../fish/guestfish-actions.pod:1999
10592 msgid ""
10593 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
10594 "Future versions of libguestfs may return other strings."
10595 msgstr ""
10596
10597 #. type: textblock
10598 #: ../src/guestfs-actions.pod:2899 ../src/guestfs-actions.pod:2930
10599 msgid "(Added in 1.7.5)"
10600 msgstr ""
10601
10602 #. type: =head2
10603 #: ../src/guestfs-actions.pod:2901
10604 msgid "guestfs_inspect_get_package_management"
10605 msgstr ""
10606
10607 #. type: verbatim
10608 #: ../src/guestfs-actions.pod:2903
10609 #, no-wrap
10610 msgid ""
10611 " char *\n"
10612 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
10613 "                                         const char *root);\n"
10614 "\n"
10615 msgstr ""
10616
10617 #. type: textblock
10618 #: ../src/guestfs-actions.pod:2910
10619 msgid ""
10620 "C<guestfs_inspect_get_package_format> and this function return the package "
10621 "format and package management tool used by the inspected operating system.  "
10622 "For example for Fedora these functions would return C<rpm> (package format) "
10623 "and C<yum> (package management)."
10624 msgstr ""
10625
10626 #. type: textblock
10627 #: ../src/guestfs-actions.pod:2916 ../fish/guestfish-actions.pod:2017
10628 msgid ""
10629 "This returns the string C<unknown> if we could not determine the package "
10630 "management tool I<or> if the operating system does not have a real packaging "
10631 "system (eg. Windows)."
10632 msgstr ""
10633
10634 #. type: textblock
10635 #: ../src/guestfs-actions.pod:2920 ../fish/guestfish-actions.pod:2021
10636 msgid ""
10637 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
10638 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
10639 "libguestfs may return other strings."
10640 msgstr ""
10641
10642 #. type: =head2
10643 #: ../src/guestfs-actions.pod:2932
10644 msgid "guestfs_inspect_get_product_name"
10645 msgstr ""
10646
10647 #. type: verbatim
10648 #: ../src/guestfs-actions.pod:2934
10649 #, no-wrap
10650 msgid ""
10651 " char *\n"
10652 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
10653 "                                   const char *root);\n"
10654 "\n"
10655 msgstr ""
10656
10657 #. type: textblock
10658 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2035
10659 msgid ""
10660 "This returns the product name of the inspected operating system.  The "
10661 "product name is generally some freeform string which can be displayed to the "
10662 "user, but should not be parsed by programs."
10663 msgstr ""
10664
10665 #. type: textblock
10666 #: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2040
10667 msgid ""
10668 "If the product name could not be determined, then the string C<unknown> is "
10669 "returned."
10670 msgstr ""
10671
10672 #. type: =head2
10673 #: ../src/guestfs-actions.pod:2956
10674 msgid "guestfs_inspect_get_product_variant"
10675 msgstr ""
10676
10677 #. type: verbatim
10678 #: ../src/guestfs-actions.pod:2958
10679 #, no-wrap
10680 msgid ""
10681 " char *\n"
10682 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
10683 "                                      const char *root);\n"
10684 "\n"
10685 msgstr ""
10686
10687 #. type: textblock
10688 #: ../src/guestfs-actions.pod:2965 ../fish/guestfish-actions.pod:2052
10689 msgid "This returns the product variant of the inspected operating system."
10690 msgstr ""
10691
10692 #. type: textblock
10693 #: ../src/guestfs-actions.pod:2968 ../fish/guestfish-actions.pod:2055
10694 msgid ""
10695 "For Windows guests, this returns the contents of the Registry key "
10696 "C<HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> "
10697 "which is usually a string such as C<Client> or C<Server> (other values are "
10698 "possible).  This can be used to distinguish consumer and enterprise versions "
10699 "of Windows that have the same version number (for example, Windows 7 and "
10700 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
10701 "the latter is C<Server>)."
10702 msgstr ""
10703
10704 #. type: textblock
10705 #: ../src/guestfs-actions.pod:2977 ../fish/guestfish-actions.pod:2064
10706 msgid ""
10707 "For enterprise Linux guests, in future we intend this to return the product "
10708 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
10709 "implemented at present."
10710 msgstr ""
10711
10712 #. type: textblock
10713 #: ../src/guestfs-actions.pod:2981 ../fish/guestfish-actions.pod:2068
10714 msgid ""
10715 "If the product variant could not be determined, then the string C<unknown> "
10716 "is returned."
10717 msgstr ""
10718
10719 #. type: textblock
10720 #: ../src/guestfs-actions.pod:2984
10721 msgid ""
10722 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10723 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
10724 msgstr ""
10725
10726 #. type: =head2
10727 #: ../src/guestfs-actions.pod:2991
10728 msgid "guestfs_inspect_get_roots"
10729 msgstr ""
10730
10731 #. type: verbatim
10732 #: ../src/guestfs-actions.pod:2993
10733 #, no-wrap
10734 msgid ""
10735 " char **\n"
10736 " guestfs_inspect_get_roots (guestfs_h *g);\n"
10737 "\n"
10738 msgstr ""
10739
10740 #. type: textblock
10741 #: ../src/guestfs-actions.pod:2996
10742 msgid ""
10743 "This function is a convenient way to get the list of root devices, as "
10744 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
10745 "the whole inspection process."
10746 msgstr ""
10747
10748 #. type: textblock
10749 #: ../src/guestfs-actions.pod:3000
10750 msgid ""
10751 "This returns an empty list if either no root devices were found or the "
10752 "caller has not called C<guestfs_inspect_os>."
10753 msgstr ""
10754
10755 #. type: textblock
10756 #: ../src/guestfs-actions.pod:3009
10757 msgid "(Added in 1.7.3)"
10758 msgstr ""
10759
10760 #. type: =head2
10761 #: ../src/guestfs-actions.pod:3011
10762 msgid "guestfs_inspect_get_type"
10763 msgstr ""
10764
10765 #. type: verbatim
10766 #: ../src/guestfs-actions.pod:3013
10767 #, no-wrap
10768 msgid ""
10769 " char *\n"
10770 " guestfs_inspect_get_type (guestfs_h *g,\n"
10771 "                           const char *root);\n"
10772 "\n"
10773 msgstr ""
10774
10775 #. type: textblock
10776 #: ../src/guestfs-actions.pod:3020 ../fish/guestfish-actions.pod:2095
10777 msgid ""
10778 "This returns the type of the inspected operating system.  Currently defined "
10779 "types are:"
10780 msgstr ""
10781
10782 #. type: =item
10783 #: ../src/guestfs-actions.pod:3025 ../fish/guestfish-actions.pod:2100
10784 msgid "\"linux\""
10785 msgstr ""
10786
10787 #. type: textblock
10788 #: ../src/guestfs-actions.pod:3027 ../fish/guestfish-actions.pod:2102
10789 msgid "Any Linux-based operating system."
10790 msgstr ""
10791
10792 #. type: textblock
10793 #: ../src/guestfs-actions.pod:3031 ../fish/guestfish-actions.pod:2106
10794 msgid "Any Microsoft Windows operating system."
10795 msgstr ""
10796
10797 #. type: =item
10798 #: ../src/guestfs-actions.pod:3033 ../fish/guestfish-actions.pod:2108
10799 msgid "\"freebsd\""
10800 msgstr ""
10801
10802 #. type: textblock
10803 #: ../src/guestfs-actions.pod:3035 ../fish/guestfish-actions.pod:2110
10804 msgid "FreeBSD."
10805 msgstr ""
10806
10807 #. type: textblock
10808 #: ../src/guestfs-actions.pod:3039 ../fish/guestfish-actions.pod:2114
10809 msgid "The operating system type could not be determined."
10810 msgstr ""
10811
10812 #. type: =head2
10813 #: ../src/guestfs-actions.pod:3053
10814 msgid "guestfs_inspect_get_windows_current_control_set"
10815 msgstr ""
10816
10817 #. type: verbatim
10818 #: ../src/guestfs-actions.pod:3055
10819 #, no-wrap
10820 msgid ""
10821 " char *\n"
10822 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
10823 "                                                  const char *root);\n"
10824 "\n"
10825 msgstr ""
10826
10827 #. type: textblock
10828 #: ../src/guestfs-actions.pod:3062 ../fish/guestfish-actions.pod:2130
10829 msgid ""
10830 "This returns the Windows CurrentControlSet of the inspected guest.  The "
10831 "CurrentControlSet is a registry key name such as C<ControlSet001>."
10832 msgstr ""
10833
10834 #. type: textblock
10835 #: ../src/guestfs-actions.pod:3065 ../fish/guestfish-actions.pod:2133
10836 msgid ""
10837 "This call assumes that the guest is Windows and that the Registry could be "
10838 "examined by inspection.  If this is not the case then an error is returned."
10839 msgstr ""
10840
10841 #. type: =head2
10842 #: ../src/guestfs-actions.pod:3074
10843 msgid "guestfs_inspect_get_windows_systemroot"
10844 msgstr ""
10845
10846 #. type: verbatim
10847 #: ../src/guestfs-actions.pod:3076
10848 #, no-wrap
10849 msgid ""
10850 " char *\n"
10851 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
10852 "                                         const char *root);\n"
10853 "\n"
10854 msgstr ""
10855
10856 #. type: textblock
10857 #: ../src/guestfs-actions.pod:3083 ../fish/guestfish-actions.pod:2146
10858 msgid ""
10859 "This returns the Windows systemroot of the inspected guest.  The systemroot "
10860 "is a directory path such as C</WINDOWS>."
10861 msgstr ""
10862
10863 #. type: textblock
10864 #: ../src/guestfs-actions.pod:3086 ../fish/guestfish-actions.pod:2149
10865 msgid ""
10866 "This call assumes that the guest is Windows and that the systemroot could be "
10867 "determined by inspection.  If this is not the case then an error is "
10868 "returned."
10869 msgstr ""
10870
10871 #. type: textblock
10872 #: ../src/guestfs-actions.pod:3095
10873 msgid "(Added in 1.5.25)"
10874 msgstr ""
10875
10876 #. type: =head2
10877 #: ../src/guestfs-actions.pod:3097
10878 msgid "guestfs_inspect_is_live"
10879 msgstr ""
10880
10881 #. type: verbatim
10882 #: ../src/guestfs-actions.pod:3099
10883 #, no-wrap
10884 msgid ""
10885 " int\n"
10886 " guestfs_inspect_is_live (guestfs_h *g,\n"
10887 "                          const char *root);\n"
10888 "\n"
10889 msgstr ""
10890
10891 #. type: textblock
10892 #: ../src/guestfs-actions.pod:3106
10893 msgid ""
10894 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10895 "disk), then this returns true if a live image was detected on the disk."
10896 msgstr ""
10897
10898 #. type: =head2
10899 #: ../src/guestfs-actions.pod:3114
10900 msgid "guestfs_inspect_is_multipart"
10901 msgstr ""
10902
10903 #. type: verbatim
10904 #: ../src/guestfs-actions.pod:3116
10905 #, no-wrap
10906 msgid ""
10907 " int\n"
10908 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
10909 "                               const char *root);\n"
10910 "\n"
10911 msgstr ""
10912
10913 #. type: textblock
10914 #: ../src/guestfs-actions.pod:3123
10915 msgid ""
10916 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10917 "disk), then this returns true if the disk is part of a set."
10918 msgstr ""
10919
10920 #. type: =head2
10921 #: ../src/guestfs-actions.pod:3131
10922 msgid "guestfs_inspect_is_netinst"
10923 msgstr ""
10924
10925 #. type: verbatim
10926 #: ../src/guestfs-actions.pod:3133
10927 #, no-wrap
10928 msgid ""
10929 " int\n"
10930 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
10931 "                             const char *root);\n"
10932 "\n"
10933 msgstr ""
10934
10935 #. type: textblock
10936 #: ../src/guestfs-actions.pod:3140
10937 msgid ""
10938 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10939 "disk), then this returns true if the disk is a network installer, ie. not a "
10940 "self-contained install CD but one which is likely to require network access "
10941 "to complete the install."
10942 msgstr ""
10943
10944 #. type: =head2
10945 #: ../src/guestfs-actions.pod:3150
10946 msgid "guestfs_inspect_list_applications"
10947 msgstr ""
10948
10949 #. type: verbatim
10950 #: ../src/guestfs-actions.pod:3152
10951 #, no-wrap
10952 msgid ""
10953 " struct guestfs_application_list *\n"
10954 " guestfs_inspect_list_applications (guestfs_h *g,\n"
10955 "                                    const char *root);\n"
10956 "\n"
10957 msgstr ""
10958
10959 #. type: textblock
10960 #: ../src/guestfs-actions.pod:3159 ../fish/guestfish-actions.pod:2203
10961 msgid "Return the list of applications installed in the operating system."
10962 msgstr ""
10963
10964 #. type: textblock
10965 #: ../src/guestfs-actions.pod:3161
10966 msgid ""
10967 "I<Note:> This call works differently from other parts of the inspection "
10968 "API.  You have to call C<guestfs_inspect_os>, then "
10969 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
10970 "this.  Listing applications is a significantly more difficult operation "
10971 "which requires access to the full filesystem.  Also note that unlike the "
10972 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
10973 "the libguestfs handle, this call actually reads parts of the mounted "
10974 "filesystems during the call."
10975 msgstr ""
10976
10977 #. type: textblock
10978 #: ../src/guestfs-actions.pod:3171 ../fish/guestfish-actions.pod:2215
10979 msgid ""
10980 "This returns an empty list if the inspection code was not able to determine "
10981 "the list of applications."
10982 msgstr ""
10983
10984 #. type: textblock
10985 #: ../src/guestfs-actions.pod:3174 ../fish/guestfish-actions.pod:2218
10986 msgid "The application structure contains the following fields:"
10987 msgstr ""
10988
10989 #. type: =item
10990 #: ../src/guestfs-actions.pod:3178 ../fish/guestfish-actions.pod:2222
10991 msgid "C<app_name>"
10992 msgstr ""
10993
10994 #. type: textblock
10995 #: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:2224
10996 msgid ""
10997 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
10998 "guests, this is the package name."
10999 msgstr ""
11000
11001 #. type: =item
11002 #: ../src/guestfs-actions.pod:3183 ../fish/guestfish-actions.pod:2227
11003 msgid "C<app_display_name>"
11004 msgstr ""
11005
11006 #. type: textblock
11007 #: ../src/guestfs-actions.pod:3185 ../fish/guestfish-actions.pod:2229
11008 msgid ""
11009 "The display name of the application, sometimes localized to the install "
11010 "language of the guest operating system."
11011 msgstr ""
11012
11013 #. type: textblock
11014 #: ../src/guestfs-actions.pod:3188 ../fish/guestfish-actions.pod:2232
11015 msgid ""
11016 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
11017 "to display something can use C<app_name> instead."
11018 msgstr ""
11019
11020 #. type: =item
11021 #: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2235
11022 msgid "C<app_epoch>"
11023 msgstr ""
11024
11025 #. type: textblock
11026 #: ../src/guestfs-actions.pod:3193 ../fish/guestfish-actions.pod:2237
11027 msgid ""
11028 "For package managers which use epochs, this contains the epoch of the "
11029 "package (an integer).  If unavailable, this is returned as C<0>."
11030 msgstr ""
11031
11032 #. type: =item
11033 #: ../src/guestfs-actions.pod:3196 ../fish/guestfish-actions.pod:2240
11034 msgid "C<app_version>"
11035 msgstr ""
11036
11037 #. type: textblock
11038 #: ../src/guestfs-actions.pod:3198 ../fish/guestfish-actions.pod:2242
11039 msgid ""
11040 "The version string of the application or package.  If unavailable this is "
11041 "returned as an empty string C<\"\">."
11042 msgstr ""
11043
11044 #. type: =item
11045 #: ../src/guestfs-actions.pod:3201 ../fish/guestfish-actions.pod:2245
11046 msgid "C<app_release>"
11047 msgstr ""
11048
11049 #. type: textblock
11050 #: ../src/guestfs-actions.pod:3203 ../fish/guestfish-actions.pod:2247
11051 msgid ""
11052 "The release string of the application or package, for package managers that "
11053 "use this.  If unavailable this is returned as an empty string C<\"\">."
11054 msgstr ""
11055
11056 #. type: =item
11057 #: ../src/guestfs-actions.pod:3207 ../fish/guestfish-actions.pod:2251
11058 msgid "C<app_install_path>"
11059 msgstr ""
11060
11061 #. type: textblock
11062 #: ../src/guestfs-actions.pod:3209 ../fish/guestfish-actions.pod:2253
11063 msgid ""
11064 "The installation path of the application (on operating systems such as "
11065 "Windows which use installation paths).  This path is in the format used by "
11066 "the guest operating system, it is not a libguestfs path."
11067 msgstr ""
11068
11069 #. type: textblock
11070 #: ../src/guestfs-actions.pod:3214 ../fish/guestfish-actions.pod:2258
11071 msgid "If unavailable this is returned as an empty string C<\"\">."
11072 msgstr ""
11073
11074 #. type: =item
11075 #: ../src/guestfs-actions.pod:3216 ../fish/guestfish-actions.pod:2260
11076 msgid "C<app_trans_path>"
11077 msgstr ""
11078
11079 #. type: textblock
11080 #: ../src/guestfs-actions.pod:3218 ../fish/guestfish-actions.pod:2262
11081 msgid ""
11082 "The install path translated into a libguestfs path.  If unavailable this is "
11083 "returned as an empty string C<\"\">."
11084 msgstr ""
11085
11086 #. type: =item
11087 #: ../src/guestfs-actions.pod:3221 ../fish/guestfish-actions.pod:2265
11088 msgid "C<app_publisher>"
11089 msgstr ""
11090
11091 #. type: textblock
11092 #: ../src/guestfs-actions.pod:3223 ../fish/guestfish-actions.pod:2267
11093 msgid ""
11094 "The name of the publisher of the application, for package managers that use "
11095 "this.  If unavailable this is returned as an empty string C<\"\">."
11096 msgstr ""
11097
11098 #. type: =item
11099 #: ../src/guestfs-actions.pod:3227 ../fish/guestfish-actions.pod:2271
11100 msgid "C<app_url>"
11101 msgstr ""
11102
11103 #. type: textblock
11104 #: ../src/guestfs-actions.pod:3229 ../fish/guestfish-actions.pod:2273
11105 msgid ""
11106 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11107 "returned as an empty string C<\"\">."
11108 msgstr ""
11109
11110 #. type: =item
11111 #: ../src/guestfs-actions.pod:3232 ../fish/guestfish-actions.pod:2276
11112 msgid "C<app_source_package>"
11113 msgstr ""
11114
11115 #. type: textblock
11116 #: ../src/guestfs-actions.pod:3234 ../fish/guestfish-actions.pod:2278
11117 msgid ""
11118 "For packaging systems which support this, the name of the source package.  "
11119 "If unavailable this is returned as an empty string C<\"\">."
11120 msgstr ""
11121
11122 #. type: =item
11123 #: ../src/guestfs-actions.pod:3237 ../fish/guestfish-actions.pod:2281
11124 msgid "C<app_summary>"
11125 msgstr ""
11126
11127 #. type: textblock
11128 #: ../src/guestfs-actions.pod:3239 ../fish/guestfish-actions.pod:2283
11129 msgid ""
11130 "A short (usually one line) description of the application or package.  If "
11131 "unavailable this is returned as an empty string C<\"\">."
11132 msgstr ""
11133
11134 #. type: =item
11135 #: ../src/guestfs-actions.pod:3242 ../fish/guestfish-actions.pod:2286
11136 msgid "C<app_description>"
11137 msgstr ""
11138
11139 #. type: textblock
11140 #: ../src/guestfs-actions.pod:3244 ../fish/guestfish-actions.pod:2288
11141 msgid ""
11142 "A longer description of the application or package.  If unavailable this is "
11143 "returned as an empty string C<\"\">."
11144 msgstr ""
11145
11146 #. type: textblock
11147 #: ../src/guestfs-actions.pod:3251
11148 msgid ""
11149 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11150 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11151 "after use>."
11152 msgstr ""
11153
11154 #. type: textblock
11155 #: ../src/guestfs-actions.pod:3255
11156 msgid "(Added in 1.7.8)"
11157 msgstr ""
11158
11159 #. type: =head2
11160 #: ../src/guestfs-actions.pod:3257
11161 msgid "guestfs_inspect_os"
11162 msgstr ""
11163
11164 #. type: verbatim
11165 #: ../src/guestfs-actions.pod:3259
11166 #, no-wrap
11167 msgid ""
11168 " char **\n"
11169 " guestfs_inspect_os (guestfs_h *g);\n"
11170 "\n"
11171 msgstr ""
11172
11173 #. type: textblock
11174 #: ../src/guestfs-actions.pod:3262 ../fish/guestfish-actions.pod:2299
11175 msgid ""
11176 "This function uses other libguestfs functions and certain heuristics to "
11177 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11178 "for operating systems."
11179 msgstr ""
11180
11181 #. type: textblock
11182 #: ../src/guestfs-actions.pod:3266 ../fish/guestfish-actions.pod:2303
11183 msgid "The list returned is empty if no operating systems were found."
11184 msgstr ""
11185
11186 #. type: textblock
11187 #: ../src/guestfs-actions.pod:3268 ../fish/guestfish-actions.pod:2305
11188 msgid ""
11189 "If one operating system was found, then this returns a list with a single "
11190 "element, which is the name of the root filesystem of this operating system.  "
11191 "It is also possible for this function to return a list containing more than "
11192 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11193 "element being the root filesystem of one of the operating systems."
11194 msgstr ""
11195
11196 #. type: textblock
11197 #: ../src/guestfs-actions.pod:3275
11198 msgid ""
11199 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11200 "functions in order to query further information about each operating system, "
11201 "such as the name and version."
11202 msgstr ""
11203
11204 #. type: textblock
11205 #: ../src/guestfs-actions.pod:3280
11206 msgid ""
11207 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11208 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11209 "the contents.  This should be called with no disks currently mounted.  The "
11210 "function may also use Augeas, so any existing Augeas handle will be closed."
11211 msgstr ""
11212
11213 #. type: textblock
11214 #: ../src/guestfs-actions.pod:3286 ../fish/guestfish-actions.pod:2323
11215 msgid ""
11216 "This function cannot decrypt encrypted disks.  The caller must do that first "
11217 "(supplying the necessary keys) if the disk is encrypted."
11218 msgstr ""
11219
11220 #. type: textblock
11221 #: ../src/guestfs-actions.pod:3292 ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3644
11222 msgid "See also C<guestfs_list_filesystems>."
11223 msgstr ""
11224
11225 #. type: =head2
11226 #: ../src/guestfs-actions.pod:3300
11227 msgid "guestfs_is_blockdev"
11228 msgstr ""
11229
11230 #. type: verbatim
11231 #: ../src/guestfs-actions.pod:3302
11232 #, no-wrap
11233 msgid ""
11234 " int\n"
11235 " guestfs_is_blockdev (guestfs_h *g,\n"
11236 "                      const char *path);\n"
11237 "\n"
11238 msgstr ""
11239
11240 #. type: textblock
11241 #: ../src/guestfs-actions.pod:3306 ../fish/guestfish-actions.pod:2335
11242 msgid ""
11243 "This returns C<true> if and only if there is a block device with the given "
11244 "C<path> name."
11245 msgstr ""
11246
11247 #. type: textblock
11248 #: ../src/guestfs-actions.pod:3309 ../src/guestfs-actions.pod:3338 ../src/guestfs-actions.pod:3368 ../src/guestfs-actions.pod:3383 ../src/guestfs-actions.pod:3399 ../src/guestfs-actions.pod:3455 ../src/guestfs-actions.pod:3470
11249 msgid "See also C<guestfs_stat>."
11250 msgstr ""
11251
11252 #. type: textblock
11253 #: ../src/guestfs-actions.pod:3313 ../src/guestfs-actions.pod:3342 ../src/guestfs-actions.pod:3387 ../src/guestfs-actions.pod:3459 ../src/guestfs-actions.pod:3474
11254 msgid "(Added in 1.5.10)"
11255 msgstr ""
11256
11257 #. type: =head2
11258 #: ../src/guestfs-actions.pod:3315
11259 msgid "guestfs_is_busy"
11260 msgstr ""
11261
11262 #. type: verbatim
11263 #: ../src/guestfs-actions.pod:3317
11264 #, no-wrap
11265 msgid ""
11266 " int\n"
11267 " guestfs_is_busy (guestfs_h *g);\n"
11268 "\n"
11269 msgstr ""
11270
11271 #. type: textblock
11272 #: ../src/guestfs-actions.pod:3320 ../fish/guestfish-actions.pod:2344
11273 msgid ""
11274 "This returns true iff this handle is busy processing a command (in the "
11275 "C<BUSY> state)."
11276 msgstr ""
11277
11278 #. type: =head2
11279 #: ../src/guestfs-actions.pod:3329
11280 msgid "guestfs_is_chardev"
11281 msgstr ""
11282
11283 #. type: verbatim
11284 #: ../src/guestfs-actions.pod:3331
11285 #, no-wrap
11286 msgid ""
11287 " int\n"
11288 " guestfs_is_chardev (guestfs_h *g,\n"
11289 "                     const char *path);\n"
11290 "\n"
11291 msgstr ""
11292
11293 #. type: textblock
11294 #: ../src/guestfs-actions.pod:3335 ../fish/guestfish-actions.pod:2353
11295 msgid ""
11296 "This returns C<true> if and only if there is a character device with the "
11297 "given C<path> name."
11298 msgstr ""
11299
11300 #. type: =head2
11301 #: ../src/guestfs-actions.pod:3344
11302 msgid "guestfs_is_config"
11303 msgstr ""
11304
11305 #. type: verbatim
11306 #: ../src/guestfs-actions.pod:3346
11307 #, no-wrap
11308 msgid ""
11309 " int\n"
11310 " guestfs_is_config (guestfs_h *g);\n"
11311 "\n"
11312 msgstr ""
11313
11314 #. type: textblock
11315 #: ../src/guestfs-actions.pod:3349 ../fish/guestfish-actions.pod:2362
11316 msgid ""
11317 "This returns true iff this handle is being configured (in the C<CONFIG> "
11318 "state)."
11319 msgstr ""
11320
11321 #. type: =head2
11322 #: ../src/guestfs-actions.pod:3358
11323 msgid "guestfs_is_dir"
11324 msgstr ""
11325
11326 #. type: verbatim
11327 #: ../src/guestfs-actions.pod:3360
11328 #, no-wrap
11329 msgid ""
11330 " int\n"
11331 " guestfs_is_dir (guestfs_h *g,\n"
11332 "                 const char *path);\n"
11333 "\n"
11334 msgstr ""
11335
11336 #. type: textblock
11337 #: ../src/guestfs-actions.pod:3364 ../fish/guestfish-actions.pod:2371
11338 msgid ""
11339 "This returns C<true> if and only if there is a directory with the given "
11340 "C<path> name.  Note that it returns false for other objects like files."
11341 msgstr ""
11342
11343 #. type: =head2
11344 #: ../src/guestfs-actions.pod:3374
11345 msgid "guestfs_is_fifo"
11346 msgstr ""
11347
11348 #. type: verbatim
11349 #: ../src/guestfs-actions.pod:3376
11350 #, no-wrap
11351 msgid ""
11352 " int\n"
11353 " guestfs_is_fifo (guestfs_h *g,\n"
11354 "                  const char *path);\n"
11355 "\n"
11356 msgstr ""
11357
11358 #. type: textblock
11359 #: ../src/guestfs-actions.pod:3380 ../fish/guestfish-actions.pod:2381
11360 msgid ""
11361 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11362 "given C<path> name."
11363 msgstr ""
11364
11365 #. type: =head2
11366 #: ../src/guestfs-actions.pod:3389
11367 msgid "guestfs_is_file"
11368 msgstr ""
11369
11370 #. type: verbatim
11371 #: ../src/guestfs-actions.pod:3391
11372 #, no-wrap
11373 msgid ""
11374 " int\n"
11375 " guestfs_is_file (guestfs_h *g,\n"
11376 "                  const char *path);\n"
11377 "\n"
11378 msgstr ""
11379
11380 #. type: textblock
11381 #: ../src/guestfs-actions.pod:3395 ../fish/guestfish-actions.pod:2390
11382 msgid ""
11383 "This returns C<true> if and only if there is a regular file with the given "
11384 "C<path> name.  Note that it returns false for other objects like "
11385 "directories."
11386 msgstr ""
11387
11388 #. type: =head2
11389 #: ../src/guestfs-actions.pod:3405
11390 msgid "guestfs_is_launching"
11391 msgstr ""
11392
11393 #. type: verbatim
11394 #: ../src/guestfs-actions.pod:3407
11395 #, no-wrap
11396 msgid ""
11397 " int\n"
11398 " guestfs_is_launching (guestfs_h *g);\n"
11399 "\n"
11400 msgstr ""
11401
11402 #. type: textblock
11403 #: ../src/guestfs-actions.pod:3410 ../fish/guestfish-actions.pod:2400
11404 msgid ""
11405 "This returns true iff this handle is launching the subprocess (in the "
11406 "C<LAUNCHING> state)."
11407 msgstr ""
11408
11409 #. type: =head2
11410 #: ../src/guestfs-actions.pod:3419
11411 msgid "guestfs_is_lv"
11412 msgstr ""
11413
11414 #. type: verbatim
11415 #: ../src/guestfs-actions.pod:3421
11416 #, no-wrap
11417 msgid ""
11418 " int\n"
11419 " guestfs_is_lv (guestfs_h *g,\n"
11420 "                const char *device);\n"
11421 "\n"
11422 msgstr ""
11423
11424 #. type: textblock
11425 #: ../src/guestfs-actions.pod:3425 ../fish/guestfish-actions.pod:2409
11426 msgid ""
11427 "This command tests whether C<device> is a logical volume, and returns true "
11428 "iff this is the case."
11429 msgstr ""
11430
11431 #. type: =head2
11432 #: ../src/guestfs-actions.pod:3432
11433 msgid "guestfs_is_ready"
11434 msgstr ""
11435
11436 #. type: verbatim
11437 #: ../src/guestfs-actions.pod:3434
11438 #, no-wrap
11439 msgid ""
11440 " int\n"
11441 " guestfs_is_ready (guestfs_h *g);\n"
11442 "\n"
11443 msgstr ""
11444
11445 #. type: textblock
11446 #: ../src/guestfs-actions.pod:3437 ../fish/guestfish-actions.pod:2416
11447 msgid ""
11448 "This returns true iff this handle is ready to accept commands (in the "
11449 "C<READY> state)."
11450 msgstr ""
11451
11452 #. type: =head2
11453 #: ../src/guestfs-actions.pod:3446
11454 msgid "guestfs_is_socket"
11455 msgstr ""
11456
11457 #. type: verbatim
11458 #: ../src/guestfs-actions.pod:3448
11459 #, no-wrap
11460 msgid ""
11461 " int\n"
11462 " guestfs_is_socket (guestfs_h *g,\n"
11463 "                    const char *path);\n"
11464 "\n"
11465 msgstr ""
11466
11467 #. type: textblock
11468 #: ../src/guestfs-actions.pod:3452 ../fish/guestfish-actions.pod:2425
11469 msgid ""
11470 "This returns C<true> if and only if there is a Unix domain socket with the "
11471 "given C<path> name."
11472 msgstr ""
11473
11474 #. type: =head2
11475 #: ../src/guestfs-actions.pod:3461
11476 msgid "guestfs_is_symlink"
11477 msgstr ""
11478
11479 #. type: verbatim
11480 #: ../src/guestfs-actions.pod:3463
11481 #, no-wrap
11482 msgid ""
11483 " int\n"
11484 " guestfs_is_symlink (guestfs_h *g,\n"
11485 "                     const char *path);\n"
11486 "\n"
11487 msgstr ""
11488
11489 #. type: textblock
11490 #: ../src/guestfs-actions.pod:3467 ../fish/guestfish-actions.pod:2434
11491 msgid ""
11492 "This returns C<true> if and only if there is a symbolic link with the given "
11493 "C<path> name."
11494 msgstr ""
11495
11496 #. type: =head2
11497 #: ../src/guestfs-actions.pod:3476
11498 msgid "guestfs_kill_subprocess"
11499 msgstr ""
11500
11501 #. type: verbatim
11502 #: ../src/guestfs-actions.pod:3478
11503 #, no-wrap
11504 msgid ""
11505 " int\n"
11506 " guestfs_kill_subprocess (guestfs_h *g);\n"
11507 "\n"
11508 msgstr ""
11509
11510 #. type: textblock
11511 #: ../src/guestfs-actions.pod:3481 ../fish/guestfish-actions.pod:2443
11512 msgid "This kills the qemu subprocess.  You should never need to call this."
11513 msgstr ""
11514
11515 #. type: =head2
11516 #: ../src/guestfs-actions.pod:3487
11517 msgid "guestfs_launch"
11518 msgstr ""
11519
11520 #. type: verbatim
11521 #: ../src/guestfs-actions.pod:3489
11522 #, no-wrap
11523 msgid ""
11524 " int\n"
11525 " guestfs_launch (guestfs_h *g);\n"
11526 "\n"
11527 msgstr ""
11528
11529 #. type: textblock
11530 #: ../src/guestfs-actions.pod:3492 ../fish/guestfish-actions.pod:2451
11531 msgid ""
11532 "Internally libguestfs is implemented by running a virtual machine using "
11533 "L<qemu(1)>."
11534 msgstr ""
11535
11536 #. type: textblock
11537 #: ../src/guestfs-actions.pod:3495 ../fish/guestfish-actions.pod:2454
11538 msgid ""
11539 "You should call this after configuring the handle (eg. adding drives) but "
11540 "before performing any actions."
11541 msgstr ""
11542
11543 #. type: =head2
11544 #: ../src/guestfs-actions.pod:3507
11545 msgid "guestfs_lchown"
11546 msgstr ""
11547
11548 #. type: verbatim
11549 #: ../src/guestfs-actions.pod:3509
11550 #, no-wrap
11551 msgid ""
11552 " int\n"
11553 " guestfs_lchown (guestfs_h *g,\n"
11554 "                 int owner,\n"
11555 "                 int group,\n"
11556 "                 const char *path);\n"
11557 "\n"
11558 msgstr ""
11559
11560 #. type: textblock
11561 #: ../src/guestfs-actions.pod:3515
11562 msgid ""
11563 "Change the file owner to C<owner> and group to C<group>.  This is like "
11564 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
11565 "changed, not the target."
11566 msgstr ""
11567
11568 #. type: =head2
11569 #: ../src/guestfs-actions.pod:3527
11570 msgid "guestfs_lgetxattr"
11571 msgstr ""
11572
11573 #. type: verbatim
11574 #: ../src/guestfs-actions.pod:3529
11575 #, no-wrap
11576 msgid ""
11577 " char *\n"
11578 " guestfs_lgetxattr (guestfs_h *g,\n"
11579 "                    const char *path,\n"
11580 "                    const char *name,\n"
11581 "                    size_t *size_r);\n"
11582 "\n"
11583 msgstr ""
11584
11585 #. type: textblock
11586 #: ../src/guestfs-actions.pod:3535 ../fish/guestfish-actions.pod:2473
11587 msgid ""
11588 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
11589 "is a symlink, then this call returns an extended attribute from the symlink."
11590 msgstr ""
11591
11592 #. type: textblock
11593 #: ../src/guestfs-actions.pod:3549
11594 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
11595 msgstr ""
11596
11597 #. type: =head2
11598 #: ../src/guestfs-actions.pod:3557
11599 msgid "guestfs_lgetxattrs"
11600 msgstr ""
11601
11602 #. type: verbatim
11603 #: ../src/guestfs-actions.pod:3559
11604 #, no-wrap
11605 msgid ""
11606 " struct guestfs_xattr_list *\n"
11607 " guestfs_lgetxattrs (guestfs_h *g,\n"
11608 "                     const char *path);\n"
11609 "\n"
11610 msgstr ""
11611
11612 #. type: textblock
11613 #: ../src/guestfs-actions.pod:3563
11614 msgid ""
11615 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
11616 "then it returns the extended attributes of the link itself."
11617 msgstr ""
11618
11619 #. type: =head2
11620 #: ../src/guestfs-actions.pod:3573
11621 msgid "guestfs_list_devices"
11622 msgstr ""
11623
11624 #. type: verbatim
11625 #: ../src/guestfs-actions.pod:3575
11626 #, no-wrap
11627 msgid ""
11628 " char **\n"
11629 " guestfs_list_devices (guestfs_h *g);\n"
11630 "\n"
11631 msgstr ""
11632
11633 #. type: textblock
11634 #: ../src/guestfs-actions.pod:3578 ../fish/guestfish-actions.pod:2501
11635 msgid "List all the block devices."
11636 msgstr ""
11637
11638 #. type: textblock
11639 #: ../src/guestfs-actions.pod:3580 ../fish/guestfish-actions.pod:2503
11640 msgid "The full block device names are returned, eg. C</dev/sda>."
11641 msgstr ""
11642
11643 #. type: =head2
11644 #: ../src/guestfs-actions.pod:3590
11645 msgid "guestfs_list_filesystems"
11646 msgstr ""
11647
11648 #. type: verbatim
11649 #: ../src/guestfs-actions.pod:3592
11650 #, no-wrap
11651 msgid ""
11652 " char **\n"
11653 " guestfs_list_filesystems (guestfs_h *g);\n"
11654 "\n"
11655 msgstr ""
11656
11657 #. type: textblock
11658 #: ../src/guestfs-actions.pod:3595 ../fish/guestfish-actions.pod:2511
11659 msgid ""
11660 "This inspection command looks for filesystems on partitions, block devices "
11661 "and logical volumes, returning a list of devices containing filesystems and "
11662 "their type."
11663 msgstr ""
11664
11665 #. type: textblock
11666 #: ../src/guestfs-actions.pod:3599 ../fish/guestfish-actions.pod:2515
11667 msgid ""
11668 "The return value is a hash, where the keys are the devices containing "
11669 "filesystems, and the values are the filesystem types.  For example:"
11670 msgstr ""
11671
11672 #. type: verbatim
11673 #: ../src/guestfs-actions.pod:3603 ../fish/guestfish-actions.pod:2519
11674 #, no-wrap
11675 msgid ""
11676 " \"/dev/sda1\" => \"ntfs\"\n"
11677 " \"/dev/sda2\" => \"ext2\"\n"
11678 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
11679 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
11680 "\n"
11681 msgstr ""
11682
11683 #. type: textblock
11684 #: ../src/guestfs-actions.pod:3608 ../fish/guestfish-actions.pod:2524
11685 msgid ""
11686 "The value can have the special value \"unknown\", meaning the content of the "
11687 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
11688 msgstr ""
11689
11690 #. type: textblock
11691 #: ../src/guestfs-actions.pod:3612
11692 msgid ""
11693 "This command runs other libguestfs commands, which might include "
11694 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
11695 "soon after launch and only when nothing is mounted."
11696 msgstr ""
11697
11698 #. type: textblock
11699 #: ../src/guestfs-actions.pod:3616
11700 msgid ""
11701 "Not all of the filesystems returned will be mountable.  In particular, swap "
11702 "partitions are returned in the list.  Also this command does not check that "
11703 "each filesystem found is valid and mountable, and some filesystems might be "
11704 "mountable but require special options.  Filesystems may not all belong to a "
11705 "single logical operating system (use C<guestfs_inspect_os> to look for "
11706 "OSes)."
11707 msgstr ""
11708
11709 #. type: textblock
11710 #: ../src/guestfs-actions.pod:3630 ../src/guestfs-actions.pod:5251
11711 msgid "(Added in 1.5.15)"
11712 msgstr ""
11713
11714 #. type: =head2
11715 #: ../src/guestfs-actions.pod:3632
11716 msgid "guestfs_list_partitions"
11717 msgstr ""
11718
11719 #. type: verbatim
11720 #: ../src/guestfs-actions.pod:3634
11721 #, no-wrap
11722 msgid ""
11723 " char **\n"
11724 " guestfs_list_partitions (guestfs_h *g);\n"
11725 "\n"
11726 msgstr ""
11727
11728 #. type: textblock
11729 #: ../src/guestfs-actions.pod:3637 ../fish/guestfish-actions.pod:2544
11730 msgid "List all the partitions detected on all block devices."
11731 msgstr ""
11732
11733 #. type: textblock
11734 #: ../src/guestfs-actions.pod:3639 ../fish/guestfish-actions.pod:2546
11735 msgid "The full partition device names are returned, eg. C</dev/sda1>"
11736 msgstr ""
11737
11738 #. type: textblock
11739 #: ../src/guestfs-actions.pod:3641
11740 msgid ""
11741 "This does not return logical volumes.  For that you will need to call "
11742 "C<guestfs_lvs>."
11743 msgstr ""
11744
11745 #. type: =head2
11746 #: ../src/guestfs-actions.pod:3652
11747 msgid "guestfs_ll"
11748 msgstr ""
11749
11750 #. type: verbatim
11751 #: ../src/guestfs-actions.pod:3654
11752 #, no-wrap
11753 msgid ""
11754 " char *\n"
11755 " guestfs_ll (guestfs_h *g,\n"
11756 "             const char *directory);\n"
11757 "\n"
11758 msgstr ""
11759
11760 #. type: textblock
11761 #: ../src/guestfs-actions.pod:3658 ../fish/guestfish-actions.pod:2557
11762 msgid ""
11763 "List the files in C<directory> (relative to the root directory, there is no "
11764 "cwd) in the format of 'ls -la'."
11765 msgstr ""
11766
11767 #. type: textblock
11768 #: ../src/guestfs-actions.pod:3661 ../fish/guestfish-actions.pod:2560
11769 msgid ""
11770 "This command is mostly useful for interactive sessions.  It is I<not> "
11771 "intended that you try to parse the output string."
11772 msgstr ""
11773
11774 #. type: =head2
11775 #: ../src/guestfs-actions.pod:3669
11776 msgid "guestfs_ln"
11777 msgstr ""
11778
11779 #. type: verbatim
11780 #: ../src/guestfs-actions.pod:3671
11781 #, no-wrap
11782 msgid ""
11783 " int\n"
11784 " guestfs_ln (guestfs_h *g,\n"
11785 "             const char *target,\n"
11786 "             const char *linkname);\n"
11787 "\n"
11788 msgstr ""
11789
11790 #. type: textblock
11791 #: ../src/guestfs-actions.pod:3676 ../fish/guestfish-actions.pod:2567
11792 msgid "This command creates a hard link using the C<ln> command."
11793 msgstr ""
11794
11795 #. type: =head2
11796 #: ../src/guestfs-actions.pod:3682
11797 msgid "guestfs_ln_f"
11798 msgstr ""
11799
11800 #. type: verbatim
11801 #: ../src/guestfs-actions.pod:3684
11802 #, no-wrap
11803 msgid ""
11804 " int\n"
11805 " guestfs_ln_f (guestfs_h *g,\n"
11806 "               const char *target,\n"
11807 "               const char *linkname);\n"
11808 "\n"
11809 msgstr ""
11810
11811 #. type: textblock
11812 #: ../src/guestfs-actions.pod:3689 ../fish/guestfish-actions.pod:2573
11813 msgid ""
11814 "This command creates a hard link using the C<ln -f> command.  The I<-f> "
11815 "option removes the link (C<linkname>) if it exists already."
11816 msgstr ""
11817
11818 #. type: =head2
11819 #: ../src/guestfs-actions.pod:3696
11820 msgid "guestfs_ln_s"
11821 msgstr ""
11822
11823 #. type: verbatim
11824 #: ../src/guestfs-actions.pod:3698
11825 #, no-wrap
11826 msgid ""
11827 " int\n"
11828 " guestfs_ln_s (guestfs_h *g,\n"
11829 "               const char *target,\n"
11830 "               const char *linkname);\n"
11831 "\n"
11832 msgstr ""
11833
11834 #. type: textblock
11835 #: ../src/guestfs-actions.pod:3703 ../fish/guestfish-actions.pod:2580
11836 msgid "This command creates a symbolic link using the C<ln -s> command."
11837 msgstr ""
11838
11839 #. type: =head2
11840 #: ../src/guestfs-actions.pod:3709
11841 msgid "guestfs_ln_sf"
11842 msgstr ""
11843
11844 #. type: verbatim
11845 #: ../src/guestfs-actions.pod:3711
11846 #, no-wrap
11847 msgid ""
11848 " int\n"
11849 " guestfs_ln_sf (guestfs_h *g,\n"
11850 "                const char *target,\n"
11851 "                const char *linkname);\n"
11852 "\n"
11853 msgstr ""
11854
11855 #. type: textblock
11856 #: ../src/guestfs-actions.pod:3716 ../fish/guestfish-actions.pod:2586
11857 msgid ""
11858 "This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
11859 "option removes the link (C<linkname>) if it exists already."
11860 msgstr ""
11861
11862 #. type: =head2
11863 #: ../src/guestfs-actions.pod:3723
11864 msgid "guestfs_lremovexattr"
11865 msgstr ""
11866
11867 #. type: verbatim
11868 #: ../src/guestfs-actions.pod:3725
11869 #, no-wrap
11870 msgid ""
11871 " int\n"
11872 " guestfs_lremovexattr (guestfs_h *g,\n"
11873 "                       const char *xattr,\n"
11874 "                       const char *path);\n"
11875 "\n"
11876 msgstr ""
11877
11878 #. type: textblock
11879 #: ../src/guestfs-actions.pod:3730
11880 msgid ""
11881 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
11882 "link, then it removes an extended attribute of the link itself."
11883 msgstr ""
11884
11885 #. type: =head2
11886 #: ../src/guestfs-actions.pod:3738
11887 msgid "guestfs_ls"
11888 msgstr ""
11889
11890 #. type: verbatim
11891 #: ../src/guestfs-actions.pod:3740
11892 #, no-wrap
11893 msgid ""
11894 " char **\n"
11895 " guestfs_ls (guestfs_h *g,\n"
11896 "             const char *directory);\n"
11897 "\n"
11898 msgstr ""
11899
11900 #. type: textblock
11901 #: ../src/guestfs-actions.pod:3744 ../fish/guestfish-actions.pod:2601
11902 msgid ""
11903 "List the files in C<directory> (relative to the root directory, there is no "
11904 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
11905 "shown."
11906 msgstr ""
11907
11908 #. type: textblock
11909 #: ../src/guestfs-actions.pod:3748
11910 msgid ""
11911 "This command is mostly useful for interactive sessions.  Programs should "
11912 "probably use C<guestfs_readdir> instead."
11913 msgstr ""
11914
11915 #. type: =head2
11916 #: ../src/guestfs-actions.pod:3757
11917 msgid "guestfs_lsetxattr"
11918 msgstr ""
11919
11920 #. type: verbatim
11921 #: ../src/guestfs-actions.pod:3759
11922 #, no-wrap
11923 msgid ""
11924 " int\n"
11925 " guestfs_lsetxattr (guestfs_h *g,\n"
11926 "                    const char *xattr,\n"
11927 "                    const char *val,\n"
11928 "                    int vallen,\n"
11929 "                    const char *path);\n"
11930 "\n"
11931 msgstr ""
11932
11933 #. type: textblock
11934 #: ../src/guestfs-actions.pod:3766
11935 msgid ""
11936 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
11937 "then it sets an extended attribute of the link itself."
11938 msgstr ""
11939
11940 #. type: =head2
11941 #: ../src/guestfs-actions.pod:3774
11942 msgid "guestfs_lstat"
11943 msgstr ""
11944
11945 #. type: verbatim
11946 #: ../src/guestfs-actions.pod:3776
11947 #, no-wrap
11948 msgid ""
11949 " struct guestfs_stat *\n"
11950 " guestfs_lstat (guestfs_h *g,\n"
11951 "                const char *path);\n"
11952 "\n"
11953 msgstr ""
11954
11955 #. type: textblock
11956 #: ../src/guestfs-actions.pod:3780 ../src/guestfs-actions.pod:6382 ../fish/guestfish-actions.pod:2620 ../fish/guestfish-actions.pod:4333
11957 msgid "Returns file information for the given C<path>."
11958 msgstr ""
11959
11960 #. type: textblock
11961 #: ../src/guestfs-actions.pod:3782
11962 msgid ""
11963 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
11964 "link, then the link is stat-ed, not the file it refers to."
11965 msgstr ""
11966
11967 #. type: textblock
11968 #: ../src/guestfs-actions.pod:3786 ../fish/guestfish-actions.pod:2626
11969 msgid "This is the same as the C<lstat(2)> system call."
11970 msgstr ""
11971
11972 #. type: textblock
11973 #: ../src/guestfs-actions.pod:3788 ../src/guestfs-actions.pod:6386
11974 msgid ""
11975 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
11976 "error.  I<The caller must call C<guestfs_free_stat> after use>."
11977 msgstr ""
11978
11979 #. type: textblock
11980 #: ../src/guestfs-actions.pod:3792 ../src/guestfs-actions.pod:6390 ../src/guestfs-actions.pod:6408 ../src/guestfs-actions.pod:6789
11981 msgid "(Added in 0.9.2)"
11982 msgstr ""
11983
11984 #. type: =head2
11985 #: ../src/guestfs-actions.pod:3794
11986 msgid "guestfs_lstatlist"
11987 msgstr ""
11988
11989 #. type: verbatim
11990 #: ../src/guestfs-actions.pod:3796
11991 #, no-wrap
11992 msgid ""
11993 " struct guestfs_stat_list *\n"
11994 " guestfs_lstatlist (guestfs_h *g,\n"
11995 "                    const char *path,\n"
11996 "                    char *const *names);\n"
11997 "\n"
11998 msgstr ""
11999
12000 #. type: textblock
12001 #: ../src/guestfs-actions.pod:3801
12002 msgid ""
12003 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
12004 "files, where all files are in the directory C<path>.  C<names> is the list "
12005 "of files from this directory."
12006 msgstr ""
12007
12008 #. type: textblock
12009 #: ../src/guestfs-actions.pod:3805 ../fish/guestfish-actions.pod:2636
12010 msgid ""
12011 "On return you get a list of stat structs, with a one-to-one correspondence "
12012 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
12013 "then the C<ino> field of that structure is set to C<-1>."
12014 msgstr ""
12015
12016 #. type: textblock
12017 #: ../src/guestfs-actions.pod:3810
12018 msgid ""
12019 "This call is intended for programs that want to efficiently list a directory "
12020 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
12021 "for a similarly efficient call for getting extended attributes.  Very long "
12022 "directory listings might cause the protocol message size to be exceeded, "
12023 "causing this call to fail.  The caller must split up such requests into "
12024 "smaller groups of names."
12025 msgstr ""
12026
12027 #. type: textblock
12028 #: ../src/guestfs-actions.pod:3818
12029 msgid ""
12030 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12031 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12032 msgstr ""
12033
12034 #. type: =head2
12035 #: ../src/guestfs-actions.pod:3824
12036 msgid "guestfs_luks_add_key"
12037 msgstr ""
12038
12039 #. type: verbatim
12040 #: ../src/guestfs-actions.pod:3826
12041 #, no-wrap
12042 msgid ""
12043 " int\n"
12044 " guestfs_luks_add_key (guestfs_h *g,\n"
12045 "                       const char *device,\n"
12046 "                       const char *key,\n"
12047 "                       const char *newkey,\n"
12048 "                       int keyslot);\n"
12049 "\n"
12050 msgstr ""
12051
12052 #. type: textblock
12053 #: ../src/guestfs-actions.pod:3833 ../fish/guestfish-actions.pod:2653
12054 msgid ""
12055 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12056 "existing key, and is used to access the device.  C<newkey> is the new key to "
12057 "add.  C<keyslot> is the key slot that will be replaced."
12058 msgstr ""
12059
12060 #. type: textblock
12061 #: ../src/guestfs-actions.pod:3838
12062 msgid ""
12063 "Note that if C<keyslot> already contains a key, then this command will "
12064 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12065 msgstr ""
12066
12067 #. type: textblock
12068 #: ../src/guestfs-actions.pod:3844 ../src/guestfs-actions.pod:3884 ../src/guestfs-actions.pod:3907 ../src/guestfs-actions.pod:3927 ../src/guestfs-actions.pod:3959 ../src/guestfs-actions.pod:3978
12069 msgid ""
12070 "This function takes a key or passphrase parameter which could contain "
12071 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12072 "information."
12073 msgstr ""
12074
12075 #. type: textblock
12076 #: ../src/guestfs-actions.pod:3848 ../src/guestfs-actions.pod:3888 ../src/guestfs-actions.pod:3911 ../src/guestfs-actions.pod:3931
12077 msgid "(Added in 1.5.2)"
12078 msgstr ""
12079
12080 #. type: =head2
12081 #: ../src/guestfs-actions.pod:3850
12082 msgid "guestfs_luks_close"
12083 msgstr ""
12084
12085 #. type: verbatim
12086 #: ../src/guestfs-actions.pod:3852
12087 #, no-wrap
12088 msgid ""
12089 " int\n"
12090 " guestfs_luks_close (guestfs_h *g,\n"
12091 "                     const char *device);\n"
12092 "\n"
12093 msgstr ""
12094
12095 #. type: textblock
12096 #: ../src/guestfs-actions.pod:3856
12097 msgid ""
12098 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12099 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12100 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12101 "underlying block device."
12102 msgstr ""
12103
12104 #. type: textblock
12105 #: ../src/guestfs-actions.pod:3864 ../src/guestfs-actions.pod:3963 ../src/guestfs-actions.pod:3982 ../src/guestfs-actions.pod:4032 ../src/guestfs-actions.pod:4080
12106 msgid "(Added in 1.5.1)"
12107 msgstr ""
12108
12109 #. type: =head2
12110 #: ../src/guestfs-actions.pod:3866
12111 msgid "guestfs_luks_format"
12112 msgstr ""
12113
12114 #. type: verbatim
12115 #: ../src/guestfs-actions.pod:3868
12116 #, no-wrap
12117 msgid ""
12118 " int\n"
12119 " guestfs_luks_format (guestfs_h *g,\n"
12120 "                      const char *device,\n"
12121 "                      const char *key,\n"
12122 "                      int keyslot);\n"
12123 "\n"
12124 msgstr ""
12125
12126 #. type: textblock
12127 #: ../src/guestfs-actions.pod:3874 ../fish/guestfish-actions.pod:2679
12128 msgid ""
12129 "This command erases existing data on C<device> and formats the device as a "
12130 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12131 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12132 msgstr ""
12133
12134 #. type: textblock
12135 #: ../src/guestfs-actions.pod:3881 ../src/guestfs-actions.pod:3904 ../src/guestfs-actions.pod:4044 ../src/guestfs-actions.pod:5002 ../src/guestfs-actions.pod:5782 ../src/guestfs-actions.pod:6189 ../src/guestfs-actions.pod:6219 ../src/guestfs-actions.pod:6252 ../src/guestfs-actions.pod:7433 ../fish/guestfish-actions.pod:2687 ../fish/guestfish-actions.pod:2700 ../fish/guestfish-actions.pod:2784 ../fish/guestfish-actions.pod:3374 ../fish/guestfish-actions.pod:3894 ../fish/guestfish-actions.pod:4204 ../fish/guestfish-actions.pod:4227 ../fish/guestfish-actions.pod:4249 ../fish/guestfish-actions.pod:4978
12136 msgid ""
12137 "B<This command is dangerous.  Without careful use you can easily destroy all "
12138 "your data>."
12139 msgstr ""
12140
12141 #. type: =head2
12142 #: ../src/guestfs-actions.pod:3890
12143 msgid "guestfs_luks_format_cipher"
12144 msgstr ""
12145
12146 #. type: verbatim
12147 #: ../src/guestfs-actions.pod:3892
12148 #, no-wrap
12149 msgid ""
12150 " int\n"
12151 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12152 "                             const char *device,\n"
12153 "                             const char *key,\n"
12154 "                             int keyslot,\n"
12155 "                             const char *cipher);\n"
12156 "\n"
12157 msgstr ""
12158
12159 #. type: textblock
12160 #: ../src/guestfs-actions.pod:3899
12161 msgid ""
12162 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12163 "set the C<cipher> used."
12164 msgstr ""
12165
12166 #. type: =head2
12167 #: ../src/guestfs-actions.pod:3913
12168 msgid "guestfs_luks_kill_slot"
12169 msgstr ""
12170
12171 #. type: verbatim
12172 #: ../src/guestfs-actions.pod:3915
12173 #, no-wrap
12174 msgid ""
12175 " int\n"
12176 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12177 "                         const char *device,\n"
12178 "                         const char *key,\n"
12179 "                         int keyslot);\n"
12180 "\n"
12181 msgstr ""
12182
12183 #. type: textblock
12184 #: ../src/guestfs-actions.pod:3921 ../fish/guestfish-actions.pod:2707
12185 msgid ""
12186 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12187 "device C<device>.  C<key> must be one of the I<other> keys."
12188 msgstr ""
12189
12190 #. type: =head2
12191 #: ../src/guestfs-actions.pod:3933
12192 msgid "guestfs_luks_open"
12193 msgstr ""
12194
12195 #. type: verbatim
12196 #: ../src/guestfs-actions.pod:3935
12197 #, no-wrap
12198 msgid ""
12199 " int\n"
12200 " guestfs_luks_open (guestfs_h *g,\n"
12201 "                    const char *device,\n"
12202 "                    const char *key,\n"
12203 "                    const char *mapname);\n"
12204 "\n"
12205 msgstr ""
12206
12207 #. type: textblock
12208 #: ../src/guestfs-actions.pod:3941 ../fish/guestfish-actions.pod:2718
12209 msgid ""
12210 "This command opens a block device which has been encrypted according to the "
12211 "Linux Unified Key Setup (LUKS) standard."
12212 msgstr ""
12213
12214 #. type: textblock
12215 #: ../src/guestfs-actions.pod:3944 ../fish/guestfish-actions.pod:2721
12216 msgid "C<device> is the encrypted block device or partition."
12217 msgstr ""
12218
12219 #. type: textblock
12220 #: ../src/guestfs-actions.pod:3946 ../fish/guestfish-actions.pod:2723
12221 msgid ""
12222 "The caller must supply one of the keys associated with the LUKS block "
12223 "device, in the C<key> parameter."
12224 msgstr ""
12225
12226 #. type: textblock
12227 #: ../src/guestfs-actions.pod:3949 ../fish/guestfish-actions.pod:2726
12228 msgid ""
12229 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
12230 "writes to this block device are decrypted from and encrypted to the "
12231 "underlying C<device> respectively."
12232 msgstr ""
12233
12234 #. type: textblock
12235 #: ../src/guestfs-actions.pod:3953
12236 msgid ""
12237 "If this block device contains LVM volume groups, then calling "
12238 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
12239 "visible."
12240 msgstr ""
12241
12242 #. type: =head2
12243 #: ../src/guestfs-actions.pod:3965
12244 msgid "guestfs_luks_open_ro"
12245 msgstr ""
12246
12247 #. type: verbatim
12248 #: ../src/guestfs-actions.pod:3967
12249 #, no-wrap
12250 msgid ""
12251 " int\n"
12252 " guestfs_luks_open_ro (guestfs_h *g,\n"
12253 "                       const char *device,\n"
12254 "                       const char *key,\n"
12255 "                       const char *mapname);\n"
12256 "\n"
12257 msgstr ""
12258
12259 #. type: textblock
12260 #: ../src/guestfs-actions.pod:3973
12261 msgid ""
12262 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
12263 "created."
12264 msgstr ""
12265
12266 #. type: =head2
12267 #: ../src/guestfs-actions.pod:3984
12268 msgid "guestfs_lvcreate"
12269 msgstr ""
12270
12271 #. type: verbatim
12272 #: ../src/guestfs-actions.pod:3986
12273 #, no-wrap
12274 msgid ""
12275 " int\n"
12276 " guestfs_lvcreate (guestfs_h *g,\n"
12277 "                   const char *logvol,\n"
12278 "                   const char *volgroup,\n"
12279 "                   int mbytes);\n"
12280 "\n"
12281 msgstr ""
12282
12283 #. type: textblock
12284 #: ../src/guestfs-actions.pod:3992 ../fish/guestfish-actions.pod:2751
12285 msgid ""
12286 "This creates an LVM logical volume called C<logvol> on the volume group "
12287 "C<volgroup>, with C<size> megabytes."
12288 msgstr ""
12289
12290 #. type: =head2
12291 #: ../src/guestfs-actions.pod:3999
12292 msgid "guestfs_lvm_canonical_lv_name"
12293 msgstr ""
12294
12295 #. type: verbatim
12296 #: ../src/guestfs-actions.pod:4001
12297 #, no-wrap
12298 msgid ""
12299 " char *\n"
12300 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
12301 "                                const char *lvname);\n"
12302 "\n"
12303 msgstr ""
12304
12305 #. type: textblock
12306 #: ../src/guestfs-actions.pod:4005 ../fish/guestfish-actions.pod:2758
12307 msgid ""
12308 "This converts alternative naming schemes for LVs that you might find to the "
12309 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
12310 "C</dev/VG/LV>."
12311 msgstr ""
12312
12313 #. type: textblock
12314 #: ../src/guestfs-actions.pod:4009 ../fish/guestfish-actions.pod:2762
12315 msgid ""
12316 "This command returns an error if the C<lvname> parameter does not refer to a "
12317 "logical volume."
12318 msgstr ""
12319
12320 #. type: textblock
12321 #: ../src/guestfs-actions.pod:4012
12322 msgid "See also C<guestfs_is_lv>."
12323 msgstr ""
12324
12325 #. type: textblock
12326 #: ../src/guestfs-actions.pod:4017
12327 msgid "(Added in 1.5.24)"
12328 msgstr ""
12329
12330 #. type: =head2
12331 #: ../src/guestfs-actions.pod:4019
12332 msgid "guestfs_lvm_clear_filter"
12333 msgstr ""
12334
12335 #. type: verbatim
12336 #: ../src/guestfs-actions.pod:4021
12337 #, no-wrap
12338 msgid ""
12339 " int\n"
12340 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
12341 "\n"
12342 msgstr ""
12343
12344 #. type: textblock
12345 #: ../src/guestfs-actions.pod:4024
12346 msgid ""
12347 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
12348 "see every block device."
12349 msgstr ""
12350
12351 #. type: textblock
12352 #: ../src/guestfs-actions.pod:4027 ../src/guestfs-actions.pod:4069 ../fish/guestfish-actions.pod:2774 ../fish/guestfish-actions.pod:2805
12353 msgid "This command also clears the LVM cache and performs a volume group scan."
12354 msgstr ""
12355
12356 #. type: =head2
12357 #: ../src/guestfs-actions.pod:4034
12358 msgid "guestfs_lvm_remove_all"
12359 msgstr ""
12360
12361 #. type: verbatim
12362 #: ../src/guestfs-actions.pod:4036
12363 #, no-wrap
12364 msgid ""
12365 " int\n"
12366 " guestfs_lvm_remove_all (guestfs_h *g);\n"
12367 "\n"
12368 msgstr ""
12369
12370 #. type: textblock
12371 #: ../src/guestfs-actions.pod:4039 ../fish/guestfish-actions.pod:2781
12372 msgid ""
12373 "This command removes all LVM logical volumes, volume groups and physical "
12374 "volumes."
12375 msgstr ""
12376
12377 #. type: =head2
12378 #: ../src/guestfs-actions.pod:4049
12379 msgid "guestfs_lvm_set_filter"
12380 msgstr ""
12381
12382 #. type: verbatim
12383 #: ../src/guestfs-actions.pod:4051
12384 #, no-wrap
12385 msgid ""
12386 " int\n"
12387 " guestfs_lvm_set_filter (guestfs_h *g,\n"
12388 "                         char *const *devices);\n"
12389 "\n"
12390 msgstr ""
12391
12392 #. type: textblock
12393 #: ../src/guestfs-actions.pod:4055 ../fish/guestfish-actions.pod:2791
12394 msgid ""
12395 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
12396 "block devices in the list C<devices>, and will ignore all other attached "
12397 "block devices."
12398 msgstr ""
12399
12400 #. type: textblock
12401 #: ../src/guestfs-actions.pod:4059 ../fish/guestfish-actions.pod:2795
12402 msgid ""
12403 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
12404 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
12405 "there are two types of duplication possible: either cloned PVs/VGs which "
12406 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
12407 "same name.  In normal operation you cannot create this situation, but you "
12408 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
12409 "inside the LVM metadata."
12410 msgstr ""
12411
12412 #. type: textblock
12413 #: ../src/guestfs-actions.pod:4072 ../fish/guestfish-actions.pod:2808
12414 msgid "You can filter whole block devices or individual partitions."
12415 msgstr ""
12416
12417 #. type: textblock
12418 #: ../src/guestfs-actions.pod:4074 ../fish/guestfish-actions.pod:2810
12419 msgid ""
12420 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
12421 "filesystem), even if you are not filtering out that VG."
12422 msgstr ""
12423
12424 #. type: =head2
12425 #: ../src/guestfs-actions.pod:4082
12426 msgid "guestfs_lvremove"
12427 msgstr ""
12428
12429 #. type: verbatim
12430 #: ../src/guestfs-actions.pod:4084
12431 #, no-wrap
12432 msgid ""
12433 " int\n"
12434 " guestfs_lvremove (guestfs_h *g,\n"
12435 "                   const char *device);\n"
12436 "\n"
12437 msgstr ""
12438
12439 #. type: textblock
12440 #: ../src/guestfs-actions.pod:4088 ../fish/guestfish-actions.pod:2818
12441 msgid ""
12442 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
12443 "LV, such as C</dev/VG/LV>."
12444 msgstr ""
12445
12446 #. type: textblock
12447 #: ../src/guestfs-actions.pod:4091 ../fish/guestfish-actions.pod:2821
12448 msgid ""
12449 "You can also remove all LVs in a volume group by specifying the VG name, "
12450 "C</dev/VG>."
12451 msgstr ""
12452
12453 #. type: textblock
12454 #: ../src/guestfs-actions.pod:4096 ../src/guestfs-actions.pod:5348 ../src/guestfs-actions.pod:7165
12455 msgid "(Added in 1.0.13)"
12456 msgstr ""
12457
12458 #. type: =head2
12459 #: ../src/guestfs-actions.pod:4098
12460 msgid "guestfs_lvrename"
12461 msgstr ""
12462
12463 #. type: verbatim
12464 #: ../src/guestfs-actions.pod:4100
12465 #, no-wrap
12466 msgid ""
12467 " int\n"
12468 " guestfs_lvrename (guestfs_h *g,\n"
12469 "                   const char *logvol,\n"
12470 "                   const char *newlogvol);\n"
12471 "\n"
12472 msgstr ""
12473
12474 #. type: textblock
12475 #: ../src/guestfs-actions.pod:4105 ../fish/guestfish-actions.pod:2828
12476 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
12477 msgstr ""
12478
12479 #. type: textblock
12480 #: ../src/guestfs-actions.pod:4109 ../src/guestfs-actions.pod:7178
12481 msgid "(Added in 1.0.83)"
12482 msgstr ""
12483
12484 #. type: =head2
12485 #: ../src/guestfs-actions.pod:4111
12486 msgid "guestfs_lvresize"
12487 msgstr ""
12488
12489 #. type: verbatim
12490 #: ../src/guestfs-actions.pod:4113
12491 #, no-wrap
12492 msgid ""
12493 " int\n"
12494 " guestfs_lvresize (guestfs_h *g,\n"
12495 "                   const char *device,\n"
12496 "                   int mbytes);\n"
12497 "\n"
12498 msgstr ""
12499
12500 #. type: textblock
12501 #: ../src/guestfs-actions.pod:4118 ../fish/guestfish-actions.pod:2834
12502 msgid ""
12503 "This resizes (expands or shrinks) an existing LVM logical volume to "
12504 "C<mbytes>.  When reducing, data in the reduced part is lost."
12505 msgstr ""
12506
12507 #. type: =head2
12508 #: ../src/guestfs-actions.pod:4126
12509 msgid "guestfs_lvresize_free"
12510 msgstr ""
12511
12512 #. type: verbatim
12513 #: ../src/guestfs-actions.pod:4128
12514 #, no-wrap
12515 msgid ""
12516 " int\n"
12517 " guestfs_lvresize_free (guestfs_h *g,\n"
12518 "                        const char *lv,\n"
12519 "                        int percent);\n"
12520 "\n"
12521 msgstr ""
12522
12523 #. type: textblock
12524 #: ../src/guestfs-actions.pod:4133 ../fish/guestfish-actions.pod:2842
12525 msgid ""
12526 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
12527 "remaining free space in the volume group.  Commonly you would call this with "
12528 "pc = 100 which expands the logical volume as much as possible, using all "
12529 "remaining free space in the volume group."
12530 msgstr ""
12531
12532 #. type: textblock
12533 #: ../src/guestfs-actions.pod:4141
12534 msgid "(Added in 1.3.3)"
12535 msgstr ""
12536
12537 #. type: =head2
12538 #: ../src/guestfs-actions.pod:4143
12539 msgid "guestfs_lvs"
12540 msgstr ""
12541
12542 #. type: verbatim
12543 #: ../src/guestfs-actions.pod:4145
12544 #, no-wrap
12545 msgid ""
12546 " char **\n"
12547 " guestfs_lvs (guestfs_h *g);\n"
12548 "\n"
12549 msgstr ""
12550
12551 #. type: textblock
12552 #: ../src/guestfs-actions.pod:4148 ../fish/guestfish-actions.pod:2852
12553 msgid ""
12554 "List all the logical volumes detected.  This is the equivalent of the "
12555 "L<lvs(8)> command."
12556 msgstr ""
12557
12558 #. type: textblock
12559 #: ../src/guestfs-actions.pod:4151 ../fish/guestfish-actions.pod:2855
12560 msgid ""
12561 "This returns a list of the logical volume device names "
12562 "(eg. C</dev/VolGroup00/LogVol00>)."
12563 msgstr ""
12564
12565 #. type: textblock
12566 #: ../src/guestfs-actions.pod:4154
12567 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
12568 msgstr ""
12569
12570 #. type: =head2
12571 #: ../src/guestfs-actions.pod:4162
12572 msgid "guestfs_lvs_full"
12573 msgstr ""
12574
12575 #. type: verbatim
12576 #: ../src/guestfs-actions.pod:4164
12577 #, no-wrap
12578 msgid ""
12579 " struct guestfs_lvm_lv_list *\n"
12580 " guestfs_lvs_full (guestfs_h *g);\n"
12581 "\n"
12582 msgstr ""
12583
12584 #. type: textblock
12585 #: ../src/guestfs-actions.pod:4167 ../fish/guestfish-actions.pod:2864
12586 msgid ""
12587 "List all the logical volumes detected.  This is the equivalent of the "
12588 "L<lvs(8)> command.  The \"full\" version includes all fields."
12589 msgstr ""
12590
12591 #. type: textblock
12592 #: ../src/guestfs-actions.pod:4170
12593 msgid ""
12594 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
12595 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
12596 "use>."
12597 msgstr ""
12598
12599 #. type: =head2
12600 #: ../src/guestfs-actions.pod:4176
12601 msgid "guestfs_lvuuid"
12602 msgstr ""
12603
12604 #. type: verbatim
12605 #: ../src/guestfs-actions.pod:4178
12606 #, no-wrap
12607 msgid ""
12608 " char *\n"
12609 " guestfs_lvuuid (guestfs_h *g,\n"
12610 "                 const char *device);\n"
12611 "\n"
12612 msgstr ""
12613
12614 #. type: textblock
12615 #: ../src/guestfs-actions.pod:4182 ../fish/guestfish-actions.pod:2871
12616 msgid "This command returns the UUID of the LVM LV C<device>."
12617 msgstr ""
12618
12619 #. type: =head2
12620 #: ../src/guestfs-actions.pod:4189
12621 msgid "guestfs_lxattrlist"
12622 msgstr ""
12623
12624 #. type: verbatim
12625 #: ../src/guestfs-actions.pod:4191
12626 #, no-wrap
12627 msgid ""
12628 " struct guestfs_xattr_list *\n"
12629 " guestfs_lxattrlist (guestfs_h *g,\n"
12630 "                     const char *path,\n"
12631 "                     char *const *names);\n"
12632 "\n"
12633 msgstr ""
12634
12635 #. type: textblock
12636 #: ../src/guestfs-actions.pod:4196 ../fish/guestfish-actions.pod:2877
12637 msgid ""
12638 "This call allows you to get the extended attributes of multiple files, where "
12639 "all files are in the directory C<path>.  C<names> is the list of files from "
12640 "this directory."
12641 msgstr ""
12642
12643 #. type: textblock
12644 #: ../src/guestfs-actions.pod:4200 ../fish/guestfish-actions.pod:2881
12645 msgid ""
12646 "On return you get a flat list of xattr structs which must be interpreted "
12647 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
12648 "C<attrval> in this struct is zero-length to indicate there was an error "
12649 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
12650 "number (the number of following attributes for this file, which could be "
12651 "C<\"0\">).  Then after the first xattr struct are the zero or more "
12652 "attributes for the first named file.  This repeats for the second and "
12653 "subsequent files."
12654 msgstr ""
12655
12656 #. type: textblock
12657 #: ../src/guestfs-actions.pod:4210
12658 msgid ""
12659 "This call is intended for programs that want to efficiently list a directory "
12660 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
12661 "a similarly efficient call for getting standard stats.  Very long directory "
12662 "listings might cause the protocol message size to be exceeded, causing this "
12663 "call to fail.  The caller must split up such requests into smaller groups of "
12664 "names."
12665 msgstr ""
12666
12667 #. type: =head2
12668 #: ../src/guestfs-actions.pod:4224
12669 msgid "guestfs_mkdir"
12670 msgstr ""
12671
12672 #. type: verbatim
12673 #: ../src/guestfs-actions.pod:4226
12674 #, no-wrap
12675 msgid ""
12676 " int\n"
12677 " guestfs_mkdir (guestfs_h *g,\n"
12678 "                const char *path);\n"
12679 "\n"
12680 msgstr ""
12681
12682 #. type: textblock
12683 #: ../src/guestfs-actions.pod:4230 ../fish/guestfish-actions.pod:2903
12684 msgid "Create a directory named C<path>."
12685 msgstr ""
12686
12687 #. type: =head2
12688 #: ../src/guestfs-actions.pod:4236
12689 msgid "guestfs_mkdir_mode"
12690 msgstr ""
12691
12692 #. type: verbatim
12693 #: ../src/guestfs-actions.pod:4238
12694 #, no-wrap
12695 msgid ""
12696 " int\n"
12697 " guestfs_mkdir_mode (guestfs_h *g,\n"
12698 "                     const char *path,\n"
12699 "                     int mode);\n"
12700 "\n"
12701 msgstr ""
12702
12703 #. type: textblock
12704 #: ../src/guestfs-actions.pod:4243 ../fish/guestfish-actions.pod:2909
12705 msgid ""
12706 "This command creates a directory, setting the initial permissions of the "
12707 "directory to C<mode>."
12708 msgstr ""
12709
12710 #. type: textblock
12711 #: ../src/guestfs-actions.pod:4246 ../fish/guestfish-actions.pod:2912
12712 msgid ""
12713 "For common Linux filesystems, the actual mode which is set will be C<mode & "
12714 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
12715 "other ways."
12716 msgstr ""
12717
12718 #. type: textblock
12719 #: ../src/guestfs-actions.pod:4250
12720 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
12721 msgstr ""
12722
12723 #. type: =head2
12724 #: ../src/guestfs-actions.pod:4256
12725 msgid "guestfs_mkdir_p"
12726 msgstr ""
12727
12728 #. type: verbatim
12729 #: ../src/guestfs-actions.pod:4258
12730 #, no-wrap
12731 msgid ""
12732 " int\n"
12733 " guestfs_mkdir_p (guestfs_h *g,\n"
12734 "                  const char *path);\n"
12735 "\n"
12736 msgstr ""
12737
12738 #. type: textblock
12739 #: ../src/guestfs-actions.pod:4262 ../fish/guestfish-actions.pod:2922
12740 msgid ""
12741 "Create a directory named C<path>, creating any parent directories as "
12742 "necessary.  This is like the C<mkdir -p> shell command."
12743 msgstr ""
12744
12745 #. type: =head2
12746 #: ../src/guestfs-actions.pod:4269
12747 msgid "guestfs_mkdtemp"
12748 msgstr ""
12749
12750 #. type: verbatim
12751 #: ../src/guestfs-actions.pod:4271
12752 #, no-wrap
12753 msgid ""
12754 " char *\n"
12755 " guestfs_mkdtemp (guestfs_h *g,\n"
12756 "                  const char *template);\n"
12757 "\n"
12758 msgstr ""
12759
12760 #. type: textblock
12761 #: ../src/guestfs-actions.pod:4275 ../fish/guestfish-actions.pod:2929
12762 msgid ""
12763 "This command creates a temporary directory.  The C<template> parameter "
12764 "should be a full pathname for the temporary directory name with the final "
12765 "six characters being \"XXXXXX\"."
12766 msgstr ""
12767
12768 #. type: textblock
12769 #: ../src/guestfs-actions.pod:4280 ../fish/guestfish-actions.pod:2934
12770 msgid ""
12771 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
12772 "being suitable for Windows filesystems."
12773 msgstr ""
12774
12775 #. type: textblock
12776 #: ../src/guestfs-actions.pod:4283 ../fish/guestfish-actions.pod:2937
12777 msgid "The name of the temporary directory that was created is returned."
12778 msgstr ""
12779
12780 #. type: textblock
12781 #: ../src/guestfs-actions.pod:4286 ../fish/guestfish-actions.pod:2940
12782 msgid "The temporary directory is created with mode 0700 and is owned by root."
12783 msgstr ""
12784
12785 #. type: textblock
12786 #: ../src/guestfs-actions.pod:4289 ../fish/guestfish-actions.pod:2943
12787 msgid ""
12788 "The caller is responsible for deleting the temporary directory and its "
12789 "contents after use."
12790 msgstr ""
12791
12792 #. type: textblock
12793 #: ../src/guestfs-actions.pod:4292 ../fish/guestfish-actions.pod:2946
12794 msgid "See also: L<mkdtemp(3)>"
12795 msgstr ""
12796
12797 #. type: =head2
12798 #: ../src/guestfs-actions.pod:4299
12799 msgid "guestfs_mke2fs_J"
12800 msgstr ""
12801
12802 #. type: verbatim
12803 #: ../src/guestfs-actions.pod:4301
12804 #, no-wrap
12805 msgid ""
12806 " int\n"
12807 " guestfs_mke2fs_J (guestfs_h *g,\n"
12808 "                   const char *fstype,\n"
12809 "                   int blocksize,\n"
12810 "                   const char *device,\n"
12811 "                   const char *journal);\n"
12812 "\n"
12813 msgstr ""
12814
12815 #. type: textblock
12816 #: ../src/guestfs-actions.pod:4308 ../fish/guestfish-actions.pod:2952
12817 msgid ""
12818 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12819 "C<journal>.  It is equivalent to the command:"
12820 msgstr ""
12821
12822 #. type: verbatim
12823 #: ../src/guestfs-actions.pod:4312 ../fish/guestfish-actions.pod:2956
12824 #, no-wrap
12825 msgid ""
12826 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
12827 "\n"
12828 msgstr ""
12829
12830 #. type: textblock
12831 #: ../src/guestfs-actions.pod:4314
12832 msgid "See also C<guestfs_mke2journal>."
12833 msgstr ""
12834
12835 #. type: textblock
12836 #: ../src/guestfs-actions.pod:4318 ../src/guestfs-actions.pod:4336 ../src/guestfs-actions.pod:4354 ../src/guestfs-actions.pod:4370 ../src/guestfs-actions.pod:4384 ../src/guestfs-actions.pod:4398 ../src/guestfs-actions.pod:4457 ../src/guestfs-actions.pod:4722
12837 msgid "(Added in 1.0.68)"
12838 msgstr ""
12839
12840 #. type: =head2
12841 #: ../src/guestfs-actions.pod:4320
12842 msgid "guestfs_mke2fs_JL"
12843 msgstr ""
12844
12845 #. type: verbatim
12846 #: ../src/guestfs-actions.pod:4322
12847 #, no-wrap
12848 msgid ""
12849 " int\n"
12850 " guestfs_mke2fs_JL (guestfs_h *g,\n"
12851 "                    const char *fstype,\n"
12852 "                    int blocksize,\n"
12853 "                    const char *device,\n"
12854 "                    const char *label);\n"
12855 "\n"
12856 msgstr ""
12857
12858 #. type: textblock
12859 #: ../src/guestfs-actions.pod:4329 ../fish/guestfish-actions.pod:2964
12860 msgid ""
12861 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12862 "the journal labeled C<label>."
12863 msgstr ""
12864
12865 #. type: textblock
12866 #: ../src/guestfs-actions.pod:4332
12867 msgid "See also C<guestfs_mke2journal_L>."
12868 msgstr ""
12869
12870 #. type: =head2
12871 #: ../src/guestfs-actions.pod:4338
12872 msgid "guestfs_mke2fs_JU"
12873 msgstr ""
12874
12875 #. type: verbatim
12876 #: ../src/guestfs-actions.pod:4340
12877 #, no-wrap
12878 msgid ""
12879 " int\n"
12880 " guestfs_mke2fs_JU (guestfs_h *g,\n"
12881 "                    const char *fstype,\n"
12882 "                    int blocksize,\n"
12883 "                    const char *device,\n"
12884 "                    const char *uuid);\n"
12885 "\n"
12886 msgstr ""
12887
12888 #. type: textblock
12889 #: ../src/guestfs-actions.pod:4347 ../fish/guestfish-actions.pod:2973
12890 msgid ""
12891 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12892 "the journal with UUID C<uuid>."
12893 msgstr ""
12894
12895 #. type: textblock
12896 #: ../src/guestfs-actions.pod:4350
12897 msgid "See also C<guestfs_mke2journal_U>."
12898 msgstr ""
12899
12900 #. type: =head2
12901 #: ../src/guestfs-actions.pod:4356
12902 msgid "guestfs_mke2journal"
12903 msgstr ""
12904
12905 #. type: verbatim
12906 #: ../src/guestfs-actions.pod:4358
12907 #, no-wrap
12908 msgid ""
12909 " int\n"
12910 " guestfs_mke2journal (guestfs_h *g,\n"
12911 "                      int blocksize,\n"
12912 "                      const char *device);\n"
12913 "\n"
12914 msgstr ""
12915
12916 #. type: textblock
12917 #: ../src/guestfs-actions.pod:4363 ../fish/guestfish-actions.pod:2982
12918 msgid ""
12919 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
12920 "command:"
12921 msgstr ""
12922
12923 #. type: verbatim
12924 #: ../src/guestfs-actions.pod:4366 ../fish/guestfish-actions.pod:2985
12925 #, no-wrap
12926 msgid ""
12927 " mke2fs -O journal_dev -b blocksize device\n"
12928 "\n"
12929 msgstr ""
12930
12931 #. type: =head2
12932 #: ../src/guestfs-actions.pod:4372
12933 msgid "guestfs_mke2journal_L"
12934 msgstr ""
12935
12936 #. type: verbatim
12937 #: ../src/guestfs-actions.pod:4374
12938 #, no-wrap
12939 msgid ""
12940 " int\n"
12941 " guestfs_mke2journal_L (guestfs_h *g,\n"
12942 "                        int blocksize,\n"
12943 "                        const char *label,\n"
12944 "                        const char *device);\n"
12945 "\n"
12946 msgstr ""
12947
12948 #. type: textblock
12949 #: ../src/guestfs-actions.pod:4380 ../fish/guestfish-actions.pod:2991
12950 msgid "This creates an ext2 external journal on C<device> with label C<label>."
12951 msgstr ""
12952
12953 #. type: =head2
12954 #: ../src/guestfs-actions.pod:4386
12955 msgid "guestfs_mke2journal_U"
12956 msgstr ""
12957
12958 #. type: verbatim
12959 #: ../src/guestfs-actions.pod:4388
12960 #, no-wrap
12961 msgid ""
12962 " int\n"
12963 " guestfs_mke2journal_U (guestfs_h *g,\n"
12964 "                        int blocksize,\n"
12965 "                        const char *uuid,\n"
12966 "                        const char *device);\n"
12967 "\n"
12968 msgstr ""
12969
12970 #. type: textblock
12971 #: ../src/guestfs-actions.pod:4394 ../fish/guestfish-actions.pod:2997
12972 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
12973 msgstr ""
12974
12975 #. type: =head2
12976 #: ../src/guestfs-actions.pod:4400
12977 msgid "guestfs_mkfifo"
12978 msgstr ""
12979
12980 #. type: verbatim
12981 #: ../src/guestfs-actions.pod:4402
12982 #, no-wrap
12983 msgid ""
12984 " int\n"
12985 " guestfs_mkfifo (guestfs_h *g,\n"
12986 "                 int mode,\n"
12987 "                 const char *path);\n"
12988 "\n"
12989 msgstr ""
12990
12991 #. type: textblock
12992 #: ../src/guestfs-actions.pod:4407
12993 msgid ""
12994 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
12995 "is just a convenient wrapper around C<guestfs_mknod>."
12996 msgstr ""
12997
12998 #. type: =head2
12999 #: ../src/guestfs-actions.pod:4417
13000 msgid "guestfs_mkfs"
13001 msgstr ""
13002
13003 #. type: verbatim
13004 #: ../src/guestfs-actions.pod:4419
13005 #, no-wrap
13006 msgid ""
13007 " int\n"
13008 " guestfs_mkfs (guestfs_h *g,\n"
13009 "               const char *fstype,\n"
13010 "               const char *device);\n"
13011 "\n"
13012 msgstr ""
13013
13014 #. type: textblock
13015 #: ../src/guestfs-actions.pod:4424 ../fish/guestfish-actions.pod:3013
13016 msgid ""
13017 "This creates a filesystem on C<device> (usually a partition or LVM logical "
13018 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
13019 msgstr ""
13020
13021 #. type: =head2
13022 #: ../src/guestfs-actions.pod:4432
13023 msgid "guestfs_mkfs_b"
13024 msgstr ""
13025
13026 #. type: verbatim
13027 #: ../src/guestfs-actions.pod:4434
13028 #, no-wrap
13029 msgid ""
13030 " int\n"
13031 " guestfs_mkfs_b (guestfs_h *g,\n"
13032 "                 const char *fstype,\n"
13033 "                 int blocksize,\n"
13034 "                 const char *device);\n"
13035 "\n"
13036 msgstr ""
13037
13038 #. type: textblock
13039 #: ../src/guestfs-actions.pod:4440
13040 msgid ""
13041 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13042 "block size of the resulting filesystem.  Supported block sizes depend on the "
13043 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13044 msgstr ""
13045
13046 #. type: textblock
13047 #: ../src/guestfs-actions.pod:4445 ../src/guestfs-actions.pod:4488 ../fish/guestfish-actions.pod:3026 ../fish/guestfish-actions.pod:3053
13048 msgid ""
13049 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13050 "cluster size."
13051 msgstr ""
13052
13053 #. type: textblock
13054 #: ../src/guestfs-actions.pod:4450
13055 msgid ""
13056 "This function is deprecated.  In new code, use the L</guestfs_mkfs_opts> "
13057 "call instead."
13058 msgstr ""
13059
13060 #. type: =head2
13061 #: ../src/guestfs-actions.pod:4459
13062 msgid "guestfs_mkfs_opts"
13063 msgstr ""
13064
13065 #. type: verbatim
13066 #: ../src/guestfs-actions.pod:4461
13067 #, no-wrap
13068 msgid ""
13069 " int\n"
13070 " guestfs_mkfs_opts (guestfs_h *g,\n"
13071 "                    const char *fstype,\n"
13072 "                    const char *device,\n"
13073 "                    ...);\n"
13074 "\n"
13075 msgstr ""
13076
13077 #. type: verbatim
13078 #: ../src/guestfs-actions.pod:4472
13079 #, no-wrap
13080 msgid ""
13081 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13082 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
13083 "\n"
13084 msgstr ""
13085
13086 #. type: textblock
13087 #: ../src/guestfs-actions.pod:4475 ../fish/guestfish-actions.pod:3040
13088 msgid ""
13089 "This function creates a filesystem on C<device>.  The filesystem type is "
13090 "C<fstype>, for example C<ext3>."
13091 msgstr ""
13092
13093 #. type: =item
13094 #: ../src/guestfs-actions.pod:4482 ../fish/guestfish-actions.pod:3047
13095 msgid "C<blocksize>"
13096 msgstr ""
13097
13098 #. type: textblock
13099 #: ../src/guestfs-actions.pod:4484 ../fish/guestfish-actions.pod:3049
13100 msgid ""
13101 "The filesystem block size.  Supported block sizes depend on the filesystem "
13102 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13103 "filesystems."
13104 msgstr ""
13105
13106 #. type: textblock
13107 #: ../src/guestfs-actions.pod:4491 ../fish/guestfish-actions.pod:3056
13108 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
13109 msgstr ""
13110
13111 #. type: =item
13112 #: ../src/guestfs-actions.pod:4493 ../fish/guestfish-actions.pod:3058
13113 msgid "C<features>"
13114 msgstr ""
13115
13116 #. type: textblock
13117 #: ../src/guestfs-actions.pod:4495 ../fish/guestfish-actions.pod:3060
13118 msgid "This passes the I<-O> parameter to the external mkfs program."
13119 msgstr ""
13120
13121 #. type: textblock
13122 #: ../src/guestfs-actions.pod:4497 ../fish/guestfish-actions.pod:3062
13123 msgid ""
13124 "For certain filesystem types, this allows extra filesystem features to be "
13125 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
13126 msgstr ""
13127
13128 #. type: textblock
13129 #: ../src/guestfs-actions.pod:4501 ../fish/guestfish-actions.pod:3066
13130 msgid ""
13131 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
13132 "type."
13133 msgstr ""
13134
13135 #. type: textblock
13136 #: ../src/guestfs-actions.pod:4508
13137 msgid "(Added in 1.7.19)"
13138 msgstr ""
13139
13140 #. type: =head2
13141 #: ../src/guestfs-actions.pod:4510
13142 msgid "guestfs_mkfs_opts_va"
13143 msgstr ""
13144
13145 #. type: verbatim
13146 #: ../src/guestfs-actions.pod:4512
13147 #, no-wrap
13148 msgid ""
13149 " int\n"
13150 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
13151 "                       const char *fstype,\n"
13152 "                       const char *device,\n"
13153 "                       va_list args);\n"
13154 "\n"
13155 msgstr ""
13156
13157 #. type: textblock
13158 #: ../src/guestfs-actions.pod:4518
13159 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
13160 msgstr ""
13161
13162 #. type: =head2
13163 #: ../src/guestfs-actions.pod:4522
13164 msgid "guestfs_mkfs_opts_argv"
13165 msgstr ""
13166
13167 #. type: verbatim
13168 #: ../src/guestfs-actions.pod:4524
13169 #, no-wrap
13170 msgid ""
13171 " int\n"
13172 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
13173 "                         const char *fstype,\n"
13174 "                         const char *device,\n"
13175 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
13176 "\n"
13177 msgstr ""
13178
13179 #. type: textblock
13180 #: ../src/guestfs-actions.pod:4530
13181 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
13182 msgstr ""
13183
13184 #. type: =head2
13185 #: ../src/guestfs-actions.pod:4534
13186 msgid "guestfs_mkmountpoint"
13187 msgstr ""
13188
13189 #. type: verbatim
13190 #: ../src/guestfs-actions.pod:4536
13191 #, no-wrap
13192 msgid ""
13193 " int\n"
13194 " guestfs_mkmountpoint (guestfs_h *g,\n"
13195 "                       const char *exemptpath);\n"
13196 "\n"
13197 msgstr ""
13198
13199 #. type: textblock
13200 #: ../src/guestfs-actions.pod:4540
13201 msgid ""
13202 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
13203 "that can be used to create extra mountpoints before mounting the first "
13204 "filesystem."
13205 msgstr ""
13206
13207 #. type: textblock
13208 #: ../src/guestfs-actions.pod:4544 ../fish/guestfish-actions.pod:3081
13209 msgid ""
13210 "These calls are I<only> necessary in some very limited circumstances, mainly "
13211 "the case where you want to mount a mix of unrelated and/or read-only "
13212 "filesystems together."
13213 msgstr ""
13214
13215 #. type: textblock
13216 #: ../src/guestfs-actions.pod:4548 ../fish/guestfish-actions.pod:3085
13217 msgid ""
13218 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
13219 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
13220 "inside that.  You can unpack this as follows in guestfish:"
13221 msgstr ""
13222
13223 #. type: verbatim
13224 #: ../src/guestfs-actions.pod:4553 ../fish/guestfish-actions.pod:3090
13225 #, no-wrap
13226 msgid ""
13227 " add-ro Fedora-11-i686-Live.iso\n"
13228 " run\n"
13229 " mkmountpoint /cd\n"
13230 " mkmountpoint /sqsh\n"
13231 " mkmountpoint /ext3fs\n"
13232 " mount /dev/sda /cd\n"
13233 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
13234 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
13235 "\n"
13236 msgstr ""
13237
13238 #. type: textblock
13239 #: ../src/guestfs-actions.pod:4562 ../fish/guestfish-actions.pod:3099
13240 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
13241 msgstr ""
13242
13243 #. type: textblock
13244 #: ../src/guestfs-actions.pod:4564
13245 msgid ""
13246 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
13247 "may get unexpected errors if you try to mix these calls.  It is safest to "
13248 "manually unmount filesystems and remove mountpoints after use."
13249 msgstr ""
13250
13251 #. type: textblock
13252 #: ../src/guestfs-actions.pod:4568
13253 msgid ""
13254 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
13255 "first, so for this to work for manual mountpoints, you must ensure that the "
13256 "innermost mountpoints have the longest pathnames, as in the example code "
13257 "above."
13258 msgstr ""
13259
13260 #. type: textblock
13261 #: ../src/guestfs-actions.pod:4573 ../fish/guestfish-actions.pod:3110
13262 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
13263 msgstr ""
13264
13265 #. type: textblock
13266 #: ../src/guestfs-actions.pod:4575
13267 msgid ""
13268 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
13269 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
13270 "can also trigger these issues."
13271 msgstr ""
13272
13273 #. type: textblock
13274 #: ../src/guestfs-actions.pod:4581 ../src/guestfs-actions.pod:4847 ../src/guestfs-actions.pod:5766
13275 msgid "(Added in 1.0.62)"
13276 msgstr ""
13277
13278 #. type: =head2
13279 #: ../src/guestfs-actions.pod:4583
13280 msgid "guestfs_mknod"
13281 msgstr ""
13282
13283 #. type: verbatim
13284 #: ../src/guestfs-actions.pod:4585
13285 #, no-wrap
13286 msgid ""
13287 " int\n"
13288 " guestfs_mknod (guestfs_h *g,\n"
13289 "                int mode,\n"
13290 "                int devmajor,\n"
13291 "                int devminor,\n"
13292 "                const char *path);\n"
13293 "\n"
13294 msgstr ""
13295
13296 #. type: textblock
13297 #: ../src/guestfs-actions.pod:4592 ../fish/guestfish-actions.pod:3120
13298 msgid ""
13299 "This call creates block or character special devices, or named pipes "
13300 "(FIFOs)."
13301 msgstr ""
13302
13303 #. type: textblock
13304 #: ../src/guestfs-actions.pod:4595 ../fish/guestfish-actions.pod:3123
13305 msgid ""
13306 "The C<mode> parameter should be the mode, using the standard constants.  "
13307 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
13308 "used when creating block and character special devices."
13309 msgstr ""
13310
13311 #. type: textblock
13312 #: ../src/guestfs-actions.pod:4600
13313 msgid ""
13314 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
13315 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
13316 "regular file).  These constants are available in the standard Linux header "
13317 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
13318 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
13319 "the appropriate constant for you."
13320 msgstr ""
13321
13322 #. type: =head2
13323 #: ../src/guestfs-actions.pod:4614
13324 msgid "guestfs_mknod_b"
13325 msgstr ""
13326
13327 #. type: verbatim
13328 #: ../src/guestfs-actions.pod:4616
13329 #, no-wrap
13330 msgid ""
13331 " int\n"
13332 " guestfs_mknod_b (guestfs_h *g,\n"
13333 "                  int mode,\n"
13334 "                  int devmajor,\n"
13335 "                  int devminor,\n"
13336 "                  const char *path);\n"
13337 "\n"
13338 msgstr ""
13339
13340 #. type: textblock
13341 #: ../src/guestfs-actions.pod:4623
13342 msgid ""
13343 "This call creates a block device node called C<path> with mode C<mode> and "
13344 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13345 "wrapper around C<guestfs_mknod>."
13346 msgstr ""
13347
13348 #. type: =head2
13349 #: ../src/guestfs-actions.pod:4633
13350 msgid "guestfs_mknod_c"
13351 msgstr ""
13352
13353 #. type: verbatim
13354 #: ../src/guestfs-actions.pod:4635
13355 #, no-wrap
13356 msgid ""
13357 " int\n"
13358 " guestfs_mknod_c (guestfs_h *g,\n"
13359 "                  int mode,\n"
13360 "                  int devmajor,\n"
13361 "                  int devminor,\n"
13362 "                  const char *path);\n"
13363 "\n"
13364 msgstr ""
13365
13366 #. type: textblock
13367 #: ../src/guestfs-actions.pod:4642
13368 msgid ""
13369 "This call creates a char device node called C<path> with mode C<mode> and "
13370 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13371 "wrapper around C<guestfs_mknod>."
13372 msgstr ""
13373
13374 #. type: =head2
13375 #: ../src/guestfs-actions.pod:4652
13376 msgid "guestfs_mkswap"
13377 msgstr ""
13378
13379 #. type: verbatim
13380 #: ../src/guestfs-actions.pod:4654
13381 #, no-wrap
13382 msgid ""
13383 " int\n"
13384 " guestfs_mkswap (guestfs_h *g,\n"
13385 "                 const char *device);\n"
13386 "\n"
13387 msgstr ""
13388
13389 #. type: textblock
13390 #: ../src/guestfs-actions.pod:4658 ../fish/guestfish-actions.pod:3162
13391 msgid "Create a swap partition on C<device>."
13392 msgstr ""
13393
13394 #. type: =head2
13395 #: ../src/guestfs-actions.pod:4664
13396 msgid "guestfs_mkswap_L"
13397 msgstr ""
13398
13399 #. type: verbatim
13400 #: ../src/guestfs-actions.pod:4666
13401 #, no-wrap
13402 msgid ""
13403 " int\n"
13404 " guestfs_mkswap_L (guestfs_h *g,\n"
13405 "                   const char *label,\n"
13406 "                   const char *device);\n"
13407 "\n"
13408 msgstr ""
13409
13410 #. type: textblock
13411 #: ../src/guestfs-actions.pod:4671 ../fish/guestfish-actions.pod:3168
13412 msgid "Create a swap partition on C<device> with label C<label>."
13413 msgstr ""
13414
13415 #. type: textblock
13416 #: ../src/guestfs-actions.pod:4673 ../fish/guestfish-actions.pod:3170
13417 msgid ""
13418 "Note that you cannot attach a swap label to a block device "
13419 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
13420 "the kernel or swap tools."
13421 msgstr ""
13422
13423 #. type: =head2
13424 #: ../src/guestfs-actions.pod:4681
13425 msgid "guestfs_mkswap_U"
13426 msgstr ""
13427
13428 #. type: verbatim
13429 #: ../src/guestfs-actions.pod:4683
13430 #, no-wrap
13431 msgid ""
13432 " int\n"
13433 " guestfs_mkswap_U (guestfs_h *g,\n"
13434 "                   const char *uuid,\n"
13435 "                   const char *device);\n"
13436 "\n"
13437 msgstr ""
13438
13439 #. type: textblock
13440 #: ../src/guestfs-actions.pod:4688 ../fish/guestfish-actions.pod:3178
13441 msgid "Create a swap partition on C<device> with UUID C<uuid>."
13442 msgstr ""
13443
13444 #. type: =head2
13445 #: ../src/guestfs-actions.pod:4694
13446 msgid "guestfs_mkswap_file"
13447 msgstr ""
13448
13449 #. type: verbatim
13450 #: ../src/guestfs-actions.pod:4696
13451 #, no-wrap
13452 msgid ""
13453 " int\n"
13454 " guestfs_mkswap_file (guestfs_h *g,\n"
13455 "                      const char *path);\n"
13456 "\n"
13457 msgstr ""
13458
13459 #. type: textblock
13460 #: ../src/guestfs-actions.pod:4700 ../fish/guestfish-actions.pod:3184
13461 msgid "Create a swap file."
13462 msgstr ""
13463
13464 #. type: textblock
13465 #: ../src/guestfs-actions.pod:4702
13466 msgid ""
13467 "This command just writes a swap file signature to an existing file.  To "
13468 "create the file itself, use something like C<guestfs_fallocate>."
13469 msgstr ""
13470
13471 #. type: =head2
13472 #: ../src/guestfs-actions.pod:4709
13473 msgid "guestfs_modprobe"
13474 msgstr ""
13475
13476 #. type: verbatim
13477 #: ../src/guestfs-actions.pod:4711
13478 #, no-wrap
13479 msgid ""
13480 " int\n"
13481 " guestfs_modprobe (guestfs_h *g,\n"
13482 "                   const char *modulename);\n"
13483 "\n"
13484 msgstr ""
13485
13486 #. type: textblock
13487 #: ../src/guestfs-actions.pod:4715 ../fish/guestfish-actions.pod:3193
13488 msgid "This loads a kernel module in the appliance."
13489 msgstr ""
13490
13491 #. type: textblock
13492 #: ../src/guestfs-actions.pod:4717 ../fish/guestfish-actions.pod:3195
13493 msgid ""
13494 "The kernel module must have been whitelisted when libguestfs was built (see "
13495 "C<appliance/kmod.whitelist.in> in the source)."
13496 msgstr ""
13497
13498 #. type: =head2
13499 #: ../src/guestfs-actions.pod:4724
13500 msgid "guestfs_mount"
13501 msgstr ""
13502
13503 #. type: verbatim
13504 #: ../src/guestfs-actions.pod:4726
13505 #, no-wrap
13506 msgid ""
13507 " int\n"
13508 " guestfs_mount (guestfs_h *g,\n"
13509 "                const char *device,\n"
13510 "                const char *mountpoint);\n"
13511 "\n"
13512 msgstr ""
13513
13514 #. type: textblock
13515 #: ../src/guestfs-actions.pod:4731 ../fish/guestfish-actions.pod:3202
13516 msgid ""
13517 "Mount a guest disk at a position in the filesystem.  Block devices are named "
13518 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
13519 "those block devices contain partitions, they will have the usual names "
13520 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
13521 msgstr ""
13522
13523 #. type: textblock
13524 #: ../src/guestfs-actions.pod:4737 ../fish/guestfish-actions.pod:3208
13525 msgid ""
13526 "The rules are the same as for L<mount(2)>: A filesystem must first be "
13527 "mounted on C</> before others can be mounted.  Other filesystems can only be "
13528 "mounted on directories which already exist."
13529 msgstr ""
13530
13531 #. type: textblock
13532 #: ../src/guestfs-actions.pod:4742 ../fish/guestfish-actions.pod:3213
13533 msgid ""
13534 "The mounted filesystem is writable, if we have sufficient permissions on the "
13535 "underlying device."
13536 msgstr ""
13537
13538 #. type: textblock
13539 #: ../src/guestfs-actions.pod:4745
13540 msgid ""
13541 "B<Important note:> When you use this call, the filesystem options C<sync> "
13542 "and C<noatime> are set implicitly.  This was originally done because we "
13543 "thought it would improve reliability, but it turns out that I<-o sync> has a "
13544 "very large negative performance impact and negligible effect on "
13545 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
13546 "in any code that needs performance, and instead use C<guestfs_mount_options> "
13547 "(use an empty string for the first parameter if you don't want any options)."
13548 msgstr ""
13549
13550 #. type: textblock
13551 #: ../src/guestfs-actions.pod:4757
13552 msgid ""
13553 "This function is deprecated.  In new code, use the L</guestfs_mount_options> "
13554 "call instead."
13555 msgstr ""
13556
13557 #. type: =head2
13558 #: ../src/guestfs-actions.pod:4766
13559 msgid "guestfs_mount_loop"
13560 msgstr ""
13561
13562 #. type: verbatim
13563 #: ../src/guestfs-actions.pod:4768
13564 #, no-wrap
13565 msgid ""
13566 " int\n"
13567 " guestfs_mount_loop (guestfs_h *g,\n"
13568 "                     const char *file,\n"
13569 "                     const char *mountpoint);\n"
13570 "\n"
13571 msgstr ""
13572
13573 #. type: textblock
13574 #: ../src/guestfs-actions.pod:4773 ../fish/guestfish-actions.pod:3237
13575 msgid ""
13576 "This command lets you mount C<file> (a filesystem image in a file) on a "
13577 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
13578 "mountpoint>."
13579 msgstr ""
13580
13581 #. type: =head2
13582 #: ../src/guestfs-actions.pod:4781
13583 msgid "guestfs_mount_options"
13584 msgstr ""
13585
13586 #. type: verbatim
13587 #: ../src/guestfs-actions.pod:4783
13588 #, no-wrap
13589 msgid ""
13590 " int\n"
13591 " guestfs_mount_options (guestfs_h *g,\n"
13592 "                        const char *options,\n"
13593 "                        const char *device,\n"
13594 "                        const char *mountpoint);\n"
13595 "\n"
13596 msgstr ""
13597
13598 #. type: textblock
13599 #: ../src/guestfs-actions.pod:4789
13600 msgid ""
13601 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13602 "the mount options as for the L<mount(8)> I<-o> flag."
13603 msgstr ""
13604
13605 #. type: textblock
13606 #: ../src/guestfs-actions.pod:4793 ../fish/guestfish-actions.pod:3249
13607 msgid ""
13608 "If the C<options> parameter is an empty string, then no options are passed "
13609 "(all options default to whatever the filesystem uses)."
13610 msgstr ""
13611
13612 #. type: textblock
13613 #: ../src/guestfs-actions.pod:4799 ../src/guestfs-actions.pod:4813 ../src/guestfs-actions.pod:4830
13614 msgid "(Added in 1.0.10)"
13615 msgstr ""
13616
13617 #. type: =head2
13618 #: ../src/guestfs-actions.pod:4801
13619 msgid "guestfs_mount_ro"
13620 msgstr ""
13621
13622 #. type: verbatim
13623 #: ../src/guestfs-actions.pod:4803
13624 #, no-wrap
13625 msgid ""
13626 " int\n"
13627 " guestfs_mount_ro (guestfs_h *g,\n"
13628 "                   const char *device,\n"
13629 "                   const char *mountpoint);\n"
13630 "\n"
13631 msgstr ""
13632
13633 #. type: textblock
13634 #: ../src/guestfs-actions.pod:4808
13635 msgid ""
13636 "This is the same as the C<guestfs_mount> command, but it mounts the "
13637 "filesystem with the read-only (I<-o ro>) flag."
13638 msgstr ""
13639
13640 #. type: =head2
13641 #: ../src/guestfs-actions.pod:4815
13642 msgid "guestfs_mount_vfs"
13643 msgstr ""
13644
13645 #. type: verbatim
13646 #: ../src/guestfs-actions.pod:4817
13647 #, no-wrap
13648 msgid ""
13649 " int\n"
13650 " guestfs_mount_vfs (guestfs_h *g,\n"
13651 "                    const char *options,\n"
13652 "                    const char *vfstype,\n"
13653 "                    const char *device,\n"
13654 "                    const char *mountpoint);\n"
13655 "\n"
13656 msgstr ""
13657
13658 #. type: textblock
13659 #: ../src/guestfs-actions.pod:4824
13660 msgid ""
13661 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13662 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
13663 "I<-t> flags."
13664 msgstr ""
13665
13666 #. type: =head2
13667 #: ../src/guestfs-actions.pod:4832
13668 msgid "guestfs_mountpoints"
13669 msgstr ""
13670
13671 #. type: verbatim
13672 #: ../src/guestfs-actions.pod:4834
13673 #, no-wrap
13674 msgid ""
13675 " char **\n"
13676 " guestfs_mountpoints (guestfs_h *g);\n"
13677 "\n"
13678 msgstr ""
13679
13680 #. type: textblock
13681 #: ../src/guestfs-actions.pod:4837
13682 msgid ""
13683 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
13684 "devices.  This one returns a hash table (map) of device name to directory "
13685 "where the device is mounted."
13686 msgstr ""
13687
13688 #. type: =head2
13689 #: ../src/guestfs-actions.pod:4849
13690 msgid "guestfs_mounts"
13691 msgstr ""
13692
13693 #. type: verbatim
13694 #: ../src/guestfs-actions.pod:4851
13695 #, no-wrap
13696 msgid ""
13697 " char **\n"
13698 " guestfs_mounts (guestfs_h *g);\n"
13699 "\n"
13700 msgstr ""
13701
13702 #. type: textblock
13703 #: ../src/guestfs-actions.pod:4854 ../fish/guestfish-actions.pod:3280
13704 msgid ""
13705 "This returns the list of currently mounted filesystems.  It returns the list "
13706 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
13707 msgstr ""
13708
13709 #. type: textblock
13710 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3283
13711 msgid "Some internal mounts are not shown."
13712 msgstr ""
13713
13714 #. type: textblock
13715 #: ../src/guestfs-actions.pod:4859
13716 msgid "See also: C<guestfs_mountpoints>"
13717 msgstr ""
13718
13719 #. type: =head2
13720 #: ../src/guestfs-actions.pod:4867
13721 msgid "guestfs_mv"
13722 msgstr ""
13723
13724 #. type: verbatim
13725 #: ../src/guestfs-actions.pod:4869
13726 #, no-wrap
13727 msgid ""
13728 " int\n"
13729 " guestfs_mv (guestfs_h *g,\n"
13730 "             const char *src,\n"
13731 "             const char *dest);\n"
13732 "\n"
13733 msgstr ""
13734
13735 #. type: textblock
13736 #: ../src/guestfs-actions.pod:4874 ../fish/guestfish-actions.pod:3291
13737 msgid ""
13738 "This moves a file from C<src> to C<dest> where C<dest> is either a "
13739 "destination filename or destination directory."
13740 msgstr ""
13741
13742 #. type: =head2
13743 #: ../src/guestfs-actions.pod:4881
13744 msgid "guestfs_ntfs_3g_probe"
13745 msgstr ""
13746
13747 #. type: verbatim
13748 #: ../src/guestfs-actions.pod:4883
13749 #, no-wrap
13750 msgid ""
13751 " int\n"
13752 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
13753 "                        int rw,\n"
13754 "                        const char *device);\n"
13755 "\n"
13756 msgstr ""
13757
13758 #. type: textblock
13759 #: ../src/guestfs-actions.pod:4888 ../fish/guestfish-actions.pod:3298
13760 msgid ""
13761 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
13762 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
13763 "read-write, and some cannot be mounted at all)."
13764 msgstr ""
13765
13766 #. type: textblock
13767 #: ../src/guestfs-actions.pod:4892 ../fish/guestfish-actions.pod:3302
13768 msgid ""
13769 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
13770 "can be mounted read-write.  Set it to false if you want to test if the "
13771 "volume can be mounted read-only."
13772 msgstr ""
13773
13774 #. type: textblock
13775 #: ../src/guestfs-actions.pod:4896 ../fish/guestfish-actions.pod:3306
13776 msgid ""
13777 "The return value is an integer which C<0> if the operation would succeed, or "
13778 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
13779 msgstr ""
13780
13781 #. type: textblock
13782 #: ../src/guestfs-actions.pod:4902
13783 msgid "(Added in 1.0.43)"
13784 msgstr ""
13785
13786 #. type: =head2
13787 #: ../src/guestfs-actions.pod:4904
13788 msgid "guestfs_ntfsresize"
13789 msgstr ""
13790
13791 #. type: verbatim
13792 #: ../src/guestfs-actions.pod:4906
13793 #, no-wrap
13794 msgid ""
13795 " int\n"
13796 " guestfs_ntfsresize (guestfs_h *g,\n"
13797 "                     const char *device);\n"
13798 "\n"
13799 msgstr ""
13800
13801 #. type: textblock
13802 #: ../src/guestfs-actions.pod:4910 ../fish/guestfish-actions.pod:3314
13803 msgid ""
13804 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
13805 "size of the underlying device."
13806 msgstr ""
13807
13808 #. type: textblock
13809 #: ../src/guestfs-actions.pod:4913 ../fish/guestfish-actions.pod:3317
13810 msgid ""
13811 "I<Note:> After the resize operation, the filesystem is marked as requiring a "
13812 "consistency check (for safety).  You have to boot into Windows to perform "
13813 "this check and clear this condition.  Furthermore, ntfsresize refuses to "
13814 "resize filesystems which have been marked in this way.  So in effect it is "
13815 "not possible to call ntfsresize multiple times on a single filesystem "
13816 "without booting into Windows between each resize."
13817 msgstr ""
13818
13819 #. type: textblock
13820 #: ../src/guestfs-actions.pod:4921 ../fish/guestfish-actions.pod:3325
13821 msgid "See also L<ntfsresize(8)>."
13822 msgstr ""
13823
13824 #. type: =head2
13825 #: ../src/guestfs-actions.pod:4927
13826 msgid "guestfs_ntfsresize_size"
13827 msgstr ""
13828
13829 #. type: verbatim
13830 #: ../src/guestfs-actions.pod:4929
13831 #, no-wrap
13832 msgid ""
13833 " int\n"
13834 " guestfs_ntfsresize_size (guestfs_h *g,\n"
13835 "                          const char *device,\n"
13836 "                          int64_t size);\n"
13837 "\n"
13838 msgstr ""
13839
13840 #. type: textblock
13841 #: ../src/guestfs-actions.pod:4934
13842 msgid ""
13843 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
13844 "to specify the new size (in bytes) explicitly."
13845 msgstr ""
13846
13847 #. type: textblock
13848 #: ../src/guestfs-actions.pod:4939 ../src/guestfs-actions.pod:5375 ../src/guestfs-actions.pod:5448 ../src/guestfs-actions.pod:5714 ../src/guestfs-actions.pod:7320
13849 msgid "(Added in 1.3.14)"
13850 msgstr ""
13851
13852 #. type: =head2
13853 #: ../src/guestfs-actions.pod:4941
13854 msgid "guestfs_part_add"
13855 msgstr ""
13856
13857 #. type: verbatim
13858 #: ../src/guestfs-actions.pod:4943
13859 #, no-wrap
13860 msgid ""
13861 " int\n"
13862 " guestfs_part_add (guestfs_h *g,\n"
13863 "                   const char *device,\n"
13864 "                   const char *prlogex,\n"
13865 "                   int64_t startsect,\n"
13866 "                   int64_t endsect);\n"
13867 "\n"
13868 msgstr ""
13869
13870 #. type: textblock
13871 #: ../src/guestfs-actions.pod:4950
13872 msgid ""
13873 "This command adds a partition to C<device>.  If there is no partition table "
13874 "on the device, call C<guestfs_part_init> first."
13875 msgstr ""
13876
13877 #. type: textblock
13878 #: ../src/guestfs-actions.pod:4953 ../fish/guestfish-actions.pod:3341
13879 msgid ""
13880 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
13881 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
13882 "C<logical>) and C<e> (or C<extended>) partition types."
13883 msgstr ""
13884
13885 #. type: textblock
13886 #: ../src/guestfs-actions.pod:4958 ../fish/guestfish-actions.pod:3346
13887 msgid ""
13888 "C<startsect> and C<endsect> are the start and end of the partition in "
13889 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
13890 "from the end of the disk (C<-1> is the last sector)."
13891 msgstr ""
13892
13893 #. type: textblock
13894 #: ../src/guestfs-actions.pod:4962
13895 msgid ""
13896 "Creating a partition which covers the whole disk is not so easy.  Use "
13897 "C<guestfs_part_disk> to do that."
13898 msgstr ""
13899
13900 #. type: textblock
13901 #: ../src/guestfs-actions.pod:4967 ../src/guestfs-actions.pod:5005 ../src/guestfs-actions.pod:5058 ../src/guestfs-actions.pod:5136 ../src/guestfs-actions.pod:5174 ../src/guestfs-actions.pod:5193 ../src/guestfs-actions.pod:5233
13902 msgid "(Added in 1.0.78)"
13903 msgstr ""
13904
13905 #. type: =head2
13906 #: ../src/guestfs-actions.pod:4969
13907 msgid "guestfs_part_del"
13908 msgstr ""
13909
13910 #. type: verbatim
13911 #: ../src/guestfs-actions.pod:4971
13912 #, no-wrap
13913 msgid ""
13914 " int\n"
13915 " guestfs_part_del (guestfs_h *g,\n"
13916 "                   const char *device,\n"
13917 "                   int partnum);\n"
13918 "\n"
13919 msgstr ""
13920
13921 #. type: textblock
13922 #: ../src/guestfs-actions.pod:4976 ../fish/guestfish-actions.pod:3357
13923 msgid "This command deletes the partition numbered C<partnum> on C<device>."
13924 msgstr ""
13925
13926 #. type: textblock
13927 #: ../src/guestfs-actions.pod:4978 ../fish/guestfish-actions.pod:3359
13928 msgid ""
13929 "Note that in the case of MBR partitioning, deleting an extended partition "
13930 "also deletes any logical partitions it contains."
13931 msgstr ""
13932
13933 #. type: =head2
13934 #: ../src/guestfs-actions.pod:4986
13935 msgid "guestfs_part_disk"
13936 msgstr ""
13937
13938 #. type: verbatim
13939 #: ../src/guestfs-actions.pod:4988
13940 #, no-wrap
13941 msgid ""
13942 " int\n"
13943 " guestfs_part_disk (guestfs_h *g,\n"
13944 "                    const char *device,\n"
13945 "                    const char *parttype);\n"
13946 "\n"
13947 msgstr ""
13948
13949 #. type: textblock
13950 #: ../src/guestfs-actions.pod:4993
13951 msgid ""
13952 "This command is simply a combination of C<guestfs_part_init> followed by "
13953 "C<guestfs_part_add> to create a single primary partition covering the whole "
13954 "disk."
13955 msgstr ""
13956
13957 #. type: textblock
13958 #: ../src/guestfs-actions.pod:4997
13959 msgid ""
13960 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
13961 "possible values are described in C<guestfs_part_init>."
13962 msgstr ""
13963
13964 #. type: =head2
13965 #: ../src/guestfs-actions.pod:5007
13966 msgid "guestfs_part_get_bootable"
13967 msgstr ""
13968
13969 #. type: verbatim
13970 #: ../src/guestfs-actions.pod:5009
13971 #, no-wrap
13972 msgid ""
13973 " int\n"
13974 " guestfs_part_get_bootable (guestfs_h *g,\n"
13975 "                            const char *device,\n"
13976 "                            int partnum);\n"
13977 "\n"
13978 msgstr ""
13979
13980 #. type: textblock
13981 #: ../src/guestfs-actions.pod:5014 ../fish/guestfish-actions.pod:3381
13982 msgid ""
13983 "This command returns true if the partition C<partnum> on C<device> has the "
13984 "bootable flag set."
13985 msgstr ""
13986
13987 #. type: textblock
13988 #: ../src/guestfs-actions.pod:5017
13989 msgid "See also C<guestfs_part_set_bootable>."
13990 msgstr ""
13991
13992 #. type: =head2
13993 #: ../src/guestfs-actions.pod:5023
13994 msgid "guestfs_part_get_mbr_id"
13995 msgstr ""
13996
13997 #. type: verbatim
13998 #: ../src/guestfs-actions.pod:5025
13999 #, no-wrap
14000 msgid ""
14001 " int\n"
14002 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
14003 "                          const char *device,\n"
14004 "                          int partnum);\n"
14005 "\n"
14006 msgstr ""
14007
14008 #. type: textblock
14009 #: ../src/guestfs-actions.pod:5030 ../fish/guestfish-actions.pod:3390
14010 msgid ""
14011 "Returns the MBR type byte (also known as the ID byte) from the numbered "
14012 "partition C<partnum>."
14013 msgstr ""
14014
14015 #. type: textblock
14016 #: ../src/guestfs-actions.pod:5033 ../src/guestfs-actions.pod:5209
14017 msgid ""
14018 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
14019 "undefined results for other partition table types (see "
14020 "C<guestfs_part_get_parttype>)."
14021 msgstr ""
14022
14023 #. type: =head2
14024 #: ../src/guestfs-actions.pod:5041
14025 msgid "guestfs_part_get_parttype"
14026 msgstr ""
14027
14028 #. type: verbatim
14029 #: ../src/guestfs-actions.pod:5043
14030 #, no-wrap
14031 msgid ""
14032 " char *\n"
14033 " guestfs_part_get_parttype (guestfs_h *g,\n"
14034 "                            const char *device);\n"
14035 "\n"
14036 msgstr ""
14037
14038 #. type: textblock
14039 #: ../src/guestfs-actions.pod:5047 ../fish/guestfish-actions.pod:3401
14040 msgid ""
14041 "This command examines the partition table on C<device> and returns the "
14042 "partition table type (format) being used."
14043 msgstr ""
14044
14045 #. type: textblock
14046 #: ../src/guestfs-actions.pod:5050
14047 msgid ""
14048 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
14049 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
14050 "possible, although unusual.  See C<guestfs_part_init> for a full list."
14051 msgstr ""
14052
14053 #. type: =head2
14054 #: ../src/guestfs-actions.pod:5060
14055 msgid "guestfs_part_init"
14056 msgstr ""
14057
14058 #. type: verbatim
14059 #: ../src/guestfs-actions.pod:5062
14060 #, no-wrap
14061 msgid ""
14062 " int\n"
14063 " guestfs_part_init (guestfs_h *g,\n"
14064 "                    const char *device,\n"
14065 "                    const char *parttype);\n"
14066 "\n"
14067 msgstr ""
14068
14069 #. type: textblock
14070 #: ../src/guestfs-actions.pod:5067 ../fish/guestfish-actions.pod:3413
14071 msgid ""
14072 "This creates an empty partition table on C<device> of one of the partition "
14073 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
14074 "(for large disks)."
14075 msgstr ""
14076
14077 #. type: textblock
14078 #: ../src/guestfs-actions.pod:5071
14079 msgid ""
14080 "Initially there are no partitions.  Following this, you should call "
14081 "C<guestfs_part_add> for each partition required."
14082 msgstr ""
14083
14084 #. type: textblock
14085 #: ../src/guestfs-actions.pod:5074 ../fish/guestfish-actions.pod:3420
14086 msgid "Possible values for C<parttype> are:"
14087 msgstr ""
14088
14089 #. type: =item
14090 #: ../src/guestfs-actions.pod:5078 ../fish/guestfish-actions.pod:3424
14091 msgid "B<efi> | B<gpt>"
14092 msgstr ""
14093
14094 #. type: textblock
14095 #: ../src/guestfs-actions.pod:5080 ../fish/guestfish-actions.pod:3426
14096 msgid "Intel EFI / GPT partition table."
14097 msgstr ""
14098
14099 #. type: textblock
14100 #: ../src/guestfs-actions.pod:5082 ../fish/guestfish-actions.pod:3428
14101 msgid ""
14102 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
14103 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
14104 "the C<mbr> format."
14105 msgstr ""
14106
14107 #. type: =item
14108 #: ../src/guestfs-actions.pod:5086 ../fish/guestfish-actions.pod:3432
14109 msgid "B<mbr> | B<msdos>"
14110 msgstr ""
14111
14112 #. type: textblock
14113 #: ../src/guestfs-actions.pod:5088 ../fish/guestfish-actions.pod:3434
14114 msgid ""
14115 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
14116 "Windows.  This partition type will B<only> work for device sizes up to 2 "
14117 "TB.  For large disks we recommend using C<gpt>."
14118 msgstr ""
14119
14120 #. type: textblock
14121 #: ../src/guestfs-actions.pod:5095 ../fish/guestfish-actions.pod:3441
14122 msgid "Other partition table types that may work but are not supported include:"
14123 msgstr ""
14124
14125 #. type: =item
14126 #: ../src/guestfs-actions.pod:5100 ../fish/guestfish-actions.pod:3446
14127 msgid "B<aix>"
14128 msgstr ""
14129
14130 #. type: textblock
14131 #: ../src/guestfs-actions.pod:5102 ../fish/guestfish-actions.pod:3448
14132 msgid "AIX disk labels."
14133 msgstr ""
14134
14135 #. type: =item
14136 #: ../src/guestfs-actions.pod:5104 ../fish/guestfish-actions.pod:3450
14137 msgid "B<amiga> | B<rdb>"
14138 msgstr ""
14139
14140 #. type: textblock
14141 #: ../src/guestfs-actions.pod:5106 ../fish/guestfish-actions.pod:3452
14142 msgid "Amiga \"Rigid Disk Block\" format."
14143 msgstr ""
14144
14145 #. type: =item
14146 #: ../src/guestfs-actions.pod:5108 ../fish/guestfish-actions.pod:3454
14147 msgid "B<bsd>"
14148 msgstr ""
14149
14150 #. type: textblock
14151 #: ../src/guestfs-actions.pod:5110 ../fish/guestfish-actions.pod:3456
14152 msgid "BSD disk labels."
14153 msgstr ""
14154
14155 #. type: =item
14156 #: ../src/guestfs-actions.pod:5112 ../fish/guestfish-actions.pod:3458
14157 msgid "B<dasd>"
14158 msgstr ""
14159
14160 #. type: textblock
14161 #: ../src/guestfs-actions.pod:5114 ../fish/guestfish-actions.pod:3460
14162 msgid "DASD, used on IBM mainframes."
14163 msgstr ""
14164
14165 #. type: =item
14166 #: ../src/guestfs-actions.pod:5116 ../fish/guestfish-actions.pod:3462
14167 msgid "B<dvh>"
14168 msgstr ""
14169
14170 #. type: textblock
14171 #: ../src/guestfs-actions.pod:5118 ../fish/guestfish-actions.pod:3464
14172 msgid "MIPS/SGI volumes."
14173 msgstr ""
14174
14175 #. type: =item
14176 #: ../src/guestfs-actions.pod:5120 ../fish/guestfish-actions.pod:3466
14177 msgid "B<mac>"
14178 msgstr ""
14179
14180 #. type: textblock
14181 #: ../src/guestfs-actions.pod:5122 ../fish/guestfish-actions.pod:3468
14182 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
14183 msgstr ""
14184
14185 #. type: =item
14186 #: ../src/guestfs-actions.pod:5124 ../fish/guestfish-actions.pod:3470
14187 msgid "B<pc98>"
14188 msgstr ""
14189
14190 #. type: textblock
14191 #: ../src/guestfs-actions.pod:5126 ../fish/guestfish-actions.pod:3472
14192 msgid "NEC PC-98 format, common in Japan apparently."
14193 msgstr ""
14194
14195 #. type: =item
14196 #: ../src/guestfs-actions.pod:5128 ../fish/guestfish-actions.pod:3474
14197 msgid "B<sun>"
14198 msgstr ""
14199
14200 #. type: textblock
14201 #: ../src/guestfs-actions.pod:5130 ../fish/guestfish-actions.pod:3476
14202 msgid "Sun disk labels."
14203 msgstr ""
14204
14205 #. type: =head2
14206 #: ../src/guestfs-actions.pod:5138
14207 msgid "guestfs_part_list"
14208 msgstr ""
14209
14210 #. type: verbatim
14211 #: ../src/guestfs-actions.pod:5140
14212 #, no-wrap
14213 msgid ""
14214 " struct guestfs_partition_list *\n"
14215 " guestfs_part_list (guestfs_h *g,\n"
14216 "                    const char *device);\n"
14217 "\n"
14218 msgstr ""
14219
14220 #. type: textblock
14221 #: ../src/guestfs-actions.pod:5144 ../fish/guestfish-actions.pod:3484
14222 msgid ""
14223 "This command parses the partition table on C<device> and returns the list of "
14224 "partitions found."
14225 msgstr ""
14226
14227 #. type: textblock
14228 #: ../src/guestfs-actions.pod:5147 ../fish/guestfish-actions.pod:3487
14229 msgid "The fields in the returned structure are:"
14230 msgstr ""
14231
14232 #. type: =item
14233 #: ../src/guestfs-actions.pod:5151 ../fish/guestfish-actions.pod:3491
14234 msgid "B<part_num>"
14235 msgstr ""
14236
14237 #. type: textblock
14238 #: ../src/guestfs-actions.pod:5153 ../fish/guestfish-actions.pod:3493
14239 msgid "Partition number, counting from 1."
14240 msgstr ""
14241
14242 #. type: =item
14243 #: ../src/guestfs-actions.pod:5155 ../fish/guestfish-actions.pod:3495
14244 msgid "B<part_start>"
14245 msgstr ""
14246
14247 #. type: textblock
14248 #: ../src/guestfs-actions.pod:5157
14249 msgid ""
14250 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
14251 "the device's sector size, see C<guestfs_blockdev_getss>."
14252 msgstr ""
14253
14254 #. type: =item
14255 #: ../src/guestfs-actions.pod:5160 ../fish/guestfish-actions.pod:3500
14256 msgid "B<part_end>"
14257 msgstr ""
14258
14259 #. type: textblock
14260 #: ../src/guestfs-actions.pod:5162 ../fish/guestfish-actions.pod:3502
14261 msgid "End of the partition in bytes."
14262 msgstr ""
14263
14264 #. type: =item
14265 #: ../src/guestfs-actions.pod:5164 ../fish/guestfish-actions.pod:3504
14266 msgid "B<part_size>"
14267 msgstr ""
14268
14269 #. type: textblock
14270 #: ../src/guestfs-actions.pod:5166 ../fish/guestfish-actions.pod:3506
14271 msgid "Size of the partition in bytes."
14272 msgstr ""
14273
14274 #. type: textblock
14275 #: ../src/guestfs-actions.pod:5170
14276 msgid ""
14277 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
14278 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
14279 "use>."
14280 msgstr ""
14281
14282 #. type: =head2
14283 #: ../src/guestfs-actions.pod:5176
14284 msgid "guestfs_part_set_bootable"
14285 msgstr ""
14286
14287 #. type: verbatim
14288 #: ../src/guestfs-actions.pod:5178
14289 #, no-wrap
14290 msgid ""
14291 " int\n"
14292 " guestfs_part_set_bootable (guestfs_h *g,\n"
14293 "                            const char *device,\n"
14294 "                            int partnum,\n"
14295 "                            int bootable);\n"
14296 "\n"
14297 msgstr ""
14298
14299 #. type: textblock
14300 #: ../src/guestfs-actions.pod:5184 ../fish/guestfish-actions.pod:3514
14301 msgid ""
14302 "This sets the bootable flag on partition numbered C<partnum> on device "
14303 "C<device>.  Note that partitions are numbered from 1."
14304 msgstr ""
14305
14306 #. type: textblock
14307 #: ../src/guestfs-actions.pod:5187 ../fish/guestfish-actions.pod:3517
14308 msgid ""
14309 "The bootable flag is used by some operating systems (notably Windows) to "
14310 "determine which partition to boot from.  It is by no means universally "
14311 "recognized."
14312 msgstr ""
14313
14314 #. type: =head2
14315 #: ../src/guestfs-actions.pod:5195
14316 msgid "guestfs_part_set_mbr_id"
14317 msgstr ""
14318
14319 #. type: verbatim
14320 #: ../src/guestfs-actions.pod:5197
14321 #, no-wrap
14322 msgid ""
14323 " int\n"
14324 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
14325 "                          const char *device,\n"
14326 "                          int partnum,\n"
14327 "                          int idbyte);\n"
14328 "\n"
14329 msgstr ""
14330
14331 #. type: textblock
14332 #: ../src/guestfs-actions.pod:5203 ../fish/guestfish-actions.pod:3525
14333 msgid ""
14334 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
14335 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
14336 "documentation are in fact hexadecimal numbers, but usually documented "
14337 "without any leading \"0x\" which might be confusing."
14338 msgstr ""
14339
14340 #. type: =head2
14341 #: ../src/guestfs-actions.pod:5217
14342 msgid "guestfs_part_set_name"
14343 msgstr ""
14344
14345 #. type: verbatim
14346 #: ../src/guestfs-actions.pod:5219
14347 #, no-wrap
14348 msgid ""
14349 " int\n"
14350 " guestfs_part_set_name (guestfs_h *g,\n"
14351 "                        const char *device,\n"
14352 "                        int partnum,\n"
14353 "                        const char *name);\n"
14354 "\n"
14355 msgstr ""
14356
14357 #. type: textblock
14358 #: ../src/guestfs-actions.pod:5225 ../fish/guestfish-actions.pod:3539
14359 msgid ""
14360 "This sets the partition name on partition numbered C<partnum> on device "
14361 "C<device>.  Note that partitions are numbered from 1."
14362 msgstr ""
14363
14364 #. type: textblock
14365 #: ../src/guestfs-actions.pod:5228 ../fish/guestfish-actions.pod:3542
14366 msgid ""
14367 "The partition name can only be set on certain types of partition table.  "
14368 "This works on C<gpt> but not on C<mbr> partitions."
14369 msgstr ""
14370
14371 #. type: =head2
14372 #: ../src/guestfs-actions.pod:5235
14373 msgid "guestfs_part_to_dev"
14374 msgstr ""
14375
14376 #. type: verbatim
14377 #: ../src/guestfs-actions.pod:5237
14378 #, no-wrap
14379 msgid ""
14380 " char *\n"
14381 " guestfs_part_to_dev (guestfs_h *g,\n"
14382 "                      const char *partition);\n"
14383 "\n"
14384 msgstr ""
14385
14386 #. type: textblock
14387 #: ../src/guestfs-actions.pod:5241 ../fish/guestfish-actions.pod:3549
14388 msgid ""
14389 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
14390 "partition number, returning the device name (eg. \"/dev/sdb\")."
14391 msgstr ""
14392
14393 #. type: textblock
14394 #: ../src/guestfs-actions.pod:5245
14395 msgid ""
14396 "The named partition must exist, for example as a string returned from "
14397 "C<guestfs_list_partitions>."
14398 msgstr ""
14399
14400 #. type: =head2
14401 #: ../src/guestfs-actions.pod:5253
14402 msgid "guestfs_ping_daemon"
14403 msgstr ""
14404
14405 #. type: verbatim
14406 #: ../src/guestfs-actions.pod:5255
14407 #, no-wrap
14408 msgid ""
14409 " int\n"
14410 " guestfs_ping_daemon (guestfs_h *g);\n"
14411 "\n"
14412 msgstr ""
14413
14414 #. type: textblock
14415 #: ../src/guestfs-actions.pod:5258 ../fish/guestfish-actions.pod:3560
14416 msgid ""
14417 "This is a test probe into the guestfs daemon running inside the qemu "
14418 "subprocess.  Calling this function checks that the daemon responds to the "
14419 "ping message, without affecting the daemon or attached block device(s) in "
14420 "any other way."
14421 msgstr ""
14422
14423 #. type: =head2
14424 #: ../src/guestfs-actions.pod:5267
14425 msgid "guestfs_pread"
14426 msgstr ""
14427
14428 #. type: verbatim
14429 #: ../src/guestfs-actions.pod:5269
14430 #, no-wrap
14431 msgid ""
14432 " char *\n"
14433 " guestfs_pread (guestfs_h *g,\n"
14434 "                const char *path,\n"
14435 "                int count,\n"
14436 "                int64_t offset,\n"
14437 "                size_t *size_r);\n"
14438 "\n"
14439 msgstr ""
14440
14441 #. type: textblock
14442 #: ../src/guestfs-actions.pod:5276 ../fish/guestfish-actions.pod:3569
14443 msgid ""
14444 "This command lets you read part of a file.  It reads C<count> bytes of the "
14445 "file, starting at C<offset>, from file C<path>."
14446 msgstr ""
14447
14448 #. type: textblock
14449 #: ../src/guestfs-actions.pod:5279 ../src/guestfs-actions.pod:5305 ../fish/guestfish-actions.pod:3572 ../fish/guestfish-actions.pod:3587
14450 msgid ""
14451 "This may read fewer bytes than requested.  For further details see the "
14452 "L<pread(2)> system call."
14453 msgstr ""
14454
14455 #. type: textblock
14456 #: ../src/guestfs-actions.pod:5282
14457 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
14458 msgstr ""
14459
14460 #. type: =head2
14461 #: ../src/guestfs-actions.pod:5293
14462 msgid "guestfs_pread_device"
14463 msgstr ""
14464
14465 #. type: verbatim
14466 #: ../src/guestfs-actions.pod:5295
14467 #, no-wrap
14468 msgid ""
14469 " char *\n"
14470 " guestfs_pread_device (guestfs_h *g,\n"
14471 "                       const char *device,\n"
14472 "                       int count,\n"
14473 "                       int64_t offset,\n"
14474 "                       size_t *size_r);\n"
14475 "\n"
14476 msgstr ""
14477
14478 #. type: textblock
14479 #: ../src/guestfs-actions.pod:5302 ../fish/guestfish-actions.pod:3584
14480 msgid ""
14481 "This command lets you read part of a file.  It reads C<count> bytes of "
14482 "C<device>, starting at C<offset>."
14483 msgstr ""
14484
14485 #. type: textblock
14486 #: ../src/guestfs-actions.pod:5308
14487 msgid "See also C<guestfs_pread>."
14488 msgstr ""
14489
14490 #. type: textblock
14491 #: ../src/guestfs-actions.pod:5317
14492 msgid "(Added in 1.5.21)"
14493 msgstr ""
14494
14495 #. type: =head2
14496 #: ../src/guestfs-actions.pod:5319
14497 msgid "guestfs_pvcreate"
14498 msgstr ""
14499
14500 #. type: verbatim
14501 #: ../src/guestfs-actions.pod:5321
14502 #, no-wrap
14503 msgid ""
14504 " int\n"
14505 " guestfs_pvcreate (guestfs_h *g,\n"
14506 "                   const char *device);\n"
14507 "\n"
14508 msgstr ""
14509
14510 #. type: textblock
14511 #: ../src/guestfs-actions.pod:5325 ../fish/guestfish-actions.pod:3599
14512 msgid ""
14513 "This creates an LVM physical volume on the named C<device>, where C<device> "
14514 "should usually be a partition name such as C</dev/sda1>."
14515 msgstr ""
14516
14517 #. type: =head2
14518 #: ../src/guestfs-actions.pod:5333
14519 msgid "guestfs_pvremove"
14520 msgstr ""
14521
14522 #. type: verbatim
14523 #: ../src/guestfs-actions.pod:5335
14524 #, no-wrap
14525 msgid ""
14526 " int\n"
14527 " guestfs_pvremove (guestfs_h *g,\n"
14528 "                   const char *device);\n"
14529 "\n"
14530 msgstr ""
14531
14532 #. type: textblock
14533 #: ../src/guestfs-actions.pod:5339 ../fish/guestfish-actions.pod:3607
14534 msgid ""
14535 "This wipes a physical volume C<device> so that LVM will no longer recognise "
14536 "it."
14537 msgstr ""
14538
14539 #. type: textblock
14540 #: ../src/guestfs-actions.pod:5342 ../fish/guestfish-actions.pod:3610
14541 msgid ""
14542 "The implementation uses the C<pvremove> command which refuses to wipe "
14543 "physical volumes that contain any volume groups, so you have to remove those "
14544 "first."
14545 msgstr ""
14546
14547 #. type: =head2
14548 #: ../src/guestfs-actions.pod:5350
14549 msgid "guestfs_pvresize"
14550 msgstr ""
14551
14552 #. type: verbatim
14553 #: ../src/guestfs-actions.pod:5352
14554 #, no-wrap
14555 msgid ""
14556 " int\n"
14557 " guestfs_pvresize (guestfs_h *g,\n"
14558 "                   const char *device);\n"
14559 "\n"
14560 msgstr ""
14561
14562 #. type: textblock
14563 #: ../src/guestfs-actions.pod:5356 ../fish/guestfish-actions.pod:3618
14564 msgid ""
14565 "This resizes (expands or shrinks) an existing LVM physical volume to match "
14566 "the new size of the underlying device."
14567 msgstr ""
14568
14569 #. type: =head2
14570 #: ../src/guestfs-actions.pod:5363
14571 msgid "guestfs_pvresize_size"
14572 msgstr ""
14573
14574 #. type: verbatim
14575 #: ../src/guestfs-actions.pod:5365
14576 #, no-wrap
14577 msgid ""
14578 " int\n"
14579 " guestfs_pvresize_size (guestfs_h *g,\n"
14580 "                        const char *device,\n"
14581 "                        int64_t size);\n"
14582 "\n"
14583 msgstr ""
14584
14585 #. type: textblock
14586 #: ../src/guestfs-actions.pod:5370
14587 msgid ""
14588 "This command is the same as C<guestfs_pvresize> except that it allows you to "
14589 "specify the new size (in bytes) explicitly."
14590 msgstr ""
14591
14592 #. type: =head2
14593 #: ../src/guestfs-actions.pod:5377
14594 msgid "guestfs_pvs"
14595 msgstr ""
14596
14597 #. type: verbatim
14598 #: ../src/guestfs-actions.pod:5379
14599 #, no-wrap
14600 msgid ""
14601 " char **\n"
14602 " guestfs_pvs (guestfs_h *g);\n"
14603 "\n"
14604 msgstr ""
14605
14606 #. type: textblock
14607 #: ../src/guestfs-actions.pod:5382 ../fish/guestfish-actions.pod:3632
14608 msgid ""
14609 "List all the physical volumes detected.  This is the equivalent of the "
14610 "L<pvs(8)> command."
14611 msgstr ""
14612
14613 #. type: textblock
14614 #: ../src/guestfs-actions.pod:5385 ../fish/guestfish-actions.pod:3635
14615 msgid ""
14616 "This returns a list of just the device names that contain PVs "
14617 "(eg. C</dev/sda2>)."
14618 msgstr ""
14619
14620 #. type: textblock
14621 #: ../src/guestfs-actions.pod:5388
14622 msgid "See also C<guestfs_pvs_full>."
14623 msgstr ""
14624
14625 #. type: =head2
14626 #: ../src/guestfs-actions.pod:5396
14627 msgid "guestfs_pvs_full"
14628 msgstr ""
14629
14630 #. type: verbatim
14631 #: ../src/guestfs-actions.pod:5398
14632 #, no-wrap
14633 msgid ""
14634 " struct guestfs_lvm_pv_list *\n"
14635 " guestfs_pvs_full (guestfs_h *g);\n"
14636 "\n"
14637 msgstr ""
14638
14639 #. type: textblock
14640 #: ../src/guestfs-actions.pod:5401 ../fish/guestfish-actions.pod:3644
14641 msgid ""
14642 "List all the physical volumes detected.  This is the equivalent of the "
14643 "L<pvs(8)> command.  The \"full\" version includes all fields."
14644 msgstr ""
14645
14646 #. type: textblock
14647 #: ../src/guestfs-actions.pod:5404
14648 msgid ""
14649 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
14650 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
14651 "use>."
14652 msgstr ""
14653
14654 #. type: =head2
14655 #: ../src/guestfs-actions.pod:5410
14656 msgid "guestfs_pvuuid"
14657 msgstr ""
14658
14659 #. type: verbatim
14660 #: ../src/guestfs-actions.pod:5412
14661 #, no-wrap
14662 msgid ""
14663 " char *\n"
14664 " guestfs_pvuuid (guestfs_h *g,\n"
14665 "                 const char *device);\n"
14666 "\n"
14667 msgstr ""
14668
14669 #. type: textblock
14670 #: ../src/guestfs-actions.pod:5416 ../fish/guestfish-actions.pod:3651
14671 msgid "This command returns the UUID of the LVM PV C<device>."
14672 msgstr ""
14673
14674 #. type: =head2
14675 #: ../src/guestfs-actions.pod:5423
14676 msgid "guestfs_pwrite"
14677 msgstr ""
14678
14679 #. type: verbatim
14680 #: ../src/guestfs-actions.pod:5425
14681 #, no-wrap
14682 msgid ""
14683 " int\n"
14684 " guestfs_pwrite (guestfs_h *g,\n"
14685 "                 const char *path,\n"
14686 "                 const char *content,\n"
14687 "                 size_t content_size,\n"
14688 "                 int64_t offset);\n"
14689 "\n"
14690 msgstr ""
14691
14692 #. type: textblock
14693 #: ../src/guestfs-actions.pod:5432 ../fish/guestfish-actions.pod:3657
14694 msgid ""
14695 "This command writes to part of a file.  It writes the data buffer C<content> "
14696 "to the file C<path> starting at offset C<offset>."
14697 msgstr ""
14698
14699 #. type: textblock
14700 #: ../src/guestfs-actions.pod:5435 ../fish/guestfish-actions.pod:3660
14701 msgid ""
14702 "This command implements the L<pwrite(2)> system call, and like that system "
14703 "call it may not write the full data requested.  The return value is the "
14704 "number of bytes that were actually written to the file.  This could even be "
14705 "0, although short writes are unlikely for regular files in ordinary "
14706 "circumstances."
14707 msgstr ""
14708
14709 #. type: textblock
14710 #: ../src/guestfs-actions.pod:5441
14711 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
14712 msgstr ""
14713
14714 #. type: =head2
14715 #: ../src/guestfs-actions.pod:5450
14716 msgid "guestfs_pwrite_device"
14717 msgstr ""
14718
14719 #. type: verbatim
14720 #: ../src/guestfs-actions.pod:5452
14721 #, no-wrap
14722 msgid ""
14723 " int\n"
14724 " guestfs_pwrite_device (guestfs_h *g,\n"
14725 "                        const char *device,\n"
14726 "                        const char *content,\n"
14727 "                        size_t content_size,\n"
14728 "                        int64_t offset);\n"
14729 "\n"
14730 msgstr ""
14731
14732 #. type: textblock
14733 #: ../src/guestfs-actions.pod:5459 ../fish/guestfish-actions.pod:3675
14734 msgid ""
14735 "This command writes to part of a device.  It writes the data buffer "
14736 "C<content> to C<device> starting at offset C<offset>."
14737 msgstr ""
14738
14739 #. type: textblock
14740 #: ../src/guestfs-actions.pod:5462 ../fish/guestfish-actions.pod:3678
14741 msgid ""
14742 "This command implements the L<pwrite(2)> system call, and like that system "
14743 "call it may not write the full data requested (although short writes to disk "
14744 "devices and partitions are probably impossible with standard Linux kernels)."
14745 msgstr ""
14746
14747 #. type: textblock
14748 #: ../src/guestfs-actions.pod:5467
14749 msgid "See also C<guestfs_pwrite>."
14750 msgstr ""
14751
14752 #. type: textblock
14753 #: ../src/guestfs-actions.pod:5474
14754 msgid "(Added in 1.5.20)"
14755 msgstr ""
14756
14757 #. type: =head2
14758 #: ../src/guestfs-actions.pod:5476
14759 msgid "guestfs_read_file"
14760 msgstr ""
14761
14762 #. type: verbatim
14763 #: ../src/guestfs-actions.pod:5478
14764 #, no-wrap
14765 msgid ""
14766 " char *\n"
14767 " guestfs_read_file (guestfs_h *g,\n"
14768 "                    const char *path,\n"
14769 "                    size_t *size_r);\n"
14770 "\n"
14771 msgstr ""
14772
14773 #. type: textblock
14774 #: ../src/guestfs-actions.pod:5483 ../fish/guestfish-actions.pod:3692
14775 msgid "This calls returns the contents of the file C<path> as a buffer."
14776 msgstr ""
14777
14778 #. type: textblock
14779 #: ../src/guestfs-actions.pod:5486
14780 msgid ""
14781 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
14782 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
14783 "function is limited in the total size of file that can be handled."
14784 msgstr ""
14785
14786 #. type: textblock
14787 #: ../src/guestfs-actions.pod:5498
14788 msgid "(Added in 1.0.63)"
14789 msgstr ""
14790
14791 #. type: =head2
14792 #: ../src/guestfs-actions.pod:5500
14793 msgid "guestfs_read_lines"
14794 msgstr ""
14795
14796 #. type: verbatim
14797 #: ../src/guestfs-actions.pod:5502
14798 #, no-wrap
14799 msgid ""
14800 " char **\n"
14801 " guestfs_read_lines (guestfs_h *g,\n"
14802 "                     const char *path);\n"
14803 "\n"
14804 msgstr ""
14805
14806 #. type: textblock
14807 #: ../src/guestfs-actions.pod:5508 ../fish/guestfish-actions.pod:3709
14808 msgid ""
14809 "The file contents are returned as a list of lines.  Trailing C<LF> and "
14810 "C<CRLF> character sequences are I<not> returned."
14811 msgstr ""
14812
14813 #. type: textblock
14814 #: ../src/guestfs-actions.pod:5511
14815 msgid ""
14816 "Note that this function cannot correctly handle binary files (specifically, "
14817 "files containing C<\\0> character which is treated as end of line).  For "
14818 "those you need to use the C<guestfs_read_file> function which has a more "
14819 "complex interface."
14820 msgstr ""
14821
14822 #. type: =head2
14823 #: ../src/guestfs-actions.pod:5522
14824 msgid "guestfs_readdir"
14825 msgstr ""
14826
14827 #. type: verbatim
14828 #: ../src/guestfs-actions.pod:5524
14829 #, no-wrap
14830 msgid ""
14831 " struct guestfs_dirent_list *\n"
14832 " guestfs_readdir (guestfs_h *g,\n"
14833 "                  const char *dir);\n"
14834 "\n"
14835 msgstr ""
14836
14837 #. type: textblock
14838 #: ../src/guestfs-actions.pod:5528 ../fish/guestfish-actions.pod:3721
14839 msgid "This returns the list of directory entries in directory C<dir>."
14840 msgstr ""
14841
14842 #. type: textblock
14843 #: ../src/guestfs-actions.pod:5530 ../fish/guestfish-actions.pod:3723
14844 msgid ""
14845 "All entries in the directory are returned, including C<.> and C<..>.  The "
14846 "entries are I<not> sorted, but returned in the same order as the underlying "
14847 "filesystem."
14848 msgstr ""
14849
14850 #. type: textblock
14851 #: ../src/guestfs-actions.pod:5534 ../fish/guestfish-actions.pod:3727
14852 msgid ""
14853 "Also this call returns basic file type information about each file.  The "
14854 "C<ftyp> field will contain one of the following characters:"
14855 msgstr ""
14856
14857 #. type: =item
14858 #: ../src/guestfs-actions.pod:5539 ../fish/guestfish-actions.pod:3732
14859 msgid "'b'"
14860 msgstr ""
14861
14862 #. type: textblock
14863 #: ../src/guestfs-actions.pod:5541 ../fish/guestfish-actions.pod:3734
14864 msgid "Block special"
14865 msgstr ""
14866
14867 #. type: =item
14868 #: ../src/guestfs-actions.pod:5543 ../fish/guestfish-actions.pod:3736
14869 msgid "'c'"
14870 msgstr ""
14871
14872 #. type: textblock
14873 #: ../src/guestfs-actions.pod:5545 ../fish/guestfish-actions.pod:3738
14874 msgid "Char special"
14875 msgstr ""
14876
14877 #. type: =item
14878 #: ../src/guestfs-actions.pod:5547 ../fish/guestfish-actions.pod:3740
14879 msgid "'d'"
14880 msgstr ""
14881
14882 #. type: textblock
14883 #: ../src/guestfs-actions.pod:5549 ../fish/guestfish-actions.pod:3742
14884 msgid "Directory"
14885 msgstr ""
14886
14887 #. type: =item
14888 #: ../src/guestfs-actions.pod:5551 ../fish/guestfish-actions.pod:3744
14889 msgid "'f'"
14890 msgstr ""
14891
14892 #. type: textblock
14893 #: ../src/guestfs-actions.pod:5553 ../fish/guestfish-actions.pod:3746
14894 msgid "FIFO (named pipe)"
14895 msgstr ""
14896
14897 #. type: =item
14898 #: ../src/guestfs-actions.pod:5555 ../fish/guestfish-actions.pod:3748
14899 msgid "'l'"
14900 msgstr ""
14901
14902 #. type: textblock
14903 #: ../src/guestfs-actions.pod:5557 ../fish/guestfish-actions.pod:3750
14904 msgid "Symbolic link"
14905 msgstr ""
14906
14907 #. type: =item
14908 #: ../src/guestfs-actions.pod:5559 ../fish/guestfish-actions.pod:3752
14909 msgid "'r'"
14910 msgstr ""
14911
14912 #. type: textblock
14913 #: ../src/guestfs-actions.pod:5561 ../fish/guestfish-actions.pod:3754
14914 msgid "Regular file"
14915 msgstr ""
14916
14917 #. type: =item
14918 #: ../src/guestfs-actions.pod:5563 ../fish/guestfish-actions.pod:3756
14919 msgid "'s'"
14920 msgstr ""
14921
14922 #. type: textblock
14923 #: ../src/guestfs-actions.pod:5565 ../fish/guestfish-actions.pod:3758
14924 msgid "Socket"
14925 msgstr ""
14926
14927 #. type: =item
14928 #: ../src/guestfs-actions.pod:5567 ../fish/guestfish-actions.pod:3760
14929 msgid "'u'"
14930 msgstr ""
14931
14932 #. type: textblock
14933 #: ../src/guestfs-actions.pod:5569 ../fish/guestfish-actions.pod:3762
14934 msgid "Unknown file type"
14935 msgstr ""
14936
14937 #. type: =item
14938 #: ../src/guestfs-actions.pod:5571 ../fish/guestfish-actions.pod:3764
14939 msgid "'?'"
14940 msgstr ""
14941
14942 #. type: textblock
14943 #: ../src/guestfs-actions.pod:5573 ../fish/guestfish-actions.pod:3766
14944 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
14945 msgstr ""
14946
14947 #. type: textblock
14948 #: ../src/guestfs-actions.pod:5578
14949 msgid ""
14950 "This function is primarily intended for use by programs.  To get a simple "
14951 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
14952 "consumption, use C<guestfs_ll>."
14953 msgstr ""
14954
14955 #. type: textblock
14956 #: ../src/guestfs-actions.pod:5582
14957 msgid ""
14958 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
14959 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
14960 "use>."
14961 msgstr ""
14962
14963 #. type: =head2
14964 #: ../src/guestfs-actions.pod:5588
14965 msgid "guestfs_readlink"
14966 msgstr ""
14967
14968 #. type: verbatim
14969 #: ../src/guestfs-actions.pod:5590
14970 #, no-wrap
14971 msgid ""
14972 " char *\n"
14973 " guestfs_readlink (guestfs_h *g,\n"
14974 "                   const char *path);\n"
14975 "\n"
14976 msgstr ""
14977
14978 #. type: textblock
14979 #: ../src/guestfs-actions.pod:5594 ../fish/guestfish-actions.pod:3779
14980 msgid "This command reads the target of a symbolic link."
14981 msgstr ""
14982
14983 #. type: =head2
14984 #: ../src/guestfs-actions.pod:5601
14985 msgid "guestfs_readlinklist"
14986 msgstr ""
14987
14988 #. type: verbatim
14989 #: ../src/guestfs-actions.pod:5603
14990 #, no-wrap
14991 msgid ""
14992 " char **\n"
14993 " guestfs_readlinklist (guestfs_h *g,\n"
14994 "                       const char *path,\n"
14995 "                       char *const *names);\n"
14996 "\n"
14997 msgstr ""
14998
14999 #. type: textblock
15000 #: ../src/guestfs-actions.pod:5608 ../fish/guestfish-actions.pod:3785
15001 msgid ""
15002 "This call allows you to do a C<readlink> operation on multiple files, where "
15003 "all files are in the directory C<path>.  C<names> is the list of files from "
15004 "this directory."
15005 msgstr ""
15006
15007 #. type: textblock
15008 #: ../src/guestfs-actions.pod:5612 ../fish/guestfish-actions.pod:3789
15009 msgid ""
15010 "On return you get a list of strings, with a one-to-one correspondence to the "
15011 "C<names> list.  Each string is the value of the symbolic link."
15012 msgstr ""
15013
15014 #. type: textblock
15015 #: ../src/guestfs-actions.pod:5616 ../fish/guestfish-actions.pod:3793
15016 msgid ""
15017 "If the C<readlink(2)> operation fails on any name, then the corresponding "
15018 "result string is the empty string C<\"\">.  However the whole operation is "
15019 "completed even if there were C<readlink(2)> errors, and so you can call this "
15020 "function with names where you don't know if they are symbolic links already "
15021 "(albeit slightly less efficient)."
15022 msgstr ""
15023
15024 #. type: textblock
15025 #: ../src/guestfs-actions.pod:5623 ../fish/guestfish-actions.pod:3800
15026 msgid ""
15027 "This call is intended for programs that want to efficiently list a directory "
15028 "contents without making many round-trips.  Very long directory listings "
15029 "might cause the protocol message size to be exceeded, causing this call to "
15030 "fail.  The caller must split up such requests into smaller groups of names."
15031 msgstr ""
15032
15033 #. type: =head2
15034 #: ../src/guestfs-actions.pod:5636
15035 msgid "guestfs_realpath"
15036 msgstr ""
15037
15038 #. type: verbatim
15039 #: ../src/guestfs-actions.pod:5638
15040 #, no-wrap
15041 msgid ""
15042 " char *\n"
15043 " guestfs_realpath (guestfs_h *g,\n"
15044 "                   const char *path);\n"
15045 "\n"
15046 msgstr ""
15047
15048 #. type: textblock
15049 #: ../src/guestfs-actions.pod:5642 ../fish/guestfish-actions.pod:3811
15050 msgid ""
15051 "Return the canonicalized absolute pathname of C<path>.  The returned path "
15052 "has no C<.>, C<..> or symbolic link path elements."
15053 msgstr ""
15054
15055 #. type: =head2
15056 #: ../src/guestfs-actions.pod:5650
15057 msgid "guestfs_removexattr"
15058 msgstr ""
15059
15060 #. type: verbatim
15061 #: ../src/guestfs-actions.pod:5652
15062 #, no-wrap
15063 msgid ""
15064 " int\n"
15065 " guestfs_removexattr (guestfs_h *g,\n"
15066 "                      const char *xattr,\n"
15067 "                      const char *path);\n"
15068 "\n"
15069 msgstr ""
15070
15071 #. type: textblock
15072 #: ../src/guestfs-actions.pod:5657 ../fish/guestfish-actions.pod:3818
15073 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
15074 msgstr ""
15075
15076 #. type: textblock
15077 #: ../src/guestfs-actions.pod:5660
15078 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
15079 msgstr ""
15080
15081 #. type: =head2
15082 #: ../src/guestfs-actions.pod:5666
15083 msgid "guestfs_resize2fs"
15084 msgstr ""
15085
15086 #. type: verbatim
15087 #: ../src/guestfs-actions.pod:5668
15088 #, no-wrap
15089 msgid ""
15090 " int\n"
15091 " guestfs_resize2fs (guestfs_h *g,\n"
15092 "                    const char *device);\n"
15093 "\n"
15094 msgstr ""
15095
15096 #. type: textblock
15097 #: ../src/guestfs-actions.pod:5672 ../fish/guestfish-actions.pod:3827
15098 msgid ""
15099 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
15100 "underlying device."
15101 msgstr ""
15102
15103 #. type: textblock
15104 #: ../src/guestfs-actions.pod:5675
15105 msgid ""
15106 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
15107 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
15108 "sometimes gives an error about this and sometimes not.  In any case, it is "
15109 "always safe to call C<guestfs_e2fsck_f> before calling this function."
15110 msgstr ""
15111
15112 #. type: =head2
15113 #: ../src/guestfs-actions.pod:5685
15114 msgid "guestfs_resize2fs_M"
15115 msgstr ""
15116
15117 #. type: verbatim
15118 #: ../src/guestfs-actions.pod:5687
15119 #, no-wrap
15120 msgid ""
15121 " int\n"
15122 " guestfs_resize2fs_M (guestfs_h *g,\n"
15123 "                      const char *device);\n"
15124 "\n"
15125 msgstr ""
15126
15127 #. type: textblock
15128 #: ../src/guestfs-actions.pod:5691
15129 msgid ""
15130 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
15131 "resized to its minimum size.  This works like the I<-M> option to the "
15132 "C<resize2fs> command."
15133 msgstr ""
15134
15135 #. type: textblock
15136 #: ../src/guestfs-actions.pod:5695
15137 msgid ""
15138 "To get the resulting size of the filesystem you should call "
15139 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
15140 "These two numbers, multiplied together, give the resulting size of the "
15141 "minimal filesystem in bytes."
15142 msgstr ""
15143
15144 #. type: =head2
15145 #: ../src/guestfs-actions.pod:5702
15146 msgid "guestfs_resize2fs_size"
15147 msgstr ""
15148
15149 #. type: verbatim
15150 #: ../src/guestfs-actions.pod:5704
15151 #, no-wrap
15152 msgid ""
15153 " int\n"
15154 " guestfs_resize2fs_size (guestfs_h *g,\n"
15155 "                         const char *device,\n"
15156 "                         int64_t size);\n"
15157 "\n"
15158 msgstr ""
15159
15160 #. type: textblock
15161 #: ../src/guestfs-actions.pod:5709
15162 msgid ""
15163 "This command is the same as C<guestfs_resize2fs> except that it allows you "
15164 "to specify the new size (in bytes) explicitly."
15165 msgstr ""
15166
15167 #. type: =head2
15168 #: ../src/guestfs-actions.pod:5716
15169 msgid "guestfs_rm"
15170 msgstr ""
15171
15172 #. type: verbatim
15173 #: ../src/guestfs-actions.pod:5718
15174 #, no-wrap
15175 msgid ""
15176 " int\n"
15177 " guestfs_rm (guestfs_h *g,\n"
15178 "             const char *path);\n"
15179 "\n"
15180 msgstr ""
15181
15182 #. type: textblock
15183 #: ../src/guestfs-actions.pod:5722 ../fish/guestfish-actions.pod:3860
15184 msgid "Remove the single file C<path>."
15185 msgstr ""
15186
15187 #. type: =head2
15188 #: ../src/guestfs-actions.pod:5728
15189 msgid "guestfs_rm_rf"
15190 msgstr ""
15191
15192 #. type: verbatim
15193 #: ../src/guestfs-actions.pod:5730
15194 #, no-wrap
15195 msgid ""
15196 " int\n"
15197 " guestfs_rm_rf (guestfs_h *g,\n"
15198 "                const char *path);\n"
15199 "\n"
15200 msgstr ""
15201
15202 #. type: textblock
15203 #: ../src/guestfs-actions.pod:5734 ../fish/guestfish-actions.pod:3866
15204 msgid ""
15205 "Remove the file or directory C<path>, recursively removing the contents if "
15206 "its a directory.  This is like the C<rm -rf> shell command."
15207 msgstr ""
15208
15209 #. type: =head2
15210 #: ../src/guestfs-actions.pod:5742
15211 msgid "guestfs_rmdir"
15212 msgstr ""
15213
15214 #. type: verbatim
15215 #: ../src/guestfs-actions.pod:5744
15216 #, no-wrap
15217 msgid ""
15218 " int\n"
15219 " guestfs_rmdir (guestfs_h *g,\n"
15220 "                const char *path);\n"
15221 "\n"
15222 msgstr ""
15223
15224 #. type: textblock
15225 #: ../src/guestfs-actions.pod:5748 ../fish/guestfish-actions.pod:3874
15226 msgid "Remove the single directory C<path>."
15227 msgstr ""
15228
15229 #. type: =head2
15230 #: ../src/guestfs-actions.pod:5754
15231 msgid "guestfs_rmmountpoint"
15232 msgstr ""
15233
15234 #. type: verbatim
15235 #: ../src/guestfs-actions.pod:5756
15236 #, no-wrap
15237 msgid ""
15238 " int\n"
15239 " guestfs_rmmountpoint (guestfs_h *g,\n"
15240 "                       const char *exemptpath);\n"
15241 "\n"
15242 msgstr ""
15243
15244 #. type: textblock
15245 #: ../src/guestfs-actions.pod:5760
15246 msgid ""
15247 "This calls removes a mountpoint that was previously created with "
15248 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
15249 msgstr ""
15250
15251 #. type: =head2
15252 #: ../src/guestfs-actions.pod:5768
15253 msgid "guestfs_scrub_device"
15254 msgstr ""
15255
15256 #. type: verbatim
15257 #: ../src/guestfs-actions.pod:5770
15258 #, no-wrap
15259 msgid ""
15260 " int\n"
15261 " guestfs_scrub_device (guestfs_h *g,\n"
15262 "                       const char *device);\n"
15263 "\n"
15264 msgstr ""
15265
15266 #. type: textblock
15267 #: ../src/guestfs-actions.pod:5774 ../fish/guestfish-actions.pod:3888
15268 msgid ""
15269 "This command writes patterns over C<device> to make data retrieval more "
15270 "difficult."
15271 msgstr ""
15272
15273 #. type: textblock
15274 #: ../src/guestfs-actions.pod:5777 ../src/guestfs-actions.pod:5798 ../src/guestfs-actions.pod:5817 ../fish/guestfish-actions.pod:3891 ../fish/guestfish-actions.pod:3906 ../fish/guestfish-actions.pod:3919
15275 msgid ""
15276 "It is an interface to the L<scrub(1)> program.  See that manual page for "
15277 "more details."
15278 msgstr ""
15279
15280 #. type: textblock
15281 #: ../src/guestfs-actions.pod:5785 ../src/guestfs-actions.pod:5803 ../src/guestfs-actions.pod:5822
15282 msgid "(Added in 1.0.52)"
15283 msgstr ""
15284
15285 #. type: =head2
15286 #: ../src/guestfs-actions.pod:5787
15287 msgid "guestfs_scrub_file"
15288 msgstr ""
15289
15290 #. type: verbatim
15291 #: ../src/guestfs-actions.pod:5789
15292 #, no-wrap
15293 msgid ""
15294 " int\n"
15295 " guestfs_scrub_file (guestfs_h *g,\n"
15296 "                     const char *file);\n"
15297 "\n"
15298 msgstr ""
15299
15300 #. type: textblock
15301 #: ../src/guestfs-actions.pod:5793 ../fish/guestfish-actions.pod:3901
15302 msgid ""
15303 "This command writes patterns over a file to make data retrieval more "
15304 "difficult."
15305 msgstr ""
15306
15307 #. type: textblock
15308 #: ../src/guestfs-actions.pod:5796 ../fish/guestfish-actions.pod:3904
15309 msgid "The file is I<removed> after scrubbing."
15310 msgstr ""
15311
15312 #. type: =head2
15313 #: ../src/guestfs-actions.pod:5805
15314 msgid "guestfs_scrub_freespace"
15315 msgstr ""
15316
15317 #. type: verbatim
15318 #: ../src/guestfs-actions.pod:5807
15319 #, no-wrap
15320 msgid ""
15321 " int\n"
15322 " guestfs_scrub_freespace (guestfs_h *g,\n"
15323 "                          const char *dir);\n"
15324 "\n"
15325 msgstr ""
15326
15327 #. type: textblock
15328 #: ../src/guestfs-actions.pod:5811
15329 msgid ""
15330 "This command creates the directory C<dir> and then fills it with files until "
15331 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
15332 "and deletes them.  The intention is to scrub any free space on the partition "
15333 "containing C<dir>."
15334 msgstr ""
15335
15336 #. type: =head2
15337 #: ../src/guestfs-actions.pod:5824
15338 msgid "guestfs_set_append"
15339 msgstr ""
15340
15341 #. type: verbatim
15342 #: ../src/guestfs-actions.pod:5826
15343 #, no-wrap
15344 msgid ""
15345 " int\n"
15346 " guestfs_set_append (guestfs_h *g,\n"
15347 "                     const char *append);\n"
15348 "\n"
15349 msgstr ""
15350
15351 #. type: textblock
15352 #: ../src/guestfs-actions.pod:5830 ../fish/guestfish-actions.pod:3928
15353 msgid ""
15354 "This function is used to add additional options to the guest kernel command "
15355 "line."
15356 msgstr ""
15357
15358 #. type: textblock
15359 #: ../src/guestfs-actions.pod:5833 ../fish/guestfish-actions.pod:3931
15360 msgid ""
15361 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
15362 "environment variable."
15363 msgstr ""
15364
15365 #. type: textblock
15366 #: ../src/guestfs-actions.pod:5836 ../fish/guestfish-actions.pod:3934
15367 msgid ""
15368 "Setting C<append> to C<NULL> means I<no> additional options are passed "
15369 "(libguestfs always adds a few of its own)."
15370 msgstr ""
15371
15372 #. type: =head2
15373 #: ../src/guestfs-actions.pod:5843
15374 msgid "guestfs_set_attach_method"
15375 msgstr ""
15376
15377 #. type: verbatim
15378 #: ../src/guestfs-actions.pod:5845
15379 #, no-wrap
15380 msgid ""
15381 " int\n"
15382 " guestfs_set_attach_method (guestfs_h *g,\n"
15383 "                            const char *attachmethod);\n"
15384 "\n"
15385 msgstr ""
15386
15387 #. type: textblock
15388 #: ../src/guestfs-actions.pod:5849 ../fish/guestfish-actions.pod:3943
15389 msgid ""
15390 "Set the method that libguestfs uses to connect to the back end guestfsd "
15391 "daemon.  Possible methods are:"
15392 msgstr ""
15393
15394 #. type: textblock
15395 #: ../src/guestfs-actions.pod:5856 ../fish/guestfish-actions.pod:3950
15396 msgid ""
15397 "Launch an appliance and connect to it.  This is the ordinary method and the "
15398 "default."
15399 msgstr ""
15400
15401 #. type: =item
15402 #: ../src/guestfs-actions.pod:5859 ../fish/guestfish-actions.pod:3953
15403 msgid "C<unix:I<path>>"
15404 msgstr ""
15405
15406 #. type: textblock
15407 #: ../src/guestfs-actions.pod:5861 ../fish/guestfish-actions.pod:3955
15408 msgid "Connect to the Unix domain socket I<path>."
15409 msgstr ""
15410
15411 #. type: textblock
15412 #: ../src/guestfs-actions.pod:5863 ../fish/guestfish-actions.pod:3957
15413 msgid ""
15414 "This method lets you connect to an existing daemon or (using virtio-serial) "
15415 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
15416 "RUNNING DAEMONS>."
15417 msgstr ""
15418
15419 #. type: =head2
15420 #: ../src/guestfs-actions.pod:5871
15421 msgid "guestfs_set_autosync"
15422 msgstr ""
15423
15424 #. type: verbatim
15425 #: ../src/guestfs-actions.pod:5873
15426 #, no-wrap
15427 msgid ""
15428 " int\n"
15429 " guestfs_set_autosync (guestfs_h *g,\n"
15430 "                       int autosync);\n"
15431 "\n"
15432 msgstr ""
15433
15434 #. type: textblock
15435 #: ../src/guestfs-actions.pod:5877 ../fish/guestfish-actions.pod:3969
15436 msgid ""
15437 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
15438 "effort attempt to make filesystems consistent and synchronized when the "
15439 "handle is closed (also if the program exits without closing handles)."
15440 msgstr ""
15441
15442 #. type: textblock
15443 #: ../src/guestfs-actions.pod:5882 ../fish/guestfish-actions.pod:3974
15444 msgid ""
15445 "This is enabled by default (since libguestfs 1.5.24, previously it was "
15446 "disabled by default)."
15447 msgstr ""
15448
15449 #. type: =head2
15450 #: ../src/guestfs-actions.pod:5889
15451 msgid "guestfs_set_direct"
15452 msgstr ""
15453
15454 #. type: verbatim
15455 #: ../src/guestfs-actions.pod:5891
15456 #, no-wrap
15457 msgid ""
15458 " int\n"
15459 " guestfs_set_direct (guestfs_h *g,\n"
15460 "                     int direct);\n"
15461 "\n"
15462 msgstr ""
15463
15464 #. type: textblock
15465 #: ../src/guestfs-actions.pod:5895 ../fish/guestfish-actions.pod:3983
15466 msgid ""
15467 "If the direct appliance mode flag is enabled, then stdin and stdout are "
15468 "passed directly through to the appliance once it is launched."
15469 msgstr ""
15470
15471 #. type: textblock
15472 #: ../src/guestfs-actions.pod:5899
15473 msgid ""
15474 "One consequence of this is that log messages aren't caught by the library "
15475 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
15476 "stdout."
15477 msgstr ""
15478
15479 #. type: textblock
15480 #: ../src/guestfs-actions.pod:5903 ../fish/guestfish-actions.pod:3991
15481 msgid "You probably don't want to use this unless you know what you are doing."
15482 msgstr ""
15483
15484 #. type: textblock
15485 #: ../src/guestfs-actions.pod:5906 ../fish/guestfish-actions.pod:3994
15486 msgid "The default is disabled."
15487 msgstr ""
15488
15489 #. type: =head2
15490 #: ../src/guestfs-actions.pod:5912
15491 msgid "guestfs_set_e2label"
15492 msgstr ""
15493
15494 #. type: verbatim
15495 #: ../src/guestfs-actions.pod:5914
15496 #, no-wrap
15497 msgid ""
15498 " int\n"
15499 " guestfs_set_e2label (guestfs_h *g,\n"
15500 "                      const char *device,\n"
15501 "                      const char *label);\n"
15502 "\n"
15503 msgstr ""
15504
15505 #. type: textblock
15506 #: ../src/guestfs-actions.pod:5919 ../fish/guestfish-actions.pod:4000
15507 msgid ""
15508 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
15509 "C<label>.  Filesystem labels are limited to 16 characters."
15510 msgstr ""
15511
15512 #. type: textblock
15513 #: ../src/guestfs-actions.pod:5923
15514 msgid ""
15515 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
15516 "the existing label on a filesystem."
15517 msgstr ""
15518
15519 #. type: =head2
15520 #: ../src/guestfs-actions.pod:5930
15521 msgid "guestfs_set_e2uuid"
15522 msgstr ""
15523
15524 #. type: verbatim
15525 #: ../src/guestfs-actions.pod:5932
15526 #, no-wrap
15527 msgid ""
15528 " int\n"
15529 " guestfs_set_e2uuid (guestfs_h *g,\n"
15530 "                     const char *device,\n"
15531 "                     const char *uuid);\n"
15532 "\n"
15533 msgstr ""
15534
15535 #. type: textblock
15536 #: ../src/guestfs-actions.pod:5937 ../fish/guestfish-actions.pod:4011
15537 msgid ""
15538 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
15539 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
15540 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
15541 msgstr ""
15542
15543 #. type: textblock
15544 #: ../src/guestfs-actions.pod:5942
15545 msgid ""
15546 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
15547 "the existing UUID of a filesystem."
15548 msgstr ""
15549
15550 #. type: =head2
15551 #: ../src/guestfs-actions.pod:5949
15552 msgid "guestfs_set_memsize"
15553 msgstr ""
15554
15555 #. type: verbatim
15556 #: ../src/guestfs-actions.pod:5951
15557 #, no-wrap
15558 msgid ""
15559 " int\n"
15560 " guestfs_set_memsize (guestfs_h *g,\n"
15561 "                      int memsize);\n"
15562 "\n"
15563 msgstr ""
15564
15565 #. type: textblock
15566 #: ../src/guestfs-actions.pod:5955
15567 msgid ""
15568 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
15569 "This only has any effect if called before C<guestfs_launch>."
15570 msgstr ""
15571
15572 #. type: textblock
15573 #: ../src/guestfs-actions.pod:5959 ../fish/guestfish-actions.pod:4029
15574 msgid ""
15575 "You can also change this by setting the environment variable "
15576 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
15577 msgstr ""
15578
15579 #. type: =head2
15580 #: ../src/guestfs-actions.pod:5970
15581 msgid "guestfs_set_network"
15582 msgstr ""
15583
15584 #. type: verbatim
15585 #: ../src/guestfs-actions.pod:5972
15586 #, no-wrap
15587 msgid ""
15588 " int\n"
15589 " guestfs_set_network (guestfs_h *g,\n"
15590 "                      int network);\n"
15591 "\n"
15592 msgstr ""
15593
15594 #. type: textblock
15595 #: ../src/guestfs-actions.pod:5976 ../fish/guestfish-actions.pod:4042
15596 msgid ""
15597 "If C<network> is true, then the network is enabled in the libguestfs "
15598 "appliance.  The default is false."
15599 msgstr ""
15600
15601 #. type: textblock
15602 #: ../src/guestfs-actions.pod:5979 ../fish/guestfish-actions.pod:4045
15603 msgid ""
15604 "This affects whether commands are able to access the network (see "
15605 "L<guestfs(3)/RUNNING COMMANDS>)."
15606 msgstr ""
15607
15608 #. type: textblock
15609 #: ../src/guestfs-actions.pod:5982
15610 msgid ""
15611 "You must call this before calling C<guestfs_launch>, otherwise it has no "
15612 "effect."
15613 msgstr ""
15614
15615 #. type: =head2
15616 #: ../src/guestfs-actions.pod:5989
15617 msgid "guestfs_set_path"
15618 msgstr ""
15619
15620 #. type: verbatim
15621 #: ../src/guestfs-actions.pod:5991
15622 #, no-wrap
15623 msgid ""
15624 " int\n"
15625 " guestfs_set_path (guestfs_h *g,\n"
15626 "                   const char *searchpath);\n"
15627 "\n"
15628 msgstr ""
15629
15630 #. type: textblock
15631 #: ../src/guestfs-actions.pod:5995 ../fish/guestfish-actions.pod:4057
15632 msgid "Set the path that libguestfs searches for kernel and initrd.img."
15633 msgstr ""
15634
15635 #. type: textblock
15636 #: ../src/guestfs-actions.pod:5997 ../fish/guestfish-actions.pod:4059
15637 msgid ""
15638 "The default is C<$libdir/guestfs> unless overridden by setting "
15639 "C<LIBGUESTFS_PATH> environment variable."
15640 msgstr ""
15641
15642 #. type: textblock
15643 #: ../src/guestfs-actions.pod:6000 ../fish/guestfish-actions.pod:4062
15644 msgid "Setting C<path> to C<NULL> restores the default path."
15645 msgstr ""
15646
15647 #. type: =head2
15648 #: ../src/guestfs-actions.pod:6006
15649 msgid "guestfs_set_qemu"
15650 msgstr ""
15651
15652 #. type: verbatim
15653 #: ../src/guestfs-actions.pod:6008
15654 #, no-wrap
15655 msgid ""
15656 " int\n"
15657 " guestfs_set_qemu (guestfs_h *g,\n"
15658 "                   const char *qemu);\n"
15659 "\n"
15660 msgstr ""
15661
15662 #. type: textblock
15663 #: ../src/guestfs-actions.pod:6012 ../fish/guestfish-actions.pod:4070
15664 msgid "Set the qemu binary that we will use."
15665 msgstr ""
15666
15667 #. type: textblock
15668 #: ../src/guestfs-actions.pod:6014 ../fish/guestfish-actions.pod:4072
15669 msgid "The default is chosen when the library was compiled by the configure script."
15670 msgstr ""
15671
15672 #. type: textblock
15673 #: ../src/guestfs-actions.pod:6017 ../fish/guestfish-actions.pod:4075
15674 msgid ""
15675 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
15676 "variable."
15677 msgstr ""
15678
15679 #. type: textblock
15680 #: ../src/guestfs-actions.pod:6020 ../fish/guestfish-actions.pod:4078
15681 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
15682 msgstr ""
15683
15684 #. type: textblock
15685 #: ../src/guestfs-actions.pod:6022 ../fish/guestfish-actions.pod:4080
15686 msgid ""
15687 "Note that you should call this function as early as possible after creating "
15688 "the handle.  This is because some pre-launch operations depend on testing "
15689 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
15690 "don't retest features, and so you might see inconsistent results.  Using the "
15691 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
15692 "the qemu binary at the same time as the handle is created."
15693 msgstr ""
15694
15695 #. type: =head2
15696 #: ../src/guestfs-actions.pod:6034
15697 msgid "guestfs_set_recovery_proc"
15698 msgstr ""
15699
15700 #. type: verbatim
15701 #: ../src/guestfs-actions.pod:6036
15702 #, no-wrap
15703 msgid ""
15704 " int\n"
15705 " guestfs_set_recovery_proc (guestfs_h *g,\n"
15706 "                            int recoveryproc);\n"
15707 "\n"
15708 msgstr ""
15709
15710 #. type: textblock
15711 #: ../src/guestfs-actions.pod:6040
15712 msgid ""
15713 "If this is called with the parameter C<false> then C<guestfs_launch> does "
15714 "not create a recovery process.  The purpose of the recovery process is to "
15715 "stop runaway qemu processes in the case where the main program aborts "
15716 "abruptly."
15717 msgstr ""
15718
15719 #. type: textblock
15720 #: ../src/guestfs-actions.pod:6045
15721 msgid ""
15722 "This only has any effect if called before C<guestfs_launch>, and the default "
15723 "is true."
15724 msgstr ""
15725
15726 #. type: textblock
15727 #: ../src/guestfs-actions.pod:6048 ../fish/guestfish-actions.pod:4102
15728 msgid ""
15729 "About the only time when you would want to disable this is if the main "
15730 "process will fork itself into the background (\"daemonize\" itself).  In "
15731 "this case the recovery process thinks that the main program has disappeared "
15732 "and so kills qemu, which is not very helpful."
15733 msgstr ""
15734
15735 #. type: =head2
15736 #: ../src/guestfs-actions.pod:6058
15737 msgid "guestfs_set_selinux"
15738 msgstr ""
15739
15740 #. type: verbatim
15741 #: ../src/guestfs-actions.pod:6060
15742 #, no-wrap
15743 msgid ""
15744 " int\n"
15745 " guestfs_set_selinux (guestfs_h *g,\n"
15746 "                      int selinux);\n"
15747 "\n"
15748 msgstr ""
15749
15750 #. type: textblock
15751 #: ../src/guestfs-actions.pod:6064 ../fish/guestfish-actions.pod:4114
15752 msgid ""
15753 "This sets the selinux flag that is passed to the appliance at boot time.  "
15754 "The default is C<selinux=0> (disabled)."
15755 msgstr ""
15756
15757 #. type: textblock
15758 #: ../src/guestfs-actions.pod:6067 ../fish/guestfish-actions.pod:4117
15759 msgid ""
15760 "Note that if SELinux is enabled, it is always in Permissive mode "
15761 "(C<enforcing=0>)."
15762 msgstr ""
15763
15764 #. type: =head2
15765 #: ../src/guestfs-actions.pod:6077
15766 msgid "guestfs_set_trace"
15767 msgstr ""
15768
15769 #. type: verbatim
15770 #: ../src/guestfs-actions.pod:6079
15771 #, no-wrap
15772 msgid ""
15773 " int\n"
15774 " guestfs_set_trace (guestfs_h *g,\n"
15775 "                    int trace);\n"
15776 "\n"
15777 msgstr ""
15778
15779 #. type: textblock
15780 #: ../src/guestfs-actions.pod:6083 ../fish/guestfish-actions.pod:4129
15781 msgid ""
15782 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
15783 "return values are traced."
15784 msgstr ""
15785
15786 #. type: textblock
15787 #: ../src/guestfs-actions.pod:6086 ../fish/guestfish-actions.pod:4132
15788 msgid ""
15789 "If you want to trace C API calls into libguestfs (and other libraries) then "
15790 "possibly a better way is to use the external ltrace(1) command."
15791 msgstr ""
15792
15793 #. type: textblock
15794 #: ../src/guestfs-actions.pod:6090 ../fish/guestfish-actions.pod:4136
15795 msgid ""
15796 "Command traces are disabled unless the environment variable "
15797 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
15798 msgstr ""
15799
15800 #. type: textblock
15801 #: ../src/guestfs-actions.pod:6093
15802 msgid ""
15803 "Trace messages are normally sent to C<stderr>, unless you register a "
15804 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15805 msgstr ""
15806
15807 #. type: =head2
15808 #: ../src/guestfs-actions.pod:6101
15809 msgid "guestfs_set_verbose"
15810 msgstr ""
15811
15812 #. type: verbatim
15813 #: ../src/guestfs-actions.pod:6103
15814 #, no-wrap
15815 msgid ""
15816 " int\n"
15817 " guestfs_set_verbose (guestfs_h *g,\n"
15818 "                      int verbose);\n"
15819 "\n"
15820 msgstr ""
15821
15822 #. type: textblock
15823 #: ../src/guestfs-actions.pod:6107 ../fish/guestfish-actions.pod:4149
15824 msgid "If C<verbose> is true, this turns on verbose messages."
15825 msgstr ""
15826
15827 #. type: textblock
15828 #: ../src/guestfs-actions.pod:6109 ../fish/guestfish-actions.pod:4151
15829 msgid ""
15830 "Verbose messages are disabled unless the environment variable "
15831 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
15832 msgstr ""
15833
15834 #. type: textblock
15835 #: ../src/guestfs-actions.pod:6112
15836 msgid ""
15837 "Verbose messages are normally sent to C<stderr>, unless you register a "
15838 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
15839 msgstr ""
15840
15841 #. type: =head2
15842 #: ../src/guestfs-actions.pod:6120
15843 msgid "guestfs_setcon"
15844 msgstr ""
15845
15846 #. type: verbatim
15847 #: ../src/guestfs-actions.pod:6122
15848 #, no-wrap
15849 msgid ""
15850 " int\n"
15851 " guestfs_setcon (guestfs_h *g,\n"
15852 "                 const char *context);\n"
15853 "\n"
15854 msgstr ""
15855
15856 #. type: textblock
15857 #: ../src/guestfs-actions.pod:6126 ../fish/guestfish-actions.pod:4162
15858 msgid ""
15859 "This sets the SELinux security context of the daemon to the string "
15860 "C<context>."
15861 msgstr ""
15862
15863 #. type: textblock
15864 #: ../src/guestfs-actions.pod:6129 ../fish/guestfish-actions.pod:4165
15865 msgid "See the documentation about SELINUX in L<guestfs(3)>."
15866 msgstr ""
15867
15868 #. type: =head2
15869 #: ../src/guestfs-actions.pod:6135
15870 msgid "guestfs_setxattr"
15871 msgstr ""
15872
15873 #. type: verbatim
15874 #: ../src/guestfs-actions.pod:6137
15875 #, no-wrap
15876 msgid ""
15877 " int\n"
15878 " guestfs_setxattr (guestfs_h *g,\n"
15879 "                   const char *xattr,\n"
15880 "                   const char *val,\n"
15881 "                   int vallen,\n"
15882 "                   const char *path);\n"
15883 "\n"
15884 msgstr ""
15885
15886 #. type: textblock
15887 #: ../src/guestfs-actions.pod:6144 ../fish/guestfish-actions.pod:4171
15888 msgid ""
15889 "This call sets the extended attribute named C<xattr> of the file C<path> to "
15890 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
15891 msgstr ""
15892
15893 #. type: textblock
15894 #: ../src/guestfs-actions.pod:6148
15895 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
15896 msgstr ""
15897
15898 #. type: =head2
15899 #: ../src/guestfs-actions.pod:6154
15900 msgid "guestfs_sfdisk"
15901 msgstr ""
15902
15903 #. type: verbatim
15904 #: ../src/guestfs-actions.pod:6156
15905 #, no-wrap
15906 msgid ""
15907 " int\n"
15908 " guestfs_sfdisk (guestfs_h *g,\n"
15909 "                 const char *device,\n"
15910 "                 int cyls,\n"
15911 "                 int heads,\n"
15912 "                 int sectors,\n"
15913 "                 char *const *lines);\n"
15914 "\n"
15915 msgstr ""
15916
15917 #. type: textblock
15918 #: ../src/guestfs-actions.pod:6164 ../fish/guestfish-actions.pod:4181
15919 msgid ""
15920 "This is a direct interface to the L<sfdisk(8)> program for creating "
15921 "partitions on block devices."
15922 msgstr ""
15923
15924 #. type: textblock
15925 #: ../src/guestfs-actions.pod:6167 ../fish/guestfish-actions.pod:4184
15926 msgid "C<device> should be a block device, for example C</dev/sda>."
15927 msgstr ""
15928
15929 #. type: textblock
15930 #: ../src/guestfs-actions.pod:6169 ../fish/guestfish-actions.pod:4186
15931 msgid ""
15932 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
15933 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
15934 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
15935 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
15936 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
15937 "the kernel) cannot work out the right geometry and you will need to tell it."
15938 msgstr ""
15939
15940 #. type: textblock
15941 #: ../src/guestfs-actions.pod:6177 ../fish/guestfish-actions.pod:4194
15942 msgid ""
15943 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
15944 "refer to the L<sfdisk(8)> manpage."
15945 msgstr ""
15946
15947 #. type: textblock
15948 #: ../src/guestfs-actions.pod:6180 ../fish/guestfish-actions.pod:4197
15949 msgid ""
15950 "To create a single partition occupying the whole disk, you would pass "
15951 "C<lines> as a single element list, when the single element being the string "
15952 "C<,> (comma)."
15953 msgstr ""
15954
15955 #. type: textblock
15956 #: ../src/guestfs-actions.pod:6184
15957 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
15958 msgstr ""
15959
15960 #. type: textblock
15961 #: ../src/guestfs-actions.pod:6192 ../src/guestfs-actions.pod:6222 ../src/guestfs-actions.pod:6255
15962 msgid ""
15963 "This function is deprecated.  In new code, use the L</guestfs_part_add> call "
15964 "instead."
15965 msgstr ""
15966
15967 #. type: =head2
15968 #: ../src/guestfs-actions.pod:6201
15969 msgid "guestfs_sfdiskM"
15970 msgstr ""
15971
15972 #. type: verbatim
15973 #: ../src/guestfs-actions.pod:6203
15974 #, no-wrap
15975 msgid ""
15976 " int\n"
15977 " guestfs_sfdiskM (guestfs_h *g,\n"
15978 "                  const char *device,\n"
15979 "                  char *const *lines);\n"
15980 "\n"
15981 msgstr ""
15982
15983 #. type: textblock
15984 #: ../src/guestfs-actions.pod:6208
15985 msgid ""
15986 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
15987 "partition sizes are specified in megabytes only (rounded to the nearest "
15988 "cylinder) and you don't need to specify the cyls, heads and sectors "
15989 "parameters which were rarely if ever used anyway."
15990 msgstr ""
15991
15992 #. type: textblock
15993 #: ../src/guestfs-actions.pod:6214
15994 msgid ""
15995 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
15996 "C<guestfs_part_disk>"
15997 msgstr ""
15998
15999 #. type: =head2
16000 #: ../src/guestfs-actions.pod:6231
16001 msgid "guestfs_sfdisk_N"
16002 msgstr ""
16003
16004 #. type: verbatim
16005 #: ../src/guestfs-actions.pod:6233
16006 #, no-wrap
16007 msgid ""
16008 " int\n"
16009 " guestfs_sfdisk_N (guestfs_h *g,\n"
16010 "                   const char *device,\n"
16011 "                   int partnum,\n"
16012 "                   int cyls,\n"
16013 "                   int heads,\n"
16014 "                   int sectors,\n"
16015 "                   const char *line);\n"
16016 "\n"
16017 msgstr ""
16018
16019 #. type: textblock
16020 #: ../src/guestfs-actions.pod:6242 ../fish/guestfish-actions.pod:4241
16021 msgid ""
16022 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
16023 "(note: C<n> counts from 1)."
16024 msgstr ""
16025
16026 #. type: textblock
16027 #: ../src/guestfs-actions.pod:6245
16028 msgid ""
16029 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
16030 "for the cyls/heads/sectors parameters."
16031 msgstr ""
16032
16033 #. type: textblock
16034 #: ../src/guestfs-actions.pod:6248
16035 msgid "See also: C<guestfs_part_add>"
16036 msgstr ""
16037
16038 #. type: =head2
16039 #: ../src/guestfs-actions.pod:6264
16040 msgid "guestfs_sfdisk_disk_geometry"
16041 msgstr ""
16042
16043 #. type: verbatim
16044 #: ../src/guestfs-actions.pod:6266
16045 #, no-wrap
16046 msgid ""
16047 " char *\n"
16048 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
16049 "                               const char *device);\n"
16050 "\n"
16051 msgstr ""
16052
16053 #. type: textblock
16054 #: ../src/guestfs-actions.pod:6270
16055 msgid ""
16056 "This displays the disk geometry of C<device> read from the partition table.  "
16057 "Especially in the case where the underlying block device has been resized, "
16058 "this can be different from the kernel's idea of the geometry (see "
16059 "C<guestfs_sfdisk_kernel_geometry>)."
16060 msgstr ""
16061
16062 #. type: textblock
16063 #: ../src/guestfs-actions.pod:6275 ../src/guestfs-actions.pod:6291 ../fish/guestfish-actions.pod:4268 ../fish/guestfish-actions.pod:4277
16064 msgid "The result is in human-readable format, and not designed to be parsed."
16065 msgstr ""
16066
16067 #. type: =head2
16068 #: ../src/guestfs-actions.pod:6283
16069 msgid "guestfs_sfdisk_kernel_geometry"
16070 msgstr ""
16071
16072 #. type: verbatim
16073 #: ../src/guestfs-actions.pod:6285
16074 #, no-wrap
16075 msgid ""
16076 " char *\n"
16077 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
16078 "                                 const char *device);\n"
16079 "\n"
16080 msgstr ""
16081
16082 #. type: textblock
16083 #: ../src/guestfs-actions.pod:6289 ../fish/guestfish-actions.pod:4275
16084 msgid "This displays the kernel's idea of the geometry of C<device>."
16085 msgstr ""
16086
16087 #. type: =head2
16088 #: ../src/guestfs-actions.pod:6299
16089 msgid "guestfs_sfdisk_l"
16090 msgstr ""
16091
16092 #. type: verbatim
16093 #: ../src/guestfs-actions.pod:6301
16094 #, no-wrap
16095 msgid ""
16096 " char *\n"
16097 " guestfs_sfdisk_l (guestfs_h *g,\n"
16098 "                   const char *device);\n"
16099 "\n"
16100 msgstr ""
16101
16102 #. type: textblock
16103 #: ../src/guestfs-actions.pod:6305 ../fish/guestfish-actions.pod:4284
16104 msgid ""
16105 "This displays the partition table on C<device>, in the human-readable output "
16106 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
16107 msgstr ""
16108
16109 #. type: textblock
16110 #: ../src/guestfs-actions.pod:6309
16111 msgid "See also: C<guestfs_part_list>"
16112 msgstr ""
16113
16114 #. type: textblock
16115 #: ../src/guestfs-actions.pod:6314
16116 msgid ""
16117 "This function is deprecated.  In new code, use the L</guestfs_part_list> "
16118 "call instead."
16119 msgstr ""
16120
16121 #. type: =head2
16122 #: ../src/guestfs-actions.pod:6323
16123 msgid "guestfs_sh"
16124 msgstr ""
16125
16126 #. type: verbatim
16127 #: ../src/guestfs-actions.pod:6325
16128 #, no-wrap
16129 msgid ""
16130 " char *\n"
16131 " guestfs_sh (guestfs_h *g,\n"
16132 "             const char *command);\n"
16133 "\n"
16134 msgstr ""
16135
16136 #. type: textblock
16137 #: ../src/guestfs-actions.pod:6329 ../fish/guestfish-actions.pod:4301
16138 msgid ""
16139 "This call runs a command from the guest filesystem via the guest's "
16140 "C</bin/sh>."
16141 msgstr ""
16142
16143 #. type: textblock
16144 #: ../src/guestfs-actions.pod:6332
16145 msgid "This is like C<guestfs_command>, but passes the command to:"
16146 msgstr ""
16147
16148 #. type: verbatim
16149 #: ../src/guestfs-actions.pod:6334 ../fish/guestfish-actions.pod:4306
16150 #, no-wrap
16151 msgid ""
16152 " /bin/sh -c \"command\"\n"
16153 "\n"
16154 msgstr ""
16155
16156 #. type: textblock
16157 #: ../src/guestfs-actions.pod:6336 ../fish/guestfish-actions.pod:4308
16158 msgid ""
16159 "Depending on the guest's shell, this usually results in wildcards being "
16160 "expanded, shell expressions being interpolated and so on."
16161 msgstr ""
16162
16163 #. type: textblock
16164 #: ../src/guestfs-actions.pod:6340
16165 msgid "All the provisos about C<guestfs_command> apply to this call."
16166 msgstr ""
16167
16168 #. type: =head2
16169 #: ../src/guestfs-actions.pod:6347
16170 msgid "guestfs_sh_lines"
16171 msgstr ""
16172
16173 #. type: verbatim
16174 #: ../src/guestfs-actions.pod:6349
16175 #, no-wrap
16176 msgid ""
16177 " char **\n"
16178 " guestfs_sh_lines (guestfs_h *g,\n"
16179 "                   const char *command);\n"
16180 "\n"
16181 msgstr ""
16182
16183 #. type: textblock
16184 #: ../src/guestfs-actions.pod:6353
16185 msgid ""
16186 "This is the same as C<guestfs_sh>, but splits the result into a list of "
16187 "lines."
16188 msgstr ""
16189
16190 #. type: textblock
16191 #: ../src/guestfs-actions.pod:6356
16192 msgid "See also: C<guestfs_command_lines>"
16193 msgstr ""
16194
16195 #. type: =head2
16196 #: ../src/guestfs-actions.pod:6364
16197 msgid "guestfs_sleep"
16198 msgstr ""
16199
16200 #. type: verbatim
16201 #: ../src/guestfs-actions.pod:6366
16202 #, no-wrap
16203 msgid ""
16204 " int\n"
16205 " guestfs_sleep (guestfs_h *g,\n"
16206 "                int secs);\n"
16207 "\n"
16208 msgstr ""
16209
16210 #. type: textblock
16211 #: ../src/guestfs-actions.pod:6370 ../fish/guestfish-actions.pod:4327
16212 msgid "Sleep for C<secs> seconds."
16213 msgstr ""
16214
16215 #. type: textblock
16216 #: ../src/guestfs-actions.pod:6374
16217 msgid "(Added in 1.0.41)"
16218 msgstr ""
16219
16220 #. type: =head2
16221 #: ../src/guestfs-actions.pod:6376 ../src/guestfs-structs.pod:109
16222 msgid "guestfs_stat"
16223 msgstr ""
16224
16225 #. type: verbatim
16226 #: ../src/guestfs-actions.pod:6378
16227 #, no-wrap
16228 msgid ""
16229 " struct guestfs_stat *\n"
16230 " guestfs_stat (guestfs_h *g,\n"
16231 "               const char *path);\n"
16232 "\n"
16233 msgstr ""
16234
16235 #. type: textblock
16236 #: ../src/guestfs-actions.pod:6384 ../fish/guestfish-actions.pod:4335
16237 msgid "This is the same as the C<stat(2)> system call."
16238 msgstr ""
16239
16240 #. type: =head2
16241 #: ../src/guestfs-actions.pod:6392 ../src/guestfs-structs.pod:135
16242 msgid "guestfs_statvfs"
16243 msgstr ""
16244
16245 #. type: verbatim
16246 #: ../src/guestfs-actions.pod:6394
16247 #, no-wrap
16248 msgid ""
16249 " struct guestfs_statvfs *\n"
16250 " guestfs_statvfs (guestfs_h *g,\n"
16251 "                  const char *path);\n"
16252 "\n"
16253 msgstr ""
16254
16255 #. type: textblock
16256 #: ../src/guestfs-actions.pod:6398 ../fish/guestfish-actions.pod:4341
16257 msgid ""
16258 "Returns file system statistics for any mounted file system.  C<path> should "
16259 "be a file or directory in the mounted file system (typically it is the mount "
16260 "point itself, but it doesn't need to be)."
16261 msgstr ""
16262
16263 #. type: textblock
16264 #: ../src/guestfs-actions.pod:6402 ../fish/guestfish-actions.pod:4345
16265 msgid "This is the same as the C<statvfs(2)> system call."
16266 msgstr ""
16267
16268 #. type: textblock
16269 #: ../src/guestfs-actions.pod:6404
16270 msgid ""
16271 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
16272 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
16273 msgstr ""
16274
16275 #. type: =head2
16276 #: ../src/guestfs-actions.pod:6410
16277 msgid "guestfs_strings"
16278 msgstr ""
16279
16280 #. type: verbatim
16281 #: ../src/guestfs-actions.pod:6412
16282 #, no-wrap
16283 msgid ""
16284 " char **\n"
16285 " guestfs_strings (guestfs_h *g,\n"
16286 "                  const char *path);\n"
16287 "\n"
16288 msgstr ""
16289
16290 #. type: textblock
16291 #: ../src/guestfs-actions.pod:6416 ../fish/guestfish-actions.pod:4351
16292 msgid ""
16293 "This runs the L<strings(1)> command on a file and returns the list of "
16294 "printable strings found."
16295 msgstr ""
16296
16297 #. type: =head2
16298 #: ../src/guestfs-actions.pod:6428
16299 msgid "guestfs_strings_e"
16300 msgstr ""
16301
16302 #. type: verbatim
16303 #: ../src/guestfs-actions.pod:6430
16304 #, no-wrap
16305 msgid ""
16306 " char **\n"
16307 " guestfs_strings_e (guestfs_h *g,\n"
16308 "                    const char *encoding,\n"
16309 "                    const char *path);\n"
16310 "\n"
16311 msgstr ""
16312
16313 #. type: textblock
16314 #: ../src/guestfs-actions.pod:6435
16315 msgid ""
16316 "This is like the C<guestfs_strings> command, but allows you to specify the "
16317 "encoding of strings that are looked for in the source file C<path>."
16318 msgstr ""
16319
16320 #. type: textblock
16321 #: ../src/guestfs-actions.pod:6439 ../fish/guestfish-actions.pod:4365
16322 msgid "Allowed encodings are:"
16323 msgstr ""
16324
16325 #. type: =item
16326 #: ../src/guestfs-actions.pod:6443 ../fish/guestfish-actions.pod:4369
16327 msgid "s"
16328 msgstr ""
16329
16330 #. type: textblock
16331 #: ../src/guestfs-actions.pod:6445
16332 msgid ""
16333 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
16334 "ISO-8859-X (this is what C<guestfs_strings> uses)."
16335 msgstr ""
16336
16337 #. type: =item
16338 #: ../src/guestfs-actions.pod:6448 ../fish/guestfish-actions.pod:4374
16339 msgid "S"
16340 msgstr ""
16341
16342 #. type: textblock
16343 #: ../src/guestfs-actions.pod:6450 ../fish/guestfish-actions.pod:4376
16344 msgid "Single 8-bit-byte characters."
16345 msgstr ""
16346
16347 #. type: =item
16348 #: ../src/guestfs-actions.pod:6452 ../fish/guestfish-actions.pod:4378
16349 msgid "b"
16350 msgstr ""
16351
16352 #. type: textblock
16353 #: ../src/guestfs-actions.pod:6454 ../fish/guestfish-actions.pod:4380
16354 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
16355 msgstr ""
16356
16357 #. type: =item
16358 #: ../src/guestfs-actions.pod:6457 ../fish/guestfish-actions.pod:4383
16359 msgid "l (lower case letter L)"
16360 msgstr ""
16361
16362 #. type: textblock
16363 #: ../src/guestfs-actions.pod:6459 ../fish/guestfish-actions.pod:4385
16364 msgid ""
16365 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
16366 "examining binaries in Windows guests."
16367 msgstr ""
16368
16369 #. type: =item
16370 #: ../src/guestfs-actions.pod:6462 ../fish/guestfish-actions.pod:4388
16371 msgid "B"
16372 msgstr ""
16373
16374 #. type: textblock
16375 #: ../src/guestfs-actions.pod:6464 ../fish/guestfish-actions.pod:4390
16376 msgid "32-bit big endian such as UCS-4BE."
16377 msgstr ""
16378
16379 #. type: =item
16380 #: ../src/guestfs-actions.pod:6466 ../fish/guestfish-actions.pod:4392
16381 msgid "L"
16382 msgstr ""
16383
16384 #. type: textblock
16385 #: ../src/guestfs-actions.pod:6468 ../fish/guestfish-actions.pod:4394
16386 msgid "32-bit little endian such as UCS-4LE."
16387 msgstr ""
16388
16389 #. type: textblock
16390 #: ../src/guestfs-actions.pod:6472 ../fish/guestfish-actions.pod:4398
16391 msgid "The returned strings are transcoded to UTF-8."
16392 msgstr ""
16393
16394 #. type: =head2
16395 #: ../src/guestfs-actions.pod:6483
16396 msgid "guestfs_swapoff_device"
16397 msgstr ""
16398
16399 #. type: verbatim
16400 #: ../src/guestfs-actions.pod:6485
16401 #, no-wrap
16402 msgid ""
16403 " int\n"
16404 " guestfs_swapoff_device (guestfs_h *g,\n"
16405 "                         const char *device);\n"
16406 "\n"
16407 msgstr ""
16408
16409 #. type: textblock
16410 #: ../src/guestfs-actions.pod:6489
16411 msgid ""
16412 "This command disables the libguestfs appliance swap device or partition "
16413 "named C<device>.  See C<guestfs_swapon_device>."
16414 msgstr ""
16415
16416 #. type: =head2
16417 #: ../src/guestfs-actions.pod:6497
16418 msgid "guestfs_swapoff_file"
16419 msgstr ""
16420
16421 #. type: verbatim
16422 #: ../src/guestfs-actions.pod:6499
16423 #, no-wrap
16424 msgid ""
16425 " int\n"
16426 " guestfs_swapoff_file (guestfs_h *g,\n"
16427 "                       const char *file);\n"
16428 "\n"
16429 msgstr ""
16430
16431 #. type: textblock
16432 #: ../src/guestfs-actions.pod:6503 ../fish/guestfish-actions.pod:4415
16433 msgid "This command disables the libguestfs appliance swap on file."
16434 msgstr ""
16435
16436 #. type: =head2
16437 #: ../src/guestfs-actions.pod:6509
16438 msgid "guestfs_swapoff_label"
16439 msgstr ""
16440
16441 #. type: verbatim
16442 #: ../src/guestfs-actions.pod:6511
16443 #, no-wrap
16444 msgid ""
16445 " int\n"
16446 " guestfs_swapoff_label (guestfs_h *g,\n"
16447 "                        const char *label);\n"
16448 "\n"
16449 msgstr ""
16450
16451 #. type: textblock
16452 #: ../src/guestfs-actions.pod:6515 ../fish/guestfish-actions.pod:4421
16453 msgid ""
16454 "This command disables the libguestfs appliance swap on labeled swap "
16455 "partition."
16456 msgstr ""
16457
16458 #. type: =head2
16459 #: ../src/guestfs-actions.pod:6522
16460 msgid "guestfs_swapoff_uuid"
16461 msgstr ""
16462
16463 #. type: verbatim
16464 #: ../src/guestfs-actions.pod:6524
16465 #, no-wrap
16466 msgid ""
16467 " int\n"
16468 " guestfs_swapoff_uuid (guestfs_h *g,\n"
16469 "                       const char *uuid);\n"
16470 "\n"
16471 msgstr ""
16472
16473 #. type: textblock
16474 #: ../src/guestfs-actions.pod:6528 ../fish/guestfish-actions.pod:4428
16475 msgid ""
16476 "This command disables the libguestfs appliance swap partition with the given "
16477 "UUID."
16478 msgstr ""
16479
16480 #. type: =head2
16481 #: ../src/guestfs-actions.pod:6535
16482 msgid "guestfs_swapon_device"
16483 msgstr ""
16484
16485 #. type: verbatim
16486 #: ../src/guestfs-actions.pod:6537
16487 #, no-wrap
16488 msgid ""
16489 " int\n"
16490 " guestfs_swapon_device (guestfs_h *g,\n"
16491 "                        const char *device);\n"
16492 "\n"
16493 msgstr ""
16494
16495 #. type: textblock
16496 #: ../src/guestfs-actions.pod:6541
16497 msgid ""
16498 "This command enables the libguestfs appliance to use the swap device or "
16499 "partition named C<device>.  The increased memory is made available for all "
16500 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
16501 msgstr ""
16502
16503 #. type: textblock
16504 #: ../src/guestfs-actions.pod:6546 ../fish/guestfish-actions.pod:4440
16505 msgid ""
16506 "Note that you should not swap to existing guest swap partitions unless you "
16507 "know what you are doing.  They may contain hibernation information, or other "
16508 "information that the guest doesn't want you to trash.  You also risk leaking "
16509 "information about the host to the guest this way.  Instead, attach a new "
16510 "host device to the guest and swap on that."
16511 msgstr ""
16512
16513 #. type: =head2
16514 #: ../src/guestfs-actions.pod:6557
16515 msgid "guestfs_swapon_file"
16516 msgstr ""
16517
16518 #. type: verbatim
16519 #: ../src/guestfs-actions.pod:6559
16520 #, no-wrap
16521 msgid ""
16522 " int\n"
16523 " guestfs_swapon_file (guestfs_h *g,\n"
16524 "                      const char *file);\n"
16525 "\n"
16526 msgstr ""
16527
16528 #. type: textblock
16529 #: ../src/guestfs-actions.pod:6563
16530 msgid ""
16531 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
16532 "notes."
16533 msgstr ""
16534
16535 #. type: =head2
16536 #: ../src/guestfs-actions.pod:6570
16537 msgid "guestfs_swapon_label"
16538 msgstr ""
16539
16540 #. type: verbatim
16541 #: ../src/guestfs-actions.pod:6572
16542 #, no-wrap
16543 msgid ""
16544 " int\n"
16545 " guestfs_swapon_label (guestfs_h *g,\n"
16546 "                       const char *label);\n"
16547 "\n"
16548 msgstr ""
16549
16550 #. type: textblock
16551 #: ../src/guestfs-actions.pod:6576
16552 msgid ""
16553 "This command enables swap to a labeled swap partition.  See "
16554 "C<guestfs_swapon_device> for other notes."
16555 msgstr ""
16556
16557 #. type: =head2
16558 #: ../src/guestfs-actions.pod:6583
16559 msgid "guestfs_swapon_uuid"
16560 msgstr ""
16561
16562 #. type: verbatim
16563 #: ../src/guestfs-actions.pod:6585
16564 #, no-wrap
16565 msgid ""
16566 " int\n"
16567 " guestfs_swapon_uuid (guestfs_h *g,\n"
16568 "                      const char *uuid);\n"
16569 "\n"
16570 msgstr ""
16571
16572 #. type: textblock
16573 #: ../src/guestfs-actions.pod:6589
16574 msgid ""
16575 "This command enables swap to a swap partition with the given UUID.  See "
16576 "C<guestfs_swapon_device> for other notes."
16577 msgstr ""
16578
16579 #. type: =head2
16580 #: ../src/guestfs-actions.pod:6596
16581 msgid "guestfs_sync"
16582 msgstr ""
16583
16584 #. type: verbatim
16585 #: ../src/guestfs-actions.pod:6598
16586 #, no-wrap
16587 msgid ""
16588 " int\n"
16589 " guestfs_sync (guestfs_h *g);\n"
16590 "\n"
16591 msgstr ""
16592
16593 #. type: textblock
16594 #: ../src/guestfs-actions.pod:6601 ../fish/guestfish-actions.pod:4472
16595 msgid ""
16596 "This syncs the disk, so that any writes are flushed through to the "
16597 "underlying disk image."
16598 msgstr ""
16599
16600 #. type: textblock
16601 #: ../src/guestfs-actions.pod:6604 ../fish/guestfish-actions.pod:4475
16602 msgid ""
16603 "You should always call this if you have modified a disk image, before "
16604 "closing the handle."
16605 msgstr ""
16606
16607 #. type: =head2
16608 #: ../src/guestfs-actions.pod:6611
16609 msgid "guestfs_tail"
16610 msgstr ""
16611
16612 #. type: verbatim
16613 #: ../src/guestfs-actions.pod:6613
16614 #, no-wrap
16615 msgid ""
16616 " char **\n"
16617 " guestfs_tail (guestfs_h *g,\n"
16618 "               const char *path);\n"
16619 "\n"
16620 msgstr ""
16621
16622 #. type: textblock
16623 #: ../src/guestfs-actions.pod:6617 ../fish/guestfish-actions.pod:4482
16624 msgid "This command returns up to the last 10 lines of a file as a list of strings."
16625 msgstr ""
16626
16627 #. type: =head2
16628 #: ../src/guestfs-actions.pod:6629
16629 msgid "guestfs_tail_n"
16630 msgstr ""
16631
16632 #. type: verbatim
16633 #: ../src/guestfs-actions.pod:6631
16634 #, no-wrap
16635 msgid ""
16636 " char **\n"
16637 " guestfs_tail_n (guestfs_h *g,\n"
16638 "                 int nrlines,\n"
16639 "                 const char *path);\n"
16640 "\n"
16641 msgstr ""
16642
16643 #. type: textblock
16644 #: ../src/guestfs-actions.pod:6636 ../fish/guestfish-actions.pod:4492
16645 msgid ""
16646 "If the parameter C<nrlines> is a positive number, this returns the last "
16647 "C<nrlines> lines of the file C<path>."
16648 msgstr ""
16649
16650 #. type: textblock
16651 #: ../src/guestfs-actions.pod:6639 ../fish/guestfish-actions.pod:4495
16652 msgid ""
16653 "If the parameter C<nrlines> is a negative number, this returns lines from "
16654 "the file C<path>, starting with the C<-nrlines>th line."
16655 msgstr ""
16656
16657 #. type: =head2
16658 #: ../src/guestfs-actions.pod:6653
16659 msgid "guestfs_tar_in"
16660 msgstr ""
16661
16662 #. type: verbatim
16663 #: ../src/guestfs-actions.pod:6655
16664 #, no-wrap
16665 msgid ""
16666 " int\n"
16667 " guestfs_tar_in (guestfs_h *g,\n"
16668 "                 const char *tarfile,\n"
16669 "                 const char *directory);\n"
16670 "\n"
16671 msgstr ""
16672
16673 #. type: textblock
16674 #: ../src/guestfs-actions.pod:6660 ../fish/guestfish-actions.pod:4507
16675 msgid ""
16676 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
16677 "tar file) into C<directory>."
16678 msgstr ""
16679
16680 #. type: textblock
16681 #: ../src/guestfs-actions.pod:6663
16682 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
16683 msgstr ""
16684
16685 #. type: textblock
16686 #: ../src/guestfs-actions.pod:6668 ../src/guestfs-actions.pod:6685 ../src/guestfs-actions.pod:6701 ../src/guestfs-actions.pod:6717
16687 msgid "(Added in 1.0.3)"
16688 msgstr ""
16689
16690 #. type: =head2
16691 #: ../src/guestfs-actions.pod:6670
16692 msgid "guestfs_tar_out"
16693 msgstr ""
16694
16695 #. type: verbatim
16696 #: ../src/guestfs-actions.pod:6672
16697 #, no-wrap
16698 msgid ""
16699 " int\n"
16700 " guestfs_tar_out (guestfs_h *g,\n"
16701 "                  const char *directory,\n"
16702 "                  const char *tarfile);\n"
16703 "\n"
16704 msgstr ""
16705
16706 #. type: textblock
16707 #: ../src/guestfs-actions.pod:6677 ../fish/guestfish-actions.pod:4519
16708 msgid ""
16709 "This command packs the contents of C<directory> and downloads it to local "
16710 "file C<tarfile>."
16711 msgstr ""
16712
16713 #. type: textblock
16714 #: ../src/guestfs-actions.pod:6680
16715 msgid ""
16716 "To download a compressed tarball, use C<guestfs_tgz_out> or "
16717 "C<guestfs_txz_out>."
16718 msgstr ""
16719
16720 #. type: =head2
16721 #: ../src/guestfs-actions.pod:6687
16722 msgid "guestfs_tgz_in"
16723 msgstr ""
16724
16725 #. type: verbatim
16726 #: ../src/guestfs-actions.pod:6689
16727 #, no-wrap
16728 msgid ""
16729 " int\n"
16730 " guestfs_tgz_in (guestfs_h *g,\n"
16731 "                 const char *tarball,\n"
16732 "                 const char *directory);\n"
16733 "\n"
16734 msgstr ""
16735
16736 #. type: textblock
16737 #: ../src/guestfs-actions.pod:6694 ../fish/guestfish-actions.pod:4531
16738 msgid ""
16739 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
16740 "tar file) into C<directory>."
16741 msgstr ""
16742
16743 #. type: textblock
16744 #: ../src/guestfs-actions.pod:6697
16745 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
16746 msgstr ""
16747
16748 #. type: =head2
16749 #: ../src/guestfs-actions.pod:6703
16750 msgid "guestfs_tgz_out"
16751 msgstr ""
16752
16753 #. type: verbatim
16754 #: ../src/guestfs-actions.pod:6705
16755 #, no-wrap
16756 msgid ""
16757 " int\n"
16758 " guestfs_tgz_out (guestfs_h *g,\n"
16759 "                  const char *directory,\n"
16760 "                  const char *tarball);\n"
16761 "\n"
16762 msgstr ""
16763
16764 #. type: textblock
16765 #: ../src/guestfs-actions.pod:6710 ../fish/guestfish-actions.pod:4542
16766 msgid ""
16767 "This command packs the contents of C<directory> and downloads it to local "
16768 "file C<tarball>."
16769 msgstr ""
16770
16771 #. type: textblock
16772 #: ../src/guestfs-actions.pod:6713
16773 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
16774 msgstr ""
16775
16776 #. type: =head2
16777 #: ../src/guestfs-actions.pod:6719
16778 msgid "guestfs_touch"
16779 msgstr ""
16780
16781 #. type: verbatim
16782 #: ../src/guestfs-actions.pod:6721
16783 #, no-wrap
16784 msgid ""
16785 " int\n"
16786 " guestfs_touch (guestfs_h *g,\n"
16787 "                const char *path);\n"
16788 "\n"
16789 msgstr ""
16790
16791 #. type: textblock
16792 #: ../src/guestfs-actions.pod:6725 ../fish/guestfish-actions.pod:4553
16793 msgid ""
16794 "Touch acts like the L<touch(1)> command.  It can be used to update the "
16795 "timestamps on a file, or, if the file does not exist, to create a new "
16796 "zero-length file."
16797 msgstr ""
16798
16799 #. type: textblock
16800 #: ../src/guestfs-actions.pod:6729 ../fish/guestfish-actions.pod:4557
16801 msgid ""
16802 "This command only works on regular files, and will fail on other file types "
16803 "such as directories, symbolic links, block special etc."
16804 msgstr ""
16805
16806 #. type: =head2
16807 #: ../src/guestfs-actions.pod:6736
16808 msgid "guestfs_truncate"
16809 msgstr ""
16810
16811 #. type: verbatim
16812 #: ../src/guestfs-actions.pod:6738
16813 #, no-wrap
16814 msgid ""
16815 " int\n"
16816 " guestfs_truncate (guestfs_h *g,\n"
16817 "                   const char *path);\n"
16818 "\n"
16819 msgstr ""
16820
16821 #. type: textblock
16822 #: ../src/guestfs-actions.pod:6742 ../fish/guestfish-actions.pod:4564
16823 msgid ""
16824 "This command truncates C<path> to a zero-length file.  The file must exist "
16825 "already."
16826 msgstr ""
16827
16828 #. type: =head2
16829 #: ../src/guestfs-actions.pod:6749
16830 msgid "guestfs_truncate_size"
16831 msgstr ""
16832
16833 #. type: verbatim
16834 #: ../src/guestfs-actions.pod:6751
16835 #, no-wrap
16836 msgid ""
16837 " int\n"
16838 " guestfs_truncate_size (guestfs_h *g,\n"
16839 "                        const char *path,\n"
16840 "                        int64_t size);\n"
16841 "\n"
16842 msgstr ""
16843
16844 #. type: textblock
16845 #: ../src/guestfs-actions.pod:6756 ../fish/guestfish-actions.pod:4571
16846 msgid ""
16847 "This command truncates C<path> to size C<size> bytes.  The file must exist "
16848 "already."
16849 msgstr ""
16850
16851 #. type: textblock
16852 #: ../src/guestfs-actions.pod:6759
16853 msgid ""
16854 "If the current file size is less than C<size> then the file is extended to "
16855 "the required size with zero bytes.  This creates a sparse file (ie. disk "
16856 "blocks are not allocated for the file until you write to it).  To create a "
16857 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
16858 msgstr ""
16859
16860 #. type: =head2
16861 #: ../src/guestfs-actions.pod:6769
16862 msgid "guestfs_tune2fs_l"
16863 msgstr ""
16864
16865 #. type: verbatim
16866 #: ../src/guestfs-actions.pod:6771
16867 #, no-wrap
16868 msgid ""
16869 " char **\n"
16870 " guestfs_tune2fs_l (guestfs_h *g,\n"
16871 "                    const char *device);\n"
16872 "\n"
16873 msgstr ""
16874
16875 #. type: textblock
16876 #: ../src/guestfs-actions.pod:6775 ../fish/guestfish-actions.pod:4584
16877 msgid ""
16878 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
16879 "C<device>."
16880 msgstr ""
16881
16882 #. type: textblock
16883 #: ../src/guestfs-actions.pod:6778 ../fish/guestfish-actions.pod:4587
16884 msgid ""
16885 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
16886 "for more details.  The list of fields returned isn't clearly defined, and "
16887 "depends on both the version of C<tune2fs> that libguestfs was built against, "
16888 "and the filesystem itself."
16889 msgstr ""
16890
16891 #. type: =head2
16892 #: ../src/guestfs-actions.pod:6791
16893 msgid "guestfs_txz_in"
16894 msgstr ""
16895
16896 #. type: verbatim
16897 #: ../src/guestfs-actions.pod:6793
16898 #, no-wrap
16899 msgid ""
16900 " int\n"
16901 " guestfs_txz_in (guestfs_h *g,\n"
16902 "                 const char *tarball,\n"
16903 "                 const char *directory);\n"
16904 "\n"
16905 msgstr ""
16906
16907 #. type: textblock
16908 #: ../src/guestfs-actions.pod:6798 ../fish/guestfish-actions.pod:4596
16909 msgid ""
16910 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
16911 "tar file) into C<directory>."
16912 msgstr ""
16913
16914 #. type: =head2
16915 #: ../src/guestfs-actions.pod:6805
16916 msgid "guestfs_txz_out"
16917 msgstr ""
16918
16919 #. type: verbatim
16920 #: ../src/guestfs-actions.pod:6807
16921 #, no-wrap
16922 msgid ""
16923 " int\n"
16924 " guestfs_txz_out (guestfs_h *g,\n"
16925 "                  const char *directory,\n"
16926 "                  const char *tarball);\n"
16927 "\n"
16928 msgstr ""
16929
16930 #. type: textblock
16931 #: ../src/guestfs-actions.pod:6812 ../fish/guestfish-actions.pod:4605
16932 msgid ""
16933 "This command packs the contents of C<directory> and downloads it to local "
16934 "file C<tarball> (as an xz compressed tar archive)."
16935 msgstr ""
16936
16937 #. type: =head2
16938 #: ../src/guestfs-actions.pod:6819
16939 msgid "guestfs_umask"
16940 msgstr ""
16941
16942 #. type: verbatim
16943 #: ../src/guestfs-actions.pod:6821
16944 #, no-wrap
16945 msgid ""
16946 " int\n"
16947 " guestfs_umask (guestfs_h *g,\n"
16948 "                int mask);\n"
16949 "\n"
16950 msgstr ""
16951
16952 #. type: textblock
16953 #: ../src/guestfs-actions.pod:6825 ../fish/guestfish-actions.pod:4614
16954 msgid ""
16955 "This function sets the mask used for creating new files and device nodes to "
16956 "C<mask & 0777>."
16957 msgstr ""
16958
16959 #. type: textblock
16960 #: ../src/guestfs-actions.pod:6828 ../fish/guestfish-actions.pod:4617
16961 msgid ""
16962 "Typical umask values would be C<022> which creates new files with "
16963 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
16964 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
16965 msgstr ""
16966
16967 #. type: textblock
16968 #: ../src/guestfs-actions.pod:6833 ../fish/guestfish-actions.pod:4622
16969 msgid ""
16970 "The default umask is C<022>.  This is important because it means that "
16971 "directories and device nodes will be created with C<0644> or C<0755> mode "
16972 "even if you specify C<0777>."
16973 msgstr ""
16974
16975 #. type: textblock
16976 #: ../src/guestfs-actions.pod:6837
16977 msgid ""
16978 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
16979 "C<guestfs_mkdir>."
16980 msgstr ""
16981
16982 #. type: textblock
16983 #: ../src/guestfs-actions.pod:6840 ../fish/guestfish-actions.pod:4629
16984 msgid "This call returns the previous umask."
16985 msgstr ""
16986
16987 #. type: =head2
16988 #: ../src/guestfs-actions.pod:6846
16989 msgid "guestfs_umount"
16990 msgstr ""
16991
16992 #. type: verbatim
16993 #: ../src/guestfs-actions.pod:6848
16994 #, no-wrap
16995 msgid ""
16996 " int\n"
16997 " guestfs_umount (guestfs_h *g,\n"
16998 "                 const char *pathordevice);\n"
16999 "\n"
17000 msgstr ""
17001
17002 #. type: textblock
17003 #: ../src/guestfs-actions.pod:6852 ../fish/guestfish-actions.pod:4637
17004 msgid ""
17005 "This unmounts the given filesystem.  The filesystem may be specified either "
17006 "by its mountpoint (path) or the device which contains the filesystem."
17007 msgstr ""
17008
17009 #. type: =head2
17010 #: ../src/guestfs-actions.pod:6860
17011 msgid "guestfs_umount_all"
17012 msgstr ""
17013
17014 #. type: verbatim
17015 #: ../src/guestfs-actions.pod:6862
17016 #, no-wrap
17017 msgid ""
17018 " int\n"
17019 " guestfs_umount_all (guestfs_h *g);\n"
17020 "\n"
17021 msgstr ""
17022
17023 #. type: textblock
17024 #: ../src/guestfs-actions.pod:6865 ../fish/guestfish-actions.pod:4647
17025 msgid "This unmounts all mounted filesystems."
17026 msgstr ""
17027
17028 #. type: textblock
17029 #: ../src/guestfs-actions.pod:6867 ../fish/guestfish-actions.pod:4649
17030 msgid "Some internal mounts are not unmounted by this call."
17031 msgstr ""
17032
17033 #. type: =head2
17034 #: ../src/guestfs-actions.pod:6873
17035 msgid "guestfs_upload"
17036 msgstr ""
17037
17038 #. type: verbatim
17039 #: ../src/guestfs-actions.pod:6875
17040 #, no-wrap
17041 msgid ""
17042 " int\n"
17043 " guestfs_upload (guestfs_h *g,\n"
17044 "                 const char *filename,\n"
17045 "                 const char *remotefilename);\n"
17046 "\n"
17047 msgstr ""
17048
17049 #. type: textblock
17050 #: ../src/guestfs-actions.pod:6880 ../src/guestfs-actions.pod:6904 ../fish/guestfish-actions.pod:4655 ../fish/guestfish-actions.pod:4668
17051 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
17052 msgstr ""
17053
17054 #. type: textblock
17055 #: ../src/guestfs-actions.pod:6885
17056 msgid "See also C<guestfs_download>."
17057 msgstr ""
17058
17059 #. type: =head2
17060 #: ../src/guestfs-actions.pod:6896
17061 msgid "guestfs_upload_offset"
17062 msgstr ""
17063
17064 #. type: verbatim
17065 #: ../src/guestfs-actions.pod:6898
17066 #, no-wrap
17067 msgid ""
17068 " int\n"
17069 " guestfs_upload_offset (guestfs_h *g,\n"
17070 "                        const char *filename,\n"
17071 "                        const char *remotefilename,\n"
17072 "                        int64_t offset);\n"
17073 "\n"
17074 msgstr ""
17075
17076 #. type: textblock
17077 #: ../src/guestfs-actions.pod:6907 ../fish/guestfish-actions.pod:4671
17078 msgid ""
17079 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
17080 "The intention is to overwrite parts of existing files or devices, although "
17081 "if a non-existant file is specified then it is created with a \"hole\" "
17082 "before C<offset>.  The size of the data written is implicit in the size of "
17083 "the source C<filename>."
17084 msgstr ""
17085
17086 #. type: textblock
17087 #: ../src/guestfs-actions.pod:6914
17088 msgid ""
17089 "Note that there is no limit on the amount of data that can be uploaded with "
17090 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
17091 "full amount unless an error occurs."
17092 msgstr ""
17093
17094 #. type: textblock
17095 #: ../src/guestfs-actions.pod:6919
17096 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
17097 msgstr ""
17098
17099 #. type: =head2
17100 #: ../src/guestfs-actions.pod:6930
17101 msgid "guestfs_utimens"
17102 msgstr ""
17103
17104 #. type: verbatim
17105 #: ../src/guestfs-actions.pod:6932
17106 #, no-wrap
17107 msgid ""
17108 " int\n"
17109 " guestfs_utimens (guestfs_h *g,\n"
17110 "                  const char *path,\n"
17111 "                  int64_t atsecs,\n"
17112 "                  int64_t atnsecs,\n"
17113 "                  int64_t mtsecs,\n"
17114 "                  int64_t mtnsecs);\n"
17115 "\n"
17116 msgstr ""
17117
17118 #. type: textblock
17119 #: ../src/guestfs-actions.pod:6940 ../fish/guestfish-actions.pod:4691
17120 msgid "This command sets the timestamps of a file with nanosecond precision."
17121 msgstr ""
17122
17123 #. type: textblock
17124 #: ../src/guestfs-actions.pod:6943 ../fish/guestfish-actions.pod:4694
17125 msgid ""
17126 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
17127 "from the epoch."
17128 msgstr ""
17129
17130 #. type: textblock
17131 #: ../src/guestfs-actions.pod:6946 ../fish/guestfish-actions.pod:4697
17132 msgid ""
17133 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
17134 "nanoseconds from the epoch."
17135 msgstr ""
17136
17137 #. type: textblock
17138 #: ../src/guestfs-actions.pod:6949 ../fish/guestfish-actions.pod:4700
17139 msgid ""
17140 "If the C<*nsecs> field contains the special value C<-1> then the "
17141 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
17142 "ignored in this case)."
17143 msgstr ""
17144
17145 #. type: textblock
17146 #: ../src/guestfs-actions.pod:6953 ../fish/guestfish-actions.pod:4704
17147 msgid ""
17148 "If the C<*nsecs> field contains the special value C<-2> then the "
17149 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
17150 "in this case)."
17151 msgstr ""
17152
17153 #. type: =head2
17154 #: ../src/guestfs-actions.pod:6961 ../src/guestfs-structs.pod:175
17155 msgid "guestfs_version"
17156 msgstr ""
17157
17158 #. type: verbatim
17159 #: ../src/guestfs-actions.pod:6963
17160 #, no-wrap
17161 msgid ""
17162 " struct guestfs_version *\n"
17163 " guestfs_version (guestfs_h *g);\n"
17164 "\n"
17165 msgstr ""
17166
17167 #. type: textblock
17168 #: ../src/guestfs-actions.pod:6966 ../fish/guestfish-actions.pod:4712
17169 msgid "Return the libguestfs version number that the program is linked against."
17170 msgstr ""
17171
17172 #. type: textblock
17173 #: ../src/guestfs-actions.pod:6969 ../fish/guestfish-actions.pod:4715
17174 msgid ""
17175 "Note that because of dynamic linking this is not necessarily the version of "
17176 "libguestfs that you compiled against.  You can compile the program, and then "
17177 "at runtime dynamically link against a completely different C<libguestfs.so> "
17178 "library."
17179 msgstr ""
17180
17181 #. type: textblock
17182 #: ../src/guestfs-actions.pod:6974 ../fish/guestfish-actions.pod:4720
17183 msgid ""
17184 "This call was added in version C<1.0.58>.  In previous versions of "
17185 "libguestfs there was no way to get the version number.  From C code you can "
17186 "use dynamic linker functions to find out if this symbol exists (if it "
17187 "doesn't, then it's an earlier version)."
17188 msgstr ""
17189
17190 #. type: textblock
17191 #: ../src/guestfs-actions.pod:6980 ../fish/guestfish-actions.pod:4726
17192 msgid ""
17193 "The call returns a structure with four elements.  The first three (C<major>, "
17194 "C<minor> and C<release>) are numbers and correspond to the usual version "
17195 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
17196 "but may be used for distro-specific information."
17197 msgstr ""
17198
17199 #. type: textblock
17200 #: ../src/guestfs-actions.pod:6986 ../fish/guestfish-actions.pod:4732
17201 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
17202 msgstr ""
17203
17204 #. type: textblock
17205 #: ../src/guestfs-actions.pod:6989 ../fish/guestfish-actions.pod:4735
17206 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
17207 msgstr ""
17208
17209 #. type: textblock
17210 #: ../src/guestfs-actions.pod:6991
17211 msgid ""
17212 "I<Note:> Don't use this call to test for availability of features.  In "
17213 "enterprise distributions we backport features from later versions into "
17214 "earlier versions, making this an unreliable way to test for features.  Use "
17215 "C<guestfs_available> instead."
17216 msgstr ""
17217
17218 #. type: textblock
17219 #: ../src/guestfs-actions.pod:6997
17220 msgid ""
17221 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
17222 "error.  I<The caller must call C<guestfs_free_version> after use>."
17223 msgstr ""
17224
17225 #. type: textblock
17226 #: ../src/guestfs-actions.pod:7001
17227 msgid "(Added in 1.0.58)"
17228 msgstr ""
17229
17230 #. type: =head2
17231 #: ../src/guestfs-actions.pod:7003
17232 msgid "guestfs_vfs_label"
17233 msgstr ""
17234
17235 #. type: verbatim
17236 #: ../src/guestfs-actions.pod:7005
17237 #, no-wrap
17238 msgid ""
17239 " char *\n"
17240 " guestfs_vfs_label (guestfs_h *g,\n"
17241 "                    const char *device);\n"
17242 "\n"
17243 msgstr ""
17244
17245 #. type: textblock
17246 #: ../src/guestfs-actions.pod:7009 ../fish/guestfish-actions.pod:4747
17247 msgid "This returns the filesystem label of the filesystem on C<device>."
17248 msgstr ""
17249
17250 #. type: textblock
17251 #: ../src/guestfs-actions.pod:7012 ../fish/guestfish-actions.pod:4750
17252 msgid "If the filesystem is unlabeled, this returns the empty string."
17253 msgstr ""
17254
17255 #. type: textblock
17256 #: ../src/guestfs-actions.pod:7014
17257 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
17258 msgstr ""
17259
17260 #. type: textblock
17261 #: ../src/guestfs-actions.pod:7019 ../src/guestfs-actions.pod:7056
17262 msgid "(Added in 1.3.18)"
17263 msgstr ""
17264
17265 #. type: =head2
17266 #: ../src/guestfs-actions.pod:7021
17267 msgid "guestfs_vfs_type"
17268 msgstr ""
17269
17270 #. type: verbatim
17271 #: ../src/guestfs-actions.pod:7023
17272 #, no-wrap
17273 msgid ""
17274 " char *\n"
17275 " guestfs_vfs_type (guestfs_h *g,\n"
17276 "                   const char *device);\n"
17277 "\n"
17278 msgstr ""
17279
17280 #. type: textblock
17281 #: ../src/guestfs-actions.pod:7027 ../fish/guestfish-actions.pod:4758
17282 msgid ""
17283 "This command gets the filesystem type corresponding to the filesystem on "
17284 "C<device>."
17285 msgstr ""
17286
17287 #. type: textblock
17288 #: ../src/guestfs-actions.pod:7030 ../fish/guestfish-actions.pod:4761
17289 msgid ""
17290 "For most filesystems, the result is the name of the Linux VFS module which "
17291 "would be used to mount this filesystem if you mounted it without specifying "
17292 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
17293 msgstr ""
17294
17295 #. type: =head2
17296 #: ../src/guestfs-actions.pod:7040
17297 msgid "guestfs_vfs_uuid"
17298 msgstr ""
17299
17300 #. type: verbatim
17301 #: ../src/guestfs-actions.pod:7042
17302 #, no-wrap
17303 msgid ""
17304 " char *\n"
17305 " guestfs_vfs_uuid (guestfs_h *g,\n"
17306 "                   const char *device);\n"
17307 "\n"
17308 msgstr ""
17309
17310 #. type: textblock
17311 #: ../src/guestfs-actions.pod:7046 ../fish/guestfish-actions.pod:4770
17312 msgid "This returns the filesystem UUID of the filesystem on C<device>."
17313 msgstr ""
17314
17315 #. type: textblock
17316 #: ../src/guestfs-actions.pod:7049 ../fish/guestfish-actions.pod:4773
17317 msgid "If the filesystem does not have a UUID, this returns the empty string."
17318 msgstr ""
17319
17320 #. type: textblock
17321 #: ../src/guestfs-actions.pod:7051
17322 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
17323 msgstr ""
17324
17325 #. type: =head2
17326 #: ../src/guestfs-actions.pod:7058
17327 msgid "guestfs_vg_activate"
17328 msgstr ""
17329
17330 #. type: verbatim
17331 #: ../src/guestfs-actions.pod:7060
17332 #, no-wrap
17333 msgid ""
17334 " int\n"
17335 " guestfs_vg_activate (guestfs_h *g,\n"
17336 "                      int activate,\n"
17337 "                      char *const *volgroups);\n"
17338 "\n"
17339 msgstr ""
17340
17341 #. type: textblock
17342 #: ../src/guestfs-actions.pod:7065 ../fish/guestfish-actions.pod:4781
17343 msgid ""
17344 "This command activates or (if C<activate> is false) deactivates all logical "
17345 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
17346 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
17347 "deactivated, then those devices disappear."
17348 msgstr ""
17349
17350 #. type: textblock
17351 #: ../src/guestfs-actions.pod:7071 ../fish/guestfish-actions.pod:4787
17352 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
17353 msgstr ""
17354
17355 #. type: textblock
17356 #: ../src/guestfs-actions.pod:7073 ../fish/guestfish-actions.pod:4789
17357 msgid ""
17358 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
17359 "activated or deactivated."
17360 msgstr ""
17361
17362 #. type: =head2
17363 #: ../src/guestfs-actions.pod:7080
17364 msgid "guestfs_vg_activate_all"
17365 msgstr ""
17366
17367 #. type: verbatim
17368 #: ../src/guestfs-actions.pod:7082
17369 #, no-wrap
17370 msgid ""
17371 " int\n"
17372 " guestfs_vg_activate_all (guestfs_h *g,\n"
17373 "                          int activate);\n"
17374 "\n"
17375 msgstr ""
17376
17377 #. type: textblock
17378 #: ../src/guestfs-actions.pod:7086 ../fish/guestfish-actions.pod:4796
17379 msgid ""
17380 "This command activates or (if C<activate> is false) deactivates all logical "
17381 "volumes in all volume groups.  If activated, then they are made known to the "
17382 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
17383 "those devices disappear."
17384 msgstr ""
17385
17386 #. type: textblock
17387 #: ../src/guestfs-actions.pod:7092 ../fish/guestfish-actions.pod:4802
17388 msgid "This command is the same as running C<vgchange -a y|n>"
17389 msgstr ""
17390
17391 #. type: =head2
17392 #: ../src/guestfs-actions.pod:7098
17393 msgid "guestfs_vgcreate"
17394 msgstr ""
17395
17396 #. type: verbatim
17397 #: ../src/guestfs-actions.pod:7100
17398 #, no-wrap
17399 msgid ""
17400 " int\n"
17401 " guestfs_vgcreate (guestfs_h *g,\n"
17402 "                   const char *volgroup,\n"
17403 "                   char *const *physvols);\n"
17404 "\n"
17405 msgstr ""
17406
17407 #. type: textblock
17408 #: ../src/guestfs-actions.pod:7105 ../fish/guestfish-actions.pod:4808
17409 msgid ""
17410 "This creates an LVM volume group called C<volgroup> from the non-empty list "
17411 "of physical volumes C<physvols>."
17412 msgstr ""
17413
17414 #. type: =head2
17415 #: ../src/guestfs-actions.pod:7112
17416 msgid "guestfs_vglvuuids"
17417 msgstr ""
17418
17419 #. type: verbatim
17420 #: ../src/guestfs-actions.pod:7114
17421 #, no-wrap
17422 msgid ""
17423 " char **\n"
17424 " guestfs_vglvuuids (guestfs_h *g,\n"
17425 "                    const char *vgname);\n"
17426 "\n"
17427 msgstr ""
17428
17429 #. type: textblock
17430 #: ../src/guestfs-actions.pod:7118 ../fish/guestfish-actions.pod:4815
17431 msgid ""
17432 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
17433 "volumes created in this volume group."
17434 msgstr ""
17435
17436 #. type: textblock
17437 #: ../src/guestfs-actions.pod:7121
17438 msgid ""
17439 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
17440 "associate logical volumes and volume groups."
17441 msgstr ""
17442
17443 #. type: textblock
17444 #: ../src/guestfs-actions.pod:7124
17445 msgid "See also C<guestfs_vgpvuuids>."
17446 msgstr ""
17447
17448 #. type: =head2
17449 #: ../src/guestfs-actions.pod:7132
17450 msgid "guestfs_vgpvuuids"
17451 msgstr ""
17452
17453 #. type: verbatim
17454 #: ../src/guestfs-actions.pod:7134
17455 #, no-wrap
17456 msgid ""
17457 " char **\n"
17458 " guestfs_vgpvuuids (guestfs_h *g,\n"
17459 "                    const char *vgname);\n"
17460 "\n"
17461 msgstr ""
17462
17463 #. type: textblock
17464 #: ../src/guestfs-actions.pod:7138 ../fish/guestfish-actions.pod:4827
17465 msgid ""
17466 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
17467 "volumes that this volume group resides on."
17468 msgstr ""
17469
17470 #. type: textblock
17471 #: ../src/guestfs-actions.pod:7141
17472 msgid ""
17473 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
17474 "associate physical volumes and volume groups."
17475 msgstr ""
17476
17477 #. type: textblock
17478 #: ../src/guestfs-actions.pod:7144
17479 msgid "See also C<guestfs_vglvuuids>."
17480 msgstr ""
17481
17482 #. type: =head2
17483 #: ../src/guestfs-actions.pod:7152
17484 msgid "guestfs_vgremove"
17485 msgstr ""
17486
17487 #. type: verbatim
17488 #: ../src/guestfs-actions.pod:7154
17489 #, no-wrap
17490 msgid ""
17491 " int\n"
17492 " guestfs_vgremove (guestfs_h *g,\n"
17493 "                   const char *vgname);\n"
17494 "\n"
17495 msgstr ""
17496
17497 #. type: textblock
17498 #: ../src/guestfs-actions.pod:7158 ../fish/guestfish-actions.pod:4839
17499 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
17500 msgstr ""
17501
17502 #. type: textblock
17503 #: ../src/guestfs-actions.pod:7160 ../fish/guestfish-actions.pod:4841
17504 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
17505 msgstr ""
17506
17507 #. type: =head2
17508 #: ../src/guestfs-actions.pod:7167
17509 msgid "guestfs_vgrename"
17510 msgstr ""
17511
17512 #. type: verbatim
17513 #: ../src/guestfs-actions.pod:7169
17514 #, no-wrap
17515 msgid ""
17516 " int\n"
17517 " guestfs_vgrename (guestfs_h *g,\n"
17518 "                   const char *volgroup,\n"
17519 "                   const char *newvolgroup);\n"
17520 "\n"
17521 msgstr ""
17522
17523 #. type: textblock
17524 #: ../src/guestfs-actions.pod:7174 ../fish/guestfish-actions.pod:4848
17525 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
17526 msgstr ""
17527
17528 #. type: =head2
17529 #: ../src/guestfs-actions.pod:7180
17530 msgid "guestfs_vgs"
17531 msgstr ""
17532
17533 #. type: verbatim
17534 #: ../src/guestfs-actions.pod:7182
17535 #, no-wrap
17536 msgid ""
17537 " char **\n"
17538 " guestfs_vgs (guestfs_h *g);\n"
17539 "\n"
17540 msgstr ""
17541
17542 #. type: textblock
17543 #: ../src/guestfs-actions.pod:7185 ../fish/guestfish-actions.pod:4854
17544 msgid ""
17545 "List all the volumes groups detected.  This is the equivalent of the "
17546 "L<vgs(8)> command."
17547 msgstr ""
17548
17549 #. type: textblock
17550 #: ../src/guestfs-actions.pod:7188 ../fish/guestfish-actions.pod:4857
17551 msgid ""
17552 "This returns a list of just the volume group names that were detected "
17553 "(eg. C<VolGroup00>)."
17554 msgstr ""
17555
17556 #. type: textblock
17557 #: ../src/guestfs-actions.pod:7191
17558 msgid "See also C<guestfs_vgs_full>."
17559 msgstr ""
17560
17561 #. type: =head2
17562 #: ../src/guestfs-actions.pod:7199
17563 msgid "guestfs_vgs_full"
17564 msgstr ""
17565
17566 #. type: verbatim
17567 #: ../src/guestfs-actions.pod:7201
17568 #, no-wrap
17569 msgid ""
17570 " struct guestfs_lvm_vg_list *\n"
17571 " guestfs_vgs_full (guestfs_h *g);\n"
17572 "\n"
17573 msgstr ""
17574
17575 #. type: textblock
17576 #: ../src/guestfs-actions.pod:7204 ../fish/guestfish-actions.pod:4866
17577 msgid ""
17578 "List all the volumes groups detected.  This is the equivalent of the "
17579 "L<vgs(8)> command.  The \"full\" version includes all fields."
17580 msgstr ""
17581
17582 #. type: textblock
17583 #: ../src/guestfs-actions.pod:7207
17584 msgid ""
17585 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
17586 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
17587 "use>."
17588 msgstr ""
17589
17590 #. type: =head2
17591 #: ../src/guestfs-actions.pod:7213
17592 msgid "guestfs_vgscan"
17593 msgstr ""
17594
17595 #. type: verbatim
17596 #: ../src/guestfs-actions.pod:7215
17597 #, no-wrap
17598 msgid ""
17599 " int\n"
17600 " guestfs_vgscan (guestfs_h *g);\n"
17601 "\n"
17602 msgstr ""
17603
17604 #. type: textblock
17605 #: ../src/guestfs-actions.pod:7218 ../fish/guestfish-actions.pod:4873
17606 msgid ""
17607 "This rescans all block devices and rebuilds the list of LVM physical "
17608 "volumes, volume groups and logical volumes."
17609 msgstr ""
17610
17611 #. type: =head2
17612 #: ../src/guestfs-actions.pod:7225
17613 msgid "guestfs_vguuid"
17614 msgstr ""
17615
17616 #. type: verbatim
17617 #: ../src/guestfs-actions.pod:7227
17618 #, no-wrap
17619 msgid ""
17620 " char *\n"
17621 " guestfs_vguuid (guestfs_h *g,\n"
17622 "                 const char *vgname);\n"
17623 "\n"
17624 msgstr ""
17625
17626 #. type: textblock
17627 #: ../src/guestfs-actions.pod:7231 ../fish/guestfish-actions.pod:4880
17628 msgid "This command returns the UUID of the LVM VG named C<vgname>."
17629 msgstr ""
17630
17631 #. type: =head2
17632 #: ../src/guestfs-actions.pod:7238
17633 msgid "guestfs_wait_ready"
17634 msgstr ""
17635
17636 #. type: verbatim
17637 #: ../src/guestfs-actions.pod:7240
17638 #, no-wrap
17639 msgid ""
17640 " int\n"
17641 " guestfs_wait_ready (guestfs_h *g);\n"
17642 "\n"
17643 msgstr ""
17644
17645 #. type: textblock
17646 #: ../src/guestfs-actions.pod:7243
17647 msgid "This function is a no op."
17648 msgstr ""
17649
17650 #. type: textblock
17651 #: ../src/guestfs-actions.pod:7245
17652 msgid ""
17653 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
17654 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
17655 "is no longer necessary because C<guestfs_launch> now does the waiting."
17656 msgstr ""
17657
17658 #. type: textblock
17659 #: ../src/guestfs-actions.pod:7250
17660 msgid ""
17661 "If you see any calls to this function in code then you can just remove them, "
17662 "unless you want to retain compatibility with older versions of the API."
17663 msgstr ""
17664
17665 #. type: textblock
17666 #: ../src/guestfs-actions.pod:7256
17667 msgid ""
17668 "This function is deprecated.  In new code, use the L</guestfs_launch> call "
17669 "instead."
17670 msgstr ""
17671
17672 #. type: =head2
17673 #: ../src/guestfs-actions.pod:7265
17674 msgid "guestfs_wc_c"
17675 msgstr ""
17676
17677 #. type: verbatim
17678 #: ../src/guestfs-actions.pod:7267
17679 #, no-wrap
17680 msgid ""
17681 " int\n"
17682 " guestfs_wc_c (guestfs_h *g,\n"
17683 "               const char *path);\n"
17684 "\n"
17685 msgstr ""
17686
17687 #. type: textblock
17688 #: ../src/guestfs-actions.pod:7271 ../fish/guestfish-actions.pod:4886
17689 msgid ""
17690 "This command counts the characters in a file, using the C<wc -c> external "
17691 "command."
17692 msgstr ""
17693
17694 #. type: =head2
17695 #: ../src/guestfs-actions.pod:7278
17696 msgid "guestfs_wc_l"
17697 msgstr ""
17698
17699 #. type: verbatim
17700 #: ../src/guestfs-actions.pod:7280
17701 #, no-wrap
17702 msgid ""
17703 " int\n"
17704 " guestfs_wc_l (guestfs_h *g,\n"
17705 "               const char *path);\n"
17706 "\n"
17707 msgstr ""
17708
17709 #. type: textblock
17710 #: ../src/guestfs-actions.pod:7284 ../fish/guestfish-actions.pod:4893
17711 msgid ""
17712 "This command counts the lines in a file, using the C<wc -l> external "
17713 "command."
17714 msgstr ""
17715
17716 #. type: =head2
17717 #: ../src/guestfs-actions.pod:7291
17718 msgid "guestfs_wc_w"
17719 msgstr ""
17720
17721 #. type: verbatim
17722 #: ../src/guestfs-actions.pod:7293
17723 #, no-wrap
17724 msgid ""
17725 " int\n"
17726 " guestfs_wc_w (guestfs_h *g,\n"
17727 "               const char *path);\n"
17728 "\n"
17729 msgstr ""
17730
17731 #. type: textblock
17732 #: ../src/guestfs-actions.pod:7297 ../fish/guestfish-actions.pod:4900
17733 msgid ""
17734 "This command counts the words in a file, using the C<wc -w> external "
17735 "command."
17736 msgstr ""
17737
17738 #. type: =head2
17739 #: ../src/guestfs-actions.pod:7304
17740 msgid "guestfs_write"
17741 msgstr ""
17742
17743 #. type: verbatim
17744 #: ../src/guestfs-actions.pod:7306
17745 #, no-wrap
17746 msgid ""
17747 " int\n"
17748 " guestfs_write (guestfs_h *g,\n"
17749 "                const char *path,\n"
17750 "                const char *content,\n"
17751 "                size_t content_size);\n"
17752 "\n"
17753 msgstr ""
17754
17755 #. type: textblock
17756 #: ../src/guestfs-actions.pod:7312 ../fish/guestfish-actions.pod:4907
17757 msgid ""
17758 "This call creates a file called C<path>.  The content of the file is the "
17759 "string C<content> (which can contain any 8 bit data)."
17760 msgstr ""
17761
17762 #. type: =head2
17763 #: ../src/guestfs-actions.pod:7322
17764 msgid "guestfs_write_file"
17765 msgstr ""
17766
17767 #. type: verbatim
17768 #: ../src/guestfs-actions.pod:7324
17769 #, no-wrap
17770 msgid ""
17771 " int\n"
17772 " guestfs_write_file (guestfs_h *g,\n"
17773 "                     const char *path,\n"
17774 "                     const char *content,\n"
17775 "                     int size);\n"
17776 "\n"
17777 msgstr ""
17778
17779 #. type: textblock
17780 #: ../src/guestfs-actions.pod:7330 ../fish/guestfish-actions.pod:4917
17781 msgid ""
17782 "This call creates a file called C<path>.  The contents of the file is the "
17783 "string C<content> (which can contain any 8 bit data), with length C<size>."
17784 msgstr ""
17785
17786 #. type: textblock
17787 #: ../src/guestfs-actions.pod:7334 ../fish/guestfish-actions.pod:4921
17788 msgid ""
17789 "As a special case, if C<size> is C<0> then the length is calculated using "
17790 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
17791 msgstr ""
17792
17793 #. type: textblock
17794 #: ../src/guestfs-actions.pod:7338 ../fish/guestfish-actions.pod:4925
17795 msgid ""
17796 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
17797 "I<not> work, even if the length is specified."
17798 msgstr ""
17799
17800 #. type: textblock
17801 #: ../src/guestfs-actions.pod:7346
17802 msgid ""
17803 "This function is deprecated.  In new code, use the L</guestfs_write> call "
17804 "instead."
17805 msgstr ""
17806
17807 #. type: =head2
17808 #: ../src/guestfs-actions.pod:7355
17809 msgid "guestfs_zegrep"
17810 msgstr ""
17811
17812 #. type: verbatim
17813 #: ../src/guestfs-actions.pod:7357
17814 #, no-wrap
17815 msgid ""
17816 " char **\n"
17817 " guestfs_zegrep (guestfs_h *g,\n"
17818 "                 const char *regex,\n"
17819 "                 const char *path);\n"
17820 "\n"
17821 msgstr ""
17822
17823 #. type: textblock
17824 #: ../src/guestfs-actions.pod:7362 ../fish/guestfish-actions.pod:4942
17825 msgid "This calls the external C<zegrep> program and returns the matching lines."
17826 msgstr ""
17827
17828 #. type: =head2
17829 #: ../src/guestfs-actions.pod:7374
17830 msgid "guestfs_zegrepi"
17831 msgstr ""
17832
17833 #. type: verbatim
17834 #: ../src/guestfs-actions.pod:7376
17835 #, no-wrap
17836 msgid ""
17837 " char **\n"
17838 " guestfs_zegrepi (guestfs_h *g,\n"
17839 "                  const char *regex,\n"
17840 "                  const char *path);\n"
17841 "\n"
17842 msgstr ""
17843
17844 #. type: textblock
17845 #: ../src/guestfs-actions.pod:7381 ../fish/guestfish-actions.pod:4952
17846 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
17847 msgstr ""
17848
17849 #. type: =head2
17850 #: ../src/guestfs-actions.pod:7393
17851 msgid "guestfs_zero"
17852 msgstr ""
17853
17854 #. type: verbatim
17855 #: ../src/guestfs-actions.pod:7395
17856 #, no-wrap
17857 msgid ""
17858 " int\n"
17859 " guestfs_zero (guestfs_h *g,\n"
17860 "               const char *device);\n"
17861 "\n"
17862 msgstr ""
17863
17864 #. type: textblock
17865 #: ../src/guestfs-actions.pod:7399 ../fish/guestfish-actions.pod:4962
17866 msgid "This command writes zeroes over the first few blocks of C<device>."
17867 msgstr ""
17868
17869 #. type: textblock
17870 #: ../src/guestfs-actions.pod:7401 ../fish/guestfish-actions.pod:4964
17871 msgid ""
17872 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
17873 "securely wipe the device).  It should be sufficient to remove any partition "
17874 "tables, filesystem superblocks and so on."
17875 msgstr ""
17876
17877 #. type: textblock
17878 #: ../src/guestfs-actions.pod:7405
17879 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
17880 msgstr ""
17881
17882 #. type: =head2
17883 #: ../src/guestfs-actions.pod:7416
17884 msgid "guestfs_zero_device"
17885 msgstr ""
17886
17887 #. type: verbatim
17888 #: ../src/guestfs-actions.pod:7418
17889 #, no-wrap
17890 msgid ""
17891 " int\n"
17892 " guestfs_zero_device (guestfs_h *g,\n"
17893 "                      const char *device);\n"
17894 "\n"
17895 msgstr ""
17896
17897 #. type: textblock
17898 #: ../src/guestfs-actions.pod:7422
17899 msgid ""
17900 "This command writes zeroes over the entire C<device>.  Compare with "
17901 "C<guestfs_zero> which just zeroes the first few blocks of a device."
17902 msgstr ""
17903
17904 #. type: textblock
17905 #: ../src/guestfs-actions.pod:7436
17906 msgid "(Added in 1.3.1)"
17907 msgstr ""
17908
17909 #. type: =head2
17910 #: ../src/guestfs-actions.pod:7438
17911 msgid "guestfs_zerofree"
17912 msgstr ""
17913
17914 #. type: verbatim
17915 #: ../src/guestfs-actions.pod:7440
17916 #, no-wrap
17917 msgid ""
17918 " int\n"
17919 " guestfs_zerofree (guestfs_h *g,\n"
17920 "                   const char *device);\n"
17921 "\n"
17922 msgstr ""
17923
17924 #. type: textblock
17925 #: ../src/guestfs-actions.pod:7444 ../fish/guestfish-actions.pod:4985
17926 msgid ""
17927 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
17928 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
17929 "possible to compress the filesystem more effectively."
17930 msgstr ""
17931
17932 #. type: textblock
17933 #: ../src/guestfs-actions.pod:7449 ../fish/guestfish-actions.pod:4990
17934 msgid "You should B<not> run this program if the filesystem is mounted."
17935 msgstr ""
17936
17937 #. type: textblock
17938 #: ../src/guestfs-actions.pod:7452 ../fish/guestfish-actions.pod:4993
17939 msgid ""
17940 "It is possible that using this program can damage the filesystem or data on "
17941 "the filesystem."
17942 msgstr ""
17943
17944 #. type: =head2
17945 #: ../src/guestfs-actions.pod:7459
17946 msgid "guestfs_zfgrep"
17947 msgstr ""
17948
17949 #. type: verbatim
17950 #: ../src/guestfs-actions.pod:7461
17951 #, no-wrap
17952 msgid ""
17953 " char **\n"
17954 " guestfs_zfgrep (guestfs_h *g,\n"
17955 "                 const char *pattern,\n"
17956 "                 const char *path);\n"
17957 "\n"
17958 msgstr ""
17959
17960 #. type: textblock
17961 #: ../src/guestfs-actions.pod:7466 ../fish/guestfish-actions.pod:5000
17962 msgid "This calls the external C<zfgrep> program and returns the matching lines."
17963 msgstr ""
17964
17965 #. type: =head2
17966 #: ../src/guestfs-actions.pod:7478
17967 msgid "guestfs_zfgrepi"
17968 msgstr ""
17969
17970 #. type: verbatim
17971 #: ../src/guestfs-actions.pod:7480
17972 #, no-wrap
17973 msgid ""
17974 " char **\n"
17975 " guestfs_zfgrepi (guestfs_h *g,\n"
17976 "                  const char *pattern,\n"
17977 "                  const char *path);\n"
17978 "\n"
17979 msgstr ""
17980
17981 #. type: textblock
17982 #: ../src/guestfs-actions.pod:7485 ../fish/guestfish-actions.pod:5010
17983 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
17984 msgstr ""
17985
17986 #. type: =head2
17987 #: ../src/guestfs-actions.pod:7497
17988 msgid "guestfs_zfile"
17989 msgstr ""
17990
17991 #. type: verbatim
17992 #: ../src/guestfs-actions.pod:7499
17993 #, no-wrap
17994 msgid ""
17995 " char *\n"
17996 " guestfs_zfile (guestfs_h *g,\n"
17997 "                const char *meth,\n"
17998 "                const char *path);\n"
17999 "\n"
18000 msgstr ""
18001
18002 #. type: textblock
18003 #: ../src/guestfs-actions.pod:7504 ../fish/guestfish-actions.pod:5020
18004 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
18005 msgstr ""
18006
18007 #. type: textblock
18008 #: ../src/guestfs-actions.pod:7507 ../fish/guestfish-actions.pod:5023
18009 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
18010 msgstr ""
18011
18012 #. type: textblock
18013 #: ../src/guestfs-actions.pod:7509
18014 msgid ""
18015 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
18016 "files."
18017 msgstr ""
18018
18019 #. type: textblock
18020 #: ../src/guestfs-actions.pod:7515
18021 msgid ""
18022 "This function is deprecated.  In new code, use the L</guestfs_file> call "
18023 "instead."
18024 msgstr ""
18025
18026 #. type: =head2
18027 #: ../src/guestfs-actions.pod:7524
18028 msgid "guestfs_zgrep"
18029 msgstr ""
18030
18031 #. type: verbatim
18032 #: ../src/guestfs-actions.pod:7526
18033 #, no-wrap
18034 msgid ""
18035 " char **\n"
18036 " guestfs_zgrep (guestfs_h *g,\n"
18037 "                const char *regex,\n"
18038 "                const char *path);\n"
18039 "\n"
18040 msgstr ""
18041
18042 #. type: textblock
18043 #: ../src/guestfs-actions.pod:7531 ../fish/guestfish-actions.pod:5039
18044 msgid "This calls the external C<zgrep> program and returns the matching lines."
18045 msgstr ""
18046
18047 #. type: =head2
18048 #: ../src/guestfs-actions.pod:7543
18049 msgid "guestfs_zgrepi"
18050 msgstr ""
18051
18052 #. type: verbatim
18053 #: ../src/guestfs-actions.pod:7545
18054 #, no-wrap
18055 msgid ""
18056 " char **\n"
18057 " guestfs_zgrepi (guestfs_h *g,\n"
18058 "                 const char *regex,\n"
18059 "                 const char *path);\n"
18060 "\n"
18061 msgstr ""
18062
18063 #. type: textblock
18064 #: ../src/guestfs-actions.pod:7550 ../fish/guestfish-actions.pod:5049
18065 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
18066 msgstr ""
18067
18068 #. type: =item
18069 #: ../src/guestfs-availability.pod:3
18070 msgid "B<augeas>"
18071 msgstr ""
18072
18073 #. type: textblock
18074 #: ../src/guestfs-availability.pod:5
18075 msgid ""
18076 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
18077 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
18078 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
18079 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
18080 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
18081 msgstr ""
18082
18083 #. type: =item
18084 #: ../src/guestfs-availability.pod:21
18085 msgid "B<grub>"
18086 msgstr ""
18087
18088 #. type: textblock
18089 #: ../src/guestfs-availability.pod:23
18090 msgid "The following functions: L</guestfs_grub_install>"
18091 msgstr ""
18092
18093 #. type: =item
18094 #: ../src/guestfs-availability.pod:26
18095 msgid "B<inotify>"
18096 msgstr ""
18097
18098 #. type: textblock
18099 #: ../src/guestfs-availability.pod:28
18100 msgid ""
18101 "The following functions: L</guestfs_inotify_add_watch> "
18102 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
18103 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
18104 msgstr ""
18105
18106 #. type: =item
18107 #: ../src/guestfs-availability.pod:36
18108 msgid "B<linuxfsuuid>"
18109 msgstr ""
18110
18111 #. type: textblock
18112 #: ../src/guestfs-availability.pod:38
18113 msgid ""
18114 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
18115 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
18116 msgstr ""
18117
18118 #. type: =item
18119 #: ../src/guestfs-availability.pod:45
18120 msgid "B<linuxmodules>"
18121 msgstr ""
18122
18123 #. type: textblock
18124 #: ../src/guestfs-availability.pod:47
18125 msgid "The following functions: L</guestfs_modprobe>"
18126 msgstr ""
18127
18128 #. type: =item
18129 #: ../src/guestfs-availability.pod:50
18130 msgid "B<linuxxattrs>"
18131 msgstr ""
18132
18133 #. type: textblock
18134 #: ../src/guestfs-availability.pod:52
18135 msgid ""
18136 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
18137 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
18138 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
18139 "L</guestfs_setxattr>"
18140 msgstr ""
18141
18142 #. type: =item
18143 #: ../src/guestfs-availability.pod:63
18144 msgid "B<luks>"
18145 msgstr ""
18146
18147 #. type: textblock
18148 #: ../src/guestfs-availability.pod:65
18149 msgid ""
18150 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
18151 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
18152 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
18153 msgstr ""
18154
18155 #. type: =item
18156 #: ../src/guestfs-availability.pod:74
18157 msgid "B<lvm2>"
18158 msgstr ""
18159
18160 #. type: textblock
18161 #: ../src/guestfs-availability.pod:76
18162 msgid ""
18163 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
18164 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
18165 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
18166 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
18167 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
18168 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
18169 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
18170 "L</guestfs_vgs_full>"
18171 msgstr ""
18172
18173 #. type: =item
18174 #: ../src/guestfs-availability.pod:99
18175 msgid "B<mknod>"
18176 msgstr ""
18177
18178 #. type: textblock
18179 #: ../src/guestfs-availability.pod:101
18180 msgid ""
18181 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
18182 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
18183 msgstr ""
18184
18185 #. type: =item
18186 #: ../src/guestfs-availability.pod:107
18187 msgid "B<ntfs3g>"
18188 msgstr ""
18189
18190 #. type: textblock
18191 #: ../src/guestfs-availability.pod:109
18192 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
18193 msgstr ""
18194
18195 #. type: =item
18196 #: ../src/guestfs-availability.pod:112
18197 msgid "B<ntfsprogs>"
18198 msgstr ""
18199
18200 #. type: textblock
18201 #: ../src/guestfs-availability.pod:114
18202 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
18203 msgstr ""
18204
18205 #. type: =item
18206 #: ../src/guestfs-availability.pod:118
18207 msgid "B<realpath>"
18208 msgstr ""
18209
18210 #. type: textblock
18211 #: ../src/guestfs-availability.pod:120
18212 msgid "The following functions: L</guestfs_realpath>"
18213 msgstr ""
18214
18215 #. type: =item
18216 #: ../src/guestfs-availability.pod:123
18217 msgid "B<scrub>"
18218 msgstr ""
18219
18220 #. type: textblock
18221 #: ../src/guestfs-availability.pod:125
18222 msgid ""
18223 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
18224 "L</guestfs_scrub_freespace>"
18225 msgstr ""
18226
18227 #. type: =item
18228 #: ../src/guestfs-availability.pod:130
18229 msgid "B<selinux>"
18230 msgstr ""
18231
18232 #. type: textblock
18233 #: ../src/guestfs-availability.pod:132
18234 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
18235 msgstr ""
18236
18237 #. type: =item
18238 #: ../src/guestfs-availability.pod:136
18239 msgid "B<xz>"
18240 msgstr ""
18241
18242 #. type: textblock
18243 #: ../src/guestfs-availability.pod:138
18244 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
18245 msgstr ""
18246
18247 #. type: =item
18248 #: ../src/guestfs-availability.pod:142
18249 msgid "B<zerofree>"
18250 msgstr ""
18251
18252 #. type: textblock
18253 #: ../src/guestfs-availability.pod:144
18254 msgid "The following functions: L</guestfs_zerofree>"
18255 msgstr ""
18256
18257 #. type: =head2
18258 #: ../src/guestfs-structs.pod:1
18259 msgid "guestfs_int_bool"
18260 msgstr ""
18261
18262 #. type: verbatim
18263 #: ../src/guestfs-structs.pod:3
18264 #, no-wrap
18265 msgid ""
18266 " struct guestfs_int_bool {\n"
18267 "   int32_t i;\n"
18268 "   int32_t b;\n"
18269 " };\n"
18270 " \n"
18271 msgstr ""
18272
18273 #. type: verbatim
18274 #: ../src/guestfs-structs.pod:8
18275 #, no-wrap
18276 msgid ""
18277 " struct guestfs_int_bool_list {\n"
18278 "   uint32_t len; /* Number of elements in list. */\n"
18279 "   struct guestfs_int_bool *val; /* Elements. */\n"
18280 " };\n"
18281 " \n"
18282 msgstr ""
18283
18284 #. type: verbatim
18285 #: ../src/guestfs-structs.pod:13
18286 #, no-wrap
18287 msgid ""
18288 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
18289 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
18290 "\n"
18291 msgstr ""
18292
18293 #. type: =head2
18294 #: ../src/guestfs-structs.pod:16
18295 msgid "guestfs_lvm_pv"
18296 msgstr ""
18297
18298 #. type: verbatim
18299 #: ../src/guestfs-structs.pod:18
18300 #, no-wrap
18301 msgid ""
18302 " struct guestfs_lvm_pv {\n"
18303 "   char *pv_name;\n"
18304 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18305 "*/\n"
18306 "   char pv_uuid[32];\n"
18307 "   char *pv_fmt;\n"
18308 "   uint64_t pv_size;\n"
18309 "   uint64_t dev_size;\n"
18310 "   uint64_t pv_free;\n"
18311 "   uint64_t pv_used;\n"
18312 "   char *pv_attr;\n"
18313 "   int64_t pv_pe_count;\n"
18314 "   int64_t pv_pe_alloc_count;\n"
18315 "   char *pv_tags;\n"
18316 "   uint64_t pe_start;\n"
18317 "   int64_t pv_mda_count;\n"
18318 "   uint64_t pv_mda_free;\n"
18319 " };\n"
18320 " \n"
18321 msgstr ""
18322
18323 #. type: verbatim
18324 #: ../src/guestfs-structs.pod:36
18325 #, no-wrap
18326 msgid ""
18327 " struct guestfs_lvm_pv_list {\n"
18328 "   uint32_t len; /* Number of elements in list. */\n"
18329 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
18330 " };\n"
18331 " \n"
18332 msgstr ""
18333
18334 #. type: verbatim
18335 #: ../src/guestfs-structs.pod:41
18336 #, no-wrap
18337 msgid ""
18338 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
18339 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
18340 "\n"
18341 msgstr ""
18342
18343 #. type: =head2
18344 #: ../src/guestfs-structs.pod:44
18345 msgid "guestfs_lvm_vg"
18346 msgstr ""
18347
18348 #. type: verbatim
18349 #: ../src/guestfs-structs.pod:46
18350 #, no-wrap
18351 msgid ""
18352 " struct guestfs_lvm_vg {\n"
18353 "   char *vg_name;\n"
18354 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18355 "*/\n"
18356 "   char vg_uuid[32];\n"
18357 "   char *vg_fmt;\n"
18358 "   char *vg_attr;\n"
18359 "   uint64_t vg_size;\n"
18360 "   uint64_t vg_free;\n"
18361 "   char *vg_sysid;\n"
18362 "   uint64_t vg_extent_size;\n"
18363 "   int64_t vg_extent_count;\n"
18364 "   int64_t vg_free_count;\n"
18365 "   int64_t max_lv;\n"
18366 "   int64_t max_pv;\n"
18367 "   int64_t pv_count;\n"
18368 "   int64_t lv_count;\n"
18369 "   int64_t snap_count;\n"
18370 "   int64_t vg_seqno;\n"
18371 "   char *vg_tags;\n"
18372 "   int64_t vg_mda_count;\n"
18373 "   uint64_t vg_mda_free;\n"
18374 " };\n"
18375 " \n"
18376 msgstr ""
18377
18378 #. type: verbatim
18379 #: ../src/guestfs-structs.pod:69
18380 #, no-wrap
18381 msgid ""
18382 " struct guestfs_lvm_vg_list {\n"
18383 "   uint32_t len; /* Number of elements in list. */\n"
18384 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
18385 " };\n"
18386 " \n"
18387 msgstr ""
18388
18389 #. type: verbatim
18390 #: ../src/guestfs-structs.pod:74
18391 #, no-wrap
18392 msgid ""
18393 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
18394 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
18395 "\n"
18396 msgstr ""
18397
18398 #. type: =head2
18399 #: ../src/guestfs-structs.pod:77
18400 msgid "guestfs_lvm_lv"
18401 msgstr ""
18402
18403 #. type: verbatim
18404 #: ../src/guestfs-structs.pod:79
18405 #, no-wrap
18406 msgid ""
18407 " struct guestfs_lvm_lv {\n"
18408 "   char *lv_name;\n"
18409 "   /* The next field is NOT nul-terminated, be careful when printing it: "
18410 "*/\n"
18411 "   char lv_uuid[32];\n"
18412 "   char *lv_attr;\n"
18413 "   int64_t lv_major;\n"
18414 "   int64_t lv_minor;\n"
18415 "   int64_t lv_kernel_major;\n"
18416 "   int64_t lv_kernel_minor;\n"
18417 "   uint64_t lv_size;\n"
18418 "   int64_t seg_count;\n"
18419 "   char *origin;\n"
18420 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18421 "   float snap_percent;\n"
18422 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18423 "   float copy_percent;\n"
18424 "   char *move_pv;\n"
18425 "   char *lv_tags;\n"
18426 "   char *mirror_log;\n"
18427 "   char *modules;\n"
18428 " };\n"
18429 " \n"
18430 msgstr ""
18431
18432 #. type: verbatim
18433 #: ../src/guestfs-structs.pod:101
18434 #, no-wrap
18435 msgid ""
18436 " struct guestfs_lvm_lv_list {\n"
18437 "   uint32_t len; /* Number of elements in list. */\n"
18438 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
18439 " };\n"
18440 " \n"
18441 msgstr ""
18442
18443 #. type: verbatim
18444 #: ../src/guestfs-structs.pod:106
18445 #, no-wrap
18446 msgid ""
18447 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
18448 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
18449 "\n"
18450 msgstr ""
18451
18452 #. type: verbatim
18453 #: ../src/guestfs-structs.pod:111
18454 #, no-wrap
18455 msgid ""
18456 " struct guestfs_stat {\n"
18457 "   int64_t dev;\n"
18458 "   int64_t ino;\n"
18459 "   int64_t mode;\n"
18460 "   int64_t nlink;\n"
18461 "   int64_t uid;\n"
18462 "   int64_t gid;\n"
18463 "   int64_t rdev;\n"
18464 "   int64_t size;\n"
18465 "   int64_t blksize;\n"
18466 "   int64_t blocks;\n"
18467 "   int64_t atime;\n"
18468 "   int64_t mtime;\n"
18469 "   int64_t ctime;\n"
18470 " };\n"
18471 " \n"
18472 msgstr ""
18473
18474 #. type: verbatim
18475 #: ../src/guestfs-structs.pod:127
18476 #, no-wrap
18477 msgid ""
18478 " struct guestfs_stat_list {\n"
18479 "   uint32_t len; /* Number of elements in list. */\n"
18480 "   struct guestfs_stat *val; /* Elements. */\n"
18481 " };\n"
18482 " \n"
18483 msgstr ""
18484
18485 #. type: verbatim
18486 #: ../src/guestfs-structs.pod:132
18487 #, no-wrap
18488 msgid ""
18489 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
18490 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
18491 "\n"
18492 msgstr ""
18493
18494 #. type: verbatim
18495 #: ../src/guestfs-structs.pod:137
18496 #, no-wrap
18497 msgid ""
18498 " struct guestfs_statvfs {\n"
18499 "   int64_t bsize;\n"
18500 "   int64_t frsize;\n"
18501 "   int64_t blocks;\n"
18502 "   int64_t bfree;\n"
18503 "   int64_t bavail;\n"
18504 "   int64_t files;\n"
18505 "   int64_t ffree;\n"
18506 "   int64_t favail;\n"
18507 "   int64_t fsid;\n"
18508 "   int64_t flag;\n"
18509 "   int64_t namemax;\n"
18510 " };\n"
18511 " \n"
18512 msgstr ""
18513
18514 #. type: verbatim
18515 #: ../src/guestfs-structs.pod:151
18516 #, no-wrap
18517 msgid ""
18518 " struct guestfs_statvfs_list {\n"
18519 "   uint32_t len; /* Number of elements in list. */\n"
18520 "   struct guestfs_statvfs *val; /* Elements. */\n"
18521 " };\n"
18522 " \n"
18523 msgstr ""
18524
18525 #. type: verbatim
18526 #: ../src/guestfs-structs.pod:156
18527 #, no-wrap
18528 msgid ""
18529 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
18530 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
18531 "\n"
18532 msgstr ""
18533
18534 #. type: =head2
18535 #: ../src/guestfs-structs.pod:159
18536 msgid "guestfs_dirent"
18537 msgstr ""
18538
18539 #. type: verbatim
18540 #: ../src/guestfs-structs.pod:161
18541 #, no-wrap
18542 msgid ""
18543 " struct guestfs_dirent {\n"
18544 "   int64_t ino;\n"
18545 "   char ftyp;\n"
18546 "   char *name;\n"
18547 " };\n"
18548 " \n"
18549 msgstr ""
18550
18551 #. type: verbatim
18552 #: ../src/guestfs-structs.pod:167
18553 #, no-wrap
18554 msgid ""
18555 " struct guestfs_dirent_list {\n"
18556 "   uint32_t len; /* Number of elements in list. */\n"
18557 "   struct guestfs_dirent *val; /* Elements. */\n"
18558 " };\n"
18559 " \n"
18560 msgstr ""
18561
18562 #. type: verbatim
18563 #: ../src/guestfs-structs.pod:172
18564 #, no-wrap
18565 msgid ""
18566 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
18567 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
18568 "\n"
18569 msgstr ""
18570
18571 #. type: verbatim
18572 #: ../src/guestfs-structs.pod:177
18573 #, no-wrap
18574 msgid ""
18575 " struct guestfs_version {\n"
18576 "   int64_t major;\n"
18577 "   int64_t minor;\n"
18578 "   int64_t release;\n"
18579 "   char *extra;\n"
18580 " };\n"
18581 " \n"
18582 msgstr ""
18583
18584 #. type: verbatim
18585 #: ../src/guestfs-structs.pod:184
18586 #, no-wrap
18587 msgid ""
18588 " struct guestfs_version_list {\n"
18589 "   uint32_t len; /* Number of elements in list. */\n"
18590 "   struct guestfs_version *val; /* Elements. */\n"
18591 " };\n"
18592 " \n"
18593 msgstr ""
18594
18595 #. type: verbatim
18596 #: ../src/guestfs-structs.pod:189
18597 #, no-wrap
18598 msgid ""
18599 " void guestfs_free_version (struct guestfs_free_version *);\n"
18600 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
18601 "\n"
18602 msgstr ""
18603
18604 #. type: =head2
18605 #: ../src/guestfs-structs.pod:192
18606 msgid "guestfs_xattr"
18607 msgstr ""
18608
18609 #. type: verbatim
18610 #: ../src/guestfs-structs.pod:194
18611 #, no-wrap
18612 msgid ""
18613 " struct guestfs_xattr {\n"
18614 "   char *attrname;\n"
18615 "   /* The next two fields describe a byte array. */\n"
18616 "   uint32_t attrval_len;\n"
18617 "   char *attrval;\n"
18618 " };\n"
18619 " \n"
18620 msgstr ""
18621
18622 #. type: verbatim
18623 #: ../src/guestfs-structs.pod:201
18624 #, no-wrap
18625 msgid ""
18626 " struct guestfs_xattr_list {\n"
18627 "   uint32_t len; /* Number of elements in list. */\n"
18628 "   struct guestfs_xattr *val; /* Elements. */\n"
18629 " };\n"
18630 " \n"
18631 msgstr ""
18632
18633 #. type: verbatim
18634 #: ../src/guestfs-structs.pod:206
18635 #, no-wrap
18636 msgid ""
18637 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
18638 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
18639 "\n"
18640 msgstr ""
18641
18642 #. type: =head2
18643 #: ../src/guestfs-structs.pod:209
18644 msgid "guestfs_inotify_event"
18645 msgstr ""
18646
18647 #. type: verbatim
18648 #: ../src/guestfs-structs.pod:211
18649 #, no-wrap
18650 msgid ""
18651 " struct guestfs_inotify_event {\n"
18652 "   int64_t in_wd;\n"
18653 "   uint32_t in_mask;\n"
18654 "   uint32_t in_cookie;\n"
18655 "   char *in_name;\n"
18656 " };\n"
18657 " \n"
18658 msgstr ""
18659
18660 #. type: verbatim
18661 #: ../src/guestfs-structs.pod:218
18662 #, no-wrap
18663 msgid ""
18664 " struct guestfs_inotify_event_list {\n"
18665 "   uint32_t len; /* Number of elements in list. */\n"
18666 "   struct guestfs_inotify_event *val; /* Elements. */\n"
18667 " };\n"
18668 " \n"
18669 msgstr ""
18670
18671 #. type: verbatim
18672 #: ../src/guestfs-structs.pod:223
18673 #, no-wrap
18674 msgid ""
18675 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
18676 " void guestfs_free_inotify_event_list (struct "
18677 "guestfs_free_inotify_event_list *);\n"
18678 "\n"
18679 msgstr ""
18680
18681 #. type: =head2
18682 #: ../src/guestfs-structs.pod:226
18683 msgid "guestfs_partition"
18684 msgstr ""
18685
18686 #. type: verbatim
18687 #: ../src/guestfs-structs.pod:228
18688 #, no-wrap
18689 msgid ""
18690 " struct guestfs_partition {\n"
18691 "   int32_t part_num;\n"
18692 "   uint64_t part_start;\n"
18693 "   uint64_t part_end;\n"
18694 "   uint64_t part_size;\n"
18695 " };\n"
18696 " \n"
18697 msgstr ""
18698
18699 #. type: verbatim
18700 #: ../src/guestfs-structs.pod:235
18701 #, no-wrap
18702 msgid ""
18703 " struct guestfs_partition_list {\n"
18704 "   uint32_t len; /* Number of elements in list. */\n"
18705 "   struct guestfs_partition *val; /* Elements. */\n"
18706 " };\n"
18707 " \n"
18708 msgstr ""
18709
18710 #. type: verbatim
18711 #: ../src/guestfs-structs.pod:240
18712 #, no-wrap
18713 msgid ""
18714 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
18715 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
18716 "\n"
18717 msgstr ""
18718
18719 #. type: =head2
18720 #: ../src/guestfs-structs.pod:243
18721 msgid "guestfs_application"
18722 msgstr ""
18723
18724 #. type: verbatim
18725 #: ../src/guestfs-structs.pod:245
18726 #, no-wrap
18727 msgid ""
18728 " struct guestfs_application {\n"
18729 "   char *app_name;\n"
18730 "   char *app_display_name;\n"
18731 "   int32_t app_epoch;\n"
18732 "   char *app_version;\n"
18733 "   char *app_release;\n"
18734 "   char *app_install_path;\n"
18735 "   char *app_trans_path;\n"
18736 "   char *app_publisher;\n"
18737 "   char *app_url;\n"
18738 "   char *app_source_package;\n"
18739 "   char *app_summary;\n"
18740 "   char *app_description;\n"
18741 " };\n"
18742 " \n"
18743 msgstr ""
18744
18745 #. type: verbatim
18746 #: ../src/guestfs-structs.pod:260
18747 #, no-wrap
18748 msgid ""
18749 " struct guestfs_application_list {\n"
18750 "   uint32_t len; /* Number of elements in list. */\n"
18751 "   struct guestfs_application *val; /* Elements. */\n"
18752 " };\n"
18753 " \n"
18754 msgstr ""
18755
18756 #. type: verbatim
18757 #: ../src/guestfs-structs.pod:265
18758 #, no-wrap
18759 msgid ""
18760 " void guestfs_free_application (struct guestfs_free_application *);\n"
18761 " void guestfs_free_application_list (struct guestfs_free_application_list "
18762 "*);\n"
18763 "\n"
18764 msgstr ""
18765
18766 #. type: textblock
18767 #: ../fish/guestfish.pod:5
18768 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
18769 msgstr ""
18770
18771 #. type: verbatim
18772 #: ../fish/guestfish.pod:9
18773 #, no-wrap
18774 msgid ""
18775 " guestfish [--options] [commands]\n"
18776 "\n"
18777 msgstr ""
18778
18779 #. type: verbatim
18780 #: ../fish/guestfish.pod:11
18781 #, no-wrap
18782 msgid ""
18783 " guestfish\n"
18784 "\n"
18785 msgstr ""
18786
18787 #. type: verbatim
18788 #: ../fish/guestfish.pod:13
18789 #, no-wrap
18790 msgid ""
18791 " guestfish [--ro|--rw] -a disk.img\n"
18792 "\n"
18793 msgstr ""
18794
18795 #. type: verbatim
18796 #: ../fish/guestfish.pod:15
18797 #, no-wrap
18798 msgid ""
18799 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
18800 "\n"
18801 msgstr ""
18802
18803 #. type: verbatim
18804 #: ../fish/guestfish.pod:17
18805 #, no-wrap
18806 msgid ""
18807 " guestfish -d libvirt-domain\n"
18808 "\n"
18809 msgstr ""
18810
18811 #. type: verbatim
18812 #: ../fish/guestfish.pod:19
18813 #, no-wrap
18814 msgid ""
18815 " guestfish [--ro|--rw] -a disk.img -i\n"
18816 "\n"
18817 msgstr ""
18818
18819 #. type: verbatim
18820 #: ../fish/guestfish.pod:21
18821 #, no-wrap
18822 msgid ""
18823 " guestfish -d libvirt-domain -i\n"
18824 "\n"
18825 msgstr ""
18826
18827 #. type: =head1
18828 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
18829 msgid "WARNING"
18830 msgstr ""
18831
18832 #. type: textblock
18833 #: ../fish/guestfish.pod:25
18834 msgid ""
18835 "Using guestfish in read/write mode on live virtual machines can be "
18836 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
18837 "option to use guestfish safely if the disk image or virtual machine might be "
18838 "live."
18839 msgstr ""
18840
18841 #. type: textblock
18842 #: ../fish/guestfish.pod:32
18843 msgid ""
18844 "Guestfish is a shell and command-line tool for examining and modifying "
18845 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
18846 "functionality of the guestfs API, see L<guestfs(3)>."
18847 msgstr ""
18848
18849 #. type: textblock
18850 #: ../fish/guestfish.pod:36
18851 msgid ""
18852 "Guestfish gives you structured access to the libguestfs API, from shell "
18853 "scripts or the command line or interactively.  If you want to rescue a "
18854 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
18855 "command."
18856 msgstr ""
18857
18858 #. type: =head1
18859 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:958 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63 ../tools/virt-tar.pl:50
18860 msgid "EXAMPLES"
18861 msgstr ""
18862
18863 #. type: =head2
18864 #: ../fish/guestfish.pod:43
18865 msgid "As an interactive shell"
18866 msgstr ""
18867
18868 #. type: verbatim
18869 #: ../fish/guestfish.pod:45
18870 #, no-wrap
18871 msgid ""
18872 " $ guestfish\n"
18873 " \n"
18874 msgstr ""
18875
18876 #. type: verbatim
18877 #: ../fish/guestfish.pod:47
18878 #, no-wrap
18879 msgid ""
18880 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
18881 " editing virtual machine filesystems.\n"
18882 " \n"
18883 msgstr ""
18884
18885 #. type: verbatim
18886 #: ../fish/guestfish.pod:50
18887 #, no-wrap
18888 msgid ""
18889 " Type: 'help' for a list of commands\n"
18890 "       'man' to read the manual\n"
18891 "       'quit' to quit the shell\n"
18892 " \n"
18893 msgstr ""
18894
18895 #. type: verbatim
18896 #: ../fish/guestfish.pod:54
18897 #, no-wrap
18898 msgid ""
18899 " ><fs> add-ro disk.img\n"
18900 " ><fs> run\n"
18901 " ><fs> list-filesystems\n"
18902 " /dev/sda1: ext4\n"
18903 " /dev/vg_guest/lv_root: ext4\n"
18904 " /dev/vg_guest/lv_swap: swap\n"
18905 " ><fs> mount /dev/vg_guest/lv_root /\n"
18906 " ><fs> cat /etc/fstab\n"
18907 " # /etc/fstab\n"
18908 " # Created by anaconda\n"
18909 " [...]\n"
18910 " ><fs> exit\n"
18911 "\n"
18912 msgstr ""
18913
18914 #. type: =head2
18915 #: ../fish/guestfish.pod:67
18916 msgid "From shell scripts"
18917 msgstr ""
18918
18919 #. type: textblock
18920 #: ../fish/guestfish.pod:69
18921 msgid "Create a new C</etc/motd> file in a guest or disk image:"
18922 msgstr ""
18923
18924 #. type: verbatim
18925 #: ../fish/guestfish.pod:71
18926 #, no-wrap
18927 msgid ""
18928 " guestfish <<_EOF_\n"
18929 " add disk.img\n"
18930 " run\n"
18931 " mount /dev/vg_guest/lv_root /\n"
18932 " write /etc/motd \"Welcome, new users\"\n"
18933 " _EOF_\n"
18934 "\n"
18935 msgstr ""
18936
18937 #. type: textblock
18938 #: ../fish/guestfish.pod:78
18939 msgid "List the LVM logical volumes in a disk image:"
18940 msgstr ""
18941
18942 #. type: verbatim
18943 #: ../fish/guestfish.pod:80
18944 #, no-wrap
18945 msgid ""
18946 " guestfish -a disk.img --ro <<_EOF_\n"
18947 " run\n"
18948 " lvs\n"
18949 " _EOF_\n"
18950 "\n"
18951 msgstr ""
18952
18953 #. type: textblock
18954 #: ../fish/guestfish.pod:85
18955 msgid "List all the filesystems in a disk image:"
18956 msgstr ""
18957
18958 #. type: verbatim
18959 #: ../fish/guestfish.pod:87
18960 #, no-wrap
18961 msgid ""
18962 " guestfish -a disk.img --ro <<_EOF_\n"
18963 " run\n"
18964 " list-filesystems\n"
18965 " _EOF_\n"
18966 "\n"
18967 msgstr ""
18968
18969 #. type: =head2
18970 #: ../fish/guestfish.pod:92
18971 msgid "On one command line"
18972 msgstr ""
18973
18974 #. type: textblock
18975 #: ../fish/guestfish.pod:94
18976 msgid "Update C</etc/resolv.conf> in a guest:"
18977 msgstr ""
18978
18979 #. type: verbatim
18980 #: ../fish/guestfish.pod:96
18981 #, no-wrap
18982 msgid ""
18983 " guestfish \\\n"
18984 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
18985 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
18986 "\n"
18987 msgstr ""
18988
18989 #. type: textblock
18990 #: ../fish/guestfish.pod:100
18991 msgid "Edit C</boot/grub/grub.conf> interactively:"
18992 msgstr ""
18993
18994 #. type: verbatim
18995 #: ../fish/guestfish.pod:102
18996 #, no-wrap
18997 msgid ""
18998 " guestfish --rw --add disk.img \\\n"
18999 "   --mount /dev/vg_guest/lv_root \\\n"
19000 "   --mount /dev/sda1:/boot \\\n"
19001 "   edit /boot/grub/grub.conf\n"
19002 "\n"
19003 msgstr ""
19004
19005 #. type: =head2
19006 #: ../fish/guestfish.pod:107
19007 msgid "Mount disks automatically"
19008 msgstr ""
19009
19010 #. type: textblock
19011 #: ../fish/guestfish.pod:109
19012 msgid ""
19013 "Use the I<-i> option to automatically mount the disks from a virtual "
19014 "machine:"
19015 msgstr ""
19016
19017 #. type: verbatim
19018 #: ../fish/guestfish.pod:112
19019 #, no-wrap
19020 msgid ""
19021 " guestfish --ro -a disk.img -i cat /etc/group\n"
19022 "\n"
19023 msgstr ""
19024
19025 #. type: verbatim
19026 #: ../fish/guestfish.pod:114
19027 #, no-wrap
19028 msgid ""
19029 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
19030 "\n"
19031 msgstr ""
19032
19033 #. type: textblock
19034 #: ../fish/guestfish.pod:116
19035 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
19036 msgstr ""
19037
19038 #. type: verbatim
19039 #: ../fish/guestfish.pod:118
19040 #, no-wrap
19041 msgid ""
19042 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
19043 "\n"
19044 msgstr ""
19045
19046 #. type: =head2
19047 #: ../fish/guestfish.pod:120
19048 msgid "As a script interpreter"
19049 msgstr ""
19050
19051 #. type: textblock
19052 #: ../fish/guestfish.pod:122
19053 msgid "Create a 100MB disk containing an ext2-formatted partition:"
19054 msgstr ""
19055
19056 #. type: verbatim
19057 #: ../fish/guestfish.pod:124
19058 #, no-wrap
19059 msgid ""
19060 " #!/usr/bin/guestfish -f\n"
19061 " sparse test1.img 100M\n"
19062 " run\n"
19063 " part-disk /dev/sda mbr\n"
19064 " mkfs ext2 /dev/sda1\n"
19065 "\n"
19066 msgstr ""
19067
19068 #. type: =head2
19069 #: ../fish/guestfish.pod:130
19070 msgid "Start with a prepared disk"
19071 msgstr ""
19072
19073 #. type: textblock
19074 #: ../fish/guestfish.pod:132
19075 msgid ""
19076 "An alternate way to create a 100MB disk called C<test1.img> containing a "
19077 "single ext2-formatted partition:"
19078 msgstr ""
19079
19080 #. type: verbatim
19081 #: ../fish/guestfish.pod:135
19082 #, no-wrap
19083 msgid ""
19084 " guestfish -N fs\n"
19085 "\n"
19086 msgstr ""
19087
19088 #. type: textblock
19089 #: ../fish/guestfish.pod:137
19090 msgid "To list what is available do:"
19091 msgstr ""
19092
19093 #. type: verbatim
19094 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:949
19095 #, no-wrap
19096 msgid ""
19097 " guestfish -N help | less\n"
19098 "\n"
19099 msgstr ""
19100
19101 #. type: =head2
19102 #: ../fish/guestfish.pod:141
19103 msgid "Remote control"
19104 msgstr ""
19105
19106 #. type: verbatim
19107 #: ../fish/guestfish.pod:143
19108 #, no-wrap
19109 msgid ""
19110 " eval \"`guestfish --listen`\"\n"
19111 " guestfish --remote add-ro disk.img\n"
19112 " guestfish --remote run\n"
19113 " guestfish --remote lvs\n"
19114 "\n"
19115 msgstr ""
19116
19117 #. type: =head1
19118 #: ../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
19119 msgid "OPTIONS"
19120 msgstr ""
19121
19122 #. type: =item
19123 #: ../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
19124 msgid "B<--help>"
19125 msgstr ""
19126
19127 #. type: textblock
19128 #: ../fish/guestfish.pod:154
19129 msgid "Displays general help on options."
19130 msgstr ""
19131
19132 #. type: =item
19133 #: ../fish/guestfish.pod:156
19134 msgid "B<-h>"
19135 msgstr ""
19136
19137 #. type: =item
19138 #: ../fish/guestfish.pod:158
19139 msgid "B<--cmd-help>"
19140 msgstr ""
19141
19142 #. type: textblock
19143 #: ../fish/guestfish.pod:160
19144 msgid "Lists all available guestfish commands."
19145 msgstr ""
19146
19147 #. type: =item
19148 #: ../fish/guestfish.pod:162
19149 msgid "B<-h cmd>"
19150 msgstr ""
19151
19152 #. type: =item
19153 #: ../fish/guestfish.pod:164
19154 msgid "B<--cmd-help cmd>"
19155 msgstr ""
19156
19157 #. type: textblock
19158 #: ../fish/guestfish.pod:166
19159 msgid "Displays detailed help on a single command C<cmd>."
19160 msgstr ""
19161
19162 #. type: =item
19163 #: ../fish/guestfish.pod:168
19164 msgid "B<-a image>"
19165 msgstr ""
19166
19167 #. type: =item
19168 #: ../fish/guestfish.pod:170
19169 msgid "B<--add image>"
19170 msgstr ""
19171
19172 #. type: textblock
19173 #: ../fish/guestfish.pod:172
19174 msgid "Add a block device or virtual machine image to the shell."
19175 msgstr ""
19176
19177 #. type: textblock
19178 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:91
19179 msgid ""
19180 "The format of the disk image is auto-detected.  To override this and force a "
19181 "particular format use the I<--format=..> option."
19182 msgstr ""
19183
19184 #. type: textblock
19185 #: ../fish/guestfish.pod:177
19186 msgid ""
19187 "Using this flag is mostly equivalent to using the C<add> command, with "
19188 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
19189 "the I<--format=...> flag was given."
19190 msgstr ""
19191
19192 #. type: =item
19193 #: ../fish/guestfish.pod:181
19194 msgid "B<-c URI>"
19195 msgstr ""
19196
19197 #. type: =item
19198 #: ../fish/guestfish.pod:183
19199 msgid "B<--connect URI>"
19200 msgstr ""
19201
19202 #. type: textblock
19203 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:96
19204 msgid ""
19205 "When used in conjunction with the I<-d> option, this specifies the libvirt "
19206 "URI to use.  The default is to use the default libvirt connection."
19207 msgstr ""
19208
19209 #. type: =item
19210 #: ../fish/guestfish.pod:189
19211 msgid "B<--csh>"
19212 msgstr ""
19213
19214 #. type: textblock
19215 #: ../fish/guestfish.pod:191
19216 msgid ""
19217 "If using the I<--listen> option and a csh-like shell, use this option.  See "
19218 "section L</REMOTE CONTROL AND CSH> below."
19219 msgstr ""
19220
19221 #. type: =item
19222 #: ../fish/guestfish.pod:194
19223 msgid "B<-d libvirt-domain>"
19224 msgstr ""
19225
19226 #. type: =item
19227 #: ../fish/guestfish.pod:196
19228 msgid "B<--domain libvirt-domain>"
19229 msgstr ""
19230
19231 #. type: textblock
19232 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:102
19233 msgid ""
19234 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
19235 "used, then any libvirt domain can be used.  However in write mode, only "
19236 "libvirt domains which are shut down can be named here."
19237 msgstr ""
19238
19239 #. type: textblock
19240 #: ../fish/guestfish.pod:202
19241 msgid ""
19242 "Using this flag is mostly equivalent to using the C<add-domain> command, "
19243 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
19244 "if the I<--format:...> flag was given."
19245 msgstr ""
19246
19247 #. type: =item
19248 #: ../fish/guestfish.pod:206
19249 msgid "B<-D>"
19250 msgstr ""
19251
19252 #. type: =item
19253 #: ../fish/guestfish.pod:208
19254 msgid "B<--no-dest-paths>"
19255 msgstr ""
19256
19257 #. type: textblock
19258 #: ../fish/guestfish.pod:210
19259 msgid ""
19260 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
19261 "to hit the tab key to complete paths on the guest filesystem, but this "
19262 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
19263 "allow this feature to be disabled."
19264 msgstr ""
19265
19266 #. type: =item
19267 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:118
19268 msgid "B<--echo-keys>"
19269 msgstr ""
19270
19271 #. type: textblock
19272 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:120
19273 msgid ""
19274 "When prompting for keys and passphrases, guestfish normally turns echoing "
19275 "off so you cannot see what you are typing.  If you are not worried about "
19276 "Tempest attacks and there is no one else in the room you can specify this "
19277 "flag to see what you are typing."
19278 msgstr ""
19279
19280 #. type: =item
19281 #: ../fish/guestfish.pod:222
19282 msgid "B<-f file>"
19283 msgstr ""
19284
19285 #. type: =item
19286 #: ../fish/guestfish.pod:224
19287 msgid "B<--file file>"
19288 msgstr ""
19289
19290 #. type: textblock
19291 #: ../fish/guestfish.pod:226
19292 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
19293 msgstr ""
19294
19295 #. type: verbatim
19296 #: ../fish/guestfish.pod:229
19297 #, no-wrap
19298 msgid ""
19299 " #!/usr/bin/guestfish -f\n"
19300 "\n"
19301 msgstr ""
19302
19303 #. type: =item
19304 #: ../fish/guestfish.pod:231
19305 msgid "B<--format=raw|qcow2|..>"
19306 msgstr ""
19307
19308 #. type: =item
19309 #: ../fish/guestfish.pod:233
19310 msgid "B<--format>"
19311 msgstr ""
19312
19313 #. type: textblock
19314 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:127
19315 msgid ""
19316 "The default for the I<-a> option is to auto-detect the format of the disk "
19317 "image.  Using this forces the disk format for I<-a> options which follow on "
19318 "the command line.  Using I<--format> with no argument switches back to "
19319 "auto-detection for subsequent I<-a> options."
19320 msgstr ""
19321
19322 #. type: verbatim
19323 #: ../fish/guestfish.pod:242
19324 #, no-wrap
19325 msgid ""
19326 " guestfish --format=raw -a disk.img\n"
19327 "\n"
19328 msgstr ""
19329
19330 #. type: textblock
19331 #: ../fish/guestfish.pod:244
19332 msgid "forces raw format (no auto-detection) for C<disk.img>."
19333 msgstr ""
19334
19335 #. type: verbatim
19336 #: ../fish/guestfish.pod:246
19337 #, no-wrap
19338 msgid ""
19339 " guestfish --format=raw -a disk.img --format -a another.img\n"
19340 "\n"
19341 msgstr ""
19342
19343 #. type: textblock
19344 #: ../fish/guestfish.pod:248
19345 msgid ""
19346 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
19347 "auto-detection for C<another.img>."
19348 msgstr ""
19349
19350 #. type: textblock
19351 #: ../fish/guestfish.pod:251
19352 msgid ""
19353 "If you have untrusted raw-format guest disk images, you should use this "
19354 "option to specify the disk format.  This avoids a possible security problem "
19355 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
19356 msgstr ""
19357
19358 #. type: =item
19359 #: ../fish/guestfish.pod:256
19360 msgid "B<-i>"
19361 msgstr ""
19362
19363 #. type: =item
19364 #: ../fish/guestfish.pod:258
19365 msgid "B<--inspector>"
19366 msgstr ""
19367
19368 #. type: textblock
19369 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:147
19370 msgid ""
19371 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
19372 "system and mount filesystems as they would be mounted on the real virtual "
19373 "machine."
19374 msgstr ""
19375
19376 #. type: textblock
19377 #: ../fish/guestfish.pod:264
19378 msgid "Typical usage is either:"
19379 msgstr ""
19380
19381 #. type: verbatim
19382 #: ../fish/guestfish.pod:266
19383 #, no-wrap
19384 msgid ""
19385 " guestfish -d myguest -i\n"
19386 "\n"
19387 msgstr ""
19388
19389 #. type: textblock
19390 #: ../fish/guestfish.pod:268
19391 msgid "(for an inactive libvirt domain called I<myguest>), or:"
19392 msgstr ""
19393
19394 #. type: verbatim
19395 #: ../fish/guestfish.pod:270
19396 #, no-wrap
19397 msgid ""
19398 " guestfish --ro -d myguest -i\n"
19399 "\n"
19400 msgstr ""
19401
19402 #. type: textblock
19403 #: ../fish/guestfish.pod:272
19404 msgid "(for active domains, readonly), or specify the block device directly:"
19405 msgstr ""
19406
19407 #. type: verbatim
19408 #: ../fish/guestfish.pod:274
19409 #, no-wrap
19410 msgid ""
19411 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
19412 "\n"
19413 msgstr ""
19414
19415 #. type: textblock
19416 #: ../fish/guestfish.pod:276
19417 msgid ""
19418 "Note that the command line syntax changed slightly over older versions of "
19419 "guestfish.  You can still use the old syntax:"
19420 msgstr ""
19421
19422 #. type: verbatim
19423 #: ../fish/guestfish.pod:279
19424 #, no-wrap
19425 msgid ""
19426 " guestfish [--ro] -i disk.img\n"
19427 "\n"
19428 msgstr ""
19429
19430 #. type: verbatim
19431 #: ../fish/guestfish.pod:281
19432 #, no-wrap
19433 msgid ""
19434 " guestfish [--ro] -i libvirt-domain\n"
19435 "\n"
19436 msgstr ""
19437
19438 #. type: textblock
19439 #: ../fish/guestfish.pod:283
19440 msgid ""
19441 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
19442 "then using other commands to mount the filesystems that were found."
19443 msgstr ""
19444
19445 #. type: =item
19446 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:151
19447 msgid "B<--keys-from-stdin>"
19448 msgstr ""
19449
19450 #. type: textblock
19451 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:153
19452 msgid ""
19453 "Read key or passphrase parameters from stdin.  The default is to try to read "
19454 "passphrases from the user by opening C</dev/tty>."
19455 msgstr ""
19456
19457 #. type: =item
19458 #: ../fish/guestfish.pod:292
19459 msgid "B<--listen>"
19460 msgstr ""
19461
19462 #. type: textblock
19463 #: ../fish/guestfish.pod:294
19464 msgid ""
19465 "Fork into the background and listen for remote commands.  See section "
19466 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
19467 msgstr ""
19468
19469 #. type: =item
19470 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:156
19471 msgid "B<--live>"
19472 msgstr ""
19473
19474 #. type: textblock
19475 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:158
19476 msgid ""
19477 "Connect to a live virtual machine.  (Experimental, see "
19478 "L<guestfs(3)/ATTACHING TO RUNNING DAEMONS>)."
19479 msgstr ""
19480
19481 #. type: =item
19482 #: ../fish/guestfish.pod:302 ../fuse/guestmount.pod:161
19483 msgid "B<-m dev[:mountpoint[:options]]>"
19484 msgstr ""
19485
19486 #. type: =item
19487 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:163
19488 msgid "B<--mount dev[:mountpoint[:options]]>"
19489 msgstr ""
19490
19491 #. type: textblock
19492 #: ../fish/guestfish.pod:306
19493 msgid "Mount the named partition or logical volume on the given mountpoint."
19494 msgstr ""
19495
19496 #. type: textblock
19497 #: ../fish/guestfish.pod:308
19498 msgid "If the mountpoint is omitted, it defaults to C</>."
19499 msgstr ""
19500
19501 #. type: textblock
19502 #: ../fish/guestfish.pod:310
19503 msgid "You have to mount something on C</> before most commands will work."
19504 msgstr ""
19505
19506 #. type: textblock
19507 #: ../fish/guestfish.pod:312
19508 msgid ""
19509 "If any I<-m> or I<--mount> options are given, the guest is automatically "
19510 "launched."
19511 msgstr ""
19512
19513 #. type: textblock
19514 #: ../fish/guestfish.pod:315
19515 msgid ""
19516 "If you don't know what filesystems a disk image contains, you can either run "
19517 "guestfish without this option, then list the partitions, filesystems and LVs "
19518 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
19519 "commands), or you can use the L<virt-filesystems(1)> program."
19520 msgstr ""
19521
19522 #. type: textblock
19523 #: ../fish/guestfish.pod:321 ../fuse/guestmount.pod:171
19524 msgid ""
19525 "The third (and rarely used) part of the mount parameter is the list of mount "
19526 "options used to mount the underlying filesystem.  If this is not given, then "
19527 "the mount options are either the empty string or C<ro> (the latter if the "
19528 "I<--ro> flag is used).  By specifying the mount options, you override this "
19529 "default choice.  Probably the only time you would use this is to enable ACLs "
19530 "and/or extended attributes if the filesystem can support them:"
19531 msgstr ""
19532
19533 #. type: verbatim
19534 #: ../fish/guestfish.pod:329 ../fuse/guestmount.pod:179
19535 #, no-wrap
19536 msgid ""
19537 " -m /dev/sda1:/:acl,user_xattr\n"
19538 "\n"
19539 msgstr ""
19540
19541 #. type: textblock
19542 #: ../fish/guestfish.pod:331
19543 msgid "Using this flag is equivalent to using the C<mount-options> command."
19544 msgstr ""
19545
19546 #. type: =item
19547 #: ../fish/guestfish.pod:333
19548 msgid "B<-n>"
19549 msgstr ""
19550
19551 #. type: =item
19552 #: ../fish/guestfish.pod:335
19553 msgid "B<--no-sync>"
19554 msgstr ""
19555
19556 #. type: textblock
19557 #: ../fish/guestfish.pod:337
19558 msgid ""
19559 "Disable autosync.  This is enabled by default.  See the discussion of "
19560 "autosync in the L<guestfs(3)> manpage."
19561 msgstr ""
19562
19563 #. type: =item
19564 #: ../fish/guestfish.pod:340
19565 msgid "B<-N type>"
19566 msgstr ""
19567
19568 #. type: =item
19569 #: ../fish/guestfish.pod:342
19570 msgid "B<--new type>"
19571 msgstr ""
19572
19573 #. type: =item
19574 #: ../fish/guestfish.pod:344
19575 msgid "B<-N help>"
19576 msgstr ""
19577
19578 #. type: textblock
19579 #: ../fish/guestfish.pod:346
19580 msgid ""
19581 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
19582 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
19583 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
19584 "IMAGES> below."
19585 msgstr ""
19586
19587 #. type: =item
19588 #: ../fish/guestfish.pod:351
19589 msgid "B<--progress-bars>"
19590 msgstr ""
19591
19592 #. type: textblock
19593 #: ../fish/guestfish.pod:353
19594 msgid "Enable progress bars, even when guestfish is used non-interactively."
19595 msgstr ""
19596
19597 #. type: textblock
19598 #: ../fish/guestfish.pod:355
19599 msgid ""
19600 "Progress bars are enabled by default when guestfish is used as an "
19601 "interactive shell."
19602 msgstr ""
19603
19604 #. type: =item
19605 #: ../fish/guestfish.pod:358
19606 msgid "B<--no-progress-bars>"
19607 msgstr ""
19608
19609 #. type: textblock
19610 #: ../fish/guestfish.pod:360
19611 msgid "Disable progress bars."
19612 msgstr ""
19613
19614 #. type: =item
19615 #: ../fish/guestfish.pod:362
19616 msgid "B<--remote[=pid]>"
19617 msgstr ""
19618
19619 #. type: textblock
19620 #: ../fish/guestfish.pod:364
19621 msgid ""
19622 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
19623 "CONTROL GUESTFISH OVER A SOCKET> below."
19624 msgstr ""
19625
19626 #. type: =item
19627 #: ../fish/guestfish.pod:367
19628 msgid "B<-r>"
19629 msgstr ""
19630
19631 #. type: =item
19632 #: ../fish/guestfish.pod:369
19633 msgid "B<--ro>"
19634 msgstr ""
19635
19636 #. type: textblock
19637 #: ../fish/guestfish.pod:371
19638 msgid ""
19639 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19640 "mounts are done read-only."
19641 msgstr ""
19642
19643 #. type: textblock
19644 #: ../fish/guestfish.pod:374
19645 msgid ""
19646 "The option must always be used if the disk image or virtual machine might be "
19647 "running, and is generally recommended in cases where you don't need write "
19648 "access to the disk."
19649 msgstr ""
19650
19651 #. type: textblock
19652 #: ../fish/guestfish.pod:378
19653 msgid ""
19654 "Note that prepared disk images created with I<-N> are not affected by this "
19655 "option.  Also commands like C<add> are not affected - you have to specify "
19656 "the C<readonly:true> option explicitly if you need it."
19657 msgstr ""
19658
19659 #. type: textblock
19660 #: ../fish/guestfish.pod:382
19661 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
19662 msgstr ""
19663
19664 #. type: =item
19665 #: ../fish/guestfish.pod:384 ../fuse/guestmount.pod:235
19666 msgid "B<--selinux>"
19667 msgstr ""
19668
19669 #. type: textblock
19670 #: ../fish/guestfish.pod:386
19671 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
19672 msgstr ""
19673
19674 #. type: =item
19675 #: ../fish/guestfish.pod:388
19676 msgid "B<-v>"
19677 msgstr ""
19678
19679 #. type: =item
19680 #: ../fish/guestfish.pod:390
19681 msgid "B<--verbose>"
19682 msgstr ""
19683
19684 #. type: textblock
19685 #: ../fish/guestfish.pod:392
19686 msgid ""
19687 "Enable very verbose messages.  This is particularly useful if you find a "
19688 "bug."
19689 msgstr ""
19690
19691 #. type: =item
19692 #: ../fish/guestfish.pod:395
19693 msgid "B<-V>"
19694 msgstr ""
19695
19696 #. type: =item
19697 #: ../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
19698 msgid "B<--version>"
19699 msgstr ""
19700
19701 #. type: textblock
19702 #: ../fish/guestfish.pod:399
19703 msgid "Display the guestfish / libguestfs version number and exit."
19704 msgstr ""
19705
19706 #. type: =item
19707 #: ../fish/guestfish.pod:401
19708 msgid "B<-w>"
19709 msgstr ""
19710
19711 #. type: =item
19712 #: ../fish/guestfish.pod:403
19713 msgid "B<--rw>"
19714 msgstr ""
19715
19716 #. type: textblock
19717 #: ../fish/guestfish.pod:405 ../fuse/guestmount.pod:249
19718 msgid ""
19719 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19720 "mounts are done read-write."
19721 msgstr ""
19722
19723 #. type: textblock
19724 #: ../fish/guestfish.pod:408
19725 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
19726 msgstr ""
19727
19728 #. type: =item
19729 #: ../fish/guestfish.pod:410
19730 msgid "B<-x>"
19731 msgstr ""
19732
19733 #. type: textblock
19734 #: ../fish/guestfish.pod:412
19735 msgid "Echo each command before executing it."
19736 msgstr ""
19737
19738 #. type: =head1
19739 #: ../fish/guestfish.pod:416
19740 msgid "COMMANDS ON COMMAND LINE"
19741 msgstr ""
19742
19743 #. type: textblock
19744 #: ../fish/guestfish.pod:418
19745 msgid "Any additional (non-option) arguments are treated as commands to execute."
19746 msgstr ""
19747
19748 #. type: textblock
19749 #: ../fish/guestfish.pod:421
19750 msgid ""
19751 "Commands to execute should be separated by a colon (C<:>), where the colon "
19752 "is a separate parameter.  Thus:"
19753 msgstr ""
19754
19755 #. type: verbatim
19756 #: ../fish/guestfish.pod:424
19757 #, no-wrap
19758 msgid ""
19759 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
19760 "\n"
19761 msgstr ""
19762
19763 #. type: textblock
19764 #: ../fish/guestfish.pod:426
19765 msgid ""
19766 "If there are no additional arguments, then we enter a shell, either an "
19767 "interactive shell with a prompt (if the input is a terminal) or a "
19768 "non-interactive shell."
19769 msgstr ""
19770
19771 #. type: textblock
19772 #: ../fish/guestfish.pod:430
19773 msgid ""
19774 "In either command line mode or non-interactive shell, the first command that "
19775 "gives an error causes the whole shell to exit.  In interactive mode (with a "
19776 "prompt) if a command fails, you can continue to enter commands."
19777 msgstr ""
19778
19779 #. type: =head1
19780 #: ../fish/guestfish.pod:435
19781 msgid "USING launch (OR run)"
19782 msgstr ""
19783
19784 #. type: textblock
19785 #: ../fish/guestfish.pod:437
19786 msgid ""
19787 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
19788 "then launch it, then mount any disks you need, and finally issue "
19789 "actions/commands.  So the general order of the day is:"
19790 msgstr ""
19791
19792 #. type: textblock
19793 #: ../fish/guestfish.pod:445
19794 msgid "add or -a/--add"
19795 msgstr ""
19796
19797 #. type: textblock
19798 #: ../fish/guestfish.pod:449
19799 msgid "launch (aka run)"
19800 msgstr ""
19801
19802 #. type: textblock
19803 #: ../fish/guestfish.pod:453
19804 msgid "mount or -m/--mount"
19805 msgstr ""
19806
19807 #. type: textblock
19808 #: ../fish/guestfish.pod:457
19809 msgid "any other commands"
19810 msgstr ""
19811
19812 #. type: textblock
19813 #: ../fish/guestfish.pod:461
19814 msgid ""
19815 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
19816 "guest before mounting or performing any other commands."
19817 msgstr ""
19818
19819 #. type: textblock
19820 #: ../fish/guestfish.pod:464
19821 msgid ""
19822 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
19823 "I<--new> options were given then C<run> is done automatically, simply "
19824 "because guestfish can't perform the action you asked for without doing this."
19825 msgstr ""
19826
19827 #. type: =head1
19828 #: ../fish/guestfish.pod:469
19829 msgid "OPENING DISKS FOR READ AND WRITE"
19830 msgstr ""
19831
19832 #. type: textblock
19833 #: ../fish/guestfish.pod:471
19834 msgid ""
19835 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
19836 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
19837 "I<-i> and I<-m> open disk images read-only or for writing."
19838 msgstr ""
19839
19840 #. type: textblock
19841 #: ../fish/guestfish.pod:476
19842 msgid ""
19843 "In libguestfs E<le> 1.10, guestfish, guestmount and virt-rescue defaulted to "
19844 "opening disk images supplied on the command line for write.  To open a disk "
19845 "image read-only you have to do I<-a image --ro>."
19846 msgstr ""
19847
19848 #. type: textblock
19849 #: ../fish/guestfish.pod:480
19850 msgid ""
19851 "This matters: If you accidentally open a live VM disk image writable then "
19852 "you will cause irreversible disk corruption."
19853 msgstr ""
19854
19855 #. type: textblock
19856 #: ../fish/guestfish.pod:483
19857 msgid ""
19858 "By libguestfs 1.12 we intend to change the default the other way.  Disk "
19859 "images will be opened read-only.  You will have to either specify "
19860 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
19861 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
19862 "access for disk images specified by those other command line options."
19863 msgstr ""
19864
19865 #. type: textblock
19866 #: ../fish/guestfish.pod:490
19867 msgid ""
19868 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
19869 "which does nothing (it is already the default).  However it is highly "
19870 "recommended that you use this option to indicate that you need write access, "
19871 "and prepare your scripts for the day when this option will be required for "
19872 "write access."
19873 msgstr ""
19874
19875 #. type: textblock
19876 #: ../fish/guestfish.pod:496
19877 msgid ""
19878 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
19879 "other libguestfs program apart from guestfish and guestmount."
19880 msgstr ""
19881
19882 #. type: =head1
19883 #: ../fish/guestfish.pod:499
19884 msgid "QUOTING"
19885 msgstr ""
19886
19887 #. type: textblock
19888 #: ../fish/guestfish.pod:501
19889 msgid ""
19890 "You can quote ordinary parameters using either single or double quotes.  For "
19891 "example:"
19892 msgstr ""
19893
19894 #. type: verbatim
19895 #: ../fish/guestfish.pod:504
19896 #, no-wrap
19897 msgid ""
19898 " add \"file with a space.img\"\n"
19899 "\n"
19900 msgstr ""
19901
19902 #. type: verbatim
19903 #: ../fish/guestfish.pod:506
19904 #, no-wrap
19905 msgid ""
19906 " rm '/file name'\n"
19907 "\n"
19908 msgstr ""
19909
19910 #. type: verbatim
19911 #: ../fish/guestfish.pod:508
19912 #, no-wrap
19913 msgid ""
19914 " rm '/\"'\n"
19915 "\n"
19916 msgstr ""
19917
19918 #. type: textblock
19919 #: ../fish/guestfish.pod:510
19920 msgid ""
19921 "A few commands require a list of strings to be passed.  For these, use a "
19922 "whitespace-separated list, enclosed in quotes.  Strings containing "
19923 "whitespace to be passed through must be enclosed in single quotes.  A "
19924 "literal single quote must be escaped with a backslash."
19925 msgstr ""
19926
19927 #. type: verbatim
19928 #: ../fish/guestfish.pod:515
19929 #, no-wrap
19930 msgid ""
19931 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
19932 " command \"/bin/echo 'foo      bar'\"\n"
19933 " command \"/bin/echo \\'foo\\'\"\n"
19934 "\n"
19935 msgstr ""
19936
19937 #. type: =head1
19938 #: ../fish/guestfish.pod:519
19939 msgid "OPTIONAL ARGUMENTS"
19940 msgstr ""
19941
19942 #. type: textblock
19943 #: ../fish/guestfish.pod:521
19944 msgid ""
19945 "Some commands take optional arguments.  These arguments appear in this "
19946 "documentation as C<[argname:..]>.  You can use them as in these examples:"
19947 msgstr ""
19948
19949 #. type: verbatim
19950 #: ../fish/guestfish.pod:525
19951 #, no-wrap
19952 msgid ""
19953 " add-drive-opts filename\n"
19954 "\n"
19955 msgstr ""
19956
19957 #. type: verbatim
19958 #: ../fish/guestfish.pod:527
19959 #, no-wrap
19960 msgid ""
19961 " add-drive-opts filename readonly:true\n"
19962 "\n"
19963 msgstr ""
19964
19965 #. type: verbatim
19966 #: ../fish/guestfish.pod:529
19967 #, no-wrap
19968 msgid ""
19969 " add-drive-opts filename format:qcow2 readonly:false\n"
19970 "\n"
19971 msgstr ""
19972
19973 #. type: textblock
19974 #: ../fish/guestfish.pod:531
19975 msgid ""
19976 "Each optional argument can appear at most once.  All optional arguments must "
19977 "appear after the required ones."
19978 msgstr ""
19979
19980 #. type: =head1
19981 #: ../fish/guestfish.pod:534
19982 msgid "NUMBERS"
19983 msgstr ""
19984
19985 #. type: textblock
19986 #: ../fish/guestfish.pod:536
19987 msgid "This section applies to all commands which can take integers as parameters."
19988 msgstr ""
19989
19990 #. type: =head2
19991 #: ../fish/guestfish.pod:539
19992 msgid "SIZE SUFFIX"
19993 msgstr ""
19994
19995 #. type: textblock
19996 #: ../fish/guestfish.pod:541
19997 msgid ""
19998 "When the command takes a parameter measured in bytes, you can use one of the "
19999 "following suffixes to specify kilobytes, megabytes and larger sizes:"
20000 msgstr ""
20001
20002 #. type: =item
20003 #: ../fish/guestfish.pod:547
20004 msgid "B<k> or B<K> or B<KiB>"
20005 msgstr ""
20006
20007 #. type: textblock
20008 #: ../fish/guestfish.pod:549
20009 msgid "The size in kilobytes (multiplied by 1024)."
20010 msgstr ""
20011
20012 #. type: =item
20013 #: ../fish/guestfish.pod:551
20014 msgid "B<KB>"
20015 msgstr ""
20016
20017 #. type: textblock
20018 #: ../fish/guestfish.pod:553
20019 msgid "The size in SI 1000 byte units."
20020 msgstr ""
20021
20022 #. type: =item
20023 #: ../fish/guestfish.pod:555
20024 msgid "B<M> or B<MiB>"
20025 msgstr ""
20026
20027 #. type: textblock
20028 #: ../fish/guestfish.pod:557
20029 msgid "The size in megabytes (multiplied by 1048576)."
20030 msgstr ""
20031
20032 #. type: =item
20033 #: ../fish/guestfish.pod:559
20034 msgid "B<MB>"
20035 msgstr ""
20036
20037 #. type: textblock
20038 #: ../fish/guestfish.pod:561
20039 msgid "The size in SI 1000000 byte units."
20040 msgstr ""
20041
20042 #. type: =item
20043 #: ../fish/guestfish.pod:563
20044 msgid "B<G> or B<GiB>"
20045 msgstr ""
20046
20047 #. type: textblock
20048 #: ../fish/guestfish.pod:565
20049 msgid "The size in gigabytes (multiplied by 2**30)."
20050 msgstr ""
20051
20052 #. type: =item
20053 #: ../fish/guestfish.pod:567
20054 msgid "B<GB>"
20055 msgstr ""
20056
20057 #. type: textblock
20058 #: ../fish/guestfish.pod:569
20059 msgid "The size in SI 10**9 byte units."
20060 msgstr ""
20061
20062 #. type: =item
20063 #: ../fish/guestfish.pod:571
20064 msgid "B<T> or B<TiB>"
20065 msgstr ""
20066
20067 #. type: textblock
20068 #: ../fish/guestfish.pod:573
20069 msgid "The size in terabytes (multiplied by 2**40)."
20070 msgstr ""
20071
20072 #. type: =item
20073 #: ../fish/guestfish.pod:575
20074 msgid "B<TB>"
20075 msgstr ""
20076
20077 #. type: textblock
20078 #: ../fish/guestfish.pod:577
20079 msgid "The size in SI 10**12 byte units."
20080 msgstr ""
20081
20082 #. type: =item
20083 #: ../fish/guestfish.pod:579
20084 msgid "B<P> or B<PiB>"
20085 msgstr ""
20086
20087 #. type: textblock
20088 #: ../fish/guestfish.pod:581
20089 msgid "The size in petabytes (multiplied by 2**50)."
20090 msgstr ""
20091
20092 #. type: =item
20093 #: ../fish/guestfish.pod:583
20094 msgid "B<PB>"
20095 msgstr ""
20096
20097 #. type: textblock
20098 #: ../fish/guestfish.pod:585
20099 msgid "The size in SI 10**15 byte units."
20100 msgstr ""
20101
20102 #. type: =item
20103 #: ../fish/guestfish.pod:587
20104 msgid "B<E> or B<EiB>"
20105 msgstr ""
20106
20107 #. type: textblock
20108 #: ../fish/guestfish.pod:589
20109 msgid "The size in exabytes (multiplied by 2**60)."
20110 msgstr ""
20111
20112 #. type: =item
20113 #: ../fish/guestfish.pod:591
20114 msgid "B<EB>"
20115 msgstr ""
20116
20117 #. type: textblock
20118 #: ../fish/guestfish.pod:593
20119 msgid "The size in SI 10**18 byte units."
20120 msgstr ""
20121
20122 #. type: =item
20123 #: ../fish/guestfish.pod:595
20124 msgid "B<Z> or B<ZiB>"
20125 msgstr ""
20126
20127 #. type: textblock
20128 #: ../fish/guestfish.pod:597
20129 msgid "The size in zettabytes (multiplied by 2**70)."
20130 msgstr ""
20131
20132 #. type: =item
20133 #: ../fish/guestfish.pod:599
20134 msgid "B<ZB>"
20135 msgstr ""
20136
20137 #. type: textblock
20138 #: ../fish/guestfish.pod:601
20139 msgid "The size in SI 10**21 byte units."
20140 msgstr ""
20141
20142 #. type: =item
20143 #: ../fish/guestfish.pod:603
20144 msgid "B<Y> or B<YiB>"
20145 msgstr ""
20146
20147 #. type: textblock
20148 #: ../fish/guestfish.pod:605
20149 msgid "The size in yottabytes (multiplied by 2**80)."
20150 msgstr ""
20151
20152 #. type: =item
20153 #: ../fish/guestfish.pod:607
20154 msgid "B<YB>"
20155 msgstr ""
20156
20157 #. type: textblock
20158 #: ../fish/guestfish.pod:609
20159 msgid "The size in SI 10**24 byte units."
20160 msgstr ""
20161
20162 #. type: verbatim
20163 #: ../fish/guestfish.pod:615
20164 #, no-wrap
20165 msgid ""
20166 " truncate-size /file 1G\n"
20167 "\n"
20168 msgstr ""
20169
20170 #. type: textblock
20171 #: ../fish/guestfish.pod:617
20172 msgid "would truncate the file to 1 gigabyte."
20173 msgstr ""
20174
20175 #. type: textblock
20176 #: ../fish/guestfish.pod:619
20177 msgid ""
20178 "Be careful because a few commands take sizes in kilobytes or megabytes "
20179 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
20180 "Adding a suffix will probably not do what you expect."
20181 msgstr ""
20182
20183 #. type: =head2
20184 #: ../fish/guestfish.pod:623
20185 msgid "OCTAL AND HEXADECIMAL NUMBERS"
20186 msgstr ""
20187
20188 #. type: textblock
20189 #: ../fish/guestfish.pod:625
20190 msgid ""
20191 "For specifying the radix (base) use the C convention: C<0> to prefix an "
20192 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
20193 msgstr ""
20194
20195 #. type: verbatim
20196 #: ../fish/guestfish.pod:628
20197 #, no-wrap
20198 msgid ""
20199 " 1234      decimal number 1234\n"
20200 " 02322     octal number, equivalent to decimal 1234\n"
20201 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
20202 "\n"
20203 msgstr ""
20204
20205 #. type: textblock
20206 #: ../fish/guestfish.pod:632
20207 msgid ""
20208 "When using the C<chmod> command, you almost always want to specify an octal "
20209 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
20210 "L<chmod(1)> program):"
20211 msgstr ""
20212
20213 #. type: verbatim
20214 #: ../fish/guestfish.pod:636
20215 #, no-wrap
20216 msgid ""
20217 " chmod 0777 /public  # OK\n"
20218 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
20219 "\n"
20220 msgstr ""
20221
20222 #. type: textblock
20223 #: ../fish/guestfish.pod:639
20224 msgid ""
20225 "Commands that return numbers usually print them in decimal, but some "
20226 "commands print numbers in other radices (eg. C<umask> prints the mode in "
20227 "octal, preceeded by C<0>)."
20228 msgstr ""
20229
20230 #. type: =head1
20231 #: ../fish/guestfish.pod:643
20232 msgid "WILDCARDS AND GLOBBING"
20233 msgstr ""
20234
20235 #. type: textblock
20236 #: ../fish/guestfish.pod:645
20237 msgid ""
20238 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
20239 "(globbing) by default.  So for example the following will not do what you "
20240 "expect:"
20241 msgstr ""
20242
20243 #. type: verbatim
20244 #: ../fish/guestfish.pod:649
20245 #, no-wrap
20246 msgid ""
20247 " rm-rf /home/*\n"
20248 "\n"
20249 msgstr ""
20250
20251 #. type: textblock
20252 #: ../fish/guestfish.pod:651
20253 msgid ""
20254 "Assuming you don't have a directory called literally C</home/*> then the "
20255 "above command will return an error."
20256 msgstr ""
20257
20258 #. type: textblock
20259 #: ../fish/guestfish.pod:654
20260 msgid "To perform wildcard expansion, use the C<glob> command."
20261 msgstr ""
20262
20263 #. type: verbatim
20264 #: ../fish/guestfish.pod:656
20265 #, no-wrap
20266 msgid ""
20267 " glob rm-rf /home/*\n"
20268 "\n"
20269 msgstr ""
20270
20271 #. type: textblock
20272 #: ../fish/guestfish.pod:658
20273 msgid ""
20274 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
20275 "many times), equivalent to:"
20276 msgstr ""
20277
20278 #. type: verbatim
20279 #: ../fish/guestfish.pod:661
20280 #, no-wrap
20281 msgid ""
20282 " rm-rf /home/jim\n"
20283 " rm-rf /home/joe\n"
20284 " rm-rf /home/mary\n"
20285 "\n"
20286 msgstr ""
20287
20288 #. type: textblock
20289 #: ../fish/guestfish.pod:665
20290 msgid "C<glob> only works on simple guest paths and not on device names."
20291 msgstr ""
20292
20293 #. type: textblock
20294 #: ../fish/guestfish.pod:667
20295 msgid ""
20296 "If you have several parameters, each containing a wildcard, then glob will "
20297 "perform a Cartesian product."
20298 msgstr ""
20299
20300 #. type: =head1
20301 #: ../fish/guestfish.pod:670
20302 msgid "COMMENTS"
20303 msgstr ""
20304
20305 #. type: textblock
20306 #: ../fish/guestfish.pod:672
20307 msgid ""
20308 "Any line which starts with a I<#> character is treated as a comment and "
20309 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
20310 "a command.  For example:"
20311 msgstr ""
20312
20313 #. type: verbatim
20314 #: ../fish/guestfish.pod:676
20315 #, no-wrap
20316 msgid ""
20317 " # this is a comment\n"
20318 "         # this is a comment\n"
20319 " foo # NOT a comment\n"
20320 "\n"
20321 msgstr ""
20322
20323 #. type: textblock
20324 #: ../fish/guestfish.pod:680
20325 msgid "Blank lines are also ignored."
20326 msgstr ""
20327
20328 #. type: =head1
20329 #: ../fish/guestfish.pod:682
20330 msgid "RUNNING COMMANDS LOCALLY"
20331 msgstr ""
20332
20333 #. type: textblock
20334 #: ../fish/guestfish.pod:684
20335 msgid ""
20336 "Any line which starts with a I<!> character is treated as a command sent to "
20337 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
20338 msgstr ""
20339
20340 #. type: verbatim
20341 #: ../fish/guestfish.pod:688
20342 #, no-wrap
20343 msgid ""
20344 " !mkdir local\n"
20345 " tgz-out /remote local/remote-data.tar.gz\n"
20346 "\n"
20347 msgstr ""
20348
20349 #. type: textblock
20350 #: ../fish/guestfish.pod:691
20351 msgid ""
20352 "will create a directory C<local> on the host, and then export the contents "
20353 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
20354 "(See C<tgz-out>)."
20355 msgstr ""
20356
20357 #. type: textblock
20358 #: ../fish/guestfish.pod:695
20359 msgid ""
20360 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
20361 "effect, due to the way that subprocesses work in Unix."
20362 msgstr ""
20363
20364 #. type: =head2
20365 #: ../fish/guestfish.pod:698
20366 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
20367 msgstr ""
20368
20369 #. type: textblock
20370 #: ../fish/guestfish.pod:700
20371 msgid ""
20372 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
20373 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
20374 "and executed as guestfish commands."
20375 msgstr ""
20376
20377 #. type: textblock
20378 #: ../fish/guestfish.pod:704
20379 msgid ""
20380 "Thus you can use shell script to construct arbitrary guestfish commands "
20381 "which are then parsed by guestfish."
20382 msgstr ""
20383
20384 #. type: textblock
20385 #: ../fish/guestfish.pod:707
20386 msgid ""
20387 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
20388 "through C</foo.100>) using guestfish commands alone.  However this is simple "
20389 "if we use a shell script to create the guestfish commands for us:"
20390 msgstr ""
20391
20392 #. type: verbatim
20393 #: ../fish/guestfish.pod:712
20394 #, no-wrap
20395 msgid ""
20396 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
20397 "\n"
20398 msgstr ""
20399
20400 #. type: textblock
20401 #: ../fish/guestfish.pod:714
20402 msgid "or with names like C</foo.001>:"
20403 msgstr ""
20404
20405 #. type: verbatim
20406 #: ../fish/guestfish.pod:716
20407 #, no-wrap
20408 msgid ""
20409 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
20410 "\n"
20411 msgstr ""
20412
20413 #. type: textblock
20414 #: ../fish/guestfish.pod:718
20415 msgid ""
20416 "When using guestfish interactively it can be helpful to just run the shell "
20417 "script first (ie. remove the initial C<E<lt>> character so it is just an "
20418 "ordinary I<!> local command), see what guestfish commands it would run, and "
20419 "when you are happy with those prepend the C<E<lt>> character to run the "
20420 "guestfish commands for real."
20421 msgstr ""
20422
20423 #. type: =head1
20424 #: ../fish/guestfish.pod:724
20425 msgid "PIPES"
20426 msgstr ""
20427
20428 #. type: textblock
20429 #: ../fish/guestfish.pod:726
20430 msgid ""
20431 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
20432 "command (a guestfish command) to the second command (any host command).  For "
20433 "example:"
20434 msgstr ""
20435
20436 #. type: verbatim
20437 #: ../fish/guestfish.pod:730
20438 #, no-wrap
20439 msgid ""
20440 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
20441 "\n"
20442 msgstr ""
20443
20444 #. type: textblock
20445 #: ../fish/guestfish.pod:732
20446 msgid ""
20447 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
20448 "program).  The above command would list all accounts in the guest filesystem "
20449 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
20450 msgstr ""
20451
20452 #. type: verbatim
20453 #: ../fish/guestfish.pod:737
20454 #, no-wrap
20455 msgid ""
20456 " hexdump /bin/ls | head\n"
20457 " list-devices | tail -1\n"
20458 " tgz-out / - | tar ztf -\n"
20459 "\n"
20460 msgstr ""
20461
20462 #. type: textblock
20463 #: ../fish/guestfish.pod:741
20464 msgid ""
20465 "The space before the pipe symbol is required, any space after the pipe "
20466 "symbol is optional.  Everything after the pipe symbol is just passed "
20467 "straight to the host shell, so it can contain redirections, globs and "
20468 "anything else that makes sense on the host side."
20469 msgstr ""
20470
20471 #. type: textblock
20472 #: ../fish/guestfish.pod:746
20473 msgid ""
20474 "To use a literal argument which begins with a pipe symbol, you have to quote "
20475 "it, eg:"
20476 msgstr ""
20477
20478 #. type: verbatim
20479 #: ../fish/guestfish.pod:749
20480 #, no-wrap
20481 msgid ""
20482 " echo \"|\"\n"
20483 "\n"
20484 msgstr ""
20485
20486 #. type: =head1
20487 #: ../fish/guestfish.pod:751
20488 msgid "HOME DIRECTORIES"
20489 msgstr ""
20490
20491 #. type: textblock
20492 #: ../fish/guestfish.pod:753
20493 msgid ""
20494 "If a parameter starts with the character C<~> then the tilde may be expanded "
20495 "as a home directory path (either C<~> for the current user's home directory, "
20496 "or C<~user> for another user)."
20497 msgstr ""
20498
20499 #. type: textblock
20500 #: ../fish/guestfish.pod:757
20501 msgid ""
20502 "Note that home directory expansion happens for users known I<on the host>, "
20503 "not in the guest filesystem."
20504 msgstr ""
20505
20506 #. type: textblock
20507 #: ../fish/guestfish.pod:760
20508 msgid ""
20509 "To use a literal argument which begins with a tilde, you have to quote it, "
20510 "eg:"
20511 msgstr ""
20512
20513 #. type: verbatim
20514 #: ../fish/guestfish.pod:763
20515 #, no-wrap
20516 msgid ""
20517 " echo \"~\"\n"
20518 "\n"
20519 msgstr ""
20520
20521 #. type: textblock
20522 #: ../fish/guestfish.pod:767
20523 msgid ""
20524 "Libguestfs has some support for Linux guests encrypted according to the "
20525 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
20526 "disk encryption systems used by modern Linux guests.  Currently only "
20527 "LVM-on-LUKS is supported."
20528 msgstr ""
20529
20530 #. type: textblock
20531 #: ../fish/guestfish.pod:772
20532 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
20533 msgstr ""
20534
20535 #. type: verbatim
20536 #: ../fish/guestfish.pod:774
20537 #, no-wrap
20538 msgid ""
20539 " ><fs> vfs-type /dev/sda2\n"
20540 " crypto_LUKS\n"
20541 "\n"
20542 msgstr ""
20543
20544 #. type: textblock
20545 #: ../fish/guestfish.pod:777
20546 msgid ""
20547 "Then open those devices using L</luks-open>.  This creates a device-mapper "
20548 "device called C</dev/mapper/luksdev>."
20549 msgstr ""
20550
20551 #. type: verbatim
20552 #: ../fish/guestfish.pod:780
20553 #, no-wrap
20554 msgid ""
20555 " ><fs> luks-open /dev/sda2 luksdev\n"
20556 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
20557 "\n"
20558 msgstr ""
20559
20560 #. type: textblock
20561 #: ../fish/guestfish.pod:783
20562 msgid ""
20563 "Finally you have to tell LVM to scan for volume groups on the newly created "
20564 "mapper device:"
20565 msgstr ""
20566
20567 #. type: verbatim
20568 #: ../fish/guestfish.pod:786
20569 #, no-wrap
20570 msgid ""
20571 " vgscan\n"
20572 " vg-activate-all true\n"
20573 "\n"
20574 msgstr ""
20575
20576 #. type: textblock
20577 #: ../fish/guestfish.pod:789
20578 msgid "The logical volume(s) can now be mounted in the usual way."
20579 msgstr ""
20580
20581 #. type: textblock
20582 #: ../fish/guestfish.pod:791
20583 msgid ""
20584 "Before closing a LUKS device you must unmount any logical volumes on it and "
20585 "deactivate the volume groups by calling C<vg-activate false VG> on each "
20586 "one.  Then you can close the mapper device:"
20587 msgstr ""
20588
20589 #. type: verbatim
20590 #: ../fish/guestfish.pod:795
20591 #, no-wrap
20592 msgid ""
20593 " vg-activate false /dev/VG\n"
20594 " luks-close /dev/mapper/luksdev\n"
20595 "\n"
20596 msgstr ""
20597
20598 #. type: =head1
20599 #: ../fish/guestfish.pod:798 ../tools/virt-edit.pl:342
20600 msgid "WINDOWS PATHS"
20601 msgstr ""
20602
20603 #. type: textblock
20604 #: ../fish/guestfish.pod:800
20605 msgid ""
20606 "If a path is prefixed with C<win:> then you can use Windows-style drive "
20607 "letters and paths (with some limitations).  The following commands are "
20608 "equivalent:"
20609 msgstr ""
20610
20611 #. type: verbatim
20612 #: ../fish/guestfish.pod:804
20613 #, no-wrap
20614 msgid ""
20615 " file /WINDOWS/system32/config/system.LOG\n"
20616 "\n"
20617 msgstr ""
20618
20619 #. type: verbatim
20620 #: ../fish/guestfish.pod:806
20621 #, no-wrap
20622 msgid ""
20623 " file win:\\windows\\system32\\config\\system.log\n"
20624 "\n"
20625 msgstr ""
20626
20627 #. type: verbatim
20628 #: ../fish/guestfish.pod:808
20629 #, no-wrap
20630 msgid ""
20631 " file WIN:C:\\Windows\\SYSTEM32\\CONFIG\\SYSTEM.LOG\n"
20632 "\n"
20633 msgstr ""
20634
20635 #. type: textblock
20636 #: ../fish/guestfish.pod:810
20637 msgid ""
20638 "The parameter is rewritten \"behind the scenes\" by looking up the position "
20639 "where the drive is mounted, prepending that to the path, changing all "
20640 "backslash characters to forward slash, then resolving the result using "
20641 "L</case-sensitive-path>.  For example if the E: drive was mounted on C</e> "
20642 "then the parameter might be rewritten like this:"
20643 msgstr ""
20644
20645 #. type: verbatim
20646 #: ../fish/guestfish.pod:816
20647 #, no-wrap
20648 msgid ""
20649 " win:e:\\foo\\bar => /e/FOO/bar\n"
20650 "\n"
20651 msgstr ""
20652
20653 #. type: textblock
20654 #: ../fish/guestfish.pod:818
20655 msgid "This only works in argument positions that expect a path."
20656 msgstr ""
20657
20658 #. type: =head1
20659 #: ../fish/guestfish.pod:820
20660 msgid "UPLOADING AND DOWNLOADING FILES"
20661 msgstr ""
20662
20663 #. type: textblock
20664 #: ../fish/guestfish.pod:822
20665 msgid ""
20666 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
20667 "others which upload from or download to a local file, you can use the "
20668 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
20669 msgstr ""
20670
20671 #. type: verbatim
20672 #: ../fish/guestfish.pod:826
20673 #, no-wrap
20674 msgid ""
20675 " upload - /foo\n"
20676 "\n"
20677 msgstr ""
20678
20679 #. type: textblock
20680 #: ../fish/guestfish.pod:828
20681 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
20682 msgstr ""
20683
20684 #. type: verbatim
20685 #: ../fish/guestfish.pod:831
20686 #, no-wrap
20687 msgid ""
20688 " tar-out /etc - | tar tf -\n"
20689 "\n"
20690 msgstr ""
20691
20692 #. type: textblock
20693 #: ../fish/guestfish.pod:833
20694 msgid ""
20695 "writes the tarball to stdout and then pipes that into the external \"tar\" "
20696 "command (see L</PIPES>)."
20697 msgstr ""
20698
20699 #. type: textblock
20700 #: ../fish/guestfish.pod:836
20701 msgid ""
20702 "When using C<-> to read from stdin, the input is read up to the end of "
20703 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
20704 "some arbitrary end marker:"
20705 msgstr ""
20706
20707 #. type: verbatim
20708 #: ../fish/guestfish.pod:840
20709 #, no-wrap
20710 msgid ""
20711 " upload -<<END /foo\n"
20712 " input line 1\n"
20713 " input line 2\n"
20714 " input line 3\n"
20715 " END\n"
20716 "\n"
20717 msgstr ""
20718
20719 #. type: textblock
20720 #: ../fish/guestfish.pod:846
20721 msgid ""
20722 "Any string of characters can be used instead of C<END>.  The end marker must "
20723 "appear on a line of its own, without any preceeding or following characters "
20724 "(not even spaces)."
20725 msgstr ""
20726
20727 #. type: textblock
20728 #: ../fish/guestfish.pod:850
20729 msgid ""
20730 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
20731 "upload local files (so-called \"FileIn\" parameters in the generator)."
20732 msgstr ""
20733
20734 #. type: =head1
20735 #: ../fish/guestfish.pod:853
20736 msgid "EXIT ON ERROR BEHAVIOUR"
20737 msgstr ""
20738
20739 #. type: textblock
20740 #: ../fish/guestfish.pod:855
20741 msgid ""
20742 "By default, guestfish will ignore any errors when in interactive mode "
20743 "(ie. taking commands from a human over a tty), and will exit on the first "
20744 "error in non-interactive mode (scripts, commands given on the command line)."
20745 msgstr ""
20746
20747 #. type: textblock
20748 #: ../fish/guestfish.pod:860
20749 msgid ""
20750 "If you prefix a command with a I<-> character, then that command will not "
20751 "cause guestfish to exit, even if that (one) command returns an error."
20752 msgstr ""
20753
20754 #. type: =head1
20755 #: ../fish/guestfish.pod:864
20756 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
20757 msgstr ""
20758
20759 #. type: textblock
20760 #: ../fish/guestfish.pod:866
20761 msgid ""
20762 "Guestfish can be remote-controlled over a socket.  This is useful "
20763 "particularly in shell scripts where you want to make several different "
20764 "changes to a filesystem, but you don't want the overhead of starting up a "
20765 "guestfish process each time."
20766 msgstr ""
20767
20768 #. type: textblock
20769 #: ../fish/guestfish.pod:871
20770 msgid "Start a guestfish server process using:"
20771 msgstr ""
20772
20773 #. type: verbatim
20774 #: ../fish/guestfish.pod:873
20775 #, no-wrap
20776 msgid ""
20777 " eval \"`guestfish --listen`\"\n"
20778 "\n"
20779 msgstr ""
20780
20781 #. type: textblock
20782 #: ../fish/guestfish.pod:875
20783 msgid "and then send it commands by doing:"
20784 msgstr ""
20785
20786 #. type: verbatim
20787 #: ../fish/guestfish.pod:877
20788 #, no-wrap
20789 msgid ""
20790 " guestfish --remote cmd [...]\n"
20791 "\n"
20792 msgstr ""
20793
20794 #. type: textblock
20795 #: ../fish/guestfish.pod:879
20796 msgid "To cause the server to exit, send it the exit command:"
20797 msgstr ""
20798
20799 #. type: verbatim
20800 #: ../fish/guestfish.pod:881
20801 #, no-wrap
20802 msgid ""
20803 " guestfish --remote exit\n"
20804 "\n"
20805 msgstr ""
20806
20807 #. type: textblock
20808 #: ../fish/guestfish.pod:883
20809 msgid ""
20810 "Note that the server will normally exit if there is an error in a command.  "
20811 "You can change this in the usual way.  See section L</EXIT ON ERROR "
20812 "BEHAVIOUR>."
20813 msgstr ""
20814
20815 #. type: =head2
20816 #: ../fish/guestfish.pod:887
20817 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
20818 msgstr ""
20819
20820 #. type: textblock
20821 #: ../fish/guestfish.pod:889
20822 msgid ""
20823 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
20824 "is how the I<--remote> option knows where to send the commands.  You can "
20825 "have several guestfish listener processes running using:"
20826 msgstr ""
20827
20828 #. type: verbatim
20829 #: ../fish/guestfish.pod:893
20830 #, no-wrap
20831 msgid ""
20832 " eval \"`guestfish --listen`\"\n"
20833 " pid1=$GUESTFISH_PID\n"
20834 " eval \"`guestfish --listen`\"\n"
20835 " pid2=$GUESTFISH_PID\n"
20836 " ...\n"
20837 " guestfish --remote=$pid1 cmd\n"
20838 " guestfish --remote=$pid2 cmd\n"
20839 "\n"
20840 msgstr ""
20841
20842 #. type: =head2
20843 #: ../fish/guestfish.pod:901
20844 msgid "REMOTE CONTROL AND CSH"
20845 msgstr ""
20846
20847 #. type: textblock
20848 #: ../fish/guestfish.pod:903
20849 msgid ""
20850 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
20851 "option:"
20852 msgstr ""
20853
20854 #. type: verbatim
20855 #: ../fish/guestfish.pod:906
20856 #, no-wrap
20857 msgid ""
20858 " eval \"`guestfish --listen --csh`\"\n"
20859 "\n"
20860 msgstr ""
20861
20862 #. type: =head2
20863 #: ../fish/guestfish.pod:908
20864 msgid "REMOTE CONTROL DETAILS"
20865 msgstr ""
20866
20867 #. type: textblock
20868 #: ../fish/guestfish.pod:910
20869 msgid ""
20870 "Remote control happens over a Unix domain socket called "
20871 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
20872 "of the process, and C<$PID> is the process ID of the server."
20873 msgstr ""
20874
20875 #. type: textblock
20876 #: ../fish/guestfish.pod:914
20877 msgid "Guestfish client and server versions must match exactly."
20878 msgstr ""
20879
20880 #. type: =head2
20881 #: ../fish/guestfish.pod:916
20882 msgid "REMOTE CONTROL RUN COMMAND HANGING"
20883 msgstr ""
20884
20885 #. type: textblock
20886 #: ../fish/guestfish.pod:918
20887 msgid ""
20888 "Using the C<run> (or C<launch>) command remotely in a command substitution "
20889 "context hangs, ie. don't do (note the backquotes):"
20890 msgstr ""
20891
20892 #. type: verbatim
20893 #: ../fish/guestfish.pod:921
20894 #, no-wrap
20895 msgid ""
20896 " a=`guestfish --remote run`\n"
20897 "\n"
20898 msgstr ""
20899
20900 #. type: textblock
20901 #: ../fish/guestfish.pod:923
20902 msgid ""
20903 "Since the C<run> command produces no output on stdout, this is not useful "
20904 "anyway.  For further information see "
20905 "L<https://bugzilla.redhat.com/show_bug.cgi?id=592910>."
20906 msgstr ""
20907
20908 #. type: =head1
20909 #: ../fish/guestfish.pod:927
20910 msgid "PREPARED DISK IMAGES"
20911 msgstr ""
20912
20913 #. type: textblock
20914 #: ../fish/guestfish.pod:929
20915 msgid ""
20916 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
20917 "preformatted disk images that guestfish can make for you to save typing.  "
20918 "This is particularly useful for testing purposes.  This option is used "
20919 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
20920 "can be mixed with I<-a>)."
20921 msgstr ""
20922
20923 #. type: textblock
20924 #: ../fish/guestfish.pod:935
20925 msgid ""
20926 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
20927 "the second and so on.  Existing files in the current directory are "
20928 "I<overwritten>."
20929 msgstr ""
20930
20931 #. type: textblock
20932 #: ../fish/guestfish.pod:939
20933 msgid ""
20934 "The type briefly describes how the disk should be sized, partitioned, how "
20935 "filesystem(s) should be created, and how content should be added.  "
20936 "Optionally the type can be followed by extra parameters, separated by C<:> "
20937 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
20938 "sparsely-allocated disk, containing a single partition, with the partition "
20939 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
20940 "on a 1GB disk instead."
20941 msgstr ""
20942
20943 #. type: textblock
20944 #: ../fish/guestfish.pod:947
20945 msgid "To list the available types and any extra parameters they take, run:"
20946 msgstr ""
20947
20948 #. type: textblock
20949 #: ../fish/guestfish.pod:951
20950 msgid ""
20951 "Note that the prepared filesystem is not mounted.  You would usually have to "
20952 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
20953 msgstr ""
20954
20955 #. type: textblock
20956 #: ../fish/guestfish.pod:955
20957 msgid ""
20958 "If any I<-N> or I<--new> options are given, the guest is automatically "
20959 "launched."
20960 msgstr ""
20961
20962 #. type: textblock
20963 #: ../fish/guestfish.pod:960
20964 msgid "Create a 100MB disk with an ext4-formatted partition:"
20965 msgstr ""
20966
20967 #. type: verbatim
20968 #: ../fish/guestfish.pod:962
20969 #, no-wrap
20970 msgid ""
20971 " guestfish -N fs:ext4\n"
20972 "\n"
20973 msgstr ""
20974
20975 #. type: textblock
20976 #: ../fish/guestfish.pod:964
20977 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
20978 msgstr ""
20979
20980 #. type: verbatim
20981 #: ../fish/guestfish.pod:966
20982 #, no-wrap
20983 msgid ""
20984 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
20985 "\n"
20986 msgstr ""
20987
20988 #. type: textblock
20989 #: ../fish/guestfish.pod:968
20990 msgid "Create a blank 200MB disk:"
20991 msgstr ""
20992
20993 #. type: verbatim
20994 #: ../fish/guestfish.pod:970
20995 #, no-wrap
20996 msgid ""
20997 " guestfish -N disk:200M\n"
20998 "\n"
20999 msgstr ""
21000
21001 #. type: =head1
21002 #: ../fish/guestfish.pod:972
21003 msgid "PROGRESS BARS"
21004 msgstr ""
21005
21006 #. type: textblock
21007 #: ../fish/guestfish.pod:974
21008 msgid ""
21009 "Some (not all) long-running commands send progress notification messages as "
21010 "they are running.  Guestfish turns these messages into progress bars."
21011 msgstr ""
21012
21013 #. type: textblock
21014 #: ../fish/guestfish.pod:978
21015 msgid ""
21016 "When a command that supports progress bars takes longer than two seconds to "
21017 "run, and if progress bars are enabled, then you will see one appearing below "
21018 "the command:"
21019 msgstr ""
21020
21021 #. type: verbatim
21022 #: ../fish/guestfish.pod:982
21023 #, no-wrap
21024 msgid ""
21025 " ><fs> copy-size /large-file /another-file 2048M\n"
21026 " / 10% [#####-----------------------------------------] 00:30\n"
21027 "\n"
21028 msgstr ""
21029
21030 #. type: textblock
21031 #: ../fish/guestfish.pod:985
21032 msgid ""
21033 "The spinner on the left hand side moves round once for every progress "
21034 "notification received from the backend.  This is a (reasonably) golden "
21035 "assurance that the command is \"doing something\" even if the progress bar "
21036 "is not moving, because the command is able to send the progress "
21037 "notifications.  When the bar reaches 100% and the command finishes, the "
21038 "spinner disappears."
21039 msgstr ""
21040
21041 #. type: textblock
21042 #: ../fish/guestfish.pod:992
21043 msgid ""
21044 "Progress bars are enabled by default when guestfish is used interactively.  "
21045 "You can enable them even for non-interactive modes using I<--progress-bars>, "
21046 "and you can disable them completely using I<--no-progress-bars>."
21047 msgstr ""
21048
21049 #. type: =head1
21050 #: ../fish/guestfish.pod:997
21051 msgid "GUESTFISH COMMANDS"
21052 msgstr ""
21053
21054 #. type: textblock
21055 #: ../fish/guestfish.pod:999
21056 msgid ""
21057 "The commands in this section are guestfish convenience commands, in other "
21058 "words, they are not part of the L<guestfs(3)> API."
21059 msgstr ""
21060
21061 #. type: =head2
21062 #: ../fish/guestfish.pod:1002
21063 msgid "help"
21064 msgstr ""
21065
21066 #. type: verbatim
21067 #: ../fish/guestfish.pod:1004
21068 #, no-wrap
21069 msgid ""
21070 " help\n"
21071 " help cmd\n"
21072 "\n"
21073 msgstr ""
21074
21075 #. type: textblock
21076 #: ../fish/guestfish.pod:1007
21077 msgid "Without any parameter, this provides general help."
21078 msgstr ""
21079
21080 #. type: textblock
21081 #: ../fish/guestfish.pod:1009
21082 msgid "With a C<cmd> parameter, this displays detailed help for that command."
21083 msgstr ""
21084
21085 #. type: =head2
21086 #: ../fish/guestfish.pod:1011
21087 msgid "quit | exit"
21088 msgstr ""
21089
21090 #. type: textblock
21091 #: ../fish/guestfish.pod:1013
21092 msgid "This exits guestfish.  You can also use C<^D> key."
21093 msgstr ""
21094
21095 #. type: textblock
21096 #: ../fish/guestfish.pod:1015
21097 msgid "@FISH_COMMANDS@"
21098 msgstr ""
21099
21100 #. type: =head1
21101 #: ../fish/guestfish.pod:1017
21102 msgid "COMMANDS"
21103 msgstr ""
21104
21105 #. type: =head1
21106 #: ../fish/guestfish.pod:1021 ../test-tool/libguestfs-test-tool.pod:77
21107 msgid "EXIT CODE"
21108 msgstr ""
21109
21110 #. type: textblock
21111 #: ../fish/guestfish.pod:1023
21112 msgid ""
21113 "guestfish returns 0 if the commands completed without error, or 1 if there "
21114 "was an error."
21115 msgstr ""
21116
21117 #. type: =item
21118 #: ../fish/guestfish.pod:1030
21119 msgid "EDITOR"
21120 msgstr ""
21121
21122 #. type: textblock
21123 #: ../fish/guestfish.pod:1032
21124 msgid ""
21125 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
21126 "C<vi>."
21127 msgstr ""
21128
21129 #. type: =item
21130 #: ../fish/guestfish.pod:1035
21131 msgid "GUESTFISH_PID"
21132 msgstr ""
21133
21134 #. type: textblock
21135 #: ../fish/guestfish.pod:1037
21136 msgid ""
21137 "Used with the I<--remote> option to specify the remote guestfish process to "
21138 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
21139 msgstr ""
21140
21141 #. type: =item
21142 #: ../fish/guestfish.pod:1041
21143 msgid "HEXEDITOR"
21144 msgstr ""
21145
21146 #. type: textblock
21147 #: ../fish/guestfish.pod:1043
21148 msgid ""
21149 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
21150 "not specified, the external L<hexedit(1)> program is used."
21151 msgstr ""
21152
21153 #. type: =item
21154 #: ../fish/guestfish.pod:1047
21155 msgid "HOME"
21156 msgstr ""
21157
21158 #. type: textblock
21159 #: ../fish/guestfish.pod:1049
21160 msgid ""
21161 "If compiled with GNU readline support, various files in the home directory "
21162 "can be used.  See L</FILES>."
21163 msgstr ""
21164
21165 #. type: textblock
21166 #: ../fish/guestfish.pod:1058
21167 msgid ""
21168 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
21169 "effect as using the B<-v> option."
21170 msgstr ""
21171
21172 #. type: textblock
21173 #: ../fish/guestfish.pod:1070
21174 msgid ""
21175 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
21176 "the discussion of paths in L<guestfs(3)>."
21177 msgstr ""
21178
21179 #. type: textblock
21180 #: ../fish/guestfish.pod:1081
21181 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
21182 msgstr ""
21183
21184 #. type: =item
21185 #: ../fish/guestfish.pod:1083
21186 msgid "PAGER"
21187 msgstr ""
21188
21189 #. type: textblock
21190 #: ../fish/guestfish.pod:1085
21191 msgid ""
21192 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
21193 "C<more>."
21194 msgstr ""
21195
21196 #. type: =head1
21197 #: ../fish/guestfish.pod:1101 ../fuse/guestmount.pod:262
21198 msgid "FILES"
21199 msgstr ""
21200
21201 #. type: =item
21202 #: ../fish/guestfish.pod:1105 ../fuse/guestmount.pod:266
21203 msgid "$HOME/.libguestfs-tools.rc"
21204 msgstr ""
21205
21206 #. type: =item
21207 #: ../fish/guestfish.pod:1107 ../fuse/guestmount.pod:268
21208 msgid "/etc/libguestfs-tools.conf"
21209 msgstr ""
21210
21211 #. type: textblock
21212 #: ../fish/guestfish.pod:1109 ../fuse/guestmount.pod:270
21213 msgid ""
21214 "This configuration file controls the default read-only or read-write mode "
21215 "(I<--ro> or I<--rw>)."
21216 msgstr ""
21217
21218 #. type: textblock
21219 #: ../fish/guestfish.pod:1112
21220 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
21221 msgstr ""
21222
21223 #. type: =item
21224 #: ../fish/guestfish.pod:1114
21225 msgid "$HOME/.guestfish"
21226 msgstr ""
21227
21228 #. type: textblock
21229 #: ../fish/guestfish.pod:1116
21230 msgid ""
21231 "If compiled with GNU readline support, then the command history is saved in "
21232 "this file."
21233 msgstr ""
21234
21235 #. type: =item
21236 #: ../fish/guestfish.pod:1119
21237 msgid "$HOME/.inputrc"
21238 msgstr ""
21239
21240 #. type: =item
21241 #: ../fish/guestfish.pod:1121
21242 msgid "/etc/inputrc"
21243 msgstr ""
21244
21245 #. type: textblock
21246 #: ../fish/guestfish.pod:1123
21247 msgid ""
21248 "If compiled with GNU readline support, then these files can be used to "
21249 "configure readline.  For further information, please see "
21250 "L<readline(3)/INITIALIZATION FILE>."
21251 msgstr ""
21252
21253 #. type: textblock
21254 #: ../fish/guestfish.pod:1127
21255 msgid "To write rules which only apply to guestfish, use:"
21256 msgstr ""
21257
21258 #. type: verbatim
21259 #: ../fish/guestfish.pod:1129
21260 #, no-wrap
21261 msgid ""
21262 " $if guestfish\n"
21263 " ...\n"
21264 " $endif\n"
21265 "\n"
21266 msgstr ""
21267
21268 #. type: textblock
21269 #: ../fish/guestfish.pod:1133
21270 msgid ""
21271 "Variables that you can set in inputrc that change the behaviour of guestfish "
21272 "in useful ways include:"
21273 msgstr ""
21274
21275 #. type: =item
21276 #: ../fish/guestfish.pod:1138
21277 msgid "completion-ignore-case (default: on)"
21278 msgstr ""
21279
21280 #. type: textblock
21281 #: ../fish/guestfish.pod:1140
21282 msgid ""
21283 "By default, guestfish will ignore case when tab-completing paths on the "
21284 "disk.  Use:"
21285 msgstr ""
21286
21287 #. type: verbatim
21288 #: ../fish/guestfish.pod:1143
21289 #, no-wrap
21290 msgid ""
21291 " set completion-ignore-case off\n"
21292 "\n"
21293 msgstr ""
21294
21295 #. type: textblock
21296 #: ../fish/guestfish.pod:1145
21297 msgid "to make guestfish case sensitive."
21298 msgstr ""
21299
21300 #. type: =item
21301 #: ../fish/guestfish.pod:1149
21302 msgid "test1.img"
21303 msgstr ""
21304
21305 #. type: =item
21306 #: ../fish/guestfish.pod:1151
21307 msgid "test2.img (etc)"
21308 msgstr ""
21309
21310 #. type: textblock
21311 #: ../fish/guestfish.pod:1153
21312 msgid ""
21313 "When using the I<-N> or I<--new> option, the prepared disk or filesystem "
21314 "will be created in the file C<test1.img> in the current directory.  The "
21315 "second use of I<-N> will use C<test2.img> and so on.  Any existing file with "
21316 "the same name will be overwritten."
21317 msgstr ""
21318
21319 #. type: textblock
21320 #: ../fish/guestfish.pod:1162
21321 msgid ""
21322 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, "
21323 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
21324 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
21325 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
21326 "L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, "
21327 "L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<hexedit(1)>."
21328 msgstr ""
21329
21330 #. type: textblock
21331 #: ../fish/guestfish.pod:1192 ../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
21332 msgid ""
21333 "This program is free software; you can redistribute it and/or modify it "
21334 "under the terms of the GNU General Public License as published by the Free "
21335 "Software Foundation; either version 2 of the License, or (at your option) "
21336 "any later version."
21337 msgstr ""
21338
21339 #. type: textblock
21340 #: ../fish/guestfish.pod:1197 ../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
21341 msgid ""
21342 "This program is distributed in the hope that it will be useful, but WITHOUT "
21343 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
21344 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
21345 "more details."
21346 msgstr ""
21347
21348 #. type: textblock
21349 #: ../fish/guestfish.pod:1202 ../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
21350 msgid ""
21351 "You should have received a copy of the GNU General Public License along with "
21352 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
21353 "Ave, Cambridge, MA 02139, USA."
21354 msgstr ""
21355
21356 #. type: =head2
21357 #: ../fish/guestfish-actions.pod:1
21358 msgid "add-cdrom"
21359 msgstr ""
21360
21361 #. type: verbatim
21362 #: ../fish/guestfish-actions.pod:3
21363 #, no-wrap
21364 msgid ""
21365 " add-cdrom filename\n"
21366 "\n"
21367 msgstr ""
21368
21369 #. type: textblock
21370 #: ../fish/guestfish-actions.pod:15
21371 msgid ""
21372 "This call checks for the existence of C<filename>.  This stops you from "
21373 "specifying other types of drive which are supported by qemu such as C<nbd:> "
21374 "and C<http:> URLs.  To specify those, use the general L</config> call "
21375 "instead."
21376 msgstr ""
21377
21378 #. type: textblock
21379 #: ../fish/guestfish-actions.pod:22
21380 msgid ""
21381 "If you just want to add an ISO file (often you use this as an efficient way "
21382 "to transfer large files into the guest), then you should probably use "
21383 "L</add-drive-ro> instead."
21384 msgstr ""
21385
21386 #. type: textblock
21387 #: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
21388 msgid ""
21389 "This function is deprecated.  In new code, use the L</add_drive_opts> call "
21390 "instead."
21391 msgstr ""
21392
21393 #. type: =head2
21394 #: ../fish/guestfish-actions.pod:35
21395 msgid "add-domain"
21396 msgstr ""
21397
21398 #. type: =head2
21399 #: ../fish/guestfish-actions.pod:37
21400 msgid "domain"
21401 msgstr ""
21402
21403 #. type: verbatim
21404 #: ../fish/guestfish-actions.pod:39
21405 #, no-wrap
21406 msgid ""
21407 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
21408 "\n"
21409 msgstr ""
21410
21411 #. type: textblock
21412 #: ../fish/guestfish-actions.pod:41
21413 msgid ""
21414 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
21415 "It works by connecting to libvirt, requesting the domain and domain XML from "
21416 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
21417 msgstr ""
21418
21419 #. type: textblock
21420 #: ../fish/guestfish-actions.pod:71
21421 msgid ""
21422 "The other optional parameters are passed directly through to "
21423 "L</add-drive-opts>."
21424 msgstr ""
21425
21426 #. type: textblock
21427 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138 ../fish/guestfish-actions.pod:3071
21428 msgid ""
21429 "This command has one or more optional arguments.  See L</OPTIONAL "
21430 "ARGUMENTS>."
21431 msgstr ""
21432
21433 #. type: =head2
21434 #: ../fish/guestfish-actions.pod:76
21435 msgid "add-drive"
21436 msgstr ""
21437
21438 #. type: verbatim
21439 #: ../fish/guestfish-actions.pod:78
21440 #, no-wrap
21441 msgid ""
21442 " add-drive filename\n"
21443 "\n"
21444 msgstr ""
21445
21446 #. type: textblock
21447 #: ../fish/guestfish-actions.pod:80
21448 msgid ""
21449 "This function is the equivalent of calling L</add-drive-opts> with no "
21450 "optional parameters, so the disk is added writable, with the format being "
21451 "detected automatically."
21452 msgstr ""
21453
21454 #. type: textblock
21455 #: ../fish/guestfish-actions.pod:84
21456 msgid ""
21457 "Automatic detection of the format opens you up to a potential security hole "
21458 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
21459 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
21460 "you should think about replacing calls to this function with calls to "
21461 "L</add-drive-opts>, and specifying the format."
21462 msgstr ""
21463
21464 #. type: =head2
21465 #: ../fish/guestfish-actions.pod:91
21466 msgid "add-drive-opts"
21467 msgstr ""
21468
21469 #. type: =head2
21470 #: ../fish/guestfish-actions.pod:93
21471 msgid "add"
21472 msgstr ""
21473
21474 #. type: verbatim
21475 #: ../fish/guestfish-actions.pod:95
21476 #, no-wrap
21477 msgid ""
21478 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
21479 "\n"
21480 msgstr ""
21481
21482 #. type: textblock
21483 #: ../fish/guestfish-actions.pod:122
21484 msgid ""
21485 "This forces the image format.  If you omit this (or use L</add-drive> or "
21486 "L</add-drive-ro>) then the format is automatically detected.  Possible "
21487 "formats include C<raw> and C<qcow2>."
21488 msgstr ""
21489
21490 #. type: textblock
21491 #: ../fish/guestfish-actions.pod:133
21492 msgid ""
21493 "This rarely-used option lets you emulate the behaviour of the deprecated "
21494 "L</add-drive-with-if> call (q.v.)"
21495 msgstr ""
21496
21497 #. type: =head2
21498 #: ../fish/guestfish-actions.pod:140
21499 msgid "add-drive-ro"
21500 msgstr ""
21501
21502 #. type: =head2
21503 #: ../fish/guestfish-actions.pod:142
21504 msgid "add-ro"
21505 msgstr ""
21506
21507 #. type: verbatim
21508 #: ../fish/guestfish-actions.pod:144
21509 #, no-wrap
21510 msgid ""
21511 " add-drive-ro filename\n"
21512 "\n"
21513 msgstr ""
21514
21515 #. type: textblock
21516 #: ../fish/guestfish-actions.pod:146
21517 msgid ""
21518 "This function is the equivalent of calling L</add-drive-opts> with the "
21519 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
21520 "is added read-only, with the format being detected automatically."
21521 msgstr ""
21522
21523 #. type: =head2
21524 #: ../fish/guestfish-actions.pod:151
21525 msgid "add-drive-ro-with-if"
21526 msgstr ""
21527
21528 #. type: verbatim
21529 #: ../fish/guestfish-actions.pod:153
21530 #, no-wrap
21531 msgid ""
21532 " add-drive-ro-with-if filename iface\n"
21533 "\n"
21534 msgstr ""
21535
21536 #. type: textblock
21537 #: ../fish/guestfish-actions.pod:155
21538 msgid ""
21539 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
21540 "interface emulation to use at run time."
21541 msgstr ""
21542
21543 #. type: =head2
21544 #: ../fish/guestfish-actions.pod:165
21545 msgid "add-drive-with-if"
21546 msgstr ""
21547
21548 #. type: verbatim
21549 #: ../fish/guestfish-actions.pod:167
21550 #, no-wrap
21551 msgid ""
21552 " add-drive-with-if filename iface\n"
21553 "\n"
21554 msgstr ""
21555
21556 #. type: textblock
21557 #: ../fish/guestfish-actions.pod:169
21558 msgid ""
21559 "This is the same as L</add-drive> but it allows you to specify the QEMU "
21560 "interface emulation to use at run time."
21561 msgstr ""
21562
21563 #. type: =head2
21564 #: ../fish/guestfish-actions.pod:179
21565 msgid "aug-clear"
21566 msgstr ""
21567
21568 #. type: verbatim
21569 #: ../fish/guestfish-actions.pod:181
21570 #, no-wrap
21571 msgid ""
21572 " aug-clear augpath\n"
21573 "\n"
21574 msgstr ""
21575
21576 #. type: =head2
21577 #: ../fish/guestfish-actions.pod:186
21578 msgid "aug-close"
21579 msgstr ""
21580
21581 #. type: verbatim
21582 #: ../fish/guestfish-actions.pod:188
21583 #, no-wrap
21584 msgid ""
21585 " aug-close\n"
21586 "\n"
21587 msgstr ""
21588
21589 #. type: textblock
21590 #: ../fish/guestfish-actions.pod:190
21591 msgid ""
21592 "Close the current Augeas handle and free up any resources used by it.  After "
21593 "calling this, you have to call L</aug-init> again before you can use any "
21594 "other Augeas functions."
21595 msgstr ""
21596
21597 #. type: =head2
21598 #: ../fish/guestfish-actions.pod:195
21599 msgid "aug-defnode"
21600 msgstr ""
21601
21602 #. type: verbatim
21603 #: ../fish/guestfish-actions.pod:197
21604 #, no-wrap
21605 msgid ""
21606 " aug-defnode name expr val\n"
21607 "\n"
21608 msgstr ""
21609
21610 #. type: textblock
21611 #: ../fish/guestfish-actions.pod:202
21612 msgid ""
21613 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
21614 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
21615 "containing that single node."
21616 msgstr ""
21617
21618 #. type: =head2
21619 #: ../fish/guestfish-actions.pod:210
21620 msgid "aug-defvar"
21621 msgstr ""
21622
21623 #. type: verbatim
21624 #: ../fish/guestfish-actions.pod:212
21625 #, no-wrap
21626 msgid ""
21627 " aug-defvar name expr\n"
21628 "\n"
21629 msgstr ""
21630
21631 #. type: =head2
21632 #: ../fish/guestfish-actions.pod:221
21633 msgid "aug-get"
21634 msgstr ""
21635
21636 #. type: verbatim
21637 #: ../fish/guestfish-actions.pod:223
21638 #, no-wrap
21639 msgid ""
21640 " aug-get augpath\n"
21641 "\n"
21642 msgstr ""
21643
21644 #. type: =head2
21645 #: ../fish/guestfish-actions.pod:228
21646 msgid "aug-init"
21647 msgstr ""
21648
21649 #. type: verbatim
21650 #: ../fish/guestfish-actions.pod:230
21651 #, no-wrap
21652 msgid ""
21653 " aug-init root flags\n"
21654 "\n"
21655 msgstr ""
21656
21657 #. type: textblock
21658 #: ../fish/guestfish-actions.pod:236
21659 msgid "You must call this before using any other L</aug-*> commands."
21660 msgstr ""
21661
21662 #. type: textblock
21663 #: ../fish/guestfish-actions.pod:261
21664 msgid ""
21665 "This option is only useful when debugging Augeas lenses.  Use of this option "
21666 "may require additional memory for the libguestfs appliance.  You may need to "
21667 "set the C<LIBGUESTFS_MEMSIZE> environment variable or call L</set-memsize>."
21668 msgstr ""
21669
21670 #. type: textblock
21671 #: ../fish/guestfish-actions.pod:276
21672 msgid "Do not load the tree in L</aug-init>."
21673 msgstr ""
21674
21675 #. type: textblock
21676 #: ../fish/guestfish-actions.pod:280
21677 msgid "To close the handle, you can call L</aug-close>."
21678 msgstr ""
21679
21680 #. type: =head2
21681 #: ../fish/guestfish-actions.pod:284
21682 msgid "aug-insert"
21683 msgstr ""
21684
21685 #. type: verbatim
21686 #: ../fish/guestfish-actions.pod:286
21687 #, no-wrap
21688 msgid ""
21689 " aug-insert augpath label true|false\n"
21690 "\n"
21691 msgstr ""
21692
21693 #. type: =head2
21694 #: ../fish/guestfish-actions.pod:296
21695 msgid "aug-load"
21696 msgstr ""
21697
21698 #. type: verbatim
21699 #: ../fish/guestfish-actions.pod:298
21700 #, no-wrap
21701 msgid ""
21702 " aug-load\n"
21703 "\n"
21704 msgstr ""
21705
21706 #. type: =head2
21707 #: ../fish/guestfish-actions.pod:305
21708 msgid "aug-ls"
21709 msgstr ""
21710
21711 #. type: verbatim
21712 #: ../fish/guestfish-actions.pod:307
21713 #, no-wrap
21714 msgid ""
21715 " aug-ls augpath\n"
21716 "\n"
21717 msgstr ""
21718
21719 #. type: textblock
21720 #: ../fish/guestfish-actions.pod:309
21721 msgid ""
21722 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
21723 "resulting nodes into alphabetical order."
21724 msgstr ""
21725
21726 #. type: =head2
21727 #: ../fish/guestfish-actions.pod:312
21728 msgid "aug-match"
21729 msgstr ""
21730
21731 #. type: verbatim
21732 #: ../fish/guestfish-actions.pod:314
21733 #, no-wrap
21734 msgid ""
21735 " aug-match augpath\n"
21736 "\n"
21737 msgstr ""
21738
21739 #. type: =head2
21740 #: ../fish/guestfish-actions.pod:320
21741 msgid "aug-mv"
21742 msgstr ""
21743
21744 #. type: verbatim
21745 #: ../fish/guestfish-actions.pod:322
21746 #, no-wrap
21747 msgid ""
21748 " aug-mv src dest\n"
21749 "\n"
21750 msgstr ""
21751
21752 #. type: =head2
21753 #: ../fish/guestfish-actions.pod:327
21754 msgid "aug-rm"
21755 msgstr ""
21756
21757 #. type: verbatim
21758 #: ../fish/guestfish-actions.pod:329
21759 #, no-wrap
21760 msgid ""
21761 " aug-rm augpath\n"
21762 "\n"
21763 msgstr ""
21764
21765 #. type: =head2
21766 #: ../fish/guestfish-actions.pod:335
21767 msgid "aug-save"
21768 msgstr ""
21769
21770 #. type: verbatim
21771 #: ../fish/guestfish-actions.pod:337
21772 #, no-wrap
21773 msgid ""
21774 " aug-save\n"
21775 "\n"
21776 msgstr ""
21777
21778 #. type: textblock
21779 #: ../fish/guestfish-actions.pod:341
21780 msgid ""
21781 "The flags which were passed to L</aug-init> affect exactly how files are "
21782 "saved."
21783 msgstr ""
21784
21785 #. type: =head2
21786 #: ../fish/guestfish-actions.pod:344
21787 msgid "aug-set"
21788 msgstr ""
21789
21790 #. type: verbatim
21791 #: ../fish/guestfish-actions.pod:346
21792 #, no-wrap
21793 msgid ""
21794 " aug-set augpath val\n"
21795 "\n"
21796 msgstr ""
21797
21798 #. type: textblock
21799 #: ../fish/guestfish-actions.pod:350
21800 msgid ""
21801 "In the Augeas API, it is possible to clear a node by setting the value to "
21802 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
21803 "this call.  Instead you must use the L</aug-clear> call."
21804 msgstr ""
21805
21806 #. type: =head2
21807 #: ../fish/guestfish-actions.pod:355
21808 msgid "available"
21809 msgstr ""
21810
21811 #. type: verbatim
21812 #: ../fish/guestfish-actions.pod:357
21813 #, no-wrap
21814 msgid ""
21815 " available 'groups ...'\n"
21816 "\n"
21817 msgstr ""
21818
21819 #. type: textblock
21820 #: ../fish/guestfish-actions.pod:363
21821 msgid ""
21822 "The libguestfs groups, and the functions that those groups correspond to, "
21823 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
21824 "runtime by calling L</available-all-groups>."
21825 msgstr ""
21826
21827 #. type: textblock
21828 #: ../fish/guestfish-actions.pod:387
21829 msgid "You must call L</launch> before calling this function."
21830 msgstr ""
21831
21832 #. type: textblock
21833 #: ../fish/guestfish-actions.pod:409
21834 msgid ""
21835 "This call was added in version C<1.0.80>.  In previous versions of "
21836 "libguestfs all you could do would be to speculatively execute a command to "
21837 "find out if the daemon implemented it.  See also L</version>."
21838 msgstr ""
21839
21840 #. type: =head2
21841 #: ../fish/guestfish-actions.pod:416
21842 msgid "available-all-groups"
21843 msgstr ""
21844
21845 #. type: verbatim
21846 #: ../fish/guestfish-actions.pod:418
21847 #, no-wrap
21848 msgid ""
21849 " available-all-groups\n"
21850 "\n"
21851 msgstr ""
21852
21853 #. type: textblock
21854 #: ../fish/guestfish-actions.pod:420
21855 msgid ""
21856 "This command returns a list of all optional groups that this daemon knows "
21857 "about.  Note this returns both supported and unsupported groups.  To find "
21858 "out which ones the daemon can actually support you have to call "
21859 "L</available> on each member of the returned list."
21860 msgstr ""
21861
21862 #. type: textblock
21863 #: ../fish/guestfish-actions.pod:426
21864 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
21865 msgstr ""
21866
21867 #. type: =head2
21868 #: ../fish/guestfish-actions.pod:428
21869 msgid "base64-in"
21870 msgstr ""
21871
21872 #. type: verbatim
21873 #: ../fish/guestfish-actions.pod:430
21874 #, no-wrap
21875 msgid ""
21876 " base64-in (base64file|-) filename\n"
21877 "\n"
21878 msgstr ""
21879
21880 #. type: textblock
21881 #: ../fish/guestfish-actions.pod:435 ../fish/guestfish-actions.pod:444 ../fish/guestfish-actions.pod:668 ../fish/guestfish-actions.pod:837 ../fish/guestfish-actions.pod:856 ../fish/guestfish-actions.pod:1230 ../fish/guestfish-actions.pod:4513 ../fish/guestfish-actions.pod:4525 ../fish/guestfish-actions.pod:4536 ../fish/guestfish-actions.pod:4547 ../fish/guestfish-actions.pod:4599 ../fish/guestfish-actions.pod:4608 ../fish/guestfish-actions.pod:4662 ../fish/guestfish-actions.pod:4685
21882 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
21883 msgstr ""
21884
21885 #. type: =head2
21886 #: ../fish/guestfish-actions.pod:437
21887 msgid "base64-out"
21888 msgstr ""
21889
21890 #. type: verbatim
21891 #: ../fish/guestfish-actions.pod:439
21892 #, no-wrap
21893 msgid ""
21894 " base64-out filename (base64file|-)\n"
21895 "\n"
21896 msgstr ""
21897
21898 #. type: =head2
21899 #: ../fish/guestfish-actions.pod:446
21900 msgid "blockdev-flushbufs"
21901 msgstr ""
21902
21903 #. type: verbatim
21904 #: ../fish/guestfish-actions.pod:448
21905 #, no-wrap
21906 msgid ""
21907 " blockdev-flushbufs device\n"
21908 "\n"
21909 msgstr ""
21910
21911 #. type: =head2
21912 #: ../fish/guestfish-actions.pod:455
21913 msgid "blockdev-getbsz"
21914 msgstr ""
21915
21916 #. type: verbatim
21917 #: ../fish/guestfish-actions.pod:457
21918 #, no-wrap
21919 msgid ""
21920 " blockdev-getbsz device\n"
21921 "\n"
21922 msgstr ""
21923
21924 #. type: =head2
21925 #: ../fish/guestfish-actions.pod:466
21926 msgid "blockdev-getro"
21927 msgstr ""
21928
21929 #. type: verbatim
21930 #: ../fish/guestfish-actions.pod:468
21931 #, no-wrap
21932 msgid ""
21933 " blockdev-getro device\n"
21934 "\n"
21935 msgstr ""
21936
21937 #. type: =head2
21938 #: ../fish/guestfish-actions.pod:475
21939 msgid "blockdev-getsize64"
21940 msgstr ""
21941
21942 #. type: verbatim
21943 #: ../fish/guestfish-actions.pod:477
21944 #, no-wrap
21945 msgid ""
21946 " blockdev-getsize64 device\n"
21947 "\n"
21948 msgstr ""
21949
21950 #. type: textblock
21951 #: ../fish/guestfish-actions.pod:481
21952 msgid "See also L</blockdev-getsz>."
21953 msgstr ""
21954
21955 #. type: =head2
21956 #: ../fish/guestfish-actions.pod:485
21957 msgid "blockdev-getss"
21958 msgstr ""
21959
21960 #. type: verbatim
21961 #: ../fish/guestfish-actions.pod:487
21962 #, no-wrap
21963 msgid ""
21964 " blockdev-getss device\n"
21965 "\n"
21966 msgstr ""
21967
21968 #. type: textblock
21969 #: ../fish/guestfish-actions.pod:492
21970 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
21971 msgstr ""
21972
21973 #. type: =head2
21974 #: ../fish/guestfish-actions.pod:497
21975 msgid "blockdev-getsz"
21976 msgstr ""
21977
21978 #. type: verbatim
21979 #: ../fish/guestfish-actions.pod:499
21980 #, no-wrap
21981 msgid ""
21982 " blockdev-getsz device\n"
21983 "\n"
21984 msgstr ""
21985
21986 #. type: textblock
21987 #: ../fish/guestfish-actions.pod:504
21988 msgid ""
21989 "See also L</blockdev-getss> for the real sector size of the device, and "
21990 "L</blockdev-getsize64> for the more useful I<size in bytes>."
21991 msgstr ""
21992
21993 #. type: =head2
21994 #: ../fish/guestfish-actions.pod:510
21995 msgid "blockdev-rereadpt"
21996 msgstr ""
21997
21998 #. type: verbatim
21999 #: ../fish/guestfish-actions.pod:512
22000 #, no-wrap
22001 msgid ""
22002 " blockdev-rereadpt device\n"
22003 "\n"
22004 msgstr ""
22005
22006 #. type: =head2
22007 #: ../fish/guestfish-actions.pod:518
22008 msgid "blockdev-setbsz"
22009 msgstr ""
22010
22011 #. type: verbatim
22012 #: ../fish/guestfish-actions.pod:520
22013 #, no-wrap
22014 msgid ""
22015 " blockdev-setbsz device blocksize\n"
22016 "\n"
22017 msgstr ""
22018
22019 #. type: =head2
22020 #: ../fish/guestfish-actions.pod:529
22021 msgid "blockdev-setro"
22022 msgstr ""
22023
22024 #. type: verbatim
22025 #: ../fish/guestfish-actions.pod:531
22026 #, no-wrap
22027 msgid ""
22028 " blockdev-setro device\n"
22029 "\n"
22030 msgstr ""
22031
22032 #. type: =head2
22033 #: ../fish/guestfish-actions.pod:537
22034 msgid "blockdev-setrw"
22035 msgstr ""
22036
22037 #. type: verbatim
22038 #: ../fish/guestfish-actions.pod:539
22039 #, no-wrap
22040 msgid ""
22041 " blockdev-setrw device\n"
22042 "\n"
22043 msgstr ""
22044
22045 #. type: =head2
22046 #: ../fish/guestfish-actions.pod:545
22047 msgid "case-sensitive-path"
22048 msgstr ""
22049
22050 #. type: verbatim
22051 #: ../fish/guestfish-actions.pod:547
22052 #, no-wrap
22053 msgid ""
22054 " case-sensitive-path path\n"
22055 "\n"
22056 msgstr ""
22057
22058 #. type: textblock
22059 #: ../fish/guestfish-actions.pod:571
22060 msgid ""
22061 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
22062 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
22063 "how the directories were originally created under Windows)."
22064 msgstr ""
22065
22066 #. type: textblock
22067 #: ../fish/guestfish-actions.pod:579
22068 msgid "See also L</realpath>."
22069 msgstr ""
22070
22071 #. type: =head2
22072 #: ../fish/guestfish-actions.pod:581
22073 msgid "cat"
22074 msgstr ""
22075
22076 #. type: verbatim
22077 #: ../fish/guestfish-actions.pod:583
22078 #, no-wrap
22079 msgid ""
22080 " cat path\n"
22081 "\n"
22082 msgstr ""
22083
22084 #. type: textblock
22085 #: ../fish/guestfish-actions.pod:587
22086 msgid ""
22087 "Note that this function cannot correctly handle binary files (specifically, "
22088 "files containing C<\\0> character which is treated as end of string).  For "
22089 "those you need to use the L</read-file> or L</download> functions which have "
22090 "a more complex interface."
22091 msgstr ""
22092
22093 #. type: =head2
22094 #: ../fish/guestfish-actions.pod:595
22095 msgid "checksum"
22096 msgstr ""
22097
22098 #. type: verbatim
22099 #: ../fish/guestfish-actions.pod:597
22100 #, no-wrap
22101 msgid ""
22102 " checksum csumtype path\n"
22103 "\n"
22104 msgstr ""
22105
22106 #. type: textblock
22107 #: ../fish/guestfish-actions.pod:640
22108 msgid "To get the checksum for a device, use L</checksum-device>."
22109 msgstr ""
22110
22111 #. type: textblock
22112 #: ../fish/guestfish-actions.pod:642
22113 msgid "To get the checksums for many files, use L</checksums-out>."
22114 msgstr ""
22115
22116 #. type: =head2
22117 #: ../fish/guestfish-actions.pod:644
22118 msgid "checksum-device"
22119 msgstr ""
22120
22121 #. type: verbatim
22122 #: ../fish/guestfish-actions.pod:646
22123 #, no-wrap
22124 msgid ""
22125 " checksum-device csumtype device\n"
22126 "\n"
22127 msgstr ""
22128
22129 #. type: textblock
22130 #: ../fish/guestfish-actions.pod:648
22131 msgid ""
22132 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
22133 "device named C<device>.  For the types of checksums supported see the "
22134 "L</checksum> command."
22135 msgstr ""
22136
22137 #. type: =head2
22138 #: ../fish/guestfish-actions.pod:652
22139 msgid "checksums-out"
22140 msgstr ""
22141
22142 #. type: verbatim
22143 #: ../fish/guestfish-actions.pod:654
22144 #, no-wrap
22145 msgid ""
22146 " checksums-out csumtype directory (sumsfile|-)\n"
22147 "\n"
22148 msgstr ""
22149
22150 #. type: =head2
22151 #: ../fish/guestfish-actions.pod:670
22152 msgid "chmod"
22153 msgstr ""
22154
22155 #. type: verbatim
22156 #: ../fish/guestfish-actions.pod:672
22157 #, no-wrap
22158 msgid ""
22159 " chmod mode path\n"
22160 "\n"
22161 msgstr ""
22162
22163 #. type: =head2
22164 #: ../fish/guestfish-actions.pod:683
22165 msgid "chown"
22166 msgstr ""
22167
22168 #. type: verbatim
22169 #: ../fish/guestfish-actions.pod:685
22170 #, no-wrap
22171 msgid ""
22172 " chown owner group path\n"
22173 "\n"
22174 msgstr ""
22175
22176 #. type: =head2
22177 #: ../fish/guestfish-actions.pod:693
22178 msgid "command"
22179 msgstr ""
22180
22181 #. type: verbatim
22182 #: ../fish/guestfish-actions.pod:695
22183 #, no-wrap
22184 msgid ""
22185 " command 'arguments ...'\n"
22186 "\n"
22187 msgstr ""
22188
22189 #. type: textblock
22190 #: ../fish/guestfish-actions.pod:702
22191 msgid ""
22192 "The single parameter is an argv-style list of arguments.  The first element "
22193 "is the name of the program to run.  Subsequent elements are parameters.  The "
22194 "list must be non-empty (ie. must contain a program name).  Note that the "
22195 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
22196 msgstr ""
22197
22198 #. type: =head2
22199 #: ../fish/guestfish-actions.pod:730
22200 msgid "command-lines"
22201 msgstr ""
22202
22203 #. type: verbatim
22204 #: ../fish/guestfish-actions.pod:732
22205 #, no-wrap
22206 msgid ""
22207 " command-lines 'arguments ...'\n"
22208 "\n"
22209 msgstr ""
22210
22211 #. type: textblock
22212 #: ../fish/guestfish-actions.pod:734
22213 msgid "This is the same as L</command>, but splits the result into a list of lines."
22214 msgstr ""
22215
22216 #. type: textblock
22217 #: ../fish/guestfish-actions.pod:737
22218 msgid "See also: L</sh-lines>"
22219 msgstr ""
22220
22221 #. type: =head2
22222 #: ../fish/guestfish-actions.pod:742
22223 msgid "config"
22224 msgstr ""
22225
22226 #. type: verbatim
22227 #: ../fish/guestfish-actions.pod:744
22228 #, no-wrap
22229 msgid ""
22230 " config qemuparam qemuvalue\n"
22231 "\n"
22232 msgstr ""
22233
22234 #. type: =head2
22235 #: ../fish/guestfish-actions.pod:755
22236 msgid "copy-size"
22237 msgstr ""
22238
22239 #. type: verbatim
22240 #: ../fish/guestfish-actions.pod:757
22241 #, no-wrap
22242 msgid ""
22243 " copy-size src dest size\n"
22244 "\n"
22245 msgstr ""
22246
22247 #. type: =head2
22248 #: ../fish/guestfish-actions.pod:765
22249 msgid "cp"
22250 msgstr ""
22251
22252 #. type: verbatim
22253 #: ../fish/guestfish-actions.pod:767
22254 #, no-wrap
22255 msgid ""
22256 " cp src dest\n"
22257 "\n"
22258 msgstr ""
22259
22260 #. type: =head2
22261 #: ../fish/guestfish-actions.pod:772
22262 msgid "cp-a"
22263 msgstr ""
22264
22265 #. type: verbatim
22266 #: ../fish/guestfish-actions.pod:774
22267 #, no-wrap
22268 msgid ""
22269 " cp-a src dest\n"
22270 "\n"
22271 msgstr ""
22272
22273 #. type: =head2
22274 #: ../fish/guestfish-actions.pod:779
22275 msgid "dd"
22276 msgstr ""
22277
22278 #. type: verbatim
22279 #: ../fish/guestfish-actions.pod:781
22280 #, no-wrap
22281 msgid ""
22282 " dd src dest\n"
22283 "\n"
22284 msgstr ""
22285
22286 #. type: textblock
22287 #: ../fish/guestfish-actions.pod:788
22288 msgid ""
22289 "If the destination is a device, it must be as large or larger than the "
22290 "source file or device, otherwise the copy will fail.  This command cannot do "
22291 "partial copies (see L</copy-size>)."
22292 msgstr ""
22293
22294 #. type: =head2
22295 #: ../fish/guestfish-actions.pod:792
22296 msgid "df"
22297 msgstr ""
22298
22299 #. type: verbatim
22300 #: ../fish/guestfish-actions.pod:794
22301 #, no-wrap
22302 msgid ""
22303 " df\n"
22304 "\n"
22305 msgstr ""
22306
22307 #. type: textblock
22308 #: ../fish/guestfish-actions.pod:798 ../fish/guestfish-actions.pod:809
22309 msgid ""
22310 "This command is mostly useful for interactive sessions.  It is I<not> "
22311 "intended that you try to parse the output string.  Use L</statvfs> from "
22312 "programs."
22313 msgstr ""
22314
22315 #. type: =head2
22316 #: ../fish/guestfish-actions.pod:802
22317 msgid "df-h"
22318 msgstr ""
22319
22320 #. type: verbatim
22321 #: ../fish/guestfish-actions.pod:804
22322 #, no-wrap
22323 msgid ""
22324 " df-h\n"
22325 "\n"
22326 msgstr ""
22327
22328 #. type: =head2
22329 #: ../fish/guestfish-actions.pod:813
22330 msgid "dmesg"
22331 msgstr ""
22332
22333 #. type: verbatim
22334 #: ../fish/guestfish-actions.pod:815
22335 #, no-wrap
22336 msgid ""
22337 " dmesg\n"
22338 "\n"
22339 msgstr ""
22340
22341 #. type: textblock
22342 #: ../fish/guestfish-actions.pod:821
22343 msgid ""
22344 "Another way to get the same information is to enable verbose messages with "
22345 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
22346 "before running the program."
22347 msgstr ""
22348
22349 #. type: =head2
22350 #: ../fish/guestfish-actions.pod:826
22351 msgid "download"
22352 msgstr ""
22353
22354 #. type: verbatim
22355 #: ../fish/guestfish-actions.pod:828
22356 #, no-wrap
22357 msgid ""
22358 " download remotefilename (filename|-)\n"
22359 "\n"
22360 msgstr ""
22361
22362 #. type: textblock
22363 #: ../fish/guestfish-actions.pod:835
22364 msgid "See also L</upload>, L</cat>."
22365 msgstr ""
22366
22367 #. type: =head2
22368 #: ../fish/guestfish-actions.pod:839
22369 msgid "download-offset"
22370 msgstr ""
22371
22372 #. type: verbatim
22373 #: ../fish/guestfish-actions.pod:841
22374 #, no-wrap
22375 msgid ""
22376 " download-offset remotefilename (filename|-) offset size\n"
22377 "\n"
22378 msgstr ""
22379
22380 #. type: textblock
22381 #: ../fish/guestfish-actions.pod:849
22382 msgid ""
22383 "Note that there is no limit on the amount of data that can be downloaded "
22384 "with this call, unlike with L</pread>, and this call always reads the full "
22385 "amount unless an error occurs."
22386 msgstr ""
22387
22388 #. type: textblock
22389 #: ../fish/guestfish-actions.pod:854
22390 msgid "See also L</download>, L</pread>."
22391 msgstr ""
22392
22393 #. type: =head2
22394 #: ../fish/guestfish-actions.pod:858
22395 msgid "drop-caches"
22396 msgstr ""
22397
22398 #. type: verbatim
22399 #: ../fish/guestfish-actions.pod:860
22400 #, no-wrap
22401 msgid ""
22402 " drop-caches whattodrop\n"
22403 "\n"
22404 msgstr ""
22405
22406 #. type: =head2
22407 #: ../fish/guestfish-actions.pod:872
22408 msgid "du"
22409 msgstr ""
22410
22411 #. type: verbatim
22412 #: ../fish/guestfish-actions.pod:874
22413 #, no-wrap
22414 msgid ""
22415 " du path\n"
22416 "\n"
22417 msgstr ""
22418
22419 #. type: =head2
22420 #: ../fish/guestfish-actions.pod:886
22421 msgid "e2fsck-f"
22422 msgstr ""
22423
22424 #. type: verbatim
22425 #: ../fish/guestfish-actions.pod:888
22426 #, no-wrap
22427 msgid ""
22428 " e2fsck-f device\n"
22429 "\n"
22430 msgstr ""
22431
22432 #. type: textblock
22433 #: ../fish/guestfish-actions.pod:894
22434 msgid ""
22435 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
22436 "should use L</fsck>."
22437 msgstr ""
22438
22439 #. type: =head2
22440 #: ../fish/guestfish-actions.pod:897
22441 msgid "echo-daemon"
22442 msgstr ""
22443
22444 #. type: verbatim
22445 #: ../fish/guestfish-actions.pod:899
22446 #, no-wrap
22447 msgid ""
22448 " echo-daemon 'words ...'\n"
22449 "\n"
22450 msgstr ""
22451
22452 #. type: textblock
22453 #: ../fish/guestfish-actions.pod:906
22454 msgid "See also L</ping-daemon>."
22455 msgstr ""
22456
22457 #. type: =head2
22458 #: ../fish/guestfish-actions.pod:908
22459 msgid "egrep"
22460 msgstr ""
22461
22462 #. type: verbatim
22463 #: ../fish/guestfish-actions.pod:910
22464 #, no-wrap
22465 msgid ""
22466 " egrep regex path\n"
22467 "\n"
22468 msgstr ""
22469
22470 #. type: =head2
22471 #: ../fish/guestfish-actions.pod:918
22472 msgid "egrepi"
22473 msgstr ""
22474
22475 #. type: verbatim
22476 #: ../fish/guestfish-actions.pod:920
22477 #, no-wrap
22478 msgid ""
22479 " egrepi regex path\n"
22480 "\n"
22481 msgstr ""
22482
22483 #. type: =head2
22484 #: ../fish/guestfish-actions.pod:928
22485 msgid "equal"
22486 msgstr ""
22487
22488 #. type: verbatim
22489 #: ../fish/guestfish-actions.pod:930
22490 #, no-wrap
22491 msgid ""
22492 " equal file1 file2\n"
22493 "\n"
22494 msgstr ""
22495
22496 #. type: =head2
22497 #: ../fish/guestfish-actions.pod:937
22498 msgid "exists"
22499 msgstr ""
22500
22501 #. type: verbatim
22502 #: ../fish/guestfish-actions.pod:939
22503 #, no-wrap
22504 msgid ""
22505 " exists path\n"
22506 "\n"
22507 msgstr ""
22508
22509 #. type: textblock
22510 #: ../fish/guestfish-actions.pod:944
22511 msgid "See also L</is-file>, L</is-dir>, L</stat>."
22512 msgstr ""
22513
22514 #. type: =head2
22515 #: ../fish/guestfish-actions.pod:946
22516 msgid "fallocate"
22517 msgstr ""
22518
22519 #. type: verbatim
22520 #: ../fish/guestfish-actions.pod:948
22521 #, no-wrap
22522 msgid ""
22523 " fallocate path len\n"
22524 "\n"
22525 msgstr ""
22526
22527 #. type: textblock
22528 #: ../fish/guestfish-actions.pod:958
22529 msgid ""
22530 "This function is deprecated.  In new code, use the L</fallocate64> call "
22531 "instead."
22532 msgstr ""
22533
22534 #. type: =head2
22535 #: ../fish/guestfish-actions.pod:965
22536 msgid "fallocate64"
22537 msgstr ""
22538
22539 #. type: verbatim
22540 #: ../fish/guestfish-actions.pod:967
22541 #, no-wrap
22542 msgid ""
22543 " fallocate64 path len\n"
22544 "\n"
22545 msgstr ""
22546
22547 #. type: textblock
22548 #: ../fish/guestfish-actions.pod:973
22549 msgid ""
22550 "Note that this call allocates disk blocks for the file.  To create a sparse "
22551 "file use L</truncate-size> instead."
22552 msgstr ""
22553
22554 #. type: textblock
22555 #: ../fish/guestfish-actions.pod:976
22556 msgid ""
22557 "The deprecated call L</fallocate> does the same, but owing to an oversight "
22558 "it only allowed 30 bit lengths to be specified, effectively limiting the "
22559 "maximum size of files created through that call to 1GB."
22560 msgstr ""
22561
22562 #. type: =head2
22563 #: ../fish/guestfish-actions.pod:985
22564 msgid "fgrep"
22565 msgstr ""
22566
22567 #. type: verbatim
22568 #: ../fish/guestfish-actions.pod:987
22569 #, no-wrap
22570 msgid ""
22571 " fgrep pattern path\n"
22572 "\n"
22573 msgstr ""
22574
22575 #. type: =head2
22576 #: ../fish/guestfish-actions.pod:995
22577 msgid "fgrepi"
22578 msgstr ""
22579
22580 #. type: verbatim
22581 #: ../fish/guestfish-actions.pod:997
22582 #, no-wrap
22583 msgid ""
22584 " fgrepi pattern path\n"
22585 "\n"
22586 msgstr ""
22587
22588 #. type: =head2
22589 #: ../fish/guestfish-actions.pod:1005
22590 msgid "file"
22591 msgstr ""
22592
22593 #. type: verbatim
22594 #: ../fish/guestfish-actions.pod:1007
22595 #, no-wrap
22596 msgid ""
22597 " file path\n"
22598 "\n"
22599 msgstr ""
22600
22601 #. type: textblock
22602 #: ../fish/guestfish-actions.pod:1023
22603 msgid ""
22604 "See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
22605 "(etc)."
22606 msgstr ""
22607
22608 #. type: =head2
22609 #: ../fish/guestfish-actions.pod:1026
22610 msgid "file-architecture"
22611 msgstr ""
22612
22613 #. type: verbatim
22614 #: ../fish/guestfish-actions.pod:1028
22615 #, no-wrap
22616 msgid ""
22617 " file-architecture filename\n"
22618 "\n"
22619 msgstr ""
22620
22621 #. type: =head2
22622 #: ../fish/guestfish-actions.pod:1131
22623 msgid "filesize"
22624 msgstr ""
22625
22626 #. type: verbatim
22627 #: ../fish/guestfish-actions.pod:1133
22628 #, no-wrap
22629 msgid ""
22630 " filesize file\n"
22631 "\n"
22632 msgstr ""
22633
22634 #. type: textblock
22635 #: ../fish/guestfish-actions.pod:1137
22636 msgid ""
22637 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
22638 "L</is-file> etc.  To get the size of block devices, use "
22639 "L</blockdev-getsize64>."
22640 msgstr ""
22641
22642 #. type: =head2
22643 #: ../fish/guestfish-actions.pod:1141
22644 msgid "fill"
22645 msgstr ""
22646
22647 #. type: verbatim
22648 #: ../fish/guestfish-actions.pod:1143
22649 #, no-wrap
22650 msgid ""
22651 " fill c len path\n"
22652 "\n"
22653 msgstr ""
22654
22655 #. type: textblock
22656 #: ../fish/guestfish-actions.pod:1149
22657 msgid ""
22658 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
22659 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
22660 "L</fill-pattern>."
22661 msgstr ""
22662
22663 #. type: =head2
22664 #: ../fish/guestfish-actions.pod:1154
22665 msgid "fill-pattern"
22666 msgstr ""
22667
22668 #. type: verbatim
22669 #: ../fish/guestfish-actions.pod:1156
22670 #, no-wrap
22671 msgid ""
22672 " fill-pattern pattern len path\n"
22673 "\n"
22674 msgstr ""
22675
22676 #. type: textblock
22677 #: ../fish/guestfish-actions.pod:1158
22678 msgid ""
22679 "This function is like L</fill> except that it creates a new file of length "
22680 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
22681 "is truncated if necessary to ensure the length of the file is exactly C<len> "
22682 "bytes."
22683 msgstr ""
22684
22685 #. type: =head2
22686 #: ../fish/guestfish-actions.pod:1163
22687 msgid "find"
22688 msgstr ""
22689
22690 #. type: verbatim
22691 #: ../fish/guestfish-actions.pod:1165
22692 #, no-wrap
22693 msgid ""
22694 " find directory\n"
22695 "\n"
22696 msgstr ""
22697
22698 #. type: textblock
22699 #: ../fish/guestfish-actions.pod:1179
22700 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
22701 msgstr ""
22702
22703 #. type: textblock
22704 #: ../fish/guestfish-actions.pod:1192
22705 msgid "See also L</find0>."
22706 msgstr ""
22707
22708 #. type: =head2
22709 #: ../fish/guestfish-actions.pod:1197
22710 msgid "find0"
22711 msgstr ""
22712
22713 #. type: verbatim
22714 #: ../fish/guestfish-actions.pod:1199
22715 #, no-wrap
22716 msgid ""
22717 " find0 directory (files|-)\n"
22718 "\n"
22719 msgstr ""
22720
22721 #. type: textblock
22722 #: ../fish/guestfish-actions.pod:1205
22723 msgid "This command works the same way as L</find> with the following exceptions:"
22724 msgstr ""
22725
22726 #. type: =head2
22727 #: ../fish/guestfish-actions.pod:1232
22728 msgid "findfs-label"
22729 msgstr ""
22730
22731 #. type: verbatim
22732 #: ../fish/guestfish-actions.pod:1234
22733 #, no-wrap
22734 msgid ""
22735 " findfs-label label\n"
22736 "\n"
22737 msgstr ""
22738
22739 #. type: textblock
22740 #: ../fish/guestfish-actions.pod:1240
22741 msgid "To find the label of a filesystem, use L</vfs-label>."
22742 msgstr ""
22743
22744 #. type: =head2
22745 #: ../fish/guestfish-actions.pod:1242
22746 msgid "findfs-uuid"
22747 msgstr ""
22748
22749 #. type: verbatim
22750 #: ../fish/guestfish-actions.pod:1244
22751 #, no-wrap
22752 msgid ""
22753 " findfs-uuid uuid\n"
22754 "\n"
22755 msgstr ""
22756
22757 #. type: textblock
22758 #: ../fish/guestfish-actions.pod:1250
22759 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
22760 msgstr ""
22761
22762 #. type: =head2
22763 #: ../fish/guestfish-actions.pod:1252
22764 msgid "fsck"
22765 msgstr ""
22766
22767 #. type: verbatim
22768 #: ../fish/guestfish-actions.pod:1254
22769 #, no-wrap
22770 msgid ""
22771 " fsck fstype device\n"
22772 "\n"
22773 msgstr ""
22774
22775 #. type: =head2
22776 #: ../fish/guestfish-actions.pod:1284
22777 msgid "get-append"
22778 msgstr ""
22779
22780 #. type: verbatim
22781 #: ../fish/guestfish-actions.pod:1286
22782 #, no-wrap
22783 msgid ""
22784 " get-append\n"
22785 "\n"
22786 msgstr ""
22787
22788 #. type: =head2
22789 #: ../fish/guestfish-actions.pod:1293
22790 msgid "get-attach-method"
22791 msgstr ""
22792
22793 #. type: verbatim
22794 #: ../fish/guestfish-actions.pod:1295
22795 #, no-wrap
22796 msgid ""
22797 " get-attach-method\n"
22798 "\n"
22799 msgstr ""
22800
22801 #. type: textblock
22802 #: ../fish/guestfish-actions.pod:1297
22803 msgid "Return the current attach method.  See L</set-attach-method>."
22804 msgstr ""
22805
22806 #. type: =head2
22807 #: ../fish/guestfish-actions.pod:1299
22808 msgid "get-autosync"
22809 msgstr ""
22810
22811 #. type: verbatim
22812 #: ../fish/guestfish-actions.pod:1301
22813 #, no-wrap
22814 msgid ""
22815 " get-autosync\n"
22816 "\n"
22817 msgstr ""
22818
22819 #. type: =head2
22820 #: ../fish/guestfish-actions.pod:1305
22821 msgid "get-direct"
22822 msgstr ""
22823
22824 #. type: verbatim
22825 #: ../fish/guestfish-actions.pod:1307
22826 #, no-wrap
22827 msgid ""
22828 " get-direct\n"
22829 "\n"
22830 msgstr ""
22831
22832 #. type: =head2
22833 #: ../fish/guestfish-actions.pod:1311
22834 msgid "get-e2label"
22835 msgstr ""
22836
22837 #. type: verbatim
22838 #: ../fish/guestfish-actions.pod:1313
22839 #, no-wrap
22840 msgid ""
22841 " get-e2label device\n"
22842 "\n"
22843 msgstr ""
22844
22845 #. type: textblock
22846 #: ../fish/guestfish-actions.pod:1318
22847 msgid ""
22848 "This function is deprecated.  In new code, use the L</vfs_label> call "
22849 "instead."
22850 msgstr ""
22851
22852 #. type: =head2
22853 #: ../fish/guestfish-actions.pod:1325
22854 msgid "get-e2uuid"
22855 msgstr ""
22856
22857 #. type: verbatim
22858 #: ../fish/guestfish-actions.pod:1327
22859 #, no-wrap
22860 msgid ""
22861 " get-e2uuid device\n"
22862 "\n"
22863 msgstr ""
22864
22865 #. type: textblock
22866 #: ../fish/guestfish-actions.pod:1332
22867 msgid ""
22868 "This function is deprecated.  In new code, use the L</vfs_uuid> call "
22869 "instead."
22870 msgstr ""
22871
22872 #. type: =head2
22873 #: ../fish/guestfish-actions.pod:1339
22874 msgid "get-memsize"
22875 msgstr ""
22876
22877 #. type: verbatim
22878 #: ../fish/guestfish-actions.pod:1341
22879 #, no-wrap
22880 msgid ""
22881 " get-memsize\n"
22882 "\n"
22883 msgstr ""
22884
22885 #. type: textblock
22886 #: ../fish/guestfish-actions.pod:1346
22887 msgid ""
22888 "If L</set-memsize> was not called on this handle, and if "
22889 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
22890 "value for memsize."
22891 msgstr ""
22892
22893 #. type: =head2
22894 #: ../fish/guestfish-actions.pod:1353
22895 msgid "get-network"
22896 msgstr ""
22897
22898 #. type: verbatim
22899 #: ../fish/guestfish-actions.pod:1355
22900 #, no-wrap
22901 msgid ""
22902 " get-network\n"
22903 "\n"
22904 msgstr ""
22905
22906 #. type: =head2
22907 #: ../fish/guestfish-actions.pod:1359
22908 msgid "get-path"
22909 msgstr ""
22910
22911 #. type: verbatim
22912 #: ../fish/guestfish-actions.pod:1361
22913 #, no-wrap
22914 msgid ""
22915 " get-path\n"
22916 "\n"
22917 msgstr ""
22918
22919 #. type: =head2
22920 #: ../fish/guestfish-actions.pod:1368
22921 msgid "get-pid"
22922 msgstr ""
22923
22924 #. type: =head2
22925 #: ../fish/guestfish-actions.pod:1370
22926 msgid "pid"
22927 msgstr ""
22928
22929 #. type: verbatim
22930 #: ../fish/guestfish-actions.pod:1372
22931 #, no-wrap
22932 msgid ""
22933 " get-pid\n"
22934 "\n"
22935 msgstr ""
22936
22937 #. type: =head2
22938 #: ../fish/guestfish-actions.pod:1379
22939 msgid "get-qemu"
22940 msgstr ""
22941
22942 #. type: verbatim
22943 #: ../fish/guestfish-actions.pod:1381
22944 #, no-wrap
22945 msgid ""
22946 " get-qemu\n"
22947 "\n"
22948 msgstr ""
22949
22950 #. type: =head2
22951 #: ../fish/guestfish-actions.pod:1388
22952 msgid "get-recovery-proc"
22953 msgstr ""
22954
22955 #. type: verbatim
22956 #: ../fish/guestfish-actions.pod:1390
22957 #, no-wrap
22958 msgid ""
22959 " get-recovery-proc\n"
22960 "\n"
22961 msgstr ""
22962
22963 #. type: =head2
22964 #: ../fish/guestfish-actions.pod:1394
22965 msgid "get-selinux"
22966 msgstr ""
22967
22968 #. type: verbatim
22969 #: ../fish/guestfish-actions.pod:1396
22970 #, no-wrap
22971 msgid ""
22972 " get-selinux\n"
22973 "\n"
22974 msgstr ""
22975
22976 #. type: textblock
22977 #: ../fish/guestfish-actions.pod:1398
22978 msgid ""
22979 "This returns the current setting of the selinux flag which is passed to the "
22980 "appliance at boot time.  See L</set-selinux>."
22981 msgstr ""
22982
22983 #. type: =head2
22984 #: ../fish/guestfish-actions.pod:1404
22985 msgid "get-state"
22986 msgstr ""
22987
22988 #. type: verbatim
22989 #: ../fish/guestfish-actions.pod:1406
22990 #, no-wrap
22991 msgid ""
22992 " get-state\n"
22993 "\n"
22994 msgstr ""
22995
22996 #. type: =head2
22997 #: ../fish/guestfish-actions.pod:1413
22998 msgid "get-trace"
22999 msgstr ""
23000
23001 #. type: verbatim
23002 #: ../fish/guestfish-actions.pod:1415
23003 #, no-wrap
23004 msgid ""
23005 " get-trace\n"
23006 "\n"
23007 msgstr ""
23008
23009 #. type: =head2
23010 #: ../fish/guestfish-actions.pod:1419
23011 msgid "get-umask"
23012 msgstr ""
23013
23014 #. type: verbatim
23015 #: ../fish/guestfish-actions.pod:1421
23016 #, no-wrap
23017 msgid ""
23018 " get-umask\n"
23019 "\n"
23020 msgstr ""
23021
23022 #. type: textblock
23023 #: ../fish/guestfish-actions.pod:1423
23024 msgid ""
23025 "Return the current umask.  By default the umask is C<022> unless it has been "
23026 "set by calling L</umask>."
23027 msgstr ""
23028
23029 #. type: =head2
23030 #: ../fish/guestfish-actions.pod:1426
23031 msgid "get-verbose"
23032 msgstr ""
23033
23034 #. type: verbatim
23035 #: ../fish/guestfish-actions.pod:1428
23036 #, no-wrap
23037 msgid ""
23038 " get-verbose\n"
23039 "\n"
23040 msgstr ""
23041
23042 #. type: =head2
23043 #: ../fish/guestfish-actions.pod:1432
23044 msgid "getcon"
23045 msgstr ""
23046
23047 #. type: verbatim
23048 #: ../fish/guestfish-actions.pod:1434
23049 #, no-wrap
23050 msgid ""
23051 " getcon\n"
23052 "\n"
23053 msgstr ""
23054
23055 #. type: textblock
23056 #: ../fish/guestfish-actions.pod:1438
23057 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
23058 msgstr ""
23059
23060 #. type: =head2
23061 #: ../fish/guestfish-actions.pod:1441
23062 msgid "getxattr"
23063 msgstr ""
23064
23065 #. type: verbatim
23066 #: ../fish/guestfish-actions.pod:1443
23067 #, no-wrap
23068 msgid ""
23069 " getxattr path name\n"
23070 "\n"
23071 msgstr ""
23072
23073 #. type: textblock
23074 #: ../fish/guestfish-actions.pod:1445
23075 msgid ""
23076 "Get a single extended attribute from file C<path> named C<name>.  This call "
23077 "follows symlinks.  If you want to lookup an extended attribute for the "
23078 "symlink itself, use L</lgetxattr>."
23079 msgstr ""
23080
23081 #. type: textblock
23082 #: ../fish/guestfish-actions.pod:1449 ../fish/guestfish-actions.pod:2477
23083 msgid ""
23084 "Normally it is better to get all extended attributes from a file in one go "
23085 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
23086 "buggy and do not provide a way to list out attributes.  For these "
23087 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
23088 "attributes you want in advance and call this function."
23089 msgstr ""
23090
23091 #. type: textblock
23092 #: ../fish/guestfish-actions.pod:1459
23093 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
23094 msgstr ""
23095
23096 #. type: =head2
23097 #: ../fish/guestfish-actions.pod:1461
23098 msgid "getxattrs"
23099 msgstr ""
23100
23101 #. type: verbatim
23102 #: ../fish/guestfish-actions.pod:1463
23103 #, no-wrap
23104 msgid ""
23105 " getxattrs path\n"
23106 "\n"
23107 msgstr ""
23108
23109 #. type: textblock
23110 #: ../fish/guestfish-actions.pod:1471
23111 msgid "See also: L</lgetxattrs>, L<attr(5)>."
23112 msgstr ""
23113
23114 #. type: =head2
23115 #: ../fish/guestfish-actions.pod:1473
23116 msgid "glob-expand"
23117 msgstr ""
23118
23119 #. type: verbatim
23120 #: ../fish/guestfish-actions.pod:1475
23121 #, no-wrap
23122 msgid ""
23123 " glob-expand pattern\n"
23124 "\n"
23125 msgstr ""
23126
23127 #. type: =head2
23128 #: ../fish/guestfish-actions.pod:1488
23129 msgid "grep"
23130 msgstr ""
23131
23132 #. type: verbatim
23133 #: ../fish/guestfish-actions.pod:1490
23134 #, no-wrap
23135 msgid ""
23136 " grep regex path\n"
23137 "\n"
23138 msgstr ""
23139
23140 #. type: =head2
23141 #: ../fish/guestfish-actions.pod:1498
23142 msgid "grepi"
23143 msgstr ""
23144
23145 #. type: verbatim
23146 #: ../fish/guestfish-actions.pod:1500
23147 #, no-wrap
23148 msgid ""
23149 " grepi regex path\n"
23150 "\n"
23151 msgstr ""
23152
23153 #. type: =head2
23154 #: ../fish/guestfish-actions.pod:1508
23155 msgid "grub-install"
23156 msgstr ""
23157
23158 #. type: verbatim
23159 #: ../fish/guestfish-actions.pod:1510
23160 #, no-wrap
23161 msgid ""
23162 " grub-install root device\n"
23163 "\n"
23164 msgstr ""
23165
23166 #. type: =head2
23167 #: ../fish/guestfish-actions.pod:1548
23168 msgid "head"
23169 msgstr ""
23170
23171 #. type: verbatim
23172 #: ../fish/guestfish-actions.pod:1550
23173 #, no-wrap
23174 msgid ""
23175 " head path\n"
23176 "\n"
23177 msgstr ""
23178
23179 #. type: =head2
23180 #: ../fish/guestfish-actions.pod:1558
23181 msgid "head-n"
23182 msgstr ""
23183
23184 #. type: verbatim
23185 #: ../fish/guestfish-actions.pod:1560
23186 #, no-wrap
23187 msgid ""
23188 " head-n nrlines path\n"
23189 "\n"
23190 msgstr ""
23191
23192 #. type: =head2
23193 #: ../fish/guestfish-actions.pod:1573
23194 msgid "hexdump"
23195 msgstr ""
23196
23197 #. type: verbatim
23198 #: ../fish/guestfish-actions.pod:1575
23199 #, no-wrap
23200 msgid ""
23201 " hexdump path\n"
23202 "\n"
23203 msgstr ""
23204
23205 #. type: =head2
23206 #: ../fish/guestfish-actions.pod:1583
23207 msgid "initrd-cat"
23208 msgstr ""
23209
23210 #. type: verbatim
23211 #: ../fish/guestfish-actions.pod:1585
23212 #, no-wrap
23213 msgid ""
23214 " initrd-cat initrdpath filename\n"
23215 "\n"
23216 msgstr ""
23217
23218 #. type: textblock
23219 #: ../fish/guestfish-actions.pod:1597
23220 msgid "See also L</initrd-list>."
23221 msgstr ""
23222
23223 #. type: =head2
23224 #: ../fish/guestfish-actions.pod:1602
23225 msgid "initrd-list"
23226 msgstr ""
23227
23228 #. type: verbatim
23229 #: ../fish/guestfish-actions.pod:1604
23230 #, no-wrap
23231 msgid ""
23232 " initrd-list path\n"
23233 "\n"
23234 msgstr ""
23235
23236 #. type: =head2
23237 #: ../fish/guestfish-actions.pod:1616
23238 msgid "inotify-add-watch"
23239 msgstr ""
23240
23241 #. type: verbatim
23242 #: ../fish/guestfish-actions.pod:1618
23243 #, no-wrap
23244 msgid ""
23245 " inotify-add-watch path mask\n"
23246 "\n"
23247 msgstr ""
23248
23249 #. type: =head2
23250 #: ../fish/guestfish-actions.pod:1630
23251 msgid "inotify-close"
23252 msgstr ""
23253
23254 #. type: verbatim
23255 #: ../fish/guestfish-actions.pod:1632
23256 #, no-wrap
23257 msgid ""
23258 " inotify-close\n"
23259 "\n"
23260 msgstr ""
23261
23262 #. type: =head2
23263 #: ../fish/guestfish-actions.pod:1638
23264 msgid "inotify-files"
23265 msgstr ""
23266
23267 #. type: verbatim
23268 #: ../fish/guestfish-actions.pod:1640
23269 #, no-wrap
23270 msgid ""
23271 " inotify-files\n"
23272 "\n"
23273 msgstr ""
23274
23275 #. type: textblock
23276 #: ../fish/guestfish-actions.pod:1642
23277 msgid ""
23278 "This function is a helpful wrapper around L</inotify-read> which just "
23279 "returns a list of pathnames of objects that were touched.  The returned "
23280 "pathnames are sorted and deduplicated."
23281 msgstr ""
23282
23283 #. type: =head2
23284 #: ../fish/guestfish-actions.pod:1646
23285 msgid "inotify-init"
23286 msgstr ""
23287
23288 #. type: verbatim
23289 #: ../fish/guestfish-actions.pod:1648
23290 #, no-wrap
23291 msgid ""
23292 " inotify-init maxevents\n"
23293 "\n"
23294 msgstr ""
23295
23296 #. type: textblock
23297 #: ../fish/guestfish-actions.pod:1654
23298 msgid ""
23299 "C<maxevents> is the maximum number of events which will be queued up between "
23300 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
23301 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
23302 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
23303 "but records the fact that it threw them away by setting a flag "
23304 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
23305 msgstr ""
23306
23307 #. type: textblock
23308 #: ../fish/guestfish-actions.pod:1664
23309 msgid ""
23310 "Before any events are generated, you have to add some watches to the "
23311 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
23312 "L</inotify-watch-all>."
23313 msgstr ""
23314
23315 #. type: textblock
23316 #: ../fish/guestfish-actions.pod:1670
23317 msgid ""
23318 "Queued up events should be read periodically by calling L</inotify-read> (or "
23319 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
23320 "If you don't read the events out often enough then you risk the internal "
23321 "queue overflowing."
23322 msgstr ""
23323
23324 #. type: textblock
23325 #: ../fish/guestfish-actions.pod:1677
23326 msgid ""
23327 "The handle should be closed after use by calling L</inotify-close>.  This "
23328 "also removes any watches automatically."
23329 msgstr ""
23330
23331 #. type: =head2
23332 #: ../fish/guestfish-actions.pod:1686
23333 msgid "inotify-read"
23334 msgstr ""
23335
23336 #. type: verbatim
23337 #: ../fish/guestfish-actions.pod:1688
23338 #, no-wrap
23339 msgid ""
23340 " inotify-read\n"
23341 "\n"
23342 msgstr ""
23343
23344 #. type: =head2
23345 #: ../fish/guestfish-actions.pod:1701
23346 msgid "inotify-rm-watch"
23347 msgstr ""
23348
23349 #. type: verbatim
23350 #: ../fish/guestfish-actions.pod:1703
23351 #, no-wrap
23352 msgid ""
23353 " inotify-rm-watch wd\n"
23354 "\n"
23355 msgstr ""
23356
23357 #. type: textblock
23358 #: ../fish/guestfish-actions.pod:1705
23359 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
23360 msgstr ""
23361
23362 #. type: =head2
23363 #: ../fish/guestfish-actions.pod:1708
23364 msgid "inspect-get-arch"
23365 msgstr ""
23366
23367 #. type: verbatim
23368 #: ../fish/guestfish-actions.pod:1710
23369 #, no-wrap
23370 msgid ""
23371 " inspect-get-arch root\n"
23372 "\n"
23373 msgstr ""
23374
23375 #. type: textblock
23376 #: ../fish/guestfish-actions.pod:1712 ../fish/guestfish-actions.pod:1728 ../fish/guestfish-actions.pod:1814 ../fish/guestfish-actions.pod:1850 ../fish/guestfish-actions.pod:1868 ../fish/guestfish-actions.pod:1902 ../fish/guestfish-actions.pod:1917 ../fish/guestfish-actions.pod:1938 ../fish/guestfish-actions.pod:1953 ../fish/guestfish-actions.pod:1986 ../fish/guestfish-actions.pod:2008 ../fish/guestfish-actions.pod:2032 ../fish/guestfish-actions.pod:2049 ../fish/guestfish-actions.pod:2092 ../fish/guestfish-actions.pod:2127 ../fish/guestfish-actions.pod:2143 ../fish/guestfish-actions.pod:2159 ../fish/guestfish-actions.pod:2172 ../fish/guestfish-actions.pod:2185 ../fish/guestfish-actions.pod:2200
23377 msgid ""
23378 "This function should only be called with a root device string as returned by "
23379 "L</inspect-os>."
23380 msgstr ""
23381
23382 #. type: textblock
23383 #: ../fish/guestfish-actions.pod:1715
23384 msgid ""
23385 "This returns the architecture of the inspected operating system.  The "
23386 "possible return values are listed under L</file-architecture>."
23387 msgstr ""
23388
23389 #. type: =head2
23390 #: ../fish/guestfish-actions.pod:1724
23391 msgid "inspect-get-distro"
23392 msgstr ""
23393
23394 #. type: verbatim
23395 #: ../fish/guestfish-actions.pod:1726
23396 #, no-wrap
23397 msgid ""
23398 " inspect-get-distro root\n"
23399 "\n"
23400 msgstr ""
23401
23402 #. type: =head2
23403 #: ../fish/guestfish-actions.pod:1810
23404 msgid "inspect-get-drive-mappings"
23405 msgstr ""
23406
23407 #. type: verbatim
23408 #: ../fish/guestfish-actions.pod:1812
23409 #, no-wrap
23410 msgid ""
23411 " inspect-get-drive-mappings root\n"
23412 "\n"
23413 msgstr ""
23414
23415 #. type: textblock
23416 #: ../fish/guestfish-actions.pod:1842
23417 msgid ""
23418 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23419 "L</inspect-get-mountpoints>, L</inspect-get-filesystems>."
23420 msgstr ""
23421
23422 #. type: =head2
23423 #: ../fish/guestfish-actions.pod:1846
23424 msgid "inspect-get-filesystems"
23425 msgstr ""
23426
23427 #. type: verbatim
23428 #: ../fish/guestfish-actions.pod:1848
23429 #, no-wrap
23430 msgid ""
23431 " inspect-get-filesystems root\n"
23432 "\n"
23433 msgstr ""
23434
23435 #. type: textblock
23436 #: ../fish/guestfish-actions.pod:1861
23437 msgid ""
23438 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23439 "L</inspect-get-mountpoints>."
23440 msgstr ""
23441
23442 #. type: =head2
23443 #: ../fish/guestfish-actions.pod:1864
23444 msgid "inspect-get-format"
23445 msgstr ""
23446
23447 #. type: verbatim
23448 #: ../fish/guestfish-actions.pod:1866
23449 #, no-wrap
23450 msgid ""
23451 " inspect-get-format root\n"
23452 "\n"
23453 msgstr ""
23454
23455 #. type: =head2
23456 #: ../fish/guestfish-actions.pod:1898
23457 msgid "inspect-get-hostname"
23458 msgstr ""
23459
23460 #. type: verbatim
23461 #: ../fish/guestfish-actions.pod:1900
23462 #, no-wrap
23463 msgid ""
23464 " inspect-get-hostname root\n"
23465 "\n"
23466 msgstr ""
23467
23468 #. type: =head2
23469 #: ../fish/guestfish-actions.pod:1913
23470 msgid "inspect-get-major-version"
23471 msgstr ""
23472
23473 #. type: verbatim
23474 #: ../fish/guestfish-actions.pod:1915
23475 #, no-wrap
23476 msgid ""
23477 " inspect-get-major-version root\n"
23478 "\n"
23479 msgstr ""
23480
23481 #. type: =head2
23482 #: ../fish/guestfish-actions.pod:1934
23483 msgid "inspect-get-minor-version"
23484 msgstr ""
23485
23486 #. type: verbatim
23487 #: ../fish/guestfish-actions.pod:1936
23488 #, no-wrap
23489 msgid ""
23490 " inspect-get-minor-version root\n"
23491 "\n"
23492 msgstr ""
23493
23494 #. type: textblock
23495 #: ../fish/guestfish-actions.pod:1946
23496 msgid ""
23497 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23498 "L</inspect-get-major-version>."
23499 msgstr ""
23500
23501 #. type: =head2
23502 #: ../fish/guestfish-actions.pod:1949
23503 msgid "inspect-get-mountpoints"
23504 msgstr ""
23505
23506 #. type: verbatim
23507 #: ../fish/guestfish-actions.pod:1951
23508 #, no-wrap
23509 msgid ""
23510 " inspect-get-mountpoints root\n"
23511 "\n"
23512 msgstr ""
23513
23514 #. type: textblock
23515 #: ../fish/guestfish-actions.pod:1973
23516 msgid ""
23517 "For operating systems like Windows which still use drive letters, this call "
23518 "will only return an entry for the first drive \"mounted on\" C</>.  For "
23519 "information about the mapping of drive letters to partitions, see "
23520 "L</inspect-get-drive-mappings>."
23521 msgstr ""
23522
23523 #. type: textblock
23524 #: ../fish/guestfish-actions.pod:1979
23525 msgid ""
23526 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23527 "L</inspect-get-filesystems>."
23528 msgstr ""
23529
23530 #. type: =head2
23531 #: ../fish/guestfish-actions.pod:1982
23532 msgid "inspect-get-package-format"
23533 msgstr ""
23534
23535 #. type: verbatim
23536 #: ../fish/guestfish-actions.pod:1984
23537 #, no-wrap
23538 msgid ""
23539 " inspect-get-package-format root\n"
23540 "\n"
23541 msgstr ""
23542
23543 #. type: textblock
23544 #: ../fish/guestfish-actions.pod:1989
23545 msgid ""
23546 "This function and L</inspect-get-package-management> return the package "
23547 "format and package management tool used by the inspected operating system.  "
23548 "For example for Fedora these functions would return C<rpm> (package format) "
23549 "and C<yum> (package management)."
23550 msgstr ""
23551
23552 #. type: =head2
23553 #: ../fish/guestfish-actions.pod:2004
23554 msgid "inspect-get-package-management"
23555 msgstr ""
23556
23557 #. type: verbatim
23558 #: ../fish/guestfish-actions.pod:2006
23559 #, no-wrap
23560 msgid ""
23561 " inspect-get-package-management root\n"
23562 "\n"
23563 msgstr ""
23564
23565 #. type: textblock
23566 #: ../fish/guestfish-actions.pod:2011
23567 msgid ""
23568 "L</inspect-get-package-format> and this function return the package format "
23569 "and package management tool used by the inspected operating system.  For "
23570 "example for Fedora these functions would return C<rpm> (package format) and "
23571 "C<yum> (package management)."
23572 msgstr ""
23573
23574 #. type: =head2
23575 #: ../fish/guestfish-actions.pod:2028
23576 msgid "inspect-get-product-name"
23577 msgstr ""
23578
23579 #. type: verbatim
23580 #: ../fish/guestfish-actions.pod:2030
23581 #, no-wrap
23582 msgid ""
23583 " inspect-get-product-name root\n"
23584 "\n"
23585 msgstr ""
23586
23587 #. type: =head2
23588 #: ../fish/guestfish-actions.pod:2045
23589 msgid "inspect-get-product-variant"
23590 msgstr ""
23591
23592 #. type: verbatim
23593 #: ../fish/guestfish-actions.pod:2047
23594 #, no-wrap
23595 msgid ""
23596 " inspect-get-product-variant root\n"
23597 "\n"
23598 msgstr ""
23599
23600 #. type: textblock
23601 #: ../fish/guestfish-actions.pod:2071
23602 msgid ""
23603 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
23604 "L</inspect-get-product-name>, L</inspect-get-major-version>."
23605 msgstr ""
23606
23607 #. type: =head2
23608 #: ../fish/guestfish-actions.pod:2075
23609 msgid "inspect-get-roots"
23610 msgstr ""
23611
23612 #. type: verbatim
23613 #: ../fish/guestfish-actions.pod:2077
23614 #, no-wrap
23615 msgid ""
23616 " inspect-get-roots\n"
23617 "\n"
23618 msgstr ""
23619
23620 #. type: textblock
23621 #: ../fish/guestfish-actions.pod:2079
23622 msgid ""
23623 "This function is a convenient way to get the list of root devices, as "
23624 "returned from a previous call to L</inspect-os>, but without redoing the "
23625 "whole inspection process."
23626 msgstr ""
23627
23628 #. type: textblock
23629 #: ../fish/guestfish-actions.pod:2083
23630 msgid ""
23631 "This returns an empty list if either no root devices were found or the "
23632 "caller has not called L</inspect-os>."
23633 msgstr ""
23634
23635 #. type: =head2
23636 #: ../fish/guestfish-actions.pod:2088
23637 msgid "inspect-get-type"
23638 msgstr ""
23639
23640 #. type: verbatim
23641 #: ../fish/guestfish-actions.pod:2090
23642 #, no-wrap
23643 msgid ""
23644 " inspect-get-type root\n"
23645 "\n"
23646 msgstr ""
23647
23648 #. type: =head2
23649 #: ../fish/guestfish-actions.pod:2123
23650 msgid "inspect-get-windows-current-control-set"
23651 msgstr ""
23652
23653 #. type: verbatim
23654 #: ../fish/guestfish-actions.pod:2125
23655 #, no-wrap
23656 msgid ""
23657 " inspect-get-windows-current-control-set root\n"
23658 "\n"
23659 msgstr ""
23660
23661 #. type: =head2
23662 #: ../fish/guestfish-actions.pod:2139
23663 msgid "inspect-get-windows-systemroot"
23664 msgstr ""
23665
23666 #. type: verbatim
23667 #: ../fish/guestfish-actions.pod:2141
23668 #, no-wrap
23669 msgid ""
23670 " inspect-get-windows-systemroot root\n"
23671 "\n"
23672 msgstr ""
23673
23674 #. type: =head2
23675 #: ../fish/guestfish-actions.pod:2155
23676 msgid "inspect-is-live"
23677 msgstr ""
23678
23679 #. type: verbatim
23680 #: ../fish/guestfish-actions.pod:2157
23681 #, no-wrap
23682 msgid ""
23683 " inspect-is-live root\n"
23684 "\n"
23685 msgstr ""
23686
23687 #. type: textblock
23688 #: ../fish/guestfish-actions.pod:2162
23689 msgid ""
23690 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23691 "then this returns true if a live image was detected on the disk."
23692 msgstr ""
23693
23694 #. type: =head2
23695 #: ../fish/guestfish-actions.pod:2168
23696 msgid "inspect-is-multipart"
23697 msgstr ""
23698
23699 #. type: verbatim
23700 #: ../fish/guestfish-actions.pod:2170
23701 #, no-wrap
23702 msgid ""
23703 " inspect-is-multipart root\n"
23704 "\n"
23705 msgstr ""
23706
23707 #. type: textblock
23708 #: ../fish/guestfish-actions.pod:2175
23709 msgid ""
23710 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23711 "then this returns true if the disk is part of a set."
23712 msgstr ""
23713
23714 #. type: =head2
23715 #: ../fish/guestfish-actions.pod:2181
23716 msgid "inspect-is-netinst"
23717 msgstr ""
23718
23719 #. type: verbatim
23720 #: ../fish/guestfish-actions.pod:2183
23721 #, no-wrap
23722 msgid ""
23723 " inspect-is-netinst root\n"
23724 "\n"
23725 msgstr ""
23726
23727 #. type: textblock
23728 #: ../fish/guestfish-actions.pod:2188
23729 msgid ""
23730 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23731 "then this returns true if the disk is a network installer, ie. not a "
23732 "self-contained install CD but one which is likely to require network access "
23733 "to complete the install."
23734 msgstr ""
23735
23736 #. type: =head2
23737 #: ../fish/guestfish-actions.pod:2196
23738 msgid "inspect-list-applications"
23739 msgstr ""
23740
23741 #. type: verbatim
23742 #: ../fish/guestfish-actions.pod:2198
23743 #, no-wrap
23744 msgid ""
23745 " inspect-list-applications root\n"
23746 "\n"
23747 msgstr ""
23748
23749 #. type: textblock
23750 #: ../fish/guestfish-actions.pod:2205
23751 msgid ""
23752 "I<Note:> This call works differently from other parts of the inspection "
23753 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
23754 "then mount up the disks, before calling this.  Listing applications is a "
23755 "significantly more difficult operation which requires access to the full "
23756 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
23757 "are just returning data cached in the libguestfs handle, this call actually "
23758 "reads parts of the mounted filesystems during the call."
23759 msgstr ""
23760
23761 #. type: =head2
23762 #: ../fish/guestfish-actions.pod:2295
23763 msgid "inspect-os"
23764 msgstr ""
23765
23766 #. type: verbatim
23767 #: ../fish/guestfish-actions.pod:2297
23768 #, no-wrap
23769 msgid ""
23770 " inspect-os\n"
23771 "\n"
23772 msgstr ""
23773
23774 #. type: textblock
23775 #: ../fish/guestfish-actions.pod:2312
23776 msgid ""
23777 "You can pass the root string(s) returned to other L</inspect-get-*> "
23778 "functions in order to query further information about each operating system, "
23779 "such as the name and version."
23780 msgstr ""
23781
23782 #. type: textblock
23783 #: ../fish/guestfish-actions.pod:2317
23784 msgid ""
23785 "This function uses other libguestfs features such as L</mount-ro> and "
23786 "L</umount-all> in order to mount and unmount filesystems and look at the "
23787 "contents.  This should be called with no disks currently mounted.  The "
23788 "function may also use Augeas, so any existing Augeas handle will be closed."
23789 msgstr ""
23790
23791 #. type: textblock
23792 #: ../fish/guestfish-actions.pod:2329 ../fish/guestfish-actions.pod:2505 ../fish/guestfish-actions.pod:2551
23793 msgid "See also L</list-filesystems>."
23794 msgstr ""
23795
23796 #. type: =head2
23797 #: ../fish/guestfish-actions.pod:2331
23798 msgid "is-blockdev"
23799 msgstr ""
23800
23801 #. type: verbatim
23802 #: ../fish/guestfish-actions.pod:2333
23803 #, no-wrap
23804 msgid ""
23805 " is-blockdev path\n"
23806 "\n"
23807 msgstr ""
23808
23809 #. type: textblock
23810 #: ../fish/guestfish-actions.pod:2338 ../fish/guestfish-actions.pod:2356 ../fish/guestfish-actions.pod:2375 ../fish/guestfish-actions.pod:2384 ../fish/guestfish-actions.pod:2394 ../fish/guestfish-actions.pod:2428 ../fish/guestfish-actions.pod:2437
23811 msgid "See also L</stat>."
23812 msgstr ""
23813
23814 #. type: =head2
23815 #: ../fish/guestfish-actions.pod:2340
23816 msgid "is-busy"
23817 msgstr ""
23818
23819 #. type: verbatim
23820 #: ../fish/guestfish-actions.pod:2342
23821 #, no-wrap
23822 msgid ""
23823 " is-busy\n"
23824 "\n"
23825 msgstr ""
23826
23827 #. type: =head2
23828 #: ../fish/guestfish-actions.pod:2349
23829 msgid "is-chardev"
23830 msgstr ""
23831
23832 #. type: verbatim
23833 #: ../fish/guestfish-actions.pod:2351
23834 #, no-wrap
23835 msgid ""
23836 " is-chardev path\n"
23837 "\n"
23838 msgstr ""
23839
23840 #. type: =head2
23841 #: ../fish/guestfish-actions.pod:2358
23842 msgid "is-config"
23843 msgstr ""
23844
23845 #. type: verbatim
23846 #: ../fish/guestfish-actions.pod:2360
23847 #, no-wrap
23848 msgid ""
23849 " is-config\n"
23850 "\n"
23851 msgstr ""
23852
23853 #. type: =head2
23854 #: ../fish/guestfish-actions.pod:2367
23855 msgid "is-dir"
23856 msgstr ""
23857
23858 #. type: verbatim
23859 #: ../fish/guestfish-actions.pod:2369
23860 #, no-wrap
23861 msgid ""
23862 " is-dir path\n"
23863 "\n"
23864 msgstr ""
23865
23866 #. type: =head2
23867 #: ../fish/guestfish-actions.pod:2377
23868 msgid "is-fifo"
23869 msgstr ""
23870
23871 #. type: verbatim
23872 #: ../fish/guestfish-actions.pod:2379
23873 #, no-wrap
23874 msgid ""
23875 " is-fifo path\n"
23876 "\n"
23877 msgstr ""
23878
23879 #. type: =head2
23880 #: ../fish/guestfish-actions.pod:2386
23881 msgid "is-file"
23882 msgstr ""
23883
23884 #. type: verbatim
23885 #: ../fish/guestfish-actions.pod:2388
23886 #, no-wrap
23887 msgid ""
23888 " is-file path\n"
23889 "\n"
23890 msgstr ""
23891
23892 #. type: =head2
23893 #: ../fish/guestfish-actions.pod:2396
23894 msgid "is-launching"
23895 msgstr ""
23896
23897 #. type: verbatim
23898 #: ../fish/guestfish-actions.pod:2398
23899 #, no-wrap
23900 msgid ""
23901 " is-launching\n"
23902 "\n"
23903 msgstr ""
23904
23905 #. type: =head2
23906 #: ../fish/guestfish-actions.pod:2405
23907 msgid "is-lv"
23908 msgstr ""
23909
23910 #. type: verbatim
23911 #: ../fish/guestfish-actions.pod:2407
23912 #, no-wrap
23913 msgid ""
23914 " is-lv device\n"
23915 "\n"
23916 msgstr ""
23917
23918 #. type: =head2
23919 #: ../fish/guestfish-actions.pod:2412
23920 msgid "is-ready"
23921 msgstr ""
23922
23923 #. type: verbatim
23924 #: ../fish/guestfish-actions.pod:2414
23925 #, no-wrap
23926 msgid ""
23927 " is-ready\n"
23928 "\n"
23929 msgstr ""
23930
23931 #. type: =head2
23932 #: ../fish/guestfish-actions.pod:2421
23933 msgid "is-socket"
23934 msgstr ""
23935
23936 #. type: verbatim
23937 #: ../fish/guestfish-actions.pod:2423
23938 #, no-wrap
23939 msgid ""
23940 " is-socket path\n"
23941 "\n"
23942 msgstr ""
23943
23944 #. type: =head2
23945 #: ../fish/guestfish-actions.pod:2430
23946 msgid "is-symlink"
23947 msgstr ""
23948
23949 #. type: verbatim
23950 #: ../fish/guestfish-actions.pod:2432
23951 #, no-wrap
23952 msgid ""
23953 " is-symlink path\n"
23954 "\n"
23955 msgstr ""
23956
23957 #. type: =head2
23958 #: ../fish/guestfish-actions.pod:2439
23959 msgid "kill-subprocess"
23960 msgstr ""
23961
23962 #. type: verbatim
23963 #: ../fish/guestfish-actions.pod:2441
23964 #, no-wrap
23965 msgid ""
23966 " kill-subprocess\n"
23967 "\n"
23968 msgstr ""
23969
23970 #. type: =head2
23971 #: ../fish/guestfish-actions.pod:2445
23972 msgid "launch"
23973 msgstr ""
23974
23975 #. type: =head2
23976 #: ../fish/guestfish-actions.pod:2447
23977 msgid "run"
23978 msgstr ""
23979
23980 #. type: verbatim
23981 #: ../fish/guestfish-actions.pod:2449
23982 #, no-wrap
23983 msgid ""
23984 " launch\n"
23985 "\n"
23986 msgstr ""
23987
23988 #. type: =head2
23989 #: ../fish/guestfish-actions.pod:2457
23990 msgid "lchown"
23991 msgstr ""
23992
23993 #. type: verbatim
23994 #: ../fish/guestfish-actions.pod:2459
23995 #, no-wrap
23996 msgid ""
23997 " lchown owner group path\n"
23998 "\n"
23999 msgstr ""
24000
24001 #. type: textblock
24002 #: ../fish/guestfish-actions.pod:2461
24003 msgid ""
24004 "Change the file owner to C<owner> and group to C<group>.  This is like "
24005 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
24006 "the target."
24007 msgstr ""
24008
24009 #. type: =head2
24010 #: ../fish/guestfish-actions.pod:2469
24011 msgid "lgetxattr"
24012 msgstr ""
24013
24014 #. type: verbatim
24015 #: ../fish/guestfish-actions.pod:2471
24016 #, no-wrap
24017 msgid ""
24018 " lgetxattr path name\n"
24019 "\n"
24020 msgstr ""
24021
24022 #. type: textblock
24023 #: ../fish/guestfish-actions.pod:2487
24024 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
24025 msgstr ""
24026
24027 #. type: =head2
24028 #: ../fish/guestfish-actions.pod:2489
24029 msgid "lgetxattrs"
24030 msgstr ""
24031
24032 #. type: verbatim
24033 #: ../fish/guestfish-actions.pod:2491
24034 #, no-wrap
24035 msgid ""
24036 " lgetxattrs path\n"
24037 "\n"
24038 msgstr ""
24039
24040 #. type: textblock
24041 #: ../fish/guestfish-actions.pod:2493
24042 msgid ""
24043 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
24044 "it returns the extended attributes of the link itself."
24045 msgstr ""
24046
24047 #. type: =head2
24048 #: ../fish/guestfish-actions.pod:2497
24049 msgid "list-devices"
24050 msgstr ""
24051
24052 #. type: verbatim
24053 #: ../fish/guestfish-actions.pod:2499
24054 #, no-wrap
24055 msgid ""
24056 " list-devices\n"
24057 "\n"
24058 msgstr ""
24059
24060 #. type: =head2
24061 #: ../fish/guestfish-actions.pod:2507
24062 msgid "list-filesystems"
24063 msgstr ""
24064
24065 #. type: verbatim
24066 #: ../fish/guestfish-actions.pod:2509
24067 #, no-wrap
24068 msgid ""
24069 " list-filesystems\n"
24070 "\n"
24071 msgstr ""
24072
24073 #. type: textblock
24074 #: ../fish/guestfish-actions.pod:2528
24075 msgid ""
24076 "This command runs other libguestfs commands, which might include L</mount> "
24077 "and L</umount>, and therefore you should use this soon after launch and only "
24078 "when nothing is mounted."
24079 msgstr ""
24080
24081 #. type: textblock
24082 #: ../fish/guestfish-actions.pod:2532
24083 msgid ""
24084 "Not all of the filesystems returned will be mountable.  In particular, swap "
24085 "partitions are returned in the list.  Also this command does not check that "
24086 "each filesystem found is valid and mountable, and some filesystems might be "
24087 "mountable but require special options.  Filesystems may not all belong to a "
24088 "single logical operating system (use L</inspect-os> to look for OSes)."
24089 msgstr ""
24090
24091 #. type: =head2
24092 #: ../fish/guestfish-actions.pod:2540
24093 msgid "list-partitions"
24094 msgstr ""
24095
24096 #. type: verbatim
24097 #: ../fish/guestfish-actions.pod:2542
24098 #, no-wrap
24099 msgid ""
24100 " list-partitions\n"
24101 "\n"
24102 msgstr ""
24103
24104 #. type: textblock
24105 #: ../fish/guestfish-actions.pod:2548
24106 msgid ""
24107 "This does not return logical volumes.  For that you will need to call "
24108 "L</lvs>."
24109 msgstr ""
24110
24111 #. type: =head2
24112 #: ../fish/guestfish-actions.pod:2553
24113 msgid "ll"
24114 msgstr ""
24115
24116 #. type: verbatim
24117 #: ../fish/guestfish-actions.pod:2555
24118 #, no-wrap
24119 msgid ""
24120 " ll directory\n"
24121 "\n"
24122 msgstr ""
24123
24124 #. type: =head2
24125 #: ../fish/guestfish-actions.pod:2563
24126 msgid "ln"
24127 msgstr ""
24128
24129 #. type: verbatim
24130 #: ../fish/guestfish-actions.pod:2565
24131 #, no-wrap
24132 msgid ""
24133 " ln target linkname\n"
24134 "\n"
24135 msgstr ""
24136
24137 #. type: =head2
24138 #: ../fish/guestfish-actions.pod:2569
24139 msgid "ln-f"
24140 msgstr ""
24141
24142 #. type: verbatim
24143 #: ../fish/guestfish-actions.pod:2571
24144 #, no-wrap
24145 msgid ""
24146 " ln-f target linkname\n"
24147 "\n"
24148 msgstr ""
24149
24150 #. type: =head2
24151 #: ../fish/guestfish-actions.pod:2576
24152 msgid "ln-s"
24153 msgstr ""
24154
24155 #. type: verbatim
24156 #: ../fish/guestfish-actions.pod:2578
24157 #, no-wrap
24158 msgid ""
24159 " ln-s target linkname\n"
24160 "\n"
24161 msgstr ""
24162
24163 #. type: =head2
24164 #: ../fish/guestfish-actions.pod:2582
24165 msgid "ln-sf"
24166 msgstr ""
24167
24168 #. type: verbatim
24169 #: ../fish/guestfish-actions.pod:2584
24170 #, no-wrap
24171 msgid ""
24172 " ln-sf target linkname\n"
24173 "\n"
24174 msgstr ""
24175
24176 #. type: =head2
24177 #: ../fish/guestfish-actions.pod:2589
24178 msgid "lremovexattr"
24179 msgstr ""
24180
24181 #. type: verbatim
24182 #: ../fish/guestfish-actions.pod:2591
24183 #, no-wrap
24184 msgid ""
24185 " lremovexattr xattr path\n"
24186 "\n"
24187 msgstr ""
24188
24189 #. type: textblock
24190 #: ../fish/guestfish-actions.pod:2593
24191 msgid ""
24192 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
24193 "it removes an extended attribute of the link itself."
24194 msgstr ""
24195
24196 #. type: =head2
24197 #: ../fish/guestfish-actions.pod:2597
24198 msgid "ls"
24199 msgstr ""
24200
24201 #. type: verbatim
24202 #: ../fish/guestfish-actions.pod:2599
24203 #, no-wrap
24204 msgid ""
24205 " ls directory\n"
24206 "\n"
24207 msgstr ""
24208
24209 #. type: textblock
24210 #: ../fish/guestfish-actions.pod:2605
24211 msgid ""
24212 "This command is mostly useful for interactive sessions.  Programs should "
24213 "probably use L</readdir> instead."
24214 msgstr ""
24215
24216 #. type: =head2
24217 #: ../fish/guestfish-actions.pod:2608
24218 msgid "lsetxattr"
24219 msgstr ""
24220
24221 #. type: verbatim
24222 #: ../fish/guestfish-actions.pod:2610
24223 #, no-wrap
24224 msgid ""
24225 " lsetxattr xattr val vallen path\n"
24226 "\n"
24227 msgstr ""
24228
24229 #. type: textblock
24230 #: ../fish/guestfish-actions.pod:2612
24231 msgid ""
24232 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
24233 "sets an extended attribute of the link itself."
24234 msgstr ""
24235
24236 #. type: =head2
24237 #: ../fish/guestfish-actions.pod:2616
24238 msgid "lstat"
24239 msgstr ""
24240
24241 #. type: verbatim
24242 #: ../fish/guestfish-actions.pod:2618
24243 #, no-wrap
24244 msgid ""
24245 " lstat path\n"
24246 "\n"
24247 msgstr ""
24248
24249 #. type: textblock
24250 #: ../fish/guestfish-actions.pod:2622
24251 msgid ""
24252 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
24253 "the link is stat-ed, not the file it refers to."
24254 msgstr ""
24255
24256 #. type: =head2
24257 #: ../fish/guestfish-actions.pod:2628
24258 msgid "lstatlist"
24259 msgstr ""
24260
24261 #. type: verbatim
24262 #: ../fish/guestfish-actions.pod:2630
24263 #, no-wrap
24264 msgid ""
24265 " lstatlist path 'names ...'\n"
24266 "\n"
24267 msgstr ""
24268
24269 #. type: textblock
24270 #: ../fish/guestfish-actions.pod:2632
24271 msgid ""
24272 "This call allows you to perform the L</lstat> operation on multiple files, "
24273 "where all files are in the directory C<path>.  C<names> is the list of files "
24274 "from this directory."
24275 msgstr ""
24276
24277 #. type: textblock
24278 #: ../fish/guestfish-actions.pod:2641
24279 msgid ""
24280 "This call is intended for programs that want to efficiently list a directory "
24281 "contents without making many round-trips.  See also L</lxattrlist> for a "
24282 "similarly efficient call for getting extended attributes.  Very long "
24283 "directory listings might cause the protocol message size to be exceeded, "
24284 "causing this call to fail.  The caller must split up such requests into "
24285 "smaller groups of names."
24286 msgstr ""
24287
24288 #. type: =head2
24289 #: ../fish/guestfish-actions.pod:2649
24290 msgid "luks-add-key"
24291 msgstr ""
24292
24293 #. type: verbatim
24294 #: ../fish/guestfish-actions.pod:2651
24295 #, no-wrap
24296 msgid ""
24297 " luks-add-key device keyslot\n"
24298 "\n"
24299 msgstr ""
24300
24301 #. type: textblock
24302 #: ../fish/guestfish-actions.pod:2658
24303 msgid ""
24304 "Note that if C<keyslot> already contains a key, then this command will "
24305 "fail.  You have to use L</luks-kill-slot> first to remove that key."
24306 msgstr ""
24307
24308 #. type: textblock
24309 #: ../fish/guestfish-actions.pod:2662 ../fish/guestfish-actions.pod:2684 ../fish/guestfish-actions.pod:2697 ../fish/guestfish-actions.pod:2711 ../fish/guestfish-actions.pod:2734 ../fish/guestfish-actions.pod:2744
24310 msgid ""
24311 "This command has one or more key or passphrase parameters.  Guestfish will "
24312 "prompt for these separately."
24313 msgstr ""
24314
24315 #. type: =head2
24316 #: ../fish/guestfish-actions.pod:2665
24317 msgid "luks-close"
24318 msgstr ""
24319
24320 #. type: verbatim
24321 #: ../fish/guestfish-actions.pod:2667
24322 #, no-wrap
24323 msgid ""
24324 " luks-close device\n"
24325 "\n"
24326 msgstr ""
24327
24328 #. type: textblock
24329 #: ../fish/guestfish-actions.pod:2669
24330 msgid ""
24331 "This closes a LUKS device that was created earlier by L</luks-open> or "
24332 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
24333 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
24334 "underlying block device."
24335 msgstr ""
24336
24337 #. type: =head2
24338 #: ../fish/guestfish-actions.pod:2675
24339 msgid "luks-format"
24340 msgstr ""
24341
24342 #. type: verbatim
24343 #: ../fish/guestfish-actions.pod:2677
24344 #, no-wrap
24345 msgid ""
24346 " luks-format device keyslot\n"
24347 "\n"
24348 msgstr ""
24349
24350 #. type: =head2
24351 #: ../fish/guestfish-actions.pod:2690
24352 msgid "luks-format-cipher"
24353 msgstr ""
24354
24355 #. type: verbatim
24356 #: ../fish/guestfish-actions.pod:2692
24357 #, no-wrap
24358 msgid ""
24359 " luks-format-cipher device keyslot cipher\n"
24360 "\n"
24361 msgstr ""
24362
24363 #. type: textblock
24364 #: ../fish/guestfish-actions.pod:2694
24365 msgid ""
24366 "This command is the same as L</luks-format> but it also allows you to set "
24367 "the C<cipher> used."
24368 msgstr ""
24369
24370 #. type: =head2
24371 #: ../fish/guestfish-actions.pod:2703
24372 msgid "luks-kill-slot"
24373 msgstr ""
24374
24375 #. type: verbatim
24376 #: ../fish/guestfish-actions.pod:2705
24377 #, no-wrap
24378 msgid ""
24379 " luks-kill-slot device keyslot\n"
24380 "\n"
24381 msgstr ""
24382
24383 #. type: =head2
24384 #: ../fish/guestfish-actions.pod:2714
24385 msgid "luks-open"
24386 msgstr ""
24387
24388 #. type: verbatim
24389 #: ../fish/guestfish-actions.pod:2716
24390 #, no-wrap
24391 msgid ""
24392 " luks-open device mapname\n"
24393 "\n"
24394 msgstr ""
24395
24396 #. type: textblock
24397 #: ../fish/guestfish-actions.pod:2730
24398 msgid ""
24399 "If this block device contains LVM volume groups, then calling L</vgscan> "
24400 "followed by L</vg-activate-all> will make them visible."
24401 msgstr ""
24402
24403 #. type: =head2
24404 #: ../fish/guestfish-actions.pod:2737
24405 msgid "luks-open-ro"
24406 msgstr ""
24407
24408 #. type: verbatim
24409 #: ../fish/guestfish-actions.pod:2739
24410 #, no-wrap
24411 msgid ""
24412 " luks-open-ro device mapname\n"
24413 "\n"
24414 msgstr ""
24415
24416 #. type: textblock
24417 #: ../fish/guestfish-actions.pod:2741
24418 msgid ""
24419 "This is the same as L</luks-open> except that a read-only mapping is "
24420 "created."
24421 msgstr ""
24422
24423 #. type: =head2
24424 #: ../fish/guestfish-actions.pod:2747
24425 msgid "lvcreate"
24426 msgstr ""
24427
24428 #. type: verbatim
24429 #: ../fish/guestfish-actions.pod:2749
24430 #, no-wrap
24431 msgid ""
24432 " lvcreate logvol volgroup mbytes\n"
24433 "\n"
24434 msgstr ""
24435
24436 #. type: =head2
24437 #: ../fish/guestfish-actions.pod:2754
24438 msgid "lvm-canonical-lv-name"
24439 msgstr ""
24440
24441 #. type: verbatim
24442 #: ../fish/guestfish-actions.pod:2756
24443 #, no-wrap
24444 msgid ""
24445 " lvm-canonical-lv-name lvname\n"
24446 "\n"
24447 msgstr ""
24448
24449 #. type: textblock
24450 #: ../fish/guestfish-actions.pod:2765
24451 msgid "See also L</is-lv>."
24452 msgstr ""
24453
24454 #. type: =head2
24455 #: ../fish/guestfish-actions.pod:2767
24456 msgid "lvm-clear-filter"
24457 msgstr ""
24458
24459 #. type: verbatim
24460 #: ../fish/guestfish-actions.pod:2769
24461 #, no-wrap
24462 msgid ""
24463 " lvm-clear-filter\n"
24464 "\n"
24465 msgstr ""
24466
24467 #. type: textblock
24468 #: ../fish/guestfish-actions.pod:2771
24469 msgid ""
24470 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
24471 "block device."
24472 msgstr ""
24473
24474 #. type: =head2
24475 #: ../fish/guestfish-actions.pod:2777
24476 msgid "lvm-remove-all"
24477 msgstr ""
24478
24479 #. type: verbatim
24480 #: ../fish/guestfish-actions.pod:2779
24481 #, no-wrap
24482 msgid ""
24483 " lvm-remove-all\n"
24484 "\n"
24485 msgstr ""
24486
24487 #. type: =head2
24488 #: ../fish/guestfish-actions.pod:2787
24489 msgid "lvm-set-filter"
24490 msgstr ""
24491
24492 #. type: verbatim
24493 #: ../fish/guestfish-actions.pod:2789
24494 #, no-wrap
24495 msgid ""
24496 " lvm-set-filter 'devices ...'\n"
24497 "\n"
24498 msgstr ""
24499
24500 #. type: =head2
24501 #: ../fish/guestfish-actions.pod:2814
24502 msgid "lvremove"
24503 msgstr ""
24504
24505 #. type: verbatim
24506 #: ../fish/guestfish-actions.pod:2816
24507 #, no-wrap
24508 msgid ""
24509 " lvremove device\n"
24510 "\n"
24511 msgstr ""
24512
24513 #. type: =head2
24514 #: ../fish/guestfish-actions.pod:2824
24515 msgid "lvrename"
24516 msgstr ""
24517
24518 #. type: verbatim
24519 #: ../fish/guestfish-actions.pod:2826
24520 #, no-wrap
24521 msgid ""
24522 " lvrename logvol newlogvol\n"
24523 "\n"
24524 msgstr ""
24525
24526 #. type: =head2
24527 #: ../fish/guestfish-actions.pod:2830
24528 msgid "lvresize"
24529 msgstr ""
24530
24531 #. type: verbatim
24532 #: ../fish/guestfish-actions.pod:2832
24533 #, no-wrap
24534 msgid ""
24535 " lvresize device mbytes\n"
24536 "\n"
24537 msgstr ""
24538
24539 #. type: =head2
24540 #: ../fish/guestfish-actions.pod:2838
24541 msgid "lvresize-free"
24542 msgstr ""
24543
24544 #. type: verbatim
24545 #: ../fish/guestfish-actions.pod:2840
24546 #, no-wrap
24547 msgid ""
24548 " lvresize-free lv percent\n"
24549 "\n"
24550 msgstr ""
24551
24552 #. type: =head2
24553 #: ../fish/guestfish-actions.pod:2848
24554 msgid "lvs"
24555 msgstr ""
24556
24557 #. type: verbatim
24558 #: ../fish/guestfish-actions.pod:2850
24559 #, no-wrap
24560 msgid ""
24561 " lvs\n"
24562 "\n"
24563 msgstr ""
24564
24565 #. type: textblock
24566 #: ../fish/guestfish-actions.pod:2858
24567 msgid "See also L</lvs-full>, L</list-filesystems>."
24568 msgstr ""
24569
24570 #. type: =head2
24571 #: ../fish/guestfish-actions.pod:2860
24572 msgid "lvs-full"
24573 msgstr ""
24574
24575 #. type: verbatim
24576 #: ../fish/guestfish-actions.pod:2862
24577 #, no-wrap
24578 msgid ""
24579 " lvs-full\n"
24580 "\n"
24581 msgstr ""
24582
24583 #. type: =head2
24584 #: ../fish/guestfish-actions.pod:2867
24585 msgid "lvuuid"
24586 msgstr ""
24587
24588 #. type: verbatim
24589 #: ../fish/guestfish-actions.pod:2869
24590 #, no-wrap
24591 msgid ""
24592 " lvuuid device\n"
24593 "\n"
24594 msgstr ""
24595
24596 #. type: =head2
24597 #: ../fish/guestfish-actions.pod:2873
24598 msgid "lxattrlist"
24599 msgstr ""
24600
24601 #. type: verbatim
24602 #: ../fish/guestfish-actions.pod:2875
24603 #, no-wrap
24604 msgid ""
24605 " lxattrlist path 'names ...'\n"
24606 "\n"
24607 msgstr ""
24608
24609 #. type: textblock
24610 #: ../fish/guestfish-actions.pod:2891
24611 msgid ""
24612 "This call is intended for programs that want to efficiently list a directory "
24613 "contents without making many round-trips.  See also L</lstatlist> for a "
24614 "similarly efficient call for getting standard stats.  Very long directory "
24615 "listings might cause the protocol message size to be exceeded, causing this "
24616 "call to fail.  The caller must split up such requests into smaller groups of "
24617 "names."
24618 msgstr ""
24619
24620 #. type: =head2
24621 #: ../fish/guestfish-actions.pod:2899
24622 msgid "mkdir"
24623 msgstr ""
24624
24625 #. type: verbatim
24626 #: ../fish/guestfish-actions.pod:2901
24627 #, no-wrap
24628 msgid ""
24629 " mkdir path\n"
24630 "\n"
24631 msgstr ""
24632
24633 #. type: =head2
24634 #: ../fish/guestfish-actions.pod:2905
24635 msgid "mkdir-mode"
24636 msgstr ""
24637
24638 #. type: verbatim
24639 #: ../fish/guestfish-actions.pod:2907
24640 #, no-wrap
24641 msgid ""
24642 " mkdir-mode path mode\n"
24643 "\n"
24644 msgstr ""
24645
24646 #. type: textblock
24647 #: ../fish/guestfish-actions.pod:2916
24648 msgid "See also L</mkdir>, L</umask>"
24649 msgstr ""
24650
24651 #. type: =head2
24652 #: ../fish/guestfish-actions.pod:2918
24653 msgid "mkdir-p"
24654 msgstr ""
24655
24656 #. type: verbatim
24657 #: ../fish/guestfish-actions.pod:2920
24658 #, no-wrap
24659 msgid ""
24660 " mkdir-p path\n"
24661 "\n"
24662 msgstr ""
24663
24664 #. type: =head2
24665 #: ../fish/guestfish-actions.pod:2925
24666 msgid "mkdtemp"
24667 msgstr ""
24668
24669 #. type: verbatim
24670 #: ../fish/guestfish-actions.pod:2927
24671 #, no-wrap
24672 msgid ""
24673 " mkdtemp template\n"
24674 "\n"
24675 msgstr ""
24676
24677 #. type: =head2
24678 #: ../fish/guestfish-actions.pod:2948
24679 msgid "mke2fs-J"
24680 msgstr ""
24681
24682 #. type: verbatim
24683 #: ../fish/guestfish-actions.pod:2950
24684 #, no-wrap
24685 msgid ""
24686 " mke2fs-J fstype blocksize device journal\n"
24687 "\n"
24688 msgstr ""
24689
24690 #. type: textblock
24691 #: ../fish/guestfish-actions.pod:2958
24692 msgid "See also L</mke2journal>."
24693 msgstr ""
24694
24695 #. type: =head2
24696 #: ../fish/guestfish-actions.pod:2960
24697 msgid "mke2fs-JL"
24698 msgstr ""
24699
24700 #. type: verbatim
24701 #: ../fish/guestfish-actions.pod:2962
24702 #, no-wrap
24703 msgid ""
24704 " mke2fs-JL fstype blocksize device label\n"
24705 "\n"
24706 msgstr ""
24707
24708 #. type: textblock
24709 #: ../fish/guestfish-actions.pod:2967
24710 msgid "See also L</mke2journal-L>."
24711 msgstr ""
24712
24713 #. type: =head2
24714 #: ../fish/guestfish-actions.pod:2969
24715 msgid "mke2fs-JU"
24716 msgstr ""
24717
24718 #. type: verbatim
24719 #: ../fish/guestfish-actions.pod:2971
24720 #, no-wrap
24721 msgid ""
24722 " mke2fs-JU fstype blocksize device uuid\n"
24723 "\n"
24724 msgstr ""
24725
24726 #. type: textblock
24727 #: ../fish/guestfish-actions.pod:2976
24728 msgid "See also L</mke2journal-U>."
24729 msgstr ""
24730
24731 #. type: =head2
24732 #: ../fish/guestfish-actions.pod:2978
24733 msgid "mke2journal"
24734 msgstr ""
24735
24736 #. type: verbatim
24737 #: ../fish/guestfish-actions.pod:2980
24738 #, no-wrap
24739 msgid ""
24740 " mke2journal blocksize device\n"
24741 "\n"
24742 msgstr ""
24743
24744 #. type: =head2
24745 #: ../fish/guestfish-actions.pod:2987
24746 msgid "mke2journal-L"
24747 msgstr ""
24748
24749 #. type: verbatim
24750 #: ../fish/guestfish-actions.pod:2989
24751 #, no-wrap
24752 msgid ""
24753 " mke2journal-L blocksize label device\n"
24754 "\n"
24755 msgstr ""
24756
24757 #. type: =head2
24758 #: ../fish/guestfish-actions.pod:2993
24759 msgid "mke2journal-U"
24760 msgstr ""
24761
24762 #. type: verbatim
24763 #: ../fish/guestfish-actions.pod:2995
24764 #, no-wrap
24765 msgid ""
24766 " mke2journal-U blocksize uuid device\n"
24767 "\n"
24768 msgstr ""
24769
24770 #. type: =head2
24771 #: ../fish/guestfish-actions.pod:2999
24772 msgid "mkfifo"
24773 msgstr ""
24774
24775 #. type: verbatim
24776 #: ../fish/guestfish-actions.pod:3001
24777 #, no-wrap
24778 msgid ""
24779 " mkfifo mode path\n"
24780 "\n"
24781 msgstr ""
24782
24783 #. type: textblock
24784 #: ../fish/guestfish-actions.pod:3003
24785 msgid ""
24786 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
24787 "is just a convenient wrapper around L</mknod>."
24788 msgstr ""
24789
24790 #. type: =head2
24791 #: ../fish/guestfish-actions.pod:3009
24792 msgid "mkfs"
24793 msgstr ""
24794
24795 #. type: verbatim
24796 #: ../fish/guestfish-actions.pod:3011
24797 #, no-wrap
24798 msgid ""
24799 " mkfs fstype device\n"
24800 "\n"
24801 msgstr ""
24802
24803 #. type: =head2
24804 #: ../fish/guestfish-actions.pod:3017
24805 msgid "mkfs-b"
24806 msgstr ""
24807
24808 #. type: verbatim
24809 #: ../fish/guestfish-actions.pod:3019
24810 #, no-wrap
24811 msgid ""
24812 " mkfs-b fstype blocksize device\n"
24813 "\n"
24814 msgstr ""
24815
24816 #. type: textblock
24817 #: ../fish/guestfish-actions.pod:3021
24818 msgid ""
24819 "This call is similar to L</mkfs>, but it allows you to control the block "
24820 "size of the resulting filesystem.  Supported block sizes depend on the "
24821 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
24822 msgstr ""
24823
24824 #. type: textblock
24825 #: ../fish/guestfish-actions.pod:3029
24826 msgid ""
24827 "This function is deprecated.  In new code, use the L</mkfs_opts> call "
24828 "instead."
24829 msgstr ""
24830
24831 #. type: =head2
24832 #: ../fish/guestfish-actions.pod:3036
24833 msgid "mkfs-opts"
24834 msgstr ""
24835
24836 #. type: verbatim
24837 #: ../fish/guestfish-actions.pod:3038
24838 #, no-wrap
24839 msgid ""
24840 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
24841 "\n"
24842 msgstr ""
24843
24844 #. type: =head2
24845 #: ../fish/guestfish-actions.pod:3073
24846 msgid "mkmountpoint"
24847 msgstr ""
24848
24849 #. type: verbatim
24850 #: ../fish/guestfish-actions.pod:3075
24851 #, no-wrap
24852 msgid ""
24853 " mkmountpoint exemptpath\n"
24854 "\n"
24855 msgstr ""
24856
24857 #. type: textblock
24858 #: ../fish/guestfish-actions.pod:3077
24859 msgid ""
24860 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
24861 "to create extra mountpoints before mounting the first filesystem."
24862 msgstr ""
24863
24864 #. type: textblock
24865 #: ../fish/guestfish-actions.pod:3101
24866 msgid ""
24867 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
24868 "unexpected errors if you try to mix these calls.  It is safest to manually "
24869 "unmount filesystems and remove mountpoints after use."
24870 msgstr ""
24871
24872 #. type: textblock
24873 #: ../fish/guestfish-actions.pod:3105
24874 msgid ""
24875 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
24876 "for this to work for manual mountpoints, you must ensure that the innermost "
24877 "mountpoints have the longest pathnames, as in the example code above."
24878 msgstr ""
24879
24880 #. type: textblock
24881 #: ../fish/guestfish-actions.pod:3112
24882 msgid ""
24883 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
24884 "L</umount-all> to be called when the handle is closed which can also trigger "
24885 "these issues."
24886 msgstr ""
24887
24888 #. type: =head2
24889 #: ../fish/guestfish-actions.pod:3116
24890 msgid "mknod"
24891 msgstr ""
24892
24893 #. type: verbatim
24894 #: ../fish/guestfish-actions.pod:3118
24895 #, no-wrap
24896 msgid ""
24897 " mknod mode devmajor devminor path\n"
24898 "\n"
24899 msgstr ""
24900
24901 #. type: textblock
24902 #: ../fish/guestfish-actions.pod:3128
24903 msgid ""
24904 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
24905 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
24906 "regular file).  These constants are available in the standard Linux header "
24907 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
24908 "wrappers around this command which bitwise OR in the appropriate constant "
24909 "for you."
24910 msgstr ""
24911
24912 #. type: =head2
24913 #: ../fish/guestfish-actions.pod:3138
24914 msgid "mknod-b"
24915 msgstr ""
24916
24917 #. type: verbatim
24918 #: ../fish/guestfish-actions.pod:3140
24919 #, no-wrap
24920 msgid ""
24921 " mknod-b mode devmajor devminor path\n"
24922 "\n"
24923 msgstr ""
24924
24925 #. type: textblock
24926 #: ../fish/guestfish-actions.pod:3142
24927 msgid ""
24928 "This call creates a block device node called C<path> with mode C<mode> and "
24929 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24930 "wrapper around L</mknod>."
24931 msgstr ""
24932
24933 #. type: =head2
24934 #: ../fish/guestfish-actions.pod:3148
24935 msgid "mknod-c"
24936 msgstr ""
24937
24938 #. type: verbatim
24939 #: ../fish/guestfish-actions.pod:3150
24940 #, no-wrap
24941 msgid ""
24942 " mknod-c mode devmajor devminor path\n"
24943 "\n"
24944 msgstr ""
24945
24946 #. type: textblock
24947 #: ../fish/guestfish-actions.pod:3152
24948 msgid ""
24949 "This call creates a char device node called C<path> with mode C<mode> and "
24950 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
24951 "wrapper around L</mknod>."
24952 msgstr ""
24953
24954 #. type: =head2
24955 #: ../fish/guestfish-actions.pod:3158
24956 msgid "mkswap"
24957 msgstr ""
24958
24959 #. type: verbatim
24960 #: ../fish/guestfish-actions.pod:3160
24961 #, no-wrap
24962 msgid ""
24963 " mkswap device\n"
24964 "\n"
24965 msgstr ""
24966
24967 #. type: =head2
24968 #: ../fish/guestfish-actions.pod:3164
24969 msgid "mkswap-L"
24970 msgstr ""
24971
24972 #. type: verbatim
24973 #: ../fish/guestfish-actions.pod:3166
24974 #, no-wrap
24975 msgid ""
24976 " mkswap-L label device\n"
24977 "\n"
24978 msgstr ""
24979
24980 #. type: =head2
24981 #: ../fish/guestfish-actions.pod:3174
24982 msgid "mkswap-U"
24983 msgstr ""
24984
24985 #. type: verbatim
24986 #: ../fish/guestfish-actions.pod:3176
24987 #, no-wrap
24988 msgid ""
24989 " mkswap-U uuid device\n"
24990 "\n"
24991 msgstr ""
24992
24993 #. type: =head2
24994 #: ../fish/guestfish-actions.pod:3180
24995 msgid "mkswap-file"
24996 msgstr ""
24997
24998 #. type: verbatim
24999 #: ../fish/guestfish-actions.pod:3182
25000 #, no-wrap
25001 msgid ""
25002 " mkswap-file path\n"
25003 "\n"
25004 msgstr ""
25005
25006 #. type: textblock
25007 #: ../fish/guestfish-actions.pod:3186
25008 msgid ""
25009 "This command just writes a swap file signature to an existing file.  To "
25010 "create the file itself, use something like L</fallocate>."
25011 msgstr ""
25012
25013 #. type: =head2
25014 #: ../fish/guestfish-actions.pod:3189
25015 msgid "modprobe"
25016 msgstr ""
25017
25018 #. type: verbatim
25019 #: ../fish/guestfish-actions.pod:3191
25020 #, no-wrap
25021 msgid ""
25022 " modprobe modulename\n"
25023 "\n"
25024 msgstr ""
25025
25026 #. type: =head2
25027 #: ../fish/guestfish-actions.pod:3198
25028 msgid "mount"
25029 msgstr ""
25030
25031 #. type: verbatim
25032 #: ../fish/guestfish-actions.pod:3200
25033 #, no-wrap
25034 msgid ""
25035 " mount device mountpoint\n"
25036 "\n"
25037 msgstr ""
25038
25039 #. type: textblock
25040 #: ../fish/guestfish-actions.pod:3216
25041 msgid ""
25042 "B<Important note:> When you use this call, the filesystem options C<sync> "
25043 "and C<noatime> are set implicitly.  This was originally done because we "
25044 "thought it would improve reliability, but it turns out that I<-o sync> has a "
25045 "very large negative performance impact and negligible effect on "
25046 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
25047 "code that needs performance, and instead use L</mount-options> (use an empty "
25048 "string for the first parameter if you don't want any options)."
25049 msgstr ""
25050
25051 #. type: textblock
25052 #: ../fish/guestfish-actions.pod:3226
25053 msgid ""
25054 "This function is deprecated.  In new code, use the L</mount_options> call "
25055 "instead."
25056 msgstr ""
25057
25058 #. type: =head2
25059 #: ../fish/guestfish-actions.pod:3233
25060 msgid "mount-loop"
25061 msgstr ""
25062
25063 #. type: verbatim
25064 #: ../fish/guestfish-actions.pod:3235
25065 #, no-wrap
25066 msgid ""
25067 " mount-loop file mountpoint\n"
25068 "\n"
25069 msgstr ""
25070
25071 #. type: =head2
25072 #: ../fish/guestfish-actions.pod:3241
25073 msgid "mount-options"
25074 msgstr ""
25075
25076 #. type: verbatim
25077 #: ../fish/guestfish-actions.pod:3243
25078 #, no-wrap
25079 msgid ""
25080 " mount-options options device mountpoint\n"
25081 "\n"
25082 msgstr ""
25083
25084 #. type: textblock
25085 #: ../fish/guestfish-actions.pod:3245
25086 msgid ""
25087 "This is the same as the L</mount> command, but it allows you to set the "
25088 "mount options as for the L<mount(8)> I<-o> flag."
25089 msgstr ""
25090
25091 #. type: =head2
25092 #: ../fish/guestfish-actions.pod:3253
25093 msgid "mount-ro"
25094 msgstr ""
25095
25096 #. type: verbatim
25097 #: ../fish/guestfish-actions.pod:3255
25098 #, no-wrap
25099 msgid ""
25100 " mount-ro device mountpoint\n"
25101 "\n"
25102 msgstr ""
25103
25104 #. type: textblock
25105 #: ../fish/guestfish-actions.pod:3257
25106 msgid ""
25107 "This is the same as the L</mount> command, but it mounts the filesystem with "
25108 "the read-only (I<-o ro>) flag."
25109 msgstr ""
25110
25111 #. type: =head2
25112 #: ../fish/guestfish-actions.pod:3260
25113 msgid "mount-vfs"
25114 msgstr ""
25115
25116 #. type: verbatim
25117 #: ../fish/guestfish-actions.pod:3262
25118 #, no-wrap
25119 msgid ""
25120 " mount-vfs options vfstype device mountpoint\n"
25121 "\n"
25122 msgstr ""
25123
25124 #. type: textblock
25125 #: ../fish/guestfish-actions.pod:3264
25126 msgid ""
25127 "This is the same as the L</mount> command, but it allows you to set both the "
25128 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
25129 msgstr ""
25130
25131 #. type: =head2
25132 #: ../fish/guestfish-actions.pod:3268
25133 msgid "mountpoints"
25134 msgstr ""
25135
25136 #. type: verbatim
25137 #: ../fish/guestfish-actions.pod:3270
25138 #, no-wrap
25139 msgid ""
25140 " mountpoints\n"
25141 "\n"
25142 msgstr ""
25143
25144 #. type: textblock
25145 #: ../fish/guestfish-actions.pod:3272
25146 msgid ""
25147 "This call is similar to L</mounts>.  That call returns a list of devices.  "
25148 "This one returns a hash table (map) of device name to directory where the "
25149 "device is mounted."
25150 msgstr ""
25151
25152 #. type: =head2
25153 #: ../fish/guestfish-actions.pod:3276
25154 msgid "mounts"
25155 msgstr ""
25156
25157 #. type: verbatim
25158 #: ../fish/guestfish-actions.pod:3278
25159 #, no-wrap
25160 msgid ""
25161 " mounts\n"
25162 "\n"
25163 msgstr ""
25164
25165 #. type: textblock
25166 #: ../fish/guestfish-actions.pod:3285
25167 msgid "See also: L</mountpoints>"
25168 msgstr ""
25169
25170 #. type: =head2
25171 #: ../fish/guestfish-actions.pod:3287
25172 msgid "mv"
25173 msgstr ""
25174
25175 #. type: verbatim
25176 #: ../fish/guestfish-actions.pod:3289
25177 #, no-wrap
25178 msgid ""
25179 " mv src dest\n"
25180 "\n"
25181 msgstr ""
25182
25183 #. type: =head2
25184 #: ../fish/guestfish-actions.pod:3294
25185 msgid "ntfs-3g-probe"
25186 msgstr ""
25187
25188 #. type: verbatim
25189 #: ../fish/guestfish-actions.pod:3296
25190 #, no-wrap
25191 msgid ""
25192 " ntfs-3g-probe true|false device\n"
25193 "\n"
25194 msgstr ""
25195
25196 #. type: =head2
25197 #: ../fish/guestfish-actions.pod:3310
25198 msgid "ntfsresize"
25199 msgstr ""
25200
25201 #. type: verbatim
25202 #: ../fish/guestfish-actions.pod:3312
25203 #, no-wrap
25204 msgid ""
25205 " ntfsresize device\n"
25206 "\n"
25207 msgstr ""
25208
25209 #. type: =head2
25210 #: ../fish/guestfish-actions.pod:3327
25211 msgid "ntfsresize-size"
25212 msgstr ""
25213
25214 #. type: verbatim
25215 #: ../fish/guestfish-actions.pod:3329
25216 #, no-wrap
25217 msgid ""
25218 " ntfsresize-size device size\n"
25219 "\n"
25220 msgstr ""
25221
25222 #. type: textblock
25223 #: ../fish/guestfish-actions.pod:3331
25224 msgid ""
25225 "This command is the same as L</ntfsresize> except that it allows you to "
25226 "specify the new size (in bytes) explicitly."
25227 msgstr ""
25228
25229 #. type: =head2
25230 #: ../fish/guestfish-actions.pod:3334
25231 msgid "part-add"
25232 msgstr ""
25233
25234 #. type: verbatim
25235 #: ../fish/guestfish-actions.pod:3336
25236 #, no-wrap
25237 msgid ""
25238 " part-add device prlogex startsect endsect\n"
25239 "\n"
25240 msgstr ""
25241
25242 #. type: textblock
25243 #: ../fish/guestfish-actions.pod:3338
25244 msgid ""
25245 "This command adds a partition to C<device>.  If there is no partition table "
25246 "on the device, call L</part-init> first."
25247 msgstr ""
25248
25249 #. type: textblock
25250 #: ../fish/guestfish-actions.pod:3350
25251 msgid ""
25252 "Creating a partition which covers the whole disk is not so easy.  Use "
25253 "L</part-disk> to do that."
25254 msgstr ""
25255
25256 #. type: =head2
25257 #: ../fish/guestfish-actions.pod:3353
25258 msgid "part-del"
25259 msgstr ""
25260
25261 #. type: verbatim
25262 #: ../fish/guestfish-actions.pod:3355
25263 #, no-wrap
25264 msgid ""
25265 " part-del device partnum\n"
25266 "\n"
25267 msgstr ""
25268
25269 #. type: =head2
25270 #: ../fish/guestfish-actions.pod:3363
25271 msgid "part-disk"
25272 msgstr ""
25273
25274 #. type: verbatim
25275 #: ../fish/guestfish-actions.pod:3365
25276 #, no-wrap
25277 msgid ""
25278 " part-disk device parttype\n"
25279 "\n"
25280 msgstr ""
25281
25282 #. type: textblock
25283 #: ../fish/guestfish-actions.pod:3367
25284 msgid ""
25285 "This command is simply a combination of L</part-init> followed by "
25286 "L</part-add> to create a single primary partition covering the whole disk."
25287 msgstr ""
25288
25289 #. type: textblock
25290 #: ../fish/guestfish-actions.pod:3371
25291 msgid ""
25292 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
25293 "possible values are described in L</part-init>."
25294 msgstr ""
25295
25296 #. type: =head2
25297 #: ../fish/guestfish-actions.pod:3377
25298 msgid "part-get-bootable"
25299 msgstr ""
25300
25301 #. type: verbatim
25302 #: ../fish/guestfish-actions.pod:3379
25303 #, no-wrap
25304 msgid ""
25305 " part-get-bootable device partnum\n"
25306 "\n"
25307 msgstr ""
25308
25309 #. type: textblock
25310 #: ../fish/guestfish-actions.pod:3384
25311 msgid "See also L</part-set-bootable>."
25312 msgstr ""
25313
25314 #. type: =head2
25315 #: ../fish/guestfish-actions.pod:3386
25316 msgid "part-get-mbr-id"
25317 msgstr ""
25318
25319 #. type: verbatim
25320 #: ../fish/guestfish-actions.pod:3388
25321 #, no-wrap
25322 msgid ""
25323 " part-get-mbr-id device partnum\n"
25324 "\n"
25325 msgstr ""
25326
25327 #. type: textblock
25328 #: ../fish/guestfish-actions.pod:3393 ../fish/guestfish-actions.pod:3531
25329 msgid ""
25330 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
25331 "undefined results for other partition table types (see "
25332 "L</part-get-parttype>)."
25333 msgstr ""
25334
25335 #. type: =head2
25336 #: ../fish/guestfish-actions.pod:3397
25337 msgid "part-get-parttype"
25338 msgstr ""
25339
25340 #. type: verbatim
25341 #: ../fish/guestfish-actions.pod:3399
25342 #, no-wrap
25343 msgid ""
25344 " part-get-parttype device\n"
25345 "\n"
25346 msgstr ""
25347
25348 #. type: textblock
25349 #: ../fish/guestfish-actions.pod:3404
25350 msgid ""
25351 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
25352 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
25353 "possible, although unusual.  See L</part-init> for a full list."
25354 msgstr ""
25355
25356 #. type: =head2
25357 #: ../fish/guestfish-actions.pod:3409
25358 msgid "part-init"
25359 msgstr ""
25360
25361 #. type: verbatim
25362 #: ../fish/guestfish-actions.pod:3411
25363 #, no-wrap
25364 msgid ""
25365 " part-init device parttype\n"
25366 "\n"
25367 msgstr ""
25368
25369 #. type: textblock
25370 #: ../fish/guestfish-actions.pod:3417
25371 msgid ""
25372 "Initially there are no partitions.  Following this, you should call "
25373 "L</part-add> for each partition required."
25374 msgstr ""
25375
25376 #. type: =head2
25377 #: ../fish/guestfish-actions.pod:3480
25378 msgid "part-list"
25379 msgstr ""
25380
25381 #. type: verbatim
25382 #: ../fish/guestfish-actions.pod:3482
25383 #, no-wrap
25384 msgid ""
25385 " part-list device\n"
25386 "\n"
25387 msgstr ""
25388
25389 #. type: textblock
25390 #: ../fish/guestfish-actions.pod:3497
25391 msgid ""
25392 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
25393 "the device's sector size, see L</blockdev-getss>."
25394 msgstr ""
25395
25396 #. type: =head2
25397 #: ../fish/guestfish-actions.pod:3510
25398 msgid "part-set-bootable"
25399 msgstr ""
25400
25401 #. type: verbatim
25402 #: ../fish/guestfish-actions.pod:3512
25403 #, no-wrap
25404 msgid ""
25405 " part-set-bootable device partnum true|false\n"
25406 "\n"
25407 msgstr ""
25408
25409 #. type: =head2
25410 #: ../fish/guestfish-actions.pod:3521
25411 msgid "part-set-mbr-id"
25412 msgstr ""
25413
25414 #. type: verbatim
25415 #: ../fish/guestfish-actions.pod:3523
25416 #, no-wrap
25417 msgid ""
25418 " part-set-mbr-id device partnum idbyte\n"
25419 "\n"
25420 msgstr ""
25421
25422 #. type: =head2
25423 #: ../fish/guestfish-actions.pod:3535
25424 msgid "part-set-name"
25425 msgstr ""
25426
25427 #. type: verbatim
25428 #: ../fish/guestfish-actions.pod:3537
25429 #, no-wrap
25430 msgid ""
25431 " part-set-name device partnum name\n"
25432 "\n"
25433 msgstr ""
25434
25435 #. type: =head2
25436 #: ../fish/guestfish-actions.pod:3545
25437 msgid "part-to-dev"
25438 msgstr ""
25439
25440 #. type: verbatim
25441 #: ../fish/guestfish-actions.pod:3547
25442 #, no-wrap
25443 msgid ""
25444 " part-to-dev partition\n"
25445 "\n"
25446 msgstr ""
25447
25448 #. type: textblock
25449 #: ../fish/guestfish-actions.pod:3553
25450 msgid ""
25451 "The named partition must exist, for example as a string returned from "
25452 "L</list-partitions>."
25453 msgstr ""
25454
25455 #. type: =head2
25456 #: ../fish/guestfish-actions.pod:3556
25457 msgid "ping-daemon"
25458 msgstr ""
25459
25460 #. type: verbatim
25461 #: ../fish/guestfish-actions.pod:3558
25462 #, no-wrap
25463 msgid ""
25464 " ping-daemon\n"
25465 "\n"
25466 msgstr ""
25467
25468 #. type: =head2
25469 #: ../fish/guestfish-actions.pod:3565
25470 msgid "pread"
25471 msgstr ""
25472
25473 #. type: verbatim
25474 #: ../fish/guestfish-actions.pod:3567
25475 #, no-wrap
25476 msgid ""
25477 " pread path count offset\n"
25478 "\n"
25479 msgstr ""
25480
25481 #. type: textblock
25482 #: ../fish/guestfish-actions.pod:3575
25483 msgid "See also L</pwrite>, L</pread-device>."
25484 msgstr ""
25485
25486 #. type: =head2
25487 #: ../fish/guestfish-actions.pod:3580
25488 msgid "pread-device"
25489 msgstr ""
25490
25491 #. type: verbatim
25492 #: ../fish/guestfish-actions.pod:3582
25493 #, no-wrap
25494 msgid ""
25495 " pread-device device count offset\n"
25496 "\n"
25497 msgstr ""
25498
25499 #. type: textblock
25500 #: ../fish/guestfish-actions.pod:3590
25501 msgid "See also L</pread>."
25502 msgstr ""
25503
25504 #. type: =head2
25505 #: ../fish/guestfish-actions.pod:3595
25506 msgid "pvcreate"
25507 msgstr ""
25508
25509 #. type: verbatim
25510 #: ../fish/guestfish-actions.pod:3597
25511 #, no-wrap
25512 msgid ""
25513 " pvcreate device\n"
25514 "\n"
25515 msgstr ""
25516
25517 #. type: =head2
25518 #: ../fish/guestfish-actions.pod:3603
25519 msgid "pvremove"
25520 msgstr ""
25521
25522 #. type: verbatim
25523 #: ../fish/guestfish-actions.pod:3605
25524 #, no-wrap
25525 msgid ""
25526 " pvremove device\n"
25527 "\n"
25528 msgstr ""
25529
25530 #. type: =head2
25531 #: ../fish/guestfish-actions.pod:3614
25532 msgid "pvresize"
25533 msgstr ""
25534
25535 #. type: verbatim
25536 #: ../fish/guestfish-actions.pod:3616
25537 #, no-wrap
25538 msgid ""
25539 " pvresize device\n"
25540 "\n"
25541 msgstr ""
25542
25543 #. type: =head2
25544 #: ../fish/guestfish-actions.pod:3621
25545 msgid "pvresize-size"
25546 msgstr ""
25547
25548 #. type: verbatim
25549 #: ../fish/guestfish-actions.pod:3623
25550 #, no-wrap
25551 msgid ""
25552 " pvresize-size device size\n"
25553 "\n"
25554 msgstr ""
25555
25556 #. type: textblock
25557 #: ../fish/guestfish-actions.pod:3625
25558 msgid ""
25559 "This command is the same as L</pvresize> except that it allows you to "
25560 "specify the new size (in bytes) explicitly."
25561 msgstr ""
25562
25563 #. type: =head2
25564 #: ../fish/guestfish-actions.pod:3628
25565 msgid "pvs"
25566 msgstr ""
25567
25568 #. type: verbatim
25569 #: ../fish/guestfish-actions.pod:3630
25570 #, no-wrap
25571 msgid ""
25572 " pvs\n"
25573 "\n"
25574 msgstr ""
25575
25576 #. type: textblock
25577 #: ../fish/guestfish-actions.pod:3638
25578 msgid "See also L</pvs-full>."
25579 msgstr ""
25580
25581 #. type: =head2
25582 #: ../fish/guestfish-actions.pod:3640
25583 msgid "pvs-full"
25584 msgstr ""
25585
25586 #. type: verbatim
25587 #: ../fish/guestfish-actions.pod:3642
25588 #, no-wrap
25589 msgid ""
25590 " pvs-full\n"
25591 "\n"
25592 msgstr ""
25593
25594 #. type: =head2
25595 #: ../fish/guestfish-actions.pod:3647
25596 msgid "pvuuid"
25597 msgstr ""
25598
25599 #. type: verbatim
25600 #: ../fish/guestfish-actions.pod:3649
25601 #, no-wrap
25602 msgid ""
25603 " pvuuid device\n"
25604 "\n"
25605 msgstr ""
25606
25607 #. type: =head2
25608 #: ../fish/guestfish-actions.pod:3653
25609 msgid "pwrite"
25610 msgstr ""
25611
25612 #. type: verbatim
25613 #: ../fish/guestfish-actions.pod:3655
25614 #, no-wrap
25615 msgid ""
25616 " pwrite path content offset\n"
25617 "\n"
25618 msgstr ""
25619
25620 #. type: textblock
25621 #: ../fish/guestfish-actions.pod:3666
25622 msgid "See also L</pread>, L</pwrite-device>."
25623 msgstr ""
25624
25625 #. type: =head2
25626 #: ../fish/guestfish-actions.pod:3671
25627 msgid "pwrite-device"
25628 msgstr ""
25629
25630 #. type: verbatim
25631 #: ../fish/guestfish-actions.pod:3673
25632 #, no-wrap
25633 msgid ""
25634 " pwrite-device device content offset\n"
25635 "\n"
25636 msgstr ""
25637
25638 #. type: textblock
25639 #: ../fish/guestfish-actions.pod:3683
25640 msgid "See also L</pwrite>."
25641 msgstr ""
25642
25643 #. type: =head2
25644 #: ../fish/guestfish-actions.pod:3688
25645 msgid "read-file"
25646 msgstr ""
25647
25648 #. type: verbatim
25649 #: ../fish/guestfish-actions.pod:3690
25650 #, no-wrap
25651 msgid ""
25652 " read-file path\n"
25653 "\n"
25654 msgstr ""
25655
25656 #. type: textblock
25657 #: ../fish/guestfish-actions.pod:3695
25658 msgid ""
25659 "Unlike L</cat>, this function can correctly handle files that contain "
25660 "embedded ASCII NUL characters.  However unlike L</download>, this function "
25661 "is limited in the total size of file that can be handled."
25662 msgstr ""
25663
25664 #. type: =head2
25665 #: ../fish/guestfish-actions.pod:3703
25666 msgid "read-lines"
25667 msgstr ""
25668
25669 #. type: verbatim
25670 #: ../fish/guestfish-actions.pod:3705
25671 #, no-wrap
25672 msgid ""
25673 " read-lines path\n"
25674 "\n"
25675 msgstr ""
25676
25677 #. type: textblock
25678 #: ../fish/guestfish-actions.pod:3712
25679 msgid ""
25680 "Note that this function cannot correctly handle binary files (specifically, "
25681 "files containing C<\\0> character which is treated as end of line).  For "
25682 "those you need to use the L</read-file> function which has a more complex "
25683 "interface."
25684 msgstr ""
25685
25686 #. type: =head2
25687 #: ../fish/guestfish-actions.pod:3717
25688 msgid "readdir"
25689 msgstr ""
25690
25691 #. type: verbatim
25692 #: ../fish/guestfish-actions.pod:3719
25693 #, no-wrap
25694 msgid ""
25695 " readdir dir\n"
25696 "\n"
25697 msgstr ""
25698
25699 #. type: textblock
25700 #: ../fish/guestfish-actions.pod:3771
25701 msgid ""
25702 "This function is primarily intended for use by programs.  To get a simple "
25703 "list of names, use L</ls>.  To get a printable directory for human "
25704 "consumption, use L</ll>."
25705 msgstr ""
25706
25707 #. type: =head2
25708 #: ../fish/guestfish-actions.pod:3775
25709 msgid "readlink"
25710 msgstr ""
25711
25712 #. type: verbatim
25713 #: ../fish/guestfish-actions.pod:3777
25714 #, no-wrap
25715 msgid ""
25716 " readlink path\n"
25717 "\n"
25718 msgstr ""
25719
25720 #. type: =head2
25721 #: ../fish/guestfish-actions.pod:3781
25722 msgid "readlinklist"
25723 msgstr ""
25724
25725 #. type: verbatim
25726 #: ../fish/guestfish-actions.pod:3783
25727 #, no-wrap
25728 msgid ""
25729 " readlinklist path 'names ...'\n"
25730 "\n"
25731 msgstr ""
25732
25733 #. type: =head2
25734 #: ../fish/guestfish-actions.pod:3807
25735 msgid "realpath"
25736 msgstr ""
25737
25738 #. type: verbatim
25739 #: ../fish/guestfish-actions.pod:3809
25740 #, no-wrap
25741 msgid ""
25742 " realpath path\n"
25743 "\n"
25744 msgstr ""
25745
25746 #. type: =head2
25747 #: ../fish/guestfish-actions.pod:3814
25748 msgid "removexattr"
25749 msgstr ""
25750
25751 #. type: verbatim
25752 #: ../fish/guestfish-actions.pod:3816
25753 #, no-wrap
25754 msgid ""
25755 " removexattr xattr path\n"
25756 "\n"
25757 msgstr ""
25758
25759 #. type: textblock
25760 #: ../fish/guestfish-actions.pod:3821
25761 msgid "See also: L</lremovexattr>, L<attr(5)>."
25762 msgstr ""
25763
25764 #. type: =head2
25765 #: ../fish/guestfish-actions.pod:3823
25766 msgid "resize2fs"
25767 msgstr ""
25768
25769 #. type: verbatim
25770 #: ../fish/guestfish-actions.pod:3825
25771 #, no-wrap
25772 msgid ""
25773 " resize2fs device\n"
25774 "\n"
25775 msgstr ""
25776
25777 #. type: textblock
25778 #: ../fish/guestfish-actions.pod:3830
25779 msgid ""
25780 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
25781 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
25782 "gives an error about this and sometimes not.  In any case, it is always safe "
25783 "to call L</e2fsck-f> before calling this function."
25784 msgstr ""
25785
25786 #. type: =head2
25787 #: ../fish/guestfish-actions.pod:3836
25788 msgid "resize2fs-M"
25789 msgstr ""
25790
25791 #. type: verbatim
25792 #: ../fish/guestfish-actions.pod:3838
25793 #, no-wrap
25794 msgid ""
25795 " resize2fs-M device\n"
25796 "\n"
25797 msgstr ""
25798
25799 #. type: textblock
25800 #: ../fish/guestfish-actions.pod:3840
25801 msgid ""
25802 "This command is the same as L</resize2fs>, but the filesystem is resized to "
25803 "its minimum size.  This works like the I<-M> option to the C<resize2fs> "
25804 "command."
25805 msgstr ""
25806
25807 #. type: textblock
25808 #: ../fish/guestfish-actions.pod:3844
25809 msgid ""
25810 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
25811 "and read the C<Block size> and C<Block count> values.  These two numbers, "
25812 "multiplied together, give the resulting size of the minimal filesystem in "
25813 "bytes."
25814 msgstr ""
25815
25816 #. type: =head2
25817 #: ../fish/guestfish-actions.pod:3849
25818 msgid "resize2fs-size"
25819 msgstr ""
25820
25821 #. type: verbatim
25822 #: ../fish/guestfish-actions.pod:3851
25823 #, no-wrap
25824 msgid ""
25825 " resize2fs-size device size\n"
25826 "\n"
25827 msgstr ""
25828
25829 #. type: textblock
25830 #: ../fish/guestfish-actions.pod:3853
25831 msgid ""
25832 "This command is the same as L</resize2fs> except that it allows you to "
25833 "specify the new size (in bytes) explicitly."
25834 msgstr ""
25835
25836 #. type: =head2
25837 #: ../fish/guestfish-actions.pod:3856
25838 msgid "rm"
25839 msgstr ""
25840
25841 #. type: verbatim
25842 #: ../fish/guestfish-actions.pod:3858
25843 #, no-wrap
25844 msgid ""
25845 " rm path\n"
25846 "\n"
25847 msgstr ""
25848
25849 #. type: =head2
25850 #: ../fish/guestfish-actions.pod:3862
25851 msgid "rm-rf"
25852 msgstr ""
25853
25854 #. type: verbatim
25855 #: ../fish/guestfish-actions.pod:3864
25856 #, no-wrap
25857 msgid ""
25858 " rm-rf path\n"
25859 "\n"
25860 msgstr ""
25861
25862 #. type: =head2
25863 #: ../fish/guestfish-actions.pod:3870
25864 msgid "rmdir"
25865 msgstr ""
25866
25867 #. type: verbatim
25868 #: ../fish/guestfish-actions.pod:3872
25869 #, no-wrap
25870 msgid ""
25871 " rmdir path\n"
25872 "\n"
25873 msgstr ""
25874
25875 #. type: =head2
25876 #: ../fish/guestfish-actions.pod:3876
25877 msgid "rmmountpoint"
25878 msgstr ""
25879
25880 #. type: verbatim
25881 #: ../fish/guestfish-actions.pod:3878
25882 #, no-wrap
25883 msgid ""
25884 " rmmountpoint exemptpath\n"
25885 "\n"
25886 msgstr ""
25887
25888 #. type: textblock
25889 #: ../fish/guestfish-actions.pod:3880
25890 msgid ""
25891 "This calls removes a mountpoint that was previously created with "
25892 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
25893 msgstr ""
25894
25895 #. type: =head2
25896 #: ../fish/guestfish-actions.pod:3884
25897 msgid "scrub-device"
25898 msgstr ""
25899
25900 #. type: verbatim
25901 #: ../fish/guestfish-actions.pod:3886
25902 #, no-wrap
25903 msgid ""
25904 " scrub-device device\n"
25905 "\n"
25906 msgstr ""
25907
25908 #. type: =head2
25909 #: ../fish/guestfish-actions.pod:3897
25910 msgid "scrub-file"
25911 msgstr ""
25912
25913 #. type: verbatim
25914 #: ../fish/guestfish-actions.pod:3899
25915 #, no-wrap
25916 msgid ""
25917 " scrub-file file\n"
25918 "\n"
25919 msgstr ""
25920
25921 #. type: =head2
25922 #: ../fish/guestfish-actions.pod:3909
25923 msgid "scrub-freespace"
25924 msgstr ""
25925
25926 #. type: verbatim
25927 #: ../fish/guestfish-actions.pod:3911
25928 #, no-wrap
25929 msgid ""
25930 " scrub-freespace dir\n"
25931 "\n"
25932 msgstr ""
25933
25934 #. type: textblock
25935 #: ../fish/guestfish-actions.pod:3913
25936 msgid ""
25937 "This command creates the directory C<dir> and then fills it with files until "
25938 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
25939 "deletes them.  The intention is to scrub any free space on the partition "
25940 "containing C<dir>."
25941 msgstr ""
25942
25943 #. type: =head2
25944 #: ../fish/guestfish-actions.pod:3922
25945 msgid "set-append"
25946 msgstr ""
25947
25948 #. type: =head2
25949 #: ../fish/guestfish-actions.pod:3924
25950 msgid "append"
25951 msgstr ""
25952
25953 #. type: verbatim
25954 #: ../fish/guestfish-actions.pod:3926
25955 #, no-wrap
25956 msgid ""
25957 " set-append append\n"
25958 "\n"
25959 msgstr ""
25960
25961 #. type: =head2
25962 #: ../fish/guestfish-actions.pod:3937
25963 msgid "set-attach-method"
25964 msgstr ""
25965
25966 #. type: =head2
25967 #: ../fish/guestfish-actions.pod:3939
25968 msgid "attach-method"
25969 msgstr ""
25970
25971 #. type: verbatim
25972 #: ../fish/guestfish-actions.pod:3941
25973 #, no-wrap
25974 msgid ""
25975 " set-attach-method attachmethod\n"
25976 "\n"
25977 msgstr ""
25978
25979 #. type: =head2
25980 #: ../fish/guestfish-actions.pod:3963
25981 msgid "set-autosync"
25982 msgstr ""
25983
25984 #. type: =head2
25985 #: ../fish/guestfish-actions.pod:3965
25986 msgid "autosync"
25987 msgstr ""
25988
25989 #. type: verbatim
25990 #: ../fish/guestfish-actions.pod:3967
25991 #, no-wrap
25992 msgid ""
25993 " set-autosync true|false\n"
25994 "\n"
25995 msgstr ""
25996
25997 #. type: =head2
25998 #: ../fish/guestfish-actions.pod:3977
25999 msgid "set-direct"
26000 msgstr ""
26001
26002 #. type: =head2
26003 #: ../fish/guestfish-actions.pod:3979
26004 msgid "direct"
26005 msgstr ""
26006
26007 #. type: verbatim
26008 #: ../fish/guestfish-actions.pod:3981
26009 #, no-wrap
26010 msgid ""
26011 " set-direct true|false\n"
26012 "\n"
26013 msgstr ""
26014
26015 #. type: textblock
26016 #: ../fish/guestfish-actions.pod:3987
26017 msgid ""
26018 "One consequence of this is that log messages aren't caught by the library "
26019 "and handled by L</set-log-message-callback>, but go straight to stdout."
26020 msgstr ""
26021
26022 #. type: =head2
26023 #: ../fish/guestfish-actions.pod:3996
26024 msgid "set-e2label"
26025 msgstr ""
26026
26027 #. type: verbatim
26028 #: ../fish/guestfish-actions.pod:3998
26029 #, no-wrap
26030 msgid ""
26031 " set-e2label device label\n"
26032 "\n"
26033 msgstr ""
26034
26035 #. type: textblock
26036 #: ../fish/guestfish-actions.pod:4004
26037 msgid ""
26038 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
26039 "label on a filesystem."
26040 msgstr ""
26041
26042 #. type: =head2
26043 #: ../fish/guestfish-actions.pod:4007
26044 msgid "set-e2uuid"
26045 msgstr ""
26046
26047 #. type: verbatim
26048 #: ../fish/guestfish-actions.pod:4009
26049 #, no-wrap
26050 msgid ""
26051 " set-e2uuid device uuid\n"
26052 "\n"
26053 msgstr ""
26054
26055 #. type: textblock
26056 #: ../fish/guestfish-actions.pod:4016
26057 msgid ""
26058 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
26059 "UUID of a filesystem."
26060 msgstr ""
26061
26062 #. type: =head2
26063 #: ../fish/guestfish-actions.pod:4019
26064 msgid "set-memsize"
26065 msgstr ""
26066
26067 #. type: =head2
26068 #: ../fish/guestfish-actions.pod:4021
26069 msgid "memsize"
26070 msgstr ""
26071
26072 #. type: verbatim
26073 #: ../fish/guestfish-actions.pod:4023
26074 #, no-wrap
26075 msgid ""
26076 " set-memsize memsize\n"
26077 "\n"
26078 msgstr ""
26079
26080 #. type: textblock
26081 #: ../fish/guestfish-actions.pod:4025
26082 msgid ""
26083 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
26084 "This only has any effect if called before L</launch>."
26085 msgstr ""
26086
26087 #. type: =head2
26088 #: ../fish/guestfish-actions.pod:4036
26089 msgid "set-network"
26090 msgstr ""
26091
26092 #. type: =head2
26093 #: ../fish/guestfish-actions.pod:4038
26094 msgid "network"
26095 msgstr ""
26096
26097 #. type: verbatim
26098 #: ../fish/guestfish-actions.pod:4040
26099 #, no-wrap
26100 msgid ""
26101 " set-network true|false\n"
26102 "\n"
26103 msgstr ""
26104
26105 #. type: textblock
26106 #: ../fish/guestfish-actions.pod:4048
26107 msgid "You must call this before calling L</launch>, otherwise it has no effect."
26108 msgstr ""
26109
26110 #. type: =head2
26111 #: ../fish/guestfish-actions.pod:4051
26112 msgid "set-path"
26113 msgstr ""
26114
26115 #. type: =head2
26116 #: ../fish/guestfish-actions.pod:4053
26117 msgid "path"
26118 msgstr ""
26119
26120 #. type: verbatim
26121 #: ../fish/guestfish-actions.pod:4055
26122 #, no-wrap
26123 msgid ""
26124 " set-path searchpath\n"
26125 "\n"
26126 msgstr ""
26127
26128 #. type: =head2
26129 #: ../fish/guestfish-actions.pod:4064
26130 msgid "set-qemu"
26131 msgstr ""
26132
26133 #. type: =head2
26134 #: ../fish/guestfish-actions.pod:4066
26135 msgid "qemu"
26136 msgstr ""
26137
26138 #. type: verbatim
26139 #: ../fish/guestfish-actions.pod:4068
26140 #, no-wrap
26141 msgid ""
26142 " set-qemu qemu\n"
26143 "\n"
26144 msgstr ""
26145
26146 #. type: =head2
26147 #: ../fish/guestfish-actions.pod:4088
26148 msgid "set-recovery-proc"
26149 msgstr ""
26150
26151 #. type: =head2
26152 #: ../fish/guestfish-actions.pod:4090
26153 msgid "recovery-proc"
26154 msgstr ""
26155
26156 #. type: verbatim
26157 #: ../fish/guestfish-actions.pod:4092
26158 #, no-wrap
26159 msgid ""
26160 " set-recovery-proc true|false\n"
26161 "\n"
26162 msgstr ""
26163
26164 #. type: textblock
26165 #: ../fish/guestfish-actions.pod:4094
26166 msgid ""
26167 "If this is called with the parameter C<false> then L</launch> does not "
26168 "create a recovery process.  The purpose of the recovery process is to stop "
26169 "runaway qemu processes in the case where the main program aborts abruptly."
26170 msgstr ""
26171
26172 #. type: textblock
26173 #: ../fish/guestfish-actions.pod:4099
26174 msgid ""
26175 "This only has any effect if called before L</launch>, and the default is "
26176 "true."
26177 msgstr ""
26178
26179 #. type: =head2
26180 #: ../fish/guestfish-actions.pod:4108
26181 msgid "set-selinux"
26182 msgstr ""
26183
26184 #. type: =head2
26185 #: ../fish/guestfish-actions.pod:4110
26186 msgid "selinux"
26187 msgstr ""
26188
26189 #. type: verbatim
26190 #: ../fish/guestfish-actions.pod:4112
26191 #, no-wrap
26192 msgid ""
26193 " set-selinux true|false\n"
26194 "\n"
26195 msgstr ""
26196
26197 #. type: =head2
26198 #: ../fish/guestfish-actions.pod:4123
26199 msgid "set-trace"
26200 msgstr ""
26201
26202 #. type: =head2
26203 #: ../fish/guestfish-actions.pod:4125
26204 msgid "trace"
26205 msgstr ""
26206
26207 #. type: verbatim
26208 #: ../fish/guestfish-actions.pod:4127
26209 #, no-wrap
26210 msgid ""
26211 " set-trace true|false\n"
26212 "\n"
26213 msgstr ""
26214
26215 #. type: textblock
26216 #: ../fish/guestfish-actions.pod:4139
26217 msgid ""
26218 "Trace messages are normally sent to C<stderr>, unless you register a "
26219 "callback to send them somewhere else (see L</set-event-callback>)."
26220 msgstr ""
26221
26222 #. type: =head2
26223 #: ../fish/guestfish-actions.pod:4143
26224 msgid "set-verbose"
26225 msgstr ""
26226
26227 #. type: =head2
26228 #: ../fish/guestfish-actions.pod:4145
26229 msgid "verbose"
26230 msgstr ""
26231
26232 #. type: verbatim
26233 #: ../fish/guestfish-actions.pod:4147
26234 #, no-wrap
26235 msgid ""
26236 " set-verbose true|false\n"
26237 "\n"
26238 msgstr ""
26239
26240 #. type: textblock
26241 #: ../fish/guestfish-actions.pod:4154
26242 msgid ""
26243 "Verbose messages are normally sent to C<stderr>, unless you register a "
26244 "callback to send them somewhere else (see L</set-event-callback>)."
26245 msgstr ""
26246
26247 #. type: =head2
26248 #: ../fish/guestfish-actions.pod:4158
26249 msgid "setcon"
26250 msgstr ""
26251
26252 #. type: verbatim
26253 #: ../fish/guestfish-actions.pod:4160
26254 #, no-wrap
26255 msgid ""
26256 " setcon context\n"
26257 "\n"
26258 msgstr ""
26259
26260 #. type: =head2
26261 #: ../fish/guestfish-actions.pod:4167
26262 msgid "setxattr"
26263 msgstr ""
26264
26265 #. type: verbatim
26266 #: ../fish/guestfish-actions.pod:4169
26267 #, no-wrap
26268 msgid ""
26269 " setxattr xattr val vallen path\n"
26270 "\n"
26271 msgstr ""
26272
26273 #. type: textblock
26274 #: ../fish/guestfish-actions.pod:4175
26275 msgid "See also: L</lsetxattr>, L<attr(5)>."
26276 msgstr ""
26277
26278 #. type: =head2
26279 #: ../fish/guestfish-actions.pod:4177
26280 msgid "sfdisk"
26281 msgstr ""
26282
26283 #. type: verbatim
26284 #: ../fish/guestfish-actions.pod:4179
26285 #, no-wrap
26286 msgid ""
26287 " sfdisk device cyls heads sectors 'lines ...'\n"
26288 "\n"
26289 msgstr ""
26290
26291 #. type: textblock
26292 #: ../fish/guestfish-actions.pod:4201
26293 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
26294 msgstr ""
26295
26296 #. type: textblock
26297 #: ../fish/guestfish-actions.pod:4207 ../fish/guestfish-actions.pod:4230 ../fish/guestfish-actions.pod:4252
26298 msgid ""
26299 "This function is deprecated.  In new code, use the L</part_add> call "
26300 "instead."
26301 msgstr ""
26302
26303 #. type: =head2
26304 #: ../fish/guestfish-actions.pod:4214
26305 msgid "sfdiskM"
26306 msgstr ""
26307
26308 #. type: verbatim
26309 #: ../fish/guestfish-actions.pod:4216
26310 #, no-wrap
26311 msgid ""
26312 " sfdiskM device 'lines ...'\n"
26313 "\n"
26314 msgstr ""
26315
26316 #. type: textblock
26317 #: ../fish/guestfish-actions.pod:4218
26318 msgid ""
26319 "This is a simplified interface to the L</sfdisk> command, where partition "
26320 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
26321 "you don't need to specify the cyls, heads and sectors parameters which were "
26322 "rarely if ever used anyway."
26323 msgstr ""
26324
26325 #. type: textblock
26326 #: ../fish/guestfish-actions.pod:4224
26327 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
26328 msgstr ""
26329
26330 #. type: =head2
26331 #: ../fish/guestfish-actions.pod:4237
26332 msgid "sfdisk-N"
26333 msgstr ""
26334
26335 #. type: verbatim
26336 #: ../fish/guestfish-actions.pod:4239
26337 #, no-wrap
26338 msgid ""
26339 " sfdisk-N device partnum cyls heads sectors line\n"
26340 "\n"
26341 msgstr ""
26342
26343 #. type: textblock
26344 #: ../fish/guestfish-actions.pod:4244
26345 msgid ""
26346 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
26347 "cyls/heads/sectors parameters."
26348 msgstr ""
26349
26350 #. type: textblock
26351 #: ../fish/guestfish-actions.pod:4247
26352 msgid "See also: L</part-add>"
26353 msgstr ""
26354
26355 #. type: =head2
26356 #: ../fish/guestfish-actions.pod:4259
26357 msgid "sfdisk-disk-geometry"
26358 msgstr ""
26359
26360 #. type: verbatim
26361 #: ../fish/guestfish-actions.pod:4261
26362 #, no-wrap
26363 msgid ""
26364 " sfdisk-disk-geometry device\n"
26365 "\n"
26366 msgstr ""
26367
26368 #. type: textblock
26369 #: ../fish/guestfish-actions.pod:4263
26370 msgid ""
26371 "This displays the disk geometry of C<device> read from the partition table.  "
26372 "Especially in the case where the underlying block device has been resized, "
26373 "this can be different from the kernel's idea of the geometry (see "
26374 "L</sfdisk-kernel-geometry>)."
26375 msgstr ""
26376
26377 #. type: =head2
26378 #: ../fish/guestfish-actions.pod:4271
26379 msgid "sfdisk-kernel-geometry"
26380 msgstr ""
26381
26382 #. type: verbatim
26383 #: ../fish/guestfish-actions.pod:4273
26384 #, no-wrap
26385 msgid ""
26386 " sfdisk-kernel-geometry device\n"
26387 "\n"
26388 msgstr ""
26389
26390 #. type: =head2
26391 #: ../fish/guestfish-actions.pod:4280
26392 msgid "sfdisk-l"
26393 msgstr ""
26394
26395 #. type: verbatim
26396 #: ../fish/guestfish-actions.pod:4282
26397 #, no-wrap
26398 msgid ""
26399 " sfdisk-l device\n"
26400 "\n"
26401 msgstr ""
26402
26403 #. type: textblock
26404 #: ../fish/guestfish-actions.pod:4288
26405 msgid "See also: L</part-list>"
26406 msgstr ""
26407
26408 #. type: textblock
26409 #: ../fish/guestfish-actions.pod:4290
26410 msgid ""
26411 "This function is deprecated.  In new code, use the L</part_list> call "
26412 "instead."
26413 msgstr ""
26414
26415 #. type: =head2
26416 #: ../fish/guestfish-actions.pod:4297
26417 msgid "sh"
26418 msgstr ""
26419
26420 #. type: verbatim
26421 #: ../fish/guestfish-actions.pod:4299
26422 #, no-wrap
26423 msgid ""
26424 " sh command\n"
26425 "\n"
26426 msgstr ""
26427
26428 #. type: textblock
26429 #: ../fish/guestfish-actions.pod:4304
26430 msgid "This is like L</command>, but passes the command to:"
26431 msgstr ""
26432
26433 #. type: textblock
26434 #: ../fish/guestfish-actions.pod:4312
26435 msgid "All the provisos about L</command> apply to this call."
26436 msgstr ""
26437
26438 #. type: =head2
26439 #: ../fish/guestfish-actions.pod:4314
26440 msgid "sh-lines"
26441 msgstr ""
26442
26443 #. type: verbatim
26444 #: ../fish/guestfish-actions.pod:4316
26445 #, no-wrap
26446 msgid ""
26447 " sh-lines command\n"
26448 "\n"
26449 msgstr ""
26450
26451 #. type: textblock
26452 #: ../fish/guestfish-actions.pod:4318
26453 msgid "This is the same as L</sh>, but splits the result into a list of lines."
26454 msgstr ""
26455
26456 #. type: textblock
26457 #: ../fish/guestfish-actions.pod:4321
26458 msgid "See also: L</command-lines>"
26459 msgstr ""
26460
26461 #. type: =head2
26462 #: ../fish/guestfish-actions.pod:4323
26463 msgid "sleep"
26464 msgstr ""
26465
26466 #. type: verbatim
26467 #: ../fish/guestfish-actions.pod:4325
26468 #, no-wrap
26469 msgid ""
26470 " sleep secs\n"
26471 "\n"
26472 msgstr ""
26473
26474 #. type: =head2
26475 #: ../fish/guestfish-actions.pod:4329
26476 msgid "stat"
26477 msgstr ""
26478
26479 #. type: verbatim
26480 #: ../fish/guestfish-actions.pod:4331
26481 #, no-wrap
26482 msgid ""
26483 " stat path\n"
26484 "\n"
26485 msgstr ""
26486
26487 #. type: =head2
26488 #: ../fish/guestfish-actions.pod:4337
26489 msgid "statvfs"
26490 msgstr ""
26491
26492 #. type: verbatim
26493 #: ../fish/guestfish-actions.pod:4339
26494 #, no-wrap
26495 msgid ""
26496 " statvfs path\n"
26497 "\n"
26498 msgstr ""
26499
26500 #. type: =head2
26501 #: ../fish/guestfish-actions.pod:4347
26502 msgid "strings"
26503 msgstr ""
26504
26505 #. type: verbatim
26506 #: ../fish/guestfish-actions.pod:4349
26507 #, no-wrap
26508 msgid ""
26509 " strings path\n"
26510 "\n"
26511 msgstr ""
26512
26513 #. type: =head2
26514 #: ../fish/guestfish-actions.pod:4357
26515 msgid "strings-e"
26516 msgstr ""
26517
26518 #. type: verbatim
26519 #: ../fish/guestfish-actions.pod:4359
26520 #, no-wrap
26521 msgid ""
26522 " strings-e encoding path\n"
26523 "\n"
26524 msgstr ""
26525
26526 #. type: textblock
26527 #: ../fish/guestfish-actions.pod:4361
26528 msgid ""
26529 "This is like the L</strings> command, but allows you to specify the encoding "
26530 "of strings that are looked for in the source file C<path>."
26531 msgstr ""
26532
26533 #. type: textblock
26534 #: ../fish/guestfish-actions.pod:4371
26535 msgid ""
26536 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
26537 "ISO-8859-X (this is what L</strings> uses)."
26538 msgstr ""
26539
26540 #. type: =head2
26541 #: ../fish/guestfish-actions.pod:4403
26542 msgid "swapoff-device"
26543 msgstr ""
26544
26545 #. type: verbatim
26546 #: ../fish/guestfish-actions.pod:4405
26547 #, no-wrap
26548 msgid ""
26549 " swapoff-device device\n"
26550 "\n"
26551 msgstr ""
26552
26553 #. type: textblock
26554 #: ../fish/guestfish-actions.pod:4407
26555 msgid ""
26556 "This command disables the libguestfs appliance swap device or partition "
26557 "named C<device>.  See L</swapon-device>."
26558 msgstr ""
26559
26560 #. type: =head2
26561 #: ../fish/guestfish-actions.pod:4411
26562 msgid "swapoff-file"
26563 msgstr ""
26564
26565 #. type: verbatim
26566 #: ../fish/guestfish-actions.pod:4413
26567 #, no-wrap
26568 msgid ""
26569 " swapoff-file file\n"
26570 "\n"
26571 msgstr ""
26572
26573 #. type: =head2
26574 #: ../fish/guestfish-actions.pod:4417
26575 msgid "swapoff-label"
26576 msgstr ""
26577
26578 #. type: verbatim
26579 #: ../fish/guestfish-actions.pod:4419
26580 #, no-wrap
26581 msgid ""
26582 " swapoff-label label\n"
26583 "\n"
26584 msgstr ""
26585
26586 #. type: =head2
26587 #: ../fish/guestfish-actions.pod:4424
26588 msgid "swapoff-uuid"
26589 msgstr ""
26590
26591 #. type: verbatim
26592 #: ../fish/guestfish-actions.pod:4426
26593 #, no-wrap
26594 msgid ""
26595 " swapoff-uuid uuid\n"
26596 "\n"
26597 msgstr ""
26598
26599 #. type: =head2
26600 #: ../fish/guestfish-actions.pod:4431
26601 msgid "swapon-device"
26602 msgstr ""
26603
26604 #. type: verbatim
26605 #: ../fish/guestfish-actions.pod:4433
26606 #, no-wrap
26607 msgid ""
26608 " swapon-device device\n"
26609 "\n"
26610 msgstr ""
26611
26612 #. type: textblock
26613 #: ../fish/guestfish-actions.pod:4435
26614 msgid ""
26615 "This command enables the libguestfs appliance to use the swap device or "
26616 "partition named C<device>.  The increased memory is made available for all "
26617 "commands, for example those run using L</command> or L</sh>."
26618 msgstr ""
26619
26620 #. type: =head2
26621 #: ../fish/guestfish-actions.pod:4447
26622 msgid "swapon-file"
26623 msgstr ""
26624
26625 #. type: verbatim
26626 #: ../fish/guestfish-actions.pod:4449
26627 #, no-wrap
26628 msgid ""
26629 " swapon-file file\n"
26630 "\n"
26631 msgstr ""
26632
26633 #. type: textblock
26634 #: ../fish/guestfish-actions.pod:4451
26635 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
26636 msgstr ""
26637
26638 #. type: =head2
26639 #: ../fish/guestfish-actions.pod:4454
26640 msgid "swapon-label"
26641 msgstr ""
26642
26643 #. type: verbatim
26644 #: ../fish/guestfish-actions.pod:4456
26645 #, no-wrap
26646 msgid ""
26647 " swapon-label label\n"
26648 "\n"
26649 msgstr ""
26650
26651 #. type: textblock
26652 #: ../fish/guestfish-actions.pod:4458
26653 msgid ""
26654 "This command enables swap to a labeled swap partition.  See "
26655 "L</swapon-device> for other notes."
26656 msgstr ""
26657
26658 #. type: =head2
26659 #: ../fish/guestfish-actions.pod:4461
26660 msgid "swapon-uuid"
26661 msgstr ""
26662
26663 #. type: verbatim
26664 #: ../fish/guestfish-actions.pod:4463
26665 #, no-wrap
26666 msgid ""
26667 " swapon-uuid uuid\n"
26668 "\n"
26669 msgstr ""
26670
26671 #. type: textblock
26672 #: ../fish/guestfish-actions.pod:4465
26673 msgid ""
26674 "This command enables swap to a swap partition with the given UUID.  See "
26675 "L</swapon-device> for other notes."
26676 msgstr ""
26677
26678 #. type: =head2
26679 #: ../fish/guestfish-actions.pod:4468
26680 msgid "sync"
26681 msgstr ""
26682
26683 #. type: verbatim
26684 #: ../fish/guestfish-actions.pod:4470
26685 #, no-wrap
26686 msgid ""
26687 " sync\n"
26688 "\n"
26689 msgstr ""
26690
26691 #. type: =head2
26692 #: ../fish/guestfish-actions.pod:4478
26693 msgid "tail"
26694 msgstr ""
26695
26696 #. type: verbatim
26697 #: ../fish/guestfish-actions.pod:4480
26698 #, no-wrap
26699 msgid ""
26700 " tail path\n"
26701 "\n"
26702 msgstr ""
26703
26704 #. type: =head2
26705 #: ../fish/guestfish-actions.pod:4488
26706 msgid "tail-n"
26707 msgstr ""
26708
26709 #. type: verbatim
26710 #: ../fish/guestfish-actions.pod:4490
26711 #, no-wrap
26712 msgid ""
26713 " tail-n nrlines path\n"
26714 "\n"
26715 msgstr ""
26716
26717 #. type: =head2
26718 #: ../fish/guestfish-actions.pod:4503
26719 msgid "tar-in"
26720 msgstr ""
26721
26722 #. type: verbatim
26723 #: ../fish/guestfish-actions.pod:4505
26724 #, no-wrap
26725 msgid ""
26726 " tar-in (tarfile|-) directory\n"
26727 "\n"
26728 msgstr ""
26729
26730 #. type: textblock
26731 #: ../fish/guestfish-actions.pod:4510
26732 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
26733 msgstr ""
26734
26735 #. type: =head2
26736 #: ../fish/guestfish-actions.pod:4515
26737 msgid "tar-out"
26738 msgstr ""
26739
26740 #. type: verbatim
26741 #: ../fish/guestfish-actions.pod:4517
26742 #, no-wrap
26743 msgid ""
26744 " tar-out directory (tarfile|-)\n"
26745 "\n"
26746 msgstr ""
26747
26748 #. type: textblock
26749 #: ../fish/guestfish-actions.pod:4522
26750 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
26751 msgstr ""
26752
26753 #. type: =head2
26754 #: ../fish/guestfish-actions.pod:4527
26755 msgid "tgz-in"
26756 msgstr ""
26757
26758 #. type: verbatim
26759 #: ../fish/guestfish-actions.pod:4529
26760 #, no-wrap
26761 msgid ""
26762 " tgz-in (tarball|-) directory\n"
26763 "\n"
26764 msgstr ""
26765
26766 #. type: textblock
26767 #: ../fish/guestfish-actions.pod:4534
26768 msgid "To upload an uncompressed tarball, use L</tar-in>."
26769 msgstr ""
26770
26771 #. type: =head2
26772 #: ../fish/guestfish-actions.pod:4538
26773 msgid "tgz-out"
26774 msgstr ""
26775
26776 #. type: verbatim
26777 #: ../fish/guestfish-actions.pod:4540
26778 #, no-wrap
26779 msgid ""
26780 " tgz-out directory (tarball|-)\n"
26781 "\n"
26782 msgstr ""
26783
26784 #. type: textblock
26785 #: ../fish/guestfish-actions.pod:4545
26786 msgid "To download an uncompressed tarball, use L</tar-out>."
26787 msgstr ""
26788
26789 #. type: =head2
26790 #: ../fish/guestfish-actions.pod:4549
26791 msgid "touch"
26792 msgstr ""
26793
26794 #. type: verbatim
26795 #: ../fish/guestfish-actions.pod:4551
26796 #, no-wrap
26797 msgid ""
26798 " touch path\n"
26799 "\n"
26800 msgstr ""
26801
26802 #. type: =head2
26803 #: ../fish/guestfish-actions.pod:4560
26804 msgid "truncate"
26805 msgstr ""
26806
26807 #. type: verbatim
26808 #: ../fish/guestfish-actions.pod:4562
26809 #, no-wrap
26810 msgid ""
26811 " truncate path\n"
26812 "\n"
26813 msgstr ""
26814
26815 #. type: =head2
26816 #: ../fish/guestfish-actions.pod:4567
26817 msgid "truncate-size"
26818 msgstr ""
26819
26820 #. type: verbatim
26821 #: ../fish/guestfish-actions.pod:4569
26822 #, no-wrap
26823 msgid ""
26824 " truncate-size path size\n"
26825 "\n"
26826 msgstr ""
26827
26828 #. type: textblock
26829 #: ../fish/guestfish-actions.pod:4574
26830 msgid ""
26831 "If the current file size is less than C<size> then the file is extended to "
26832 "the required size with zero bytes.  This creates a sparse file (ie. disk "
26833 "blocks are not allocated for the file until you write to it).  To create a "
26834 "non-sparse file of zeroes, use L</fallocate64> instead."
26835 msgstr ""
26836
26837 #. type: =head2
26838 #: ../fish/guestfish-actions.pod:4580
26839 msgid "tune2fs-l"
26840 msgstr ""
26841
26842 #. type: verbatim
26843 #: ../fish/guestfish-actions.pod:4582
26844 #, no-wrap
26845 msgid ""
26846 " tune2fs-l device\n"
26847 "\n"
26848 msgstr ""
26849
26850 #. type: =head2
26851 #: ../fish/guestfish-actions.pod:4592
26852 msgid "txz-in"
26853 msgstr ""
26854
26855 #. type: verbatim
26856 #: ../fish/guestfish-actions.pod:4594
26857 #, no-wrap
26858 msgid ""
26859 " txz-in (tarball|-) directory\n"
26860 "\n"
26861 msgstr ""
26862
26863 #. type: =head2
26864 #: ../fish/guestfish-actions.pod:4601
26865 msgid "txz-out"
26866 msgstr ""
26867
26868 #. type: verbatim
26869 #: ../fish/guestfish-actions.pod:4603
26870 #, no-wrap
26871 msgid ""
26872 " txz-out directory (tarball|-)\n"
26873 "\n"
26874 msgstr ""
26875
26876 #. type: =head2
26877 #: ../fish/guestfish-actions.pod:4610
26878 msgid "umask"
26879 msgstr ""
26880
26881 #. type: verbatim
26882 #: ../fish/guestfish-actions.pod:4612
26883 #, no-wrap
26884 msgid ""
26885 " umask mask\n"
26886 "\n"
26887 msgstr ""
26888
26889 #. type: textblock
26890 #: ../fish/guestfish-actions.pod:4626
26891 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
26892 msgstr ""
26893
26894 #. type: =head2
26895 #: ../fish/guestfish-actions.pod:4631
26896 msgid "umount"
26897 msgstr ""
26898
26899 #. type: =head2
26900 #: ../fish/guestfish-actions.pod:4633
26901 msgid "unmount"
26902 msgstr ""
26903
26904 #. type: verbatim
26905 #: ../fish/guestfish-actions.pod:4635
26906 #, no-wrap
26907 msgid ""
26908 " umount pathordevice\n"
26909 "\n"
26910 msgstr ""
26911
26912 #. type: =head2
26913 #: ../fish/guestfish-actions.pod:4641
26914 msgid "umount-all"
26915 msgstr ""
26916
26917 #. type: =head2
26918 #: ../fish/guestfish-actions.pod:4643
26919 msgid "unmount-all"
26920 msgstr ""
26921
26922 #. type: verbatim
26923 #: ../fish/guestfish-actions.pod:4645
26924 #, no-wrap
26925 msgid ""
26926 " umount-all\n"
26927 "\n"
26928 msgstr ""
26929
26930 #. type: =head2
26931 #: ../fish/guestfish-actions.pod:4651
26932 msgid "upload"
26933 msgstr ""
26934
26935 #. type: verbatim
26936 #: ../fish/guestfish-actions.pod:4653
26937 #, no-wrap
26938 msgid ""
26939 " upload (filename|-) remotefilename\n"
26940 "\n"
26941 msgstr ""
26942
26943 #. type: textblock
26944 #: ../fish/guestfish-actions.pod:4660
26945 msgid "See also L</download>."
26946 msgstr ""
26947
26948 #. type: =head2
26949 #: ../fish/guestfish-actions.pod:4664
26950 msgid "upload-offset"
26951 msgstr ""
26952
26953 #. type: verbatim
26954 #: ../fish/guestfish-actions.pod:4666
26955 #, no-wrap
26956 msgid ""
26957 " upload-offset (filename|-) remotefilename offset\n"
26958 "\n"
26959 msgstr ""
26960
26961 #. type: textblock
26962 #: ../fish/guestfish-actions.pod:4678
26963 msgid ""
26964 "Note that there is no limit on the amount of data that can be uploaded with "
26965 "this call, unlike with L</pwrite>, and this call always writes the full "
26966 "amount unless an error occurs."
26967 msgstr ""
26968
26969 #. type: textblock
26970 #: ../fish/guestfish-actions.pod:4683
26971 msgid "See also L</upload>, L</pwrite>."
26972 msgstr ""
26973
26974 #. type: =head2
26975 #: ../fish/guestfish-actions.pod:4687
26976 msgid "utimens"
26977 msgstr ""
26978
26979 #. type: verbatim
26980 #: ../fish/guestfish-actions.pod:4689
26981 #, no-wrap
26982 msgid ""
26983 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
26984 "\n"
26985 msgstr ""
26986
26987 #. type: =head2
26988 #: ../fish/guestfish-actions.pod:4708
26989 msgid "version"
26990 msgstr ""
26991
26992 #. type: verbatim
26993 #: ../fish/guestfish-actions.pod:4710
26994 #, no-wrap
26995 msgid ""
26996 " version\n"
26997 "\n"
26998 msgstr ""
26999
27000 #. type: textblock
27001 #: ../fish/guestfish-actions.pod:4737
27002 msgid ""
27003 "I<Note:> Don't use this call to test for availability of features.  In "
27004 "enterprise distributions we backport features from later versions into "
27005 "earlier versions, making this an unreliable way to test for features.  Use "
27006 "L</available> instead."
27007 msgstr ""
27008
27009 #. type: =head2
27010 #: ../fish/guestfish-actions.pod:4743
27011 msgid "vfs-label"
27012 msgstr ""
27013
27014 #. type: verbatim
27015 #: ../fish/guestfish-actions.pod:4745
27016 #, no-wrap
27017 msgid ""
27018 " vfs-label device\n"
27019 "\n"
27020 msgstr ""
27021
27022 #. type: textblock
27023 #: ../fish/guestfish-actions.pod:4752
27024 msgid "To find a filesystem from the label, use L</findfs-label>."
27025 msgstr ""
27026
27027 #. type: =head2
27028 #: ../fish/guestfish-actions.pod:4754
27029 msgid "vfs-type"
27030 msgstr ""
27031
27032 #. type: verbatim
27033 #: ../fish/guestfish-actions.pod:4756
27034 #, no-wrap
27035 msgid ""
27036 " vfs-type device\n"
27037 "\n"
27038 msgstr ""
27039
27040 #. type: =head2
27041 #: ../fish/guestfish-actions.pod:4766
27042 msgid "vfs-uuid"
27043 msgstr ""
27044
27045 #. type: verbatim
27046 #: ../fish/guestfish-actions.pod:4768
27047 #, no-wrap
27048 msgid ""
27049 " vfs-uuid device\n"
27050 "\n"
27051 msgstr ""
27052
27053 #. type: textblock
27054 #: ../fish/guestfish-actions.pod:4775
27055 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
27056 msgstr ""
27057
27058 #. type: =head2
27059 #: ../fish/guestfish-actions.pod:4777
27060 msgid "vg-activate"
27061 msgstr ""
27062
27063 #. type: verbatim
27064 #: ../fish/guestfish-actions.pod:4779
27065 #, no-wrap
27066 msgid ""
27067 " vg-activate true|false 'volgroups ...'\n"
27068 "\n"
27069 msgstr ""
27070
27071 #. type: =head2
27072 #: ../fish/guestfish-actions.pod:4792
27073 msgid "vg-activate-all"
27074 msgstr ""
27075
27076 #. type: verbatim
27077 #: ../fish/guestfish-actions.pod:4794
27078 #, no-wrap
27079 msgid ""
27080 " vg-activate-all true|false\n"
27081 "\n"
27082 msgstr ""
27083
27084 #. type: =head2
27085 #: ../fish/guestfish-actions.pod:4804
27086 msgid "vgcreate"
27087 msgstr ""
27088
27089 #. type: verbatim
27090 #: ../fish/guestfish-actions.pod:4806
27091 #, no-wrap
27092 msgid ""
27093 " vgcreate volgroup 'physvols ...'\n"
27094 "\n"
27095 msgstr ""
27096
27097 #. type: =head2
27098 #: ../fish/guestfish-actions.pod:4811
27099 msgid "vglvuuids"
27100 msgstr ""
27101
27102 #. type: verbatim
27103 #: ../fish/guestfish-actions.pod:4813
27104 #, no-wrap
27105 msgid ""
27106 " vglvuuids vgname\n"
27107 "\n"
27108 msgstr ""
27109
27110 #. type: textblock
27111 #: ../fish/guestfish-actions.pod:4818
27112 msgid ""
27113 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
27114 "logical volumes and volume groups."
27115 msgstr ""
27116
27117 #. type: textblock
27118 #: ../fish/guestfish-actions.pod:4821
27119 msgid "See also L</vgpvuuids>."
27120 msgstr ""
27121
27122 #. type: =head2
27123 #: ../fish/guestfish-actions.pod:4823
27124 msgid "vgpvuuids"
27125 msgstr ""
27126
27127 #. type: verbatim
27128 #: ../fish/guestfish-actions.pod:4825
27129 #, no-wrap
27130 msgid ""
27131 " vgpvuuids vgname\n"
27132 "\n"
27133 msgstr ""
27134
27135 #. type: textblock
27136 #: ../fish/guestfish-actions.pod:4830
27137 msgid ""
27138 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
27139 "physical volumes and volume groups."
27140 msgstr ""
27141
27142 #. type: textblock
27143 #: ../fish/guestfish-actions.pod:4833
27144 msgid "See also L</vglvuuids>."
27145 msgstr ""
27146
27147 #. type: =head2
27148 #: ../fish/guestfish-actions.pod:4835
27149 msgid "vgremove"
27150 msgstr ""
27151
27152 #. type: verbatim
27153 #: ../fish/guestfish-actions.pod:4837
27154 #, no-wrap
27155 msgid ""
27156 " vgremove vgname\n"
27157 "\n"
27158 msgstr ""
27159
27160 #. type: =head2
27161 #: ../fish/guestfish-actions.pod:4844
27162 msgid "vgrename"
27163 msgstr ""
27164
27165 #. type: verbatim
27166 #: ../fish/guestfish-actions.pod:4846
27167 #, no-wrap
27168 msgid ""
27169 " vgrename volgroup newvolgroup\n"
27170 "\n"
27171 msgstr ""
27172
27173 #. type: =head2
27174 #: ../fish/guestfish-actions.pod:4850
27175 msgid "vgs"
27176 msgstr ""
27177
27178 #. type: verbatim
27179 #: ../fish/guestfish-actions.pod:4852
27180 #, no-wrap
27181 msgid ""
27182 " vgs\n"
27183 "\n"
27184 msgstr ""
27185
27186 #. type: textblock
27187 #: ../fish/guestfish-actions.pod:4860
27188 msgid "See also L</vgs-full>."
27189 msgstr ""
27190
27191 #. type: =head2
27192 #: ../fish/guestfish-actions.pod:4862
27193 msgid "vgs-full"
27194 msgstr ""
27195
27196 #. type: verbatim
27197 #: ../fish/guestfish-actions.pod:4864
27198 #, no-wrap
27199 msgid ""
27200 " vgs-full\n"
27201 "\n"
27202 msgstr ""
27203
27204 #. type: =head2
27205 #: ../fish/guestfish-actions.pod:4869
27206 msgid "vgscan"
27207 msgstr ""
27208
27209 #. type: verbatim
27210 #: ../fish/guestfish-actions.pod:4871
27211 #, no-wrap
27212 msgid ""
27213 " vgscan\n"
27214 "\n"
27215 msgstr ""
27216
27217 #. type: =head2
27218 #: ../fish/guestfish-actions.pod:4876
27219 msgid "vguuid"
27220 msgstr ""
27221
27222 #. type: verbatim
27223 #: ../fish/guestfish-actions.pod:4878
27224 #, no-wrap
27225 msgid ""
27226 " vguuid vgname\n"
27227 "\n"
27228 msgstr ""
27229
27230 #. type: =head2
27231 #: ../fish/guestfish-actions.pod:4882
27232 msgid "wc-c"
27233 msgstr ""
27234
27235 #. type: verbatim
27236 #: ../fish/guestfish-actions.pod:4884
27237 #, no-wrap
27238 msgid ""
27239 " wc-c path\n"
27240 "\n"
27241 msgstr ""
27242
27243 #. type: =head2
27244 #: ../fish/guestfish-actions.pod:4889
27245 msgid "wc-l"
27246 msgstr ""
27247
27248 #. type: verbatim
27249 #: ../fish/guestfish-actions.pod:4891
27250 #, no-wrap
27251 msgid ""
27252 " wc-l path\n"
27253 "\n"
27254 msgstr ""
27255
27256 #. type: =head2
27257 #: ../fish/guestfish-actions.pod:4896
27258 msgid "wc-w"
27259 msgstr ""
27260
27261 #. type: verbatim
27262 #: ../fish/guestfish-actions.pod:4898
27263 #, no-wrap
27264 msgid ""
27265 " wc-w path\n"
27266 "\n"
27267 msgstr ""
27268
27269 #. type: =head2
27270 #: ../fish/guestfish-actions.pod:4903
27271 msgid "write"
27272 msgstr ""
27273
27274 #. type: verbatim
27275 #: ../fish/guestfish-actions.pod:4905
27276 #, no-wrap
27277 msgid ""
27278 " write path content\n"
27279 "\n"
27280 msgstr ""
27281
27282 #. type: =head2
27283 #: ../fish/guestfish-actions.pod:4913
27284 msgid "write-file"
27285 msgstr ""
27286
27287 #. type: verbatim
27288 #: ../fish/guestfish-actions.pod:4915
27289 #, no-wrap
27290 msgid ""
27291 " write-file path content size\n"
27292 "\n"
27293 msgstr ""
27294
27295 #. type: textblock
27296 #: ../fish/guestfish-actions.pod:4931
27297 msgid "This function is deprecated.  In new code, use the L</write> call instead."
27298 msgstr ""
27299
27300 #. type: =head2
27301 #: ../fish/guestfish-actions.pod:4938
27302 msgid "zegrep"
27303 msgstr ""
27304
27305 #. type: verbatim
27306 #: ../fish/guestfish-actions.pod:4940
27307 #, no-wrap
27308 msgid ""
27309 " zegrep regex path\n"
27310 "\n"
27311 msgstr ""
27312
27313 #. type: =head2
27314 #: ../fish/guestfish-actions.pod:4948
27315 msgid "zegrepi"
27316 msgstr ""
27317
27318 #. type: verbatim
27319 #: ../fish/guestfish-actions.pod:4950
27320 #, no-wrap
27321 msgid ""
27322 " zegrepi regex path\n"
27323 "\n"
27324 msgstr ""
27325
27326 #. type: =head2
27327 #: ../fish/guestfish-actions.pod:4958
27328 msgid "zero"
27329 msgstr ""
27330
27331 #. type: verbatim
27332 #: ../fish/guestfish-actions.pod:4960
27333 #, no-wrap
27334 msgid ""
27335 " zero device\n"
27336 "\n"
27337 msgstr ""
27338
27339 #. type: textblock
27340 #: ../fish/guestfish-actions.pod:4968
27341 msgid "See also: L</zero-device>, L</scrub-device>."
27342 msgstr ""
27343
27344 #. type: =head2
27345 #: ../fish/guestfish-actions.pod:4970
27346 msgid "zero-device"
27347 msgstr ""
27348
27349 #. type: verbatim
27350 #: ../fish/guestfish-actions.pod:4972
27351 #, no-wrap
27352 msgid ""
27353 " zero-device device\n"
27354 "\n"
27355 msgstr ""
27356
27357 #. type: textblock
27358 #: ../fish/guestfish-actions.pod:4974
27359 msgid ""
27360 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
27361 "which just zeroes the first few blocks of a device."
27362 msgstr ""
27363
27364 #. type: =head2
27365 #: ../fish/guestfish-actions.pod:4981
27366 msgid "zerofree"
27367 msgstr ""
27368
27369 #. type: verbatim
27370 #: ../fish/guestfish-actions.pod:4983
27371 #, no-wrap
27372 msgid ""
27373 " zerofree device\n"
27374 "\n"
27375 msgstr ""
27376
27377 #. type: =head2
27378 #: ../fish/guestfish-actions.pod:4996
27379 msgid "zfgrep"
27380 msgstr ""
27381
27382 #. type: verbatim
27383 #: ../fish/guestfish-actions.pod:4998
27384 #, no-wrap
27385 msgid ""
27386 " zfgrep pattern path\n"
27387 "\n"
27388 msgstr ""
27389
27390 #. type: =head2
27391 #: ../fish/guestfish-actions.pod:5006
27392 msgid "zfgrepi"
27393 msgstr ""
27394
27395 #. type: verbatim
27396 #: ../fish/guestfish-actions.pod:5008
27397 #, no-wrap
27398 msgid ""
27399 " zfgrepi pattern path\n"
27400 "\n"
27401 msgstr ""
27402
27403 #. type: =head2
27404 #: ../fish/guestfish-actions.pod:5016
27405 msgid "zfile"
27406 msgstr ""
27407
27408 #. type: verbatim
27409 #: ../fish/guestfish-actions.pod:5018
27410 #, no-wrap
27411 msgid ""
27412 " zfile meth path\n"
27413 "\n"
27414 msgstr ""
27415
27416 #. type: textblock
27417 #: ../fish/guestfish-actions.pod:5025
27418 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
27419 msgstr ""
27420
27421 #. type: textblock
27422 #: ../fish/guestfish-actions.pod:5028
27423 msgid "This function is deprecated.  In new code, use the L</file> call instead."
27424 msgstr ""
27425
27426 #. type: =head2
27427 #: ../fish/guestfish-actions.pod:5035
27428 msgid "zgrep"
27429 msgstr ""
27430
27431 #. type: verbatim
27432 #: ../fish/guestfish-actions.pod:5037
27433 #, no-wrap
27434 msgid ""
27435 " zgrep regex path\n"
27436 "\n"
27437 msgstr ""
27438
27439 #. type: =head2
27440 #: ../fish/guestfish-actions.pod:5045
27441 msgid "zgrepi"
27442 msgstr ""
27443
27444 #. type: verbatim
27445 #: ../fish/guestfish-actions.pod:5047
27446 #, no-wrap
27447 msgid ""
27448 " zgrepi regex path\n"
27449 "\n"
27450 msgstr ""
27451
27452 #. type: =head2
27453 #: ../fish/guestfish-commands.pod:1
27454 msgid "alloc"
27455 msgstr ""
27456
27457 #. type: =head2
27458 #: ../fish/guestfish-commands.pod:3
27459 msgid "allocate"
27460 msgstr ""
27461
27462 #. type: verbatim
27463 #: ../fish/guestfish-commands.pod:5
27464 #, no-wrap
27465 msgid ""
27466 " alloc filename size\n"
27467 "\n"
27468 msgstr ""
27469
27470 #. type: textblock
27471 #: ../fish/guestfish-commands.pod:7
27472 msgid ""
27473 "This creates an empty (zeroed) file of the given size, and then adds so it "
27474 "can be further examined."
27475 msgstr ""
27476
27477 #. type: textblock
27478 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
27479 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
27480 msgstr ""
27481
27482 #. type: textblock
27483 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
27484 msgid "Size can be specified using standard suffixes, eg. C<1M>."
27485 msgstr ""
27486
27487 #. type: textblock
27488 #: ../fish/guestfish-commands.pod:14
27489 msgid ""
27490 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
27491 "image, see L</PREPARED DISK IMAGES>."
27492 msgstr ""
27493
27494 #. type: =head2
27495 #: ../fish/guestfish-commands.pod:17
27496 msgid "copy-in"
27497 msgstr ""
27498
27499 #. type: verbatim
27500 #: ../fish/guestfish-commands.pod:19
27501 #, no-wrap
27502 msgid ""
27503 " copy-in local [local ...] /remotedir\n"
27504 "\n"
27505 msgstr ""
27506
27507 #. type: textblock
27508 #: ../fish/guestfish-commands.pod:21
27509 msgid ""
27510 "C<copy-in> copies local files or directories recursively into the disk "
27511 "image, placing them in the directory called C</remotedir> (which must "
27512 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
27513 "other commands as necessary."
27514 msgstr ""
27515
27516 #. type: textblock
27517 #: ../fish/guestfish-commands.pod:26
27518 msgid ""
27519 "Multiple local files and directories can be specified, but the last "
27520 "parameter must always be a remote directory.  Wildcards cannot be used."
27521 msgstr ""
27522
27523 #. type: =head2
27524 #: ../fish/guestfish-commands.pod:30
27525 msgid "copy-out"
27526 msgstr ""
27527
27528 #. type: verbatim
27529 #: ../fish/guestfish-commands.pod:32
27530 #, no-wrap
27531 msgid ""
27532 " copy-out remote [remote ...] localdir\n"
27533 "\n"
27534 msgstr ""
27535
27536 #. type: textblock
27537 #: ../fish/guestfish-commands.pod:34
27538 msgid ""
27539 "C<copy-out> copies remote files or directories recursively out of the disk "
27540 "image, placing them on the host disk in a local directory called C<localdir> "
27541 "(which must exist).  This guestfish meta-command turns into a sequence of "
27542 "L</download>, L</tar-out> and other commands as necessary."
27543 msgstr ""
27544
27545 #. type: textblock
27546 #: ../fish/guestfish-commands.pod:40
27547 msgid ""
27548 "Multiple remote files and directories can be specified, but the last "
27549 "parameter must always be a local directory.  To download to the current "
27550 "directory, use C<.> as in:"
27551 msgstr ""
27552
27553 #. type: verbatim
27554 #: ../fish/guestfish-commands.pod:44
27555 #, no-wrap
27556 msgid ""
27557 " copy-out /home .\n"
27558 "\n"
27559 msgstr ""
27560
27561 #. type: textblock
27562 #: ../fish/guestfish-commands.pod:46
27563 msgid ""
27564 "Wildcards cannot be used in the ordinary command, but you can use them with "
27565 "the help of L</glob> like this:"
27566 msgstr ""
27567
27568 #. type: verbatim
27569 #: ../fish/guestfish-commands.pod:49
27570 #, no-wrap
27571 msgid ""
27572 " glob copy-out /home/* .\n"
27573 "\n"
27574 msgstr ""
27575
27576 #. type: =head2
27577 #: ../fish/guestfish-commands.pod:51
27578 msgid "echo"
27579 msgstr ""
27580
27581 #. type: verbatim
27582 #: ../fish/guestfish-commands.pod:53
27583 #, no-wrap
27584 msgid ""
27585 " echo [params ...]\n"
27586 "\n"
27587 msgstr ""
27588
27589 #. type: textblock
27590 #: ../fish/guestfish-commands.pod:55
27591 msgid "This echos the parameters to the terminal."
27592 msgstr ""
27593
27594 #. type: =head2
27595 #: ../fish/guestfish-commands.pod:57
27596 msgid "edit"
27597 msgstr ""
27598
27599 #. type: =head2
27600 #: ../fish/guestfish-commands.pod:59
27601 msgid "vi"
27602 msgstr ""
27603
27604 #. type: =head2
27605 #: ../fish/guestfish-commands.pod:61
27606 msgid "emacs"
27607 msgstr ""
27608
27609 #. type: verbatim
27610 #: ../fish/guestfish-commands.pod:63
27611 #, no-wrap
27612 msgid ""
27613 " edit filename\n"
27614 "\n"
27615 msgstr ""
27616
27617 #. type: textblock
27618 #: ../fish/guestfish-commands.pod:65
27619 msgid ""
27620 "This is used to edit a file.  It downloads the file, edits it locally using "
27621 "your editor, then uploads the result."
27622 msgstr ""
27623
27624 #. type: textblock
27625 #: ../fish/guestfish-commands.pod:68
27626 msgid ""
27627 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
27628 "or C<emacs> you will get those corresponding editors."
27629 msgstr ""
27630
27631 #. type: =head2
27632 #: ../fish/guestfish-commands.pod:72
27633 msgid "glob"
27634 msgstr ""
27635
27636 #. type: verbatim
27637 #: ../fish/guestfish-commands.pod:74
27638 #, no-wrap
27639 msgid ""
27640 " glob command args...\n"
27641 "\n"
27642 msgstr ""
27643
27644 #. type: textblock
27645 #: ../fish/guestfish-commands.pod:76
27646 msgid ""
27647 "Expand wildcards in any paths in the args list, and run C<command> "
27648 "repeatedly on each matching path."
27649 msgstr ""
27650
27651 #. type: textblock
27652 #: ../fish/guestfish-commands.pod:79
27653 msgid "See L</WILDCARDS AND GLOBBING>."
27654 msgstr ""
27655
27656 #. type: =head2
27657 #: ../fish/guestfish-commands.pod:81
27658 msgid "hexedit"
27659 msgstr ""
27660
27661 #. type: verbatim
27662 #: ../fish/guestfish-commands.pod:83
27663 #, no-wrap
27664 msgid ""
27665 " hexedit <filename|device>\n"
27666 " hexedit <filename|device> <max>\n"
27667 " hexedit <filename|device> <start> <max>\n"
27668 "\n"
27669 msgstr ""
27670
27671 #. type: textblock
27672 #: ../fish/guestfish-commands.pod:87
27673 msgid ""
27674 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
27675 "device."
27676 msgstr ""
27677
27678 #. type: textblock
27679 #: ../fish/guestfish-commands.pod:90
27680 msgid ""
27681 "This command works by downloading potentially the whole file or device, "
27682 "editing it locally, then uploading it.  If the file or device is large, you "
27683 "have to specify which part you wish to edit by using C<max> and/or C<start> "
27684 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
27685 "usual modifiers allowed such as C<1M> (1 megabyte)."
27686 msgstr ""
27687
27688 #. type: textblock
27689 #: ../fish/guestfish-commands.pod:97
27690 msgid "For example to edit the first few sectors of a disk you might do:"
27691 msgstr ""
27692
27693 #. type: verbatim
27694 #: ../fish/guestfish-commands.pod:100
27695 #, no-wrap
27696 msgid ""
27697 " hexedit /dev/sda 1M\n"
27698 "\n"
27699 msgstr ""
27700
27701 #. type: textblock
27702 #: ../fish/guestfish-commands.pod:102
27703 msgid ""
27704 "which would allow you to edit anywhere within the first megabyte of the "
27705 "disk."
27706 msgstr ""
27707
27708 #. type: textblock
27709 #: ../fish/guestfish-commands.pod:105
27710 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
27711 msgstr ""
27712
27713 #. type: verbatim
27714 #: ../fish/guestfish-commands.pod:107
27715 #, no-wrap
27716 msgid ""
27717 " hexedit /dev/sda1 0x400 0x400\n"
27718 "\n"
27719 msgstr ""
27720
27721 #. type: textblock
27722 #: ../fish/guestfish-commands.pod:109
27723 msgid "(assuming the superblock is in the standard location)."
27724 msgstr ""
27725
27726 #. type: textblock
27727 #: ../fish/guestfish-commands.pod:111
27728 msgid ""
27729 "This command requires the external L<hexedit(1)> program.  You can specify "
27730 "another program to use by setting the C<HEXEDITOR> environment variable."
27731 msgstr ""
27732
27733 #. type: textblock
27734 #: ../fish/guestfish-commands.pod:115
27735 msgid "See also L</hexdump>."
27736 msgstr ""
27737
27738 #. type: =head2
27739 #: ../fish/guestfish-commands.pod:117
27740 msgid "lcd"
27741 msgstr ""
27742
27743 #. type: verbatim
27744 #: ../fish/guestfish-commands.pod:119
27745 #, no-wrap
27746 msgid ""
27747 " lcd directory\n"
27748 "\n"
27749 msgstr ""
27750
27751 #. type: textblock
27752 #: ../fish/guestfish-commands.pod:121
27753 msgid "Change the local directory, ie. the current directory of guestfish itself."
27754 msgstr ""
27755
27756 #. type: textblock
27757 #: ../fish/guestfish-commands.pod:124
27758 msgid "Note that C<!cd> won't do what you might expect."
27759 msgstr ""
27760
27761 #. type: =head2
27762 #: ../fish/guestfish-commands.pod:126
27763 msgid "man"
27764 msgstr ""
27765
27766 #. type: =head2
27767 #: ../fish/guestfish-commands.pod:128
27768 msgid "manual"
27769 msgstr ""
27770
27771 #. type: verbatim
27772 #: ../fish/guestfish-commands.pod:130
27773 #, no-wrap
27774 msgid ""
27775 "  man\n"
27776 "\n"
27777 msgstr ""
27778
27779 #. type: textblock
27780 #: ../fish/guestfish-commands.pod:132
27781 msgid "Opens the manual page for guestfish."
27782 msgstr ""
27783
27784 #. type: =head2
27785 #: ../fish/guestfish-commands.pod:134
27786 msgid "more"
27787 msgstr ""
27788
27789 #. type: =head2
27790 #: ../fish/guestfish-commands.pod:136
27791 msgid "less"
27792 msgstr ""
27793
27794 #. type: verbatim
27795 #: ../fish/guestfish-commands.pod:138
27796 #, no-wrap
27797 msgid ""
27798 " more filename\n"
27799 "\n"
27800 msgstr ""
27801
27802 #. type: verbatim
27803 #: ../fish/guestfish-commands.pod:140
27804 #, no-wrap
27805 msgid ""
27806 " less filename\n"
27807 "\n"
27808 msgstr ""
27809
27810 #. type: textblock
27811 #: ../fish/guestfish-commands.pod:142
27812 msgid "This is used to view a file."
27813 msgstr ""
27814
27815 #. type: textblock
27816 #: ../fish/guestfish-commands.pod:144
27817 msgid ""
27818 "The default viewer is C<$PAGER>.  However if you use the alternate command "
27819 "C<less> you will get the C<less> command specifically."
27820 msgstr ""
27821
27822 #. type: =head2
27823 #: ../fish/guestfish-commands.pod:147
27824 msgid "reopen"
27825 msgstr ""
27826
27827 #. type: verbatim
27828 #: ../fish/guestfish-commands.pod:149
27829 #, no-wrap
27830 msgid ""
27831 "  reopen\n"
27832 "\n"
27833 msgstr ""
27834
27835 #. type: textblock
27836 #: ../fish/guestfish-commands.pod:151
27837 msgid ""
27838 "Close and reopen the libguestfs handle.  It is not necessary to use this "
27839 "normally, because the handle is closed properly when guestfish exits.  "
27840 "However this is occasionally useful for testing."
27841 msgstr ""
27842
27843 #. type: =head2
27844 #: ../fish/guestfish-commands.pod:155
27845 msgid "sparse"
27846 msgstr ""
27847
27848 #. type: verbatim
27849 #: ../fish/guestfish-commands.pod:157
27850 #, no-wrap
27851 msgid ""
27852 " sparse filename size\n"
27853 "\n"
27854 msgstr ""
27855
27856 #. type: textblock
27857 #: ../fish/guestfish-commands.pod:159
27858 msgid ""
27859 "This creates an empty sparse file of the given size, and then adds so it can "
27860 "be further examined."
27861 msgstr ""
27862
27863 #. type: textblock
27864 #: ../fish/guestfish-commands.pod:162
27865 msgid ""
27866 "In all respects it works the same as the L</alloc> command, except that the "
27867 "image file is allocated sparsely, which means that disk blocks are not "
27868 "assigned to the file until they are needed.  Sparse disk files only use "
27869 "space when written to, but they are slower and there is a danger you could "
27870 "run out of real disk space during a write operation."
27871 msgstr ""
27872
27873 #. type: =head2
27874 #: ../fish/guestfish-commands.pod:172
27875 msgid "supported"
27876 msgstr ""
27877
27878 #. type: verbatim
27879 #: ../fish/guestfish-commands.pod:174
27880 #, no-wrap
27881 msgid ""
27882 " supported\n"
27883 "\n"
27884 msgstr ""
27885
27886 #. type: textblock
27887 #: ../fish/guestfish-commands.pod:176
27888 msgid ""
27889 "This command returns a list of the optional groups known to the daemon, and "
27890 "indicates which ones are supported by this build of the libguestfs "
27891 "appliance."
27892 msgstr ""
27893
27894 #. type: textblock
27895 #: ../fish/guestfish-commands.pod:180
27896 msgid "See also L<guestfs(3)/AVAILABILITY>."
27897 msgstr ""
27898
27899 #. type: =head2
27900 #: ../fish/guestfish-commands.pod:182
27901 msgid "time"
27902 msgstr ""
27903
27904 #. type: verbatim
27905 #: ../fish/guestfish-commands.pod:184
27906 #, no-wrap
27907 msgid ""
27908 " time command args...\n"
27909 "\n"
27910 msgstr ""
27911
27912 #. type: textblock
27913 #: ../fish/guestfish-commands.pod:186
27914 msgid ""
27915 "Run the command as usual, but print the elapsed time afterwards.  This can "
27916 "be useful for benchmarking operations."
27917 msgstr ""
27918
27919 #. type: textblock
27920 #: ../test-tool/libguestfs-test-tool.pod:5
27921 msgid "libguestfs-test-tool - End user tests for libguestfs"
27922 msgstr ""
27923
27924 #. type: verbatim
27925 #: ../test-tool/libguestfs-test-tool.pod:9
27926 #, no-wrap
27927 msgid ""
27928 " libguestfs-test-tool [--options]\n"
27929 "\n"
27930 msgstr ""
27931
27932 #. type: textblock
27933 #: ../test-tool/libguestfs-test-tool.pod:13
27934 msgid ""
27935 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
27936 "and developers, to allow them to check basic libguestfs functionality is "
27937 "working.  This is needed because libguestfs occasionally breaks for reasons "
27938 "beyond our control: usually because of changes in the underlying qemu or "
27939 "kernel packages, or the host environment."
27940 msgstr ""
27941
27942 #. type: textblock
27943 #: ../test-tool/libguestfs-test-tool.pod:20
27944 msgid "If you suspect a problem in libguestfs, then just run:"
27945 msgstr ""
27946
27947 #. type: verbatim
27948 #: ../test-tool/libguestfs-test-tool.pod:22
27949 #, no-wrap
27950 msgid ""
27951 " libguestfs-test-tool\n"
27952 "\n"
27953 msgstr ""
27954
27955 #. type: textblock
27956 #: ../test-tool/libguestfs-test-tool.pod:24
27957 msgid "It will print lots of diagnostic messages."
27958 msgstr ""
27959
27960 #. type: textblock
27961 #: ../test-tool/libguestfs-test-tool.pod:26
27962 msgid "If it runs to completion successfully, you will see this near the end:"
27963 msgstr ""
27964
27965 #. type: verbatim
27966 #: ../test-tool/libguestfs-test-tool.pod:28
27967 #, no-wrap
27968 msgid ""
27969 " ===== TEST FINISHED OK =====\n"
27970 "\n"
27971 msgstr ""
27972
27973 #. type: textblock
27974 #: ../test-tool/libguestfs-test-tool.pod:30
27975 msgid "and the test tool will exit with code 0."
27976 msgstr ""
27977
27978 #. type: textblock
27979 #: ../test-tool/libguestfs-test-tool.pod:32
27980 msgid ""
27981 "If it fails (and/or exits with non-zero error code), please paste the "
27982 "B<complete, unedited> output of the test tool into a bug report.  More "
27983 "information about reporting bugs can be found on the "
27984 "L<http://libguestfs.org/> website."
27985 msgstr ""
27986
27987 #. type: =item
27988 #: ../test-tool/libguestfs-test-tool.pod:41
27989 msgid "I<--help>"
27990 msgstr ""
27991
27992 #. type: textblock
27993 #: ../test-tool/libguestfs-test-tool.pod:43
27994 msgid "Display short usage information and exit."
27995 msgstr ""
27996
27997 #. type: =item
27998 #: ../test-tool/libguestfs-test-tool.pod:45
27999 msgid "I<--qemu qemu_binary>"
28000 msgstr ""
28001
28002 #. type: textblock
28003 #: ../test-tool/libguestfs-test-tool.pod:47
28004 msgid ""
28005 "If you have downloaded another qemu binary, point this option at the full "
28006 "path of the binary to try it."
28007 msgstr ""
28008
28009 #. type: =item
28010 #: ../test-tool/libguestfs-test-tool.pod:50
28011 msgid "I<--qemudir qemu_source_dir>"
28012 msgstr ""
28013
28014 #. type: textblock
28015 #: ../test-tool/libguestfs-test-tool.pod:52
28016 msgid ""
28017 "If you have compiled qemu from source, point this option at the source "
28018 "directory to try it."
28019 msgstr ""
28020
28021 #. type: =item
28022 #: ../test-tool/libguestfs-test-tool.pod:55
28023 msgid "I<--timeout N>"
28024 msgstr ""
28025
28026 #. type: textblock
28027 #: ../test-tool/libguestfs-test-tool.pod:57
28028 msgid ""
28029 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
28030 "does not usually need to be adjusted unless your machine is very slow."
28031 msgstr ""
28032
28033 #. type: =head1
28034 #: ../test-tool/libguestfs-test-tool.pod:63
28035 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
28036 msgstr ""
28037
28038 #. type: textblock
28039 #: ../test-tool/libguestfs-test-tool.pod:65
28040 msgid ""
28041 "If you have compiled another version of qemu from source and would like to "
28042 "try that, then you can use the I<--qemudir> option to point to the qemu "
28043 "source directory."
28044 msgstr ""
28045
28046 #. type: textblock
28047 #: ../test-tool/libguestfs-test-tool.pod:69
28048 msgid ""
28049 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
28050 "option to point to the binary."
28051 msgstr ""
28052
28053 #. type: textblock
28054 #: ../test-tool/libguestfs-test-tool.pod:72
28055 msgid ""
28056 "When using an alternate qemu with libguestfs, usually you would need to "
28057 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
28058 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
28059 "when you use either of the I<--qemudir> or I<--qemu> options."
28060 msgstr ""
28061
28062 #. type: textblock
28063 #: ../test-tool/libguestfs-test-tool.pod:79
28064 msgid ""
28065 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
28066 "I<1> if there was an error."
28067 msgstr ""
28068
28069 #. type: textblock
28070 #: ../test-tool/libguestfs-test-tool.pod:84
28071 msgid ""
28072 "For the full list of environment variables which may affect libguestfs, "
28073 "please see the L<guestfs(3)> manual page."
28074 msgstr ""
28075
28076 #. type: textblock
28077 #: ../test-tool/libguestfs-test-tool.pod:89
28078 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
28079 msgstr ""
28080
28081 #. type: textblock
28082 #: ../fuse/guestmount.pod:5
28083 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
28084 msgstr ""
28085
28086 #. type: verbatim
28087 #: ../fuse/guestmount.pod:9
28088 #, no-wrap
28089 msgid ""
28090 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
28091 "\n"
28092 msgstr ""
28093
28094 #. type: verbatim
28095 #: ../fuse/guestmount.pod:11
28096 #, no-wrap
28097 msgid ""
28098 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
28099 "\n"
28100 msgstr ""
28101
28102 #. type: verbatim
28103 #: ../fuse/guestmount.pod:13
28104 #, no-wrap
28105 msgid ""
28106 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
28107 "\n"
28108 msgstr ""
28109
28110 #. type: textblock
28111 #: ../fuse/guestmount.pod:17
28112 msgid ""
28113 "You must I<not> use C<guestmount> in read-write mode on live virtual "
28114 "machines.  If you do this, you risk disk corruption in the VM."
28115 msgstr ""
28116
28117 #. type: textblock
28118 #: ../fuse/guestmount.pod:22
28119 msgid ""
28120 "The guestmount program can be used to mount virtual machine filesystems and "
28121 "other disk images on the host.  It uses libguestfs for access to the guest "
28122 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
28123 "a mountable device."
28124 msgstr ""
28125
28126 #. type: textblock
28127 #: ../fuse/guestmount.pod:27
28128 msgid ""
28129 "Along with other options, you have to give at least one device (I<-a> "
28130 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
28131 "option) or use the I<-i> inspection option.  How this works is better "
28132 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
28133 "below."
28134 msgstr ""
28135
28136 #. type: textblock
28137 #: ../fuse/guestmount.pod:33
28138 msgid ""
28139 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
28140 "by you, and the filesystem will not be visible to any other users unless you "
28141 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
28142 "the filesystem, use the C<fusermount -u> command."
28143 msgstr ""
28144
28145 #. type: textblock
28146 #: ../fuse/guestmount.pod:41
28147 msgid ""
28148 "For a typical Windows guest which has its main filesystem on the first "
28149 "partition:"
28150 msgstr ""
28151
28152 #. type: verbatim
28153 #: ../fuse/guestmount.pod:44
28154 #, no-wrap
28155 msgid ""
28156 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
28157 "\n"
28158 msgstr ""
28159
28160 #. type: textblock
28161 #: ../fuse/guestmount.pod:46
28162 msgid ""
28163 "For a typical Linux guest which has a /boot filesystem on the first "
28164 "partition, and the root filesystem on a logical volume:"
28165 msgstr ""
28166
28167 #. type: verbatim
28168 #: ../fuse/guestmount.pod:49
28169 #, no-wrap
28170 msgid ""
28171 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
28172 "\n"
28173 msgstr ""
28174
28175 #. type: textblock
28176 #: ../fuse/guestmount.pod:51
28177 msgid "To get libguestfs to detect guest mountpoints for you:"
28178 msgstr ""
28179
28180 #. type: verbatim
28181 #: ../fuse/guestmount.pod:53
28182 #, no-wrap
28183 msgid ""
28184 " guestmount -a guest.img -i --ro /mnt\n"
28185 "\n"
28186 msgstr ""
28187
28188 #. type: textblock
28189 #: ../fuse/guestmount.pod:55
28190 msgid "For a libvirt guest called \"Guest\" you could do:"
28191 msgstr ""
28192
28193 #. type: verbatim
28194 #: ../fuse/guestmount.pod:57
28195 #, no-wrap
28196 msgid ""
28197 " guestmount -d Guest -i --ro /mnt\n"
28198 "\n"
28199 msgstr ""
28200
28201 #. type: textblock
28202 #: ../fuse/guestmount.pod:59
28203 msgid ""
28204 "If you don't know what filesystems are contained in a guest or disk image, "
28205 "use L<virt-filesystems(1)> first:"
28206 msgstr ""
28207
28208 #. type: verbatim
28209 #: ../fuse/guestmount.pod:62
28210 #, no-wrap
28211 msgid ""
28212 " virt-filesystems MyGuest\n"
28213 "\n"
28214 msgstr ""
28215
28216 #. type: textblock
28217 #: ../fuse/guestmount.pod:64
28218 msgid ""
28219 "If you want to trace the libguestfs calls but without excessive debugging "
28220 "information, we recommend:"
28221 msgstr ""
28222
28223 #. type: verbatim
28224 #: ../fuse/guestmount.pod:67
28225 #, no-wrap
28226 msgid ""
28227 " guestmount [...] --trace /mnt\n"
28228 "\n"
28229 msgstr ""
28230
28231 #. type: textblock
28232 #: ../fuse/guestmount.pod:69
28233 msgid "If you want to debug the program, we recommend:"
28234 msgstr ""
28235
28236 #. type: verbatim
28237 #: ../fuse/guestmount.pod:71
28238 #, no-wrap
28239 msgid ""
28240 " guestmount [...] --trace --verbose /mnt\n"
28241 "\n"
28242 msgstr ""
28243
28244 #. type: =head1
28245 #: ../fuse/guestmount.pod:73
28246 msgid "NOTES"
28247 msgstr ""
28248
28249 #. type: =head2
28250 #: ../fuse/guestmount.pod:75
28251 msgid "Other users cannot see the filesystem by default"
28252 msgstr ""
28253
28254 #. type: textblock
28255 #: ../fuse/guestmount.pod:77
28256 msgid ""
28257 "If you mount a filesystem as one user (eg. root), then other users will not "
28258 "be able to see it by default.  The fix is to add the FUSE C<allow_other> "
28259 "option when mounting:"
28260 msgstr ""
28261
28262 #. type: verbatim
28263 #: ../fuse/guestmount.pod:81
28264 #, no-wrap
28265 msgid ""
28266 " sudo guestmount [...] -o allow_other /mnt\n"
28267 "\n"
28268 msgstr ""
28269
28270 #. type: =item
28271 #: ../fuse/guestmount.pod:87
28272 msgid "B<-a image> | B<--add image>"
28273 msgstr ""
28274
28275 #. type: textblock
28276 #: ../fuse/guestmount.pod:89
28277 msgid "Add a block device or virtual machine image."
28278 msgstr ""
28279
28280 #. type: =item
28281 #: ../fuse/guestmount.pod:94
28282 msgid "B<-c URI> | B<--connect URI>"
28283 msgstr ""
28284
28285 #. type: =item
28286 #: ../fuse/guestmount.pod:100
28287 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
28288 msgstr ""
28289
28290 #. type: =item
28291 #: ../fuse/guestmount.pod:106
28292 msgid "B<--dir-cache-timeout N>"
28293 msgstr ""
28294
28295 #. type: textblock
28296 #: ../fuse/guestmount.pod:108
28297 msgid ""
28298 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
28299 "seconds.  The readdir cache [actually, there are several semi-independent "
28300 "caches] is populated after a readdir(2) call with the stat and extended "
28301 "attributes of the files in the directory, in anticipation that they will be "
28302 "requested soon after."
28303 msgstr ""
28304
28305 #. type: textblock
28306 #: ../fuse/guestmount.pod:114
28307 msgid ""
28308 "There is also a different attribute cache implemented by FUSE (see the FUSE "
28309 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
28310 "requests, only cache existing ones."
28311 msgstr ""
28312
28313 #. type: =item
28314 #: ../fuse/guestmount.pod:125
28315 msgid "B<--format=raw|qcow2|..> | B<--format>"
28316 msgstr ""
28317
28318 #. type: textblock
28319 #: ../fuse/guestmount.pod:132
28320 msgid ""
28321 "If you have untrusted raw-format guest disk images, you should use this "
28322 "option to specify the disk format.  This avoids a possible security problem "
28323 "with malicious guests (CVE-2010-3851).  See also "
28324 "L<guestfs(3)/guestfs_add_drive_opts>."
28325 msgstr ""
28326
28327 #. type: =item
28328 #: ../fuse/guestmount.pod:137
28329 msgid "B<--fuse-help>"
28330 msgstr ""
28331
28332 #. type: textblock
28333 #: ../fuse/guestmount.pod:139
28334 msgid "Display help on special FUSE options (see I<-o> below)."
28335 msgstr ""
28336
28337 #. type: textblock
28338 #: ../fuse/guestmount.pod:143
28339 msgid "Display brief help and exit."
28340 msgstr ""
28341
28342 #. type: =item
28343 #: ../fuse/guestmount.pod:145
28344 msgid "B<-i> | B<--inspector>"
28345 msgstr ""
28346
28347 #. type: textblock
28348 #: ../fuse/guestmount.pod:165
28349 msgid ""
28350 "Mount the named partition or logical volume on the given mountpoint B<in the "
28351 "guest> (this has nothing to do with mountpoints in the host)."
28352 msgstr ""
28353
28354 #. type: textblock
28355 #: ../fuse/guestmount.pod:168
28356 msgid ""
28357 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
28358 "something on C</>."
28359 msgstr ""
28360
28361 #. type: =item
28362 #: ../fuse/guestmount.pod:181
28363 msgid "B<-n> | B<--no-sync>"
28364 msgstr ""
28365
28366 #. type: textblock
28367 #: ../fuse/guestmount.pod:183
28368 msgid ""
28369 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
28370 "unmounted.  If you specify this option, then we don't attempt to sync the "
28371 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
28372 msgstr ""
28373
28374 #. type: =item
28375 #: ../fuse/guestmount.pod:188
28376 msgid "B<-o option> | B<--option option>"
28377 msgstr ""
28378
28379 #. type: textblock
28380 #: ../fuse/guestmount.pod:190
28381 msgid "Pass extra options to FUSE."
28382 msgstr ""
28383
28384 #. type: textblock
28385 #: ../fuse/guestmount.pod:192
28386 msgid ""
28387 "To get a list of all the extra options supported by FUSE, use the command "
28388 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
28389 "of them are a good idea."
28390 msgstr ""
28391
28392 #. type: verbatim
28393 #: ../fuse/guestmount.pod:196
28394 #, no-wrap
28395 msgid ""
28396 " guestmount --fuse-help\n"
28397 "\n"
28398 msgstr ""
28399
28400 #. type: textblock
28401 #: ../fuse/guestmount.pod:198
28402 msgid "Some potentially useful FUSE options:"
28403 msgstr ""
28404
28405 #. type: =item
28406 #: ../fuse/guestmount.pod:202
28407 msgid "B<-o allow_other>"
28408 msgstr ""
28409
28410 #. type: textblock
28411 #: ../fuse/guestmount.pod:204
28412 msgid "Allow other users to see the filesystem."
28413 msgstr ""
28414
28415 #. type: =item
28416 #: ../fuse/guestmount.pod:206
28417 msgid "B<-o attr_timeout=N>"
28418 msgstr ""
28419
28420 #. type: textblock
28421 #: ../fuse/guestmount.pod:208
28422 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
28423 msgstr ""
28424
28425 #. type: =item
28426 #: ../fuse/guestmount.pod:210
28427 msgid "B<-o kernel_cache>"
28428 msgstr ""
28429
28430 #. type: textblock
28431 #: ../fuse/guestmount.pod:212
28432 msgid ""
28433 "Allow the kernel to cache files (reduces the number of reads that have to go "
28434 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
28435 "afford the extra memory usage."
28436 msgstr ""
28437
28438 #. type: =item
28439 #: ../fuse/guestmount.pod:216
28440 msgid "B<-o uid=N> B<-o gid=N>"
28441 msgstr ""
28442
28443 #. type: textblock
28444 #: ../fuse/guestmount.pod:218
28445 msgid ""
28446 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
28447 "the chosen values."
28448 msgstr ""
28449
28450 #. type: =item
28451 #: ../fuse/guestmount.pod:223
28452 msgid "B<-r> | B<--ro>"
28453 msgstr ""
28454
28455 #. type: textblock
28456 #: ../fuse/guestmount.pod:225
28457 msgid ""
28458 "Add devices and mount everything read-only.  Also disallow writes and make "
28459 "the disk appear read-only to FUSE."
28460 msgstr ""
28461
28462 #. type: textblock
28463 #: ../fuse/guestmount.pod:228
28464 msgid ""
28465 "This is highly recommended if you are not going to edit the guest disk.  If "
28466 "the guest is running and this option is I<not> supplied, then there is a "
28467 "strong risk of disk corruption in the guest.  We try to prevent this from "
28468 "happening, but it is not always possible."
28469 msgstr ""
28470
28471 #. type: textblock
28472 #: ../fuse/guestmount.pod:233
28473 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28474 msgstr ""
28475
28476 #. type: textblock
28477 #: ../fuse/guestmount.pod:237
28478 msgid "Enable SELinux support for the guest."
28479 msgstr ""
28480
28481 #. type: =item
28482 #: ../fuse/guestmount.pod:239
28483 msgid "B<-v> | B<--verbose>"
28484 msgstr ""
28485
28486 #. type: textblock
28487 #: ../fuse/guestmount.pod:241
28488 msgid "Enable verbose messages from underlying libguestfs."
28489 msgstr ""
28490
28491 #. type: =item
28492 #: ../fuse/guestmount.pod:243
28493 msgid "B<-V> | B<--version>"
28494 msgstr ""
28495
28496 #. type: textblock
28497 #: ../fuse/guestmount.pod:245
28498 msgid "Display the program version and exit."
28499 msgstr ""
28500
28501 #. type: =item
28502 #: ../fuse/guestmount.pod:247
28503 msgid "B<-w> | B<--rw>"
28504 msgstr ""
28505
28506 #. type: textblock
28507 #: ../fuse/guestmount.pod:252 ../fuse/guestmount.pod:273
28508 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28509 msgstr ""
28510
28511 #. type: =item
28512 #: ../fuse/guestmount.pod:254
28513 msgid "B<-x> | B<--trace>"
28514 msgstr ""
28515
28516 #. type: textblock
28517 #: ../fuse/guestmount.pod:256
28518 msgid "Trace libguestfs calls and entry into each FUSE function."
28519 msgstr ""
28520
28521 #. type: textblock
28522 #: ../fuse/guestmount.pod:258
28523 msgid "This also stops the daemon from forking into the background."
28524 msgstr ""
28525
28526 #. type: textblock
28527 #: ../fuse/guestmount.pod:279
28528 msgid ""
28529 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
28530 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
28531 "L<http://fuse.sf.net/>."
28532 msgstr ""
28533
28534 #. type: textblock
28535 #: ../fuse/guestmount.pod:294
28536 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
28537 msgstr ""
28538
28539 #. type: textblock
28540 #: ../tools/virt-edit.pl:34
28541 msgid "virt-edit - Edit a file in a virtual machine"
28542 msgstr ""
28543
28544 #. type: verbatim
28545 #: ../tools/virt-edit.pl:38
28546 #, no-wrap
28547 msgid ""
28548 " virt-edit [--options] domname file\n"
28549 "\n"
28550 msgstr ""
28551
28552 #. type: verbatim
28553 #: ../tools/virt-edit.pl:40
28554 #, no-wrap
28555 msgid ""
28556 " virt-edit [--options] disk.img [disk.img ...] file\n"
28557 "\n"
28558 msgstr ""
28559
28560 #. type: verbatim
28561 #: ../tools/virt-edit.pl:42
28562 #, no-wrap
28563 msgid ""
28564 " virt-edit [domname|disk.img] file -e 'expr'\n"
28565 "\n"
28566 msgstr ""
28567
28568 #. type: textblock
28569 #: ../tools/virt-edit.pl:46
28570 msgid ""
28571 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
28572 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
28573 "doing this, but doesn't catch all cases."
28574 msgstr ""
28575
28576 #. type: textblock
28577 #: ../tools/virt-edit.pl:52
28578 msgid ""
28579 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
28580 "the named virtual machine (or disk image)."
28581 msgstr ""
28582
28583 #. type: textblock
28584 #: ../tools/virt-edit.pl:55
28585 msgid "If you want to just view a file, use L<virt-cat(1)>."
28586 msgstr ""
28587
28588 #. type: textblock
28589 #: ../tools/virt-edit.pl:57
28590 msgid ""
28591 "For more complex cases you should look at the L<guestfish(1)> tool (see "
28592 "L</USING GUESTFISH> below)."
28593 msgstr ""
28594
28595 #. type: textblock
28596 #: ../tools/virt-edit.pl:60
28597 msgid ""
28598 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
28599 "files.  L<guestfish(1)> can do that and much more."
28600 msgstr ""
28601
28602 #. type: textblock
28603 #: ../tools/virt-edit.pl:65
28604 msgid "Edit the named files interactively:"
28605 msgstr ""
28606
28607 #. type: verbatim
28608 #: ../tools/virt-edit.pl:67
28609 #, no-wrap
28610 msgid ""
28611 " virt-edit mydomain /boot/grub/grub.conf\n"
28612 "\n"
28613 msgstr ""
28614
28615 #. type: verbatim
28616 #: ../tools/virt-edit.pl:69
28617 #, no-wrap
28618 msgid ""
28619 " virt-edit mydomain /etc/passwd\n"
28620 "\n"
28621 msgstr ""
28622
28623 #. type: textblock
28624 #: ../tools/virt-edit.pl:71
28625 msgid "For Windows guests, some Windows paths are understood:"
28626 msgstr ""
28627
28628 #. type: verbatim
28629 #: ../tools/virt-edit.pl:73
28630 #, no-wrap
28631 msgid ""
28632 " virt-edit mywindomain 'c:\\autoexec.bat'\n"
28633 "\n"
28634 msgstr ""
28635
28636 #. type: textblock
28637 #: ../tools/virt-edit.pl:75
28638 msgid ""
28639 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
28640 "below).  To change the init default level to 5:"
28641 msgstr ""
28642
28643 #. type: verbatim
28644 #: ../tools/virt-edit.pl:79
28645 #, no-wrap
28646 msgid ""
28647 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
28648 "\n"
28649 msgstr ""
28650
28651 #. type: textblock
28652 #: ../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
28653 msgid "Display brief help."
28654 msgstr ""
28655
28656 #. type: textblock
28657 #: ../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
28658 msgid "Display version number and exit."
28659 msgstr ""
28660
28661 #. type: =item
28662 #: ../tools/virt-edit.pl:105
28663 msgid "B<--backup extension> | B<-b extension>"
28664 msgstr ""
28665
28666 #. type: textblock
28667 #: ../tools/virt-edit.pl:107
28668 msgid ""
28669 "Create a backup of the original file I<in the guest disk image>.  The backup "
28670 "has the original filename with C<extension> added."
28671 msgstr ""
28672
28673 #. type: textblock
28674 #: ../tools/virt-edit.pl:110
28675 msgid ""
28676 "Usually the first character of C<extension> would be a dot C<.> so you would "
28677 "write:"
28678 msgstr ""
28679
28680 #. type: verbatim
28681 #: ../tools/virt-edit.pl:113
28682 #, no-wrap
28683 msgid ""
28684 " virt-edit -b .orig [etc]\n"
28685 "\n"
28686 msgstr ""
28687
28688 #. type: textblock
28689 #: ../tools/virt-edit.pl:115
28690 msgid "By default, no backup file is made."
28691 msgstr ""
28692
28693 #. type: =item
28694 #: ../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
28695 msgid "B<--connect URI> | B<-c URI>"
28696 msgstr ""
28697
28698 #. type: textblock
28699 #: ../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
28700 msgid ""
28701 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
28702 "to the default libvirt hypervisor."
28703 msgstr ""
28704
28705 #. type: textblock
28706 #: ../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
28707 msgid ""
28708 "If you specify guest block devices directly, then libvirt is not used at "
28709 "all."
28710 msgstr ""
28711
28712 #. type: =item
28713 #: ../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
28714 msgid "B<--format> raw"
28715 msgstr ""
28716
28717 #. type: textblock
28718 #: ../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
28719 msgid ""
28720 "Specify the format of disk images given on the command line.  If this is "
28721 "omitted then the format is autodetected from the content of the disk image."
28722 msgstr ""
28723
28724 #. type: textblock
28725 #: ../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
28726 msgid ""
28727 "If disk images are requested from libvirt, then this program asks libvirt "
28728 "for this information.  In this case, the value of the format parameter is "
28729 "ignored."
28730 msgstr ""
28731
28732 #. type: textblock
28733 #: ../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
28734 msgid ""
28735 "If working with untrusted raw-format guest disk images, you should ensure "
28736 "the format is always specified."
28737 msgstr ""
28738
28739 #. type: =item
28740 #: ../tools/virt-edit.pl:150
28741 msgid "B<--expr EXPR> | B<-e EXPR>"
28742 msgstr ""
28743
28744 #. type: textblock
28745 #: ../tools/virt-edit.pl:152
28746 msgid ""
28747 "Instead of launching the external editor, non-interactively apply the Perl "
28748 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
28749 "EDITING> below."
28750 msgstr ""
28751
28752 #. type: textblock
28753 #: ../tools/virt-edit.pl:156
28754 msgid ""
28755 "Be careful to properly quote the expression to prevent it from being altered "
28756 "by the shell."
28757 msgstr ""
28758
28759 #. type: =head1
28760 #: ../tools/virt-edit.pl:280
28761 msgid "NON-INTERACTIVE EDITING"
28762 msgstr ""
28763
28764 #. type: textblock
28765 #: ../tools/virt-edit.pl:282
28766 msgid ""
28767 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
28768 "administrator can interactively edit the file."
28769 msgstr ""
28770
28771 #. type: textblock
28772 #: ../tools/virt-edit.pl:285
28773 msgid ""
28774 "There are two ways also to use C<virt-edit> from scripts in order to make "
28775 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
28776 "like this, it's less error-prone to write scripts directly using the "
28777 "libguestfs API and Augeas for configuration file editing.)"
28778 msgstr ""
28779
28780 #. type: textblock
28781 #: ../tools/virt-edit.pl:291
28782 msgid ""
28783 "The first method is to temporarily set C<$EDITOR> to any script or program "
28784 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
28785 "update C<tmpfile> in place however it likes."
28786 msgstr ""
28787
28788 #. type: textblock
28789 #: ../tools/virt-edit.pl:295
28790 msgid ""
28791 "The second method is to use the I<-e> parameter of C<virt-edit> to run a "
28792 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
28793 "instances of C<foo> with C<bar> in a file:"
28794 msgstr ""
28795
28796 #. type: verbatim
28797 #: ../tools/virt-edit.pl:299
28798 #, no-wrap
28799 msgid ""
28800 " virt-edit domname filename -e 's/foo/bar/'\n"
28801 "\n"
28802 msgstr ""
28803
28804 #. type: textblock
28805 #: ../tools/virt-edit.pl:301
28806 msgid ""
28807 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
28808 "For example to delete root's password you could do:"
28809 msgstr ""
28810
28811 #. type: verbatim
28812 #: ../tools/virt-edit.pl:304
28813 #, no-wrap
28814 msgid ""
28815 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
28816 "\n"
28817 msgstr ""
28818
28819 #. type: textblock
28820 #: ../tools/virt-edit.pl:306
28821 msgid ""
28822 "What really happens is that the snippet is evaluated as a Perl expression "
28823 "for each line of the file.  The line, including the final C<\\n>, is passed "
28824 "in C<$_> and the expression should update C<$_> or leave it unchanged."
28825 msgstr ""
28826
28827 #. type: textblock
28828 #: ../tools/virt-edit.pl:311
28829 msgid ""
28830 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
28831 "C<apache> user account from the password file you can do:"
28832 msgstr ""
28833
28834 #. type: verbatim
28835 #: ../tools/virt-edit.pl:314
28836 #, no-wrap
28837 msgid ""
28838 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
28839 "\n"
28840 msgstr ""
28841
28842 #. type: textblock
28843 #: ../tools/virt-edit.pl:316
28844 msgid ""
28845 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
28846 "the end of the file is rather difficult this way since there is no concept "
28847 "of \"last line of the file\" - your expression just doesn't get called "
28848 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
28849 "want to do this."
28850 msgstr ""
28851
28852 #. type: textblock
28853 #: ../tools/virt-edit.pl:322
28854 msgid ""
28855 "The variable C<$lineno> contains the current line number.  As is "
28856 "traditional, the first line in the file is number C<1>."
28857 msgstr ""
28858
28859 #. type: textblock
28860 #: ../tools/virt-edit.pl:325
28861 msgid ""
28862 "The return value from the expression is ignored, but the expression may call "
28863 "C<die> in order to abort the whole program, leaving the original file "
28864 "untouched."
28865 msgstr ""
28866
28867 #. type: textblock
28868 #: ../tools/virt-edit.pl:329
28869 msgid ""
28870 "Remember when matching the end of a line that C<$_> may contain the final "
28871 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
28872 "newline then neither of these.  Thus to match or substitute some text at the "
28873 "end of a line, use this regular expression:"
28874 msgstr ""
28875
28876 #. type: verbatim
28877 #: ../tools/virt-edit.pl:334
28878 #, no-wrap
28879 msgid ""
28880 " /some text(\\r?\\n)?$/\n"
28881 "\n"
28882 msgstr ""
28883
28884 #. type: textblock
28885 #: ../tools/virt-edit.pl:336
28886 msgid ""
28887 "Alternately, use the perl C<chomp> function, being careful not to chomp "
28888 "C<$_> itself (since that would remove all newlines from the file):"
28889 msgstr ""
28890
28891 #. type: verbatim
28892 #: ../tools/virt-edit.pl:340
28893 #, no-wrap
28894 msgid ""
28895 " my $m = $_; chomp $m; $m =~ /some text$/\n"
28896 "\n"
28897 msgstr ""
28898
28899 #. type: textblock
28900 #: ../tools/virt-edit.pl:344
28901 msgid ""
28902 "C<virt-edit> has a limited ability to understand Windows drive letters and "
28903 "paths (eg. C<E:\\foo\\bar.txt>)."
28904 msgstr ""
28905
28906 #. type: textblock
28907 #: ../tools/virt-edit.pl:347
28908 msgid "If and only if the guest is running Windows then:"
28909 msgstr ""
28910
28911 #. type: textblock
28912 #: ../tools/virt-edit.pl:353
28913 msgid ""
28914 "Drive letter prefixes like C<C:> are resolved against the Windows Registry "
28915 "to the correct filesystem."
28916 msgstr ""
28917
28918 #. type: textblock
28919 #: ../tools/virt-edit.pl:358
28920 msgid ""
28921 "Any backslash (C<\\>) characters in the path are replaced with forward "
28922 "slashes so that libguestfs can process it."
28923 msgstr ""
28924
28925 #. type: textblock
28926 #: ../tools/virt-edit.pl:363
28927 msgid ""
28928 "The path is resolved case insensitively to locate the file that should be "
28929 "edited."
28930 msgstr ""
28931
28932 #. type: textblock
28933 #: ../tools/virt-edit.pl:368
28934 msgid "There are some known shortcomings:"
28935 msgstr ""
28936
28937 #. type: textblock
28938 #: ../tools/virt-edit.pl:374
28939 msgid "Some NTFS symbolic links may not be followed correctly."
28940 msgstr ""
28941
28942 #. type: textblock
28943 #: ../tools/virt-edit.pl:378
28944 msgid "NTFS junction points that cross filesystems are not followed."
28945 msgstr ""
28946
28947 #. type: =head1
28948 #: ../tools/virt-edit.pl:435
28949 msgid "USING GUESTFISH"
28950 msgstr ""
28951
28952 #. type: textblock
28953 #: ../tools/virt-edit.pl:437
28954 msgid ""
28955 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
28956 "C<virt-edit> doesn't work."
28957 msgstr ""
28958
28959 #. type: textblock
28960 #: ../tools/virt-edit.pl:440
28961 msgid "Using C<virt-edit> is approximately equivalent to doing:"
28962 msgstr ""
28963
28964 #. type: verbatim
28965 #: ../tools/virt-edit.pl:442
28966 #, no-wrap
28967 msgid ""
28968 " guestfish --rw -i -d domname edit /file\n"
28969 "\n"
28970 msgstr ""
28971
28972 #. type: textblock
28973 #: ../tools/virt-edit.pl:444
28974 msgid ""
28975 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
28976 "path to the file."
28977 msgstr ""
28978
28979 #. type: textblock
28980 #: ../tools/virt-edit.pl:447
28981 msgid ""
28982 "The command above uses libguestfs's guest inspection feature and so does not "
28983 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
28984 "disk images that don't contain guests.  To edit a file on a disk image "
28985 "directly, use:"
28986 msgstr ""
28987
28988 #. type: verbatim
28989 #: ../tools/virt-edit.pl:452
28990 #, no-wrap
28991 msgid ""
28992 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
28993 "\n"
28994 msgstr ""
28995
28996 #. type: textblock
28997 #: ../tools/virt-edit.pl:454
28998 msgid ""
28999 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
29000 "the disk image to edit, and C</file> is the full path to the file."
29001 msgstr ""
29002
29003 #. type: textblock
29004 #: ../tools/virt-edit.pl:458
29005 msgid ""
29006 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
29007 "C<write> or C<upload> instead:"
29008 msgstr ""
29009
29010 #. type: verbatim
29011 #: ../tools/virt-edit.pl:461
29012 #, no-wrap
29013 msgid ""
29014 " guestfish --rw -i -d domname touch /newfile\n"
29015 "\n"
29016 msgstr ""
29017
29018 #. type: verbatim
29019 #: ../tools/virt-edit.pl:463
29020 #, no-wrap
29021 msgid ""
29022 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
29023 "\n"
29024 msgstr ""
29025
29026 #. type: verbatim
29027 #: ../tools/virt-edit.pl:465
29028 #, no-wrap
29029 msgid ""
29030 " guestfish --rw -i -d domname upload localfile /newfile\n"
29031 "\n"
29032 msgstr ""
29033
29034 #. type: textblock
29035 #: ../tools/virt-edit.pl:467
29036 msgid "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
29037 msgstr ""
29038
29039 #. type: verbatim
29040 #: ../tools/virt-edit.pl:470
29041 #, no-wrap
29042 msgid ""
29043 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
29044 "\n"
29045 msgstr ""
29046
29047 #. type: =item
29048 #: ../tools/virt-edit.pl:480
29049 msgid "C<EDITOR>"
29050 msgstr ""
29051
29052 #. type: textblock
29053 #: ../tools/virt-edit.pl:482
29054 msgid ""
29055 "If set, this string is used as the editor.  It may contain arguments, "
29056 "eg. C<\"emacs -nw\">"
29057 msgstr ""
29058
29059 #. type: textblock
29060 #: ../tools/virt-edit.pl:485
29061 msgid "If not set, C<vi> is used."
29062 msgstr ""
29063
29064 #. type: =head1
29065 #: ../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
29066 msgid "SHELL QUOTING"
29067 msgstr ""
29068
29069 #. type: textblock
29070 #: ../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
29071 msgid ""
29072 "Libvirt guest names can contain arbitrary characters, some of which have "
29073 "meaning to the shell such as C<#> and space.  You may need to quote or "
29074 "escape these characters on the command line.  See the shell manual page "
29075 "L<sh(1)> for details."
29076 msgstr ""
29077
29078 #. type: textblock
29079 #: ../tools/virt-edit.pl:498
29080 msgid ""
29081 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, "
29082 "L<virt-tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
29083 "L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
29084 msgstr ""
29085
29086 #. type: =head1
29087 #: ../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
29088 msgid "AUTHOR"
29089 msgstr ""
29090
29091 #. type: textblock
29092 #: ../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
29093 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
29094 msgstr ""
29095
29096 #. type: textblock
29097 #: ../tools/virt-edit.pl:516
29098 msgid "Copyright (C) 2009-2011 Red Hat Inc."
29099 msgstr ""
29100
29101 #. type: textblock
29102 #: ../tools/virt-win-reg.pl:37
29103 msgid ""
29104 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
29105 "guest"
29106 msgstr ""
29107
29108 #. type: verbatim
29109 #: ../tools/virt-win-reg.pl:41
29110 #, no-wrap
29111 msgid ""
29112 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
29113 "\n"
29114 msgstr ""
29115
29116 #. type: verbatim
29117 #: ../tools/virt-win-reg.pl:43
29118 #, no-wrap
29119 msgid ""
29120 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
29121 "\n"
29122 msgstr ""
29123
29124 #. type: verbatim
29125 #: ../tools/virt-win-reg.pl:45
29126 #, no-wrap
29127 msgid ""
29128 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
29129 "\n"
29130 msgstr ""
29131
29132 #. type: verbatim
29133 #: ../tools/virt-win-reg.pl:47
29134 #, no-wrap
29135 msgid ""
29136 " virt-win-reg --merge domname [input.reg ...]\n"
29137 "\n"
29138 msgstr ""
29139
29140 #. type: verbatim
29141 #: ../tools/virt-win-reg.pl:49
29142 #, no-wrap
29143 msgid ""
29144 " virt-win-reg [--options] disk.img ... # instead of domname\n"
29145 "\n"
29146 msgstr ""
29147
29148 #. type: textblock
29149 #: ../tools/virt-win-reg.pl:53
29150 msgid ""
29151 "You must I<not> use C<virt-win-reg> with the I<--merge> option on live "
29152 "virtual machines.  If you do this, you I<will> get irreversible disk "
29153 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
29154 "but doesn't catch all cases."
29155 msgstr ""
29156
29157 #. type: textblock
29158 #: ../tools/virt-win-reg.pl:58
29159 msgid ""
29160 "Modifying the Windows Registry is an inherently risky operation.  The format "
29161 "is deliberately obscure and undocumented, and Registry changes can leave the "
29162 "system unbootable.  Therefore when using the I<--merge> option, make sure "
29163 "you have a reliable backup first."
29164 msgstr ""
29165
29166 #. type: textblock
29167 #: ../tools/virt-win-reg.pl:65
29168 msgid ""
29169 "This program can export and merge Windows Registry entries from a Windows "
29170 "guest."
29171 msgstr ""
29172
29173 #. type: textblock
29174 #: ../tools/virt-win-reg.pl:68
29175 msgid ""
29176 "The first parameter is the libvirt guest name or the raw disk image of a "
29177 "Windows guest."
29178 msgstr ""
29179
29180 #. type: textblock
29181 #: ../tools/virt-win-reg.pl:71
29182 msgid ""
29183 "If I<--merge> is I<not> specified, then the chosen registry key is "
29184 "displayed/exported (recursively).  For example:"
29185 msgstr ""
29186
29187 #. type: verbatim
29188 #: ../tools/virt-win-reg.pl:74
29189 #, no-wrap
29190 msgid ""
29191 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
29192 "\n"
29193 msgstr ""
29194
29195 #. type: textblock
29196 #: ../tools/virt-win-reg.pl:76
29197 msgid "You can also display single values from within registry keys, for example:"
29198 msgstr ""
29199
29200 #. type: verbatim
29201 #: ../tools/virt-win-reg.pl:79
29202 #, no-wrap
29203 msgid ""
29204 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
29205 " $ virt-win-reg Windows7 $cvkey ProductName\n"
29206 " Windows 7 Enterprise\n"
29207 "\n"
29208 msgstr ""
29209
29210 #. type: textblock
29211 #: ../tools/virt-win-reg.pl:83
29212 msgid ""
29213 "With I<--merge>, you can merge a textual regedit file into the Windows "
29214 "Registry:"
29215 msgstr ""
29216
29217 #. type: verbatim
29218 #: ../tools/virt-win-reg.pl:86
29219 #, no-wrap
29220 msgid ""
29221 " $ virt-win-reg --merge Windows7 changes.reg\n"
29222 "\n"
29223 msgstr ""
29224
29225 #. type: =head1
29226 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
29227 msgid "NOTE"
29228 msgstr ""
29229
29230 #. type: textblock
29231 #: ../tools/virt-win-reg.pl:90
29232 msgid ""
29233 "This program is only meant for simple access to the registry.  If you want "
29234 "to do complicated things with the registry, we suggest you download the "
29235 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
29236 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
29237 "L<hivexregedit(1)>."
29238 msgstr ""
29239
29240 #. type: =item
29241 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
29242 msgid "B<--debug>"
29243 msgstr ""
29244
29245 #. type: textblock
29246 #: ../tools/virt-win-reg.pl:122
29247 msgid "Enable debugging messages."
29248 msgstr ""
29249
29250 #. type: =item
29251 #: ../tools/virt-win-reg.pl:157
29252 msgid "B<--merge>"
29253 msgstr ""
29254
29255 #. type: textblock
29256 #: ../tools/virt-win-reg.pl:159
29257 msgid ""
29258 "In merge mode, this merges a textual regedit file into the Windows Registry "
29259 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
29260 "displays or exports Registry entries instead."
29261 msgstr ""
29262
29263 #. type: textblock
29264 #: ../tools/virt-win-reg.pl:163
29265 msgid ""
29266 "Note that I<--merge> is I<unsafe> to use on live virtual machines, and will "
29267 "result in disk corruption.  However exporting (without this flag)  is always "
29268 "safe."
29269 msgstr ""
29270
29271 #. type: =item
29272 #: ../tools/virt-win-reg.pl:171
29273 msgid "B<--encoding> UTF-16LE|ASCII"
29274 msgstr ""
29275
29276 #. type: textblock
29277 #: ../tools/virt-win-reg.pl:173
29278 msgid ""
29279 "When merging (only), you may need to specify the encoding for strings to be "
29280 "used in the hive file.  This is explained in detail in "
29281 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
29282 msgstr ""
29283
29284 #. type: textblock
29285 #: ../tools/virt-win-reg.pl:177
29286 msgid ""
29287 "The default is to use UTF-16LE, which should work with recent versions of "
29288 "Windows."
29289 msgstr ""
29290
29291 #. type: =head1
29292 #: ../tools/virt-win-reg.pl:402
29293 msgid "SUPPORTED SYSTEMS"
29294 msgstr ""
29295
29296 #. type: textblock
29297 #: ../tools/virt-win-reg.pl:404
29298 msgid ""
29299 "The program currently supports Windows NT-derived guests starting with "
29300 "Windows XP through to at least Windows 7."
29301 msgstr ""
29302
29303 #. type: textblock
29304 #: ../tools/virt-win-reg.pl:407
29305 msgid ""
29306 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
29307 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
29308 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
29309 msgstr ""
29310
29311 #. type: textblock
29312 #: ../tools/virt-win-reg.pl:411
29313 msgid ""
29314 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
29315 "C<HKEY_USERS>."
29316 msgstr ""
29317
29318 #. type: textblock
29319 #: ../tools/virt-win-reg.pl:414
29320 msgid ""
29321 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
29322 "time."
29323 msgstr ""
29324
29325 #. type: =head1
29326 #: ../tools/virt-win-reg.pl:417
29327 msgid "ENCODING"
29328 msgstr ""
29329
29330 #. type: textblock
29331 #: ../tools/virt-win-reg.pl:419
29332 msgid ""
29333 "C<virt-win-reg> expects that regedit files have already been reencoded in "
29334 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
29335 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
29336 "with Windows-style line endings, you may need to reencode the whole file "
29337 "before or after processing."
29338 msgstr ""
29339
29340 #. type: textblock
29341 #: ../tools/virt-win-reg.pl:425
29342 msgid ""
29343 "To reencode a file from Windows format to Linux (before processing it with "
29344 "the I<--merge> option), you would do something like this:"
29345 msgstr ""
29346
29347 #. type: verbatim
29348 #: ../tools/virt-win-reg.pl:428
29349 #, no-wrap
29350 msgid ""
29351 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
29352 "\n"
29353 msgstr ""
29354
29355 #. type: textblock
29356 #: ../tools/virt-win-reg.pl:430
29357 msgid ""
29358 "To go in the opposite direction, after exporting and before sending the file "
29359 "to a Windows user, do something like this:"
29360 msgstr ""
29361
29362 #. type: verbatim
29363 #: ../tools/virt-win-reg.pl:433
29364 #, no-wrap
29365 msgid ""
29366 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
29367 "\n"
29368 msgstr ""
29369
29370 #. type: textblock
29371 #: ../tools/virt-win-reg.pl:435
29372 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
29373 msgstr ""
29374
29375 #. type: textblock
29376 #: ../tools/virt-win-reg.pl:437
29377 msgid ""
29378 "If you are unsure about the current encoding, use the L<file(1)> command.  "
29379 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
29380 "Windows-style (CRLF) line endings, like this:"
29381 msgstr ""
29382
29383 #. type: verbatim
29384 #: ../tools/virt-win-reg.pl:441
29385 #, no-wrap
29386 msgid ""
29387 " $ file software.reg\n"
29388 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
29389 " with CRLF line terminators\n"
29390 "\n"
29391 msgstr ""
29392
29393 #. type: textblock
29394 #: ../tools/virt-win-reg.pl:445
29395 msgid "This file would need conversion before you could I<--merge> it."
29396 msgstr ""
29397
29398 #. type: =head1
29399 #: ../tools/virt-win-reg.pl:447
29400 msgid "CurrentControlSet etc."
29401 msgstr ""
29402
29403 #. type: textblock
29404 #: ../tools/virt-win-reg.pl:449
29405 msgid ""
29406 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
29407 "Registry at the level of the hive file, and therefore you cannot modify "
29408 "these."
29409 msgstr ""
29410
29411 #. type: textblock
29412 #: ../tools/virt-win-reg.pl:453
29413 msgid ""
29414 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
29415 "circumstances it might refer to another control set.  The way to find out is "
29416 "to look at the C<HKLM\\SYSTEM\\Select> key:"
29417 msgstr ""
29418
29419 #. type: verbatim
29420 #: ../tools/virt-win-reg.pl:457
29421 #, no-wrap
29422 msgid ""
29423 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
29424 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
29425 " \"Current\"=dword:00000001\n"
29426 " \"Default\"=dword:00000001\n"
29427 " \"Failed\"=dword:00000000\n"
29428 " \"LastKnownGood\"=dword:00000002\n"
29429 "\n"
29430 msgstr ""
29431
29432 #. type: textblock
29433 #: ../tools/virt-win-reg.pl:464
29434 msgid "\"Current\" is the one which Windows will choose when it boots."
29435 msgstr ""
29436
29437 #. type: textblock
29438 #: ../tools/virt-win-reg.pl:466
29439 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
29440 msgstr ""
29441
29442 #. type: =head1
29443 #: ../tools/virt-win-reg.pl:469
29444 msgid "WINDOWS TIPS"
29445 msgstr ""
29446
29447 #. type: textblock
29448 #: ../tools/virt-win-reg.pl:471
29449 msgid ""
29450 "Note that some of these tips modify the guest disk image.  The guest I<must> "
29451 "be shut off, else you will get disk corruption."
29452 msgstr ""
29453
29454 #. type: =head2
29455 #: ../tools/virt-win-reg.pl:474
29456 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
29457 msgstr ""
29458
29459 #. type: textblock
29460 #: ../tools/virt-win-reg.pl:476
29461 msgid ""
29462 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
29463 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
29464 "is uploaded into C<C:\\>:"
29465 msgstr ""
29466
29467 #. type: verbatim
29468 #: ../tools/virt-win-reg.pl:480
29469 #, no-wrap
29470 msgid ""
29471 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
29472 "\n"
29473 msgstr ""
29474
29475 #. type: textblock
29476 #: ../tools/virt-win-reg.pl:482
29477 msgid "Prepare a regedit file containing the registry change:"
29478 msgstr ""
29479
29480 #. type: verbatim
29481 #: ../tools/virt-win-reg.pl:484
29482 #, no-wrap
29483 msgid ""
29484 " cat > test.reg <<'EOF'\n"
29485 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
29486 " \"Test\"=\"c:\\\\test.bat\"\n"
29487 " EOF\n"
29488 "\n"
29489 msgstr ""
29490
29491 #. type: textblock
29492 #: ../tools/virt-win-reg.pl:489
29493 msgid ""
29494 "In this example we use the key C<RunOnce> which means that the script will "
29495 "run precisely once when the first user logs in.  If you want it to run every "
29496 "time a user logs in, replace C<RunOnce> with C<Run>."
29497 msgstr ""
29498
29499 #. type: textblock
29500 #: ../tools/virt-win-reg.pl:493
29501 msgid "Now update the registry:"
29502 msgstr ""
29503
29504 #. type: verbatim
29505 #: ../tools/virt-win-reg.pl:495
29506 #, no-wrap
29507 msgid ""
29508 " virt-win-reg --merge WindowsGuest test.reg\n"
29509 "\n"
29510 msgstr ""
29511
29512 #. type: =head2
29513 #: ../tools/virt-win-reg.pl:497
29514 msgid "INSTALLING A SERVICE"
29515 msgstr ""
29516
29517 #. type: textblock
29518 #: ../tools/virt-win-reg.pl:499
29519 msgid ""
29520 "This section assumes you are familiar with Windows services, and you either "
29521 "have a program which handles the Windows Service Control Protocol directly "
29522 "or you want to run any program using a service wrapper like SrvAny or the "
29523 "free RHSrvAny."
29524 msgstr ""
29525
29526 #. type: textblock
29527 #: ../tools/virt-win-reg.pl:504
29528 msgid ""
29529 "First upload the program and optionally the service wrapper.  In this case "
29530 "the test program is called C<test.exe> and we are using the RHSrvAny "
29531 "wrapper:"
29532 msgstr ""
29533
29534 #. type: verbatim
29535 #: ../tools/virt-win-reg.pl:508
29536 #, no-wrap
29537 msgid ""
29538 " guestfish -i -d WindowsGuest <<EOF\n"
29539 "   upload rhsrvany.exe /rhsrvany.exe\n"
29540 "   upload test.exe /test.exe\n"
29541 " EOF\n"
29542 "\n"
29543 msgstr ""
29544
29545 #. type: textblock
29546 #: ../tools/virt-win-reg.pl:513
29547 msgid ""
29548 "Prepare a regedit file containing the registry changes.  In this example, "
29549 "the first registry change is needed for the service itself or the service "
29550 "wrapper (if used).  The second registry change is only needed because I am "
29551 "using the RHSrvAny service wrapper."
29552 msgstr ""
29553
29554 #. type: verbatim
29555 #: ../tools/virt-win-reg.pl:518
29556 #, no-wrap
29557 msgid ""
29558 " cat > service.reg <<'EOF'\n"
29559 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
29560 " \"Type\"=dword:00000010\n"
29561 " \"Start\"=dword:00000002\n"
29562 " \"ErrorControl\"=dword:00000001\n"
29563 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
29564 " \"DisplayName\"=\"RHSrvAny\"\n"
29565 " \"ObjectName\"=\"NetworkService\"\n"
29566 " \n"
29567 msgstr ""
29568
29569 #. type: verbatim
29570 #: ../tools/virt-win-reg.pl:527
29571 #, no-wrap
29572 msgid ""
29573 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
29574 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
29575 " \"PWD\"=\"c:\\\\Temp\"\n"
29576 " EOF\n"
29577 "\n"
29578 msgstr ""
29579
29580 #. type: textblock
29581 #: ../tools/virt-win-reg.pl:538
29582 msgid ""
29583 "For use of C<ControlSet001> see the section above in this manual page.  You "
29584 "may need to adjust this according to the control set that is in use by the "
29585 "guest."
29586 msgstr ""
29587
29588 #. type: textblock
29589 #: ../tools/virt-win-reg.pl:544
29590 msgid ""
29591 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
29592 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
29593 "privileged account."
29594 msgstr ""
29595
29596 #. type: textblock
29597 #: ../tools/virt-win-reg.pl:550
29598 msgid ""
29599 "For the meaning of the magic numbers, see this Microsoft KB article: "
29600 "L<http://support.microsoft.com/kb/103000>."
29601 msgstr ""
29602
29603 #. type: textblock
29604 #: ../tools/virt-win-reg.pl:555
29605 msgid "Update the registry:"
29606 msgstr ""
29607
29608 #. type: verbatim
29609 #: ../tools/virt-win-reg.pl:557
29610 #, no-wrap
29611 msgid ""
29612 " virt-win-reg --merge WindowsGuest service.reg\n"
29613 "\n"
29614 msgstr ""
29615
29616 #. type: textblock
29617 #: ../tools/virt-win-reg.pl:561
29618 msgid ""
29619 "Be careful when passing parameters containing C<\\> (backslash) in the "
29620 "shell.  Usually you will have to use 'single quotes' or double backslashes "
29621 "(but not both) to protect them from the shell."
29622 msgstr ""
29623
29624 #. type: textblock
29625 #: ../tools/virt-win-reg.pl:565
29626 msgid "Paths and value names are case-insensitive."
29627 msgstr ""
29628
29629 #. type: textblock
29630 #: ../tools/virt-win-reg.pl:574
29631 msgid ""
29632 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
29633 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
29634 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
29635 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29636 msgstr ""
29637
29638 #. type: textblock
29639 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
29640 msgid ""
29641 "When reporting bugs, please enable debugging and capture the I<complete> "
29642 "output:"
29643 msgstr ""
29644
29645 #. type: verbatim
29646 #: ../tools/virt-win-reg.pl:592
29647 #, no-wrap
29648 msgid ""
29649 " export LIBGUESTFS_DEBUG=1\n"
29650 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
29651 "\n"
29652 msgstr ""
29653
29654 #. type: textblock
29655 #: ../tools/virt-win-reg.pl:595
29656 msgid ""
29657 "Attach /tmp/virt-win-reg.log to a new bug report at "
29658 "L<https://bugzilla.redhat.com/>"
29659 msgstr ""
29660
29661 #. type: textblock
29662 #: ../tools/virt-win-reg.pl:604 ../tools/virt-make-fs.pl:570
29663 msgid "Copyright (C) 2010 Red Hat Inc."
29664 msgstr ""
29665
29666 #. type: textblock
29667 #: ../tools/virt-list-filesystems.pl:32
29668 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
29669 msgstr ""
29670
29671 #. type: verbatim
29672 #: ../tools/virt-list-filesystems.pl:36
29673 #, no-wrap
29674 msgid ""
29675 " virt-list-filesystems [--options] domname\n"
29676 "\n"
29677 msgstr ""
29678
29679 #. type: verbatim
29680 #: ../tools/virt-list-filesystems.pl:38
29681 #, no-wrap
29682 msgid ""
29683 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
29684 "\n"
29685 msgstr ""
29686
29687 #. type: textblock
29688 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
29689 msgid ""
29690 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
29691 "replacement."
29692 msgstr ""
29693
29694 #. type: textblock
29695 #: ../tools/virt-list-filesystems.pl:45
29696 msgid ""
29697 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
29698 "are contained in a virtual machine or disk image."
29699 msgstr ""
29700
29701 #. type: textblock
29702 #: ../tools/virt-list-filesystems.pl:49
29703 msgid ""
29704 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
29705 "functionality.  For more complex cases you should look at the "
29706 "L<guestfish(1)> tool."
29707 msgstr ""
29708
29709 #. type: =item
29710 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
29711 msgid "B<-l> | B<--long>"
29712 msgstr ""
29713
29714 #. type: textblock
29715 #: ../tools/virt-list-filesystems.pl:108
29716 msgid ""
29717 "With this option, C<virt-list-filesystems> displays the type of each "
29718 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
29719 msgstr ""
29720
29721 #. type: =item
29722 #: ../tools/virt-list-filesystems.pl:115
29723 msgid "B<-a> | B<--all>"
29724 msgstr ""
29725
29726 #. type: textblock
29727 #: ../tools/virt-list-filesystems.pl:117
29728 msgid ""
29729 "Normally we only show mountable filesystems.  If this option is given then "
29730 "swap devices are shown too."
29731 msgstr ""
29732
29733 #. type: textblock
29734 #: ../tools/virt-list-filesystems.pl:191
29735 msgid ""
29736 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
29737 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
29738 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29739 msgstr ""
29740
29741 #. type: textblock
29742 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
29743 msgid "Copyright (C) 2009 Red Hat Inc."
29744 msgstr ""
29745
29746 #. type: textblock
29747 #: ../tools/virt-tar.pl:33
29748 msgid "virt-tar - Extract or upload files to a virtual machine"
29749 msgstr ""
29750
29751 #. type: verbatim
29752 #: ../tools/virt-tar.pl:37
29753 #, no-wrap
29754 msgid ""
29755 " virt-tar [--options] -x domname directory tarball\n"
29756 "\n"
29757 msgstr ""
29758
29759 #. type: verbatim
29760 #: ../tools/virt-tar.pl:39
29761 #, no-wrap
29762 msgid ""
29763 " virt-tar [--options] -u domname tarball directory\n"
29764 "\n"
29765 msgstr ""
29766
29767 #. type: verbatim
29768 #: ../tools/virt-tar.pl:41
29769 #, no-wrap
29770 msgid ""
29771 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
29772 "\n"
29773 msgstr ""
29774
29775 #. type: verbatim
29776 #: ../tools/virt-tar.pl:43
29777 #, no-wrap
29778 msgid ""
29779 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
29780 "\n"
29781 msgstr ""
29782
29783 #. type: textblock
29784 #: ../tools/virt-tar.pl:47
29785 msgid ""
29786 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
29787 "L<virt-tar-in(1)>, L<virt-tar-out(1)> as replacements."
29788 msgstr ""
29789
29790 #. type: textblock
29791 #: ../tools/virt-tar.pl:52
29792 msgid "Download C</home> from the VM into a local tarball:"
29793 msgstr ""
29794
29795 #. type: verbatim
29796 #: ../tools/virt-tar.pl:54
29797 #, no-wrap
29798 msgid ""
29799 " virt-tar -x domname /home home.tar\n"
29800 "\n"
29801 msgstr ""
29802
29803 #. type: verbatim
29804 #: ../tools/virt-tar.pl:56
29805 #, no-wrap
29806 msgid ""
29807 " virt-tar -zx domname /home home.tar.gz\n"
29808 "\n"
29809 msgstr ""
29810
29811 #. type: textblock
29812 #: ../tools/virt-tar.pl:58
29813 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
29814 msgstr ""
29815
29816 #. type: verbatim
29817 #: ../tools/virt-tar.pl:60
29818 #, no-wrap
29819 msgid ""
29820 " virt-tar -u domname uploadstuff.tar /tmp\n"
29821 "\n"
29822 msgstr ""
29823
29824 #. type: verbatim
29825 #: ../tools/virt-tar.pl:62
29826 #, no-wrap
29827 msgid ""
29828 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
29829 "\n"
29830 msgstr ""
29831
29832 #. type: textblock
29833 #: ../tools/virt-tar.pl:66
29834 msgid ""
29835 "You must I<not> use C<virt-tar> with the I<-u> option (upload) on live "
29836 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
29837 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
29838 msgstr ""
29839
29840 #. type: textblock
29841 #: ../tools/virt-tar.pl:71
29842 msgid ""
29843 "You can use I<-x> (extract) on live virtual machines, but you might get "
29844 "inconsistent results or errors if there is filesystem activity inside the "
29845 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
29846 "work, but the only way to guarantee consistent results is if the virtual "
29847 "machine is shut down."
29848 msgstr ""
29849
29850 #. type: textblock
29851 #: ../tools/virt-tar.pl:79
29852 msgid ""
29853 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
29854 "parts of a guest filesystem.  There are many possibilities: making backups, "
29855 "uploading data files, snooping on guest activity, fixing or customizing "
29856 "guests, etc."
29857 msgstr ""
29858
29859 #. type: textblock
29860 #: ../tools/virt-tar.pl:84
29861 msgid ""
29862 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
29863 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
29864 "should look at the L<guestfish(1)> tool."
29865 msgstr ""
29866
29867 #. type: textblock
29868 #: ../tools/virt-tar.pl:88
29869 msgid ""
29870 "There are two modes of operation: I<-x> (eXtract) downloads a directory and "
29871 "its contents (recursively) from the virtual machine into a local tarball.  "
29872 "I<-u> uploads from a local tarball, unpacking it into a directory inside the "
29873 "virtual machine.  You cannot use these two options together."
29874 msgstr ""
29875
29876 #. type: textblock
29877 #: ../tools/virt-tar.pl:94
29878 msgid ""
29879 "In addition, you may need to use the I<-z> (gZip) option to enable "
29880 "compression.  When uploading, you have to specify I<-z> if the upload file "
29881 "is compressed because virt-tar won't detect this on its own."
29882 msgstr ""
29883
29884 #. type: textblock
29885 #: ../tools/virt-tar.pl:98
29886 msgid ""
29887 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
29888 "example it cannot do PKZip files or bzip2 compression.  If you want that "
29889 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
29890 "the L<libguestfs(3)> API)."
29891 msgstr ""
29892
29893 #. type: =item
29894 #: ../tools/virt-tar.pl:156
29895 msgid "B<-x> | B<--extract> | B<--download>"
29896 msgstr ""
29897
29898 #. type: =item
29899 #: ../tools/virt-tar.pl:158
29900 msgid "B<-u> | B<--upload>"
29901 msgstr ""
29902
29903 #. type: textblock
29904 #: ../tools/virt-tar.pl:160
29905 msgid ""
29906 "Use I<-x> to extract (download) a directory from a virtual machine to a "
29907 "local tarball."
29908 msgstr ""
29909
29910 #. type: textblock
29911 #: ../tools/virt-tar.pl:163
29912 msgid ""
29913 "Use I<-u> to upload and unpack from a local tarball into a virtual machine.  "
29914 "Please read the L</WARNING> section above before using this option."
29915 msgstr ""
29916
29917 #. type: textblock
29918 #: ../tools/virt-tar.pl:167
29919 msgid "You must specify exactly one of these options."
29920 msgstr ""
29921
29922 #. type: =item
29923 #: ../tools/virt-tar.pl:173
29924 msgid "B<-z> | B<--gzip>"
29925 msgstr ""
29926
29927 #. type: textblock
29928 #: ../tools/virt-tar.pl:175
29929 msgid "Specify that the input or output tarball is gzip-compressed."
29930 msgstr ""
29931
29932 #. type: textblock
29933 #: ../tools/virt-tar.pl:288
29934 msgid ""
29935 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
29936 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
29937 "L<virt-tar-out(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
29938 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29939 msgstr ""
29940
29941 #. type: textblock
29942 #: ../tools/virt-make-fs.pl:37
29943 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
29944 msgstr ""
29945
29946 #. type: verbatim
29947 #: ../tools/virt-make-fs.pl:41
29948 #, no-wrap
29949 msgid ""
29950 " virt-make-fs [--options] input.tar output.img\n"
29951 "\n"
29952 msgstr ""
29953
29954 #. type: verbatim
29955 #: ../tools/virt-make-fs.pl:43
29956 #, no-wrap
29957 msgid ""
29958 " virt-make-fs [--options] input.tar.gz output.img\n"
29959 "\n"
29960 msgstr ""
29961
29962 #. type: verbatim
29963 #: ../tools/virt-make-fs.pl:45
29964 #, no-wrap
29965 msgid ""
29966 " virt-make-fs [--options] directory output.img\n"
29967 "\n"
29968 msgstr ""
29969
29970 #. type: textblock
29971 #: ../tools/virt-make-fs.pl:49
29972 msgid ""
29973 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
29974 "archive or some files in a directory.  It is similar to tools like "
29975 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
29976 "it can create common filesystem types like ext2/3 or NTFS, which can be "
29977 "useful if you want to attach these filesystems to existing virtual machines "
29978 "(eg. to import large amounts of read-only data to a VM)."
29979 msgstr ""
29980
29981 #. type: textblock
29982 #: ../tools/virt-make-fs.pl:57
29983 msgid "Basic usage is:"
29984 msgstr ""
29985
29986 #. type: verbatim
29987 #: ../tools/virt-make-fs.pl:59
29988 #, no-wrap
29989 msgid ""
29990 " virt-make-fs input output\n"
29991 "\n"
29992 msgstr ""
29993
29994 #. type: textblock
29995 #: ../tools/virt-make-fs.pl:61
29996 msgid ""
29997 "where C<input> is either a directory containing files that you want to add, "
29998 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
29999 "C<output> is a disk image.  The input type is detected automatically.  The "
30000 "output disk image defaults to a raw ext2 image unless you specify extra "
30001 "flags (see L</OPTIONS> below)."
30002 msgstr ""
30003
30004 #. type: =head2
30005 #: ../tools/virt-make-fs.pl:67
30006 msgid "EXTRA SPACE"
30007 msgstr ""
30008
30009 #. type: textblock
30010 #: ../tools/virt-make-fs.pl:69
30011 msgid ""
30012 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
30013 "the files that it contains, but might have extra space.  Depending on how "
30014 "you are going to use the output, you might think this extra space is wasted "
30015 "and want to minimize it, or you might want to leave space so that more files "
30016 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
30017 "but you can use the I<--size> flag to leave space in the filesystem if you "
30018 "want it."
30019 msgstr ""
30020
30021 #. type: textblock
30022 #: ../tools/virt-make-fs.pl:77
30023 msgid ""
30024 "An alternative way to leave extra space but not make the output image any "
30025 "bigger is to use an alternative disk image format (instead of the default "
30026 "\"raw\" format).  Using I<--format=qcow2> will use the native QEmu/KVM qcow2 "
30027 "image format (check your hypervisor supports this before using it).  This "
30028 "allows you to choose a large I<--size> but the extra space won't actually be "
30029 "allocated in the image until you try to store something in it."
30030 msgstr ""
30031
30032 #. type: textblock
30033 #: ../tools/virt-make-fs.pl:85
30034 msgid ""
30035 "Don't forget that you can also use local commands including L<resize2fs(8)> "
30036 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
30037 "to build another image from scratch."
30038 msgstr ""
30039
30040 #. type: =head3
30041 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
30042 msgid "EXAMPLE"
30043 msgstr ""
30044
30045 #. type: verbatim
30046 #: ../tools/virt-make-fs.pl:91
30047 #, no-wrap
30048 msgid ""
30049 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
30050 "\n"
30051 msgstr ""
30052
30053 #. type: =head2
30054 #: ../tools/virt-make-fs.pl:93
30055 msgid "FILESYSTEM TYPE"
30056 msgstr ""
30057
30058 #. type: textblock
30059 #: ../tools/virt-make-fs.pl:95
30060 msgid ""
30061 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
30062 "libguestfs supports can be used (but I<not> read-only formats like "
30063 "ISO9660).  Here are some of the more common choices:"
30064 msgstr ""
30065
30066 #. type: =item
30067 #: ../tools/virt-make-fs.pl:101
30068 msgid "I<ext3>"
30069 msgstr ""
30070
30071 #. type: textblock
30072 #: ../tools/virt-make-fs.pl:103
30073 msgid ""
30074 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
30075 "you are not going to use the filesystem in a way that requires the journal, "
30076 "then this is just wasted overhead."
30077 msgstr ""
30078
30079 #. type: =item
30080 #: ../tools/virt-make-fs.pl:107
30081 msgid "I<ntfs> or I<vfat>"
30082 msgstr ""
30083
30084 #. type: textblock
30085 #: ../tools/virt-make-fs.pl:109
30086 msgid "Useful if exporting data to a Windows guest."
30087 msgstr ""
30088
30089 #. type: textblock
30090 #: ../tools/virt-make-fs.pl:111
30091 msgid ""
30092 "I<Note for vfat>: The tar archive or local directory must only contain files "
30093 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
30094 "program running within libguestfs is unable to change the ownership of "
30095 "non-root files, since vfat itself does not support this."
30096 msgstr ""
30097
30098 #. type: =item
30099 #: ../tools/virt-make-fs.pl:116
30100 msgid "I<minix>"
30101 msgstr ""
30102
30103 #. type: textblock
30104 #: ../tools/virt-make-fs.pl:118
30105 msgid ""
30106 "Lower overhead than C<ext2>, but certain limitations on filename length and "
30107 "total filesystem size."
30108 msgstr ""
30109
30110 #. type: verbatim
30111 #: ../tools/virt-make-fs.pl:125
30112 #, no-wrap
30113 msgid ""
30114 " virt-make-fs --type=minix input minixfs.img\n"
30115 "\n"
30116 msgstr ""
30117
30118 #. type: =head2
30119 #: ../tools/virt-make-fs.pl:127
30120 msgid "TO PARTITION OR NOT TO PARTITION"
30121 msgstr ""
30122
30123 #. type: textblock
30124 #: ../tools/virt-make-fs.pl:129
30125 msgid "Optionally virt-make-fs can add a partition table to the output disk."
30126 msgstr ""
30127
30128 #. type: textblock
30129 #: ../tools/virt-make-fs.pl:131
30130 msgid ""
30131 "Adding a partition can make the disk image more compatible with certain "
30132 "virtualized operating systems which don't expect to see a filesystem "
30133 "directly located on a block device (Linux doesn't care and will happily "
30134 "handle both types)."
30135 msgstr ""
30136
30137 #. type: textblock
30138 #: ../tools/virt-make-fs.pl:136
30139 msgid ""
30140 "On the other hand, if you have a partition table then the output image is no "
30141 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
30142 "directly on a partitioned disk image.  (However libguestfs tools such as "
30143 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
30144 msgstr ""
30145
30146 #. type: textblock
30147 #: ../tools/virt-make-fs.pl:144
30148 msgid "Add an MBR partition:"
30149 msgstr ""
30150
30151 #. type: verbatim
30152 #: ../tools/virt-make-fs.pl:146
30153 #, no-wrap
30154 msgid ""
30155 " virt-make-fs --partition -- input disk.img\n"
30156 "\n"
30157 msgstr ""
30158
30159 #. type: textblock
30160 #: ../tools/virt-make-fs.pl:148
30161 msgid ""
30162 "If the output disk image could be terabyte-sized or larger, it's better to "
30163 "use an EFI/GPT-compatible partition table:"
30164 msgstr ""
30165
30166 #. type: verbatim
30167 #: ../tools/virt-make-fs.pl:151
30168 #, no-wrap
30169 msgid ""
30170 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
30171 "\n"
30172 msgstr ""
30173
30174 #. type: textblock
30175 #: ../tools/virt-make-fs.pl:179
30176 msgid "Enable debugging information."
30177 msgstr ""
30178
30179 #. type: =item
30180 #: ../tools/virt-make-fs.pl:185
30181 msgid "B<--size=E<lt>NE<gt>>"
30182 msgstr ""
30183
30184 #. type: =item
30185 #: ../tools/virt-make-fs.pl:187
30186 msgid "B<--size=+E<lt>NE<gt>>"
30187 msgstr ""
30188
30189 #. type: =item
30190 #: ../tools/virt-make-fs.pl:189
30191 msgid "B<-s E<lt>NE<gt>>"
30192 msgstr ""
30193
30194 #. type: =item
30195 #: ../tools/virt-make-fs.pl:191
30196 msgid "B<-s +E<lt>NE<gt>>"
30197 msgstr ""
30198
30199 #. type: textblock
30200 #: ../tools/virt-make-fs.pl:193
30201 msgid "Use the I<--size> (or I<-s>) option to choose the size of the output image."
30202 msgstr ""
30203
30204 #. type: textblock
30205 #: ../tools/virt-make-fs.pl:196
30206 msgid ""
30207 "If this option is I<not> given, then the output image will be just large "
30208 "enough to contain all the files, with not much wasted space."
30209 msgstr ""
30210
30211 #. type: textblock
30212 #: ../tools/virt-make-fs.pl:199
30213 msgid ""
30214 "To choose a fixed size output disk, specify an absolute number followed by "
30215 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30216 "Petabytes or Exabytes.  This must be large enough to contain all the input "
30217 "files, else you will get an error."
30218 msgstr ""
30219
30220 #. type: textblock
30221 #: ../tools/virt-make-fs.pl:204
30222 msgid ""
30223 "To leave extra space, specify C<+> (plus sign) and a number followed by "
30224 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30225 "Petabytes or Exabytes.  For example: I<--size=+200M> means enough space for "
30226 "the input files, and (approximately) an extra 200 MB free space."
30227 msgstr ""
30228
30229 #. type: textblock
30230 #: ../tools/virt-make-fs.pl:210
30231 msgid ""
30232 "Note that virt-make-fs estimates free space, and therefore will not produce "
30233 "filesystems containing precisely the free space requested.  (It is much more "
30234 "expensive and time-consuming to produce a filesystem which has precisely the "
30235 "desired free space)."
30236 msgstr ""
30237
30238 #. type: =item
30239 #: ../tools/virt-make-fs.pl:219
30240 msgid "B<--format=E<lt>fmtE<gt>>"
30241 msgstr ""
30242
30243 #. type: =item
30244 #: ../tools/virt-make-fs.pl:221
30245 msgid "B<-F E<lt>fmtE<gt>>"
30246 msgstr ""
30247
30248 #. type: textblock
30249 #: ../tools/virt-make-fs.pl:223
30250 msgid "Choose the output disk image format."
30251 msgstr ""
30252
30253 #. type: textblock
30254 #: ../tools/virt-make-fs.pl:225
30255 msgid "The default is C<raw> (raw disk image)."
30256 msgstr ""
30257
30258 #. type: textblock
30259 #: ../tools/virt-make-fs.pl:227
30260 msgid ""
30261 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
30262 "that would really make sense here is C<qcow2>."
30263 msgstr ""
30264
30265 #. type: =item
30266 #: ../tools/virt-make-fs.pl:234
30267 msgid "B<--type=E<lt>fsE<gt>>"
30268 msgstr ""
30269
30270 #. type: =item
30271 #: ../tools/virt-make-fs.pl:236
30272 msgid "B<-t E<lt>fsE<gt>>"
30273 msgstr ""
30274
30275 #. type: textblock
30276 #: ../tools/virt-make-fs.pl:238
30277 msgid "Choose the output filesystem type."
30278 msgstr ""
30279
30280 #. type: textblock
30281 #: ../tools/virt-make-fs.pl:240
30282 msgid "The default is C<ext2>."
30283 msgstr ""
30284
30285 #. type: textblock
30286 #: ../tools/virt-make-fs.pl:242
30287 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
30288 msgstr ""
30289
30290 #. type: =item
30291 #: ../tools/virt-make-fs.pl:249
30292 msgid "B<--partition>"
30293 msgstr ""
30294
30295 #. type: =item
30296 #: ../tools/virt-make-fs.pl:251
30297 msgid "B<--partition=E<lt>parttypeE<gt>>"
30298 msgstr ""
30299
30300 #. type: textblock
30301 #: ../tools/virt-make-fs.pl:253
30302 msgid ""
30303 "If specified, this flag adds an MBR partition table to the output disk "
30304 "image."
30305 msgstr ""
30306
30307 #. type: textblock
30308 #: ../tools/virt-make-fs.pl:256
30309 msgid ""
30310 "You can change the partition table type, eg. I<--partition=gpt> for large "
30311 "disks."
30312 msgstr ""
30313
30314 #. type: textblock
30315 #: ../tools/virt-make-fs.pl:259
30316 msgid ""
30317 "Note that if you just use a lonesome I<--partition>, the Perl option parser "
30318 "might consider the next parameter to be the partition type.  For example:"
30319 msgstr ""
30320
30321 #. type: verbatim
30322 #: ../tools/virt-make-fs.pl:263
30323 #, no-wrap
30324 msgid ""
30325 " virt-make-fs --partition input.tar ...\n"
30326 "\n"
30327 msgstr ""
30328
30329 #. type: textblock
30330 #: ../tools/virt-make-fs.pl:265
30331 msgid ""
30332 "would cause virt-make-fs to think you wanted to use a partition type of "
30333 "C<input.tar> which is completely wrong.  To avoid this, use I<--> (a double "
30334 "dash) between options and the input file argument:"
30335 msgstr ""
30336
30337 #. type: verbatim
30338 #: ../tools/virt-make-fs.pl:269
30339 #, no-wrap
30340 msgid ""
30341 " virt-make-fs --partition -- input.tar ...\n"
30342 "\n"
30343 msgstr ""
30344
30345 #. type: textblock
30346 #: ../tools/virt-make-fs.pl:541
30347 msgid ""
30348 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
30349 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
30350 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
30351 msgstr ""
30352
30353 #. type: verbatim
30354 #: ../tools/virt-make-fs.pl:558
30355 #, no-wrap
30356 msgid ""
30357 " export LIBGUESTFS_DEBUG=1\n"
30358 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
30359 "\n"
30360 msgstr ""
30361
30362 #. type: textblock
30363 #: ../tools/virt-make-fs.pl:561
30364 msgid ""
30365 "Attach /tmp/virt-make-fs.log to a new bug report at "
30366 "L<https://bugzilla.redhat.com/>"
30367 msgstr ""
30368
30369 #. type: textblock
30370 #: ../tools/virt-list-partitions.pl:32
30371 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
30372 msgstr ""
30373
30374 #. type: verbatim
30375 #: ../tools/virt-list-partitions.pl:36
30376 #, no-wrap
30377 msgid ""
30378 " virt-list-partitions [--options] domname\n"
30379 "\n"
30380 msgstr ""
30381
30382 #. type: verbatim
30383 #: ../tools/virt-list-partitions.pl:38
30384 #, no-wrap
30385 msgid ""
30386 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
30387 "\n"
30388 msgstr ""
30389
30390 #. type: textblock
30391 #: ../tools/virt-list-partitions.pl:45
30392 msgid ""
30393 "C<virt-list-partitions> is a command line tool to list the partitions that "
30394 "are contained in a virtual machine or disk image.  It is mainly useful as a "
30395 "first step to using L<virt-resize(1)>."
30396 msgstr ""
30397
30398 #. type: textblock
30399 #: ../tools/virt-list-partitions.pl:50
30400 msgid ""
30401 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
30402 "functionality.  For more complex cases you should look at the "
30403 "L<guestfish(1)> tool."
30404 msgstr ""
30405
30406 #. type: =item
30407 #: ../tools/virt-list-partitions.pl:107
30408 msgid "B<-h> | B<--human-readable>"
30409 msgstr ""
30410
30411 #. type: textblock
30412 #: ../tools/virt-list-partitions.pl:109
30413 msgid "Show sizes in human-readable form (eg. \"1G\")."
30414 msgstr ""
30415
30416 #. type: textblock
30417 #: ../tools/virt-list-partitions.pl:117
30418 msgid ""
30419 "With this option, C<virt-list-partitions> displays the type and size of each "
30420 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
30421 msgstr ""
30422
30423 #. type: =item
30424 #: ../tools/virt-list-partitions.pl:124
30425 msgid "B<-t> | B<--total>"
30426 msgstr ""
30427
30428 #. type: textblock
30429 #: ../tools/virt-list-partitions.pl:126
30430 msgid "Display the total size of each block device (as a separate row or rows)."
30431 msgstr ""
30432
30433 #. type: textblock
30434 #: ../tools/virt-list-partitions.pl:259
30435 msgid ""
30436 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
30437 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
30438 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30439 msgstr ""
30440
30441 #. type: textblock
30442 #: ../tools/virt-list-partitions.pl:275
30443 msgid "Copyright (C) 2009-2010 Red Hat Inc."
30444 msgstr ""